1 | [ May 16 00:46:53 Enabled. ] | ||
2 | [ May 16 00:46:53 Rereading configuration. ] | ||
3 | [ May 16 00:46:55 Rereading configuration. ] | ||
4 | [ May 16 00:46:59 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 | [ May 16 00:47:00 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.05.16 00:47:00.876918 [ 1 ] {} <Information> Application: Will watch for the process with pid 26904 | ||
33 | 2024.05.16 00:47:00.877338 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
34 | 2024.05.16 00:47:01.124503 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 26904 | ||
35 | 2024.05.16 00:47:01.125215 [ 1 ] {} <Information> Application: starting up | ||
36 | 2024.05.16 00:47:01.125901 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
37 | 2024.05.16 00:47:01.211953 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
38 | 2024.05.16 00:47:01.282579 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
39 | 2024.05.16 00:47:01.282629 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
40 | 2024.05.16 00:47:01.282645 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
41 | 2024.05.16 00:47:01.282707 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
42 | 2024.05.16 00:47:01.282982 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
43 | 2024.05.16 00:47:01.284456 [ 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.05.16 00:47:01.284912 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
48 | 2024.05.16 00:47:01.285737 [ 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.05.16 00:47:01.285760 [ 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.05.16 00:47:01.285773 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
51 | 2024.05.16 00:47:01.285937 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
52 | 2024.05.16 00:47:01.286726 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
53 | 2024.05.16 00:47:01.292071 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
54 | 2024.05.16 00:47:01.292824 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
55 | 2024.05.16 00:47:01.294136 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
56 | 2024.05.16 00:47:01.294200 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
57 | 2024.05.16 00:47:01.295706 [ 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.05.16 00:47:01.295985 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
62 | 2024.05.16 00:47:01.300222 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
63 | 2024.05.16 00:47:01.300906 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
64 | 2024.05.16 00:47:01.302443 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
65 | 2024.05.16 00:47:01.302848 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
66 | 2024.05.16 00:47:01.303223 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
67 | 2024.05.16 00:47:01.303558 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
68 | 2024.05.16 00:47:01.304873 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
69 | 2024.05.16 00:47:01.304903 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
70 | 2024.05.16 00:47:01.304951 [ 138 ] {} <Debug> DNSResolver: Updating DNS cache | ||
71 | 2024.05.16 00:47:01.305028 [ 138 ] {} <Debug> DNSResolver: Updated DNS cache | ||
72 | 2024.05.16 00:47:01.327091 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
73 | 2024.05.16 00:47:01.327120 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000155624 sec | ||
74 | 2024.05.16 00:47:01.327156 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
75 | 2024.05.16 00:47:01.327168 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
76 | 2024.05.16 00:47:01.328283 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
77 | 2024.05.16 00:47:01.329307 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
78 | 2024.05.16 00:47:01.329330 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
79 | 2024.05.16 00:47:01.329359 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
80 | 2024.05.16 00:47:01.329375 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
81 | 2024.05.16 00:47:01.329387 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
82 | 2024.05.16 00:47:01.329418 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
83 | 2024.05.16 00:47:01.329430 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
84 | 2024.05.16 00:47:01.329445 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
85 | 2024.05.16 00:47:01.329475 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
86 | 2024.05.16 00:47:01.329487 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
87 | 2024.05.16 00:47:01.329501 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
88 | 2024.05.16 00:47:01.329516 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
89 | 2024.05.16 00:47:01.329546 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
90 | 2024.05.16 00:47:01.329560 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
91 | 2024.05.16 00:47:01.329575 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
92 | 2024.05.16 00:47:01.329601 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
93 | 2024.05.16 00:47:01.329615 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
94 | 2024.05.16 00:47:01.370099 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
95 | 2024.05.16 00:47:01.373672 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
96 | 2024.05.16 00:47:01.373732 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 8.0782e-05 sec | ||
97 | 2024.05.16 00:47:01.373750 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
98 | 2024.05.16 00:47:01.373797 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
99 | 2024.05.16 00:47:01.373824 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
100 | 2024.05.16 00:47:01.374041 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
101 | 2024.05.16 00:47:01.374115 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
102 | 2024.05.16 00:47:01.374130 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
103 | 2024.05.16 00:47:01.374175 [ 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.05.16 00:47:01.374187 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
105 | 2024.05.16 00:47:01.510522 [ 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.05.16 00:47:01.940619 [ 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.05.16 00:47:01.940673 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
108 | 2024.05.16 00:47:01.974891 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
109 | 2024.05.16 00:47:01.975095 [ 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.21 MiB | ||
110 | 2024.05.16 00:47:01.975951 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.2421e-05 sec. | ||
111 | 2024.05.16 00:47:01.976283 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
112 | 2024.05.16 00:47:01.976364 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
113 | 2024.05.16 00:47:01.976418 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
114 | 2024.05.16 00:47:01.976439 [ 1 ] {} <Information> Application: Ready for connections. | ||
115 | 2024.05.16 00:47:02.273680 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33861, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
116 | 2024.05.16 00:47:02.273932 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
117 | 2024.05.16 00:47:02.273994 [ 3 ] {} <Debug> HTTP-Session: 3d3a8b5b-c22b-48b8-9a52-755360bdfe86 Authenticating user 'default' from [fd00:1122:3344:101::d]:33861 | ||
118 | 2024.05.16 00:47:02.274027 [ 3 ] {} <Debug> HTTP-Session: 3d3a8b5b-c22b-48b8-9a52-755360bdfe86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
119 | 2024.05.16 00:47:02.274073 [ 3 ] {} <Debug> HTTP-Session: 3d3a8b5b-c22b-48b8-9a52-755360bdfe86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
120 | 2024.05.16 00:47:02.274183 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
121 | 2024.05.16 00:47:02.274221 [ 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.05.16 00:47:02.274294 [ 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.05.16 00:47:02.274383 [ 3 ] {} <Trace> HTTP-Session: 3d3a8b5b-c22b-48b8-9a52-755360bdfe86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
124 | 2024.05.16 00:47:02.275542 [ 3 ] {959a4eaa-cbfd-4df8-8ac5-d15eb751c335} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33861) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
125 | 2024.05.16 00:47:02.318870 [ 3 ] {959a4eaa-cbfd-4df8-8ac5-d15eb751c335} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:33861) (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 @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 | ||
149 | |||
150 | 2024.05.16 00:47:02.319747 [ 3 ] {959a4eaa-cbfd-4df8-8ac5-d15eb751c335} <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 @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 | ||
174 | (version 23.8.7.1) | ||
175 | 2024.05.16 00:47:02.321274 [ 3 ] {} <Debug> HTTP-Session: 3d3a8b5b-c22b-48b8-9a52-755360bdfe86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
176 | 2024.05.16 00:47:02.322202 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33861, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
177 | 2024.05.16 00:47:02.322271 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
178 | 2024.05.16 00:47:02.322324 [ 3 ] {} <Debug> HTTP-Session: 3729632a-1b98-4a95-9098-f17b299dbda8 Authenticating user 'default' from [fd00:1122:3344:101::d]:33861 | ||
179 | 2024.05.16 00:47:02.322378 [ 3 ] {} <Debug> HTTP-Session: 3729632a-1b98-4a95-9098-f17b299dbda8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
180 | 2024.05.16 00:47:02.322392 [ 3 ] {} <Debug> HTTP-Session: 3729632a-1b98-4a95-9098-f17b299dbda8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
181 | 2024.05.16 00:47:02.322463 [ 3 ] {} <Trace> HTTP-Session: 3729632a-1b98-4a95-9098-f17b299dbda8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
182 | 2024.05.16 00:47:02.323632 [ 3 ] {d8af3422-65a0-4550-92d0-c1ffdbbe4e87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33861) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) | ||
183 | 2024.05.16 00:47:02.323841 [ 3 ] {d8af3422-65a0-4550-92d0-c1ffdbbe4e87} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) | ||
184 | 2024.05.16 00:47:02.326087 [ 3 ] {d8af3422-65a0-4550-92d0-c1ffdbbe4e87} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters | ||
185 | 2024.05.16 00:47:02.329041 [ 3 ] {d8af3422-65a0-4550-92d0-c1ffdbbe4e87} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
186 | 2024.05.16 00:47:02.334987 [ 3 ] {d8af3422-65a0-4550-92d0-c1ffdbbe4e87} <Debug> DynamicQueryHandler: Done processing query | ||
187 | 2024.05.16 00:47:02.335046 [ 3 ] {d8af3422-65a0-4550-92d0-c1ffdbbe4e87} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
188 | 2024.05.16 00:47:02.335097 [ 3 ] {} <Debug> HTTP-Session: 3729632a-1b98-4a95-9098-f17b299dbda8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
189 | 2024.05.16 00:47:02.338620 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33861, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
190 | 2024.05.16 00:47:02.338726 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
191 | 2024.05.16 00:47:02.338786 [ 3 ] {} <Debug> HTTP-Session: 639a3a59-427a-406a-8b2c-7998e9b01af3 Authenticating user 'default' from [fd00:1122:3344:101::d]:33861 | ||
192 | 2024.05.16 00:47:02.338808 [ 3 ] {} <Debug> HTTP-Session: 639a3a59-427a-406a-8b2c-7998e9b01af3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
193 | 2024.05.16 00:47:02.338854 [ 3 ] {} <Debug> HTTP-Session: 639a3a59-427a-406a-8b2c-7998e9b01af3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
194 | 2024.05.16 00:47:02.338928 [ 3 ] {} <Trace> HTTP-Session: 639a3a59-427a-406a-8b2c-7998e9b01af3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
195 | 2024.05.16 00:47:02.339102 [ 3 ] {4fd1121b-b1b3-49de-8885-ac69386e6b80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33861) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
196 | 2024.05.16 00:47:02.339390 [ 3 ] {4fd1121b-b1b3-49de-8885-ac69386e6b80} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:33861) (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 @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 | ||
220 | |||
221 | 2024.05.16 00:47:02.339711 [ 3 ] {4fd1121b-b1b3-49de-8885-ac69386e6b80} <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 @ 0x0000000000114257 in /system/lib/amd64/libc.so.1 | ||
245 | (version 23.8.7.1) | ||
246 | 2024.05.16 00:47:02.340158 [ 3 ] {} <Debug> HTTP-Session: 639a3a59-427a-406a-8b2c-7998e9b01af3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
247 | 2024.05.16 00:47:02.342312 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33861, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
248 | 2024.05.16 00:47:02.342409 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
249 | 2024.05.16 00:47:02.342429 [ 3 ] {} <Debug> HTTP-Session: cd88a77c-89a8-4477-8fd9-4f2379cf6711 Authenticating user 'default' from [fd00:1122:3344:101::d]:33861 | ||
250 | 2024.05.16 00:47:02.342482 [ 3 ] {} <Debug> HTTP-Session: cd88a77c-89a8-4477-8fd9-4f2379cf6711 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
251 | 2024.05.16 00:47:02.342529 [ 3 ] {} <Debug> HTTP-Session: cd88a77c-89a8-4477-8fd9-4f2379cf6711 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
252 | 2024.05.16 00:47:02.342563 [ 3 ] {} <Trace> HTTP-Session: cd88a77c-89a8-4477-8fd9-4f2379cf6711 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
253 | 2024.05.16 00:47:02.342806 [ 3 ] {f7aa404b-3128-4b10-9def-ffa09fd3f11d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33861) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
254 | 2024.05.16 00:47:02.343021 [ 3 ] {f7aa404b-3128-4b10-9def-ffa09fd3f11d} <Debug> DynamicQueryHandler: Done processing query | ||
255 | 2024.05.16 00:47:02.343050 [ 3 ] {} <Debug> HTTP-Session: cd88a77c-89a8-4477-8fd9-4f2379cf6711 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
256 | 2024.05.16 00:47:02.343230 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33861, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
257 | 2024.05.16 00:47:02.343317 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
258 | 2024.05.16 00:47:02.343379 [ 3 ] {} <Debug> HTTP-Session: d71d48d0-219d-40af-b8bb-5aaf0eaf5e63 Authenticating user 'default' from [fd00:1122:3344:101::d]:33861 | ||
259 | 2024.05.16 00:47:02.343397 [ 3 ] {} <Debug> HTTP-Session: d71d48d0-219d-40af-b8bb-5aaf0eaf5e63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
260 | 2024.05.16 00:47:02.343445 [ 3 ] {} <Debug> HTTP-Session: d71d48d0-219d-40af-b8bb-5aaf0eaf5e63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
261 | 2024.05.16 00:47:02.343509 [ 3 ] {} <Trace> HTTP-Session: d71d48d0-219d-40af-b8bb-5aaf0eaf5e63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
262 | 2024.05.16 00:47:02.343640 [ 3 ] {d3038ca7-5e4c-47dd-87b6-1856dc9e9765} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33861) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
263 | 2024.05.16 00:47:02.343699 [ 3 ] {d3038ca7-5e4c-47dd-87b6-1856dc9e9765} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
264 | 2024.05.16 00:47:02.349337 [ 3 ] {d3038ca7-5e4c-47dd-87b6-1856dc9e9765} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
265 | 2024.05.16 00:47:02.349414 [ 3 ] {d3038ca7-5e4c-47dd-87b6-1856dc9e9765} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 9.9532e-05 sec | ||
266 | 2024.05.16 00:47:02.349429 [ 3 ] {d3038ca7-5e4c-47dd-87b6-1856dc9e9765} <Trace> ReferentialDeps: No tables | ||
267 | 2024.05.16 00:47:02.349475 [ 3 ] {d3038ca7-5e4c-47dd-87b6-1856dc9e9765} <Trace> LoadingDeps: No tables | ||
268 | 2024.05.16 00:47:02.349498 [ 3 ] {d3038ca7-5e4c-47dd-87b6-1856dc9e9765} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
269 | 2024.05.16 00:47:02.349656 [ 3 ] {d3038ca7-5e4c-47dd-87b6-1856dc9e9765} <Debug> DynamicQueryHandler: Done processing query | ||
270 | 2024.05.16 00:47:02.349679 [ 3 ] {} <Debug> HTTP-Session: d71d48d0-219d-40af-b8bb-5aaf0eaf5e63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
271 | 2024.05.16 00:47:02.349862 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33861, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
272 | 2024.05.16 00:47:02.349936 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
273 | 2024.05.16 00:47:02.349956 [ 3 ] {} <Debug> HTTP-Session: 590f728e-1d17-4bee-aecc-32f1ea8bd0d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:33861 | ||
274 | 2024.05.16 00:47:02.350006 [ 3 ] {} <Debug> HTTP-Session: 590f728e-1d17-4bee-aecc-32f1ea8bd0d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
275 | 2024.05.16 00:47:02.350054 [ 3 ] {} <Debug> HTTP-Session: 590f728e-1d17-4bee-aecc-32f1ea8bd0d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
276 | 2024.05.16 00:47:02.350085 [ 3 ] {} <Trace> HTTP-Session: 590f728e-1d17-4bee-aecc-32f1ea8bd0d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
277 | 2024.05.16 00:47:02.350249 [ 3 ] {47b96d70-9839-4960-a1b1-9ba890bdc743} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33861) /* 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.05.16 00:47:02.350329 [ 3 ] {47b96d70-9839-4960-a1b1-9ba890bdc743} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
280 | 2024.05.16 00:47:02.354770 [ 3 ] {47b96d70-9839-4960-a1b1-9ba890bdc743} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
281 | 2024.05.16 00:47:02.360865 [ 3 ] {47b96d70-9839-4960-a1b1-9ba890bdc743} <Debug> oximeter.version (955a3e96-9a7f-40c9-9a53-fa0fd63ab57c): Loading data parts | ||
282 | 2024.05.16 00:47:02.361299 [ 3 ] {47b96d70-9839-4960-a1b1-9ba890bdc743} <Debug> oximeter.version (955a3e96-9a7f-40c9-9a53-fa0fd63ab57c): There are no data parts | ||
283 | 2024.05.16 00:47:02.367497 [ 3 ] {47b96d70-9839-4960-a1b1-9ba890bdc743} <Debug> DynamicQueryHandler: Done processing query | ||
284 | 2024.05.16 00:47:02.367522 [ 3 ] {} <Debug> HTTP-Session: 590f728e-1d17-4bee-aecc-32f1ea8bd0d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
285 | 2024.05.16 00:47:02.367688 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33861, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
286 | 2024.05.16 00:47:02.367764 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
287 | 2024.05.16 00:47:02.367814 [ 3 ] {} <Debug> HTTP-Session: b08f33e8-dcb1-4e8c-818c-4ab0b440909d Authenticating user 'default' from [fd00:1122:3344:101::d]:33861 | ||
288 | 2024.05.16 00:47:02.367830 [ 3 ] {} <Debug> HTTP-Session: b08f33e8-dcb1-4e8c-818c-4ab0b440909d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
289 | 2024.05.16 00:47:02.367873 [ 3 ] {} <Debug> HTTP-Session: b08f33e8-dcb1-4e8c-818c-4ab0b440909d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
290 | 2024.05.16 00:47:02.367932 [ 3 ] {} <Trace> HTTP-Session: b08f33e8-dcb1-4e8c-818c-4ab0b440909d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
291 | 2024.05.16 00:47:02.368127 [ 3 ] {30669fe8-b0a6-4932-abdf-127c695ee146} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33861) /* 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.05.16 00:47:02.368235 [ 3 ] {30669fe8-b0a6-4932-abdf-127c695ee146} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
303 | 2024.05.16 00:47:02.378346 [ 3 ] {30669fe8-b0a6-4932-abdf-127c695ee146} <Debug> oximeter.measurements_bool (ab14ad98-158e-45b3-9127-c3f715e74945): Loading data parts | ||
304 | 2024.05.16 00:47:02.378518 [ 3 ] {30669fe8-b0a6-4932-abdf-127c695ee146} <Debug> oximeter.measurements_bool (ab14ad98-158e-45b3-9127-c3f715e74945): There are no data parts | ||
305 | 2024.05.16 00:47:02.385399 [ 3 ] {30669fe8-b0a6-4932-abdf-127c695ee146} <Debug> DynamicQueryHandler: Done processing query | ||
306 | 2024.05.16 00:47:02.385430 [ 3 ] {} <Debug> HTTP-Session: b08f33e8-dcb1-4e8c-818c-4ab0b440909d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
307 | 2024.05.16 00:47:02.385622 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33861, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
308 | 2024.05.16 00:47:02.385721 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
309 | 2024.05.16 00:47:02.385778 [ 3 ] {} <Debug> HTTP-Session: 1d8d855f-4527-4d5c-91da-f5eee48beb14 Authenticating user 'default' from [fd00:1122:3344:101::d]:33861 | ||
310 | 2024.05.16 00:47:02.385800 [ 3 ] {} <Debug> HTTP-Session: 1d8d855f-4527-4d5c-91da-f5eee48beb14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
311 | 2024.05.16 00:47:02.385849 [ 3 ] {} <Debug> HTTP-Session: 1d8d855f-4527-4d5c-91da-f5eee48beb14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
312 | 2024.05.16 00:47:02.385915 [ 3 ] {} <Trace> HTTP-Session: 1d8d855f-4527-4d5c-91da-f5eee48beb14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
313 | 2024.05.16 00:47:02.386132 [ 3 ] {a040950f-7fad-4be1-b9dd-78f72b27a79f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33861) 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.05.16 00:47:02.386206 [ 3 ] {a040950f-7fad-4be1-b9dd-78f72b27a79f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
315 | 2024.05.16 00:47:02.389588 [ 3 ] {a040950f-7fad-4be1-b9dd-78f72b27a79f} <Debug> oximeter.measurements_i8 (b7e4afbe-7e93-424c-8856-ff6b956115dc): Loading data parts | ||
316 | 2024.05.16 00:47:02.389745 [ 3 ] {a040950f-7fad-4be1-b9dd-78f72b27a79f} <Debug> oximeter.measurements_i8 (b7e4afbe-7e93-424c-8856-ff6b956115dc): There are no data parts | ||
317 | 2024.05.16 00:47:02.397019 [ 3 ] {a040950f-7fad-4be1-b9dd-78f72b27a79f} <Debug> DynamicQueryHandler: Done processing query | ||
318 | 2024.05.16 00:47:02.397093 [ 3 ] {} <Debug> HTTP-Session: 1d8d855f-4527-4d5c-91da-f5eee48beb14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
319 | 2024.05.16 00:47:02.397248 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33861, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
320 | 2024.05.16 00:47:02.397342 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
321 | 2024.05.16 00:47:02.397405 [ 3 ] {} <Debug> HTTP-Session: c60e3457-4d41-4a6c-afc3-6520f4c5b736 Authenticating user 'default' from [fd00:1122:3344:101::d]:33861 | ||
322 | 2024.05.16 00:47:02.397425 [ 3 ] {} <Debug> HTTP-Session: c60e3457-4d41-4a6c-afc3-6520f4c5b736 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
323 | 2024.05.16 00:47:02.397471 [ 3 ] {} <Debug> HTTP-Session: c60e3457-4d41-4a6c-afc3-6520f4c5b736 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
324 | 2024.05.16 00:47:02.397537 [ 3 ] {} <Trace> HTTP-Session: c60e3457-4d41-4a6c-afc3-6520f4c5b736 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
325 | 2024.05.16 00:47:02.397754 [ 3 ] {c2508b71-0960-41f3-b952-f2e21bca2c04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33861) 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.05.16 00:47:02.397880 [ 3 ] {c2508b71-0960-41f3-b952-f2e21bca2c04} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
327 | 2024.05.16 00:47:02.403114 [ 3 ] {c2508b71-0960-41f3-b952-f2e21bca2c04} <Debug> oximeter.measurements_u8 (10ccfbc4-ab7f-4bf5-a82c-27e23081a21f): Loading data parts | ||
328 | 2024.05.16 00:47:02.403372 [ 3 ] {c2508b71-0960-41f3-b952-f2e21bca2c04} <Debug> oximeter.measurements_u8 (10ccfbc4-ab7f-4bf5-a82c-27e23081a21f): There are no data parts | ||
329 | 2024.05.16 00:47:02.410610 [ 3 ] {c2508b71-0960-41f3-b952-f2e21bca2c04} <Debug> DynamicQueryHandler: Done processing query | ||
330 | 2024.05.16 00:47:02.410636 [ 3 ] {} <Debug> HTTP-Session: c60e3457-4d41-4a6c-afc3-6520f4c5b736 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
331 | 2024.05.16 00:47:02.410804 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33861, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
332 | 2024.05.16 00:47:02.410886 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
333 | 2024.05.16 00:47:02.410938 [ 3 ] {} <Debug> HTTP-Session: 0e42db17-e268-466b-b97e-4437c8b07fb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:33861 | ||
334 | 2024.05.16 00:47:02.410957 [ 3 ] {} <Debug> HTTP-Session: 0e42db17-e268-466b-b97e-4437c8b07fb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
335 | 2024.05.16 00:47:02.411002 [ 3 ] {} <Debug> HTTP-Session: 0e42db17-e268-466b-b97e-4437c8b07fb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
336 | 2024.05.16 00:47:02.411064 [ 3 ] {} <Trace> HTTP-Session: 0e42db17-e268-466b-b97e-4437c8b07fb2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
337 | 2024.05.16 00:47:02.411280 [ 3 ] {209eae36-be3f-40c3-9b9a-1b770fcb0039} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33861) 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.05.16 00:47:02.411357 [ 3 ] {209eae36-be3f-40c3-9b9a-1b770fcb0039} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
339 | 2024.05.16 00:47:02.421862 [ 3 ] {209eae36-be3f-40c3-9b9a-1b770fcb0039} <Debug> oximeter.measurements_i16 (821a0f2d-c5dd-4a3a-bade-81709d85d2df): Loading data parts | ||
340 | 2024.05.16 00:47:02.422097 [ 3 ] {209eae36-be3f-40c3-9b9a-1b770fcb0039} <Debug> oximeter.measurements_i16 (821a0f2d-c5dd-4a3a-bade-81709d85d2df): There are no data parts | ||
341 | 2024.05.16 00:47:02.427064 [ 3 ] {209eae36-be3f-40c3-9b9a-1b770fcb0039} <Debug> DynamicQueryHandler: Done processing query | ||
342 | 2024.05.16 00:47:02.427135 [ 3 ] {} <Debug> HTTP-Session: 0e42db17-e268-466b-b97e-4437c8b07fb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
343 | 2024.05.16 00:47:02.427274 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33861, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
344 | 2024.05.16 00:47:02.427356 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
345 | 2024.05.16 00:47:02.427408 [ 3 ] {} <Debug> HTTP-Session: ed2f1186-d20f-4ec8-a199-823879bc71b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:33861 | ||
346 | 2024.05.16 00:47:02.427425 [ 3 ] {} <Debug> HTTP-Session: ed2f1186-d20f-4ec8-a199-823879bc71b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
347 | 2024.05.16 00:47:02.427469 [ 3 ] {} <Debug> HTTP-Session: ed2f1186-d20f-4ec8-a199-823879bc71b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
348 | 2024.05.16 00:47:02.427532 [ 3 ] {} <Trace> HTTP-Session: ed2f1186-d20f-4ec8-a199-823879bc71b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
349 | 2024.05.16 00:47:02.427704 [ 3 ] {6451d574-e1b9-466d-8a63-dd9a37015fb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33861) 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.05.16 00:47:02.427800 [ 3 ] {6451d574-e1b9-466d-8a63-dd9a37015fb8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
351 | 2024.05.16 00:47:02.433549 [ 3 ] {6451d574-e1b9-466d-8a63-dd9a37015fb8} <Debug> oximeter.measurements_u16 (290a0de7-1c96-4a43-ae00-df685bb13541): Loading data parts | ||
352 | 2024.05.16 00:47:02.433764 [ 3 ] {6451d574-e1b9-466d-8a63-dd9a37015fb8} <Debug> oximeter.measurements_u16 (290a0de7-1c96-4a43-ae00-df685bb13541): There are no data parts | ||
353 | 2024.05.16 00:47:02.444765 [ 3 ] {6451d574-e1b9-466d-8a63-dd9a37015fb8} <Debug> DynamicQueryHandler: Done processing query | ||
354 | 2024.05.16 00:47:02.444840 [ 3 ] {} <Debug> HTTP-Session: ed2f1186-d20f-4ec8-a199-823879bc71b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
355 | 2024.05.16 00:47:02.445020 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33861, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
356 | 2024.05.16 00:47:02.445104 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
357 | 2024.05.16 00:47:02.445161 [ 3 ] {} <Debug> HTTP-Session: a04662cc-2d57-42d6-b4ae-fd833546260f Authenticating user 'default' from [fd00:1122:3344:101::d]:33861 | ||
358 | 2024.05.16 00:47:02.445216 [ 3 ] {} <Debug> HTTP-Session: a04662cc-2d57-42d6-b4ae-fd833546260f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
359 | 2024.05.16 00:47:02.445230 [ 3 ] {} <Debug> HTTP-Session: a04662cc-2d57-42d6-b4ae-fd833546260f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
360 | 2024.05.16 00:47:02.445294 [ 3 ] {} <Trace> HTTP-Session: a04662cc-2d57-42d6-b4ae-fd833546260f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
361 | 2024.05.16 00:47:02.445511 [ 3 ] {7e590115-de77-4362-a320-52abfc714dc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33861) 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.05.16 00:47:02.445589 [ 3 ] {7e590115-de77-4362-a320-52abfc714dc5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
363 | 2024.05.16 00:47:02.449263 [ 3 ] {7e590115-de77-4362-a320-52abfc714dc5} <Debug> oximeter.measurements_i32 (f22d049b-7f50-4850-9cca-6eba803b7ff5): Loading data parts | ||
364 | 2024.05.16 00:47:02.449557 [ 3 ] {7e590115-de77-4362-a320-52abfc714dc5} <Debug> oximeter.measurements_i32 (f22d049b-7f50-4850-9cca-6eba803b7ff5): There are no data parts | ||
365 | 2024.05.16 00:47:02.456360 [ 3 ] {7e590115-de77-4362-a320-52abfc714dc5} <Debug> DynamicQueryHandler: Done processing query | ||
366 | 2024.05.16 00:47:02.456450 [ 3 ] {} <Debug> HTTP-Session: a04662cc-2d57-42d6-b4ae-fd833546260f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
367 | 2024.05.16 00:47:02.456580 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33861, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
368 | 2024.05.16 00:47:02.456668 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
369 | 2024.05.16 00:47:02.456723 [ 3 ] {} <Debug> HTTP-Session: 0a967651-18bb-46d6-bf60-5e5cc5798b2b Authenticating user 'default' from [fd00:1122:3344:101::d]:33861 | ||
370 | 2024.05.16 00:47:02.456740 [ 3 ] {} <Debug> HTTP-Session: 0a967651-18bb-46d6-bf60-5e5cc5798b2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
371 | 2024.05.16 00:47:02.456791 [ 3 ] {} <Debug> HTTP-Session: 0a967651-18bb-46d6-bf60-5e5cc5798b2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
372 | 2024.05.16 00:47:02.456859 [ 3 ] {} <Trace> HTTP-Session: 0a967651-18bb-46d6-bf60-5e5cc5798b2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
373 | 2024.05.16 00:47:02.457110 [ 3 ] {4a7c1c1a-fad1-4c39-bbda-af35694466a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33861) 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.05.16 00:47:02.457191 [ 3 ] {4a7c1c1a-fad1-4c39-bbda-af35694466a8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
375 | 2024.05.16 00:47:02.462424 [ 3 ] {4a7c1c1a-fad1-4c39-bbda-af35694466a8} <Debug> oximeter.measurements_u32 (adbf7eac-a8ce-499d-a600-ea721afbd778): Loading data parts | ||
376 | 2024.05.16 00:47:02.462734 [ 3 ] {4a7c1c1a-fad1-4c39-bbda-af35694466a8} <Debug> oximeter.measurements_u32 (adbf7eac-a8ce-499d-a600-ea721afbd778): There are no data parts | ||
377 | 2024.05.16 00:47:02.469776 [ 3 ] {4a7c1c1a-fad1-4c39-bbda-af35694466a8} <Debug> DynamicQueryHandler: Done processing query | ||
378 | 2024.05.16 00:47:02.469845 [ 3 ] {} <Debug> HTTP-Session: 0a967651-18bb-46d6-bf60-5e5cc5798b2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
379 | 2024.05.16 00:47:02.469998 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33861, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
380 | 2024.05.16 00:47:02.470088 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
381 | 2024.05.16 00:47:02.470140 [ 3 ] {} <Debug> HTTP-Session: 2c29bfe5-d7c4-40af-9430-e82b7b35a259 Authenticating user 'default' from [fd00:1122:3344:101::d]:33861 | ||
382 | 2024.05.16 00:47:02.470194 [ 3 ] {} <Debug> HTTP-Session: 2c29bfe5-d7c4-40af-9430-e82b7b35a259 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
383 | 2024.05.16 00:47:02.470208 [ 3 ] {} <Debug> HTTP-Session: 2c29bfe5-d7c4-40af-9430-e82b7b35a259 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
384 | 2024.05.16 00:47:02.470271 [ 3 ] {} <Trace> HTTP-Session: 2c29bfe5-d7c4-40af-9430-e82b7b35a259 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
385 | 2024.05.16 00:47:02.470480 [ 3 ] {6a5ccd82-e679-455a-b1af-5b371ad62dd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33861) 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.05.16 00:47:02.470588 [ 3 ] {6a5ccd82-e679-455a-b1af-5b371ad62dd7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
387 | 2024.05.16 00:47:02.480379 [ 3 ] {6a5ccd82-e679-455a-b1af-5b371ad62dd7} <Debug> oximeter.measurements_i64 (74e24dc1-baa9-43be-8658-e526ae654bba): Loading data parts | ||
388 | 2024.05.16 00:47:02.480545 [ 3 ] {6a5ccd82-e679-455a-b1af-5b371ad62dd7} <Debug> oximeter.measurements_i64 (74e24dc1-baa9-43be-8658-e526ae654bba): There are no data parts | ||
389 | 2024.05.16 00:47:02.485342 [ 3 ] {6a5ccd82-e679-455a-b1af-5b371ad62dd7} <Debug> DynamicQueryHandler: Done processing query | ||
390 | 2024.05.16 00:47:02.485410 [ 3 ] {} <Debug> HTTP-Session: 2c29bfe5-d7c4-40af-9430-e82b7b35a259 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
391 | 2024.05.16 00:47:02.485544 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33861, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
392 | 2024.05.16 00:47:02.485650 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
393 | 2024.05.16 00:47:02.485671 [ 3 ] {} <Debug> HTTP-Session: f7bd5ba2-3833-4736-8ebc-a4fc84b82bf5 Authenticating user 'default' from [fd00:1122:3344:101::d]:33861 | ||
394 | 2024.05.16 00:47:02.485723 [ 3 ] {} <Debug> HTTP-Session: f7bd5ba2-3833-4736-8ebc-a4fc84b82bf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
395 | 2024.05.16 00:47:02.485738 [ 3 ] {} <Debug> HTTP-Session: f7bd5ba2-3833-4736-8ebc-a4fc84b82bf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
396 | 2024.05.16 00:47:02.485800 [ 3 ] {} <Trace> HTTP-Session: f7bd5ba2-3833-4736-8ebc-a4fc84b82bf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
397 | 2024.05.16 00:47:02.486003 [ 3 ] {59a91a3a-1757-49e6-9742-4e2823a130fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33861) 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.05.16 00:47:02.486085 [ 3 ] {59a91a3a-1757-49e6-9742-4e2823a130fc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
399 | 2024.05.16 00:47:02.491979 [ 3 ] {59a91a3a-1757-49e6-9742-4e2823a130fc} <Debug> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Loading data parts | ||
400 | 2024.05.16 00:47:02.492163 [ 3 ] {59a91a3a-1757-49e6-9742-4e2823a130fc} <Debug> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): There are no data parts | ||
401 | 2024.05.16 00:47:02.496997 [ 3 ] {59a91a3a-1757-49e6-9742-4e2823a130fc} <Debug> DynamicQueryHandler: Done processing query | ||
402 | 2024.05.16 00:47:02.497068 [ 3 ] {} <Debug> HTTP-Session: f7bd5ba2-3833-4736-8ebc-a4fc84b82bf5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
403 | 2024.05.16 00:47:02.497224 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33861, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
404 | 2024.05.16 00:47:02.497271 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
405 | 2024.05.16 00:47:02.497329 [ 3 ] {} <Debug> HTTP-Session: bd468f97-8209-4bde-8a13-2d2bb3f6fd4a Authenticating user 'default' from [fd00:1122:3344:101::d]:33861 | ||
406 | 2024.05.16 00:47:02.497381 [ 3 ] {} <Debug> HTTP-Session: bd468f97-8209-4bde-8a13-2d2bb3f6fd4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
407 | 2024.05.16 00:47:02.497394 [ 3 ] {} <Debug> HTTP-Session: bd468f97-8209-4bde-8a13-2d2bb3f6fd4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
408 | 2024.05.16 00:47:02.497454 [ 3 ] {} <Trace> HTTP-Session: bd468f97-8209-4bde-8a13-2d2bb3f6fd4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
409 | 2024.05.16 00:47:02.497660 [ 3 ] {a746d03c-0887-47fb-92a9-ac677b4cfd7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33861) 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.05.16 00:47:02.497771 [ 3 ] {a746d03c-0887-47fb-92a9-ac677b4cfd7b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
411 | 2024.05.16 00:47:02.503193 [ 3 ] {a746d03c-0887-47fb-92a9-ac677b4cfd7b} <Debug> oximeter.measurements_f32 (1acc1be3-fc47-4097-a4fa-d10fc93a929a): Loading data parts | ||
412 | 2024.05.16 00:47:02.503362 [ 3 ] {a746d03c-0887-47fb-92a9-ac677b4cfd7b} <Debug> oximeter.measurements_f32 (1acc1be3-fc47-4097-a4fa-d10fc93a929a): There are no data parts | ||
413 | 2024.05.16 00:47:02.508196 [ 3 ] {a746d03c-0887-47fb-92a9-ac677b4cfd7b} <Debug> DynamicQueryHandler: Done processing query | ||
414 | 2024.05.16 00:47:02.508245 [ 3 ] {} <Debug> HTTP-Session: bd468f97-8209-4bde-8a13-2d2bb3f6fd4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
415 | 2024.05.16 00:47:02.508431 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33861, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
416 | 2024.05.16 00:47:02.508616 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
417 | 2024.05.16 00:47:02.508658 [ 3 ] {} <Debug> HTTP-Session: b2145f78-2333-41cc-9e62-8c5d4d351977 Authenticating user 'default' from [fd00:1122:3344:101::d]:33861 | ||
418 | 2024.05.16 00:47:02.508739 [ 3 ] {} <Debug> HTTP-Session: b2145f78-2333-41cc-9e62-8c5d4d351977 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
419 | 2024.05.16 00:47:02.508815 [ 3 ] {} <Debug> HTTP-Session: b2145f78-2333-41cc-9e62-8c5d4d351977 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
420 | 2024.05.16 00:47:02.508875 [ 3 ] {} <Trace> HTTP-Session: b2145f78-2333-41cc-9e62-8c5d4d351977 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
421 | 2024.05.16 00:47:02.509190 [ 3 ] {461ca8c3-df18-41a5-8bac-b3d629f24bcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33861) 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.05.16 00:47:02.509303 [ 3 ] {461ca8c3-df18-41a5-8bac-b3d629f24bcd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
423 | 2024.05.16 00:47:02.514482 [ 3 ] {461ca8c3-df18-41a5-8bac-b3d629f24bcd} <Debug> oximeter.measurements_f64 (7f78ddcb-2ad3-42eb-9550-382413f2ff91): Loading data parts | ||
424 | 2024.05.16 00:47:02.514649 [ 3 ] {461ca8c3-df18-41a5-8bac-b3d629f24bcd} <Debug> oximeter.measurements_f64 (7f78ddcb-2ad3-42eb-9550-382413f2ff91): There are no data parts | ||
425 | 2024.05.16 00:47:02.519607 [ 3 ] {461ca8c3-df18-41a5-8bac-b3d629f24bcd} <Debug> DynamicQueryHandler: Done processing query | ||
426 | 2024.05.16 00:47:02.519714 [ 3 ] {} <Debug> HTTP-Session: b2145f78-2333-41cc-9e62-8c5d4d351977 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
427 | 2024.05.16 00:47:02.519967 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33861, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
428 | 2024.05.16 00:47:02.520108 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
429 | 2024.05.16 00:47:02.520129 [ 3 ] {} <Debug> HTTP-Session: 9e6e2d4e-a901-4192-a405-664de1f5106d Authenticating user 'default' from [fd00:1122:3344:101::d]:33861 | ||
430 | 2024.05.16 00:47:02.520179 [ 3 ] {} <Debug> HTTP-Session: 9e6e2d4e-a901-4192-a405-664de1f5106d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
431 | 2024.05.16 00:47:02.520193 [ 3 ] {} <Debug> HTTP-Session: 9e6e2d4e-a901-4192-a405-664de1f5106d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
432 | 2024.05.16 00:47:02.520268 [ 3 ] {} <Trace> HTTP-Session: 9e6e2d4e-a901-4192-a405-664de1f5106d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
433 | 2024.05.16 00:47:02.520524 [ 3 ] {4c928cb0-2c16-4f95-afd6-68ce5fa7740a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33861) 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.05.16 00:47:02.520650 [ 3 ] {4c928cb0-2c16-4f95-afd6-68ce5fa7740a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
435 | 2024.05.16 00:47:02.525686 [ 3 ] {4c928cb0-2c16-4f95-afd6-68ce5fa7740a} <Debug> oximeter.measurements_string (8b2735b0-fdf6-4789-9b3c-e03d951edf90): Loading data parts | ||
436 | 2024.05.16 00:47:02.525843 [ 3 ] {4c928cb0-2c16-4f95-afd6-68ce5fa7740a} <Debug> oximeter.measurements_string (8b2735b0-fdf6-4789-9b3c-e03d951edf90): There are no data parts | ||
437 | 2024.05.16 00:47:02.530566 [ 3 ] {4c928cb0-2c16-4f95-afd6-68ce5fa7740a} <Debug> DynamicQueryHandler: Done processing query | ||
438 | 2024.05.16 00:47:02.530597 [ 3 ] {} <Debug> HTTP-Session: 9e6e2d4e-a901-4192-a405-664de1f5106d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
439 | 2024.05.16 00:47:02.530768 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33861, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
440 | 2024.05.16 00:47:02.530861 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
441 | 2024.05.16 00:47:02.530886 [ 3 ] {} <Debug> HTTP-Session: 9bfe4710-1178-48a7-9ecc-1c81f358fdce Authenticating user 'default' from [fd00:1122:3344:101::d]:33861 | ||
442 | 2024.05.16 00:47:02.530958 [ 3 ] {} <Debug> HTTP-Session: 9bfe4710-1178-48a7-9ecc-1c81f358fdce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
443 | 2024.05.16 00:47:02.531078 [ 3 ] {} <Debug> HTTP-Session: 9bfe4710-1178-48a7-9ecc-1c81f358fdce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
444 | 2024.05.16 00:47:02.531109 [ 3 ] {} <Trace> HTTP-Session: 9bfe4710-1178-48a7-9ecc-1c81f358fdce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
445 | 2024.05.16 00:47:02.531324 [ 3 ] {4f29d8a7-e1f1-4761-ab65-48a39dca9042} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33861) 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.05.16 00:47:02.531461 [ 3 ] {4f29d8a7-e1f1-4761-ab65-48a39dca9042} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
454 | 2024.05.16 00:47:02.538236 [ 3 ] {4f29d8a7-e1f1-4761-ab65-48a39dca9042} <Debug> oximeter.measurements_bytes (8d948e1c-1ef0-44c1-b64e-0c5d7ba64fc6): Loading data parts | ||
455 | 2024.05.16 00:47:02.538372 [ 3 ] {4f29d8a7-e1f1-4761-ab65-48a39dca9042} <Debug> oximeter.measurements_bytes (8d948e1c-1ef0-44c1-b64e-0c5d7ba64fc6): There are no data parts | ||
456 | 2024.05.16 00:47:02.549742 [ 3 ] {4f29d8a7-e1f1-4761-ab65-48a39dca9042} <Debug> DynamicQueryHandler: Done processing query | ||
457 | 2024.05.16 00:47:02.549768 [ 3 ] {} <Debug> HTTP-Session: 9bfe4710-1178-48a7-9ecc-1c81f358fdce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
458 | 2024.05.16 00:47:02.549937 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33861, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
459 | 2024.05.16 00:47:02.550016 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
460 | 2024.05.16 00:47:02.550070 [ 3 ] {} <Debug> HTTP-Session: 16c62b75-5514-485a-ac82-7c21a870c7a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:33861 | ||
461 | 2024.05.16 00:47:02.550087 [ 3 ] {} <Debug> HTTP-Session: 16c62b75-5514-485a-ac82-7c21a870c7a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
462 | 2024.05.16 00:47:02.550130 [ 3 ] {} <Debug> HTTP-Session: 16c62b75-5514-485a-ac82-7c21a870c7a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
463 | 2024.05.16 00:47:02.550160 [ 3 ] {} <Trace> HTTP-Session: 16c62b75-5514-485a-ac82-7c21a870c7a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
464 | 2024.05.16 00:47:02.550404 [ 3 ] {0d2c45a8-def6-4e99-842a-b342707184f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33861) 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.05.16 00:47:02.550483 [ 3 ] {0d2c45a8-def6-4e99-842a-b342707184f7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
466 | 2024.05.16 00:47:02.559163 [ 3 ] {0d2c45a8-def6-4e99-842a-b342707184f7} <Debug> oximeter.measurements_cumulativei64 (253a0075-ba10-4cdf-b709-8641226fd1d7): Loading data parts | ||
467 | 2024.05.16 00:47:02.559345 [ 3 ] {0d2c45a8-def6-4e99-842a-b342707184f7} <Debug> oximeter.measurements_cumulativei64 (253a0075-ba10-4cdf-b709-8641226fd1d7): There are no data parts | ||
468 | 2024.05.16 00:47:02.564922 [ 3 ] {0d2c45a8-def6-4e99-842a-b342707184f7} <Debug> DynamicQueryHandler: Done processing query | ||
469 | 2024.05.16 00:47:02.565030 [ 3 ] {} <Debug> HTTP-Session: 16c62b75-5514-485a-ac82-7c21a870c7a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
470 | 2024.05.16 00:47:02.565193 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33861, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
471 | 2024.05.16 00:47:02.565299 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
472 | 2024.05.16 00:47:02.565321 [ 3 ] {} <Debug> HTTP-Session: e4eccb31-e347-47d4-9b6c-0d574403f105 Authenticating user 'default' from [fd00:1122:3344:101::d]:33861 | ||
473 | 2024.05.16 00:47:02.565370 [ 3 ] {} <Debug> HTTP-Session: e4eccb31-e347-47d4-9b6c-0d574403f105 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
474 | 2024.05.16 00:47:02.565387 [ 3 ] {} <Debug> HTTP-Session: e4eccb31-e347-47d4-9b6c-0d574403f105 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
475 | 2024.05.16 00:47:02.565447 [ 3 ] {} <Trace> HTTP-Session: e4eccb31-e347-47d4-9b6c-0d574403f105 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
476 | 2024.05.16 00:47:02.565655 [ 3 ] {9ba28a0b-8d2e-4309-afd1-9bf45096f4c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33861) 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.05.16 00:47:02.565763 [ 3 ] {9ba28a0b-8d2e-4309-afd1-9bf45096f4c3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
478 | 2024.05.16 00:47:02.570925 [ 3 ] {9ba28a0b-8d2e-4309-afd1-9bf45096f4c3} <Debug> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Loading data parts | ||
479 | 2024.05.16 00:47:02.571236 [ 3 ] {9ba28a0b-8d2e-4309-afd1-9bf45096f4c3} <Debug> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): There are no data parts | ||
480 | 2024.05.16 00:47:02.582717 [ 3 ] {9ba28a0b-8d2e-4309-afd1-9bf45096f4c3} <Debug> DynamicQueryHandler: Done processing query | ||
481 | 2024.05.16 00:47:02.582744 [ 3 ] {} <Debug> HTTP-Session: e4eccb31-e347-47d4-9b6c-0d574403f105 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
482 | 2024.05.16 00:47:02.582906 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33861, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
483 | 2024.05.16 00:47:02.583006 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
484 | 2024.05.16 00:47:02.583027 [ 3 ] {} <Debug> HTTP-Session: 2cddbaa0-302b-4495-b919-b9334045f8a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:33861 | ||
485 | 2024.05.16 00:47:02.583082 [ 3 ] {} <Debug> HTTP-Session: 2cddbaa0-302b-4495-b919-b9334045f8a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
486 | 2024.05.16 00:47:02.583125 [ 3 ] {} <Debug> HTTP-Session: 2cddbaa0-302b-4495-b919-b9334045f8a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
487 | 2024.05.16 00:47:02.583157 [ 3 ] {} <Trace> HTTP-Session: 2cddbaa0-302b-4495-b919-b9334045f8a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
488 | 2024.05.16 00:47:02.583370 [ 3 ] {40cb4e31-8580-49ce-a9a6-94fa7d7f9cd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33861) 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.05.16 00:47:02.583484 [ 3 ] {40cb4e31-8580-49ce-a9a6-94fa7d7f9cd6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
490 | 2024.05.16 00:47:02.594025 [ 3 ] {40cb4e31-8580-49ce-a9a6-94fa7d7f9cd6} <Debug> oximeter.measurements_cumulativef32 (bd42bfa2-aafd-4506-8c39-58c8e1e0e8c1): Loading data parts | ||
491 | 2024.05.16 00:47:02.594327 [ 3 ] {40cb4e31-8580-49ce-a9a6-94fa7d7f9cd6} <Debug> oximeter.measurements_cumulativef32 (bd42bfa2-aafd-4506-8c39-58c8e1e0e8c1): There are no data parts | ||
492 | 2024.05.16 00:47:02.599164 [ 3 ] {40cb4e31-8580-49ce-a9a6-94fa7d7f9cd6} <Debug> DynamicQueryHandler: Done processing query | ||
493 | 2024.05.16 00:47:02.599233 [ 3 ] {} <Debug> HTTP-Session: 2cddbaa0-302b-4495-b919-b9334045f8a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
494 | 2024.05.16 00:47:02.599383 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33861, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
495 | 2024.05.16 00:47:02.599473 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
496 | 2024.05.16 00:47:02.599533 [ 3 ] {} <Debug> HTTP-Session: e3c3c51c-6780-49eb-a0c5-9ed929a9f5f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:33861 | ||
497 | 2024.05.16 00:47:02.599644 [ 3 ] {} <Debug> HTTP-Session: e3c3c51c-6780-49eb-a0c5-9ed929a9f5f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
498 | 2024.05.16 00:47:02.599662 [ 3 ] {} <Debug> HTTP-Session: e3c3c51c-6780-49eb-a0c5-9ed929a9f5f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
499 | 2024.05.16 00:47:02.599730 [ 3 ] {} <Trace> HTTP-Session: e3c3c51c-6780-49eb-a0c5-9ed929a9f5f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
500 | 2024.05.16 00:47:02.599984 [ 3 ] {7995eed4-14f4-4ce3-886f-e8770ef64f95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33861) 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.05.16 00:47:02.600114 [ 3 ] {7995eed4-14f4-4ce3-886f-e8770ef64f95} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
502 | 2024.05.16 00:47:02.605741 [ 3 ] {7995eed4-14f4-4ce3-886f-e8770ef64f95} <Debug> oximeter.measurements_cumulativef64 (da2f83ed-f6c8-4fe5-b758-0cbf71369978): Loading data parts | ||
503 | 2024.05.16 00:47:02.605945 [ 3 ] {7995eed4-14f4-4ce3-886f-e8770ef64f95} <Debug> oximeter.measurements_cumulativef64 (da2f83ed-f6c8-4fe5-b758-0cbf71369978): There are no data parts | ||
504 | 2024.05.16 00:47:02.610319 [ 3 ] {7995eed4-14f4-4ce3-886f-e8770ef64f95} <Debug> DynamicQueryHandler: Done processing query | ||
505 | 2024.05.16 00:47:02.610372 [ 3 ] {} <Debug> HTTP-Session: e3c3c51c-6780-49eb-a0c5-9ed929a9f5f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
506 | 2024.05.16 00:47:02.610642 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33861, User-Agent: (none), Length: 836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
507 | 2024.05.16 00:47:02.610800 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
508 | 2024.05.16 00:47:02.610839 [ 3 ] {} <Debug> HTTP-Session: 5cded3e3-8158-4f3a-89dc-690ff4c0b6f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:33861 | ||
509 | 2024.05.16 00:47:02.610934 [ 3 ] {} <Debug> HTTP-Session: 5cded3e3-8158-4f3a-89dc-690ff4c0b6f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
510 | 2024.05.16 00:47:02.611024 [ 3 ] {} <Debug> HTTP-Session: 5cded3e3-8158-4f3a-89dc-690ff4c0b6f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
511 | 2024.05.16 00:47:02.611084 [ 3 ] {} <Trace> HTTP-Session: 5cded3e3-8158-4f3a-89dc-690ff4c0b6f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
512 | 2024.05.16 00:47:02.611325 [ 3 ] {71b11db9-8d17-49be-a19c-29cfb530b965} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33861) 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.05.16 00:47:02.611496 [ 3 ] {71b11db9-8d17-49be-a19c-29cfb530b965} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
524 | 2024.05.16 00:47:02.616895 [ 3 ] {71b11db9-8d17-49be-a19c-29cfb530b965} <Debug> oximeter.measurements_histogrami8 (5bea44d1-d479-4c73-aa56-b7f621e3a922): Loading data parts | ||
525 | 2024.05.16 00:47:02.617136 [ 3 ] {71b11db9-8d17-49be-a19c-29cfb530b965} <Debug> oximeter.measurements_histogrami8 (5bea44d1-d479-4c73-aa56-b7f621e3a922): There are no data parts | ||
526 | 2024.05.16 00:47:02.622192 [ 3 ] {71b11db9-8d17-49be-a19c-29cfb530b965} <Debug> DynamicQueryHandler: Done processing query | ||
527 | 2024.05.16 00:47:02.622222 [ 3 ] {} <Debug> HTTP-Session: 5cded3e3-8158-4f3a-89dc-690ff4c0b6f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
528 | 2024.05.16 00:47:02.622377 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33861, User-Agent: (none), Length: 373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
529 | 2024.05.16 00:47:02.622456 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
530 | 2024.05.16 00:47:02.622510 [ 3 ] {} <Debug> HTTP-Session: 4fe8fc8a-6293-4516-86c7-e525dfe8fe40 Authenticating user 'default' from [fd00:1122:3344:101::d]:33861 | ||
531 | 2024.05.16 00:47:02.622526 [ 3 ] {} <Debug> HTTP-Session: 4fe8fc8a-6293-4516-86c7-e525dfe8fe40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
532 | 2024.05.16 00:47:02.622569 [ 3 ] {} <Debug> HTTP-Session: 4fe8fc8a-6293-4516-86c7-e525dfe8fe40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
533 | 2024.05.16 00:47:02.622602 [ 3 ] {} <Trace> HTTP-Session: 4fe8fc8a-6293-4516-86c7-e525dfe8fe40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
534 | 2024.05.16 00:47:02.622818 [ 3 ] {42bccf45-3ac0-4fc7-ae3a-40cef643f0b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33861) 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.05.16 00:47:02.622931 [ 3 ] {42bccf45-3ac0-4fc7-ae3a-40cef643f0b8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
536 | 2024.05.16 00:47:02.628461 [ 3 ] {42bccf45-3ac0-4fc7-ae3a-40cef643f0b8} <Debug> oximeter.measurements_histogramu8 (aa0a98d0-0708-43bf-b79e-d25f32667300): Loading data parts | ||
537 | 2024.05.16 00:47:02.628681 [ 3 ] {42bccf45-3ac0-4fc7-ae3a-40cef643f0b8} <Debug> oximeter.measurements_histogramu8 (aa0a98d0-0708-43bf-b79e-d25f32667300): There are no data parts | ||
538 | 2024.05.16 00:47:02.633629 [ 3 ] {42bccf45-3ac0-4fc7-ae3a-40cef643f0b8} <Debug> DynamicQueryHandler: Done processing query | ||
539 | 2024.05.16 00:47:02.633737 [ 3 ] {} <Debug> HTTP-Session: 4fe8fc8a-6293-4516-86c7-e525dfe8fe40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
540 | 2024.05.16 00:47:02.633929 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33861, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
541 | 2024.05.16 00:47:02.634076 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
542 | 2024.05.16 00:47:02.634134 [ 3 ] {} <Debug> HTTP-Session: e99ef793-b95a-4803-a2a4-1ff2460a8fbd Authenticating user 'default' from [fd00:1122:3344:101::d]:33861 | ||
543 | 2024.05.16 00:47:02.634183 [ 3 ] {} <Debug> HTTP-Session: e99ef793-b95a-4803-a2a4-1ff2460a8fbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
544 | 2024.05.16 00:47:02.634197 [ 3 ] {} <Debug> HTTP-Session: e99ef793-b95a-4803-a2a4-1ff2460a8fbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
545 | 2024.05.16 00:47:02.634257 [ 3 ] {} <Trace> HTTP-Session: e99ef793-b95a-4803-a2a4-1ff2460a8fbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
546 | 2024.05.16 00:47:02.634479 [ 3 ] {e6c028a2-1f5f-44df-a593-87991bb1f06e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33861) 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.05.16 00:47:02.634591 [ 3 ] {e6c028a2-1f5f-44df-a593-87991bb1f06e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
548 | 2024.05.16 00:47:02.639636 [ 3 ] {e6c028a2-1f5f-44df-a593-87991bb1f06e} <Debug> oximeter.measurements_histogrami16 (170aee2e-115c-4b70-9626-46eea530c99c): Loading data parts | ||
549 | 2024.05.16 00:47:02.639812 [ 3 ] {e6c028a2-1f5f-44df-a593-87991bb1f06e} <Debug> oximeter.measurements_histogrami16 (170aee2e-115c-4b70-9626-46eea530c99c): There are no data parts | ||
550 | 2024.05.16 00:47:02.644276 [ 3 ] {e6c028a2-1f5f-44df-a593-87991bb1f06e} <Debug> DynamicQueryHandler: Done processing query | ||
551 | 2024.05.16 00:47:02.644307 [ 3 ] {} <Debug> HTTP-Session: e99ef793-b95a-4803-a2a4-1ff2460a8fbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
552 | 2024.05.16 00:47:02.644483 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33861, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
553 | 2024.05.16 00:47:02.644574 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
554 | 2024.05.16 00:47:02.644600 [ 3 ] {} <Debug> HTTP-Session: 863a2ae4-9569-41da-8284-9f85e6e6d603 Authenticating user 'default' from [fd00:1122:3344:101::d]:33861 | ||
555 | 2024.05.16 00:47:02.644653 [ 3 ] {} <Debug> HTTP-Session: 863a2ae4-9569-41da-8284-9f85e6e6d603 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
556 | 2024.05.16 00:47:02.644704 [ 3 ] {} <Debug> HTTP-Session: 863a2ae4-9569-41da-8284-9f85e6e6d603 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
557 | 2024.05.16 00:47:02.644741 [ 3 ] {} <Trace> HTTP-Session: 863a2ae4-9569-41da-8284-9f85e6e6d603 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
558 | 2024.05.16 00:47:02.645002 [ 3 ] {b7bfc1d1-0b68-40d8-a68c-e21bd69ce016} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33861) 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.05.16 00:47:02.645126 [ 3 ] {b7bfc1d1-0b68-40d8-a68c-e21bd69ce016} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
560 | 2024.05.16 00:47:02.650895 [ 3 ] {b7bfc1d1-0b68-40d8-a68c-e21bd69ce016} <Debug> oximeter.measurements_histogramu16 (461c9f04-9e9b-430d-8f12-21729183474b): Loading data parts | ||
561 | 2024.05.16 00:47:02.651065 [ 3 ] {b7bfc1d1-0b68-40d8-a68c-e21bd69ce016} <Debug> oximeter.measurements_histogramu16 (461c9f04-9e9b-430d-8f12-21729183474b): There are no data parts | ||
562 | 2024.05.16 00:47:02.655398 [ 3 ] {b7bfc1d1-0b68-40d8-a68c-e21bd69ce016} <Debug> DynamicQueryHandler: Done processing query | ||
563 | 2024.05.16 00:47:02.655462 [ 3 ] {} <Debug> HTTP-Session: 863a2ae4-9569-41da-8284-9f85e6e6d603 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
564 | 2024.05.16 00:47:02.655599 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33861, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
565 | 2024.05.16 00:47:02.655685 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
566 | 2024.05.16 00:47:02.655743 [ 3 ] {} <Debug> HTTP-Session: d55aa058-7e72-4d94-9df8-877098ce52e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:33861 | ||
567 | 2024.05.16 00:47:02.655760 [ 3 ] {} <Debug> HTTP-Session: d55aa058-7e72-4d94-9df8-877098ce52e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
568 | 2024.05.16 00:47:02.655804 [ 3 ] {} <Debug> HTTP-Session: d55aa058-7e72-4d94-9df8-877098ce52e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
569 | 2024.05.16 00:47:02.655873 [ 3 ] {} <Trace> HTTP-Session: d55aa058-7e72-4d94-9df8-877098ce52e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
570 | 2024.05.16 00:47:02.656061 [ 3 ] {5d2f4738-c7ec-4a01-a09c-4048f4ea25e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33861) 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) | ||
571 | 2024.05.16 00:47:02.656199 [ 3 ] {5d2f4738-c7ec-4a01-a09c-4048f4ea25e0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
572 | 2024.05.16 00:47:02.661694 [ 3 ] {5d2f4738-c7ec-4a01-a09c-4048f4ea25e0} <Debug> oximeter.measurements_histogrami32 (dd1eeebc-c2c8-4954-bc10-ee086a495405): Loading data parts | ||
573 | 2024.05.16 00:47:02.661895 [ 3 ] {5d2f4738-c7ec-4a01-a09c-4048f4ea25e0} <Debug> oximeter.measurements_histogrami32 (dd1eeebc-c2c8-4954-bc10-ee086a495405): There are no data parts | ||
574 | 2024.05.16 00:47:02.666746 [ 3 ] {5d2f4738-c7ec-4a01-a09c-4048f4ea25e0} <Debug> DynamicQueryHandler: Done processing query | ||
575 | 2024.05.16 00:47:02.666826 [ 3 ] {} <Debug> HTTP-Session: d55aa058-7e72-4d94-9df8-877098ce52e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
576 | 2024.05.16 00:47:02.667021 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33861, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
577 | 2024.05.16 00:47:02.667120 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
578 | 2024.05.16 00:47:02.667142 [ 3 ] {} <Debug> HTTP-Session: 27d985f0-39c7-4d2f-b7a2-5b484fe7a355 Authenticating user 'default' from [fd00:1122:3344:101::d]:33861 | ||
579 | 2024.05.16 00:47:02.667200 [ 3 ] {} <Debug> HTTP-Session: 27d985f0-39c7-4d2f-b7a2-5b484fe7a355 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
580 | 2024.05.16 00:47:02.667214 [ 3 ] {} <Debug> HTTP-Session: 27d985f0-39c7-4d2f-b7a2-5b484fe7a355 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
581 | 2024.05.16 00:47:02.667276 [ 3 ] {} <Trace> HTTP-Session: 27d985f0-39c7-4d2f-b7a2-5b484fe7a355 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
582 | 2024.05.16 00:47:02.667506 [ 3 ] {d241ce2e-1ac8-4a72-8253-b24b6570ae86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33861) 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) | ||
583 | 2024.05.16 00:47:02.667623 [ 3 ] {d241ce2e-1ac8-4a72-8253-b24b6570ae86} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
584 | 2024.05.16 00:47:02.673912 [ 3 ] {d241ce2e-1ac8-4a72-8253-b24b6570ae86} <Debug> oximeter.measurements_histogramu32 (98316735-be04-4665-a66b-359f905750c3): Loading data parts | ||
585 | 2024.05.16 00:47:02.674104 [ 3 ] {d241ce2e-1ac8-4a72-8253-b24b6570ae86} <Debug> oximeter.measurements_histogramu32 (98316735-be04-4665-a66b-359f905750c3): There are no data parts | ||
586 | 2024.05.16 00:47:02.679177 [ 3 ] {d241ce2e-1ac8-4a72-8253-b24b6570ae86} <Debug> DynamicQueryHandler: Done processing query | ||
587 | 2024.05.16 00:47:02.679203 [ 3 ] {} <Debug> HTTP-Session: 27d985f0-39c7-4d2f-b7a2-5b484fe7a355 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
588 | 2024.05.16 00:47:02.679390 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33861, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
589 | 2024.05.16 00:47:02.679478 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
590 | 2024.05.16 00:47:02.679531 [ 3 ] {} <Debug> HTTP-Session: 94dcfe99-fe01-4797-bb41-1681c882f61a Authenticating user 'default' from [fd00:1122:3344:101::d]:33861 | ||
591 | 2024.05.16 00:47:02.679550 [ 3 ] {} <Debug> HTTP-Session: 94dcfe99-fe01-4797-bb41-1681c882f61a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
592 | 2024.05.16 00:47:02.679599 [ 3 ] {} <Debug> HTTP-Session: 94dcfe99-fe01-4797-bb41-1681c882f61a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
593 | 2024.05.16 00:47:02.679660 [ 3 ] {} <Trace> HTTP-Session: 94dcfe99-fe01-4797-bb41-1681c882f61a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
594 | 2024.05.16 00:47:02.679883 [ 3 ] {68817f4f-3e14-4b12-8683-9501a5959a96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33861) 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) | ||
595 | 2024.05.16 00:47:02.680026 [ 3 ] {68817f4f-3e14-4b12-8683-9501a5959a96} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
596 | 2024.05.16 00:47:02.685295 [ 3 ] {68817f4f-3e14-4b12-8683-9501a5959a96} <Debug> oximeter.measurements_histogrami64 (79ded5ef-fdb7-40f1-ab0a-fbdb8f5fb05a): Loading data parts | ||
597 | 2024.05.16 00:47:02.685519 [ 3 ] {68817f4f-3e14-4b12-8683-9501a5959a96} <Debug> oximeter.measurements_histogrami64 (79ded5ef-fdb7-40f1-ab0a-fbdb8f5fb05a): There are no data parts | ||
598 | 2024.05.16 00:47:02.690316 [ 3 ] {68817f4f-3e14-4b12-8683-9501a5959a96} <Debug> DynamicQueryHandler: Done processing query | ||
599 | 2024.05.16 00:47:02.690368 [ 3 ] {} <Debug> HTTP-Session: 94dcfe99-fe01-4797-bb41-1681c882f61a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
600 | 2024.05.16 00:47:02.690588 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33861, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
601 | 2024.05.16 00:47:02.690795 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
602 | 2024.05.16 00:47:02.690839 [ 3 ] {} <Debug> HTTP-Session: 59c43f8f-9376-4816-8b8e-6fae4f4400cb Authenticating user 'default' from [fd00:1122:3344:101::d]:33861 | ||
603 | 2024.05.16 00:47:02.690934 [ 3 ] {} <Debug> HTTP-Session: 59c43f8f-9376-4816-8b8e-6fae4f4400cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
604 | 2024.05.16 00:47:02.690964 [ 3 ] {} <Debug> HTTP-Session: 59c43f8f-9376-4816-8b8e-6fae4f4400cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
605 | 2024.05.16 00:47:02.691101 [ 3 ] {} <Trace> HTTP-Session: 59c43f8f-9376-4816-8b8e-6fae4f4400cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
606 | 2024.05.16 00:47:02.691520 [ 3 ] {9b7a9fad-28e3-46d0-bef8-7415977f36f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33861) 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) | ||
607 | 2024.05.16 00:47:02.691630 [ 3 ] {9b7a9fad-28e3-46d0-bef8-7415977f36f1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
608 | 2024.05.16 00:47:02.696745 [ 3 ] {9b7a9fad-28e3-46d0-bef8-7415977f36f1} <Debug> oximeter.measurements_histogramu64 (2089207e-1b62-4a98-bffb-2aba7042799b): Loading data parts | ||
609 | 2024.05.16 00:47:02.696901 [ 3 ] {9b7a9fad-28e3-46d0-bef8-7415977f36f1} <Debug> oximeter.measurements_histogramu64 (2089207e-1b62-4a98-bffb-2aba7042799b): There are no data parts | ||
610 | 2024.05.16 00:47:02.701306 [ 3 ] {9b7a9fad-28e3-46d0-bef8-7415977f36f1} <Debug> DynamicQueryHandler: Done processing query | ||
611 | 2024.05.16 00:47:02.701357 [ 3 ] {} <Debug> HTTP-Session: 59c43f8f-9376-4816-8b8e-6fae4f4400cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
612 | 2024.05.16 00:47:02.701635 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33861, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
613 | 2024.05.16 00:47:02.701789 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
614 | 2024.05.16 00:47:02.701901 [ 3 ] {} <Debug> HTTP-Session: a26ebbf4-d494-4f7b-a173-d856188aa4cd Authenticating user 'default' from [fd00:1122:3344:101::d]:33861 | ||
615 | 2024.05.16 00:47:02.701935 [ 3 ] {} <Debug> HTTP-Session: a26ebbf4-d494-4f7b-a173-d856188aa4cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
616 | 2024.05.16 00:47:02.702019 [ 3 ] {} <Debug> HTTP-Session: a26ebbf4-d494-4f7b-a173-d856188aa4cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
617 | 2024.05.16 00:47:02.702156 [ 3 ] {} <Trace> HTTP-Session: a26ebbf4-d494-4f7b-a173-d856188aa4cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
618 | 2024.05.16 00:47:02.702506 [ 3 ] {8186e447-60ad-403d-98c8-4012f387e51c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33861) 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) | ||
619 | 2024.05.16 00:47:02.702618 [ 3 ] {8186e447-60ad-403d-98c8-4012f387e51c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
620 | 2024.05.16 00:47:02.707289 [ 3 ] {8186e447-60ad-403d-98c8-4012f387e51c} <Debug> oximeter.measurements_histogramf32 (5ebc422b-20e4-47e3-8274-3a70ea21ba8a): Loading data parts | ||
621 | 2024.05.16 00:47:02.707526 [ 3 ] {8186e447-60ad-403d-98c8-4012f387e51c} <Debug> oximeter.measurements_histogramf32 (5ebc422b-20e4-47e3-8274-3a70ea21ba8a): There are no data parts | ||
622 | 2024.05.16 00:47:02.709127 [ 3 ] {8186e447-60ad-403d-98c8-4012f387e51c} <Debug> DynamicQueryHandler: Done processing query | ||
623 | 2024.05.16 00:47:02.709188 [ 3 ] {} <Debug> HTTP-Session: a26ebbf4-d494-4f7b-a173-d856188aa4cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
624 | 2024.05.16 00:47:02.709352 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33861, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
625 | 2024.05.16 00:47:02.709402 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
626 | 2024.05.16 00:47:02.709454 [ 3 ] {} <Debug> HTTP-Session: 4f8dc2ee-b080-4a6a-999f-e81db5ddb13e Authenticating user 'default' from [fd00:1122:3344:101::d]:33861 | ||
627 | 2024.05.16 00:47:02.709504 [ 3 ] {} <Debug> HTTP-Session: 4f8dc2ee-b080-4a6a-999f-e81db5ddb13e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
628 | 2024.05.16 00:47:02.709518 [ 3 ] {} <Debug> HTTP-Session: 4f8dc2ee-b080-4a6a-999f-e81db5ddb13e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
629 | 2024.05.16 00:47:02.709578 [ 3 ] {} <Trace> HTTP-Session: 4f8dc2ee-b080-4a6a-999f-e81db5ddb13e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
630 | 2024.05.16 00:47:02.709798 [ 3 ] {f70e7be4-c770-424c-a79b-1a28865514d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33861) 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) | ||
631 | 2024.05.16 00:47:02.709909 [ 3 ] {f70e7be4-c770-424c-a79b-1a28865514d6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
632 | 2024.05.16 00:47:02.719352 [ 3 ] {f70e7be4-c770-424c-a79b-1a28865514d6} <Debug> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Loading data parts | ||
633 | 2024.05.16 00:47:02.719658 [ 3 ] {f70e7be4-c770-424c-a79b-1a28865514d6} <Debug> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): There are no data parts | ||
634 | 2024.05.16 00:47:02.724619 [ 3 ] {f70e7be4-c770-424c-a79b-1a28865514d6} <Debug> DynamicQueryHandler: Done processing query | ||
635 | 2024.05.16 00:47:02.724669 [ 3 ] {} <Debug> HTTP-Session: 4f8dc2ee-b080-4a6a-999f-e81db5ddb13e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
636 | 2024.05.16 00:47:02.724936 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33861, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
637 | 2024.05.16 00:47:02.725082 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
638 | 2024.05.16 00:47:02.725122 [ 3 ] {} <Debug> HTTP-Session: 0b5a69b5-4d33-4366-b795-d724d3a6b4f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:33861 | ||
639 | 2024.05.16 00:47:02.725173 [ 3 ] {} <Debug> HTTP-Session: 0b5a69b5-4d33-4366-b795-d724d3a6b4f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
640 | 2024.05.16 00:47:02.725221 [ 3 ] {} <Debug> HTTP-Session: 0b5a69b5-4d33-4366-b795-d724d3a6b4f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
641 | 2024.05.16 00:47:02.725252 [ 3 ] {} <Trace> HTTP-Session: 0b5a69b5-4d33-4366-b795-d724d3a6b4f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
642 | 2024.05.16 00:47:02.725430 [ 3 ] {01925c15-bdc9-44da-9593-78e9a00f82ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33861) /* The field tables store named dimensions of each timeseries. | ||
643 | * | ||
644 | * As with the measurement tables, there is one field table for each field data | ||
645 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
646 | * this behavior **must not** be relied upon for query correctness. | ||
647 | * | ||
648 | * The index for the fields differs from the measurements, however. Rows are | ||
649 | * sorted by timeseries name, then field name, field value, and finally | ||
650 | * timeseries key. This reflects the most common pattern for looking them up: | ||
651 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
652 | * usually then used to look up measurements. | ||
653 | * | ||
654 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
655 | * timeseries name and then key, since it would improve lookups where one | ||
656 | * already has the key. Realistically though, these tables are quite small and | ||
657 | * so performance benefits will be low in absolute terms. | ||
658 | */ | ||
659 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
660 | 2024.05.16 00:47:02.725538 [ 3 ] {01925c15-bdc9-44da-9593-78e9a00f82ed} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
661 | 2024.05.16 00:47:02.730684 [ 3 ] {01925c15-bdc9-44da-9593-78e9a00f82ed} <Debug> oximeter.fields_bool (25810a6c-a4fd-4e19-9c53-11a46ebba677): Loading data parts | ||
662 | 2024.05.16 00:47:02.730901 [ 3 ] {01925c15-bdc9-44da-9593-78e9a00f82ed} <Debug> oximeter.fields_bool (25810a6c-a4fd-4e19-9c53-11a46ebba677): There are no data parts | ||
663 | 2024.05.16 00:47:02.735514 [ 3 ] {01925c15-bdc9-44da-9593-78e9a00f82ed} <Debug> DynamicQueryHandler: Done processing query | ||
664 | 2024.05.16 00:47:02.735586 [ 3 ] {} <Debug> HTTP-Session: 0b5a69b5-4d33-4366-b795-d724d3a6b4f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
665 | 2024.05.16 00:47:02.735749 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33861, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
666 | 2024.05.16 00:47:02.735797 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
667 | 2024.05.16 00:47:02.735855 [ 3 ] {} <Debug> HTTP-Session: 509a8487-737e-41e9-b962-f8b9692a230e Authenticating user 'default' from [fd00:1122:3344:101::d]:33861 | ||
668 | 2024.05.16 00:47:02.735910 [ 3 ] {} <Debug> HTTP-Session: 509a8487-737e-41e9-b962-f8b9692a230e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
669 | 2024.05.16 00:47:02.735923 [ 3 ] {} <Debug> HTTP-Session: 509a8487-737e-41e9-b962-f8b9692a230e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
670 | 2024.05.16 00:47:02.735990 [ 3 ] {} <Trace> HTTP-Session: 509a8487-737e-41e9-b962-f8b9692a230e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
671 | 2024.05.16 00:47:02.736171 [ 3 ] {ea848a77-e5ed-4a57-a57f-e31fcd74bda0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33861) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
672 | 2024.05.16 00:47:02.736249 [ 3 ] {ea848a77-e5ed-4a57-a57f-e31fcd74bda0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
673 | 2024.05.16 00:47:02.742249 [ 3 ] {ea848a77-e5ed-4a57-a57f-e31fcd74bda0} <Debug> oximeter.fields_i8 (b75d9bc6-333c-44b6-a066-6be537aeea5d): Loading data parts | ||
674 | 2024.05.16 00:47:02.742421 [ 3 ] {ea848a77-e5ed-4a57-a57f-e31fcd74bda0} <Debug> oximeter.fields_i8 (b75d9bc6-333c-44b6-a066-6be537aeea5d): There are no data parts | ||
675 | 2024.05.16 00:47:02.747492 [ 3 ] {ea848a77-e5ed-4a57-a57f-e31fcd74bda0} <Debug> DynamicQueryHandler: Done processing query | ||
676 | 2024.05.16 00:47:02.747618 [ 3 ] {} <Debug> HTTP-Session: 509a8487-737e-41e9-b962-f8b9692a230e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
677 | 2024.05.16 00:47:02.747817 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33861, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
678 | 2024.05.16 00:47:02.747968 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
679 | 2024.05.16 00:47:02.748070 [ 3 ] {} <Debug> HTTP-Session: 9f7de9e5-e6eb-4356-8d03-67c3c977d34a Authenticating user 'default' from [fd00:1122:3344:101::d]:33861 | ||
680 | 2024.05.16 00:47:02.748101 [ 3 ] {} <Debug> HTTP-Session: 9f7de9e5-e6eb-4356-8d03-67c3c977d34a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
681 | 2024.05.16 00:47:02.748155 [ 3 ] {} <Debug> HTTP-Session: 9f7de9e5-e6eb-4356-8d03-67c3c977d34a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
682 | 2024.05.16 00:47:02.748225 [ 3 ] {} <Trace> HTTP-Session: 9f7de9e5-e6eb-4356-8d03-67c3c977d34a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
683 | 2024.05.16 00:47:02.748364 [ 3 ] {c10deb3c-4036-4a06-a2a1-b17919912a4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33861) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
684 | 2024.05.16 00:47:02.748486 [ 3 ] {c10deb3c-4036-4a06-a2a1-b17919912a4a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
685 | 2024.05.16 00:47:02.753761 [ 3 ] {c10deb3c-4036-4a06-a2a1-b17919912a4a} <Debug> oximeter.fields_u8 (1e054c9c-8e2f-4de9-88cf-1f528a9c9628): Loading data parts | ||
686 | 2024.05.16 00:47:02.753930 [ 3 ] {c10deb3c-4036-4a06-a2a1-b17919912a4a} <Debug> oximeter.fields_u8 (1e054c9c-8e2f-4de9-88cf-1f528a9c9628): There are no data parts | ||
687 | 2024.05.16 00:47:02.758860 [ 3 ] {c10deb3c-4036-4a06-a2a1-b17919912a4a} <Debug> DynamicQueryHandler: Done processing query | ||
688 | 2024.05.16 00:47:02.758911 [ 3 ] {} <Debug> HTTP-Session: 9f7de9e5-e6eb-4356-8d03-67c3c977d34a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
689 | 2024.05.16 00:47:02.759233 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33861, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
690 | 2024.05.16 00:47:02.759413 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
691 | 2024.05.16 00:47:02.759449 [ 3 ] {} <Debug> HTTP-Session: 9f110fdf-a78e-45a9-9ca4-3b7b0d4a23c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:33861 | ||
692 | 2024.05.16 00:47:02.759505 [ 3 ] {} <Debug> HTTP-Session: 9f110fdf-a78e-45a9-9ca4-3b7b0d4a23c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
693 | 2024.05.16 00:47:02.759556 [ 3 ] {} <Debug> HTTP-Session: 9f110fdf-a78e-45a9-9ca4-3b7b0d4a23c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
694 | 2024.05.16 00:47:02.759587 [ 3 ] {} <Trace> HTTP-Session: 9f110fdf-a78e-45a9-9ca4-3b7b0d4a23c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
695 | 2024.05.16 00:47:02.759761 [ 3 ] {7f0c963d-9ebf-482c-bc3d-3d7138657a25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33861) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
696 | 2024.05.16 00:47:02.759871 [ 3 ] {7f0c963d-9ebf-482c-bc3d-3d7138657a25} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
697 | 2024.05.16 00:47:02.765039 [ 3 ] {7f0c963d-9ebf-482c-bc3d-3d7138657a25} <Debug> oximeter.fields_i16 (dc30381c-47a0-4ffa-801f-f88cfa436c2c): Loading data parts | ||
698 | 2024.05.16 00:47:02.765189 [ 3 ] {7f0c963d-9ebf-482c-bc3d-3d7138657a25} <Debug> oximeter.fields_i16 (dc30381c-47a0-4ffa-801f-f88cfa436c2c): There are no data parts | ||
699 | 2024.05.16 00:47:02.776922 [ 3 ] {7f0c963d-9ebf-482c-bc3d-3d7138657a25} <Debug> DynamicQueryHandler: Done processing query | ||
700 | 2024.05.16 00:47:02.776948 [ 3 ] {} <Debug> HTTP-Session: 9f110fdf-a78e-45a9-9ca4-3b7b0d4a23c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
701 | 2024.05.16 00:47:02.777118 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33861, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
702 | 2024.05.16 00:47:02.777196 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
703 | 2024.05.16 00:47:02.777219 [ 3 ] {} <Debug> HTTP-Session: 6a6b950e-fd89-4cfa-aa76-a13775505c05 Authenticating user 'default' from [fd00:1122:3344:101::d]:33861 | ||
704 | 2024.05.16 00:47:02.777272 [ 3 ] {} <Debug> HTTP-Session: 6a6b950e-fd89-4cfa-aa76-a13775505c05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
705 | 2024.05.16 00:47:02.777321 [ 3 ] {} <Debug> HTTP-Session: 6a6b950e-fd89-4cfa-aa76-a13775505c05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
706 | 2024.05.16 00:47:02.777354 [ 3 ] {} <Trace> HTTP-Session: 6a6b950e-fd89-4cfa-aa76-a13775505c05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
707 | 2024.05.16 00:47:02.777533 [ 3 ] {ba92012c-2075-4408-8cdd-aed19cfd6345} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33861) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
708 | 2024.05.16 00:47:02.777648 [ 3 ] {ba92012c-2075-4408-8cdd-aed19cfd6345} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
709 | 2024.05.16 00:47:02.796839 [ 3 ] {ba92012c-2075-4408-8cdd-aed19cfd6345} <Debug> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Loading data parts | ||
710 | 2024.05.16 00:47:02.797103 [ 3 ] {ba92012c-2075-4408-8cdd-aed19cfd6345} <Debug> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): There are no data parts | ||
711 | 2024.05.16 00:47:02.800158 [ 3 ] {ba92012c-2075-4408-8cdd-aed19cfd6345} <Debug> DynamicQueryHandler: Done processing query | ||
712 | 2024.05.16 00:47:02.800184 [ 3 ] {} <Debug> HTTP-Session: 6a6b950e-fd89-4cfa-aa76-a13775505c05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
713 | 2024.05.16 00:47:02.800378 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33861, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
714 | 2024.05.16 00:47:02.800461 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
715 | 2024.05.16 00:47:02.800481 [ 3 ] {} <Debug> HTTP-Session: bfb586ac-b30b-4e69-9321-31890e9b40fa Authenticating user 'default' from [fd00:1122:3344:101::d]:33861 | ||
716 | 2024.05.16 00:47:02.800531 [ 3 ] {} <Debug> HTTP-Session: bfb586ac-b30b-4e69-9321-31890e9b40fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
717 | 2024.05.16 00:47:02.800578 [ 3 ] {} <Debug> HTTP-Session: bfb586ac-b30b-4e69-9321-31890e9b40fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
718 | 2024.05.16 00:47:02.800608 [ 3 ] {} <Trace> HTTP-Session: bfb586ac-b30b-4e69-9321-31890e9b40fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
719 | 2024.05.16 00:47:02.800779 [ 3 ] {4997ac99-2a62-46d1-b6f6-472d349047d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33861) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
720 | 2024.05.16 00:47:02.800855 [ 3 ] {4997ac99-2a62-46d1-b6f6-472d349047d3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
721 | 2024.05.16 00:47:02.811646 [ 3 ] {4997ac99-2a62-46d1-b6f6-472d349047d3} <Debug> oximeter.fields_i32 (0887e805-27c2-4d26-ae67-926cbc7c8996): Loading data parts | ||
722 | 2024.05.16 00:47:02.811855 [ 3 ] {4997ac99-2a62-46d1-b6f6-472d349047d3} <Debug> oximeter.fields_i32 (0887e805-27c2-4d26-ae67-926cbc7c8996): There are no data parts | ||
723 | 2024.05.16 00:47:02.822429 [ 3 ] {4997ac99-2a62-46d1-b6f6-472d349047d3} <Debug> DynamicQueryHandler: Done processing query | ||
724 | 2024.05.16 00:47:02.822503 [ 3 ] {} <Debug> HTTP-Session: bfb586ac-b30b-4e69-9321-31890e9b40fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
725 | 2024.05.16 00:47:02.822691 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33861, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
726 | 2024.05.16 00:47:02.822749 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
727 | 2024.05.16 00:47:02.822807 [ 3 ] {} <Debug> HTTP-Session: 2e86c957-3db6-4164-9667-1ca5c38d8b1d Authenticating user 'default' from [fd00:1122:3344:101::d]:33861 | ||
728 | 2024.05.16 00:47:02.822863 [ 3 ] {} <Debug> HTTP-Session: 2e86c957-3db6-4164-9667-1ca5c38d8b1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
729 | 2024.05.16 00:47:02.822879 [ 3 ] {} <Debug> HTTP-Session: 2e86c957-3db6-4164-9667-1ca5c38d8b1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
730 | 2024.05.16 00:47:02.822951 [ 3 ] {} <Trace> HTTP-Session: 2e86c957-3db6-4164-9667-1ca5c38d8b1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
731 | 2024.05.16 00:47:02.823141 [ 3 ] {114e6f87-ac2e-4d85-bb13-2f110dd51fdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33861) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
732 | 2024.05.16 00:47:02.823216 [ 3 ] {114e6f87-ac2e-4d85-bb13-2f110dd51fdf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
733 | 2024.05.16 00:47:02.830363 [ 3 ] {114e6f87-ac2e-4d85-bb13-2f110dd51fdf} <Debug> oximeter.fields_u32 (d24f6c79-4665-4980-a765-e0317ce4424d): Loading data parts | ||
734 | 2024.05.16 00:47:02.830871 [ 3 ] {114e6f87-ac2e-4d85-bb13-2f110dd51fdf} <Debug> oximeter.fields_u32 (d24f6c79-4665-4980-a765-e0317ce4424d): There are no data parts | ||
735 | 2024.05.16 00:47:02.881109 [ 3 ] {114e6f87-ac2e-4d85-bb13-2f110dd51fdf} <Debug> DynamicQueryHandler: Done processing query | ||
736 | 2024.05.16 00:47:02.881234 [ 3 ] {} <Debug> HTTP-Session: 2e86c957-3db6-4164-9667-1ca5c38d8b1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
737 | 2024.05.16 00:47:02.881545 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33861, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
738 | 2024.05.16 00:47:02.881641 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
739 | 2024.05.16 00:47:02.881677 [ 3 ] {} <Debug> HTTP-Session: 80e85c13-6bfa-4ab0-a453-31254ed4c892 Authenticating user 'default' from [fd00:1122:3344:101::d]:33861 | ||
740 | 2024.05.16 00:47:02.881700 [ 3 ] {} <Debug> HTTP-Session: 80e85c13-6bfa-4ab0-a453-31254ed4c892 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
741 | 2024.05.16 00:47:02.881726 [ 3 ] {} <Debug> HTTP-Session: 80e85c13-6bfa-4ab0-a453-31254ed4c892 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
742 | 2024.05.16 00:47:02.881781 [ 3 ] {} <Trace> HTTP-Session: 80e85c13-6bfa-4ab0-a453-31254ed4c892 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
743 | 2024.05.16 00:47:02.881990 [ 3 ] {bd252853-5e98-48d5-a60f-961e77f4ac88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33861) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
744 | 2024.05.16 00:47:02.882061 [ 3 ] {bd252853-5e98-48d5-a60f-961e77f4ac88} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
745 | 2024.05.16 00:47:02.905619 [ 3 ] {bd252853-5e98-48d5-a60f-961e77f4ac88} <Debug> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Loading data parts | ||
746 | 2024.05.16 00:47:02.905818 [ 3 ] {bd252853-5e98-48d5-a60f-961e77f4ac88} <Debug> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): There are no data parts | ||
747 | 2024.05.16 00:47:02.909487 [ 3 ] {bd252853-5e98-48d5-a60f-961e77f4ac88} <Debug> DynamicQueryHandler: Done processing query | ||
748 | 2024.05.16 00:47:02.909513 [ 3 ] {} <Debug> HTTP-Session: 80e85c13-6bfa-4ab0-a453-31254ed4c892 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
749 | 2024.05.16 00:47:02.909673 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33861, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
750 | 2024.05.16 00:47:02.909747 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
751 | 2024.05.16 00:47:02.909780 [ 3 ] {} <Debug> HTTP-Session: 71f0dd11-a5d5-4443-ab29-f80800aaffd1 Authenticating user 'default' from [fd00:1122:3344:101::d]:33861 | ||
752 | 2024.05.16 00:47:02.909798 [ 3 ] {} <Debug> HTTP-Session: 71f0dd11-a5d5-4443-ab29-f80800aaffd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
753 | 2024.05.16 00:47:02.909822 [ 3 ] {} <Debug> HTTP-Session: 71f0dd11-a5d5-4443-ab29-f80800aaffd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
754 | 2024.05.16 00:47:02.909865 [ 3 ] {} <Trace> HTTP-Session: 71f0dd11-a5d5-4443-ab29-f80800aaffd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
755 | 2024.05.16 00:47:02.910027 [ 3 ] {a0569f9b-a86f-41db-99eb-7128208febd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33861) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
756 | 2024.05.16 00:47:02.910079 [ 3 ] {a0569f9b-a86f-41db-99eb-7128208febd9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
757 | 2024.05.16 00:47:02.918582 [ 3 ] {a0569f9b-a86f-41db-99eb-7128208febd9} <Debug> oximeter.fields_u64 (7dfec9c2-2d24-4b8a-863b-9e05c4e70e67): Loading data parts | ||
758 | 2024.05.16 00:47:02.918767 [ 3 ] {a0569f9b-a86f-41db-99eb-7128208febd9} <Debug> oximeter.fields_u64 (7dfec9c2-2d24-4b8a-863b-9e05c4e70e67): There are no data parts | ||
759 | 2024.05.16 00:47:02.928691 [ 3 ] {a0569f9b-a86f-41db-99eb-7128208febd9} <Debug> DynamicQueryHandler: Done processing query | ||
760 | 2024.05.16 00:47:02.928740 [ 3 ] {} <Debug> HTTP-Session: 71f0dd11-a5d5-4443-ab29-f80800aaffd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
761 | 2024.05.16 00:47:02.928981 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33861, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
762 | 2024.05.16 00:47:02.929107 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
763 | 2024.05.16 00:47:02.929144 [ 3 ] {} <Debug> HTTP-Session: d3451fd8-35b2-4406-908d-7771510a69f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:33861 | ||
764 | 2024.05.16 00:47:02.929162 [ 3 ] {} <Debug> HTTP-Session: d3451fd8-35b2-4406-908d-7771510a69f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
765 | 2024.05.16 00:47:02.929184 [ 3 ] {} <Debug> HTTP-Session: d3451fd8-35b2-4406-908d-7771510a69f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
766 | 2024.05.16 00:47:02.929218 [ 3 ] {} <Trace> HTTP-Session: d3451fd8-35b2-4406-908d-7771510a69f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
767 | 2024.05.16 00:47:02.929366 [ 3 ] {b74c2220-6a41-4734-8638-d7a7c6b4f0b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33861) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
768 | 2024.05.16 00:47:02.929418 [ 3 ] {b74c2220-6a41-4734-8638-d7a7c6b4f0b1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
769 | 2024.05.16 00:47:02.934509 [ 3 ] {b74c2220-6a41-4734-8638-d7a7c6b4f0b1} <Debug> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Loading data parts | ||
770 | 2024.05.16 00:47:02.934674 [ 3 ] {b74c2220-6a41-4734-8638-d7a7c6b4f0b1} <Debug> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): There are no data parts | ||
771 | 2024.05.16 00:47:02.944878 [ 3 ] {b74c2220-6a41-4734-8638-d7a7c6b4f0b1} <Debug> DynamicQueryHandler: Done processing query | ||
772 | 2024.05.16 00:47:02.944902 [ 3 ] {} <Debug> HTTP-Session: d3451fd8-35b2-4406-908d-7771510a69f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
773 | 2024.05.16 00:47:02.945018 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33861, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
774 | 2024.05.16 00:47:02.945068 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
775 | 2024.05.16 00:47:02.945087 [ 3 ] {} <Debug> HTTP-Session: 0ae23d8a-3cda-4378-af09-dd13a1ba0e64 Authenticating user 'default' from [fd00:1122:3344:101::d]:33861 | ||
776 | 2024.05.16 00:47:02.945103 [ 3 ] {} <Debug> HTTP-Session: 0ae23d8a-3cda-4378-af09-dd13a1ba0e64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
777 | 2024.05.16 00:47:02.945115 [ 3 ] {} <Debug> HTTP-Session: 0ae23d8a-3cda-4378-af09-dd13a1ba0e64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
778 | 2024.05.16 00:47:02.945145 [ 3 ] {} <Trace> HTTP-Session: 0ae23d8a-3cda-4378-af09-dd13a1ba0e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
779 | 2024.05.16 00:47:02.945350 [ 3 ] {a2acab48-b32a-4f3a-83fc-c5856d9afab5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33861) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
780 | 2024.05.16 00:47:02.945395 [ 3 ] {a2acab48-b32a-4f3a-83fc-c5856d9afab5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
781 | 2024.05.16 00:47:02.955921 [ 3 ] {a2acab48-b32a-4f3a-83fc-c5856d9afab5} <Debug> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Loading data parts | ||
782 | 2024.05.16 00:47:02.956086 [ 3 ] {a2acab48-b32a-4f3a-83fc-c5856d9afab5} <Debug> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): There are no data parts | ||
783 | 2024.05.16 00:47:02.966619 [ 3 ] {a2acab48-b32a-4f3a-83fc-c5856d9afab5} <Debug> DynamicQueryHandler: Done processing query | ||
784 | 2024.05.16 00:47:02.966651 [ 3 ] {} <Debug> HTTP-Session: 0ae23d8a-3cda-4378-af09-dd13a1ba0e64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
785 | 2024.05.16 00:47:02.966807 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33861, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
786 | 2024.05.16 00:47:02.966867 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
787 | 2024.05.16 00:47:02.966890 [ 3 ] {} <Debug> HTTP-Session: 27d69d10-3446-4be8-baf7-f901652b62fc Authenticating user 'default' from [fd00:1122:3344:101::d]:33861 | ||
788 | 2024.05.16 00:47:02.966910 [ 3 ] {} <Debug> HTTP-Session: 27d69d10-3446-4be8-baf7-f901652b62fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
789 | 2024.05.16 00:47:02.966927 [ 3 ] {} <Debug> HTTP-Session: 27d69d10-3446-4be8-baf7-f901652b62fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
790 | 2024.05.16 00:47:02.966965 [ 3 ] {} <Trace> HTTP-Session: 27d69d10-3446-4be8-baf7-f901652b62fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
791 | 2024.05.16 00:47:02.967123 [ 3 ] {f5e20b1a-e48e-43d7-80c8-c48285a6070b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33861) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
792 | 2024.05.16 00:47:02.967163 [ 3 ] {f5e20b1a-e48e-43d7-80c8-c48285a6070b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
793 | 2024.05.16 00:47:02.971428 [ 3 ] {f5e20b1a-e48e-43d7-80c8-c48285a6070b} <Debug> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Loading data parts | ||
794 | 2024.05.16 00:47:02.971689 [ 3 ] {f5e20b1a-e48e-43d7-80c8-c48285a6070b} <Debug> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): There are no data parts | ||
795 | 2024.05.16 00:47:02.977991 [ 3 ] {f5e20b1a-e48e-43d7-80c8-c48285a6070b} <Debug> DynamicQueryHandler: Done processing query | ||
796 | 2024.05.16 00:47:02.978021 [ 3 ] {} <Debug> HTTP-Session: 27d69d10-3446-4be8-baf7-f901652b62fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
797 | 2024.05.16 00:47:02.978148 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33861, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
798 | 2024.05.16 00:47:02.978195 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
799 | 2024.05.16 00:47:02.978215 [ 3 ] {} <Debug> HTTP-Session: 19a694bb-e70d-4f47-9de5-d7c553f79088 Authenticating user 'default' from [fd00:1122:3344:101::d]:33861 | ||
800 | 2024.05.16 00:47:02.978231 [ 3 ] {} <Debug> HTTP-Session: 19a694bb-e70d-4f47-9de5-d7c553f79088 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
801 | 2024.05.16 00:47:02.978245 [ 3 ] {} <Debug> HTTP-Session: 19a694bb-e70d-4f47-9de5-d7c553f79088 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
802 | 2024.05.16 00:47:02.978275 [ 3 ] {} <Trace> HTTP-Session: 19a694bb-e70d-4f47-9de5-d7c553f79088 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
803 | 2024.05.16 00:47:02.978481 [ 3 ] {ef4f66b2-d52c-465b-9f6e-78919115e33a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33861) /* The timeseries schema table stores the extracted schema for the samples | ||
804 | * oximeter collects. | ||
805 | */ | ||
806 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
807 | 2024.05.16 00:47:02.978540 [ 3 ] {ef4f66b2-d52c-465b-9f6e-78919115e33a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
808 | 2024.05.16 00:47:02.982244 [ 3 ] {ef4f66b2-d52c-465b-9f6e-78919115e33a} <Debug> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65): Loading data parts | ||
809 | 2024.05.16 00:47:02.982563 [ 3 ] {ef4f66b2-d52c-465b-9f6e-78919115e33a} <Debug> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65): There are no data parts | ||
810 | 2024.05.16 00:47:02.988759 [ 3 ] {ef4f66b2-d52c-465b-9f6e-78919115e33a} <Debug> DynamicQueryHandler: Done processing query | ||
811 | 2024.05.16 00:47:02.988785 [ 3 ] {} <Debug> HTTP-Session: 19a694bb-e70d-4f47-9de5-d7c553f79088 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
812 | 2024.05.16 00:47:02.988910 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33861, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
813 | 2024.05.16 00:47:02.988959 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
814 | 2024.05.16 00:47:02.988978 [ 3 ] {} <Debug> HTTP-Session: 3ff33d5a-d762-4109-9f55-3fff2a283fc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:33861 | ||
815 | 2024.05.16 00:47:02.988994 [ 3 ] {} <Debug> HTTP-Session: 3ff33d5a-d762-4109-9f55-3fff2a283fc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
816 | 2024.05.16 00:47:02.989008 [ 3 ] {} <Debug> HTTP-Session: 3ff33d5a-d762-4109-9f55-3fff2a283fc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
817 | 2024.05.16 00:47:02.989038 [ 3 ] {} <Trace> HTTP-Session: 3ff33d5a-d762-4109-9f55-3fff2a283fc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
818 | 2024.05.16 00:47:02.989199 [ 3 ] {72ef18f5-6cd4-4f89-ac97-b3cd8a04c769} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33861) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
819 | 2024.05.16 00:47:02.990830 [ 3 ] {72ef18f5-6cd4-4f89-ac97-b3cd8a04c769} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
820 | 2024.05.16 00:47:02.994555 [ 3 ] {72ef18f5-6cd4-4f89-ac97-b3cd8a04c769} <Trace> oximeter.version (955a3e96-9a7f-40c9-9a53-fa0fd63ab57c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
821 | 2024.05.16 00:47:02.994592 [ 3 ] {72ef18f5-6cd4-4f89-ac97-b3cd8a04c769} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
822 | 2024.05.16 00:47:02.998843 [ 3 ] {72ef18f5-6cd4-4f89-ac97-b3cd8a04c769} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
823 | 2024.05.16 00:47:02.999831 [ 3 ] {72ef18f5-6cd4-4f89-ac97-b3cd8a04c769} <Trace> oximeter.version (955a3e96-9a7f-40c9-9a53-fa0fd63ab57c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
824 | 2024.05.16 00:47:03.000088 [ 3 ] {72ef18f5-6cd4-4f89-ac97-b3cd8a04c769} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.010964 sec., 91.20758847136082 rows/sec., 1.43 KiB/sec. | ||
825 | 2024.05.16 00:47:03.000165 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 166.30 MiB, peak 166.30 MiB, free memory in arenas 0.00 B, will set to 173.65 MiB (RSS), difference: 7.35 MiB | ||
826 | 2024.05.16 00:47:03.000258 [ 3 ] {72ef18f5-6cd4-4f89-ac97-b3cd8a04c769} <Debug> DynamicQueryHandler: Done processing query | ||
827 | 2024.05.16 00:47:03.000289 [ 3 ] {72ef18f5-6cd4-4f89-ac97-b3cd8a04c769} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
828 | 2024.05.16 00:47:03.000304 [ 3 ] {} <Debug> HTTP-Session: 3ff33d5a-d762-4109-9f55-3fff2a283fc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
829 | 2024.05.16 00:47:04.000156 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 168.51 MiB, peak 173.65 MiB, free memory in arenas 0.00 B, will set to 173.75 MiB (RSS), difference: 5.24 MiB | ||
830 | 2024.05.16 00:47:16.305274 [ 41 ] {} <Debug> DNSResolver: Updating DNS cache | ||
831 | 2024.05.16 00:47:16.305338 [ 41 ] {} <Debug> DNSResolver: Updated DNS cache | ||
832 | 2024.05.16 00:47:31.305609 [ 105 ] {} <Debug> DNSResolver: Updating DNS cache | ||
833 | 2024.05.16 00:47:31.305682 [ 105 ] {} <Debug> DNSResolver: Updated DNS cache | ||
834 | 2024.05.16 00:47:46.305937 [ 96 ] {} <Debug> DNSResolver: Updating DNS cache | ||
835 | 2024.05.16 00:47:46.306000 [ 96 ] {} <Debug> DNSResolver: Updated DNS cache | ||
836 | 2024.05.16 00:47:48.032767 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
837 | 2024.05.16 00:47:48.032877 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
838 | 2024.05.16 00:47:48.032900 [ 3 ] {} <Debug> HTTP-Session: 817232d3-0da7-4329-818e-159667a91ac5 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
839 | 2024.05.16 00:47:48.032923 [ 3 ] {} <Debug> HTTP-Session: 817232d3-0da7-4329-818e-159667a91ac5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
840 | 2024.05.16 00:47:48.032938 [ 3 ] {} <Debug> HTTP-Session: 817232d3-0da7-4329-818e-159667a91ac5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
841 | 2024.05.16 00:47:48.032986 [ 3 ] {} <Trace> HTTP-Session: 817232d3-0da7-4329-818e-159667a91ac5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
842 | 2024.05.16 00:47:48.033202 [ 3 ] {8de3aa03-6be8-4702-a4f5-5d544967fb28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
843 | 2024.05.16 00:47:48.035484 [ 3 ] {8de3aa03-6be8-4702-a4f5-5d544967fb28} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
844 | 2024.05.16 00:47:48.037481 [ 3 ] {8de3aa03-6be8-4702-a4f5-5d544967fb28} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
845 | 2024.05.16 00:47:48.046506 [ 3 ] {8de3aa03-6be8-4702-a4f5-5d544967fb28} <Debug> DynamicQueryHandler: Done processing query | ||
846 | 2024.05.16 00:47:48.046537 [ 3 ] {8de3aa03-6be8-4702-a4f5-5d544967fb28} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
847 | 2024.05.16 00:47:48.046554 [ 3 ] {} <Debug> HTTP-Session: 817232d3-0da7-4329-818e-159667a91ac5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
848 | 2024.05.16 00:47:48.062924 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
849 | 2024.05.16 00:47:48.062993 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
850 | 2024.05.16 00:47:48.063016 [ 3 ] {} <Debug> HTTP-Session: 647c6aa8-43ab-4f09-9742-ca97972b1919 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
851 | 2024.05.16 00:47:48.063037 [ 3 ] {} <Debug> HTTP-Session: 647c6aa8-43ab-4f09-9742-ca97972b1919 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
852 | 2024.05.16 00:47:48.063052 [ 3 ] {} <Debug> HTTP-Session: 647c6aa8-43ab-4f09-9742-ca97972b1919 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
853 | 2024.05.16 00:47:48.063091 [ 3 ] {} <Trace> HTTP-Session: 647c6aa8-43ab-4f09-9742-ca97972b1919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
854 | 2024.05.16 00:47:48.063252 [ 3 ] {681030cf-b4e1-4569-9d5e-211c0342e90f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
855 | 2024.05.16 00:47:48.089510 [ 3 ] {681030cf-b4e1-4569-9d5e-211c0342e90f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
856 | 2024.05.16 00:47:48.089570 [ 3 ] {681030cf-b4e1-4569-9d5e-211c0342e90f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
857 | 2024.05.16 00:47:48.092597 [ 3 ] {681030cf-b4e1-4569-9d5e-211c0342e90f} <Debug> DynamicQueryHandler: Done processing query | ||
858 | 2024.05.16 00:47:48.092625 [ 3 ] {681030cf-b4e1-4569-9d5e-211c0342e90f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
859 | 2024.05.16 00:47:48.092642 [ 3 ] {} <Debug> HTTP-Session: 647c6aa8-43ab-4f09-9742-ca97972b1919 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
860 | 2024.05.16 00:47:48.092933 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
861 | 2024.05.16 00:47:48.092986 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
862 | 2024.05.16 00:47:48.093006 [ 3 ] {} <Debug> HTTP-Session: 082abeab-f434-4ad5-bd67-98358a55438f Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
863 | 2024.05.16 00:47:48.093024 [ 3 ] {} <Debug> HTTP-Session: 082abeab-f434-4ad5-bd67-98358a55438f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
864 | 2024.05.16 00:47:48.093038 [ 3 ] {} <Debug> HTTP-Session: 082abeab-f434-4ad5-bd67-98358a55438f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
865 | 2024.05.16 00:47:48.093072 [ 3 ] {} <Trace> HTTP-Session: 082abeab-f434-4ad5-bd67-98358a55438f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
866 | 2024.05.16 00:47:48.093198 [ 3 ] {8c3bfb36-866b-4516-ae9b-c62f0a102628} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
867 | 2024.05.16 00:47:48.095399 [ 3 ] {8c3bfb36-866b-4516-ae9b-c62f0a102628} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
868 | 2024.05.16 00:47:48.095454 [ 3 ] {8c3bfb36-866b-4516-ae9b-c62f0a102628} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
869 | 2024.05.16 00:47:48.096443 [ 3 ] {8c3bfb36-866b-4516-ae9b-c62f0a102628} <Debug> DynamicQueryHandler: Done processing query | ||
870 | 2024.05.16 00:47:48.096475 [ 3 ] {8c3bfb36-866b-4516-ae9b-c62f0a102628} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
871 | 2024.05.16 00:47:48.096494 [ 3 ] {} <Debug> HTTP-Session: 082abeab-f434-4ad5-bd67-98358a55438f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
872 | 2024.05.16 00:47:48.096715 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
873 | 2024.05.16 00:47:48.096763 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
874 | 2024.05.16 00:47:48.096781 [ 3 ] {} <Debug> HTTP-Session: e148d4f2-ffff-45d6-9929-5176710a2257 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
875 | 2024.05.16 00:47:48.096799 [ 3 ] {} <Debug> HTTP-Session: e148d4f2-ffff-45d6-9929-5176710a2257 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
876 | 2024.05.16 00:47:48.096814 [ 3 ] {} <Debug> HTTP-Session: e148d4f2-ffff-45d6-9929-5176710a2257 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
877 | 2024.05.16 00:47:48.096843 [ 3 ] {} <Trace> HTTP-Session: e148d4f2-ffff-45d6-9929-5176710a2257 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
878 | 2024.05.16 00:47:48.096964 [ 3 ] {c88d1aaf-d34d-40e7-b905-6700c95b5ee7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) 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) | ||
879 | 2024.05.16 00:47:48.097299 [ 3 ] {c88d1aaf-d34d-40e7-b905-6700c95b5ee7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
880 | 2024.05.16 00:47:48.097354 [ 3 ] {c88d1aaf-d34d-40e7-b905-6700c95b5ee7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
881 | 2024.05.16 00:47:48.098247 [ 3 ] {c88d1aaf-d34d-40e7-b905-6700c95b5ee7} <Debug> DynamicQueryHandler: Done processing query | ||
882 | 2024.05.16 00:47:48.098274 [ 3 ] {c88d1aaf-d34d-40e7-b905-6700c95b5ee7} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
883 | 2024.05.16 00:47:48.098290 [ 3 ] {} <Debug> HTTP-Session: e148d4f2-ffff-45d6-9929-5176710a2257 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
884 | 2024.05.16 00:47:48.098511 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 247, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
885 | 2024.05.16 00:47:48.098562 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
886 | 2024.05.16 00:47:48.098582 [ 3 ] {} <Debug> HTTP-Session: 2dbe3e78-d670-44f0-8f98-419782b1513d Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
887 | 2024.05.16 00:47:48.098598 [ 3 ] {} <Debug> HTTP-Session: 2dbe3e78-d670-44f0-8f98-419782b1513d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
888 | 2024.05.16 00:47:48.098612 [ 3 ] {} <Debug> HTTP-Session: 2dbe3e78-d670-44f0-8f98-419782b1513d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
889 | 2024.05.16 00:47:48.098643 [ 3 ] {} <Trace> HTTP-Session: 2dbe3e78-d670-44f0-8f98-419782b1513d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
890 | 2024.05.16 00:47:48.098774 [ 3 ] {611d88d6-b8f6-4068-8334-934358fe4595} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) 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) | ||
891 | 2024.05.16 00:47:48.099094 [ 3 ] {611d88d6-b8f6-4068-8334-934358fe4595} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
892 | 2024.05.16 00:47:48.099146 [ 3 ] {611d88d6-b8f6-4068-8334-934358fe4595} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
893 | 2024.05.16 00:47:48.100039 [ 3 ] {611d88d6-b8f6-4068-8334-934358fe4595} <Debug> DynamicQueryHandler: Done processing query | ||
894 | 2024.05.16 00:47:48.100067 [ 3 ] {611d88d6-b8f6-4068-8334-934358fe4595} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
895 | 2024.05.16 00:47:48.100083 [ 3 ] {} <Debug> HTTP-Session: 2dbe3e78-d670-44f0-8f98-419782b1513d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
896 | 2024.05.16 00:47:48.100290 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
897 | 2024.05.16 00:47:48.100338 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
898 | 2024.05.16 00:47:48.100358 [ 3 ] {} <Debug> HTTP-Session: e1bdaf5e-9005-44bc-a517-8694c8e78ef0 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
899 | 2024.05.16 00:47:48.100374 [ 3 ] {} <Debug> HTTP-Session: e1bdaf5e-9005-44bc-a517-8694c8e78ef0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
900 | 2024.05.16 00:47:48.100388 [ 3 ] {} <Debug> HTTP-Session: e1bdaf5e-9005-44bc-a517-8694c8e78ef0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
901 | 2024.05.16 00:47:48.100419 [ 3 ] {} <Trace> HTTP-Session: e1bdaf5e-9005-44bc-a517-8694c8e78ef0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
902 | 2024.05.16 00:47:48.100542 [ 3 ] {28b0b523-03cc-40a6-894e-3fccf1890c40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) 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) | ||
903 | 2024.05.16 00:47:48.100861 [ 3 ] {28b0b523-03cc-40a6-894e-3fccf1890c40} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
904 | 2024.05.16 00:47:48.100911 [ 3 ] {28b0b523-03cc-40a6-894e-3fccf1890c40} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
905 | 2024.05.16 00:47:48.101785 [ 3 ] {28b0b523-03cc-40a6-894e-3fccf1890c40} <Debug> DynamicQueryHandler: Done processing query | ||
906 | 2024.05.16 00:47:48.101812 [ 3 ] {28b0b523-03cc-40a6-894e-3fccf1890c40} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
907 | 2024.05.16 00:47:48.101828 [ 3 ] {} <Debug> HTTP-Session: e1bdaf5e-9005-44bc-a517-8694c8e78ef0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
908 | 2024.05.16 00:47:48.102021 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
909 | 2024.05.16 00:47:48.102069 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
910 | 2024.05.16 00:47:48.102089 [ 3 ] {} <Debug> HTTP-Session: a8849e6a-eff4-4e15-9a52-521f12783ff6 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
911 | 2024.05.16 00:47:48.102106 [ 3 ] {} <Debug> HTTP-Session: a8849e6a-eff4-4e15-9a52-521f12783ff6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
912 | 2024.05.16 00:47:48.102119 [ 3 ] {} <Debug> HTTP-Session: a8849e6a-eff4-4e15-9a52-521f12783ff6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
913 | 2024.05.16 00:47:48.102150 [ 3 ] {} <Trace> HTTP-Session: a8849e6a-eff4-4e15-9a52-521f12783ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
914 | 2024.05.16 00:47:48.102272 [ 3 ] {fb479fec-1db1-41bc-9588-283f38f773d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) 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) | ||
915 | 2024.05.16 00:47:48.102590 [ 3 ] {fb479fec-1db1-41bc-9588-283f38f773d2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
916 | 2024.05.16 00:47:48.102642 [ 3 ] {fb479fec-1db1-41bc-9588-283f38f773d2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
917 | 2024.05.16 00:47:48.103479 [ 3 ] {fb479fec-1db1-41bc-9588-283f38f773d2} <Debug> DynamicQueryHandler: Done processing query | ||
918 | 2024.05.16 00:47:48.103506 [ 3 ] {fb479fec-1db1-41bc-9588-283f38f773d2} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
919 | 2024.05.16 00:47:48.103523 [ 3 ] {} <Debug> HTTP-Session: a8849e6a-eff4-4e15-9a52-521f12783ff6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
920 | 2024.05.16 00:47:48.103729 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
921 | 2024.05.16 00:47:48.103777 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
922 | 2024.05.16 00:47:48.103796 [ 3 ] {} <Debug> HTTP-Session: 2e509ad3-ced5-41e7-8607-bc1de14bd909 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
923 | 2024.05.16 00:47:48.103812 [ 3 ] {} <Debug> HTTP-Session: 2e509ad3-ced5-41e7-8607-bc1de14bd909 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
924 | 2024.05.16 00:47:48.103826 [ 3 ] {} <Debug> HTTP-Session: 2e509ad3-ced5-41e7-8607-bc1de14bd909 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
925 | 2024.05.16 00:47:48.103856 [ 3 ] {} <Trace> HTTP-Session: 2e509ad3-ced5-41e7-8607-bc1de14bd909 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
926 | 2024.05.16 00:47:48.103977 [ 3 ] {47614f34-d62a-4ae1-90b0-246cfbb7f3ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) 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) | ||
927 | 2024.05.16 00:47:48.104301 [ 3 ] {47614f34-d62a-4ae1-90b0-246cfbb7f3ae} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
928 | 2024.05.16 00:47:48.104352 [ 3 ] {47614f34-d62a-4ae1-90b0-246cfbb7f3ae} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
929 | 2024.05.16 00:47:48.105221 [ 3 ] {47614f34-d62a-4ae1-90b0-246cfbb7f3ae} <Debug> DynamicQueryHandler: Done processing query | ||
930 | 2024.05.16 00:47:48.105245 [ 3 ] {47614f34-d62a-4ae1-90b0-246cfbb7f3ae} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
931 | 2024.05.16 00:47:48.105261 [ 3 ] {} <Debug> HTTP-Session: 2e509ad3-ced5-41e7-8607-bc1de14bd909 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
932 | 2024.05.16 00:47:48.105443 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 389, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
933 | 2024.05.16 00:47:48.105488 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
934 | 2024.05.16 00:47:48.105508 [ 3 ] {} <Debug> HTTP-Session: 9e6869fb-9b82-48db-bebd-0d0325bb72ee Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
935 | 2024.05.16 00:47:48.105522 [ 3 ] {} <Debug> HTTP-Session: 9e6869fb-9b82-48db-bebd-0d0325bb72ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
936 | 2024.05.16 00:47:48.105535 [ 3 ] {} <Debug> HTTP-Session: 9e6869fb-9b82-48db-bebd-0d0325bb72ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
937 | 2024.05.16 00:47:48.105564 [ 3 ] {} <Trace> HTTP-Session: 9e6869fb-9b82-48db-bebd-0d0325bb72ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
938 | 2024.05.16 00:47:48.105678 [ 3 ] {434398c7-ed12-45d6-88ab-b84b69d0ecd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) 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) | ||
939 | 2024.05.16 00:47:48.105987 [ 3 ] {434398c7-ed12-45d6-88ab-b84b69d0ecd9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
940 | 2024.05.16 00:47:48.106035 [ 3 ] {434398c7-ed12-45d6-88ab-b84b69d0ecd9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
941 | 2024.05.16 00:47:48.106892 [ 3 ] {434398c7-ed12-45d6-88ab-b84b69d0ecd9} <Debug> DynamicQueryHandler: Done processing query | ||
942 | 2024.05.16 00:47:48.106919 [ 3 ] {434398c7-ed12-45d6-88ab-b84b69d0ecd9} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
943 | 2024.05.16 00:47:48.106935 [ 3 ] {} <Debug> HTTP-Session: 9e6869fb-9b82-48db-bebd-0d0325bb72ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
944 | 2024.05.16 00:47:48.107139 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
945 | 2024.05.16 00:47:48.107188 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
946 | 2024.05.16 00:47:48.107207 [ 3 ] {} <Debug> HTTP-Session: b6077107-dbf7-4f14-8879-f5705e53ab21 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
947 | 2024.05.16 00:47:48.107223 [ 3 ] {} <Debug> HTTP-Session: b6077107-dbf7-4f14-8879-f5705e53ab21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
948 | 2024.05.16 00:47:48.107238 [ 3 ] {} <Debug> HTTP-Session: b6077107-dbf7-4f14-8879-f5705e53ab21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
949 | 2024.05.16 00:47:48.107268 [ 3 ] {} <Trace> HTTP-Session: b6077107-dbf7-4f14-8879-f5705e53ab21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
950 | 2024.05.16 00:47:48.107391 [ 3 ] {7638a182-f5e6-4367-9621-41d3814e5c0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) 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) | ||
951 | 2024.05.16 00:47:48.107716 [ 3 ] {7638a182-f5e6-4367-9621-41d3814e5c0f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
952 | 2024.05.16 00:47:48.107767 [ 3 ] {7638a182-f5e6-4367-9621-41d3814e5c0f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
953 | 2024.05.16 00:47:48.108689 [ 3 ] {7638a182-f5e6-4367-9621-41d3814e5c0f} <Debug> DynamicQueryHandler: Done processing query | ||
954 | 2024.05.16 00:47:48.108716 [ 3 ] {7638a182-f5e6-4367-9621-41d3814e5c0f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
955 | 2024.05.16 00:47:48.108732 [ 3 ] {} <Debug> HTTP-Session: b6077107-dbf7-4f14-8879-f5705e53ab21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
956 | 2024.05.16 00:47:48.108926 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
957 | 2024.05.16 00:47:48.108974 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
958 | 2024.05.16 00:47:48.108993 [ 3 ] {} <Debug> HTTP-Session: 9d374281-b2d1-4a0e-9f15-e6049b326654 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
959 | 2024.05.16 00:47:48.109009 [ 3 ] {} <Debug> HTTP-Session: 9d374281-b2d1-4a0e-9f15-e6049b326654 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
960 | 2024.05.16 00:47:48.109023 [ 3 ] {} <Debug> HTTP-Session: 9d374281-b2d1-4a0e-9f15-e6049b326654 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
961 | 2024.05.16 00:47:48.109053 [ 3 ] {} <Trace> HTTP-Session: 9d374281-b2d1-4a0e-9f15-e6049b326654 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
962 | 2024.05.16 00:47:48.109181 [ 3 ] {104d857c-b7bb-4c65-a0da-0b3380c8bf6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) 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) | ||
963 | 2024.05.16 00:47:48.109510 [ 3 ] {104d857c-b7bb-4c65-a0da-0b3380c8bf6f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
964 | 2024.05.16 00:47:48.109561 [ 3 ] {104d857c-b7bb-4c65-a0da-0b3380c8bf6f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
965 | 2024.05.16 00:47:48.110483 [ 3 ] {104d857c-b7bb-4c65-a0da-0b3380c8bf6f} <Debug> DynamicQueryHandler: Done processing query | ||
966 | 2024.05.16 00:47:48.110510 [ 3 ] {104d857c-b7bb-4c65-a0da-0b3380c8bf6f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
967 | 2024.05.16 00:47:48.110526 [ 3 ] {} <Debug> HTTP-Session: 9d374281-b2d1-4a0e-9f15-e6049b326654 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
968 | 2024.05.16 00:47:48.110734 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
969 | 2024.05.16 00:47:48.110782 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
970 | 2024.05.16 00:47:48.110801 [ 3 ] {} <Debug> HTTP-Session: 9a25d220-0b39-432b-b01e-8421a5d022dd Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
971 | 2024.05.16 00:47:48.110817 [ 3 ] {} <Debug> HTTP-Session: 9a25d220-0b39-432b-b01e-8421a5d022dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
972 | 2024.05.16 00:47:48.110831 [ 3 ] {} <Debug> HTTP-Session: 9a25d220-0b39-432b-b01e-8421a5d022dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
973 | 2024.05.16 00:47:48.110861 [ 3 ] {} <Trace> HTTP-Session: 9a25d220-0b39-432b-b01e-8421a5d022dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
974 | 2024.05.16 00:47:48.110988 [ 3 ] {1792bb46-62e0-4856-b136-44d50cc0a437} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) 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) | ||
975 | 2024.05.16 00:47:48.111321 [ 3 ] {1792bb46-62e0-4856-b136-44d50cc0a437} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
976 | 2024.05.16 00:47:48.111372 [ 3 ] {1792bb46-62e0-4856-b136-44d50cc0a437} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
977 | 2024.05.16 00:47:48.112253 [ 3 ] {1792bb46-62e0-4856-b136-44d50cc0a437} <Debug> DynamicQueryHandler: Done processing query | ||
978 | 2024.05.16 00:47:48.112280 [ 3 ] {1792bb46-62e0-4856-b136-44d50cc0a437} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
979 | 2024.05.16 00:47:48.112296 [ 3 ] {} <Debug> HTTP-Session: 9a25d220-0b39-432b-b01e-8421a5d022dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
980 | 2024.05.16 00:47:48.112510 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 522, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
981 | 2024.05.16 00:47:48.112558 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
982 | 2024.05.16 00:47:48.112578 [ 3 ] {} <Debug> HTTP-Session: f6b9c0ea-080f-4bcd-9fcb-d9df82e0376b Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
983 | 2024.05.16 00:47:48.112595 [ 3 ] {} <Debug> HTTP-Session: f6b9c0ea-080f-4bcd-9fcb-d9df82e0376b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
984 | 2024.05.16 00:47:48.112609 [ 3 ] {} <Debug> HTTP-Session: f6b9c0ea-080f-4bcd-9fcb-d9df82e0376b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
985 | 2024.05.16 00:47:48.112639 [ 3 ] {} <Trace> HTTP-Session: f6b9c0ea-080f-4bcd-9fcb-d9df82e0376b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
986 | 2024.05.16 00:47:48.112768 [ 3 ] {82cbb468-81d1-44cb-8683-54819af9bd73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) 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) | ||
987 | 2024.05.16 00:47:48.113105 [ 3 ] {82cbb468-81d1-44cb-8683-54819af9bd73} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
988 | 2024.05.16 00:47:48.113155 [ 3 ] {82cbb468-81d1-44cb-8683-54819af9bd73} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
989 | 2024.05.16 00:47:48.114041 [ 3 ] {82cbb468-81d1-44cb-8683-54819af9bd73} <Debug> DynamicQueryHandler: Done processing query | ||
990 | 2024.05.16 00:47:48.114067 [ 3 ] {82cbb468-81d1-44cb-8683-54819af9bd73} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
991 | 2024.05.16 00:47:48.114084 [ 3 ] {} <Debug> HTTP-Session: f6b9c0ea-080f-4bcd-9fcb-d9df82e0376b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
992 | 2024.05.16 00:47:48.114278 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
993 | 2024.05.16 00:47:48.114326 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
994 | 2024.05.16 00:47:48.114347 [ 3 ] {} <Debug> HTTP-Session: 6cf1a1e6-7669-48a5-bcd2-e93d3c1ea8d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
995 | 2024.05.16 00:47:48.114364 [ 3 ] {} <Debug> HTTP-Session: 6cf1a1e6-7669-48a5-bcd2-e93d3c1ea8d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
996 | 2024.05.16 00:47:48.114377 [ 3 ] {} <Debug> HTTP-Session: 6cf1a1e6-7669-48a5-bcd2-e93d3c1ea8d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
997 | 2024.05.16 00:47:48.114407 [ 3 ] {} <Trace> HTTP-Session: 6cf1a1e6-7669-48a5-bcd2-e93d3c1ea8d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
998 | 2024.05.16 00:47:48.114534 [ 3 ] {03261e68-dc16-4362-9a5e-485a96523e7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) 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) | ||
999 | 2024.05.16 00:47:48.114874 [ 3 ] {03261e68-dc16-4362-9a5e-485a96523e7b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1000 | 2024.05.16 00:47:48.114925 [ 3 ] {03261e68-dc16-4362-9a5e-485a96523e7b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1001 | 2024.05.16 00:47:48.115732 [ 3 ] {03261e68-dc16-4362-9a5e-485a96523e7b} <Debug> DynamicQueryHandler: Done processing query | ||
1002 | 2024.05.16 00:47:48.115759 [ 3 ] {03261e68-dc16-4362-9a5e-485a96523e7b} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1003 | 2024.05.16 00:47:48.115775 [ 3 ] {} <Debug> HTTP-Session: 6cf1a1e6-7669-48a5-bcd2-e93d3c1ea8d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1004 | 2024.05.16 00:47:48.116469 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 3987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1005 | 2024.05.16 00:47:48.116516 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1006 | 2024.05.16 00:47:48.116537 [ 3 ] {} <Debug> HTTP-Session: 4cd3106e-8c7f-4baa-8bc6-32b517400c2c Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1007 | 2024.05.16 00:47:48.116553 [ 3 ] {} <Debug> HTTP-Session: 4cd3106e-8c7f-4baa-8bc6-32b517400c2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1008 | 2024.05.16 00:47:48.116567 [ 3 ] {} <Debug> HTTP-Session: 4cd3106e-8c7f-4baa-8bc6-32b517400c2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1009 | 2024.05.16 00:47:48.116597 [ 3 ] {} <Trace> HTTP-Session: 4cd3106e-8c7f-4baa-8bc6-32b517400c2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1010 | 2024.05.16 00:47:48.116717 [ 3 ] {76fd0faa-51a0-471b-a57a-1a0a8293506d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1011 | 2024.05.16 00:47:48.116762 [ 3 ] {76fd0faa-51a0-471b-a57a-1a0a8293506d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1012 | 2024.05.16 00:47:48.120969 [ 3 ] {76fd0faa-51a0-471b-a57a-1a0a8293506d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1013 | 2024.05.16 00:47:48.133048 [ 3 ] {76fd0faa-51a0-471b-a57a-1a0a8293506d} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1014 | 2024.05.16 00:47:48.133090 [ 3 ] {76fd0faa-51a0-471b-a57a-1a0a8293506d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
1015 | 2024.05.16 00:47:48.137338 [ 3 ] {76fd0faa-51a0-471b-a57a-1a0a8293506d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1016 | 2024.05.16 00:47:48.137656 [ 3 ] {76fd0faa-51a0-471b-a57a-1a0a8293506d} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1017 | 2024.05.16 00:47:48.137789 [ 3 ] {76fd0faa-51a0-471b-a57a-1a0a8293506d} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.021118 sec., 662.9415664362155 rows/sec., 95.12 KiB/sec. | ||
1018 | 2024.05.16 00:47:48.137951 [ 3 ] {76fd0faa-51a0-471b-a57a-1a0a8293506d} <Debug> DynamicQueryHandler: Done processing query | ||
1019 | 2024.05.16 00:47:48.137978 [ 3 ] {76fd0faa-51a0-471b-a57a-1a0a8293506d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1020 | 2024.05.16 00:47:48.137994 [ 3 ] {} <Debug> HTTP-Session: 4cd3106e-8c7f-4baa-8bc6-32b517400c2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1021 | 2024.05.16 00:47:48.138113 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 3691, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1022 | 2024.05.16 00:47:48.138162 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1023 | 2024.05.16 00:47:48.138182 [ 3 ] {} <Debug> HTTP-Session: 01b15608-b565-4da4-9a3b-aa66e810fe06 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1024 | 2024.05.16 00:47:48.138199 [ 3 ] {} <Debug> HTTP-Session: 01b15608-b565-4da4-9a3b-aa66e810fe06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1025 | 2024.05.16 00:47:48.138213 [ 3 ] {} <Debug> HTTP-Session: 01b15608-b565-4da4-9a3b-aa66e810fe06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1026 | 2024.05.16 00:47:48.138244 [ 3 ] {} <Trace> HTTP-Session: 01b15608-b565-4da4-9a3b-aa66e810fe06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1027 | 2024.05.16 00:47:48.138346 [ 3 ] {75821335-f879-4be1-bb17-8722900634f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1028 | 2024.05.16 00:47:48.138392 [ 3 ] {75821335-f879-4be1-bb17-8722900634f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1029 | 2024.05.16 00:47:48.138519 [ 3 ] {75821335-f879-4be1-bb17-8722900634f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1030 | 2024.05.16 00:47:48.148795 [ 3 ] {75821335-f879-4be1-bb17-8722900634f2} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1031 | 2024.05.16 00:47:48.148835 [ 3 ] {75821335-f879-4be1-bb17-8722900634f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
1032 | 2024.05.16 00:47:48.149209 [ 3 ] {75821335-f879-4be1-bb17-8722900634f2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1033 | 2024.05.16 00:47:48.149554 [ 3 ] {75821335-f879-4be1-bb17-8722900634f2} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1034 | 2024.05.16 00:47:48.149679 [ 3 ] {75821335-f879-4be1-bb17-8722900634f2} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.011364 sec., 2287.9267863428367 rows/sec., 181.41 KiB/sec. | ||
1035 | 2024.05.16 00:47:48.149882 [ 3 ] {75821335-f879-4be1-bb17-8722900634f2} <Debug> DynamicQueryHandler: Done processing query | ||
1036 | 2024.05.16 00:47:48.149908 [ 3 ] {75821335-f879-4be1-bb17-8722900634f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1037 | 2024.05.16 00:47:48.149924 [ 3 ] {} <Debug> HTTP-Session: 01b15608-b565-4da4-9a3b-aa66e810fe06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1038 | 2024.05.16 00:47:48.150074 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1039 | 2024.05.16 00:47:48.150124 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1040 | 2024.05.16 00:47:48.150143 [ 3 ] {} <Debug> HTTP-Session: 8533ec99-956a-474a-8242-1125c53d8051 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1041 | 2024.05.16 00:47:48.150160 [ 3 ] {} <Debug> HTTP-Session: 8533ec99-956a-474a-8242-1125c53d8051 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1042 | 2024.05.16 00:47:48.150174 [ 3 ] {} <Debug> HTTP-Session: 8533ec99-956a-474a-8242-1125c53d8051 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1043 | 2024.05.16 00:47:48.150205 [ 3 ] {} <Trace> HTTP-Session: 8533ec99-956a-474a-8242-1125c53d8051 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1044 | 2024.05.16 00:47:48.150305 [ 3 ] {c7b6dbf2-1a5f-4b3c-acc6-0d43bb5ea7b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1045 | 2024.05.16 00:47:48.150346 [ 3 ] {c7b6dbf2-1a5f-4b3c-acc6-0d43bb5ea7b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1046 | 2024.05.16 00:47:48.151012 [ 3 ] {c7b6dbf2-1a5f-4b3c-acc6-0d43bb5ea7b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1047 | 2024.05.16 00:47:48.153238 [ 3 ] {c7b6dbf2-1a5f-4b3c-acc6-0d43bb5ea7b2} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1048 | 2024.05.16 00:47:48.153280 [ 3 ] {c7b6dbf2-1a5f-4b3c-acc6-0d43bb5ea7b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
1049 | 2024.05.16 00:47:48.156268 [ 3 ] {c7b6dbf2-1a5f-4b3c-acc6-0d43bb5ea7b2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1050 | 2024.05.16 00:47:48.156568 [ 3 ] {c7b6dbf2-1a5f-4b3c-acc6-0d43bb5ea7b2} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1051 | 2024.05.16 00:47:48.156718 [ 3 ] {c7b6dbf2-1a5f-4b3c-acc6-0d43bb5ea7b2} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.00644 sec., 4347.826086956521 rows/sec., 347.26 KiB/sec. | ||
1052 | 2024.05.16 00:47:48.156903 [ 3 ] {c7b6dbf2-1a5f-4b3c-acc6-0d43bb5ea7b2} <Debug> DynamicQueryHandler: Done processing query | ||
1053 | 2024.05.16 00:47:48.156928 [ 3 ] {c7b6dbf2-1a5f-4b3c-acc6-0d43bb5ea7b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1054 | 2024.05.16 00:47:48.156944 [ 3 ] {} <Debug> HTTP-Session: 8533ec99-956a-474a-8242-1125c53d8051 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1055 | 2024.05.16 00:47:48.157063 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 3891, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1056 | 2024.05.16 00:47:48.157110 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1057 | 2024.05.16 00:47:48.157130 [ 3 ] {} <Debug> HTTP-Session: 20f133b6-2258-4910-992d-e017327cbfcd Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1058 | 2024.05.16 00:47:48.157147 [ 3 ] {} <Debug> HTTP-Session: 20f133b6-2258-4910-992d-e017327cbfcd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1059 | 2024.05.16 00:47:48.157162 [ 3 ] {} <Debug> HTTP-Session: 20f133b6-2258-4910-992d-e017327cbfcd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1060 | 2024.05.16 00:47:48.157194 [ 3 ] {} <Trace> HTTP-Session: 20f133b6-2258-4910-992d-e017327cbfcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1061 | 2024.05.16 00:47:48.157304 [ 3 ] {24dee045-f6b9-491a-8732-b122c4c227d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1062 | 2024.05.16 00:47:48.157351 [ 3 ] {24dee045-f6b9-491a-8732-b122c4c227d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1063 | 2024.05.16 00:47:48.157490 [ 3 ] {24dee045-f6b9-491a-8732-b122c4c227d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1064 | 2024.05.16 00:47:48.162095 [ 3 ] {24dee045-f6b9-491a-8732-b122c4c227d5} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1065 | 2024.05.16 00:47:48.162131 [ 3 ] {24dee045-f6b9-491a-8732-b122c4c227d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
1066 | 2024.05.16 00:47:48.170232 [ 3 ] {24dee045-f6b9-491a-8732-b122c4c227d5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1067 | 2024.05.16 00:47:48.170572 [ 3 ] {24dee045-f6b9-491a-8732-b122c4c227d5} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1068 | 2024.05.16 00:47:48.170732 [ 3 ] {24dee045-f6b9-491a-8732-b122c4c227d5} <Debug> executeQuery: Read 20 rows, 1.42 KiB in 0.013455 sec., 1486.4362690449648 rows/sec., 105.53 KiB/sec. | ||
1069 | 2024.05.16 00:47:48.170982 [ 3 ] {24dee045-f6b9-491a-8732-b122c4c227d5} <Debug> DynamicQueryHandler: Done processing query | ||
1070 | 2024.05.16 00:47:48.171008 [ 3 ] {24dee045-f6b9-491a-8732-b122c4c227d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1071 | 2024.05.16 00:47:48.171024 [ 3 ] {} <Debug> HTTP-Session: 20f133b6-2258-4910-992d-e017327cbfcd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1072 | 2024.05.16 00:47:48.171150 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 1279, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1073 | 2024.05.16 00:47:48.171199 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1074 | 2024.05.16 00:47:48.171219 [ 3 ] {} <Debug> HTTP-Session: 6e574081-d929-4bd9-88cb-3a358868fca0 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1075 | 2024.05.16 00:47:48.171235 [ 3 ] {} <Debug> HTTP-Session: 6e574081-d929-4bd9-88cb-3a358868fca0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1076 | 2024.05.16 00:47:48.171249 [ 3 ] {} <Debug> HTTP-Session: 6e574081-d929-4bd9-88cb-3a358868fca0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1077 | 2024.05.16 00:47:48.171279 [ 3 ] {} <Trace> HTTP-Session: 6e574081-d929-4bd9-88cb-3a358868fca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1078 | 2024.05.16 00:47:48.171374 [ 3 ] {4ce621c9-9d78-4728-9249-9cbd83ab90b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1079 | 2024.05.16 00:47:48.171419 [ 3 ] {4ce621c9-9d78-4728-9249-9cbd83ab90b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1080 | 2024.05.16 00:47:48.171561 [ 3 ] {4ce621c9-9d78-4728-9249-9cbd83ab90b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1081 | 2024.05.16 00:47:48.171828 [ 3 ] {4ce621c9-9d78-4728-9249-9cbd83ab90b0} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1082 | 2024.05.16 00:47:48.171865 [ 3 ] {4ce621c9-9d78-4728-9249-9cbd83ab90b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
1083 | 2024.05.16 00:47:48.172215 [ 3 ] {4ce621c9-9d78-4728-9249-9cbd83ab90b0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1084 | 2024.05.16 00:47:48.172522 [ 3 ] {4ce621c9-9d78-4728-9249-9cbd83ab90b0} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1085 | 2024.05.16 00:47:48.172677 [ 3 ] {4ce621c9-9d78-4728-9249-9cbd83ab90b0} <Debug> executeQuery: Read 8 rows, 576.00 B in 0.001322 sec., 6051.437216338881 rows/sec., 425.49 KiB/sec. | ||
1086 | 2024.05.16 00:47:48.172944 [ 3 ] {4ce621c9-9d78-4728-9249-9cbd83ab90b0} <Debug> DynamicQueryHandler: Done processing query | ||
1087 | 2024.05.16 00:47:48.172968 [ 3 ] {4ce621c9-9d78-4728-9249-9cbd83ab90b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1088 | 2024.05.16 00:47:48.172983 [ 3 ] {} <Debug> HTTP-Session: 6e574081-d929-4bd9-88cb-3a358868fca0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1089 | 2024.05.16 00:47:53.004642 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1090 | 2024.05.16 00:47:53.004773 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1091 | 2024.05.16 00:47:53.004803 [ 3 ] {} <Debug> HTTP-Session: 6a4f168d-fda7-4a03-9801-032a46617731 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1092 | 2024.05.16 00:47:53.004832 [ 3 ] {} <Debug> HTTP-Session: 6a4f168d-fda7-4a03-9801-032a46617731 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1093 | 2024.05.16 00:47:53.004850 [ 3 ] {} <Debug> HTTP-Session: 6a4f168d-fda7-4a03-9801-032a46617731 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1094 | 2024.05.16 00:47:53.004904 [ 3 ] {} <Trace> HTTP-Session: 6a4f168d-fda7-4a03-9801-032a46617731 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1095 | 2024.05.16 00:47:53.005155 [ 3 ] {6909db73-a9df-4042-9ce4-3f113f79bf48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) 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) | ||
1096 | 2024.05.16 00:47:53.007580 [ 3 ] {6909db73-a9df-4042-9ce4-3f113f79bf48} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1097 | 2024.05.16 00:47:53.011508 [ 3 ] {6909db73-a9df-4042-9ce4-3f113f79bf48} <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 | ||
1098 | 2024.05.16 00:47:53.011809 [ 3 ] {6909db73-a9df-4042-9ce4-3f113f79bf48} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1099 | 2024.05.16 00:47:53.017958 [ 3 ] {6909db73-a9df-4042-9ce4-3f113f79bf48} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1100 | 2024.05.16 00:47:53.023977 [ 3 ] {6909db73-a9df-4042-9ce4-3f113f79bf48} <Debug> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
1101 | 2024.05.16 00:47:53.028938 [ 3 ] {6909db73-a9df-4042-9ce4-3f113f79bf48} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1102 | 2024.05.16 00:47:53.030841 [ 3 ] {6909db73-a9df-4042-9ce4-3f113f79bf48} <Debug> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (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 | ||
1103 | 2024.05.16 00:47:53.030873 [ 3 ] {6909db73-a9df-4042-9ce4-3f113f79bf48} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1104 | 2024.05.16 00:47:53.032883 [ 3 ] {6909db73-a9df-4042-9ce4-3f113f79bf48} <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'))" | ||
1105 | 2024.05.16 00:47:53.032917 [ 3 ] {6909db73-a9df-4042-9ce4-3f113f79bf48} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1106 | 2024.05.16 00:47:53.057538 [ 3 ] {6909db73-a9df-4042-9ce4-3f113f79bf48} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.052486 sec., 266.7377967457989 rows/sec., 10.88 KiB/sec. | ||
1107 | 2024.05.16 00:47:53.057885 [ 3 ] {6909db73-a9df-4042-9ce4-3f113f79bf48} <Debug> DynamicQueryHandler: Done processing query | ||
1108 | 2024.05.16 00:47:53.057913 [ 3 ] {6909db73-a9df-4042-9ce4-3f113f79bf48} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1109 | 2024.05.16 00:47:53.057932 [ 3 ] {} <Debug> HTTP-Session: 6a4f168d-fda7-4a03-9801-032a46617731 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1110 | 2024.05.16 00:47:53.059109 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1111 | 2024.05.16 00:47:53.059169 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1112 | 2024.05.16 00:47:53.059191 [ 3 ] {} <Debug> HTTP-Session: 564a67a5-3ab8-4707-b474-8c688898119e Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1113 | 2024.05.16 00:47:53.059212 [ 3 ] {} <Debug> HTTP-Session: 564a67a5-3ab8-4707-b474-8c688898119e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1114 | 2024.05.16 00:47:53.059226 [ 3 ] {} <Debug> HTTP-Session: 564a67a5-3ab8-4707-b474-8c688898119e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1115 | 2024.05.16 00:47:53.059266 [ 3 ] {} <Trace> HTTP-Session: 564a67a5-3ab8-4707-b474-8c688898119e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1116 | 2024.05.16 00:47:53.059432 [ 3 ] {7b8f5a2d-00af-447f-9ef5-4bc15fe3e507} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) 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') FORMAT JSONEachRow; (stage: Complete) | ||
1117 | 2024.05.16 00:47:53.059716 [ 3 ] {7b8f5a2d-00af-447f-9ef5-4bc15fe3e507} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1118 | 2024.05.16 00:47:53.059756 [ 3 ] {7b8f5a2d-00af-447f-9ef5-4bc15fe3e507} <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')" moved to PREWHERE | ||
1119 | 2024.05.16 00:47:53.060008 [ 3 ] {7b8f5a2d-00af-447f-9ef5-4bc15fe3e507} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1120 | 2024.05.16 00:47:53.060077 [ 3 ] {7b8f5a2d-00af-447f-9ef5-4bc15fe3e507} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1121 | 2024.05.16 00:47:53.060227 [ 3 ] {7b8f5a2d-00af-447f-9ef5-4bc15fe3e507} <Debug> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
1122 | 2024.05.16 00:47:53.060262 [ 3 ] {7b8f5a2d-00af-447f-9ef5-4bc15fe3e507} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1123 | 2024.05.16 00:47:53.060287 [ 3 ] {7b8f5a2d-00af-447f-9ef5-4bc15fe3e507} <Debug> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (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 | ||
1124 | 2024.05.16 00:47:53.060305 [ 3 ] {7b8f5a2d-00af-447f-9ef5-4bc15fe3e507} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1125 | 2024.05.16 00:47:53.060348 [ 3 ] {7b8f5a2d-00af-447f-9ef5-4bc15fe3e507} <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'))" | ||
1126 | 2024.05.16 00:47:53.060371 [ 3 ] {7b8f5a2d-00af-447f-9ef5-4bc15fe3e507} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1127 | 2024.05.16 00:47:53.061220 [ 3 ] {7b8f5a2d-00af-447f-9ef5-4bc15fe3e507} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001862 sec., 7518.796992481203 rows/sec., 306.81 KiB/sec. | ||
1128 | 2024.05.16 00:47:53.061465 [ 3 ] {7b8f5a2d-00af-447f-9ef5-4bc15fe3e507} <Debug> DynamicQueryHandler: Done processing query | ||
1129 | 2024.05.16 00:47:53.061492 [ 3 ] {7b8f5a2d-00af-447f-9ef5-4bc15fe3e507} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1130 | 2024.05.16 00:47:53.061509 [ 3 ] {} <Debug> HTTP-Session: 564a67a5-3ab8-4707-b474-8c688898119e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1131 | 2024.05.16 00:47:53.061778 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 685, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1132 | 2024.05.16 00:47:53.061831 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1133 | 2024.05.16 00:47:53.061851 [ 3 ] {} <Debug> HTTP-Session: 5c61cb3b-53e5-4f9a-97b8-7407a61001c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1134 | 2024.05.16 00:47:53.061869 [ 3 ] {} <Debug> HTTP-Session: 5c61cb3b-53e5-4f9a-97b8-7407a61001c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1135 | 2024.05.16 00:47:53.061883 [ 3 ] {} <Debug> HTTP-Session: 5c61cb3b-53e5-4f9a-97b8-7407a61001c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1136 | 2024.05.16 00:47:53.061919 [ 3 ] {} <Trace> HTTP-Session: 5c61cb3b-53e5-4f9a-97b8-7407a61001c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1137 | 2024.05.16 00:47:53.062061 [ 3 ] {830c4dab-f23b-4624-badf-f0ad55b565d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) 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') FORMAT JSONEachRow; (stage: Complete) | ||
1138 | 2024.05.16 00:47:53.062320 [ 3 ] {830c4dab-f23b-4624-badf-f0ad55b565d2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1139 | 2024.05.16 00:47:53.062360 [ 3 ] {830c4dab-f23b-4624-badf-f0ad55b565d2} <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')" moved to PREWHERE | ||
1140 | 2024.05.16 00:47:53.062605 [ 3 ] {830c4dab-f23b-4624-badf-f0ad55b565d2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1141 | 2024.05.16 00:47:53.062670 [ 3 ] {830c4dab-f23b-4624-badf-f0ad55b565d2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1142 | 2024.05.16 00:47:53.062807 [ 3 ] {830c4dab-f23b-4624-badf-f0ad55b565d2} <Debug> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
1143 | 2024.05.16 00:47:53.062841 [ 3 ] {830c4dab-f23b-4624-badf-f0ad55b565d2} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1144 | 2024.05.16 00:47:53.062864 [ 3 ] {830c4dab-f23b-4624-badf-f0ad55b565d2} <Debug> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (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 | ||
1145 | 2024.05.16 00:47:53.062881 [ 3 ] {830c4dab-f23b-4624-badf-f0ad55b565d2} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1146 | 2024.05.16 00:47:53.062922 [ 3 ] {830c4dab-f23b-4624-badf-f0ad55b565d2} <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'))" | ||
1147 | 2024.05.16 00:47:53.062943 [ 3 ] {830c4dab-f23b-4624-badf-f0ad55b565d2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1148 | 2024.05.16 00:47:53.063688 [ 3 ] {830c4dab-f23b-4624-badf-f0ad55b565d2} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001689 sec., 8288.928359976317 rows/sec., 338.24 KiB/sec. | ||
1149 | 2024.05.16 00:47:53.063929 [ 3 ] {830c4dab-f23b-4624-badf-f0ad55b565d2} <Debug> DynamicQueryHandler: Done processing query | ||
1150 | 2024.05.16 00:47:53.063955 [ 3 ] {830c4dab-f23b-4624-badf-f0ad55b565d2} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1151 | 2024.05.16 00:47:53.063973 [ 3 ] {} <Debug> HTTP-Session: 5c61cb3b-53e5-4f9a-97b8-7407a61001c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1152 | 2024.05.16 00:47:53.064161 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 722, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1153 | 2024.05.16 00:47:53.064214 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1154 | 2024.05.16 00:47:53.064234 [ 3 ] {} <Debug> HTTP-Session: 03f94c2d-ba42-4c90-a229-0c9496f1b33c Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1155 | 2024.05.16 00:47:53.064251 [ 3 ] {} <Debug> HTTP-Session: 03f94c2d-ba42-4c90-a229-0c9496f1b33c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1156 | 2024.05.16 00:47:53.064265 [ 3 ] {} <Debug> HTTP-Session: 03f94c2d-ba42-4c90-a229-0c9496f1b33c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1157 | 2024.05.16 00:47:53.064298 [ 3 ] {} <Trace> HTTP-Session: 03f94c2d-ba42-4c90-a229-0c9496f1b33c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1158 | 2024.05.16 00:47:53.064442 [ 3 ] {5bade84d-33b3-4107-947e-d3697b13fa54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) 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') FORMAT JSONEachRow; (stage: Complete) | ||
1159 | 2024.05.16 00:47:53.064695 [ 3 ] {5bade84d-33b3-4107-947e-d3697b13fa54} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1160 | 2024.05.16 00:47:53.064734 [ 3 ] {5bade84d-33b3-4107-947e-d3697b13fa54} <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')" moved to PREWHERE | ||
1161 | 2024.05.16 00:47:53.064977 [ 3 ] {5bade84d-33b3-4107-947e-d3697b13fa54} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1162 | 2024.05.16 00:47:53.065040 [ 3 ] {5bade84d-33b3-4107-947e-d3697b13fa54} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1163 | 2024.05.16 00:47:53.065173 [ 3 ] {5bade84d-33b3-4107-947e-d3697b13fa54} <Debug> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
1164 | 2024.05.16 00:47:53.065205 [ 3 ] {5bade84d-33b3-4107-947e-d3697b13fa54} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1165 | 2024.05.16 00:47:53.065228 [ 3 ] {5bade84d-33b3-4107-947e-d3697b13fa54} <Debug> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (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 | ||
1166 | 2024.05.16 00:47:53.065245 [ 3 ] {5bade84d-33b3-4107-947e-d3697b13fa54} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1167 | 2024.05.16 00:47:53.065285 [ 3 ] {5bade84d-33b3-4107-947e-d3697b13fa54} <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'))" | ||
1168 | 2024.05.16 00:47:53.065305 [ 3 ] {5bade84d-33b3-4107-947e-d3697b13fa54} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1169 | 2024.05.16 00:47:53.066088 [ 3 ] {5bade84d-33b3-4107-947e-d3697b13fa54} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001711 sec., 8182.349503214494 rows/sec., 333.89 KiB/sec. | ||
1170 | 2024.05.16 00:47:53.066310 [ 3 ] {5bade84d-33b3-4107-947e-d3697b13fa54} <Debug> DynamicQueryHandler: Done processing query | ||
1171 | 2024.05.16 00:47:53.066335 [ 3 ] {5bade84d-33b3-4107-947e-d3697b13fa54} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1172 | 2024.05.16 00:47:53.066352 [ 3 ] {} <Debug> HTTP-Session: 03f94c2d-ba42-4c90-a229-0c9496f1b33c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1173 | 2024.05.16 00:47:53.066899 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1174 | 2024.05.16 00:47:53.066948 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1175 | 2024.05.16 00:47:53.066967 [ 3 ] {} <Debug> HTTP-Session: 4d8cbd76-12d2-4579-a9b9-69e459bdc38c Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1176 | 2024.05.16 00:47:53.066983 [ 3 ] {} <Debug> HTTP-Session: 4d8cbd76-12d2-4579-a9b9-69e459bdc38c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1177 | 2024.05.16 00:47:53.066996 [ 3 ] {} <Debug> HTTP-Session: 4d8cbd76-12d2-4579-a9b9-69e459bdc38c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1178 | 2024.05.16 00:47:53.067027 [ 3 ] {} <Trace> HTTP-Session: 4d8cbd76-12d2-4579-a9b9-69e459bdc38c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1179 | 2024.05.16 00:47:53.067161 [ 3 ] {b2dbaa47-22a2-4fe9-bac8-c9ed6720911c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) 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') FORMAT JSONEachRow; (stage: Complete) | ||
1180 | 2024.05.16 00:47:53.067413 [ 3 ] {b2dbaa47-22a2-4fe9-bac8-c9ed6720911c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1181 | 2024.05.16 00:47:53.067454 [ 3 ] {b2dbaa47-22a2-4fe9-bac8-c9ed6720911c} <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')" moved to PREWHERE | ||
1182 | 2024.05.16 00:47:53.067698 [ 3 ] {b2dbaa47-22a2-4fe9-bac8-c9ed6720911c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1183 | 2024.05.16 00:47:53.067761 [ 3 ] {b2dbaa47-22a2-4fe9-bac8-c9ed6720911c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1184 | 2024.05.16 00:47:53.067895 [ 3 ] {b2dbaa47-22a2-4fe9-bac8-c9ed6720911c} <Debug> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
1185 | 2024.05.16 00:47:53.067926 [ 3 ] {b2dbaa47-22a2-4fe9-bac8-c9ed6720911c} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1186 | 2024.05.16 00:47:53.067950 [ 3 ] {b2dbaa47-22a2-4fe9-bac8-c9ed6720911c} <Debug> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (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 | ||
1187 | 2024.05.16 00:47:53.067966 [ 3 ] {b2dbaa47-22a2-4fe9-bac8-c9ed6720911c} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1188 | 2024.05.16 00:47:53.068007 [ 3 ] {b2dbaa47-22a2-4fe9-bac8-c9ed6720911c} <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'))" | ||
1189 | 2024.05.16 00:47:53.068027 [ 3 ] {b2dbaa47-22a2-4fe9-bac8-c9ed6720911c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1190 | 2024.05.16 00:47:53.068786 [ 3 ] {b2dbaa47-22a2-4fe9-bac8-c9ed6720911c} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001685 sec., 8308.60534124629 rows/sec., 339.04 KiB/sec. | ||
1191 | 2024.05.16 00:47:53.069011 [ 3 ] {b2dbaa47-22a2-4fe9-bac8-c9ed6720911c} <Debug> DynamicQueryHandler: Done processing query | ||
1192 | 2024.05.16 00:47:53.069036 [ 3 ] {b2dbaa47-22a2-4fe9-bac8-c9ed6720911c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1193 | 2024.05.16 00:47:53.069052 [ 3 ] {} <Debug> HTTP-Session: 4d8cbd76-12d2-4579-a9b9-69e459bdc38c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1194 | 2024.05.16 00:47:53.070976 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 1162, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1195 | 2024.05.16 00:47:53.071027 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1196 | 2024.05.16 00:47:53.071049 [ 3 ] {} <Debug> HTTP-Session: 67b787c1-8599-4d42-9c6b-b00b3950db1d Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1197 | 2024.05.16 00:47:53.071066 [ 3 ] {} <Debug> HTTP-Session: 67b787c1-8599-4d42-9c6b-b00b3950db1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1198 | 2024.05.16 00:47:53.071079 [ 3 ] {} <Debug> HTTP-Session: 67b787c1-8599-4d42-9c6b-b00b3950db1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1199 | 2024.05.16 00:47:53.071111 [ 3 ] {} <Trace> HTTP-Session: 67b787c1-8599-4d42-9c6b-b00b3950db1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1200 | 2024.05.16 00:47:53.071223 [ 3 ] {806a2adb-d417-41ec-a960-21677f8aa825} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1201 | 2024.05.16 00:47:53.071271 [ 3 ] {806a2adb-d417-41ec-a960-21677f8aa825} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1202 | 2024.05.16 00:47:53.071438 [ 3 ] {806a2adb-d417-41ec-a960-21677f8aa825} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1203 | 2024.05.16 00:47:53.071752 [ 3 ] {806a2adb-d417-41ec-a960-21677f8aa825} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1204 | 2024.05.16 00:47:53.071792 [ 3 ] {806a2adb-d417-41ec-a960-21677f8aa825} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
1205 | 2024.05.16 00:47:53.072273 [ 3 ] {806a2adb-d417-41ec-a960-21677f8aa825} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1206 | 2024.05.16 00:47:53.072585 [ 3 ] {806a2adb-d417-41ec-a960-21677f8aa825} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1207 | 2024.05.16 00:47:53.072774 [ 3 ] {806a2adb-d417-41ec-a960-21677f8aa825} <Debug> executeQuery: Read 5 rows, 549.00 B in 0.001587 sec., 3150.59861373661 rows/sec., 337.83 KiB/sec. | ||
1208 | 2024.05.16 00:47:53.072970 [ 3 ] {806a2adb-d417-41ec-a960-21677f8aa825} <Debug> DynamicQueryHandler: Done processing query | ||
1209 | 2024.05.16 00:47:53.072998 [ 3 ] {806a2adb-d417-41ec-a960-21677f8aa825} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1210 | 2024.05.16 00:47:53.073015 [ 3 ] {} <Debug> HTTP-Session: 67b787c1-8599-4d42-9c6b-b00b3950db1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1211 | 2024.05.16 00:47:53.073121 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 2345, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1212 | 2024.05.16 00:47:53.073169 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1213 | 2024.05.16 00:47:53.073190 [ 3 ] {} <Debug> HTTP-Session: 2974baee-b58d-4c9e-9359-2adee466859d Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1214 | 2024.05.16 00:47:53.073207 [ 3 ] {} <Debug> HTTP-Session: 2974baee-b58d-4c9e-9359-2adee466859d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1215 | 2024.05.16 00:47:53.073220 [ 3 ] {} <Debug> HTTP-Session: 2974baee-b58d-4c9e-9359-2adee466859d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1216 | 2024.05.16 00:47:53.073251 [ 3 ] {} <Trace> HTTP-Session: 2974baee-b58d-4c9e-9359-2adee466859d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1217 | 2024.05.16 00:47:53.073355 [ 3 ] {7eeb7540-9cc6-4ad0-8ccc-4128bbe0fc6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1218 | 2024.05.16 00:47:53.073400 [ 3 ] {7eeb7540-9cc6-4ad0-8ccc-4128bbe0fc6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1219 | 2024.05.16 00:47:53.073524 [ 3 ] {7eeb7540-9cc6-4ad0-8ccc-4128bbe0fc6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1220 | 2024.05.16 00:47:53.074373 [ 3 ] {7eeb7540-9cc6-4ad0-8ccc-4128bbe0fc6b} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1221 | 2024.05.16 00:47:53.074407 [ 3 ] {7eeb7540-9cc6-4ad0-8ccc-4128bbe0fc6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
1222 | 2024.05.16 00:47:53.074700 [ 3 ] {7eeb7540-9cc6-4ad0-8ccc-4128bbe0fc6b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1223 | 2024.05.16 00:47:53.074981 [ 3 ] {7eeb7540-9cc6-4ad0-8ccc-4128bbe0fc6b} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1224 | 2024.05.16 00:47:53.075113 [ 3 ] {7eeb7540-9cc6-4ad0-8ccc-4128bbe0fc6b} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001838 sec., 8705.114254624592 rows/sec., 705.59 KiB/sec. | ||
1225 | 2024.05.16 00:47:53.075430 [ 3 ] {7eeb7540-9cc6-4ad0-8ccc-4128bbe0fc6b} <Debug> DynamicQueryHandler: Done processing query | ||
1226 | 2024.05.16 00:47:53.075456 [ 3 ] {7eeb7540-9cc6-4ad0-8ccc-4128bbe0fc6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1227 | 2024.05.16 00:47:53.075473 [ 3 ] {} <Debug> HTTP-Session: 2974baee-b58d-4c9e-9359-2adee466859d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1228 | 2024.05.16 00:47:53.075617 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 11030, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1229 | 2024.05.16 00:47:53.075667 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1230 | 2024.05.16 00:47:53.075686 [ 3 ] {} <Debug> HTTP-Session: 4e16ccf5-5a48-44d3-8637-7dfa80f90cfe Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1231 | 2024.05.16 00:47:53.075703 [ 3 ] {} <Debug> HTTP-Session: 4e16ccf5-5a48-44d3-8637-7dfa80f90cfe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1232 | 2024.05.16 00:47:53.075717 [ 3 ] {} <Debug> HTTP-Session: 4e16ccf5-5a48-44d3-8637-7dfa80f90cfe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1233 | 2024.05.16 00:47:53.075747 [ 3 ] {} <Trace> HTTP-Session: 4e16ccf5-5a48-44d3-8637-7dfa80f90cfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1234 | 2024.05.16 00:47:53.075868 [ 3 ] {506166da-cc7d-4a77-9839-3490af7c3ef0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1235 | 2024.05.16 00:47:53.075911 [ 3 ] {506166da-cc7d-4a77-9839-3490af7c3ef0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1236 | 2024.05.16 00:47:53.076051 [ 3 ] {506166da-cc7d-4a77-9839-3490af7c3ef0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1237 | 2024.05.16 00:47:53.076363 [ 3 ] {506166da-cc7d-4a77-9839-3490af7c3ef0} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1238 | 2024.05.16 00:47:53.076399 [ 3 ] {506166da-cc7d-4a77-9839-3490af7c3ef0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
1239 | 2024.05.16 00:47:53.076700 [ 3 ] {506166da-cc7d-4a77-9839-3490af7c3ef0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1240 | 2024.05.16 00:47:53.077000 [ 3 ] {506166da-cc7d-4a77-9839-3490af7c3ef0} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1241 | 2024.05.16 00:47:53.077144 [ 3 ] {506166da-cc7d-4a77-9839-3490af7c3ef0} <Debug> executeQuery: Read 75 rows, 6.44 KiB in 0.001321 sec., 56775.17032551098 rows/sec., 4.76 MiB/sec. | ||
1242 | 2024.05.16 00:47:53.077302 [ 3 ] {506166da-cc7d-4a77-9839-3490af7c3ef0} <Debug> DynamicQueryHandler: Done processing query | ||
1243 | 2024.05.16 00:47:53.077328 [ 3 ] {506166da-cc7d-4a77-9839-3490af7c3ef0} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1244 | 2024.05.16 00:47:53.077343 [ 3 ] {} <Debug> HTTP-Session: 4e16ccf5-5a48-44d3-8637-7dfa80f90cfe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1245 | 2024.05.16 00:47:53.077454 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 181, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1246 | 2024.05.16 00:47:53.077501 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1247 | 2024.05.16 00:47:53.077520 [ 3 ] {} <Debug> HTTP-Session: 9ea75c7b-8af3-4c9b-8efa-342e64fe9441 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1248 | 2024.05.16 00:47:53.077536 [ 3 ] {} <Debug> HTTP-Session: 9ea75c7b-8af3-4c9b-8efa-342e64fe9441 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1249 | 2024.05.16 00:47:53.077550 [ 3 ] {} <Debug> HTTP-Session: 9ea75c7b-8af3-4c9b-8efa-342e64fe9441 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1250 | 2024.05.16 00:47:53.077580 [ 3 ] {} <Trace> HTTP-Session: 9ea75c7b-8af3-4c9b-8efa-342e64fe9441 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1251 | 2024.05.16 00:47:53.077669 [ 3 ] {98301c38-5ebf-4ab1-b472-36a274a85e03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
1252 | 2024.05.16 00:47:53.077711 [ 3 ] {98301c38-5ebf-4ab1-b472-36a274a85e03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
1253 | 2024.05.16 00:47:53.077833 [ 3 ] {98301c38-5ebf-4ab1-b472-36a274a85e03} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1254 | 2024.05.16 00:47:53.082229 [ 3 ] {98301c38-5ebf-4ab1-b472-36a274a85e03} <Trace> oximeter.fields_u32 (d24f6c79-4665-4980-a765-e0317ce4424d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1255 | 2024.05.16 00:47:53.082275 [ 3 ] {98301c38-5ebf-4ab1-b472-36a274a85e03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
1256 | 2024.05.16 00:47:53.082621 [ 3 ] {98301c38-5ebf-4ab1-b472-36a274a85e03} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1257 | 2024.05.16 00:47:53.082919 [ 3 ] {98301c38-5ebf-4ab1-b472-36a274a85e03} <Trace> oximeter.fields_u32 (d24f6c79-4665-4980-a765-e0317ce4424d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1258 | 2024.05.16 00:47:53.083066 [ 3 ] {98301c38-5ebf-4ab1-b472-36a274a85e03} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.005412 sec., 184.77457501847746 rows/sec., 12.27 KiB/sec. | ||
1259 | 2024.05.16 00:47:53.083253 [ 3 ] {98301c38-5ebf-4ab1-b472-36a274a85e03} <Debug> DynamicQueryHandler: Done processing query | ||
1260 | 2024.05.16 00:47:53.083278 [ 3 ] {98301c38-5ebf-4ab1-b472-36a274a85e03} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1261 | 2024.05.16 00:47:53.083294 [ 3 ] {} <Debug> HTTP-Session: 9ea75c7b-8af3-4c9b-8efa-342e64fe9441 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1262 | 2024.05.16 00:47:53.083445 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 8707, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1263 | 2024.05.16 00:47:53.083493 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1264 | 2024.05.16 00:47:53.083511 [ 3 ] {} <Debug> HTTP-Session: 80bf2481-a310-4e42-8286-8d2c0f253f97 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1265 | 2024.05.16 00:47:53.083527 [ 3 ] {} <Debug> HTTP-Session: 80bf2481-a310-4e42-8286-8d2c0f253f97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1266 | 2024.05.16 00:47:53.083540 [ 3 ] {} <Debug> HTTP-Session: 80bf2481-a310-4e42-8286-8d2c0f253f97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1267 | 2024.05.16 00:47:53.083570 [ 3 ] {} <Trace> HTTP-Session: 80bf2481-a310-4e42-8286-8d2c0f253f97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1268 | 2024.05.16 00:47:53.083675 [ 3 ] {d9a6605c-9168-4c00-b26e-aff11cff0c4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1269 | 2024.05.16 00:47:53.083716 [ 3 ] {d9a6605c-9168-4c00-b26e-aff11cff0c4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1270 | 2024.05.16 00:47:53.083839 [ 3 ] {d9a6605c-9168-4c00-b26e-aff11cff0c4f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1271 | 2024.05.16 00:47:53.084169 [ 3 ] {d9a6605c-9168-4c00-b26e-aff11cff0c4f} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1272 | 2024.05.16 00:47:53.084205 [ 3 ] {d9a6605c-9168-4c00-b26e-aff11cff0c4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
1273 | 2024.05.16 00:47:53.084504 [ 3 ] {d9a6605c-9168-4c00-b26e-aff11cff0c4f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1274 | 2024.05.16 00:47:53.084820 [ 3 ] {d9a6605c-9168-4c00-b26e-aff11cff0c4f} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1275 | 2024.05.16 00:47:53.084961 [ 3 ] {d9a6605c-9168-4c00-b26e-aff11cff0c4f} <Debug> executeQuery: Read 51 rows, 4.09 KiB in 0.001314 sec., 38812.78538812785 rows/sec., 3.04 MiB/sec. | ||
1276 | 2024.05.16 00:47:53.085120 [ 3 ] {d9a6605c-9168-4c00-b26e-aff11cff0c4f} <Debug> DynamicQueryHandler: Done processing query | ||
1277 | 2024.05.16 00:47:53.085145 [ 3 ] {d9a6605c-9168-4c00-b26e-aff11cff0c4f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1278 | 2024.05.16 00:47:53.085160 [ 3 ] {} <Debug> HTTP-Session: 80bf2481-a310-4e42-8286-8d2c0f253f97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1279 | 2024.05.16 00:47:53.085309 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1280 | 2024.05.16 00:47:53.085356 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1281 | 2024.05.16 00:47:53.085375 [ 3 ] {} <Debug> HTTP-Session: acd99f4a-3f3c-457e-999f-bd39668d90d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1282 | 2024.05.16 00:47:53.085391 [ 3 ] {} <Debug> HTTP-Session: acd99f4a-3f3c-457e-999f-bd39668d90d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1283 | 2024.05.16 00:47:53.085404 [ 3 ] {} <Debug> HTTP-Session: acd99f4a-3f3c-457e-999f-bd39668d90d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1284 | 2024.05.16 00:47:53.085433 [ 3 ] {} <Trace> HTTP-Session: acd99f4a-3f3c-457e-999f-bd39668d90d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1285 | 2024.05.16 00:47:53.085543 [ 3 ] {b17dfbf0-d557-431e-a363-b2b2aa52fda1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1286 | 2024.05.16 00:47:53.085587 [ 3 ] {b17dfbf0-d557-431e-a363-b2b2aa52fda1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1287 | 2024.05.16 00:47:53.085725 [ 3 ] {b17dfbf0-d557-431e-a363-b2b2aa52fda1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1288 | 2024.05.16 00:47:53.086014 [ 3 ] {b17dfbf0-d557-431e-a363-b2b2aa52fda1} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1289 | 2024.05.16 00:47:53.086049 [ 3 ] {b17dfbf0-d557-431e-a363-b2b2aa52fda1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
1290 | 2024.05.16 00:47:53.086409 [ 3 ] {b17dfbf0-d557-431e-a363-b2b2aa52fda1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1291 | 2024.05.16 00:47:53.086737 [ 3 ] {b17dfbf0-d557-431e-a363-b2b2aa52fda1} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1292 | 2024.05.16 00:47:53.086852 [ 3 ] {b17dfbf0-d557-431e-a363-b2b2aa52fda1} <Debug> executeQuery: Read 50 rows, 3.55 KiB in 0.001347 sec., 37119.52487008166 rows/sec., 2.57 MiB/sec. | ||
1293 | 2024.05.16 00:47:53.087000 [ 3 ] {b17dfbf0-d557-431e-a363-b2b2aa52fda1} <Debug> DynamicQueryHandler: Done processing query | ||
1294 | 2024.05.16 00:47:53.087025 [ 3 ] {b17dfbf0-d557-431e-a363-b2b2aa52fda1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1295 | 2024.05.16 00:47:53.087040 [ 3 ] {} <Debug> HTTP-Session: acd99f4a-3f3c-457e-999f-bd39668d90d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1296 | 2024.05.16 00:47:53.087152 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1297 | 2024.05.16 00:47:53.087198 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1298 | 2024.05.16 00:47:53.087223 [ 3 ] {} <Debug> HTTP-Session: 3a59650a-746c-451a-aba2-f947ad302e25 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1299 | 2024.05.16 00:47:53.087240 [ 3 ] {} <Debug> HTTP-Session: 3a59650a-746c-451a-aba2-f947ad302e25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1300 | 2024.05.16 00:47:53.087254 [ 3 ] {} <Debug> HTTP-Session: 3a59650a-746c-451a-aba2-f947ad302e25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1301 | 2024.05.16 00:47:53.087285 [ 3 ] {} <Trace> HTTP-Session: 3a59650a-746c-451a-aba2-f947ad302e25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1302 | 2024.05.16 00:47:53.087376 [ 3 ] {69b28b2c-67db-4a58-a702-02ca7ed73fc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
1303 | 2024.05.16 00:47:53.087437 [ 3 ] {69b28b2c-67db-4a58-a702-02ca7ed73fc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
1304 | 2024.05.16 00:47:53.087593 [ 3 ] {69b28b2c-67db-4a58-a702-02ca7ed73fc5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1305 | 2024.05.16 00:47:53.089844 [ 3 ] {69b28b2c-67db-4a58-a702-02ca7ed73fc5} <Trace> oximeter.measurements_f64 (7f78ddcb-2ad3-42eb-9550-382413f2ff91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1306 | 2024.05.16 00:47:53.089881 [ 3 ] {69b28b2c-67db-4a58-a702-02ca7ed73fc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
1307 | 2024.05.16 00:47:53.092706 [ 3 ] {69b28b2c-67db-4a58-a702-02ca7ed73fc5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1308 | 2024.05.16 00:47:53.093044 [ 3 ] {69b28b2c-67db-4a58-a702-02ca7ed73fc5} <Trace> oximeter.measurements_f64 (7f78ddcb-2ad3-42eb-9550-382413f2ff91): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1309 | 2024.05.16 00:47:53.093164 [ 3 ] {69b28b2c-67db-4a58-a702-02ca7ed73fc5} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.00581 sec., 172.1170395869191 rows/sec., 10.93 KiB/sec. | ||
1310 | 2024.05.16 00:47:53.093426 [ 3 ] {69b28b2c-67db-4a58-a702-02ca7ed73fc5} <Debug> DynamicQueryHandler: Done processing query | ||
1311 | 2024.05.16 00:47:53.093452 [ 3 ] {69b28b2c-67db-4a58-a702-02ca7ed73fc5} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
1312 | 2024.05.16 00:47:53.093468 [ 3 ] {} <Debug> HTTP-Session: 3a59650a-746c-451a-aba2-f947ad302e25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1313 | 2024.05.16 00:47:53.093621 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 17160, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1314 | 2024.05.16 00:47:53.093670 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1315 | 2024.05.16 00:47:53.093689 [ 3 ] {} <Debug> HTTP-Session: 4e2f28b5-a677-42e0-a43c-94db2979331f Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1316 | 2024.05.16 00:47:53.093705 [ 3 ] {} <Debug> HTTP-Session: 4e2f28b5-a677-42e0-a43c-94db2979331f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1317 | 2024.05.16 00:47:53.093719 [ 3 ] {} <Debug> HTTP-Session: 4e2f28b5-a677-42e0-a43c-94db2979331f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1318 | 2024.05.16 00:47:53.093750 [ 3 ] {} <Trace> HTTP-Session: 4e2f28b5-a677-42e0-a43c-94db2979331f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1319 | 2024.05.16 00:47:53.093925 [ 3 ] {19a88dc1-e85c-4331-b3b1-a1de66e1c7d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1320 | 2024.05.16 00:47:53.093972 [ 3 ] {19a88dc1-e85c-4331-b3b1-a1de66e1c7d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1321 | 2024.05.16 00:47:53.094146 [ 3 ] {19a88dc1-e85c-4331-b3b1-a1de66e1c7d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1322 | 2024.05.16 00:47:53.094499 [ 3 ] {19a88dc1-e85c-4331-b3b1-a1de66e1c7d5} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1323 | 2024.05.16 00:47:53.094534 [ 3 ] {19a88dc1-e85c-4331-b3b1-a1de66e1c7d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
1324 | 2024.05.16 00:47:53.096924 [ 3 ] {19a88dc1-e85c-4331-b3b1-a1de66e1c7d5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1325 | 2024.05.16 00:47:53.097364 [ 3 ] {19a88dc1-e85c-4331-b3b1-a1de66e1c7d5} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1326 | 2024.05.16 00:47:53.097513 [ 3 ] {19a88dc1-e85c-4331-b3b1-a1de66e1c7d5} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.003689 sec., 4337.21875847113 rows/sec., 5.85 MiB/sec. | ||
1327 | 2024.05.16 00:47:53.097739 [ 3 ] {19a88dc1-e85c-4331-b3b1-a1de66e1c7d5} <Debug> DynamicQueryHandler: Done processing query | ||
1328 | 2024.05.16 00:47:53.097770 [ 3 ] {19a88dc1-e85c-4331-b3b1-a1de66e1c7d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1329 | 2024.05.16 00:47:53.097786 [ 3 ] {} <Debug> HTTP-Session: 4e2f28b5-a677-42e0-a43c-94db2979331f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1330 | 2024.05.16 00:47:53.097910 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 1975, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1331 | 2024.05.16 00:47:53.097956 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1332 | 2024.05.16 00:47:53.097976 [ 3 ] {} <Debug> HTTP-Session: ef9d4340-e33f-486e-b952-7f472e436d16 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1333 | 2024.05.16 00:47:53.097993 [ 3 ] {} <Debug> HTTP-Session: ef9d4340-e33f-486e-b952-7f472e436d16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1334 | 2024.05.16 00:47:53.098007 [ 3 ] {} <Debug> HTTP-Session: ef9d4340-e33f-486e-b952-7f472e436d16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1335 | 2024.05.16 00:47:53.098037 [ 3 ] {} <Trace> HTTP-Session: ef9d4340-e33f-486e-b952-7f472e436d16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1336 | 2024.05.16 00:47:53.098134 [ 3 ] {0c65f4a5-e854-4965-9bf7-cb60643e5d35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
1337 | 2024.05.16 00:47:53.098179 [ 3 ] {0c65f4a5-e854-4965-9bf7-cb60643e5d35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1338 | 2024.05.16 00:47:53.098303 [ 3 ] {0c65f4a5-e854-4965-9bf7-cb60643e5d35} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1339 | 2024.05.16 00:47:53.098571 [ 3 ] {0c65f4a5-e854-4965-9bf7-cb60643e5d35} <Trace> oximeter.measurements_i64 (74e24dc1-baa9-43be-8658-e526ae654bba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1340 | 2024.05.16 00:47:53.098607 [ 3 ] {0c65f4a5-e854-4965-9bf7-cb60643e5d35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
1341 | 2024.05.16 00:47:53.098955 [ 3 ] {0c65f4a5-e854-4965-9bf7-cb60643e5d35} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1342 | 2024.05.16 00:47:53.099270 [ 3 ] {0c65f4a5-e854-4965-9bf7-cb60643e5d35} <Trace> oximeter.measurements_i64 (74e24dc1-baa9-43be-8658-e526ae654bba): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1343 | 2024.05.16 00:47:53.099400 [ 3 ] {0c65f4a5-e854-4965-9bf7-cb60643e5d35} <Debug> executeQuery: Read 12 rows, 926.00 B in 0.001284 sec., 9345.794392523365 rows/sec., 704.28 KiB/sec. | ||
1344 | 2024.05.16 00:47:53.099674 [ 3 ] {0c65f4a5-e854-4965-9bf7-cb60643e5d35} <Debug> DynamicQueryHandler: Done processing query | ||
1345 | 2024.05.16 00:47:53.099699 [ 3 ] {0c65f4a5-e854-4965-9bf7-cb60643e5d35} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1346 | 2024.05.16 00:47:53.099714 [ 3 ] {} <Debug> HTTP-Session: ef9d4340-e33f-486e-b952-7f472e436d16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1347 | 2024.05.16 00:47:53.099825 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 3112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1348 | 2024.05.16 00:47:53.099873 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1349 | 2024.05.16 00:47:53.099893 [ 3 ] {} <Debug> HTTP-Session: b229e170-9087-4794-be51-fcb50c946a67 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1350 | 2024.05.16 00:47:53.099909 [ 3 ] {} <Debug> HTTP-Session: b229e170-9087-4794-be51-fcb50c946a67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1351 | 2024.05.16 00:47:53.099923 [ 3 ] {} <Debug> HTTP-Session: b229e170-9087-4794-be51-fcb50c946a67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1352 | 2024.05.16 00:47:53.099953 [ 3 ] {} <Trace> HTTP-Session: b229e170-9087-4794-be51-fcb50c946a67 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1353 | 2024.05.16 00:47:53.100052 [ 3 ] {cb2c3540-cf24-4e46-b20f-12584711f03f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1354 | 2024.05.16 00:47:53.100096 [ 3 ] {cb2c3540-cf24-4e46-b20f-12584711f03f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1355 | 2024.05.16 00:47:53.100236 [ 3 ] {cb2c3540-cf24-4e46-b20f-12584711f03f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1356 | 2024.05.16 00:47:53.100491 [ 3 ] {cb2c3540-cf24-4e46-b20f-12584711f03f} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1357 | 2024.05.16 00:47:53.100526 [ 3 ] {cb2c3540-cf24-4e46-b20f-12584711f03f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
1358 | 2024.05.16 00:47:53.100869 [ 3 ] {cb2c3540-cf24-4e46-b20f-12584711f03f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1359 | 2024.05.16 00:47:53.101181 [ 3 ] {cb2c3540-cf24-4e46-b20f-12584711f03f} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1360 | 2024.05.16 00:47:53.101300 [ 3 ] {cb2c3540-cf24-4e46-b20f-12584711f03f} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.001276 sec., 15673.98119122257 rows/sec., 1.08 MiB/sec. | ||
1361 | 2024.05.16 00:47:53.101445 [ 3 ] {cb2c3540-cf24-4e46-b20f-12584711f03f} <Debug> DynamicQueryHandler: Done processing query | ||
1362 | 2024.05.16 00:47:53.101471 [ 3 ] {cb2c3540-cf24-4e46-b20f-12584711f03f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1363 | 2024.05.16 00:47:53.101486 [ 3 ] {} <Debug> HTTP-Session: b229e170-9087-4794-be51-fcb50c946a67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1364 | 2024.05.16 00:47:58.006191 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 3691, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1365 | 2024.05.16 00:47:58.006307 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1366 | 2024.05.16 00:47:58.006331 [ 3 ] {} <Debug> HTTP-Session: ca821206-e7f5-4dc4-bbba-91d09fd2ceea Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1367 | 2024.05.16 00:47:58.006354 [ 3 ] {} <Debug> HTTP-Session: ca821206-e7f5-4dc4-bbba-91d09fd2ceea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1368 | 2024.05.16 00:47:58.006371 [ 3 ] {} <Debug> HTTP-Session: ca821206-e7f5-4dc4-bbba-91d09fd2ceea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1369 | 2024.05.16 00:47:58.006418 [ 3 ] {} <Trace> HTTP-Session: ca821206-e7f5-4dc4-bbba-91d09fd2ceea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1370 | 2024.05.16 00:47:58.006590 [ 3 ] {ad9d294e-b102-4771-afe4-73377ef9912b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1371 | 2024.05.16 00:47:58.006649 [ 3 ] {ad9d294e-b102-4771-afe4-73377ef9912b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1372 | 2024.05.16 00:47:58.006824 [ 3 ] {ad9d294e-b102-4771-afe4-73377ef9912b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1373 | 2024.05.16 00:47:58.007229 [ 3 ] {ad9d294e-b102-4771-afe4-73377ef9912b} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1374 | 2024.05.16 00:47:58.007267 [ 3 ] {ad9d294e-b102-4771-afe4-73377ef9912b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
1375 | 2024.05.16 00:47:58.007619 [ 3 ] {ad9d294e-b102-4771-afe4-73377ef9912b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1376 | 2024.05.16 00:47:58.007934 [ 3 ] {ad9d294e-b102-4771-afe4-73377ef9912b} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1377 | 2024.05.16 00:47:58.008080 [ 3 ] {ad9d294e-b102-4771-afe4-73377ef9912b} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.001544 sec., 16839.378238341968 rows/sec., 1.30 MiB/sec. | ||
1378 | 2024.05.16 00:47:58.008277 [ 3 ] {ad9d294e-b102-4771-afe4-73377ef9912b} <Debug> DynamicQueryHandler: Done processing query | ||
1379 | 2024.05.16 00:47:58.008305 [ 3 ] {ad9d294e-b102-4771-afe4-73377ef9912b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1380 | 2024.05.16 00:47:58.008321 [ 3 ] {} <Debug> HTTP-Session: ca821206-e7f5-4dc4-bbba-91d09fd2ceea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1381 | 2024.05.16 00:47:58.008473 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1382 | 2024.05.16 00:47:58.008522 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1383 | 2024.05.16 00:47:58.008542 [ 3 ] {} <Debug> HTTP-Session: 8f58146e-ff17-4f2c-a808-89790f32428e Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1384 | 2024.05.16 00:47:58.008558 [ 3 ] {} <Debug> HTTP-Session: 8f58146e-ff17-4f2c-a808-89790f32428e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1385 | 2024.05.16 00:47:58.008573 [ 3 ] {} <Debug> HTTP-Session: 8f58146e-ff17-4f2c-a808-89790f32428e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1386 | 2024.05.16 00:47:58.008604 [ 3 ] {} <Trace> HTTP-Session: 8f58146e-ff17-4f2c-a808-89790f32428e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1387 | 2024.05.16 00:47:58.008703 [ 3 ] {dfa025d8-dd98-4ea9-a232-cac94d2fbf16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1388 | 2024.05.16 00:47:58.008745 [ 3 ] {dfa025d8-dd98-4ea9-a232-cac94d2fbf16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1389 | 2024.05.16 00:47:58.008871 [ 3 ] {dfa025d8-dd98-4ea9-a232-cac94d2fbf16} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1390 | 2024.05.16 00:47:58.009158 [ 3 ] {dfa025d8-dd98-4ea9-a232-cac94d2fbf16} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1391 | 2024.05.16 00:47:58.009195 [ 3 ] {dfa025d8-dd98-4ea9-a232-cac94d2fbf16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
1392 | 2024.05.16 00:47:58.009493 [ 3 ] {dfa025d8-dd98-4ea9-a232-cac94d2fbf16} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1393 | 2024.05.16 00:47:58.009800 [ 3 ] {dfa025d8-dd98-4ea9-a232-cac94d2fbf16} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1394 | 2024.05.16 00:47:58.009942 [ 3 ] {dfa025d8-dd98-4ea9-a232-cac94d2fbf16} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001261 sec., 22204.599524187153 rows/sec., 1.73 MiB/sec. | ||
1395 | 2024.05.16 00:47:58.010093 [ 3 ] {dfa025d8-dd98-4ea9-a232-cac94d2fbf16} <Debug> DynamicQueryHandler: Done processing query | ||
1396 | 2024.05.16 00:47:58.010118 [ 3 ] {dfa025d8-dd98-4ea9-a232-cac94d2fbf16} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1397 | 2024.05.16 00:47:58.010134 [ 3 ] {} <Debug> HTTP-Session: 8f58146e-ff17-4f2c-a808-89790f32428e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1398 | 2024.05.16 00:47:58.010288 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1399 | 2024.05.16 00:47:58.010335 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1400 | 2024.05.16 00:47:58.010354 [ 3 ] {} <Debug> HTTP-Session: a7def1bc-9c90-4dfa-974b-d01a94b9dccc Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1401 | 2024.05.16 00:47:58.010376 [ 3 ] {} <Debug> HTTP-Session: a7def1bc-9c90-4dfa-974b-d01a94b9dccc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1402 | 2024.05.16 00:47:58.010390 [ 3 ] {} <Debug> HTTP-Session: a7def1bc-9c90-4dfa-974b-d01a94b9dccc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1403 | 2024.05.16 00:47:58.010420 [ 3 ] {} <Trace> HTTP-Session: a7def1bc-9c90-4dfa-974b-d01a94b9dccc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1404 | 2024.05.16 00:47:58.010533 [ 3 ] {ee685cc9-f177-4686-a1e7-dc5a35d9b53e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1405 | 2024.05.16 00:47:58.010579 [ 3 ] {ee685cc9-f177-4686-a1e7-dc5a35d9b53e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1406 | 2024.05.16 00:47:58.010720 [ 3 ] {ee685cc9-f177-4686-a1e7-dc5a35d9b53e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1407 | 2024.05.16 00:47:58.011168 [ 3 ] {ee685cc9-f177-4686-a1e7-dc5a35d9b53e} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1408 | 2024.05.16 00:47:58.011205 [ 3 ] {ee685cc9-f177-4686-a1e7-dc5a35d9b53e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
1409 | 2024.05.16 00:47:58.011605 [ 3 ] {ee685cc9-f177-4686-a1e7-dc5a35d9b53e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1410 | 2024.05.16 00:47:58.011958 [ 3 ] {ee685cc9-f177-4686-a1e7-dc5a35d9b53e} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1411 | 2024.05.16 00:47:58.012115 [ 3 ] {ee685cc9-f177-4686-a1e7-dc5a35d9b53e} <Debug> executeQuery: Read 50 rows, 3.55 KiB in 0.001614 sec., 30978.934324659233 rows/sec., 2.15 MiB/sec. | ||
1412 | 2024.05.16 00:47:58.012282 [ 3 ] {ee685cc9-f177-4686-a1e7-dc5a35d9b53e} <Debug> DynamicQueryHandler: Done processing query | ||
1413 | 2024.05.16 00:47:58.012307 [ 3 ] {ee685cc9-f177-4686-a1e7-dc5a35d9b53e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1414 | 2024.05.16 00:47:58.012324 [ 3 ] {} <Debug> HTTP-Session: a7def1bc-9c90-4dfa-974b-d01a94b9dccc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1415 | 2024.05.16 00:47:58.012441 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 3112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1416 | 2024.05.16 00:47:58.012514 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1417 | 2024.05.16 00:47:58.012533 [ 3 ] {} <Debug> HTTP-Session: 8141e534-6104-4069-9c95-b9cc3a8a516f Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1418 | 2024.05.16 00:47:58.012550 [ 3 ] {} <Debug> HTTP-Session: 8141e534-6104-4069-9c95-b9cc3a8a516f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1419 | 2024.05.16 00:47:58.012563 [ 3 ] {} <Debug> HTTP-Session: 8141e534-6104-4069-9c95-b9cc3a8a516f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1420 | 2024.05.16 00:47:58.012594 [ 3 ] {} <Trace> HTTP-Session: 8141e534-6104-4069-9c95-b9cc3a8a516f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1421 | 2024.05.16 00:47:58.012693 [ 3 ] {2193e22d-a464-4fe9-bb78-27297e043edc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1422 | 2024.05.16 00:47:58.012735 [ 3 ] {2193e22d-a464-4fe9-bb78-27297e043edc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1423 | 2024.05.16 00:47:58.012861 [ 3 ] {2193e22d-a464-4fe9-bb78-27297e043edc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1424 | 2024.05.16 00:47:58.013136 [ 3 ] {2193e22d-a464-4fe9-bb78-27297e043edc} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1425 | 2024.05.16 00:47:58.013172 [ 3 ] {2193e22d-a464-4fe9-bb78-27297e043edc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
1426 | 2024.05.16 00:47:58.013564 [ 3 ] {2193e22d-a464-4fe9-bb78-27297e043edc} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1427 | 2024.05.16 00:47:58.013883 [ 3 ] {2193e22d-a464-4fe9-bb78-27297e043edc} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1428 | 2024.05.16 00:47:58.014037 [ 3 ] {2193e22d-a464-4fe9-bb78-27297e043edc} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.001373 sec., 14566.642388929351 rows/sec., 1.00 MiB/sec. | ||
1429 | 2024.05.16 00:47:58.014200 [ 3 ] {2193e22d-a464-4fe9-bb78-27297e043edc} <Debug> DynamicQueryHandler: Done processing query | ||
1430 | 2024.05.16 00:47:58.014225 [ 3 ] {2193e22d-a464-4fe9-bb78-27297e043edc} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1431 | 2024.05.16 00:47:58.014241 [ 3 ] {} <Debug> HTTP-Session: 8141e534-6104-4069-9c95-b9cc3a8a516f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1432 | 2024.05.16 00:48:01.306246 [ 84 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1433 | 2024.05.16 00:48:01.306311 [ 84 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1434 | 2024.05.16 00:48:03.006653 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 2345, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1435 | 2024.05.16 00:48:03.006758 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1436 | 2024.05.16 00:48:03.006781 [ 3 ] {} <Debug> HTTP-Session: 58c4386e-30c6-4963-8982-edcb919e5763 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1437 | 2024.05.16 00:48:03.006804 [ 3 ] {} <Debug> HTTP-Session: 58c4386e-30c6-4963-8982-edcb919e5763 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1438 | 2024.05.16 00:48:03.006818 [ 3 ] {} <Debug> HTTP-Session: 58c4386e-30c6-4963-8982-edcb919e5763 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1439 | 2024.05.16 00:48:03.006865 [ 3 ] {} <Trace> HTTP-Session: 58c4386e-30c6-4963-8982-edcb919e5763 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1440 | 2024.05.16 00:48:03.007041 [ 3 ] {817af175-fd98-4181-af08-6e5bdb0e9957} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1441 | 2024.05.16 00:48:03.007102 [ 3 ] {817af175-fd98-4181-af08-6e5bdb0e9957} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1442 | 2024.05.16 00:48:03.007281 [ 3 ] {817af175-fd98-4181-af08-6e5bdb0e9957} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1443 | 2024.05.16 00:48:03.007726 [ 3 ] {817af175-fd98-4181-af08-6e5bdb0e9957} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1444 | 2024.05.16 00:48:03.007765 [ 3 ] {817af175-fd98-4181-af08-6e5bdb0e9957} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
1445 | 2024.05.16 00:48:03.008145 [ 3 ] {817af175-fd98-4181-af08-6e5bdb0e9957} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1446 | 2024.05.16 00:48:03.008501 [ 3 ] {817af175-fd98-4181-af08-6e5bdb0e9957} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1447 | 2024.05.16 00:48:03.008680 [ 3 ] {817af175-fd98-4181-af08-6e5bdb0e9957} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001681 sec., 9518.143961927424 rows/sec., 771.49 KiB/sec. | ||
1448 | 2024.05.16 00:48:03.009094 [ 3 ] {817af175-fd98-4181-af08-6e5bdb0e9957} <Debug> DynamicQueryHandler: Done processing query | ||
1449 | 2024.05.16 00:48:03.009123 [ 3 ] {817af175-fd98-4181-af08-6e5bdb0e9957} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1450 | 2024.05.16 00:48:03.009140 [ 3 ] {} <Debug> HTTP-Session: 58c4386e-30c6-4963-8982-edcb919e5763 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1451 | 2024.05.16 00:48:03.009304 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 10877, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1452 | 2024.05.16 00:48:03.009355 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1453 | 2024.05.16 00:48:03.009376 [ 3 ] {} <Debug> HTTP-Session: 2032cc62-5f5c-48e4-b47e-d43996306127 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1454 | 2024.05.16 00:48:03.009392 [ 3 ] {} <Debug> HTTP-Session: 2032cc62-5f5c-48e4-b47e-d43996306127 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1455 | 2024.05.16 00:48:03.009406 [ 3 ] {} <Debug> HTTP-Session: 2032cc62-5f5c-48e4-b47e-d43996306127 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1456 | 2024.05.16 00:48:03.009438 [ 3 ] {} <Trace> HTTP-Session: 2032cc62-5f5c-48e4-b47e-d43996306127 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1457 | 2024.05.16 00:48:03.009556 [ 3 ] {b906bf09-bc9f-41bf-b0c2-9ecefeff0b29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1458 | 2024.05.16 00:48:03.009600 [ 3 ] {b906bf09-bc9f-41bf-b0c2-9ecefeff0b29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1459 | 2024.05.16 00:48:03.009734 [ 3 ] {b906bf09-bc9f-41bf-b0c2-9ecefeff0b29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1460 | 2024.05.16 00:48:03.010113 [ 3 ] {b906bf09-bc9f-41bf-b0c2-9ecefeff0b29} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1461 | 2024.05.16 00:48:03.010151 [ 3 ] {b906bf09-bc9f-41bf-b0c2-9ecefeff0b29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
1462 | 2024.05.16 00:48:03.010508 [ 3 ] {b906bf09-bc9f-41bf-b0c2-9ecefeff0b29} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1463 | 2024.05.16 00:48:03.010814 [ 3 ] {b906bf09-bc9f-41bf-b0c2-9ecefeff0b29} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1464 | 2024.05.16 00:48:03.010969 [ 3 ] {b906bf09-bc9f-41bf-b0c2-9ecefeff0b29} <Debug> executeQuery: Read 74 rows, 6.34 KiB in 0.001448 sec., 51104.9723756906 rows/sec., 4.28 MiB/sec. | ||
1465 | 2024.05.16 00:48:03.011219 [ 3 ] {b906bf09-bc9f-41bf-b0c2-9ecefeff0b29} <Debug> DynamicQueryHandler: Done processing query | ||
1466 | 2024.05.16 00:48:03.011245 [ 3 ] {b906bf09-bc9f-41bf-b0c2-9ecefeff0b29} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1467 | 2024.05.16 00:48:03.011262 [ 3 ] {} <Debug> HTTP-Session: 2032cc62-5f5c-48e4-b47e-d43996306127 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1468 | 2024.05.16 00:48:03.011411 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7508, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1469 | 2024.05.16 00:48:03.011462 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1470 | 2024.05.16 00:48:03.011483 [ 3 ] {} <Debug> HTTP-Session: bb66cd31-64b2-4be8-85b3-0bf39df6fe9b Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1471 | 2024.05.16 00:48:03.011500 [ 3 ] {} <Debug> HTTP-Session: bb66cd31-64b2-4be8-85b3-0bf39df6fe9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1472 | 2024.05.16 00:48:03.011513 [ 3 ] {} <Debug> HTTP-Session: bb66cd31-64b2-4be8-85b3-0bf39df6fe9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1473 | 2024.05.16 00:48:03.011544 [ 3 ] {} <Trace> HTTP-Session: bb66cd31-64b2-4be8-85b3-0bf39df6fe9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1474 | 2024.05.16 00:48:03.011653 [ 3 ] {8eae38a3-edc8-49a6-aea3-420cb9efe777} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1475 | 2024.05.16 00:48:03.011696 [ 3 ] {8eae38a3-edc8-49a6-aea3-420cb9efe777} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1476 | 2024.05.16 00:48:03.011839 [ 3 ] {8eae38a3-edc8-49a6-aea3-420cb9efe777} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1477 | 2024.05.16 00:48:03.012197 [ 3 ] {8eae38a3-edc8-49a6-aea3-420cb9efe777} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1478 | 2024.05.16 00:48:03.012236 [ 3 ] {8eae38a3-edc8-49a6-aea3-420cb9efe777} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
1479 | 2024.05.16 00:48:03.012547 [ 3 ] {8eae38a3-edc8-49a6-aea3-420cb9efe777} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1480 | 2024.05.16 00:48:03.012834 [ 3 ] {8eae38a3-edc8-49a6-aea3-420cb9efe777} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1481 | 2024.05.16 00:48:03.012976 [ 3 ] {8eae38a3-edc8-49a6-aea3-420cb9efe777} <Debug> executeQuery: Read 44 rows, 3.52 KiB in 0.00139 sec., 31654.676258992808 rows/sec., 2.47 MiB/sec. | ||
1482 | 2024.05.16 00:48:03.013215 [ 3 ] {8eae38a3-edc8-49a6-aea3-420cb9efe777} <Debug> DynamicQueryHandler: Done processing query | ||
1483 | 2024.05.16 00:48:03.013240 [ 3 ] {8eae38a3-edc8-49a6-aea3-420cb9efe777} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1484 | 2024.05.16 00:48:03.013256 [ 3 ] {} <Debug> HTTP-Session: bb66cd31-64b2-4be8-85b3-0bf39df6fe9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1485 | 2024.05.16 00:48:03.013397 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1486 | 2024.05.16 00:48:03.013510 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1487 | 2024.05.16 00:48:03.013531 [ 3 ] {} <Debug> HTTP-Session: 9f749aa9-8383-4d85-9ec5-a91b96cc3f75 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1488 | 2024.05.16 00:48:03.013547 [ 3 ] {} <Debug> HTTP-Session: 9f749aa9-8383-4d85-9ec5-a91b96cc3f75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1489 | 2024.05.16 00:48:03.013561 [ 3 ] {} <Debug> HTTP-Session: 9f749aa9-8383-4d85-9ec5-a91b96cc3f75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1490 | 2024.05.16 00:48:03.013592 [ 3 ] {} <Trace> HTTP-Session: 9f749aa9-8383-4d85-9ec5-a91b96cc3f75 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1491 | 2024.05.16 00:48:03.013706 [ 3 ] {39268678-2fc4-4ad6-9141-e409a7140dae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1492 | 2024.05.16 00:48:03.013751 [ 3 ] {39268678-2fc4-4ad6-9141-e409a7140dae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1493 | 2024.05.16 00:48:03.013910 [ 3 ] {39268678-2fc4-4ad6-9141-e409a7140dae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1494 | 2024.05.16 00:48:03.014226 [ 3 ] {39268678-2fc4-4ad6-9141-e409a7140dae} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1495 | 2024.05.16 00:48:03.014262 [ 3 ] {39268678-2fc4-4ad6-9141-e409a7140dae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
1496 | 2024.05.16 00:48:03.014656 [ 3 ] {39268678-2fc4-4ad6-9141-e409a7140dae} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1497 | 2024.05.16 00:48:03.014980 [ 3 ] {39268678-2fc4-4ad6-9141-e409a7140dae} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1498 | 2024.05.16 00:48:03.015152 [ 3 ] {39268678-2fc4-4ad6-9141-e409a7140dae} <Debug> executeQuery: Read 50 rows, 3.55 KiB in 0.001478 sec., 33829.49932341002 rows/sec., 2.35 MiB/sec. | ||
1499 | 2024.05.16 00:48:03.015408 [ 3 ] {39268678-2fc4-4ad6-9141-e409a7140dae} <Debug> DynamicQueryHandler: Done processing query | ||
1500 | 2024.05.16 00:48:03.015433 [ 3 ] {39268678-2fc4-4ad6-9141-e409a7140dae} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1501 | 2024.05.16 00:48:03.015449 [ 3 ] {} <Debug> HTTP-Session: 9f749aa9-8383-4d85-9ec5-a91b96cc3f75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1502 | 2024.05.16 00:48:03.015692 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 17160, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1503 | 2024.05.16 00:48:03.015741 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1504 | 2024.05.16 00:48:03.015760 [ 3 ] {} <Debug> HTTP-Session: a69d30b3-01b4-4678-b3c5-a5bf0a1dd4bf Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1505 | 2024.05.16 00:48:03.015776 [ 3 ] {} <Debug> HTTP-Session: a69d30b3-01b4-4678-b3c5-a5bf0a1dd4bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1506 | 2024.05.16 00:48:03.015789 [ 3 ] {} <Debug> HTTP-Session: a69d30b3-01b4-4678-b3c5-a5bf0a1dd4bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1507 | 2024.05.16 00:48:03.015819 [ 3 ] {} <Trace> HTTP-Session: a69d30b3-01b4-4678-b3c5-a5bf0a1dd4bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1508 | 2024.05.16 00:48:03.016156 [ 3 ] {1814c498-545e-448c-a01a-e5d936b43b8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1509 | 2024.05.16 00:48:03.016204 [ 3 ] {1814c498-545e-448c-a01a-e5d936b43b8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1510 | 2024.05.16 00:48:03.016382 [ 3 ] {1814c498-545e-448c-a01a-e5d936b43b8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1511 | 2024.05.16 00:48:03.016794 [ 3 ] {1814c498-545e-448c-a01a-e5d936b43b8c} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1512 | 2024.05.16 00:48:03.016830 [ 3 ] {1814c498-545e-448c-a01a-e5d936b43b8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
1513 | 2024.05.16 00:48:03.017214 [ 3 ] {1814c498-545e-448c-a01a-e5d936b43b8c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1514 | 2024.05.16 00:48:03.017548 [ 3 ] {1814c498-545e-448c-a01a-e5d936b43b8c} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1515 | 2024.05.16 00:48:03.017708 [ 3 ] {1814c498-545e-448c-a01a-e5d936b43b8c} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001801 sec., 8883.953359244864 rows/sec., 11.99 MiB/sec. | ||
1516 | 2024.05.16 00:48:03.017896 [ 3 ] {1814c498-545e-448c-a01a-e5d936b43b8c} <Debug> DynamicQueryHandler: Done processing query | ||
1517 | 2024.05.16 00:48:03.017920 [ 3 ] {1814c498-545e-448c-a01a-e5d936b43b8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1518 | 2024.05.16 00:48:03.017937 [ 3 ] {} <Debug> HTTP-Session: a69d30b3-01b4-4678-b3c5-a5bf0a1dd4bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1519 | 2024.05.16 00:48:03.018066 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 3112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1520 | 2024.05.16 00:48:03.018115 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1521 | 2024.05.16 00:48:03.018135 [ 3 ] {} <Debug> HTTP-Session: 50852b4e-6b02-4db8-835b-f16d8b59490f Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1522 | 2024.05.16 00:48:03.018152 [ 3 ] {} <Debug> HTTP-Session: 50852b4e-6b02-4db8-835b-f16d8b59490f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1523 | 2024.05.16 00:48:03.018165 [ 3 ] {} <Debug> HTTP-Session: 50852b4e-6b02-4db8-835b-f16d8b59490f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1524 | 2024.05.16 00:48:03.018196 [ 3 ] {} <Trace> HTTP-Session: 50852b4e-6b02-4db8-835b-f16d8b59490f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1525 | 2024.05.16 00:48:03.018299 [ 3 ] {78dcb14d-a932-46ce-8b3d-f726eac8ac1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1526 | 2024.05.16 00:48:03.018343 [ 3 ] {78dcb14d-a932-46ce-8b3d-f726eac8ac1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1527 | 2024.05.16 00:48:03.018469 [ 3 ] {78dcb14d-a932-46ce-8b3d-f726eac8ac1e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1528 | 2024.05.16 00:48:03.018747 [ 3 ] {78dcb14d-a932-46ce-8b3d-f726eac8ac1e} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1529 | 2024.05.16 00:48:03.018784 [ 3 ] {78dcb14d-a932-46ce-8b3d-f726eac8ac1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
1530 | 2024.05.16 00:48:03.019126 [ 3 ] {78dcb14d-a932-46ce-8b3d-f726eac8ac1e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1531 | 2024.05.16 00:48:03.019450 [ 3 ] {78dcb14d-a932-46ce-8b3d-f726eac8ac1e} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1532 | 2024.05.16 00:48:03.019623 [ 3 ] {78dcb14d-a932-46ce-8b3d-f726eac8ac1e} <Debug> executeQuery: Read 20 rows, 1.41 KiB in 0.00134 sec., 14925.373134328358 rows/sec., 1.02 MiB/sec. | ||
1533 | 2024.05.16 00:48:03.019858 [ 3 ] {78dcb14d-a932-46ce-8b3d-f726eac8ac1e} <Debug> DynamicQueryHandler: Done processing query | ||
1534 | 2024.05.16 00:48:03.019884 [ 3 ] {78dcb14d-a932-46ce-8b3d-f726eac8ac1e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1535 | 2024.05.16 00:48:03.019901 [ 3 ] {} <Debug> HTTP-Session: 50852b4e-6b02-4db8-835b-f16d8b59490f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1536 | 2024.05.16 00:48:08.004389 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 809, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1537 | 2024.05.16 00:48:08.004513 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1538 | 2024.05.16 00:48:08.004540 [ 3 ] {} <Debug> HTTP-Session: a079c873-cd3e-40e5-b012-9e8ec5d59d5d Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1539 | 2024.05.16 00:48:08.004566 [ 3 ] {} <Debug> HTTP-Session: a079c873-cd3e-40e5-b012-9e8ec5d59d5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1540 | 2024.05.16 00:48:08.004581 [ 3 ] {} <Debug> HTTP-Session: a079c873-cd3e-40e5-b012-9e8ec5d59d5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1541 | 2024.05.16 00:48:08.004630 [ 3 ] {} <Trace> HTTP-Session: a079c873-cd3e-40e5-b012-9e8ec5d59d5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1542 | 2024.05.16 00:48:08.004855 [ 3 ] {79e39425-a856-4a1a-9540-da925becb54b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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') FORMAT JSONEachRow; (stage: Complete) | ||
1543 | 2024.05.16 00:48:08.005221 [ 3 ] {79e39425-a856-4a1a-9540-da925becb54b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1544 | 2024.05.16 00:48:08.005265 [ 3 ] {79e39425-a856-4a1a-9540-da925becb54b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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')" moved to PREWHERE | ||
1545 | 2024.05.16 00:48:08.005797 [ 3 ] {79e39425-a856-4a1a-9540-da925becb54b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1546 | 2024.05.16 00:48:08.005881 [ 3 ] {79e39425-a856-4a1a-9540-da925becb54b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1547 | 2024.05.16 00:48:08.006057 [ 3 ] {79e39425-a856-4a1a-9540-da925becb54b} <Debug> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
1548 | 2024.05.16 00:48:08.006186 [ 251 ] {79e39425-a856-4a1a-9540-da925becb54b} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1549 | 2024.05.16 00:48:08.006202 [ 250 ] {79e39425-a856-4a1a-9540-da925becb54b} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1550 | 2024.05.16 00:48:08.006340 [ 3 ] {79e39425-a856-4a1a-9540-da925becb54b} <Debug> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (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 | ||
1551 | 2024.05.16 00:48:08.006375 [ 3 ] {79e39425-a856-4a1a-9540-da925becb54b} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1552 | 2024.05.16 00:48:08.008418 [ 3 ] {79e39425-a856-4a1a-9540-da925becb54b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1553 | 2024.05.16 00:48:08.010393 [ 3 ] {79e39425-a856-4a1a-9540-da925becb54b} <Debug> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Reading approx. 19 rows with 2 streams | ||
1554 | 2024.05.16 00:48:08.010457 [ 3 ] {79e39425-a856-4a1a-9540-da925becb54b} <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', 'database_transaction:retry_data', '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'))" | ||
1555 | 2024.05.16 00:48:08.010503 [ 3 ] {79e39425-a856-4a1a-9540-da925becb54b} <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', 'database_transaction:retry_data', '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'))" | ||
1556 | 2024.05.16 00:48:08.012611 [ 3 ] {79e39425-a856-4a1a-9540-da925becb54b} <Debug> executeQuery: Read 19 rows, 814.00 B in 0.007849 sec., 2420.690533825965 rows/sec., 101.28 KiB/sec. | ||
1557 | 2024.05.16 00:48:08.012996 [ 3 ] {79e39425-a856-4a1a-9540-da925becb54b} <Debug> DynamicQueryHandler: Done processing query | ||
1558 | 2024.05.16 00:48:08.013029 [ 3 ] {79e39425-a856-4a1a-9540-da925becb54b} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1559 | 2024.05.16 00:48:08.013050 [ 3 ] {} <Debug> HTTP-Session: a079c873-cd3e-40e5-b012-9e8ec5d59d5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1560 | 2024.05.16 00:48:08.013303 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1561 | 2024.05.16 00:48:08.013367 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1562 | 2024.05.16 00:48:08.013393 [ 3 ] {} <Debug> HTTP-Session: 737b257c-09f2-49ec-b4ba-a1e9f11a7af1 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1563 | 2024.05.16 00:48:08.013415 [ 3 ] {} <Debug> HTTP-Session: 737b257c-09f2-49ec-b4ba-a1e9f11a7af1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1564 | 2024.05.16 00:48:08.013433 [ 3 ] {} <Debug> HTTP-Session: 737b257c-09f2-49ec-b4ba-a1e9f11a7af1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1565 | 2024.05.16 00:48:08.013476 [ 3 ] {} <Trace> HTTP-Session: 737b257c-09f2-49ec-b4ba-a1e9f11a7af1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1566 | 2024.05.16 00:48:08.013645 [ 3 ] {0440b575-a484-47e7-9a4f-2a94627a791f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1567 | 2024.05.16 00:48:08.013920 [ 3 ] {0440b575-a484-47e7-9a4f-2a94627a791f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1568 | 2024.05.16 00:48:08.013962 [ 3 ] {0440b575-a484-47e7-9a4f-2a94627a791f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'static_routing_config:static_routes')" moved to PREWHERE | ||
1569 | 2024.05.16 00:48:08.014225 [ 3 ] {0440b575-a484-47e7-9a4f-2a94627a791f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1570 | 2024.05.16 00:48:08.014291 [ 3 ] {0440b575-a484-47e7-9a4f-2a94627a791f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1571 | 2024.05.16 00:48:08.014432 [ 3 ] {0440b575-a484-47e7-9a4f-2a94627a791f} <Debug> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
1572 | 2024.05.16 00:48:08.014534 [ 257 ] {0440b575-a484-47e7-9a4f-2a94627a791f} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1573 | 2024.05.16 00:48:08.014536 [ 256 ] {0440b575-a484-47e7-9a4f-2a94627a791f} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1574 | 2024.05.16 00:48:08.014686 [ 3 ] {0440b575-a484-47e7-9a4f-2a94627a791f} <Debug> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (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 | ||
1575 | 2024.05.16 00:48:08.014715 [ 3 ] {0440b575-a484-47e7-9a4f-2a94627a791f} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1576 | 2024.05.16 00:48:08.014795 [ 3 ] {0440b575-a484-47e7-9a4f-2a94627a791f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1577 | 2024.05.16 00:48:08.014816 [ 3 ] {0440b575-a484-47e7-9a4f-2a94627a791f} <Debug> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Reading approx. 19 rows with 2 streams | ||
1578 | 2024.05.16 00:48:08.014855 [ 3 ] {0440b575-a484-47e7-9a4f-2a94627a791f} <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', 'database_transaction:retry_data', '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', 'static_routing_config:static_routes'))" | ||
1579 | 2024.05.16 00:48:08.014897 [ 3 ] {0440b575-a484-47e7-9a4f-2a94627a791f} <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', 'database_transaction:retry_data', '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', 'static_routing_config:static_routes'))" | ||
1580 | 2024.05.16 00:48:08.016208 [ 3 ] {0440b575-a484-47e7-9a4f-2a94627a791f} <Debug> executeQuery: Read 19 rows, 814.00 B in 0.002636 sec., 7207.8907435508345 rows/sec., 301.56 KiB/sec. | ||
1581 | 2024.05.16 00:48:08.016506 [ 3 ] {0440b575-a484-47e7-9a4f-2a94627a791f} <Debug> DynamicQueryHandler: Done processing query | ||
1582 | 2024.05.16 00:48:08.016531 [ 3 ] {0440b575-a484-47e7-9a4f-2a94627a791f} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1583 | 2024.05.16 00:48:08.016550 [ 3 ] {} <Debug> HTTP-Session: 737b257c-09f2-49ec-b4ba-a1e9f11a7af1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1584 | 2024.05.16 00:48:08.016775 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 889, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1585 | 2024.05.16 00:48:08.016825 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1586 | 2024.05.16 00:48:08.016845 [ 3 ] {} <Debug> HTTP-Session: 72c5dad9-6d12-42bb-8c89-466133d5c47a Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1587 | 2024.05.16 00:48:08.016863 [ 3 ] {} <Debug> HTTP-Session: 72c5dad9-6d12-42bb-8c89-466133d5c47a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1588 | 2024.05.16 00:48:08.016876 [ 3 ] {} <Debug> HTTP-Session: 72c5dad9-6d12-42bb-8c89-466133d5c47a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1589 | 2024.05.16 00:48:08.016909 [ 3 ] {} <Trace> HTTP-Session: 72c5dad9-6d12-42bb-8c89-466133d5c47a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1590 | 2024.05.16 00:48:08.017052 [ 3 ] {d8d88229-d4a6-4352-865e-da8219347598} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1591 | 2024.05.16 00:48:08.017320 [ 3 ] {d8d88229-d4a6-4352-865e-da8219347598} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1592 | 2024.05.16 00:48:08.017362 [ 3 ] {d8d88229-d4a6-4352-865e-da8219347598} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE | ||
1593 | 2024.05.16 00:48:08.017623 [ 3 ] {d8d88229-d4a6-4352-865e-da8219347598} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1594 | 2024.05.16 00:48:08.017689 [ 3 ] {d8d88229-d4a6-4352-865e-da8219347598} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1595 | 2024.05.16 00:48:08.017825 [ 3 ] {d8d88229-d4a6-4352-865e-da8219347598} <Debug> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
1596 | 2024.05.16 00:48:08.017911 [ 251 ] {d8d88229-d4a6-4352-865e-da8219347598} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1597 | 2024.05.16 00:48:08.017930 [ 250 ] {d8d88229-d4a6-4352-865e-da8219347598} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1598 | 2024.05.16 00:48:08.018036 [ 3 ] {d8d88229-d4a6-4352-865e-da8219347598} <Debug> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (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 | ||
1599 | 2024.05.16 00:48:08.018066 [ 3 ] {d8d88229-d4a6-4352-865e-da8219347598} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1600 | 2024.05.16 00:48:08.018145 [ 3 ] {d8d88229-d4a6-4352-865e-da8219347598} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1601 | 2024.05.16 00:48:08.018165 [ 3 ] {d8d88229-d4a6-4352-865e-da8219347598} <Debug> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Reading approx. 19 rows with 2 streams | ||
1602 | 2024.05.16 00:48:08.018204 [ 3 ] {d8d88229-d4a6-4352-865e-da8219347598} <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', 'database_transaction:retry_data', '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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" | ||
1603 | 2024.05.16 00:48:08.018243 [ 3 ] {d8d88229-d4a6-4352-865e-da8219347598} <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', 'database_transaction:retry_data', '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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" | ||
1604 | 2024.05.16 00:48:08.019287 [ 3 ] {d8d88229-d4a6-4352-865e-da8219347598} <Debug> executeQuery: Read 19 rows, 814.00 B in 0.002301 sec., 8257.279443720121 rows/sec., 345.47 KiB/sec. | ||
1605 | 2024.05.16 00:48:08.019549 [ 3 ] {d8d88229-d4a6-4352-865e-da8219347598} <Debug> DynamicQueryHandler: Done processing query | ||
1606 | 2024.05.16 00:48:08.019575 [ 3 ] {d8d88229-d4a6-4352-865e-da8219347598} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1607 | 2024.05.16 00:48:08.019592 [ 3 ] {} <Debug> HTTP-Session: 72c5dad9-6d12-42bb-8c89-466133d5c47a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1608 | 2024.05.16 00:48:08.019901 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 917, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1609 | 2024.05.16 00:48:08.019951 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1610 | 2024.05.16 00:48:08.019971 [ 3 ] {} <Debug> HTTP-Session: b40c55e2-9cac-42b8-8ad2-101a9a0cd3cb Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1611 | 2024.05.16 00:48:08.019988 [ 3 ] {} <Debug> HTTP-Session: b40c55e2-9cac-42b8-8ad2-101a9a0cd3cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1612 | 2024.05.16 00:48:08.020001 [ 3 ] {} <Debug> HTTP-Session: b40c55e2-9cac-42b8-8ad2-101a9a0cd3cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1613 | 2024.05.16 00:48:08.020033 [ 3 ] {} <Trace> HTTP-Session: b40c55e2-9cac-42b8-8ad2-101a9a0cd3cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1614 | 2024.05.16 00:48:08.020174 [ 3 ] {ff8ceb94-a4c9-4680-8526-7cd2cc08122e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1615 | 2024.05.16 00:48:08.020438 [ 3 ] {ff8ceb94-a4c9-4680-8526-7cd2cc08122e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1616 | 2024.05.16 00:48:08.020480 [ 3 ] {ff8ceb94-a4c9-4680-8526-7cd2cc08122e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1617 | 2024.05.16 00:48:08.020745 [ 3 ] {ff8ceb94-a4c9-4680-8526-7cd2cc08122e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1618 | 2024.05.16 00:48:08.020808 [ 3 ] {ff8ceb94-a4c9-4680-8526-7cd2cc08122e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1619 | 2024.05.16 00:48:08.020942 [ 3 ] {ff8ceb94-a4c9-4680-8526-7cd2cc08122e} <Debug> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
1620 | 2024.05.16 00:48:08.021039 [ 250 ] {ff8ceb94-a4c9-4680-8526-7cd2cc08122e} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1621 | 2024.05.16 00:48:08.021046 [ 255 ] {ff8ceb94-a4c9-4680-8526-7cd2cc08122e} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1622 | 2024.05.16 00:48:08.021144 [ 3 ] {ff8ceb94-a4c9-4680-8526-7cd2cc08122e} <Debug> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (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 | ||
1623 | 2024.05.16 00:48:08.021169 [ 3 ] {ff8ceb94-a4c9-4680-8526-7cd2cc08122e} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1624 | 2024.05.16 00:48:08.021245 [ 3 ] {ff8ceb94-a4c9-4680-8526-7cd2cc08122e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1625 | 2024.05.16 00:48:08.021265 [ 3 ] {ff8ceb94-a4c9-4680-8526-7cd2cc08122e} <Debug> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Reading approx. 19 rows with 2 streams | ||
1626 | 2024.05.16 00:48:08.021303 [ 3 ] {ff8ceb94-a4c9-4680-8526-7cd2cc08122e} <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', 'database_transaction:retry_data', '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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1627 | 2024.05.16 00:48:08.021341 [ 3 ] {ff8ceb94-a4c9-4680-8526-7cd2cc08122e} <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', 'database_transaction:retry_data', '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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1628 | 2024.05.16 00:48:08.022312 [ 3 ] {ff8ceb94-a4c9-4680-8526-7cd2cc08122e} <Debug> executeQuery: Read 19 rows, 814.00 B in 0.002204 sec., 8620.689655172415 rows/sec., 360.67 KiB/sec. | ||
1629 | 2024.05.16 00:48:08.022583 [ 3 ] {ff8ceb94-a4c9-4680-8526-7cd2cc08122e} <Debug> DynamicQueryHandler: Done processing query | ||
1630 | 2024.05.16 00:48:08.022608 [ 3 ] {ff8ceb94-a4c9-4680-8526-7cd2cc08122e} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1631 | 2024.05.16 00:48:08.022625 [ 3 ] {} <Debug> HTTP-Session: b40c55e2-9cac-42b8-8ad2-101a9a0cd3cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1632 | 2024.05.16 00:48:08.025596 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 1071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1633 | 2024.05.16 00:48:08.025655 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1634 | 2024.05.16 00:48:08.025674 [ 3 ] {} <Debug> HTTP-Session: 0811c142-0b3b-4adc-8176-4efc3f3c04ba Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1635 | 2024.05.16 00:48:08.025691 [ 3 ] {} <Debug> HTTP-Session: 0811c142-0b3b-4adc-8176-4efc3f3c04ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1636 | 2024.05.16 00:48:08.025706 [ 3 ] {} <Debug> HTTP-Session: 0811c142-0b3b-4adc-8176-4efc3f3c04ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1637 | 2024.05.16 00:48:08.025737 [ 3 ] {} <Trace> HTTP-Session: 0811c142-0b3b-4adc-8176-4efc3f3c04ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1638 | 2024.05.16 00:48:08.025853 [ 3 ] {ee902233-18e3-4827-a87b-2883e6b80c9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1639 | 2024.05.16 00:48:08.025899 [ 3 ] {ee902233-18e3-4827-a87b-2883e6b80c9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1640 | 2024.05.16 00:48:08.026067 [ 3 ] {ee902233-18e3-4827-a87b-2883e6b80c9e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1641 | 2024.05.16 00:48:08.026395 [ 3 ] {ee902233-18e3-4827-a87b-2883e6b80c9e} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1642 | 2024.05.16 00:48:08.026435 [ 3 ] {ee902233-18e3-4827-a87b-2883e6b80c9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
1643 | 2024.05.16 00:48:08.026906 [ 3 ] {ee902233-18e3-4827-a87b-2883e6b80c9e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1644 | 2024.05.16 00:48:08.027221 [ 3 ] {ee902233-18e3-4827-a87b-2883e6b80c9e} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1645 | 2024.05.16 00:48:08.027364 [ 3 ] {ee902233-18e3-4827-a87b-2883e6b80c9e} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.001544 sec., 2590.6735751295337 rows/sec., 329.53 KiB/sec. | ||
1646 | 2024.05.16 00:48:08.027647 [ 3 ] {ee902233-18e3-4827-a87b-2883e6b80c9e} <Debug> DynamicQueryHandler: Done processing query | ||
1647 | 2024.05.16 00:48:08.027672 [ 3 ] {ee902233-18e3-4827-a87b-2883e6b80c9e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1648 | 2024.05.16 00:48:08.027688 [ 3 ] {} <Debug> HTTP-Session: 0811c142-0b3b-4adc-8176-4efc3f3c04ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1649 | 2024.05.16 00:48:08.027812 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4269, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1650 | 2024.05.16 00:48:08.027859 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1651 | 2024.05.16 00:48:08.027877 [ 3 ] {} <Debug> HTTP-Session: 6305d662-1208-416f-93c9-2a61b6289826 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1652 | 2024.05.16 00:48:08.027894 [ 3 ] {} <Debug> HTTP-Session: 6305d662-1208-416f-93c9-2a61b6289826 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1653 | 2024.05.16 00:48:08.027907 [ 3 ] {} <Debug> HTTP-Session: 6305d662-1208-416f-93c9-2a61b6289826 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1654 | 2024.05.16 00:48:08.027937 [ 3 ] {} <Trace> HTTP-Session: 6305d662-1208-416f-93c9-2a61b6289826 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1655 | 2024.05.16 00:48:08.028042 [ 3 ] {ec09befa-9e4a-4e58-815f-8b2c5a9e4b9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1656 | 2024.05.16 00:48:08.028084 [ 3 ] {ec09befa-9e4a-4e58-815f-8b2c5a9e4b9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1657 | 2024.05.16 00:48:08.028226 [ 3 ] {ec09befa-9e4a-4e58-815f-8b2c5a9e4b9e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1658 | 2024.05.16 00:48:08.028525 [ 3 ] {ec09befa-9e4a-4e58-815f-8b2c5a9e4b9e} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1659 | 2024.05.16 00:48:08.028562 [ 3 ] {ec09befa-9e4a-4e58-815f-8b2c5a9e4b9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
1660 | 2024.05.16 00:48:08.028859 [ 3 ] {ec09befa-9e4a-4e58-815f-8b2c5a9e4b9e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1661 | 2024.05.16 00:48:08.029164 [ 3 ] {ec09befa-9e4a-4e58-815f-8b2c5a9e4b9e} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1662 | 2024.05.16 00:48:08.029316 [ 3 ] {ec09befa-9e4a-4e58-815f-8b2c5a9e4b9e} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.001301 sec., 23059.185242121443 rows/sec., 1.80 MiB/sec. | ||
1663 | 2024.05.16 00:48:08.029477 [ 3 ] {ec09befa-9e4a-4e58-815f-8b2c5a9e4b9e} <Debug> DynamicQueryHandler: Done processing query | ||
1664 | 2024.05.16 00:48:08.029502 [ 3 ] {ec09befa-9e4a-4e58-815f-8b2c5a9e4b9e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1665 | 2024.05.16 00:48:08.029517 [ 3 ] {} <Debug> HTTP-Session: 6305d662-1208-416f-93c9-2a61b6289826 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1666 | 2024.05.16 00:48:08.029688 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 6154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1667 | 2024.05.16 00:48:08.029736 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1668 | 2024.05.16 00:48:08.029755 [ 3 ] {} <Debug> HTTP-Session: 3df8cb5c-e17b-4b25-9a9e-d8e58109dfaa Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1669 | 2024.05.16 00:48:08.029770 [ 3 ] {} <Debug> HTTP-Session: 3df8cb5c-e17b-4b25-9a9e-d8e58109dfaa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1670 | 2024.05.16 00:48:08.029784 [ 3 ] {} <Debug> HTTP-Session: 3df8cb5c-e17b-4b25-9a9e-d8e58109dfaa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1671 | 2024.05.16 00:48:08.029813 [ 3 ] {} <Trace> HTTP-Session: 3df8cb5c-e17b-4b25-9a9e-d8e58109dfaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1672 | 2024.05.16 00:48:08.029914 [ 3 ] {44e80203-b377-4f22-9c2d-94f593d97c1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1673 | 2024.05.16 00:48:08.029956 [ 3 ] {44e80203-b377-4f22-9c2d-94f593d97c1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1674 | 2024.05.16 00:48:08.030077 [ 3 ] {44e80203-b377-4f22-9c2d-94f593d97c1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1675 | 2024.05.16 00:48:08.030359 [ 3 ] {44e80203-b377-4f22-9c2d-94f593d97c1a} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1676 | 2024.05.16 00:48:08.030395 [ 3 ] {44e80203-b377-4f22-9c2d-94f593d97c1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
1677 | 2024.05.16 00:48:08.030711 [ 3 ] {44e80203-b377-4f22-9c2d-94f593d97c1a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1678 | 2024.05.16 00:48:08.031020 [ 3 ] {44e80203-b377-4f22-9c2d-94f593d97c1a} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1679 | 2024.05.16 00:48:08.031178 [ 3 ] {44e80203-b377-4f22-9c2d-94f593d97c1a} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001288 sec., 27950.310559006208 rows/sec., 2.18 MiB/sec. | ||
1680 | 2024.05.16 00:48:08.031468 [ 3 ] {44e80203-b377-4f22-9c2d-94f593d97c1a} <Debug> DynamicQueryHandler: Done processing query | ||
1681 | 2024.05.16 00:48:08.031493 [ 3 ] {44e80203-b377-4f22-9c2d-94f593d97c1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1682 | 2024.05.16 00:48:08.031508 [ 3 ] {} <Debug> HTTP-Session: 3df8cb5c-e17b-4b25-9a9e-d8e58109dfaa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1683 | 2024.05.16 00:48:08.031667 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 11582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1684 | 2024.05.16 00:48:08.031714 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1685 | 2024.05.16 00:48:08.031733 [ 3 ] {} <Debug> HTTP-Session: 2dd642c7-3390-4724-9136-89fb5ebb42ec Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1686 | 2024.05.16 00:48:08.031749 [ 3 ] {} <Debug> HTTP-Session: 2dd642c7-3390-4724-9136-89fb5ebb42ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1687 | 2024.05.16 00:48:08.031762 [ 3 ] {} <Debug> HTTP-Session: 2dd642c7-3390-4724-9136-89fb5ebb42ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1688 | 2024.05.16 00:48:08.031791 [ 3 ] {} <Trace> HTTP-Session: 2dd642c7-3390-4724-9136-89fb5ebb42ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1689 | 2024.05.16 00:48:08.031906 [ 3 ] {895d3737-f297-4227-9e31-7f912db0be33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1690 | 2024.05.16 00:48:08.031951 [ 3 ] {895d3737-f297-4227-9e31-7f912db0be33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1691 | 2024.05.16 00:48:08.032104 [ 3 ] {895d3737-f297-4227-9e31-7f912db0be33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1692 | 2024.05.16 00:48:08.032380 [ 3 ] {895d3737-f297-4227-9e31-7f912db0be33} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1693 | 2024.05.16 00:48:08.032415 [ 3 ] {895d3737-f297-4227-9e31-7f912db0be33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
1694 | 2024.05.16 00:48:08.032799 [ 3 ] {895d3737-f297-4227-9e31-7f912db0be33} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1695 | 2024.05.16 00:48:08.033127 [ 3 ] {895d3737-f297-4227-9e31-7f912db0be33} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1696 | 2024.05.16 00:48:08.033284 [ 3 ] {895d3737-f297-4227-9e31-7f912db0be33} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001409 sec., 42583.392476933994 rows/sec., 2.99 MiB/sec. | ||
1697 | 2024.05.16 00:48:08.033570 [ 3 ] {895d3737-f297-4227-9e31-7f912db0be33} <Debug> DynamicQueryHandler: Done processing query | ||
1698 | 2024.05.16 00:48:08.033594 [ 3 ] {895d3737-f297-4227-9e31-7f912db0be33} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1699 | 2024.05.16 00:48:08.033609 [ 3 ] {} <Debug> HTTP-Session: 2dd642c7-3390-4724-9136-89fb5ebb42ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1700 | 2024.05.16 00:48:08.033738 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4557, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1701 | 2024.05.16 00:48:08.033785 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1702 | 2024.05.16 00:48:08.033803 [ 3 ] {} <Debug> HTTP-Session: b2dc17a5-8e30-4529-90c5-2ef9a1b7cae1 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1703 | 2024.05.16 00:48:08.033819 [ 3 ] {} <Debug> HTTP-Session: b2dc17a5-8e30-4529-90c5-2ef9a1b7cae1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1704 | 2024.05.16 00:48:08.033832 [ 3 ] {} <Debug> HTTP-Session: b2dc17a5-8e30-4529-90c5-2ef9a1b7cae1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1705 | 2024.05.16 00:48:08.033861 [ 3 ] {} <Trace> HTTP-Session: b2dc17a5-8e30-4529-90c5-2ef9a1b7cae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1706 | 2024.05.16 00:48:08.033960 [ 3 ] {769cc72d-9824-4de2-915c-8a5827792fb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1707 | 2024.05.16 00:48:08.034004 [ 3 ] {769cc72d-9824-4de2-915c-8a5827792fb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1708 | 2024.05.16 00:48:08.034141 [ 3 ] {769cc72d-9824-4de2-915c-8a5827792fb4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1709 | 2024.05.16 00:48:08.034373 [ 3 ] {769cc72d-9824-4de2-915c-8a5827792fb4} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1710 | 2024.05.16 00:48:08.034407 [ 3 ] {769cc72d-9824-4de2-915c-8a5827792fb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
1711 | 2024.05.16 00:48:08.034755 [ 3 ] {769cc72d-9824-4de2-915c-8a5827792fb4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1712 | 2024.05.16 00:48:08.035080 [ 3 ] {769cc72d-9824-4de2-915c-8a5827792fb4} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1713 | 2024.05.16 00:48:08.035230 [ 3 ] {769cc72d-9824-4de2-915c-8a5827792fb4} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001293 sec., 23201.85614849188 rows/sec., 1.54 MiB/sec. | ||
1714 | 2024.05.16 00:48:08.035494 [ 3 ] {769cc72d-9824-4de2-915c-8a5827792fb4} <Debug> DynamicQueryHandler: Done processing query | ||
1715 | 2024.05.16 00:48:08.035518 [ 3 ] {769cc72d-9824-4de2-915c-8a5827792fb4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1716 | 2024.05.16 00:48:08.035534 [ 3 ] {} <Debug> HTTP-Session: b2dc17a5-8e30-4529-90c5-2ef9a1b7cae1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1717 | 2024.05.16 00:48:13.008183 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 2345, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1718 | 2024.05.16 00:48:13.008299 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1719 | 2024.05.16 00:48:13.008323 [ 3 ] {} <Debug> HTTP-Session: ddb1d426-a1e4-4b9d-91fe-563477b88772 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1720 | 2024.05.16 00:48:13.008345 [ 3 ] {} <Debug> HTTP-Session: ddb1d426-a1e4-4b9d-91fe-563477b88772 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1721 | 2024.05.16 00:48:13.008359 [ 3 ] {} <Debug> HTTP-Session: ddb1d426-a1e4-4b9d-91fe-563477b88772 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1722 | 2024.05.16 00:48:13.008406 [ 3 ] {} <Trace> HTTP-Session: ddb1d426-a1e4-4b9d-91fe-563477b88772 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1723 | 2024.05.16 00:48:13.008577 [ 3 ] {322908fb-93e7-464b-8d81-65f1f8e0b12d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1724 | 2024.05.16 00:48:13.008638 [ 3 ] {322908fb-93e7-464b-8d81-65f1f8e0b12d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1725 | 2024.05.16 00:48:13.008811 [ 3 ] {322908fb-93e7-464b-8d81-65f1f8e0b12d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1726 | 2024.05.16 00:48:13.009165 [ 3 ] {322908fb-93e7-464b-8d81-65f1f8e0b12d} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1727 | 2024.05.16 00:48:13.009204 [ 3 ] {322908fb-93e7-464b-8d81-65f1f8e0b12d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
1728 | 2024.05.16 00:48:13.009565 [ 3 ] {322908fb-93e7-464b-8d81-65f1f8e0b12d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1729 | 2024.05.16 00:48:13.009896 [ 3 ] {322908fb-93e7-464b-8d81-65f1f8e0b12d} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1730 | 2024.05.16 00:48:13.010065 [ 3 ] {322908fb-93e7-464b-8d81-65f1f8e0b12d} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001533 sec., 10437.051532941943 rows/sec., 845.97 KiB/sec. | ||
1731 | 2024.05.16 00:48:13.010418 [ 3 ] {322908fb-93e7-464b-8d81-65f1f8e0b12d} <Debug> DynamicQueryHandler: Done processing query | ||
1732 | 2024.05.16 00:48:13.010445 [ 3 ] {322908fb-93e7-464b-8d81-65f1f8e0b12d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1733 | 2024.05.16 00:48:13.010460 [ 3 ] {} <Debug> HTTP-Session: ddb1d426-a1e4-4b9d-91fe-563477b88772 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1734 | 2024.05.16 00:48:13.010634 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 11455, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1735 | 2024.05.16 00:48:13.010682 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1736 | 2024.05.16 00:48:13.010700 [ 3 ] {} <Debug> HTTP-Session: a7291a4e-7cde-46d4-9fd6-c589510b9424 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1737 | 2024.05.16 00:48:13.010716 [ 3 ] {} <Debug> HTTP-Session: a7291a4e-7cde-46d4-9fd6-c589510b9424 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1738 | 2024.05.16 00:48:13.010730 [ 3 ] {} <Debug> HTTP-Session: a7291a4e-7cde-46d4-9fd6-c589510b9424 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1739 | 2024.05.16 00:48:13.010759 [ 3 ] {} <Trace> HTTP-Session: a7291a4e-7cde-46d4-9fd6-c589510b9424 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1740 | 2024.05.16 00:48:13.010876 [ 3 ] {fd2966e0-6433-40d4-9357-fb440b7acebd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1741 | 2024.05.16 00:48:13.010919 [ 3 ] {fd2966e0-6433-40d4-9357-fb440b7acebd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1742 | 2024.05.16 00:48:13.011059 [ 3 ] {fd2966e0-6433-40d4-9357-fb440b7acebd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1743 | 2024.05.16 00:48:13.011361 [ 3 ] {fd2966e0-6433-40d4-9357-fb440b7acebd} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1744 | 2024.05.16 00:48:13.011397 [ 3 ] {fd2966e0-6433-40d4-9357-fb440b7acebd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
1745 | 2024.05.16 00:48:13.011723 [ 3 ] {fd2966e0-6433-40d4-9357-fb440b7acebd} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1746 | 2024.05.16 00:48:13.012028 [ 3 ] {fd2966e0-6433-40d4-9357-fb440b7acebd} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1747 | 2024.05.16 00:48:13.012146 [ 3 ] {fd2966e0-6433-40d4-9357-fb440b7acebd} <Debug> executeQuery: Read 78 rows, 6.68 KiB in 0.001313 sec., 59405.94059405941 rows/sec., 4.97 MiB/sec. | ||
1748 | 2024.05.16 00:48:13.012221 [ 73 ] {} <Debug> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1749 | 2024.05.16 00:48:13.012309 [ 73 ] {} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1750 | 2024.05.16 00:48:13.012339 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
1751 | 2024.05.16 00:48:13.012348 [ 3 ] {fd2966e0-6433-40d4-9357-fb440b7acebd} <Debug> DynamicQueryHandler: Done processing query | ||
1752 | 2024.05.16 00:48:13.012397 [ 3 ] {fd2966e0-6433-40d4-9357-fb440b7acebd} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
1753 | 2024.05.16 00:48:13.012426 [ 3 ] {} <Debug> HTTP-Session: a7291a4e-7cde-46d4-9fd6-c589510b9424 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1754 | 2024.05.16 00:48:13.012643 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 8864, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1755 | 2024.05.16 00:48:13.012693 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1756 | 2024.05.16 00:48:13.012713 [ 3 ] {} <Debug> HTTP-Session: a702b39d-80fe-4b7c-99dd-52189be6d883 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1757 | 2024.05.16 00:48:13.012730 [ 3 ] {} <Debug> HTTP-Session: a702b39d-80fe-4b7c-99dd-52189be6d883 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1758 | 2024.05.16 00:48:13.012744 [ 3 ] {} <Debug> HTTP-Session: a702b39d-80fe-4b7c-99dd-52189be6d883 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1759 | 2024.05.16 00:48:13.012776 [ 3 ] {} <Trace> HTTP-Session: a702b39d-80fe-4b7c-99dd-52189be6d883 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1760 | 2024.05.16 00:48:13.012885 [ 3 ] {b7e54d1d-e30e-459f-8b2d-dd488fd6edcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1761 | 2024.05.16 00:48:13.012927 [ 3 ] {b7e54d1d-e30e-459f-8b2d-dd488fd6edcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1762 | 2024.05.16 00:48:13.013073 [ 3 ] {b7e54d1d-e30e-459f-8b2d-dd488fd6edcd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1763 | 2024.05.16 00:48:13.013329 [ 3 ] {b7e54d1d-e30e-459f-8b2d-dd488fd6edcd} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1764 | 2024.05.16 00:48:13.013365 [ 3 ] {b7e54d1d-e30e-459f-8b2d-dd488fd6edcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
1765 | 2024.05.16 00:48:13.013677 [ 3 ] {b7e54d1d-e30e-459f-8b2d-dd488fd6edcd} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1766 | 2024.05.16 00:48:13.013987 [ 3 ] {b7e54d1d-e30e-459f-8b2d-dd488fd6edcd} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1767 | 2024.05.16 00:48:13.014127 [ 3 ] {b7e54d1d-e30e-459f-8b2d-dd488fd6edcd} <Debug> executeQuery: Read 52 rows, 4.16 KiB in 0.001266 sec., 41074.249605055295 rows/sec., 3.21 MiB/sec. | ||
1768 | 2024.05.16 00:48:13.014136 [ 73 ] {} <Debug> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1769 | 2024.05.16 00:48:13.014214 [ 73 ] {} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1770 | 2024.05.16 00:48:13.014262 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
1771 | 2024.05.16 00:48:13.014355 [ 3 ] {b7e54d1d-e30e-459f-8b2d-dd488fd6edcd} <Debug> DynamicQueryHandler: Done processing query | ||
1772 | 2024.05.16 00:48:13.014385 [ 3 ] {b7e54d1d-e30e-459f-8b2d-dd488fd6edcd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1773 | 2024.05.16 00:48:13.014401 [ 3 ] {} <Debug> HTTP-Session: a702b39d-80fe-4b7c-99dd-52189be6d883 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1774 | 2024.05.16 00:48:13.014544 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 11582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1775 | 2024.05.16 00:48:13.014591 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1776 | 2024.05.16 00:48:13.014612 [ 3 ] {} <Debug> HTTP-Session: 43bb9282-bbbb-4e69-bf70-a6567e92c07c Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1777 | 2024.05.16 00:48:13.014628 [ 3 ] {} <Debug> HTTP-Session: 43bb9282-bbbb-4e69-bf70-a6567e92c07c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1778 | 2024.05.16 00:48:13.014642 [ 3 ] {} <Debug> HTTP-Session: 43bb9282-bbbb-4e69-bf70-a6567e92c07c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1779 | 2024.05.16 00:48:13.014671 [ 3 ] {} <Trace> HTTP-Session: 43bb9282-bbbb-4e69-bf70-a6567e92c07c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1780 | 2024.05.16 00:48:13.014814 [ 3 ] {5b31b11e-d720-43ed-ae02-e875f5b0e91f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1781 | 2024.05.16 00:48:13.014862 [ 3 ] {5b31b11e-d720-43ed-ae02-e875f5b0e91f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1782 | 2024.05.16 00:48:13.015018 [ 3 ] {5b31b11e-d720-43ed-ae02-e875f5b0e91f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1783 | 2024.05.16 00:48:13.015296 [ 3 ] {5b31b11e-d720-43ed-ae02-e875f5b0e91f} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1784 | 2024.05.16 00:48:13.015332 [ 3 ] {5b31b11e-d720-43ed-ae02-e875f5b0e91f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
1785 | 2024.05.16 00:48:13.015736 [ 3 ] {5b31b11e-d720-43ed-ae02-e875f5b0e91f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1786 | 2024.05.16 00:48:13.016085 [ 3 ] {5b31b11e-d720-43ed-ae02-e875f5b0e91f} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1787 | 2024.05.16 00:48:13.016199 [ 3 ] {5b31b11e-d720-43ed-ae02-e875f5b0e91f} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001455 sec., 41237.113402061856 rows/sec., 2.89 MiB/sec. | ||
1788 | 2024.05.16 00:48:13.016272 [ 73 ] {} <Debug> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1789 | 2024.05.16 00:48:13.016341 [ 73 ] {} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1790 | 2024.05.16 00:48:13.016371 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
1791 | 2024.05.16 00:48:13.016443 [ 3 ] {5b31b11e-d720-43ed-ae02-e875f5b0e91f} <Debug> DynamicQueryHandler: Done processing query | ||
1792 | 2024.05.16 00:48:13.016472 [ 3 ] {5b31b11e-d720-43ed-ae02-e875f5b0e91f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1793 | 2024.05.16 00:48:13.016488 [ 3 ] {} <Debug> HTTP-Session: 43bb9282-bbbb-4e69-bf70-a6567e92c07c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1794 | 2024.05.16 00:48:13.016665 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 17160, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1795 | 2024.05.16 00:48:13.016709 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1796 | 2024.05.16 00:48:13.016727 [ 3 ] {} <Debug> HTTP-Session: 82ed73aa-0c1d-4a0f-9b34-309235e9c120 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1797 | 2024.05.16 00:48:13.016743 [ 3 ] {} <Debug> HTTP-Session: 82ed73aa-0c1d-4a0f-9b34-309235e9c120 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1798 | 2024.05.16 00:48:13.016756 [ 3 ] {} <Debug> HTTP-Session: 82ed73aa-0c1d-4a0f-9b34-309235e9c120 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1799 | 2024.05.16 00:48:13.016783 [ 3 ] {} <Trace> HTTP-Session: 82ed73aa-0c1d-4a0f-9b34-309235e9c120 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1800 | 2024.05.16 00:48:13.017118 [ 3 ] {5a9a672a-d5f5-4519-b27b-aa190b3641b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1801 | 2024.05.16 00:48:13.017164 [ 3 ] {5a9a672a-d5f5-4519-b27b-aa190b3641b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1802 | 2024.05.16 00:48:13.017321 [ 3 ] {5a9a672a-d5f5-4519-b27b-aa190b3641b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1803 | 2024.05.16 00:48:13.017692 [ 3 ] {5a9a672a-d5f5-4519-b27b-aa190b3641b2} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1804 | 2024.05.16 00:48:13.017727 [ 3 ] {5a9a672a-d5f5-4519-b27b-aa190b3641b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
1805 | 2024.05.16 00:48:13.018109 [ 3 ] {5a9a672a-d5f5-4519-b27b-aa190b3641b2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1806 | 2024.05.16 00:48:13.018442 [ 3 ] {5a9a672a-d5f5-4519-b27b-aa190b3641b2} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1807 | 2024.05.16 00:48:13.018587 [ 3 ] {5a9a672a-d5f5-4519-b27b-aa190b3641b2} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001712 sec., 9345.794392523365 rows/sec., 12.61 MiB/sec. | ||
1808 | 2024.05.16 00:48:13.018743 [ 3 ] {5a9a672a-d5f5-4519-b27b-aa190b3641b2} <Debug> DynamicQueryHandler: Done processing query | ||
1809 | 2024.05.16 00:48:13.018768 [ 3 ] {5a9a672a-d5f5-4519-b27b-aa190b3641b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1810 | 2024.05.16 00:48:13.018783 [ 3 ] {} <Debug> HTTP-Session: 82ed73aa-0c1d-4a0f-9b34-309235e9c120 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1811 | 2024.05.16 00:48:13.018923 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4557, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1812 | 2024.05.16 00:48:13.018973 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1813 | 2024.05.16 00:48:13.018992 [ 3 ] {} <Debug> HTTP-Session: 3b945450-d688-47af-8f23-408c1bf94171 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1814 | 2024.05.16 00:48:13.019007 [ 3 ] {} <Debug> HTTP-Session: 3b945450-d688-47af-8f23-408c1bf94171 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1815 | 2024.05.16 00:48:13.019027 [ 3 ] {} <Debug> HTTP-Session: 3b945450-d688-47af-8f23-408c1bf94171 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1816 | 2024.05.16 00:48:13.019056 [ 3 ] {} <Trace> HTTP-Session: 3b945450-d688-47af-8f23-408c1bf94171 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1817 | 2024.05.16 00:48:13.019127 [ 201 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::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 | ||
1818 | 2024.05.16 00:48:13.019134 [ 192 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
1819 | 2024.05.16 00:48:13.019130 [ 196 ] {a3945bea-d52e-471f-9886-008e21606338::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 | ||
1820 | 2024.05.16 00:48:13.019277 [ 3 ] {d0364ff4-9a47-49ca-83e3-82ff6548b014} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1821 | 2024.05.16 00:48:13.019482 [ 3 ] {d0364ff4-9a47-49ca-83e3-82ff6548b014} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1822 | 2024.05.16 00:48:13.020207 [ 201 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1823 | 2024.05.16 00:48:13.020223 [ 196 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1824 | 2024.05.16 00:48:13.020301 [ 192 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1825 | 2024.05.16 00:48:13.020389 [ 3 ] {d0364ff4-9a47-49ca-83e3-82ff6548b014} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1826 | 2024.05.16 00:48:13.020480 [ 196 ] {a3945bea-d52e-471f-9886-008e21606338::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 | ||
1827 | 2024.05.16 00:48:13.020527 [ 192 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 20 rows starting from the beginning of the part | ||
1828 | 2024.05.16 00:48:13.020523 [ 201 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::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 | ||
1829 | 2024.05.16 00:48:13.020914 [ 196 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 51 rows starting from the beginning of the part | ||
1830 | 2024.05.16 00:48:13.021015 [ 192 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
1831 | 2024.05.16 00:48:13.021180 [ 201 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 75 rows starting from the beginning of the part | ||
1832 | 2024.05.16 00:48:13.021927 [ 192 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
1833 | 2024.05.16 00:48:13.022009 [ 196 ] {a3945bea-d52e-471f-9886-008e21606338::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 | ||
1834 | 2024.05.16 00:48:13.022554 [ 201 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::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 | ||
1835 | 2024.05.16 00:48:13.022946 [ 196 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 44 rows starting from the beginning of the part | ||
1836 | 2024.05.16 00:48:13.023188 [ 201 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 74 rows starting from the beginning of the part | ||
1837 | 2024.05.16 00:48:13.023179 [ 192 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 50 rows starting from the beginning of the part | ||
1838 | 2024.05.16 00:48:13.023810 [ 196 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 36 rows starting from the beginning of the part | ||
1839 | 2024.05.16 00:48:13.023819 [ 201 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part | ||
1840 | 2024.05.16 00:48:13.025374 [ 196 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 52 rows starting from the beginning of the part | ||
1841 | 2024.05.16 00:48:13.025379 [ 192 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
1842 | 2024.05.16 00:48:13.025408 [ 201 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 78 rows starting from the beginning of the part | ||
1843 | 2024.05.16 00:48:13.026431 [ 3 ] {d0364ff4-9a47-49ca-83e3-82ff6548b014} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1844 | 2024.05.16 00:48:13.026606 [ 3 ] {d0364ff4-9a47-49ca-83e3-82ff6548b014} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
1845 | 2024.05.16 00:48:13.027037 [ 192 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
1846 | 2024.05.16 00:48:13.030338 [ 3 ] {d0364ff4-9a47-49ca-83e3-82ff6548b014} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1847 | 2024.05.16 00:48:13.033901 [ 3 ] {d0364ff4-9a47-49ca-83e3-82ff6548b014} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1848 | 2024.05.16 00:48:13.034714 [ 73 ] {} <Debug> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1849 | 2024.05.16 00:48:13.034877 [ 73 ] {} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1850 | 2024.05.16 00:48:13.034905 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 4 columns (4 merged, 0 gathered) in 0.022460791 sec., 13757.307122442839 rows/sec., 1.13 MiB/sec. | ||
1851 | 2024.05.16 00:48:13.034988 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
1852 | 2024.05.16 00:48:13.035159 [ 3 ] {d0364ff4-9a47-49ca-83e3-82ff6548b014} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.015914 sec., 1885.1325876586652 rows/sec., 127.95 KiB/sec. | ||
1853 | 2024.05.16 00:48:13.035850 [ 187 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
1854 | 2024.05.16 00:48:13.035913 [ 196 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 239 rows, containing 4 columns (4 merged, 0 gathered) in 0.018815505 sec., 12702.289946509542 rows/sec., 1016.14 KiB/sec. | ||
1855 | 2024.05.16 00:48:13.036469 [ 190 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1856 | 2024.05.16 00:48:13.036586 [ 3 ] {d0364ff4-9a47-49ca-83e3-82ff6548b014} <Debug> DynamicQueryHandler: Done processing query | ||
1857 | 2024.05.16 00:48:13.036715 [ 3 ] {d0364ff4-9a47-49ca-83e3-82ff6548b014} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1858 | 2024.05.16 00:48:13.036695 [ 194 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1859 | 2024.05.16 00:48:13.036868 [ 3 ] {} <Debug> HTTP-Session: 3b945450-d688-47af-8f23-408c1bf94171 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1860 | 2024.05.16 00:48:13.037054 [ 187 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1861 | 2024.05.16 00:48:13.037110 [ 187 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part | ||
1862 | 2024.05.16 00:48:13.037579 [ 187 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
1863 | 2024.05.16 00:48:13.038091 [ 187 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
1864 | 2024.05.16 00:48:13.038475 [ 187 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 20 rows starting from the beginning of the part | ||
1865 | 2024.05.16 00:48:13.038743 [ 187 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part | ||
1866 | 2024.05.16 00:48:13.039358 [ 187 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part | ||
1867 | 2024.05.16 00:48:13.039387 [ 194 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_6_1} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1868 | 2024.05.16 00:48:13.039703 [ 190 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_6_1} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1869 | 2024.05.16 00:48:13.040470 [ 194 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_6_1} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1870 | 2024.05.16 00:48:13.040639 [ 192 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 290 rows, containing 5 columns (5 merged, 0 gathered) in 0.023585418 sec., 12295.732897335125 rows/sec., 877.34 KiB/sec. | ||
1871 | 2024.05.16 00:48:13.040832 [ 190 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_6_1} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1872 | 2024.05.16 00:48:13.040961 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
1873 | 2024.05.16 00:48:13.041081 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
1874 | 2024.05.16 00:48:13.041234 [ 186 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1875 | 2024.05.16 00:48:13.042509 [ 186 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1876 | 2024.05.16 00:48:13.042736 [ 186 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1877 | 2024.05.16 00:48:13.043019 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
1878 | 2024.05.16 00:48:13.043190 [ 187 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 128 rows, containing 4 columns (4 merged, 0 gathered) in 0.007910177 sec., 16181.685947103335 rows/sec., 1.09 MiB/sec. | ||
1879 | 2024.05.16 00:48:13.043320 [ 187 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1880 | 2024.05.16 00:48:13.043694 [ 187 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_6_1} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1881 | 2024.05.16 00:48:13.043765 [ 187 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_6_1} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1882 | 2024.05.16 00:48:13.043837 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
1883 | 2024.05.16 00:48:16.306549 [ 70 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1884 | 2024.05.16 00:48:16.306617 [ 70 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1885 | 2024.05.16 00:48:18.007307 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4269, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1886 | 2024.05.16 00:48:18.007431 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1887 | 2024.05.16 00:48:18.007459 [ 3 ] {} <Debug> HTTP-Session: 6649d04c-5cee-406a-88ba-b33480e43d15 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1888 | 2024.05.16 00:48:18.007486 [ 3 ] {} <Debug> HTTP-Session: 6649d04c-5cee-406a-88ba-b33480e43d15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1889 | 2024.05.16 00:48:18.007503 [ 3 ] {} <Debug> HTTP-Session: 6649d04c-5cee-406a-88ba-b33480e43d15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1890 | 2024.05.16 00:48:18.007559 [ 3 ] {} <Trace> HTTP-Session: 6649d04c-5cee-406a-88ba-b33480e43d15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1891 | 2024.05.16 00:48:18.007769 [ 3 ] {a152d422-8978-4047-a809-b25f848009f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1892 | 2024.05.16 00:48:18.007841 [ 3 ] {a152d422-8978-4047-a809-b25f848009f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1893 | 2024.05.16 00:48:18.008046 [ 3 ] {a152d422-8978-4047-a809-b25f848009f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1894 | 2024.05.16 00:48:18.008546 [ 3 ] {a152d422-8978-4047-a809-b25f848009f8} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1895 | 2024.05.16 00:48:18.008595 [ 3 ] {a152d422-8978-4047-a809-b25f848009f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
1896 | 2024.05.16 00:48:18.008975 [ 3 ] {a152d422-8978-4047-a809-b25f848009f8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1897 | 2024.05.16 00:48:18.009327 [ 3 ] {a152d422-8978-4047-a809-b25f848009f8} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1898 | 2024.05.16 00:48:18.009489 [ 3 ] {a152d422-8978-4047-a809-b25f848009f8} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.001788 sec., 16778.523489932886 rows/sec., 1.31 MiB/sec. | ||
1899 | 2024.05.16 00:48:18.009803 [ 3 ] {a152d422-8978-4047-a809-b25f848009f8} <Debug> DynamicQueryHandler: Done processing query | ||
1900 | 2024.05.16 00:48:18.009832 [ 3 ] {a152d422-8978-4047-a809-b25f848009f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1901 | 2024.05.16 00:48:18.009850 [ 3 ] {} <Debug> HTTP-Session: 6649d04c-5cee-406a-88ba-b33480e43d15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1902 | 2024.05.16 00:48:18.010015 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 6154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1903 | 2024.05.16 00:48:18.010068 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1904 | 2024.05.16 00:48:18.010088 [ 3 ] {} <Debug> HTTP-Session: 51fd16b7-3333-4887-a7c4-37193fdbd622 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1905 | 2024.05.16 00:48:18.010107 [ 3 ] {} <Debug> HTTP-Session: 51fd16b7-3333-4887-a7c4-37193fdbd622 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1906 | 2024.05.16 00:48:18.010120 [ 3 ] {} <Debug> HTTP-Session: 51fd16b7-3333-4887-a7c4-37193fdbd622 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1907 | 2024.05.16 00:48:18.010156 [ 3 ] {} <Trace> HTTP-Session: 51fd16b7-3333-4887-a7c4-37193fdbd622 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1908 | 2024.05.16 00:48:18.010274 [ 3 ] {3b0a167b-b99e-4d89-889d-9aa5a0e4398f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1909 | 2024.05.16 00:48:18.010320 [ 3 ] {3b0a167b-b99e-4d89-889d-9aa5a0e4398f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1910 | 2024.05.16 00:48:18.010474 [ 3 ] {3b0a167b-b99e-4d89-889d-9aa5a0e4398f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1911 | 2024.05.16 00:48:18.010816 [ 3 ] {3b0a167b-b99e-4d89-889d-9aa5a0e4398f} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1912 | 2024.05.16 00:48:18.010853 [ 3 ] {3b0a167b-b99e-4d89-889d-9aa5a0e4398f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
1913 | 2024.05.16 00:48:18.011167 [ 3 ] {3b0a167b-b99e-4d89-889d-9aa5a0e4398f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1914 | 2024.05.16 00:48:18.011496 [ 3 ] {3b0a167b-b99e-4d89-889d-9aa5a0e4398f} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1915 | 2024.05.16 00:48:18.011619 [ 3 ] {3b0a167b-b99e-4d89-889d-9aa5a0e4398f} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001383 sec., 26030.368763557486 rows/sec., 2.03 MiB/sec. | ||
1916 | 2024.05.16 00:48:18.011788 [ 3 ] {3b0a167b-b99e-4d89-889d-9aa5a0e4398f} <Debug> DynamicQueryHandler: Done processing query | ||
1917 | 2024.05.16 00:48:18.011812 [ 3 ] {3b0a167b-b99e-4d89-889d-9aa5a0e4398f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1918 | 2024.05.16 00:48:18.011828 [ 3 ] {} <Debug> HTTP-Session: 51fd16b7-3333-4887-a7c4-37193fdbd622 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1919 | 2024.05.16 00:48:18.011970 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 11582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1920 | 2024.05.16 00:48:18.012021 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1921 | 2024.05.16 00:48:18.012040 [ 3 ] {} <Debug> HTTP-Session: 5bf5c6d2-4552-4258-90ab-6f64fc3a7f98 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1922 | 2024.05.16 00:48:18.012057 [ 3 ] {} <Debug> HTTP-Session: 5bf5c6d2-4552-4258-90ab-6f64fc3a7f98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1923 | 2024.05.16 00:48:18.012070 [ 3 ] {} <Debug> HTTP-Session: 5bf5c6d2-4552-4258-90ab-6f64fc3a7f98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1924 | 2024.05.16 00:48:18.012101 [ 3 ] {} <Trace> HTTP-Session: 5bf5c6d2-4552-4258-90ab-6f64fc3a7f98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1925 | 2024.05.16 00:48:18.012241 [ 3 ] {d87fbdd8-847f-44c6-9f90-39f6d20f7cd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1926 | 2024.05.16 00:48:18.012290 [ 3 ] {d87fbdd8-847f-44c6-9f90-39f6d20f7cd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1927 | 2024.05.16 00:48:18.012432 [ 3 ] {d87fbdd8-847f-44c6-9f90-39f6d20f7cd7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1928 | 2024.05.16 00:48:18.012737 [ 3 ] {d87fbdd8-847f-44c6-9f90-39f6d20f7cd7} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1929 | 2024.05.16 00:48:18.012772 [ 3 ] {d87fbdd8-847f-44c6-9f90-39f6d20f7cd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
1930 | 2024.05.16 00:48:18.013150 [ 3 ] {d87fbdd8-847f-44c6-9f90-39f6d20f7cd7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1931 | 2024.05.16 00:48:18.013485 [ 3 ] {d87fbdd8-847f-44c6-9f90-39f6d20f7cd7} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1932 | 2024.05.16 00:48:18.013613 [ 3 ] {d87fbdd8-847f-44c6-9f90-39f6d20f7cd7} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001437 sec., 41753.65344467641 rows/sec., 2.93 MiB/sec. | ||
1933 | 2024.05.16 00:48:18.013772 [ 3 ] {d87fbdd8-847f-44c6-9f90-39f6d20f7cd7} <Debug> DynamicQueryHandler: Done processing query | ||
1934 | 2024.05.16 00:48:18.013796 [ 3 ] {d87fbdd8-847f-44c6-9f90-39f6d20f7cd7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1935 | 2024.05.16 00:48:18.013811 [ 3 ] {} <Debug> HTTP-Session: 5bf5c6d2-4552-4258-90ab-6f64fc3a7f98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1936 | 2024.05.16 00:48:18.013979 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4557, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1937 | 2024.05.16 00:48:18.014028 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1938 | 2024.05.16 00:48:18.014047 [ 3 ] {} <Debug> HTTP-Session: cc14ff21-4da8-4ccf-87b4-4453d73f207c Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1939 | 2024.05.16 00:48:18.014063 [ 3 ] {} <Debug> HTTP-Session: cc14ff21-4da8-4ccf-87b4-4453d73f207c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1940 | 2024.05.16 00:48:18.014077 [ 3 ] {} <Debug> HTTP-Session: cc14ff21-4da8-4ccf-87b4-4453d73f207c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1941 | 2024.05.16 00:48:18.014107 [ 3 ] {} <Trace> HTTP-Session: cc14ff21-4da8-4ccf-87b4-4453d73f207c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1942 | 2024.05.16 00:48:18.014211 [ 3 ] {2076c56c-af9d-4de4-ac51-700d51b4f10c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1943 | 2024.05.16 00:48:18.014255 [ 3 ] {2076c56c-af9d-4de4-ac51-700d51b4f10c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1944 | 2024.05.16 00:48:18.014376 [ 3 ] {2076c56c-af9d-4de4-ac51-700d51b4f10c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1945 | 2024.05.16 00:48:18.014643 [ 3 ] {2076c56c-af9d-4de4-ac51-700d51b4f10c} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1946 | 2024.05.16 00:48:18.014679 [ 3 ] {2076c56c-af9d-4de4-ac51-700d51b4f10c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
1947 | 2024.05.16 00:48:18.015027 [ 3 ] {2076c56c-af9d-4de4-ac51-700d51b4f10c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1948 | 2024.05.16 00:48:18.015343 [ 3 ] {2076c56c-af9d-4de4-ac51-700d51b4f10c} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1949 | 2024.05.16 00:48:18.015469 [ 3 ] {2076c56c-af9d-4de4-ac51-700d51b4f10c} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001291 sec., 23237.800154918667 rows/sec., 1.54 MiB/sec. | ||
1950 | 2024.05.16 00:48:18.015626 [ 3 ] {2076c56c-af9d-4de4-ac51-700d51b4f10c} <Debug> DynamicQueryHandler: Done processing query | ||
1951 | 2024.05.16 00:48:18.015650 [ 3 ] {2076c56c-af9d-4de4-ac51-700d51b4f10c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1952 | 2024.05.16 00:48:18.015666 [ 3 ] {} <Debug> HTTP-Session: cc14ff21-4da8-4ccf-87b4-4453d73f207c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1953 | 2024.05.16 00:48:23.009936 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1954 | 2024.05.16 00:48:23.010058 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1955 | 2024.05.16 00:48:23.010082 [ 3 ] {} <Debug> HTTP-Session: 218f85e4-1f53-46fa-9c82-b2d029cc5fa3 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1956 | 2024.05.16 00:48:23.010105 [ 3 ] {} <Debug> HTTP-Session: 218f85e4-1f53-46fa-9c82-b2d029cc5fa3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1957 | 2024.05.16 00:48:23.010119 [ 3 ] {} <Debug> HTTP-Session: 218f85e4-1f53-46fa-9c82-b2d029cc5fa3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1958 | 2024.05.16 00:48:23.010166 [ 3 ] {} <Trace> HTTP-Session: 218f85e4-1f53-46fa-9c82-b2d029cc5fa3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1959 | 2024.05.16 00:48:23.010349 [ 3 ] {038b2489-37e8-45a9-9cb8-03863eb76945} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1960 | 2024.05.16 00:48:23.010413 [ 3 ] {038b2489-37e8-45a9-9cb8-03863eb76945} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1961 | 2024.05.16 00:48:23.010590 [ 3 ] {038b2489-37e8-45a9-9cb8-03863eb76945} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1962 | 2024.05.16 00:48:23.011047 [ 3 ] {038b2489-37e8-45a9-9cb8-03863eb76945} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1963 | 2024.05.16 00:48:23.011090 [ 3 ] {038b2489-37e8-45a9-9cb8-03863eb76945} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
1964 | 2024.05.16 00:48:23.011454 [ 3 ] {038b2489-37e8-45a9-9cb8-03863eb76945} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1965 | 2024.05.16 00:48:23.011801 [ 3 ] {038b2489-37e8-45a9-9cb8-03863eb76945} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1966 | 2024.05.16 00:48:23.011942 [ 3 ] {038b2489-37e8-45a9-9cb8-03863eb76945} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001649 sec., 18192.844147968466 rows/sec., 1.44 MiB/sec. | ||
1967 | 2024.05.16 00:48:23.012159 [ 3 ] {038b2489-37e8-45a9-9cb8-03863eb76945} <Debug> DynamicQueryHandler: Done processing query | ||
1968 | 2024.05.16 00:48:23.012187 [ 3 ] {038b2489-37e8-45a9-9cb8-03863eb76945} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1969 | 2024.05.16 00:48:23.012203 [ 3 ] {} <Debug> HTTP-Session: 218f85e4-1f53-46fa-9c82-b2d029cc5fa3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1970 | 2024.05.16 00:48:23.012433 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 18012, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1971 | 2024.05.16 00:48:23.012485 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1972 | 2024.05.16 00:48:23.012504 [ 3 ] {} <Debug> HTTP-Session: ef1d42cf-f14f-4f8b-bf92-c5ad12542f75 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1973 | 2024.05.16 00:48:23.012523 [ 3 ] {} <Debug> HTTP-Session: ef1d42cf-f14f-4f8b-bf92-c5ad12542f75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1974 | 2024.05.16 00:48:23.012537 [ 3 ] {} <Debug> HTTP-Session: ef1d42cf-f14f-4f8b-bf92-c5ad12542f75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1975 | 2024.05.16 00:48:23.012572 [ 3 ] {} <Trace> HTTP-Session: ef1d42cf-f14f-4f8b-bf92-c5ad12542f75 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1976 | 2024.05.16 00:48:23.012759 [ 3 ] {a10fd35d-c319-4a04-a197-1a06beac2afd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1977 | 2024.05.16 00:48:23.012808 [ 3 ] {a10fd35d-c319-4a04-a197-1a06beac2afd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1978 | 2024.05.16 00:48:23.012937 [ 3 ] {a10fd35d-c319-4a04-a197-1a06beac2afd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1979 | 2024.05.16 00:48:23.013398 [ 3 ] {a10fd35d-c319-4a04-a197-1a06beac2afd} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1980 | 2024.05.16 00:48:23.013436 [ 3 ] {a10fd35d-c319-4a04-a197-1a06beac2afd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
1981 | 2024.05.16 00:48:23.013752 [ 3 ] {a10fd35d-c319-4a04-a197-1a06beac2afd} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1982 | 2024.05.16 00:48:23.014055 [ 3 ] {a10fd35d-c319-4a04-a197-1a06beac2afd} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1983 | 2024.05.16 00:48:23.014173 [ 3 ] {a10fd35d-c319-4a04-a197-1a06beac2afd} <Debug> executeQuery: Read 121 rows, 10.63 KiB in 0.001524 sec., 79396.32545931758 rows/sec., 6.81 MiB/sec. | ||
1984 | 2024.05.16 00:48:23.014403 [ 3 ] {a10fd35d-c319-4a04-a197-1a06beac2afd} <Debug> DynamicQueryHandler: Done processing query | ||
1985 | 2024.05.16 00:48:23.014434 [ 3 ] {a10fd35d-c319-4a04-a197-1a06beac2afd} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
1986 | 2024.05.16 00:48:23.014450 [ 3 ] {} <Debug> HTTP-Session: ef1d42cf-f14f-4f8b-bf92-c5ad12542f75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1987 | 2024.05.16 00:48:23.014597 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 181, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1988 | 2024.05.16 00:48:23.014647 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1989 | 2024.05.16 00:48:23.014666 [ 3 ] {} <Debug> HTTP-Session: 5402019a-dec3-4c6a-ba86-c152cad4c294 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
1990 | 2024.05.16 00:48:23.014683 [ 3 ] {} <Debug> HTTP-Session: 5402019a-dec3-4c6a-ba86-c152cad4c294 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1991 | 2024.05.16 00:48:23.014697 [ 3 ] {} <Debug> HTTP-Session: 5402019a-dec3-4c6a-ba86-c152cad4c294 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1992 | 2024.05.16 00:48:23.014733 [ 3 ] {} <Trace> HTTP-Session: 5402019a-dec3-4c6a-ba86-c152cad4c294 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1993 | 2024.05.16 00:48:23.014831 [ 3 ] {fcbc31f8-2068-452c-b4e2-5f4eab44386c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
1994 | 2024.05.16 00:48:23.014876 [ 3 ] {fcbc31f8-2068-452c-b4e2-5f4eab44386c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
1995 | 2024.05.16 00:48:23.015012 [ 3 ] {fcbc31f8-2068-452c-b4e2-5f4eab44386c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1996 | 2024.05.16 00:48:23.015266 [ 3 ] {fcbc31f8-2068-452c-b4e2-5f4eab44386c} <Trace> oximeter.fields_u32 (d24f6c79-4665-4980-a765-e0317ce4424d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1997 | 2024.05.16 00:48:23.015301 [ 3 ] {fcbc31f8-2068-452c-b4e2-5f4eab44386c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
1998 | 2024.05.16 00:48:23.015588 [ 3 ] {fcbc31f8-2068-452c-b4e2-5f4eab44386c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1999 | 2024.05.16 00:48:23.015893 [ 3 ] {fcbc31f8-2068-452c-b4e2-5f4eab44386c} <Trace> oximeter.fields_u32 (d24f6c79-4665-4980-a765-e0317ce4424d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2000 | 2024.05.16 00:48:23.016014 [ 3 ] {fcbc31f8-2068-452c-b4e2-5f4eab44386c} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.001207 sec., 828.5004142502072 rows/sec., 55.02 KiB/sec. | ||
2001 | 2024.05.16 00:48:23.016259 [ 3 ] {fcbc31f8-2068-452c-b4e2-5f4eab44386c} <Debug> DynamicQueryHandler: Done processing query | ||
2002 | 2024.05.16 00:48:23.016284 [ 3 ] {fcbc31f8-2068-452c-b4e2-5f4eab44386c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2003 | 2024.05.16 00:48:23.016299 [ 3 ] {} <Debug> HTTP-Session: 5402019a-dec3-4c6a-ba86-c152cad4c294 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2004 | 2024.05.16 00:48:23.016505 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 13452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2005 | 2024.05.16 00:48:23.016554 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2006 | 2024.05.16 00:48:23.016574 [ 3 ] {} <Debug> HTTP-Session: c4ed1d63-8981-4d5c-acda-02dd17737849 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2007 | 2024.05.16 00:48:23.016590 [ 3 ] {} <Debug> HTTP-Session: c4ed1d63-8981-4d5c-acda-02dd17737849 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2008 | 2024.05.16 00:48:23.016604 [ 3 ] {} <Debug> HTTP-Session: c4ed1d63-8981-4d5c-acda-02dd17737849 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2009 | 2024.05.16 00:48:23.016634 [ 3 ] {} <Trace> HTTP-Session: c4ed1d63-8981-4d5c-acda-02dd17737849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2010 | 2024.05.16 00:48:23.016749 [ 3 ] {b6da57d2-e058-42b5-a5b8-6734aaaec742} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2011 | 2024.05.16 00:48:23.016793 [ 3 ] {b6da57d2-e058-42b5-a5b8-6734aaaec742} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2012 | 2024.05.16 00:48:23.016928 [ 3 ] {b6da57d2-e058-42b5-a5b8-6734aaaec742} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2013 | 2024.05.16 00:48:23.017238 [ 3 ] {b6da57d2-e058-42b5-a5b8-6734aaaec742} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2014 | 2024.05.16 00:48:23.017274 [ 3 ] {b6da57d2-e058-42b5-a5b8-6734aaaec742} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
2015 | 2024.05.16 00:48:23.017588 [ 3 ] {b6da57d2-e058-42b5-a5b8-6734aaaec742} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2016 | 2024.05.16 00:48:23.017894 [ 3 ] {b6da57d2-e058-42b5-a5b8-6734aaaec742} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2017 | 2024.05.16 00:48:23.018014 [ 3 ] {b6da57d2-e058-42b5-a5b8-6734aaaec742} <Debug> executeQuery: Read 79 rows, 6.34 KiB in 0.001308 sec., 60397.55351681958 rows/sec., 4.73 MiB/sec. | ||
2018 | 2024.05.16 00:48:23.018333 [ 3 ] {b6da57d2-e058-42b5-a5b8-6734aaaec742} <Debug> DynamicQueryHandler: Done processing query | ||
2019 | 2024.05.16 00:48:23.018368 [ 3 ] {b6da57d2-e058-42b5-a5b8-6734aaaec742} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2020 | 2024.05.16 00:48:23.018391 [ 3 ] {} <Debug> HTTP-Session: c4ed1d63-8981-4d5c-acda-02dd17737849 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2021 | 2024.05.16 00:48:23.018597 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 11582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2022 | 2024.05.16 00:48:23.018650 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2023 | 2024.05.16 00:48:23.018669 [ 3 ] {} <Debug> HTTP-Session: a6887007-e8ff-4c49-8f9a-f661a0a3ca44 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2024 | 2024.05.16 00:48:23.018685 [ 3 ] {} <Debug> HTTP-Session: a6887007-e8ff-4c49-8f9a-f661a0a3ca44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2025 | 2024.05.16 00:48:23.018698 [ 3 ] {} <Debug> HTTP-Session: a6887007-e8ff-4c49-8f9a-f661a0a3ca44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2026 | 2024.05.16 00:48:23.018729 [ 3 ] {} <Trace> HTTP-Session: a6887007-e8ff-4c49-8f9a-f661a0a3ca44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2027 | 2024.05.16 00:48:23.018875 [ 3 ] {ce2b1d85-0d71-4a28-83ae-ae426078a839} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2028 | 2024.05.16 00:48:23.018922 [ 3 ] {ce2b1d85-0d71-4a28-83ae-ae426078a839} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2029 | 2024.05.16 00:48:23.019085 [ 3 ] {ce2b1d85-0d71-4a28-83ae-ae426078a839} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2030 | 2024.05.16 00:48:23.019389 [ 3 ] {ce2b1d85-0d71-4a28-83ae-ae426078a839} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2031 | 2024.05.16 00:48:23.019424 [ 3 ] {ce2b1d85-0d71-4a28-83ae-ae426078a839} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
2032 | 2024.05.16 00:48:23.019794 [ 3 ] {ce2b1d85-0d71-4a28-83ae-ae426078a839} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2033 | 2024.05.16 00:48:23.020136 [ 3 ] {ce2b1d85-0d71-4a28-83ae-ae426078a839} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2034 | 2024.05.16 00:48:23.020267 [ 3 ] {ce2b1d85-0d71-4a28-83ae-ae426078a839} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001462 sec., 41039.67168262654 rows/sec., 2.88 MiB/sec. | ||
2035 | 2024.05.16 00:48:23.020548 [ 3 ] {ce2b1d85-0d71-4a28-83ae-ae426078a839} <Debug> DynamicQueryHandler: Done processing query | ||
2036 | 2024.05.16 00:48:23.020573 [ 3 ] {ce2b1d85-0d71-4a28-83ae-ae426078a839} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2037 | 2024.05.16 00:48:23.020589 [ 3 ] {} <Debug> HTTP-Session: a6887007-e8ff-4c49-8f9a-f661a0a3ca44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2038 | 2024.05.16 00:48:23.020716 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 212, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2039 | 2024.05.16 00:48:23.020764 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2040 | 2024.05.16 00:48:23.020783 [ 3 ] {} <Debug> HTTP-Session: 57211356-82ed-47f1-99c5-1fdb6e29dafb Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2041 | 2024.05.16 00:48:23.020799 [ 3 ] {} <Debug> HTTP-Session: 57211356-82ed-47f1-99c5-1fdb6e29dafb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2042 | 2024.05.16 00:48:23.020813 [ 3 ] {} <Debug> HTTP-Session: 57211356-82ed-47f1-99c5-1fdb6e29dafb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2043 | 2024.05.16 00:48:23.020842 [ 3 ] {} <Trace> HTTP-Session: 57211356-82ed-47f1-99c5-1fdb6e29dafb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2044 | 2024.05.16 00:48:23.020934 [ 3 ] {a22a80bf-a634-44a0-ae3b-d35e8d3ceaff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
2045 | 2024.05.16 00:48:23.020979 [ 3 ] {a22a80bf-a634-44a0-ae3b-d35e8d3ceaff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
2046 | 2024.05.16 00:48:23.021123 [ 3 ] {a22a80bf-a634-44a0-ae3b-d35e8d3ceaff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2047 | 2024.05.16 00:48:23.021378 [ 3 ] {a22a80bf-a634-44a0-ae3b-d35e8d3ceaff} <Trace> oximeter.measurements_f64 (7f78ddcb-2ad3-42eb-9550-382413f2ff91): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2048 | 2024.05.16 00:48:23.021413 [ 3 ] {a22a80bf-a634-44a0-ae3b-d35e8d3ceaff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
2049 | 2024.05.16 00:48:23.021751 [ 3 ] {a22a80bf-a634-44a0-ae3b-d35e8d3ceaff} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2050 | 2024.05.16 00:48:23.022073 [ 3 ] {a22a80bf-a634-44a0-ae3b-d35e8d3ceaff} <Trace> oximeter.measurements_f64 (7f78ddcb-2ad3-42eb-9550-382413f2ff91): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2051 | 2024.05.16 00:48:23.022207 [ 3 ] {a22a80bf-a634-44a0-ae3b-d35e8d3ceaff} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.001287 sec., 777.000777000777 rows/sec., 49.32 KiB/sec. | ||
2052 | 2024.05.16 00:48:23.022480 [ 3 ] {a22a80bf-a634-44a0-ae3b-d35e8d3ceaff} <Debug> DynamicQueryHandler: Done processing query | ||
2053 | 2024.05.16 00:48:23.022506 [ 3 ] {a22a80bf-a634-44a0-ae3b-d35e8d3ceaff} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
2054 | 2024.05.16 00:48:23.022522 [ 3 ] {} <Debug> HTTP-Session: 57211356-82ed-47f1-99c5-1fdb6e29dafb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2055 | 2024.05.16 00:48:23.022730 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 32119, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2056 | 2024.05.16 00:48:23.022780 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2057 | 2024.05.16 00:48:23.022800 [ 3 ] {} <Debug> HTTP-Session: 1f8ead2c-9154-48b3-a566-d7d141fb458c Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2058 | 2024.05.16 00:48:23.022816 [ 3 ] {} <Debug> HTTP-Session: 1f8ead2c-9154-48b3-a566-d7d141fb458c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2059 | 2024.05.16 00:48:23.022830 [ 3 ] {} <Debug> HTTP-Session: 1f8ead2c-9154-48b3-a566-d7d141fb458c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2060 | 2024.05.16 00:48:23.022859 [ 3 ] {} <Trace> HTTP-Session: 1f8ead2c-9154-48b3-a566-d7d141fb458c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2061 | 2024.05.16 00:48:23.023451 [ 3 ] {8547a280-bd5d-43e6-a00b-c20c2dbee187} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2062 | 2024.05.16 00:48:23.023499 [ 3 ] {8547a280-bd5d-43e6-a00b-c20c2dbee187} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2063 | 2024.05.16 00:48:23.023675 [ 3 ] {8547a280-bd5d-43e6-a00b-c20c2dbee187} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2064 | 2024.05.16 00:48:23.024114 [ 3 ] {8547a280-bd5d-43e6-a00b-c20c2dbee187} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2065 | 2024.05.16 00:48:23.024239 [ 3 ] {8547a280-bd5d-43e6-a00b-c20c2dbee187} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
2066 | 2024.05.16 00:48:23.024726 [ 3 ] {8547a280-bd5d-43e6-a00b-c20c2dbee187} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2067 | 2024.05.16 00:48:23.025074 [ 3 ] {8547a280-bd5d-43e6-a00b-c20c2dbee187} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2068 | 2024.05.16 00:48:23.025207 [ 3 ] {8547a280-bd5d-43e6-a00b-c20c2dbee187} <Debug> executeQuery: Read 30 rows, 41.46 KiB in 0.002274 sec., 13192.612137203167 rows/sec., 17.80 MiB/sec. | ||
2069 | 2024.05.16 00:48:23.025360 [ 3 ] {8547a280-bd5d-43e6-a00b-c20c2dbee187} <Debug> DynamicQueryHandler: Done processing query | ||
2070 | 2024.05.16 00:48:23.025385 [ 3 ] {8547a280-bd5d-43e6-a00b-c20c2dbee187} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
2071 | 2024.05.16 00:48:23.025401 [ 3 ] {} <Debug> HTTP-Session: 1f8ead2c-9154-48b3-a566-d7d141fb458c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2072 | 2024.05.16 00:48:23.025543 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 2406, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2073 | 2024.05.16 00:48:23.025591 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2074 | 2024.05.16 00:48:23.025611 [ 3 ] {} <Debug> HTTP-Session: e6cae9d1-dc9c-4bb9-8737-d02cda2a2a46 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2075 | 2024.05.16 00:48:23.025628 [ 3 ] {} <Debug> HTTP-Session: e6cae9d1-dc9c-4bb9-8737-d02cda2a2a46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2076 | 2024.05.16 00:48:23.025735 [ 3 ] {} <Debug> HTTP-Session: e6cae9d1-dc9c-4bb9-8737-d02cda2a2a46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2077 | 2024.05.16 00:48:23.025767 [ 3 ] {} <Trace> HTTP-Session: e6cae9d1-dc9c-4bb9-8737-d02cda2a2a46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2078 | 2024.05.16 00:48:23.025867 [ 3 ] {874fcc4f-acce-4750-a414-af4818773b5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
2079 | 2024.05.16 00:48:23.025911 [ 3 ] {874fcc4f-acce-4750-a414-af4818773b5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2080 | 2024.05.16 00:48:23.026033 [ 3 ] {874fcc4f-acce-4750-a414-af4818773b5f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2081 | 2024.05.16 00:48:23.026291 [ 3 ] {874fcc4f-acce-4750-a414-af4818773b5f} <Trace> oximeter.measurements_i64 (74e24dc1-baa9-43be-8658-e526ae654bba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2082 | 2024.05.16 00:48:23.026326 [ 3 ] {874fcc4f-acce-4750-a414-af4818773b5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
2083 | 2024.05.16 00:48:23.026673 [ 3 ] {874fcc4f-acce-4750-a414-af4818773b5f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2084 | 2024.05.16 00:48:23.026995 [ 3 ] {874fcc4f-acce-4750-a414-af4818773b5f} <Trace> oximeter.measurements_i64 (74e24dc1-baa9-43be-8658-e526ae654bba): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2085 | 2024.05.16 00:48:23.027116 [ 3 ] {874fcc4f-acce-4750-a414-af4818773b5f} <Debug> executeQuery: Read 15 rows, 1.09 KiB in 0.001275 sec., 11764.70588235294 rows/sec., 853.25 KiB/sec. | ||
2086 | 2024.05.16 00:48:23.027379 [ 3 ] {874fcc4f-acce-4750-a414-af4818773b5f} <Debug> DynamicQueryHandler: Done processing query | ||
2087 | 2024.05.16 00:48:23.027405 [ 3 ] {874fcc4f-acce-4750-a414-af4818773b5f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2088 | 2024.05.16 00:48:23.027421 [ 3 ] {} <Debug> HTTP-Session: e6cae9d1-dc9c-4bb9-8737-d02cda2a2a46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2089 | 2024.05.16 00:48:23.027537 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4557, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2090 | 2024.05.16 00:48:23.027585 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2091 | 2024.05.16 00:48:23.027604 [ 3 ] {} <Debug> HTTP-Session: fe625ada-6087-48b9-9247-1557b8ef8c17 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2092 | 2024.05.16 00:48:23.027621 [ 3 ] {} <Debug> HTTP-Session: fe625ada-6087-48b9-9247-1557b8ef8c17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2093 | 2024.05.16 00:48:23.027634 [ 3 ] {} <Debug> HTTP-Session: fe625ada-6087-48b9-9247-1557b8ef8c17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2094 | 2024.05.16 00:48:23.027665 [ 3 ] {} <Trace> HTTP-Session: fe625ada-6087-48b9-9247-1557b8ef8c17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2095 | 2024.05.16 00:48:23.027769 [ 3 ] {194583b3-6ba2-489d-bf67-925ceaf7447a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2096 | 2024.05.16 00:48:23.027814 [ 3 ] {194583b3-6ba2-489d-bf67-925ceaf7447a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2097 | 2024.05.16 00:48:23.027960 [ 3 ] {194583b3-6ba2-489d-bf67-925ceaf7447a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2098 | 2024.05.16 00:48:23.028226 [ 3 ] {194583b3-6ba2-489d-bf67-925ceaf7447a} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2099 | 2024.05.16 00:48:23.028262 [ 3 ] {194583b3-6ba2-489d-bf67-925ceaf7447a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
2100 | 2024.05.16 00:48:23.028607 [ 3 ] {194583b3-6ba2-489d-bf67-925ceaf7447a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2101 | 2024.05.16 00:48:23.028946 [ 3 ] {194583b3-6ba2-489d-bf67-925ceaf7447a} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2102 | 2024.05.16 00:48:23.029075 [ 3 ] {194583b3-6ba2-489d-bf67-925ceaf7447a} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001334 sec., 22488.755622188906 rows/sec., 1.49 MiB/sec. | ||
2103 | 2024.05.16 00:48:23.029334 [ 3 ] {194583b3-6ba2-489d-bf67-925ceaf7447a} <Debug> DynamicQueryHandler: Done processing query | ||
2104 | 2024.05.16 00:48:23.029359 [ 3 ] {194583b3-6ba2-489d-bf67-925ceaf7447a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2105 | 2024.05.16 00:48:23.029377 [ 3 ] {} <Debug> HTTP-Session: fe625ada-6087-48b9-9247-1557b8ef8c17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2106 | 2024.05.16 00:48:28.007081 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4269, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2107 | 2024.05.16 00:48:28.007212 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2108 | 2024.05.16 00:48:28.007241 [ 3 ] {} <Debug> HTTP-Session: 790e2952-6126-41e8-8c37-ffac9d85fc25 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2109 | 2024.05.16 00:48:28.007268 [ 3 ] {} <Debug> HTTP-Session: 790e2952-6126-41e8-8c37-ffac9d85fc25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2110 | 2024.05.16 00:48:28.007286 [ 3 ] {} <Debug> HTTP-Session: 790e2952-6126-41e8-8c37-ffac9d85fc25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2111 | 2024.05.16 00:48:28.007339 [ 3 ] {} <Trace> HTTP-Session: 790e2952-6126-41e8-8c37-ffac9d85fc25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2112 | 2024.05.16 00:48:28.007534 [ 3 ] {84ccd0e3-dd84-4b9f-8345-1f5737819870} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2113 | 2024.05.16 00:48:28.007597 [ 3 ] {84ccd0e3-dd84-4b9f-8345-1f5737819870} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2114 | 2024.05.16 00:48:28.007777 [ 3 ] {84ccd0e3-dd84-4b9f-8345-1f5737819870} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2115 | 2024.05.16 00:48:28.008183 [ 3 ] {84ccd0e3-dd84-4b9f-8345-1f5737819870} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2116 | 2024.05.16 00:48:28.008226 [ 3 ] {84ccd0e3-dd84-4b9f-8345-1f5737819870} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
2117 | 2024.05.16 00:48:28.008564 [ 3 ] {84ccd0e3-dd84-4b9f-8345-1f5737819870} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2118 | 2024.05.16 00:48:28.008954 [ 3 ] {84ccd0e3-dd84-4b9f-8345-1f5737819870} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2119 | 2024.05.16 00:48:28.009118 [ 3 ] {84ccd0e3-dd84-4b9f-8345-1f5737819870} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.001632 sec., 18382.352941176472 rows/sec., 1.44 MiB/sec. | ||
2120 | 2024.05.16 00:48:28.009407 [ 3 ] {84ccd0e3-dd84-4b9f-8345-1f5737819870} <Debug> DynamicQueryHandler: Done processing query | ||
2121 | 2024.05.16 00:48:28.009435 [ 3 ] {84ccd0e3-dd84-4b9f-8345-1f5737819870} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2122 | 2024.05.16 00:48:28.009452 [ 3 ] {} <Debug> HTTP-Session: 790e2952-6126-41e8-8c37-ffac9d85fc25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2123 | 2024.05.16 00:48:28.009592 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 6154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2124 | 2024.05.16 00:48:28.009647 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2125 | 2024.05.16 00:48:28.009667 [ 3 ] {} <Debug> HTTP-Session: f82b6458-1edd-4ea7-b3ca-a656aca5bc44 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2126 | 2024.05.16 00:48:28.009685 [ 3 ] {} <Debug> HTTP-Session: f82b6458-1edd-4ea7-b3ca-a656aca5bc44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2127 | 2024.05.16 00:48:28.009699 [ 3 ] {} <Debug> HTTP-Session: f82b6458-1edd-4ea7-b3ca-a656aca5bc44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2128 | 2024.05.16 00:48:28.009734 [ 3 ] {} <Trace> HTTP-Session: f82b6458-1edd-4ea7-b3ca-a656aca5bc44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2129 | 2024.05.16 00:48:28.009853 [ 3 ] {bb7b308e-6ad4-4aed-9c77-d2229f582e49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2130 | 2024.05.16 00:48:28.009900 [ 3 ] {bb7b308e-6ad4-4aed-9c77-d2229f582e49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2131 | 2024.05.16 00:48:28.010051 [ 3 ] {bb7b308e-6ad4-4aed-9c77-d2229f582e49} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2132 | 2024.05.16 00:48:28.010370 [ 3 ] {bb7b308e-6ad4-4aed-9c77-d2229f582e49} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2133 | 2024.05.16 00:48:28.010407 [ 3 ] {bb7b308e-6ad4-4aed-9c77-d2229f582e49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
2134 | 2024.05.16 00:48:28.010719 [ 3 ] {bb7b308e-6ad4-4aed-9c77-d2229f582e49} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2135 | 2024.05.16 00:48:28.011026 [ 3 ] {bb7b308e-6ad4-4aed-9c77-d2229f582e49} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2136 | 2024.05.16 00:48:28.011181 [ 3 ] {bb7b308e-6ad4-4aed-9c77-d2229f582e49} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001368 sec., 26315.78947368421 rows/sec., 2.06 MiB/sec. | ||
2137 | 2024.05.16 00:48:28.011337 [ 3 ] {bb7b308e-6ad4-4aed-9c77-d2229f582e49} <Debug> DynamicQueryHandler: Done processing query | ||
2138 | 2024.05.16 00:48:28.011362 [ 3 ] {bb7b308e-6ad4-4aed-9c77-d2229f582e49} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2139 | 2024.05.16 00:48:28.011378 [ 3 ] {} <Debug> HTTP-Session: f82b6458-1edd-4ea7-b3ca-a656aca5bc44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2140 | 2024.05.16 00:48:28.011530 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 11582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2141 | 2024.05.16 00:48:28.011577 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2142 | 2024.05.16 00:48:28.011596 [ 3 ] {} <Debug> HTTP-Session: 100d6c35-13d1-40c2-a174-2fca0d44c469 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2143 | 2024.05.16 00:48:28.011614 [ 3 ] {} <Debug> HTTP-Session: 100d6c35-13d1-40c2-a174-2fca0d44c469 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2144 | 2024.05.16 00:48:28.011628 [ 3 ] {} <Debug> HTTP-Session: 100d6c35-13d1-40c2-a174-2fca0d44c469 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2145 | 2024.05.16 00:48:28.011658 [ 3 ] {} <Trace> HTTP-Session: 100d6c35-13d1-40c2-a174-2fca0d44c469 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2146 | 2024.05.16 00:48:28.011775 [ 3 ] {c41fa25e-c452-47f5-9e3c-faec053f9b19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2147 | 2024.05.16 00:48:28.011828 [ 3 ] {c41fa25e-c452-47f5-9e3c-faec053f9b19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2148 | 2024.05.16 00:48:28.011975 [ 3 ] {c41fa25e-c452-47f5-9e3c-faec053f9b19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2149 | 2024.05.16 00:48:28.012285 [ 3 ] {c41fa25e-c452-47f5-9e3c-faec053f9b19} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2150 | 2024.05.16 00:48:28.012321 [ 3 ] {c41fa25e-c452-47f5-9e3c-faec053f9b19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
2151 | 2024.05.16 00:48:28.012725 [ 3 ] {c41fa25e-c452-47f5-9e3c-faec053f9b19} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2152 | 2024.05.16 00:48:28.013065 [ 3 ] {c41fa25e-c452-47f5-9e3c-faec053f9b19} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2153 | 2024.05.16 00:48:28.013227 [ 3 ] {c41fa25e-c452-47f5-9e3c-faec053f9b19} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001493 sec., 40187.54186202277 rows/sec., 2.82 MiB/sec. | ||
2154 | 2024.05.16 00:48:28.013517 [ 3 ] {c41fa25e-c452-47f5-9e3c-faec053f9b19} <Debug> DynamicQueryHandler: Done processing query | ||
2155 | 2024.05.16 00:48:28.013542 [ 3 ] {c41fa25e-c452-47f5-9e3c-faec053f9b19} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2156 | 2024.05.16 00:48:28.013558 [ 3 ] {} <Debug> HTTP-Session: 100d6c35-13d1-40c2-a174-2fca0d44c469 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2157 | 2024.05.16 00:48:28.013760 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4557, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2158 | 2024.05.16 00:48:28.013809 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2159 | 2024.05.16 00:48:28.013829 [ 3 ] {} <Debug> HTTP-Session: 3b7717fd-1eb2-4ab1-9eb4-8c55e871bc4c Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2160 | 2024.05.16 00:48:28.013846 [ 3 ] {} <Debug> HTTP-Session: 3b7717fd-1eb2-4ab1-9eb4-8c55e871bc4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2161 | 2024.05.16 00:48:28.013859 [ 3 ] {} <Debug> HTTP-Session: 3b7717fd-1eb2-4ab1-9eb4-8c55e871bc4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2162 | 2024.05.16 00:48:28.013889 [ 3 ] {} <Trace> HTTP-Session: 3b7717fd-1eb2-4ab1-9eb4-8c55e871bc4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2163 | 2024.05.16 00:48:28.013996 [ 3 ] {f8ec661f-ea68-4b70-af0b-943b37c2829c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2164 | 2024.05.16 00:48:28.014042 [ 3 ] {f8ec661f-ea68-4b70-af0b-943b37c2829c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2165 | 2024.05.16 00:48:28.014184 [ 3 ] {f8ec661f-ea68-4b70-af0b-943b37c2829c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2166 | 2024.05.16 00:48:28.014440 [ 3 ] {f8ec661f-ea68-4b70-af0b-943b37c2829c} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2167 | 2024.05.16 00:48:28.014476 [ 3 ] {f8ec661f-ea68-4b70-af0b-943b37c2829c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
2168 | 2024.05.16 00:48:28.014825 [ 3 ] {f8ec661f-ea68-4b70-af0b-943b37c2829c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2169 | 2024.05.16 00:48:28.015139 [ 3 ] {f8ec661f-ea68-4b70-af0b-943b37c2829c} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2170 | 2024.05.16 00:48:28.015293 [ 3 ] {f8ec661f-ea68-4b70-af0b-943b37c2829c} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001331 sec., 22539.444027047335 rows/sec., 1.49 MiB/sec. | ||
2171 | 2024.05.16 00:48:28.015458 [ 3 ] {f8ec661f-ea68-4b70-af0b-943b37c2829c} <Debug> DynamicQueryHandler: Done processing query | ||
2172 | 2024.05.16 00:48:28.015484 [ 3 ] {f8ec661f-ea68-4b70-af0b-943b37c2829c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2173 | 2024.05.16 00:48:28.015499 [ 3 ] {} <Debug> HTTP-Session: 3b7717fd-1eb2-4ab1-9eb4-8c55e871bc4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2174 | 2024.05.16 00:48:31.306664 [ 56 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2175 | 2024.05.16 00:48:31.306732 [ 56 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2176 | 2024.05.16 00:48:33.008850 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2177 | 2024.05.16 00:48:33.008961 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2178 | 2024.05.16 00:48:33.008990 [ 3 ] {} <Debug> HTTP-Session: df20969c-3ddd-4c7a-9f28-41fb10e647d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2179 | 2024.05.16 00:48:33.009017 [ 3 ] {} <Debug> HTTP-Session: df20969c-3ddd-4c7a-9f28-41fb10e647d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2180 | 2024.05.16 00:48:33.009036 [ 3 ] {} <Debug> HTTP-Session: df20969c-3ddd-4c7a-9f28-41fb10e647d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2181 | 2024.05.16 00:48:33.009091 [ 3 ] {} <Trace> HTTP-Session: df20969c-3ddd-4c7a-9f28-41fb10e647d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2182 | 2024.05.16 00:48:33.009296 [ 3 ] {5b5f49e2-3a6e-44de-8d4c-03ad91b8c694} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2183 | 2024.05.16 00:48:33.009367 [ 3 ] {5b5f49e2-3a6e-44de-8d4c-03ad91b8c694} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2184 | 2024.05.16 00:48:33.009581 [ 3 ] {5b5f49e2-3a6e-44de-8d4c-03ad91b8c694} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2185 | 2024.05.16 00:48:33.010027 [ 3 ] {5b5f49e2-3a6e-44de-8d4c-03ad91b8c694} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2186 | 2024.05.16 00:48:33.010069 [ 3 ] {5b5f49e2-3a6e-44de-8d4c-03ad91b8c694} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
2187 | 2024.05.16 00:48:33.010448 [ 3 ] {5b5f49e2-3a6e-44de-8d4c-03ad91b8c694} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2188 | 2024.05.16 00:48:33.010783 [ 3 ] {5b5f49e2-3a6e-44de-8d4c-03ad91b8c694} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2189 | 2024.05.16 00:48:33.010956 [ 3 ] {5b5f49e2-3a6e-44de-8d4c-03ad91b8c694} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001711 sec., 17533.606078316774 rows/sec., 1.39 MiB/sec. | ||
2190 | 2024.05.16 00:48:33.011154 [ 3 ] {5b5f49e2-3a6e-44de-8d4c-03ad91b8c694} <Debug> DynamicQueryHandler: Done processing query | ||
2191 | 2024.05.16 00:48:33.011182 [ 3 ] {5b5f49e2-3a6e-44de-8d4c-03ad91b8c694} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2192 | 2024.05.16 00:48:33.011198 [ 3 ] {} <Debug> HTTP-Session: df20969c-3ddd-4c7a-9f28-41fb10e647d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2193 | 2024.05.16 00:48:33.011346 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 17859, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2194 | 2024.05.16 00:48:33.011401 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2195 | 2024.05.16 00:48:33.011421 [ 3 ] {} <Debug> HTTP-Session: 6cf34b86-0412-47f5-9c70-b4d938392ab6 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2196 | 2024.05.16 00:48:33.011438 [ 3 ] {} <Debug> HTTP-Session: 6cf34b86-0412-47f5-9c70-b4d938392ab6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2197 | 2024.05.16 00:48:33.011453 [ 3 ] {} <Debug> HTTP-Session: 6cf34b86-0412-47f5-9c70-b4d938392ab6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2198 | 2024.05.16 00:48:33.011488 [ 3 ] {} <Trace> HTTP-Session: 6cf34b86-0412-47f5-9c70-b4d938392ab6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2199 | 2024.05.16 00:48:33.011623 [ 3 ] {19955062-25ea-4257-8a5e-6e8221d9ccf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2200 | 2024.05.16 00:48:33.011670 [ 3 ] {19955062-25ea-4257-8a5e-6e8221d9ccf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2201 | 2024.05.16 00:48:33.011801 [ 3 ] {19955062-25ea-4257-8a5e-6e8221d9ccf9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2202 | 2024.05.16 00:48:33.012150 [ 3 ] {19955062-25ea-4257-8a5e-6e8221d9ccf9} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2203 | 2024.05.16 00:48:33.012188 [ 3 ] {19955062-25ea-4257-8a5e-6e8221d9ccf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
2204 | 2024.05.16 00:48:33.012540 [ 3 ] {19955062-25ea-4257-8a5e-6e8221d9ccf9} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2205 | 2024.05.16 00:48:33.012852 [ 3 ] {19955062-25ea-4257-8a5e-6e8221d9ccf9} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2206 | 2024.05.16 00:48:33.013018 [ 3 ] {19955062-25ea-4257-8a5e-6e8221d9ccf9} <Debug> executeQuery: Read 120 rows, 10.54 KiB in 0.001436 sec., 83565.45961002786 rows/sec., 7.17 MiB/sec. | ||
2207 | 2024.05.16 00:48:33.013209 [ 3 ] {19955062-25ea-4257-8a5e-6e8221d9ccf9} <Debug> DynamicQueryHandler: Done processing query | ||
2208 | 2024.05.16 00:48:33.013234 [ 3 ] {19955062-25ea-4257-8a5e-6e8221d9ccf9} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2209 | 2024.05.16 00:48:33.013250 [ 3 ] {} <Debug> HTTP-Session: 6cf34b86-0412-47f5-9c70-b4d938392ab6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2210 | 2024.05.16 00:48:33.013413 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 11235, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2211 | 2024.05.16 00:48:33.013462 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2212 | 2024.05.16 00:48:33.013482 [ 3 ] {} <Debug> HTTP-Session: ae8ec2b7-2937-40b4-a2c4-d7a234f06213 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2213 | 2024.05.16 00:48:33.013500 [ 3 ] {} <Debug> HTTP-Session: ae8ec2b7-2937-40b4-a2c4-d7a234f06213 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2214 | 2024.05.16 00:48:33.013513 [ 3 ] {} <Debug> HTTP-Session: ae8ec2b7-2937-40b4-a2c4-d7a234f06213 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2215 | 2024.05.16 00:48:33.013545 [ 3 ] {} <Trace> HTTP-Session: ae8ec2b7-2937-40b4-a2c4-d7a234f06213 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2216 | 2024.05.16 00:48:33.013663 [ 3 ] {29232465-8dbd-4e31-bdcb-e70adc3fbf37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2217 | 2024.05.16 00:48:33.013706 [ 3 ] {29232465-8dbd-4e31-bdcb-e70adc3fbf37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2218 | 2024.05.16 00:48:33.013832 [ 3 ] {29232465-8dbd-4e31-bdcb-e70adc3fbf37} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2219 | 2024.05.16 00:48:33.014145 [ 3 ] {29232465-8dbd-4e31-bdcb-e70adc3fbf37} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2220 | 2024.05.16 00:48:33.014182 [ 3 ] {29232465-8dbd-4e31-bdcb-e70adc3fbf37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
2221 | 2024.05.16 00:48:33.014489 [ 3 ] {29232465-8dbd-4e31-bdcb-e70adc3fbf37} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2222 | 2024.05.16 00:48:33.014797 [ 3 ] {29232465-8dbd-4e31-bdcb-e70adc3fbf37} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2223 | 2024.05.16 00:48:33.014963 [ 3 ] {29232465-8dbd-4e31-bdcb-e70adc3fbf37} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001336 sec., 49401.197604790425 rows/sec., 3.86 MiB/sec. | ||
2224 | 2024.05.16 00:48:33.015266 [ 3 ] {29232465-8dbd-4e31-bdcb-e70adc3fbf37} <Debug> DynamicQueryHandler: Done processing query | ||
2225 | 2024.05.16 00:48:33.015292 [ 3 ] {29232465-8dbd-4e31-bdcb-e70adc3fbf37} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2226 | 2024.05.16 00:48:33.015307 [ 3 ] {} <Debug> HTTP-Session: ae8ec2b7-2937-40b4-a2c4-d7a234f06213 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2227 | 2024.05.16 00:48:33.015480 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 11582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2228 | 2024.05.16 00:48:33.015529 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2229 | 2024.05.16 00:48:33.015548 [ 3 ] {} <Debug> HTTP-Session: ebd0f00f-d137-4270-9acc-97601b9e3312 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2230 | 2024.05.16 00:48:33.015564 [ 3 ] {} <Debug> HTTP-Session: ebd0f00f-d137-4270-9acc-97601b9e3312 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2231 | 2024.05.16 00:48:33.015578 [ 3 ] {} <Debug> HTTP-Session: ebd0f00f-d137-4270-9acc-97601b9e3312 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2232 | 2024.05.16 00:48:33.015609 [ 3 ] {} <Trace> HTTP-Session: ebd0f00f-d137-4270-9acc-97601b9e3312 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2233 | 2024.05.16 00:48:33.015728 [ 3 ] {791f2b7d-6586-4422-b1b8-9c2b1065ec92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2234 | 2024.05.16 00:48:33.015776 [ 3 ] {791f2b7d-6586-4422-b1b8-9c2b1065ec92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2235 | 2024.05.16 00:48:33.015936 [ 3 ] {791f2b7d-6586-4422-b1b8-9c2b1065ec92} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2236 | 2024.05.16 00:48:33.016239 [ 3 ] {791f2b7d-6586-4422-b1b8-9c2b1065ec92} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2237 | 2024.05.16 00:48:33.016275 [ 3 ] {791f2b7d-6586-4422-b1b8-9c2b1065ec92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
2238 | 2024.05.16 00:48:33.016653 [ 3 ] {791f2b7d-6586-4422-b1b8-9c2b1065ec92} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2239 | 2024.05.16 00:48:33.016988 [ 3 ] {791f2b7d-6586-4422-b1b8-9c2b1065ec92} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2240 | 2024.05.16 00:48:33.017149 [ 3 ] {791f2b7d-6586-4422-b1b8-9c2b1065ec92} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001456 sec., 41208.791208791205 rows/sec., 2.89 MiB/sec. | ||
2241 | 2024.05.16 00:48:33.017356 [ 3 ] {791f2b7d-6586-4422-b1b8-9c2b1065ec92} <Debug> DynamicQueryHandler: Done processing query | ||
2242 | 2024.05.16 00:48:33.017380 [ 3 ] {791f2b7d-6586-4422-b1b8-9c2b1065ec92} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2243 | 2024.05.16 00:48:33.017395 [ 3 ] {} <Debug> HTTP-Session: ebd0f00f-d137-4270-9acc-97601b9e3312 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2244 | 2024.05.16 00:48:33.017582 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 32120, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2245 | 2024.05.16 00:48:33.017630 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2246 | 2024.05.16 00:48:33.017649 [ 3 ] {} <Debug> HTTP-Session: c02005f6-138e-49c4-b953-93b33b3a357d Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2247 | 2024.05.16 00:48:33.017665 [ 3 ] {} <Debug> HTTP-Session: c02005f6-138e-49c4-b953-93b33b3a357d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2248 | 2024.05.16 00:48:33.017678 [ 3 ] {} <Debug> HTTP-Session: c02005f6-138e-49c4-b953-93b33b3a357d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2249 | 2024.05.16 00:48:33.017707 [ 3 ] {} <Trace> HTTP-Session: c02005f6-138e-49c4-b953-93b33b3a357d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2250 | 2024.05.16 00:48:33.018284 [ 3 ] {6c270d73-4337-462b-ad2f-f3e8daa15018} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2251 | 2024.05.16 00:48:33.018333 [ 3 ] {6c270d73-4337-462b-ad2f-f3e8daa15018} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2252 | 2024.05.16 00:48:33.018491 [ 3 ] {6c270d73-4337-462b-ad2f-f3e8daa15018} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2253 | 2024.05.16 00:48:33.018942 [ 3 ] {6c270d73-4337-462b-ad2f-f3e8daa15018} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2254 | 2024.05.16 00:48:33.018977 [ 3 ] {6c270d73-4337-462b-ad2f-f3e8daa15018} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
2255 | 2024.05.16 00:48:33.019411 [ 3 ] {6c270d73-4337-462b-ad2f-f3e8daa15018} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2256 | 2024.05.16 00:48:33.019734 [ 3 ] {6c270d73-4337-462b-ad2f-f3e8daa15018} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2257 | 2024.05.16 00:48:33.019896 [ 3 ] {6c270d73-4337-462b-ad2f-f3e8daa15018} <Debug> executeQuery: Read 30 rows, 41.46 KiB in 0.002108 sec., 14231.499051233397 rows/sec., 19.20 MiB/sec. | ||
2258 | 2024.05.16 00:48:33.020055 [ 3 ] {6c270d73-4337-462b-ad2f-f3e8daa15018} <Debug> DynamicQueryHandler: Done processing query | ||
2259 | 2024.05.16 00:48:33.020078 [ 3 ] {6c270d73-4337-462b-ad2f-f3e8daa15018} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
2260 | 2024.05.16 00:48:33.020093 [ 3 ] {} <Debug> HTTP-Session: c02005f6-138e-49c4-b953-93b33b3a357d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2261 | 2024.05.16 00:48:33.020252 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4557, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2262 | 2024.05.16 00:48:33.020300 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2263 | 2024.05.16 00:48:33.020318 [ 3 ] {} <Debug> HTTP-Session: 400fca58-ee1d-491b-b932-4a9fa38b01ba Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2264 | 2024.05.16 00:48:33.020334 [ 3 ] {} <Debug> HTTP-Session: 400fca58-ee1d-491b-b932-4a9fa38b01ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2265 | 2024.05.16 00:48:33.020348 [ 3 ] {} <Debug> HTTP-Session: 400fca58-ee1d-491b-b932-4a9fa38b01ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2266 | 2024.05.16 00:48:33.020378 [ 3 ] {} <Trace> HTTP-Session: 400fca58-ee1d-491b-b932-4a9fa38b01ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2267 | 2024.05.16 00:48:33.020490 [ 3 ] {9aa41111-f6d3-4c2d-8f4f-c8fb1385f100} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2268 | 2024.05.16 00:48:33.020533 [ 3 ] {9aa41111-f6d3-4c2d-8f4f-c8fb1385f100} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2269 | 2024.05.16 00:48:33.020656 [ 3 ] {9aa41111-f6d3-4c2d-8f4f-c8fb1385f100} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2270 | 2024.05.16 00:48:33.020945 [ 3 ] {9aa41111-f6d3-4c2d-8f4f-c8fb1385f100} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2271 | 2024.05.16 00:48:33.020981 [ 3 ] {9aa41111-f6d3-4c2d-8f4f-c8fb1385f100} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
2272 | 2024.05.16 00:48:33.021340 [ 3 ] {9aa41111-f6d3-4c2d-8f4f-c8fb1385f100} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2273 | 2024.05.16 00:48:33.021650 [ 3 ] {9aa41111-f6d3-4c2d-8f4f-c8fb1385f100} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2274 | 2024.05.16 00:48:33.021806 [ 3 ] {9aa41111-f6d3-4c2d-8f4f-c8fb1385f100} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001358 sec., 22091.310751104564 rows/sec., 1.46 MiB/sec. | ||
2275 | 2024.05.16 00:48:33.021965 [ 3 ] {9aa41111-f6d3-4c2d-8f4f-c8fb1385f100} <Debug> DynamicQueryHandler: Done processing query | ||
2276 | 2024.05.16 00:48:33.021990 [ 3 ] {9aa41111-f6d3-4c2d-8f4f-c8fb1385f100} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2277 | 2024.05.16 00:48:33.022005 [ 3 ] {} <Debug> HTTP-Session: 400fca58-ee1d-491b-b932-4a9fa38b01ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2278 | 2024.05.16 00:48:38.007161 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4269, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2279 | 2024.05.16 00:48:38.007283 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2280 | 2024.05.16 00:48:38.007307 [ 3 ] {} <Debug> HTTP-Session: 47c7866e-a1e7-413f-ac7b-816107cebccb Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2281 | 2024.05.16 00:48:38.007331 [ 3 ] {} <Debug> HTTP-Session: 47c7866e-a1e7-413f-ac7b-816107cebccb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2282 | 2024.05.16 00:48:38.007346 [ 3 ] {} <Debug> HTTP-Session: 47c7866e-a1e7-413f-ac7b-816107cebccb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2283 | 2024.05.16 00:48:38.007391 [ 3 ] {} <Trace> HTTP-Session: 47c7866e-a1e7-413f-ac7b-816107cebccb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2284 | 2024.05.16 00:48:38.007572 [ 3 ] {38d84d17-961c-4f27-aabc-099143f4e77f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2285 | 2024.05.16 00:48:38.007636 [ 3 ] {38d84d17-961c-4f27-aabc-099143f4e77f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2286 | 2024.05.16 00:48:38.007816 [ 3 ] {38d84d17-961c-4f27-aabc-099143f4e77f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2287 | 2024.05.16 00:48:38.008238 [ 3 ] {38d84d17-961c-4f27-aabc-099143f4e77f} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2288 | 2024.05.16 00:48:38.008283 [ 3 ] {38d84d17-961c-4f27-aabc-099143f4e77f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
2289 | 2024.05.16 00:48:38.008661 [ 3 ] {38d84d17-961c-4f27-aabc-099143f4e77f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2290 | 2024.05.16 00:48:38.009002 [ 3 ] {38d84d17-961c-4f27-aabc-099143f4e77f} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2291 | 2024.05.16 00:48:38.009170 [ 3 ] {38d84d17-961c-4f27-aabc-099143f4e77f} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.001644 sec., 18248.17518248175 rows/sec., 1.42 MiB/sec. | ||
2292 | 2024.05.16 00:48:38.009181 [ 51 ] {} <Debug> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2293 | 2024.05.16 00:48:38.009288 [ 51 ] {} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2294 | 2024.05.16 00:48:38.009337 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
2295 | 2024.05.16 00:48:38.009467 [ 3 ] {38d84d17-961c-4f27-aabc-099143f4e77f} <Debug> DynamicQueryHandler: Done processing query | ||
2296 | 2024.05.16 00:48:38.009519 [ 3 ] {38d84d17-961c-4f27-aabc-099143f4e77f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2297 | 2024.05.16 00:48:38.009519 [ 194 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::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 | ||
2298 | 2024.05.16 00:48:38.009545 [ 3 ] {} <Debug> HTTP-Session: 47c7866e-a1e7-413f-ac7b-816107cebccb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2299 | 2024.05.16 00:48:38.009774 [ 194 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2300 | 2024.05.16 00:48:38.009773 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 6154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2301 | 2024.05.16 00:48:38.009841 [ 194 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 79 rows starting from the beginning of the part | ||
2302 | 2024.05.16 00:48:38.009881 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2303 | 2024.05.16 00:48:38.009929 [ 3 ] {} <Debug> HTTP-Session: c132fdc1-a0c8-42b2-a66a-5fe0f5a1400f Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2304 | 2024.05.16 00:48:38.009976 [ 3 ] {} <Debug> HTTP-Session: c132fdc1-a0c8-42b2-a66a-5fe0f5a1400f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2305 | 2024.05.16 00:48:38.010073 [ 3 ] {} <Debug> HTTP-Session: c132fdc1-a0c8-42b2-a66a-5fe0f5a1400f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2306 | 2024.05.16 00:48:38.010092 [ 194 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 30 rows starting from the beginning of the part | ||
2307 | 2024.05.16 00:48:38.010207 [ 3 ] {} <Trace> HTTP-Session: c132fdc1-a0c8-42b2-a66a-5fe0f5a1400f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2308 | 2024.05.16 00:48:38.010324 [ 194 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 121 rows starting from the beginning of the part | ||
2309 | 2024.05.16 00:48:38.010662 [ 194 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 30 rows starting from the beginning of the part | ||
2310 | 2024.05.16 00:48:38.010718 [ 3 ] {0c93e99c-72c0-4c4b-932b-5f17d428d072} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2311 | 2024.05.16 00:48:38.010891 [ 194 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 120 rows starting from the beginning of the part | ||
2312 | 2024.05.16 00:48:38.010934 [ 3 ] {0c93e99c-72c0-4c4b-932b-5f17d428d072} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2313 | 2024.05.16 00:48:38.011156 [ 194 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 30 rows starting from the beginning of the part | ||
2314 | 2024.05.16 00:48:38.011865 [ 3 ] {0c93e99c-72c0-4c4b-932b-5f17d428d072} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2315 | 2024.05.16 00:48:38.012774 [ 3 ] {0c93e99c-72c0-4c4b-932b-5f17d428d072} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2316 | 2024.05.16 00:48:38.012843 [ 3 ] {0c93e99c-72c0-4c4b-932b-5f17d428d072} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
2317 | 2024.05.16 00:48:38.013701 [ 3 ] {0c93e99c-72c0-4c4b-932b-5f17d428d072} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2318 | 2024.05.16 00:48:38.013888 [ 194 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 410 rows, containing 4 columns (4 merged, 0 gathered) in 0.004463436 sec., 91857.48378603389 rows/sec., 7.69 MiB/sec. | ||
2319 | 2024.05.16 00:48:38.014145 [ 194 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2320 | 2024.05.16 00:48:38.014429 [ 3 ] {0c93e99c-72c0-4c4b-932b-5f17d428d072} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2321 | 2024.05.16 00:48:38.014795 [ 51 ] {} <Debug> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2322 | 2024.05.16 00:48:38.014870 [ 3 ] {0c93e99c-72c0-4c4b-932b-5f17d428d072} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.00437 sec., 8237.986270022884 rows/sec., 658.79 KiB/sec. | ||
2323 | 2024.05.16 00:48:38.014894 [ 51 ] {} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2324 | 2024.05.16 00:48:38.014994 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
2325 | 2024.05.16 00:48:38.015232 [ 194 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_11_2} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2326 | 2024.05.16 00:48:38.015464 [ 3 ] {0c93e99c-72c0-4c4b-932b-5f17d428d072} <Debug> DynamicQueryHandler: Done processing query | ||
2327 | 2024.05.16 00:48:38.015518 [ 186 ] {a3945bea-d52e-471f-9886-008e21606338::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 | ||
2328 | 2024.05.16 00:48:38.015551 [ 194 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_11_2} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2329 | 2024.05.16 00:48:38.015530 [ 3 ] {0c93e99c-72c0-4c4b-932b-5f17d428d072} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2330 | 2024.05.16 00:48:38.015644 [ 3 ] {} <Debug> HTTP-Session: c132fdc1-a0c8-42b2-a66a-5fe0f5a1400f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2331 | 2024.05.16 00:48:38.015801 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
2332 | 2024.05.16 00:48:38.015940 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 11582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2333 | 2024.05.16 00:48:38.015985 [ 186 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2334 | 2024.05.16 00:48:38.016029 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2335 | 2024.05.16 00:48:38.016047 [ 186 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 59 rows starting from the beginning of the part | ||
2336 | 2024.05.16 00:48:38.016057 [ 3 ] {} <Debug> HTTP-Session: 86b81730-75ea-44f2-bf20-ca4a246fde1f Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2337 | 2024.05.16 00:48:38.016087 [ 3 ] {} <Debug> HTTP-Session: 86b81730-75ea-44f2-bf20-ca4a246fde1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2338 | 2024.05.16 00:48:38.016118 [ 3 ] {} <Debug> HTTP-Session: 86b81730-75ea-44f2-bf20-ca4a246fde1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2339 | 2024.05.16 00:48:38.016234 [ 3 ] {} <Trace> HTTP-Session: 86b81730-75ea-44f2-bf20-ca4a246fde1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2340 | 2024.05.16 00:48:38.016317 [ 186 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 36 rows starting from the beginning of the part | ||
2341 | 2024.05.16 00:48:38.016609 [ 186 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 79 rows starting from the beginning of the part | ||
2342 | 2024.05.16 00:48:38.016626 [ 3 ] {d724ba5b-4f95-4229-a03a-bea38f031205} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2343 | 2024.05.16 00:48:38.016824 [ 3 ] {d724ba5b-4f95-4229-a03a-bea38f031205} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2344 | 2024.05.16 00:48:38.016890 [ 186 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 36 rows starting from the beginning of the part | ||
2345 | 2024.05.16 00:48:38.017174 [ 186 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 66 rows starting from the beginning of the part | ||
2346 | 2024.05.16 00:48:38.017503 [ 186 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 36 rows starting from the beginning of the part | ||
2347 | 2024.05.16 00:48:38.018053 [ 3 ] {d724ba5b-4f95-4229-a03a-bea38f031205} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2348 | 2024.05.16 00:48:38.018922 [ 3 ] {d724ba5b-4f95-4229-a03a-bea38f031205} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2349 | 2024.05.16 00:48:38.018988 [ 3 ] {d724ba5b-4f95-4229-a03a-bea38f031205} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
2350 | 2024.05.16 00:48:38.020075 [ 3 ] {d724ba5b-4f95-4229-a03a-bea38f031205} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2351 | 2024.05.16 00:48:38.020404 [ 186 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 312 rows, containing 4 columns (4 merged, 0 gathered) in 0.005219764 sec., 59772.817315112334 rows/sec., 4.67 MiB/sec. | ||
2352 | 2024.05.16 00:48:38.020615 [ 186 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2353 | 2024.05.16 00:48:38.020856 [ 3 ] {d724ba5b-4f95-4229-a03a-bea38f031205} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2354 | 2024.05.16 00:48:38.021309 [ 3 ] {d724ba5b-4f95-4229-a03a-bea38f031205} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.004845 sec., 12383.90092879257 rows/sec., 889.89 KiB/sec. | ||
2355 | 2024.05.16 00:48:38.021336 [ 51 ] {} <Debug> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2356 | 2024.05.16 00:48:38.021537 [ 51 ] {} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2357 | 2024.05.16 00:48:38.021646 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
2358 | 2024.05.16 00:48:38.021646 [ 193 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_11_2} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2359 | 2024.05.16 00:48:38.021812 [ 3 ] {d724ba5b-4f95-4229-a03a-bea38f031205} <Debug> DynamicQueryHandler: Done processing query | ||
2360 | 2024.05.16 00:48:38.021886 [ 3 ] {d724ba5b-4f95-4229-a03a-bea38f031205} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2361 | 2024.05.16 00:48:38.021965 [ 3 ] {} <Debug> HTTP-Session: 86b81730-75ea-44f2-bf20-ca4a246fde1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2362 | 2024.05.16 00:48:38.022042 [ 193 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_11_2} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2363 | 2024.05.16 00:48:38.022052 [ 186 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
2364 | 2024.05.16 00:48:38.022259 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4557, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2365 | 2024.05.16 00:48:38.022287 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
2366 | 2024.05.16 00:48:38.022406 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2367 | 2024.05.16 00:48:38.022478 [ 3 ] {} <Debug> HTTP-Session: 2fae6460-3474-4864-96c0-f3b703e2bc98 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2368 | 2024.05.16 00:48:38.022493 [ 186 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2369 | 2024.05.16 00:48:38.022511 [ 3 ] {} <Debug> HTTP-Session: 2fae6460-3474-4864-96c0-f3b703e2bc98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2370 | 2024.05.16 00:48:38.022560 [ 3 ] {} <Debug> HTTP-Session: 2fae6460-3474-4864-96c0-f3b703e2bc98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2371 | 2024.05.16 00:48:38.022560 [ 186 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 290 rows starting from the beginning of the part | ||
2372 | 2024.05.16 00:48:38.022630 [ 3 ] {} <Trace> HTTP-Session: 2fae6460-3474-4864-96c0-f3b703e2bc98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2373 | 2024.05.16 00:48:38.022851 [ 186 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
2374 | 2024.05.16 00:48:38.022981 [ 3 ] {ec9c6d62-dd02-47f8-88e2-e363cda9e64a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2375 | 2024.05.16 00:48:38.023150 [ 3 ] {ec9c6d62-dd02-47f8-88e2-e363cda9e64a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2376 | 2024.05.16 00:48:38.023155 [ 186 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
2377 | 2024.05.16 00:48:38.023543 [ 186 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
2378 | 2024.05.16 00:48:38.023896 [ 186 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
2379 | 2024.05.16 00:48:38.024231 [ 186 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
2380 | 2024.05.16 00:48:38.024324 [ 3 ] {ec9c6d62-dd02-47f8-88e2-e363cda9e64a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2381 | 2024.05.16 00:48:38.025284 [ 3 ] {ec9c6d62-dd02-47f8-88e2-e363cda9e64a} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2382 | 2024.05.16 00:48:38.025343 [ 3 ] {ec9c6d62-dd02-47f8-88e2-e363cda9e64a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
2383 | 2024.05.16 00:48:38.026391 [ 3 ] {ec9c6d62-dd02-47f8-88e2-e363cda9e64a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2384 | 2024.05.16 00:48:38.027147 [ 193 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 590 rows, containing 5 columns (5 merged, 0 gathered) in 0.005390217 sec., 109457.55987189384 rows/sec., 7.65 MiB/sec. | ||
2385 | 2024.05.16 00:48:38.027299 [ 3 ] {ec9c6d62-dd02-47f8-88e2-e363cda9e64a} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2386 | 2024.05.16 00:48:38.027451 [ 193 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2387 | 2024.05.16 00:48:38.027565 [ 51 ] {} <Debug> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2388 | 2024.05.16 00:48:38.027588 [ 3 ] {ec9c6d62-dd02-47f8-88e2-e363cda9e64a} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.004737 sec., 6333.122229259025 rows/sec., 429.84 KiB/sec. | ||
2389 | 2024.05.16 00:48:38.027698 [ 51 ] {} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2390 | 2024.05.16 00:48:38.027821 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
2391 | 2024.05.16 00:48:38.028127 [ 3 ] {ec9c6d62-dd02-47f8-88e2-e363cda9e64a} <Debug> DynamicQueryHandler: Done processing query | ||
2392 | 2024.05.16 00:48:38.028221 [ 3 ] {ec9c6d62-dd02-47f8-88e2-e363cda9e64a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2393 | 2024.05.16 00:48:38.028337 [ 3 ] {} <Debug> HTTP-Session: 2fae6460-3474-4864-96c0-f3b703e2bc98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2394 | 2024.05.16 00:48:38.028549 [ 198 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
2395 | 2024.05.16 00:48:38.028817 [ 198 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2396 | 2024.05.16 00:48:38.028892 [ 198 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 128 rows starting from the beginning of the part | ||
2397 | 2024.05.16 00:48:38.028914 [ 193 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2398 | 2024.05.16 00:48:38.029169 [ 193 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2399 | 2024.05.16 00:48:38.029166 [ 198 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 30 rows starting from the beginning of the part | ||
2400 | 2024.05.16 00:48:38.029421 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
2401 | 2024.05.16 00:48:38.029529 [ 198 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 30 rows starting from the beginning of the part | ||
2402 | 2024.05.16 00:48:38.029621 [ 198 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 30 rows starting from the beginning of the part | ||
2403 | 2024.05.16 00:48:38.029815 [ 198 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 30 rows starting from the beginning of the part | ||
2404 | 2024.05.16 00:48:38.029993 [ 198 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 30 rows starting from the beginning of the part | ||
2405 | 2024.05.16 00:48:38.031108 [ 199 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 278 rows, containing 4 columns (4 merged, 0 gathered) in 0.003091693 sec., 89918.37158475954 rows/sec., 6.01 MiB/sec. | ||
2406 | 2024.05.16 00:48:38.031276 [ 193 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2407 | 2024.05.16 00:48:38.031666 [ 193 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_11_2} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2408 | 2024.05.16 00:48:38.031753 [ 193 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_11_2} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2409 | 2024.05.16 00:48:38.031835 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
2410 | 2024.05.16 00:48:43.006611 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 958, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2411 | 2024.05.16 00:48:43.006736 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2412 | 2024.05.16 00:48:43.006762 [ 3 ] {} <Debug> HTTP-Session: 28a4bcbd-6d6b-4f59-8977-74297442ef09 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2413 | 2024.05.16 00:48:43.006786 [ 3 ] {} <Debug> HTTP-Session: 28a4bcbd-6d6b-4f59-8977-74297442ef09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2414 | 2024.05.16 00:48:43.006800 [ 3 ] {} <Debug> HTTP-Session: 28a4bcbd-6d6b-4f59-8977-74297442ef09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2415 | 2024.05.16 00:48:43.006849 [ 3 ] {} <Trace> HTTP-Session: 28a4bcbd-6d6b-4f59-8977-74297442ef09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2416 | 2024.05.16 00:48:43.007081 [ 3 ] {b2f726d2-3284-4215-95dd-08d576fa15cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
2417 | 2024.05.16 00:48:43.007464 [ 3 ] {b2f726d2-3284-4215-95dd-08d576fa15cb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2418 | 2024.05.16 00:48:43.007513 [ 3 ] {b2f726d2-3284-4215-95dd-08d576fa15cb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
2419 | 2024.05.16 00:48:43.007831 [ 3 ] {b2f726d2-3284-4215-95dd-08d576fa15cb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2420 | 2024.05.16 00:48:43.007913 [ 3 ] {b2f726d2-3284-4215-95dd-08d576fa15cb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2421 | 2024.05.16 00:48:43.008081 [ 3 ] {b2f726d2-3284-4215-95dd-08d576fa15cb} <Debug> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
2422 | 2024.05.16 00:48:43.008194 [ 261 ] {b2f726d2-3284-4215-95dd-08d576fa15cb} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2423 | 2024.05.16 00:48:43.008275 [ 262 ] {b2f726d2-3284-4215-95dd-08d576fa15cb} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2424 | 2024.05.16 00:48:43.008295 [ 251 ] {b2f726d2-3284-4215-95dd-08d576fa15cb} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2425 | 2024.05.16 00:48:43.008427 [ 3 ] {b2f726d2-3284-4215-95dd-08d576fa15cb} <Debug> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (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 | ||
2426 | 2024.05.16 00:48:43.008464 [ 3 ] {b2f726d2-3284-4215-95dd-08d576fa15cb} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2427 | 2024.05.16 00:48:43.008578 [ 3 ] {b2f726d2-3284-4215-95dd-08d576fa15cb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2428 | 2024.05.16 00:48:43.008602 [ 3 ] {b2f726d2-3284-4215-95dd-08d576fa15cb} <Debug> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Reading approx. 23 rows with 3 streams | ||
2429 | 2024.05.16 00:48:43.008645 [ 3 ] {b2f726d2-3284-4215-95dd-08d576fa15cb} <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', 'database_transaction:retry_data', '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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2430 | 2024.05.16 00:48:43.008691 [ 3 ] {b2f726d2-3284-4215-95dd-08d576fa15cb} <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', 'database_transaction:retry_data', '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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2431 | 2024.05.16 00:48:43.008732 [ 3 ] {b2f726d2-3284-4215-95dd-08d576fa15cb} <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', 'database_transaction:retry_data', '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', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
2432 | 2024.05.16 00:48:43.010851 [ 3 ] {b2f726d2-3284-4215-95dd-08d576fa15cb} <Debug> executeQuery: Read 23 rows, 983.00 B in 0.003869 sec., 5944.688550012923 rows/sec., 248.12 KiB/sec. | ||
2433 | 2024.05.16 00:48:43.011236 [ 3 ] {b2f726d2-3284-4215-95dd-08d576fa15cb} <Debug> DynamicQueryHandler: Done processing query | ||
2434 | 2024.05.16 00:48:43.011265 [ 3 ] {b2f726d2-3284-4215-95dd-08d576fa15cb} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2435 | 2024.05.16 00:48:43.011283 [ 3 ] {} <Debug> HTTP-Session: 28a4bcbd-6d6b-4f59-8977-74297442ef09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2436 | 2024.05.16 00:48:43.013803 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2437 | 2024.05.16 00:48:43.013865 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2438 | 2024.05.16 00:48:43.013887 [ 3 ] {} <Debug> HTTP-Session: ec1128ad-5781-4724-bda6-ec161df2c664 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2439 | 2024.05.16 00:48:43.013906 [ 3 ] {} <Debug> HTTP-Session: ec1128ad-5781-4724-bda6-ec161df2c664 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2440 | 2024.05.16 00:48:43.013920 [ 3 ] {} <Debug> HTTP-Session: ec1128ad-5781-4724-bda6-ec161df2c664 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2441 | 2024.05.16 00:48:43.013962 [ 3 ] {} <Trace> HTTP-Session: ec1128ad-5781-4724-bda6-ec161df2c664 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2442 | 2024.05.16 00:48:43.014100 [ 3 ] {f06117ed-cf42-4af1-b379-dd0ae7bd4368} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2443 | 2024.05.16 00:48:43.014149 [ 3 ] {f06117ed-cf42-4af1-b379-dd0ae7bd4368} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2444 | 2024.05.16 00:48:43.014328 [ 3 ] {f06117ed-cf42-4af1-b379-dd0ae7bd4368} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2445 | 2024.05.16 00:48:43.014674 [ 3 ] {f06117ed-cf42-4af1-b379-dd0ae7bd4368} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2446 | 2024.05.16 00:48:43.014716 [ 3 ] {f06117ed-cf42-4af1-b379-dd0ae7bd4368} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
2447 | 2024.05.16 00:48:43.015227 [ 3 ] {f06117ed-cf42-4af1-b379-dd0ae7bd4368} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2448 | 2024.05.16 00:48:43.015544 [ 3 ] {f06117ed-cf42-4af1-b379-dd0ae7bd4368} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2449 | 2024.05.16 00:48:43.015712 [ 3 ] {f06117ed-cf42-4af1-b379-dd0ae7bd4368} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001638 sec., 610.5006105006105 rows/sec., 138.32 KiB/sec. | ||
2450 | 2024.05.16 00:48:43.016014 [ 3 ] {f06117ed-cf42-4af1-b379-dd0ae7bd4368} <Debug> DynamicQueryHandler: Done processing query | ||
2451 | 2024.05.16 00:48:43.016041 [ 3 ] {f06117ed-cf42-4af1-b379-dd0ae7bd4368} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2452 | 2024.05.16 00:48:43.016058 [ 3 ] {} <Debug> HTTP-Session: ec1128ad-5781-4724-bda6-ec161df2c664 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2453 | 2024.05.16 00:48:43.016208 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2454 | 2024.05.16 00:48:43.016260 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2455 | 2024.05.16 00:48:43.016281 [ 3 ] {} <Debug> HTTP-Session: c06d1cd7-01cf-491c-bd24-c145ddf8803e Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2456 | 2024.05.16 00:48:43.016298 [ 3 ] {} <Debug> HTTP-Session: c06d1cd7-01cf-491c-bd24-c145ddf8803e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2457 | 2024.05.16 00:48:43.016312 [ 3 ] {} <Debug> HTTP-Session: c06d1cd7-01cf-491c-bd24-c145ddf8803e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2458 | 2024.05.16 00:48:43.016347 [ 3 ] {} <Trace> HTTP-Session: c06d1cd7-01cf-491c-bd24-c145ddf8803e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2459 | 2024.05.16 00:48:43.016473 [ 3 ] {ec0b9a32-3d79-4b8e-b9b9-84ba6d0992a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2460 | 2024.05.16 00:48:43.016520 [ 3 ] {ec0b9a32-3d79-4b8e-b9b9-84ba6d0992a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2461 | 2024.05.16 00:48:43.016665 [ 3 ] {ec0b9a32-3d79-4b8e-b9b9-84ba6d0992a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2462 | 2024.05.16 00:48:43.016989 [ 3 ] {ec0b9a32-3d79-4b8e-b9b9-84ba6d0992a2} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2463 | 2024.05.16 00:48:43.017027 [ 3 ] {ec0b9a32-3d79-4b8e-b9b9-84ba6d0992a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
2464 | 2024.05.16 00:48:43.017337 [ 3 ] {ec0b9a32-3d79-4b8e-b9b9-84ba6d0992a2} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2465 | 2024.05.16 00:48:43.017645 [ 3 ] {ec0b9a32-3d79-4b8e-b9b9-84ba6d0992a2} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2466 | 2024.05.16 00:48:43.017799 [ 46 ] {} <Debug> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2467 | 2024.05.16 00:48:43.017807 [ 3 ] {ec0b9a32-3d79-4b8e-b9b9-84ba6d0992a2} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001365 sec., 21978.02197802198 rows/sec., 1.74 MiB/sec. | ||
2468 | 2024.05.16 00:48:43.017886 [ 46 ] {} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2469 | 2024.05.16 00:48:43.017953 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
2470 | 2024.05.16 00:48:43.018145 [ 3 ] {ec0b9a32-3d79-4b8e-b9b9-84ba6d0992a2} <Debug> DynamicQueryHandler: Done processing query | ||
2471 | 2024.05.16 00:48:43.018237 [ 3 ] {ec0b9a32-3d79-4b8e-b9b9-84ba6d0992a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2472 | 2024.05.16 00:48:43.018325 [ 3 ] {} <Debug> HTTP-Session: c06d1cd7-01cf-491c-bd24-c145ddf8803e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2473 | 2024.05.16 00:48:43.018427 [ 193 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::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 | ||
2474 | 2024.05.16 00:48:43.018536 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2475 | 2024.05.16 00:48:43.018638 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2476 | 2024.05.16 00:48:43.018691 [ 3 ] {} <Debug> HTTP-Session: 30975ddb-9df0-4b90-864d-e5fca5b7df98 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2477 | 2024.05.16 00:48:43.018724 [ 193 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2478 | 2024.05.16 00:48:43.018732 [ 3 ] {} <Debug> HTTP-Session: 30975ddb-9df0-4b90-864d-e5fca5b7df98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2479 | 2024.05.16 00:48:43.018779 [ 3 ] {} <Debug> HTTP-Session: 30975ddb-9df0-4b90-864d-e5fca5b7df98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2480 | 2024.05.16 00:48:43.018786 [ 193 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 16 rows starting from the beginning of the part | ||
2481 | 2024.05.16 00:48:43.018831 [ 3 ] {} <Trace> HTTP-Session: 30975ddb-9df0-4b90-864d-e5fca5b7df98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2482 | 2024.05.16 00:48:43.019004 [ 193 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 16 rows starting from the beginning of the part | ||
2483 | 2024.05.16 00:48:43.019130 [ 3 ] {fe20e4f2-e0f0-40c5-9455-64b53735b4a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
2484 | 2024.05.16 00:48:43.019356 [ 193 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 16 rows starting from the beginning of the part | ||
2485 | 2024.05.16 00:48:43.019370 [ 3 ] {fe20e4f2-e0f0-40c5-9455-64b53735b4a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2486 | 2024.05.16 00:48:43.019627 [ 193 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part | ||
2487 | 2024.05.16 00:48:43.019990 [ 193 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part | ||
2488 | 2024.05.16 00:48:43.020278 [ 193 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part | ||
2489 | 2024.05.16 00:48:43.020674 [ 3 ] {fe20e4f2-e0f0-40c5-9455-64b53735b4a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2490 | 2024.05.16 00:48:43.021465 [ 3 ] {fe20e4f2-e0f0-40c5-9455-64b53735b4a1} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2491 | 2024.05.16 00:48:43.021534 [ 3 ] {fe20e4f2-e0f0-40c5-9455-64b53735b4a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
2492 | 2024.05.16 00:48:43.022494 [ 193 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 138 rows, containing 4 columns (4 merged, 0 gathered) in 0.004436265 sec., 31107.249003384604 rows/sec., 2.46 MiB/sec. | ||
2493 | 2024.05.16 00:48:43.022529 [ 3 ] {fe20e4f2-e0f0-40c5-9455-64b53735b4a1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2494 | 2024.05.16 00:48:43.022667 [ 193 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2495 | 2024.05.16 00:48:43.023372 [ 3 ] {fe20e4f2-e0f0-40c5-9455-64b53735b4a1} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2496 | 2024.05.16 00:48:43.023641 [ 193 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_6_1} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2497 | 2024.05.16 00:48:43.023664 [ 3 ] {fe20e4f2-e0f0-40c5-9455-64b53735b4a1} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004654 sec., 429.73785990545764 rows/sec., 35.04 KiB/sec. | ||
2498 | 2024.05.16 00:48:43.023929 [ 193 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_6_1} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2499 | 2024.05.16 00:48:43.024122 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
2500 | 2024.05.16 00:48:43.024170 [ 3 ] {fe20e4f2-e0f0-40c5-9455-64b53735b4a1} <Debug> DynamicQueryHandler: Done processing query | ||
2501 | 2024.05.16 00:48:43.024200 [ 3 ] {fe20e4f2-e0f0-40c5-9455-64b53735b4a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2502 | 2024.05.16 00:48:43.024217 [ 3 ] {} <Debug> HTTP-Session: 30975ddb-9df0-4b90-864d-e5fca5b7df98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2503 | 2024.05.16 00:48:43.024380 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 17993, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2504 | 2024.05.16 00:48:43.024430 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2505 | 2024.05.16 00:48:43.024449 [ 3 ] {} <Debug> HTTP-Session: acf3d2af-d8db-4857-a279-0cdc7eaffdc5 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2506 | 2024.05.16 00:48:43.024466 [ 3 ] {} <Debug> HTTP-Session: acf3d2af-d8db-4857-a279-0cdc7eaffdc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2507 | 2024.05.16 00:48:43.024480 [ 3 ] {} <Debug> HTTP-Session: acf3d2af-d8db-4857-a279-0cdc7eaffdc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2508 | 2024.05.16 00:48:43.024512 [ 3 ] {} <Trace> HTTP-Session: acf3d2af-d8db-4857-a279-0cdc7eaffdc5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2509 | 2024.05.16 00:48:43.024656 [ 3 ] {4f536c0a-7de7-4950-a0e2-7afdda46c1bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2510 | 2024.05.16 00:48:43.024699 [ 3 ] {4f536c0a-7de7-4950-a0e2-7afdda46c1bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2511 | 2024.05.16 00:48:43.024847 [ 3 ] {4f536c0a-7de7-4950-a0e2-7afdda46c1bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2512 | 2024.05.16 00:48:43.025245 [ 3 ] {4f536c0a-7de7-4950-a0e2-7afdda46c1bf} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2513 | 2024.05.16 00:48:43.025281 [ 3 ] {4f536c0a-7de7-4950-a0e2-7afdda46c1bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
2514 | 2024.05.16 00:48:43.025609 [ 3 ] {4f536c0a-7de7-4950-a0e2-7afdda46c1bf} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2515 | 2024.05.16 00:48:43.025939 [ 3 ] {4f536c0a-7de7-4950-a0e2-7afdda46c1bf} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2516 | 2024.05.16 00:48:43.026094 [ 3 ] {4f536c0a-7de7-4950-a0e2-7afdda46c1bf} <Debug> executeQuery: Read 121 rows, 10.61 KiB in 0.001504 sec., 80452.12765957447 rows/sec., 6.89 MiB/sec. | ||
2517 | 2024.05.16 00:48:43.026254 [ 3 ] {4f536c0a-7de7-4950-a0e2-7afdda46c1bf} <Debug> DynamicQueryHandler: Done processing query | ||
2518 | 2024.05.16 00:48:43.026279 [ 3 ] {4f536c0a-7de7-4950-a0e2-7afdda46c1bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2519 | 2024.05.16 00:48:43.026295 [ 3 ] {} <Debug> HTTP-Session: acf3d2af-d8db-4857-a279-0cdc7eaffdc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2520 | 2024.05.16 00:48:43.026412 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2521 | 2024.05.16 00:48:43.026460 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2522 | 2024.05.16 00:48:43.026480 [ 3 ] {} <Debug> HTTP-Session: f73d7d90-e661-45e5-ac17-d015c7b95f64 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2523 | 2024.05.16 00:48:43.026496 [ 3 ] {} <Debug> HTTP-Session: f73d7d90-e661-45e5-ac17-d015c7b95f64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2524 | 2024.05.16 00:48:43.026510 [ 3 ] {} <Debug> HTTP-Session: f73d7d90-e661-45e5-ac17-d015c7b95f64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2525 | 2024.05.16 00:48:43.026541 [ 3 ] {} <Trace> HTTP-Session: f73d7d90-e661-45e5-ac17-d015c7b95f64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2526 | 2024.05.16 00:48:43.026634 [ 3 ] {6b1c7784-a119-4d90-a505-281f7365848a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2527 | 2024.05.16 00:48:43.026677 [ 3 ] {6b1c7784-a119-4d90-a505-281f7365848a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2528 | 2024.05.16 00:48:43.026804 [ 3 ] {6b1c7784-a119-4d90-a505-281f7365848a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2529 | 2024.05.16 00:48:43.027101 [ 3 ] {6b1c7784-a119-4d90-a505-281f7365848a} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2530 | 2024.05.16 00:48:43.027139 [ 3 ] {6b1c7784-a119-4d90-a505-281f7365848a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
2531 | 2024.05.16 00:48:43.027424 [ 3 ] {6b1c7784-a119-4d90-a505-281f7365848a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2532 | 2024.05.16 00:48:43.027728 [ 3 ] {6b1c7784-a119-4d90-a505-281f7365848a} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2533 | 2024.05.16 00:48:43.027872 [ 3 ] {6b1c7784-a119-4d90-a505-281f7365848a} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001262 sec., 1584.7860538827258 rows/sec., 110.66 KiB/sec. | ||
2534 | 2024.05.16 00:48:43.028033 [ 3 ] {6b1c7784-a119-4d90-a505-281f7365848a} <Debug> DynamicQueryHandler: Done processing query | ||
2535 | 2024.05.16 00:48:43.028057 [ 3 ] {6b1c7784-a119-4d90-a505-281f7365848a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2536 | 2024.05.16 00:48:43.028073 [ 3 ] {} <Debug> HTTP-Session: f73d7d90-e661-45e5-ac17-d015c7b95f64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2537 | 2024.05.16 00:48:43.028201 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 11578, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2538 | 2024.05.16 00:48:43.028250 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2539 | 2024.05.16 00:48:43.028268 [ 3 ] {} <Debug> HTTP-Session: 3d9e7d2b-bc00-4b15-977e-3837813b619a Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2540 | 2024.05.16 00:48:43.028285 [ 3 ] {} <Debug> HTTP-Session: 3d9e7d2b-bc00-4b15-977e-3837813b619a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2541 | 2024.05.16 00:48:43.028298 [ 3 ] {} <Debug> HTTP-Session: 3d9e7d2b-bc00-4b15-977e-3837813b619a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2542 | 2024.05.16 00:48:43.028328 [ 3 ] {} <Trace> HTTP-Session: 3d9e7d2b-bc00-4b15-977e-3837813b619a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2543 | 2024.05.16 00:48:43.028447 [ 3 ] {c4d9afad-7de9-48f0-9d28-2434d4d040fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2544 | 2024.05.16 00:48:43.028489 [ 3 ] {c4d9afad-7de9-48f0-9d28-2434d4d040fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2545 | 2024.05.16 00:48:43.028614 [ 3 ] {c4d9afad-7de9-48f0-9d28-2434d4d040fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2546 | 2024.05.16 00:48:43.028916 [ 3 ] {c4d9afad-7de9-48f0-9d28-2434d4d040fc} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2547 | 2024.05.16 00:48:43.028951 [ 3 ] {c4d9afad-7de9-48f0-9d28-2434d4d040fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
2548 | 2024.05.16 00:48:43.029269 [ 3 ] {c4d9afad-7de9-48f0-9d28-2434d4d040fc} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2549 | 2024.05.16 00:48:43.029573 [ 3 ] {c4d9afad-7de9-48f0-9d28-2434d4d040fc} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2550 | 2024.05.16 00:48:43.029719 [ 3 ] {c4d9afad-7de9-48f0-9d28-2434d4d040fc} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001319 sec., 51554.20773313116 rows/sec., 4.03 MiB/sec. | ||
2551 | 2024.05.16 00:48:43.029868 [ 3 ] {c4d9afad-7de9-48f0-9d28-2434d4d040fc} <Debug> DynamicQueryHandler: Done processing query | ||
2552 | 2024.05.16 00:48:43.029892 [ 3 ] {c4d9afad-7de9-48f0-9d28-2434d4d040fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2553 | 2024.05.16 00:48:43.029908 [ 3 ] {} <Debug> HTTP-Session: 3d9e7d2b-bc00-4b15-977e-3837813b619a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2554 | 2024.05.16 00:48:43.030021 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 11772, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2555 | 2024.05.16 00:48:43.030066 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2556 | 2024.05.16 00:48:43.030085 [ 3 ] {} <Debug> HTTP-Session: 5f1d0239-8c83-4746-a984-838d7633cb88 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2557 | 2024.05.16 00:48:43.030102 [ 3 ] {} <Debug> HTTP-Session: 5f1d0239-8c83-4746-a984-838d7633cb88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2558 | 2024.05.16 00:48:43.030116 [ 3 ] {} <Debug> HTTP-Session: 5f1d0239-8c83-4746-a984-838d7633cb88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2559 | 2024.05.16 00:48:43.030144 [ 3 ] {} <Trace> HTTP-Session: 5f1d0239-8c83-4746-a984-838d7633cb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2560 | 2024.05.16 00:48:43.030255 [ 3 ] {e8bdcda7-e283-44d6-bd68-fab4e53da60d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2561 | 2024.05.16 00:48:43.030300 [ 3 ] {e8bdcda7-e283-44d6-bd68-fab4e53da60d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2562 | 2024.05.16 00:48:43.030442 [ 3 ] {e8bdcda7-e283-44d6-bd68-fab4e53da60d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2563 | 2024.05.16 00:48:43.030718 [ 3 ] {e8bdcda7-e283-44d6-bd68-fab4e53da60d} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2564 | 2024.05.16 00:48:43.030753 [ 3 ] {e8bdcda7-e283-44d6-bd68-fab4e53da60d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
2565 | 2024.05.16 00:48:43.031126 [ 3 ] {e8bdcda7-e283-44d6-bd68-fab4e53da60d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2566 | 2024.05.16 00:48:43.031476 [ 3 ] {e8bdcda7-e283-44d6-bd68-fab4e53da60d} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2567 | 2024.05.16 00:48:43.031628 [ 3 ] {e8bdcda7-e283-44d6-bd68-fab4e53da60d} <Debug> executeQuery: Read 61 rows, 4.38 KiB in 0.001413 sec., 43170.55909412597 rows/sec., 3.03 MiB/sec. | ||
2568 | 2024.05.16 00:48:43.031782 [ 3 ] {e8bdcda7-e283-44d6-bd68-fab4e53da60d} <Debug> DynamicQueryHandler: Done processing query | ||
2569 | 2024.05.16 00:48:43.031807 [ 3 ] {e8bdcda7-e283-44d6-bd68-fab4e53da60d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2570 | 2024.05.16 00:48:43.031822 [ 3 ] {} <Debug> HTTP-Session: 5f1d0239-8c83-4746-a984-838d7633cb88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2571 | 2024.05.16 00:48:43.032022 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 32121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2572 | 2024.05.16 00:48:43.032069 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2573 | 2024.05.16 00:48:43.032089 [ 3 ] {} <Debug> HTTP-Session: a250f611-7948-4d9a-82dd-055e8f373a76 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2574 | 2024.05.16 00:48:43.032105 [ 3 ] {} <Debug> HTTP-Session: a250f611-7948-4d9a-82dd-055e8f373a76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2575 | 2024.05.16 00:48:43.032119 [ 3 ] {} <Debug> HTTP-Session: a250f611-7948-4d9a-82dd-055e8f373a76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2576 | 2024.05.16 00:48:43.032148 [ 3 ] {} <Trace> HTTP-Session: a250f611-7948-4d9a-82dd-055e8f373a76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2577 | 2024.05.16 00:48:43.032559 [ 3 ] {70d3dabc-e9f3-4e7a-9360-075bbb95962b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2578 | 2024.05.16 00:48:43.032607 [ 3 ] {70d3dabc-e9f3-4e7a-9360-075bbb95962b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2579 | 2024.05.16 00:48:43.032765 [ 3 ] {70d3dabc-e9f3-4e7a-9360-075bbb95962b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2580 | 2024.05.16 00:48:43.033262 [ 3 ] {70d3dabc-e9f3-4e7a-9360-075bbb95962b} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2581 | 2024.05.16 00:48:43.033297 [ 3 ] {70d3dabc-e9f3-4e7a-9360-075bbb95962b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
2582 | 2024.05.16 00:48:43.033705 [ 3 ] {70d3dabc-e9f3-4e7a-9360-075bbb95962b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2583 | 2024.05.16 00:48:43.034038 [ 3 ] {70d3dabc-e9f3-4e7a-9360-075bbb95962b} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2584 | 2024.05.16 00:48:43.034190 [ 46 ] {} <Debug> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2585 | 2024.05.16 00:48:43.034201 [ 3 ] {70d3dabc-e9f3-4e7a-9360-075bbb95962b} <Debug> executeQuery: Read 30 rows, 41.46 KiB in 0.001971 sec., 15220.700152207 rows/sec., 20.54 MiB/sec. | ||
2586 | 2024.05.16 00:48:43.034258 [ 46 ] {} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2587 | 2024.05.16 00:48:43.034332 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
2588 | 2024.05.16 00:48:43.034576 [ 3 ] {70d3dabc-e9f3-4e7a-9360-075bbb95962b} <Debug> DynamicQueryHandler: Done processing query | ||
2589 | 2024.05.16 00:48:43.034674 [ 3 ] {70d3dabc-e9f3-4e7a-9360-075bbb95962b} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
2590 | 2024.05.16 00:48:43.034738 [ 3 ] {} <Debug> HTTP-Session: a250f611-7948-4d9a-82dd-055e8f373a76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2591 | 2024.05.16 00:48:43.034788 [ 195 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::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 | ||
2592 | 2024.05.16 00:48:43.034887 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4557, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2593 | 2024.05.16 00:48:43.035002 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2594 | 2024.05.16 00:48:43.035064 [ 3 ] {} <Debug> HTTP-Session: d821145e-c6ef-4eee-9df4-1e2efc43daa9 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2595 | 2024.05.16 00:48:43.035113 [ 3 ] {} <Debug> HTTP-Session: d821145e-c6ef-4eee-9df4-1e2efc43daa9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2596 | 2024.05.16 00:48:43.035157 [ 3 ] {} <Debug> HTTP-Session: d821145e-c6ef-4eee-9df4-1e2efc43daa9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2597 | 2024.05.16 00:48:43.035170 [ 195 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2598 | 2024.05.16 00:48:43.035219 [ 3 ] {} <Trace> HTTP-Session: d821145e-c6ef-4eee-9df4-1e2efc43daa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2599 | 2024.05.16 00:48:43.035258 [ 195 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 16 rows starting from the beginning of the part | ||
2600 | 2024.05.16 00:48:43.035517 [ 3 ] {b0f54db7-3b9d-44b4-b487-ca721b263ccc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2601 | 2024.05.16 00:48:43.035570 [ 195 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 16 rows starting from the beginning of the part | ||
2602 | 2024.05.16 00:48:43.035655 [ 3 ] {b0f54db7-3b9d-44b4-b487-ca721b263ccc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2603 | 2024.05.16 00:48:43.035947 [ 195 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 16 rows starting from the beginning of the part | ||
2604 | 2024.05.16 00:48:43.036331 [ 195 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part | ||
2605 | 2024.05.16 00:48:43.036747 [ 195 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part | ||
2606 | 2024.05.16 00:48:43.036999 [ 3 ] {b0f54db7-3b9d-44b4-b487-ca721b263ccc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2607 | 2024.05.16 00:48:43.037093 [ 195 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part | ||
2608 | 2024.05.16 00:48:43.037875 [ 3 ] {b0f54db7-3b9d-44b4-b487-ca721b263ccc} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2609 | 2024.05.16 00:48:43.037942 [ 3 ] {b0f54db7-3b9d-44b4-b487-ca721b263ccc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
2610 | 2024.05.16 00:48:43.038815 [ 3 ] {b0f54db7-3b9d-44b4-b487-ca721b263ccc} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2611 | 2024.05.16 00:48:43.039778 [ 3 ] {b0f54db7-3b9d-44b4-b487-ca721b263ccc} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2612 | 2024.05.16 00:48:43.040161 [ 3 ] {b0f54db7-3b9d-44b4-b487-ca721b263ccc} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.004776 sec., 6281.407035175879 rows/sec., 426.33 KiB/sec. | ||
2613 | 2024.05.16 00:48:43.040396 [ 3 ] {b0f54db7-3b9d-44b4-b487-ca721b263ccc} <Debug> DynamicQueryHandler: Done processing query | ||
2614 | 2024.05.16 00:48:43.040479 [ 3 ] {b0f54db7-3b9d-44b4-b487-ca721b263ccc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2615 | 2024.05.16 00:48:43.040540 [ 3 ] {} <Debug> HTTP-Session: d821145e-c6ef-4eee-9df4-1e2efc43daa9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2616 | 2024.05.16 00:48:43.040772 [ 189 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 138 rows, containing 6 columns (6 merged, 0 gathered) in 0.00632429 sec., 21820.631248725153 rows/sec., 29.45 MiB/sec. | ||
2617 | 2024.05.16 00:48:43.040976 [ 195 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2618 | 2024.05.16 00:48:43.041387 [ 195 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2619 | 2024.05.16 00:48:43.041464 [ 195 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2620 | 2024.05.16 00:48:43.041545 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. | ||
2621 | 2024.05.16 00:48:46.306973 [ 40 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2622 | 2024.05.16 00:48:46.307035 [ 40 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2623 | 2024.05.16 00:48:48.006908 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2624 | 2024.05.16 00:48:48.007024 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2625 | 2024.05.16 00:48:48.007053 [ 3 ] {} <Debug> HTTP-Session: 47946cf3-6baf-4a7c-bcd0-a2d9fb218254 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2626 | 2024.05.16 00:48:48.007081 [ 3 ] {} <Debug> HTTP-Session: 47946cf3-6baf-4a7c-bcd0-a2d9fb218254 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2627 | 2024.05.16 00:48:48.007099 [ 3 ] {} <Debug> HTTP-Session: 47946cf3-6baf-4a7c-bcd0-a2d9fb218254 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2628 | 2024.05.16 00:48:48.007152 [ 3 ] {} <Trace> HTTP-Session: 47946cf3-6baf-4a7c-bcd0-a2d9fb218254 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2629 | 2024.05.16 00:48:48.007346 [ 3 ] {6b1f9e39-e747-42d4-8d29-8307744f52fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
2630 | 2024.05.16 00:48:48.007414 [ 3 ] {6b1f9e39-e747-42d4-8d29-8307744f52fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2631 | 2024.05.16 00:48:48.007592 [ 3 ] {6b1f9e39-e747-42d4-8d29-8307744f52fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2632 | 2024.05.16 00:48:48.008005 [ 3 ] {6b1f9e39-e747-42d4-8d29-8307744f52fb} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2633 | 2024.05.16 00:48:48.008051 [ 3 ] {6b1f9e39-e747-42d4-8d29-8307744f52fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
2634 | 2024.05.16 00:48:48.008417 [ 3 ] {6b1f9e39-e747-42d4-8d29-8307744f52fb} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2635 | 2024.05.16 00:48:48.008765 [ 3 ] {6b1f9e39-e747-42d4-8d29-8307744f52fb} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2636 | 2024.05.16 00:48:48.008926 [ 3 ] {6b1f9e39-e747-42d4-8d29-8307744f52fb} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001632 sec., 1225.4901960784314 rows/sec., 99.93 KiB/sec. | ||
2637 | 2024.05.16 00:48:48.009142 [ 3 ] {6b1f9e39-e747-42d4-8d29-8307744f52fb} <Debug> DynamicQueryHandler: Done processing query | ||
2638 | 2024.05.16 00:48:48.009170 [ 3 ] {6b1f9e39-e747-42d4-8d29-8307744f52fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2639 | 2024.05.16 00:48:48.009188 [ 3 ] {} <Debug> HTTP-Session: 47946cf3-6baf-4a7c-bcd0-a2d9fb218254 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2640 | 2024.05.16 00:48:48.009337 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4403, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2641 | 2024.05.16 00:48:48.009391 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2642 | 2024.05.16 00:48:48.009411 [ 3 ] {} <Debug> HTTP-Session: 1cd2cdee-9f0d-46d2-8bac-ee3e16b7f6d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2643 | 2024.05.16 00:48:48.009429 [ 3 ] {} <Debug> HTTP-Session: 1cd2cdee-9f0d-46d2-8bac-ee3e16b7f6d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2644 | 2024.05.16 00:48:48.009443 [ 3 ] {} <Debug> HTTP-Session: 1cd2cdee-9f0d-46d2-8bac-ee3e16b7f6d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2645 | 2024.05.16 00:48:48.009477 [ 3 ] {} <Trace> HTTP-Session: 1cd2cdee-9f0d-46d2-8bac-ee3e16b7f6d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2646 | 2024.05.16 00:48:48.009589 [ 3 ] {f32a91a8-c9bd-4e72-8299-6a57ac5ab206} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2647 | 2024.05.16 00:48:48.009635 [ 3 ] {f32a91a8-c9bd-4e72-8299-6a57ac5ab206} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2648 | 2024.05.16 00:48:48.009767 [ 3 ] {f32a91a8-c9bd-4e72-8299-6a57ac5ab206} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2649 | 2024.05.16 00:48:48.010083 [ 3 ] {f32a91a8-c9bd-4e72-8299-6a57ac5ab206} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2650 | 2024.05.16 00:48:48.010121 [ 3 ] {f32a91a8-c9bd-4e72-8299-6a57ac5ab206} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
2651 | 2024.05.16 00:48:48.010433 [ 3 ] {f32a91a8-c9bd-4e72-8299-6a57ac5ab206} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2652 | 2024.05.16 00:48:48.010737 [ 3 ] {f32a91a8-c9bd-4e72-8299-6a57ac5ab206} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2653 | 2024.05.16 00:48:48.010903 [ 3 ] {f32a91a8-c9bd-4e72-8299-6a57ac5ab206} <Debug> executeQuery: Read 31 rows, 2.47 KiB in 0.001342 sec., 23099.850968703427 rows/sec., 1.80 MiB/sec. | ||
2654 | 2024.05.16 00:48:48.011152 [ 3 ] {f32a91a8-c9bd-4e72-8299-6a57ac5ab206} <Debug> DynamicQueryHandler: Done processing query | ||
2655 | 2024.05.16 00:48:48.011191 [ 3 ] {f32a91a8-c9bd-4e72-8299-6a57ac5ab206} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2656 | 2024.05.16 00:48:48.011208 [ 3 ] {} <Debug> HTTP-Session: 1cd2cdee-9f0d-46d2-8bac-ee3e16b7f6d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2657 | 2024.05.16 00:48:48.011324 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2658 | 2024.05.16 00:48:48.011375 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2659 | 2024.05.16 00:48:48.011394 [ 3 ] {} <Debug> HTTP-Session: 89dcb589-6429-486f-920d-ca3bc4946a56 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2660 | 2024.05.16 00:48:48.011411 [ 3 ] {} <Debug> HTTP-Session: 89dcb589-6429-486f-920d-ca3bc4946a56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2661 | 2024.05.16 00:48:48.011424 [ 3 ] {} <Debug> HTTP-Session: 89dcb589-6429-486f-920d-ca3bc4946a56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2662 | 2024.05.16 00:48:48.011455 [ 3 ] {} <Trace> HTTP-Session: 89dcb589-6429-486f-920d-ca3bc4946a56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2663 | 2024.05.16 00:48:48.011552 [ 3 ] {5db073cd-c4e8-4d9d-bc23-3636ff893d2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2664 | 2024.05.16 00:48:48.011597 [ 3 ] {5db073cd-c4e8-4d9d-bc23-3636ff893d2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2665 | 2024.05.16 00:48:48.011739 [ 3 ] {5db073cd-c4e8-4d9d-bc23-3636ff893d2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2666 | 2024.05.16 00:48:48.012008 [ 3 ] {5db073cd-c4e8-4d9d-bc23-3636ff893d2d} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2667 | 2024.05.16 00:48:48.012046 [ 3 ] {5db073cd-c4e8-4d9d-bc23-3636ff893d2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
2668 | 2024.05.16 00:48:48.012340 [ 3 ] {5db073cd-c4e8-4d9d-bc23-3636ff893d2d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2669 | 2024.05.16 00:48:48.012649 [ 3 ] {5db073cd-c4e8-4d9d-bc23-3636ff893d2d} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2670 | 2024.05.16 00:48:48.012804 [ 3 ] {5db073cd-c4e8-4d9d-bc23-3636ff893d2d} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001277 sec., 1566.1707126076744 rows/sec., 109.36 KiB/sec. | ||
2671 | 2024.05.16 00:48:48.012970 [ 3 ] {5db073cd-c4e8-4d9d-bc23-3636ff893d2d} <Debug> DynamicQueryHandler: Done processing query | ||
2672 | 2024.05.16 00:48:48.012994 [ 3 ] {5db073cd-c4e8-4d9d-bc23-3636ff893d2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2673 | 2024.05.16 00:48:48.013009 [ 3 ] {} <Debug> HTTP-Session: 89dcb589-6429-486f-920d-ca3bc4946a56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2674 | 2024.05.16 00:48:48.013155 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 6497, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2675 | 2024.05.16 00:48:48.013204 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2676 | 2024.05.16 00:48:48.013224 [ 3 ] {} <Debug> HTTP-Session: cd7e40cf-0c61-46a2-a8d6-00e4fb6bd322 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2677 | 2024.05.16 00:48:48.013241 [ 3 ] {} <Debug> HTTP-Session: cd7e40cf-0c61-46a2-a8d6-00e4fb6bd322 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2678 | 2024.05.16 00:48:48.013254 [ 3 ] {} <Debug> HTTP-Session: cd7e40cf-0c61-46a2-a8d6-00e4fb6bd322 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2679 | 2024.05.16 00:48:48.013284 [ 3 ] {} <Trace> HTTP-Session: cd7e40cf-0c61-46a2-a8d6-00e4fb6bd322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2680 | 2024.05.16 00:48:48.013390 [ 3 ] {2b57031d-4ad7-4b6f-ae7c-bc253c511fcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2681 | 2024.05.16 00:48:48.013433 [ 3 ] {2b57031d-4ad7-4b6f-ae7c-bc253c511fcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2682 | 2024.05.16 00:48:48.013561 [ 3 ] {2b57031d-4ad7-4b6f-ae7c-bc253c511fcd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2683 | 2024.05.16 00:48:48.013852 [ 3 ] {2b57031d-4ad7-4b6f-ae7c-bc253c511fcd} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2684 | 2024.05.16 00:48:48.013889 [ 3 ] {2b57031d-4ad7-4b6f-ae7c-bc253c511fcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
2685 | 2024.05.16 00:48:48.014203 [ 3 ] {2b57031d-4ad7-4b6f-ae7c-bc253c511fcd} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2686 | 2024.05.16 00:48:48.014507 [ 3 ] {2b57031d-4ad7-4b6f-ae7c-bc253c511fcd} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2687 | 2024.05.16 00:48:48.014659 [ 3 ] {2b57031d-4ad7-4b6f-ae7c-bc253c511fcd} <Debug> executeQuery: Read 38 rows, 3.04 KiB in 0.001301 sec., 29208.30130668716 rows/sec., 2.28 MiB/sec. | ||
2688 | 2024.05.16 00:48:48.014811 [ 3 ] {2b57031d-4ad7-4b6f-ae7c-bc253c511fcd} <Debug> DynamicQueryHandler: Done processing query | ||
2689 | 2024.05.16 00:48:48.014836 [ 3 ] {2b57031d-4ad7-4b6f-ae7c-bc253c511fcd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2690 | 2024.05.16 00:48:48.014851 [ 3 ] {} <Debug> HTTP-Session: cd7e40cf-0c61-46a2-a8d6-00e4fb6bd322 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2691 | 2024.05.16 00:48:48.014983 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 11773, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2692 | 2024.05.16 00:48:48.015030 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2693 | 2024.05.16 00:48:48.015050 [ 3 ] {} <Debug> HTTP-Session: f9112138-2b3e-4d33-802a-fc4d827c88d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2694 | 2024.05.16 00:48:48.015066 [ 3 ] {} <Debug> HTTP-Session: f9112138-2b3e-4d33-802a-fc4d827c88d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2695 | 2024.05.16 00:48:48.015080 [ 3 ] {} <Debug> HTTP-Session: f9112138-2b3e-4d33-802a-fc4d827c88d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2696 | 2024.05.16 00:48:48.015110 [ 3 ] {} <Trace> HTTP-Session: f9112138-2b3e-4d33-802a-fc4d827c88d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2697 | 2024.05.16 00:48:48.015226 [ 3 ] {0ca8b67c-0dfc-41c5-b8f6-4b353b5d93b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2698 | 2024.05.16 00:48:48.015272 [ 3 ] {0ca8b67c-0dfc-41c5-b8f6-4b353b5d93b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2699 | 2024.05.16 00:48:48.015418 [ 3 ] {0ca8b67c-0dfc-41c5-b8f6-4b353b5d93b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2700 | 2024.05.16 00:48:48.015722 [ 3 ] {0ca8b67c-0dfc-41c5-b8f6-4b353b5d93b3} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2701 | 2024.05.16 00:48:48.015757 [ 3 ] {0ca8b67c-0dfc-41c5-b8f6-4b353b5d93b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
2702 | 2024.05.16 00:48:48.016149 [ 3 ] {0ca8b67c-0dfc-41c5-b8f6-4b353b5d93b3} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2703 | 2024.05.16 00:48:48.016477 [ 3 ] {0ca8b67c-0dfc-41c5-b8f6-4b353b5d93b3} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2704 | 2024.05.16 00:48:48.016637 [ 3 ] {0ca8b67c-0dfc-41c5-b8f6-4b353b5d93b3} <Debug> executeQuery: Read 61 rows, 4.38 KiB in 0.00145 sec., 42068.965517241384 rows/sec., 2.95 MiB/sec. | ||
2705 | 2024.05.16 00:48:48.016801 [ 3 ] {0ca8b67c-0dfc-41c5-b8f6-4b353b5d93b3} <Debug> DynamicQueryHandler: Done processing query | ||
2706 | 2024.05.16 00:48:48.016824 [ 3 ] {0ca8b67c-0dfc-41c5-b8f6-4b353b5d93b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2707 | 2024.05.16 00:48:48.016839 [ 3 ] {} <Debug> HTTP-Session: f9112138-2b3e-4d33-802a-fc4d827c88d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2708 | 2024.05.16 00:48:48.017005 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4557, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2709 | 2024.05.16 00:48:48.017054 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2710 | 2024.05.16 00:48:48.017073 [ 3 ] {} <Debug> HTTP-Session: ab8113f4-3834-4bea-96df-2fbedba70f94 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2711 | 2024.05.16 00:48:48.017090 [ 3 ] {} <Debug> HTTP-Session: ab8113f4-3834-4bea-96df-2fbedba70f94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2712 | 2024.05.16 00:48:48.017104 [ 3 ] {} <Debug> HTTP-Session: ab8113f4-3834-4bea-96df-2fbedba70f94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2713 | 2024.05.16 00:48:48.017133 [ 3 ] {} <Trace> HTTP-Session: ab8113f4-3834-4bea-96df-2fbedba70f94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2714 | 2024.05.16 00:48:48.017241 [ 3 ] {0807d67b-f268-41aa-a831-05f02d7dfe6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2715 | 2024.05.16 00:48:48.017286 [ 3 ] {0807d67b-f268-41aa-a831-05f02d7dfe6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2716 | 2024.05.16 00:48:48.017412 [ 3 ] {0807d67b-f268-41aa-a831-05f02d7dfe6f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2717 | 2024.05.16 00:48:48.017679 [ 3 ] {0807d67b-f268-41aa-a831-05f02d7dfe6f} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2718 | 2024.05.16 00:48:48.017716 [ 3 ] {0807d67b-f268-41aa-a831-05f02d7dfe6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
2719 | 2024.05.16 00:48:48.018062 [ 3 ] {0807d67b-f268-41aa-a831-05f02d7dfe6f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2720 | 2024.05.16 00:48:48.018370 [ 3 ] {0807d67b-f268-41aa-a831-05f02d7dfe6f} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2721 | 2024.05.16 00:48:48.018519 [ 3 ] {0807d67b-f268-41aa-a831-05f02d7dfe6f} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001313 sec., 22848.43869002285 rows/sec., 1.51 MiB/sec. | ||
2722 | 2024.05.16 00:48:48.018671 [ 3 ] {0807d67b-f268-41aa-a831-05f02d7dfe6f} <Debug> DynamicQueryHandler: Done processing query | ||
2723 | 2024.05.16 00:48:48.018696 [ 3 ] {0807d67b-f268-41aa-a831-05f02d7dfe6f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2724 | 2024.05.16 00:48:48.018711 [ 3 ] {} <Debug> HTTP-Session: ab8113f4-3834-4bea-96df-2fbedba70f94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2725 | 2024.05.16 00:48:53.009119 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2726 | 2024.05.16 00:48:53.009247 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2727 | 2024.05.16 00:48:53.009275 [ 3 ] {} <Debug> HTTP-Session: a8bb1b7c-4330-4ac2-ba1d-2c5a1506e7cc Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2728 | 2024.05.16 00:48:53.009301 [ 3 ] {} <Debug> HTTP-Session: a8bb1b7c-4330-4ac2-ba1d-2c5a1506e7cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2729 | 2024.05.16 00:48:53.009319 [ 3 ] {} <Debug> HTTP-Session: a8bb1b7c-4330-4ac2-ba1d-2c5a1506e7cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2730 | 2024.05.16 00:48:53.009370 [ 3 ] {} <Trace> HTTP-Session: a8bb1b7c-4330-4ac2-ba1d-2c5a1506e7cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2731 | 2024.05.16 00:48:53.009567 [ 3 ] {c110cd29-932d-4a8f-9021-21ee1e2ec255} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2732 | 2024.05.16 00:48:53.009635 [ 3 ] {c110cd29-932d-4a8f-9021-21ee1e2ec255} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2733 | 2024.05.16 00:48:53.009814 [ 3 ] {c110cd29-932d-4a8f-9021-21ee1e2ec255} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2734 | 2024.05.16 00:48:53.010186 [ 3 ] {c110cd29-932d-4a8f-9021-21ee1e2ec255} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2735 | 2024.05.16 00:48:53.010228 [ 3 ] {c110cd29-932d-4a8f-9021-21ee1e2ec255} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
2736 | 2024.05.16 00:48:53.010589 [ 3 ] {c110cd29-932d-4a8f-9021-21ee1e2ec255} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2737 | 2024.05.16 00:48:53.010909 [ 3 ] {c110cd29-932d-4a8f-9021-21ee1e2ec255} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2738 | 2024.05.16 00:48:53.011061 [ 3 ] {c110cd29-932d-4a8f-9021-21ee1e2ec255} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.00156 sec., 19230.76923076923 rows/sec., 1.52 MiB/sec. | ||
2739 | 2024.05.16 00:48:53.011266 [ 3 ] {c110cd29-932d-4a8f-9021-21ee1e2ec255} <Debug> DynamicQueryHandler: Done processing query | ||
2740 | 2024.05.16 00:48:53.011293 [ 3 ] {c110cd29-932d-4a8f-9021-21ee1e2ec255} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2741 | 2024.05.16 00:48:53.011309 [ 3 ] {} <Debug> HTTP-Session: a8bb1b7c-4330-4ac2-ba1d-2c5a1506e7cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2742 | 2024.05.16 00:48:53.011462 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 17859, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2743 | 2024.05.16 00:48:53.011514 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2744 | 2024.05.16 00:48:53.011534 [ 3 ] {} <Debug> HTTP-Session: b60f2576-6c36-4ab6-8900-263875fdf735 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2745 | 2024.05.16 00:48:53.011552 [ 3 ] {} <Debug> HTTP-Session: b60f2576-6c36-4ab6-8900-263875fdf735 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2746 | 2024.05.16 00:48:53.011565 [ 3 ] {} <Debug> HTTP-Session: b60f2576-6c36-4ab6-8900-263875fdf735 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2747 | 2024.05.16 00:48:53.011598 [ 3 ] {} <Trace> HTTP-Session: b60f2576-6c36-4ab6-8900-263875fdf735 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2748 | 2024.05.16 00:48:53.011731 [ 3 ] {d0bd5886-06a2-497d-8fe5-3b729fb5ce34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2749 | 2024.05.16 00:48:53.011777 [ 3 ] {d0bd5886-06a2-497d-8fe5-3b729fb5ce34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2750 | 2024.05.16 00:48:53.011906 [ 3 ] {d0bd5886-06a2-497d-8fe5-3b729fb5ce34} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2751 | 2024.05.16 00:48:53.012250 [ 3 ] {d0bd5886-06a2-497d-8fe5-3b729fb5ce34} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2752 | 2024.05.16 00:48:53.012286 [ 3 ] {d0bd5886-06a2-497d-8fe5-3b729fb5ce34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
2753 | 2024.05.16 00:48:53.012593 [ 3 ] {d0bd5886-06a2-497d-8fe5-3b729fb5ce34} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2754 | 2024.05.16 00:48:53.012891 [ 3 ] {d0bd5886-06a2-497d-8fe5-3b729fb5ce34} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2755 | 2024.05.16 00:48:53.013040 [ 3 ] {d0bd5886-06a2-497d-8fe5-3b729fb5ce34} <Debug> executeQuery: Read 120 rows, 10.54 KiB in 0.001353 sec., 88691.79600886918 rows/sec., 7.61 MiB/sec. | ||
2756 | 2024.05.16 00:48:53.013195 [ 3 ] {d0bd5886-06a2-497d-8fe5-3b729fb5ce34} <Debug> DynamicQueryHandler: Done processing query | ||
2757 | 2024.05.16 00:48:53.013220 [ 3 ] {d0bd5886-06a2-497d-8fe5-3b729fb5ce34} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2758 | 2024.05.16 00:48:53.013236 [ 3 ] {} <Debug> HTTP-Session: b60f2576-6c36-4ab6-8900-263875fdf735 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2759 | 2024.05.16 00:48:53.013377 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 11235, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2760 | 2024.05.16 00:48:53.013424 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2761 | 2024.05.16 00:48:53.013470 [ 3 ] {} <Debug> HTTP-Session: 0c1d3db6-4ab4-4dd7-8c3f-f14124d9420f Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2762 | 2024.05.16 00:48:53.013487 [ 3 ] {} <Debug> HTTP-Session: 0c1d3db6-4ab4-4dd7-8c3f-f14124d9420f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2763 | 2024.05.16 00:48:53.013501 [ 3 ] {} <Debug> HTTP-Session: 0c1d3db6-4ab4-4dd7-8c3f-f14124d9420f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2764 | 2024.05.16 00:48:53.013532 [ 3 ] {} <Trace> HTTP-Session: 0c1d3db6-4ab4-4dd7-8c3f-f14124d9420f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2765 | 2024.05.16 00:48:53.013647 [ 3 ] {34f89c12-cefd-40c3-8b04-e8bba7dadd96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2766 | 2024.05.16 00:48:53.013691 [ 3 ] {34f89c12-cefd-40c3-8b04-e8bba7dadd96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2767 | 2024.05.16 00:48:53.013816 [ 3 ] {34f89c12-cefd-40c3-8b04-e8bba7dadd96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2768 | 2024.05.16 00:48:53.014198 [ 3 ] {34f89c12-cefd-40c3-8b04-e8bba7dadd96} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2769 | 2024.05.16 00:48:53.014235 [ 3 ] {34f89c12-cefd-40c3-8b04-e8bba7dadd96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
2770 | 2024.05.16 00:48:53.014538 [ 3 ] {34f89c12-cefd-40c3-8b04-e8bba7dadd96} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2771 | 2024.05.16 00:48:53.014855 [ 3 ] {34f89c12-cefd-40c3-8b04-e8bba7dadd96} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2772 | 2024.05.16 00:48:53.015000 [ 3 ] {34f89c12-cefd-40c3-8b04-e8bba7dadd96} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001387 sec., 47584.715212689254 rows/sec., 3.72 MiB/sec. | ||
2773 | 2024.05.16 00:48:53.015162 [ 3 ] {34f89c12-cefd-40c3-8b04-e8bba7dadd96} <Debug> DynamicQueryHandler: Done processing query | ||
2774 | 2024.05.16 00:48:53.015186 [ 3 ] {34f89c12-cefd-40c3-8b04-e8bba7dadd96} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2775 | 2024.05.16 00:48:53.015201 [ 3 ] {} <Debug> HTTP-Session: 0c1d3db6-4ab4-4dd7-8c3f-f14124d9420f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2776 | 2024.05.16 00:48:53.015354 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 11582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2777 | 2024.05.16 00:48:53.015402 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2778 | 2024.05.16 00:48:53.015420 [ 3 ] {} <Debug> HTTP-Session: da344ab6-721d-4ee4-8b55-d6fcc1046341 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2779 | 2024.05.16 00:48:53.015437 [ 3 ] {} <Debug> HTTP-Session: da344ab6-721d-4ee4-8b55-d6fcc1046341 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2780 | 2024.05.16 00:48:53.015451 [ 3 ] {} <Debug> HTTP-Session: da344ab6-721d-4ee4-8b55-d6fcc1046341 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2781 | 2024.05.16 00:48:53.015482 [ 3 ] {} <Trace> HTTP-Session: da344ab6-721d-4ee4-8b55-d6fcc1046341 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2782 | 2024.05.16 00:48:53.015607 [ 3 ] {f5b97603-6cf6-4887-b4b0-d091529ad717} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2783 | 2024.05.16 00:48:53.015655 [ 3 ] {f5b97603-6cf6-4887-b4b0-d091529ad717} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2784 | 2024.05.16 00:48:53.015797 [ 3 ] {f5b97603-6cf6-4887-b4b0-d091529ad717} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2785 | 2024.05.16 00:48:53.016087 [ 3 ] {f5b97603-6cf6-4887-b4b0-d091529ad717} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2786 | 2024.05.16 00:48:53.016122 [ 3 ] {f5b97603-6cf6-4887-b4b0-d091529ad717} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
2787 | 2024.05.16 00:48:53.016490 [ 3 ] {f5b97603-6cf6-4887-b4b0-d091529ad717} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2788 | 2024.05.16 00:48:53.016809 [ 3 ] {f5b97603-6cf6-4887-b4b0-d091529ad717} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2789 | 2024.05.16 00:48:53.016965 [ 3 ] {f5b97603-6cf6-4887-b4b0-d091529ad717} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001389 sec., 43196.544276457884 rows/sec., 3.03 MiB/sec. | ||
2790 | 2024.05.16 00:48:53.017228 [ 3 ] {f5b97603-6cf6-4887-b4b0-d091529ad717} <Debug> DynamicQueryHandler: Done processing query | ||
2791 | 2024.05.16 00:48:53.017272 [ 3 ] {f5b97603-6cf6-4887-b4b0-d091529ad717} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2792 | 2024.05.16 00:48:53.017290 [ 3 ] {} <Debug> HTTP-Session: da344ab6-721d-4ee4-8b55-d6fcc1046341 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2793 | 2024.05.16 00:48:53.017453 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 32121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2794 | 2024.05.16 00:48:53.017502 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2795 | 2024.05.16 00:48:53.017521 [ 3 ] {} <Debug> HTTP-Session: f6134f83-9d21-413a-8ab9-a7d4298bb989 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2796 | 2024.05.16 00:48:53.017537 [ 3 ] {} <Debug> HTTP-Session: f6134f83-9d21-413a-8ab9-a7d4298bb989 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2797 | 2024.05.16 00:48:53.017551 [ 3 ] {} <Debug> HTTP-Session: f6134f83-9d21-413a-8ab9-a7d4298bb989 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2798 | 2024.05.16 00:48:53.017580 [ 3 ] {} <Trace> HTTP-Session: f6134f83-9d21-413a-8ab9-a7d4298bb989 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2799 | 2024.05.16 00:48:53.017975 [ 3 ] {33da29e9-f52f-4467-8efc-0c4314150560} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2800 | 2024.05.16 00:48:53.018025 [ 3 ] {33da29e9-f52f-4467-8efc-0c4314150560} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2801 | 2024.05.16 00:48:53.018201 [ 3 ] {33da29e9-f52f-4467-8efc-0c4314150560} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2802 | 2024.05.16 00:48:53.018598 [ 3 ] {33da29e9-f52f-4467-8efc-0c4314150560} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2803 | 2024.05.16 00:48:53.018634 [ 3 ] {33da29e9-f52f-4467-8efc-0c4314150560} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
2804 | 2024.05.16 00:48:53.019026 [ 3 ] {33da29e9-f52f-4467-8efc-0c4314150560} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2805 | 2024.05.16 00:48:53.019354 [ 3 ] {33da29e9-f52f-4467-8efc-0c4314150560} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2806 | 2024.05.16 00:48:53.019513 [ 3 ] {33da29e9-f52f-4467-8efc-0c4314150560} <Debug> executeQuery: Read 30 rows, 41.46 KiB in 0.001854 sec., 16181.229773462783 rows/sec., 21.84 MiB/sec. | ||
2807 | 2024.05.16 00:48:53.019669 [ 3 ] {33da29e9-f52f-4467-8efc-0c4314150560} <Debug> DynamicQueryHandler: Done processing query | ||
2808 | 2024.05.16 00:48:53.019694 [ 3 ] {33da29e9-f52f-4467-8efc-0c4314150560} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
2809 | 2024.05.16 00:48:53.019709 [ 3 ] {} <Debug> HTTP-Session: f6134f83-9d21-413a-8ab9-a7d4298bb989 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2810 | 2024.05.16 00:48:53.019888 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4557, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2811 | 2024.05.16 00:48:53.019936 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2812 | 2024.05.16 00:48:53.019955 [ 3 ] {} <Debug> HTTP-Session: 1e18b7c2-2b05-49af-bd9e-023b6c234f99 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2813 | 2024.05.16 00:48:53.019971 [ 3 ] {} <Debug> HTTP-Session: 1e18b7c2-2b05-49af-bd9e-023b6c234f99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2814 | 2024.05.16 00:48:53.019984 [ 3 ] {} <Debug> HTTP-Session: 1e18b7c2-2b05-49af-bd9e-023b6c234f99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2815 | 2024.05.16 00:48:53.020014 [ 3 ] {} <Trace> HTTP-Session: 1e18b7c2-2b05-49af-bd9e-023b6c234f99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2816 | 2024.05.16 00:48:53.020115 [ 3 ] {3fbf2cb9-dbc2-4b6a-be9b-e7c2b2355b49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2817 | 2024.05.16 00:48:53.020158 [ 3 ] {3fbf2cb9-dbc2-4b6a-be9b-e7c2b2355b49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2818 | 2024.05.16 00:48:53.020282 [ 3 ] {3fbf2cb9-dbc2-4b6a-be9b-e7c2b2355b49} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2819 | 2024.05.16 00:48:53.020518 [ 3 ] {3fbf2cb9-dbc2-4b6a-be9b-e7c2b2355b49} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2820 | 2024.05.16 00:48:53.020553 [ 3 ] {3fbf2cb9-dbc2-4b6a-be9b-e7c2b2355b49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
2821 | 2024.05.16 00:48:53.020899 [ 3 ] {3fbf2cb9-dbc2-4b6a-be9b-e7c2b2355b49} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2822 | 2024.05.16 00:48:53.021209 [ 3 ] {3fbf2cb9-dbc2-4b6a-be9b-e7c2b2355b49} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2823 | 2024.05.16 00:48:53.021346 [ 3 ] {3fbf2cb9-dbc2-4b6a-be9b-e7c2b2355b49} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001275 sec., 23529.41176470588 rows/sec., 1.56 MiB/sec. | ||
2824 | 2024.05.16 00:48:53.021486 [ 3 ] {3fbf2cb9-dbc2-4b6a-be9b-e7c2b2355b49} <Debug> DynamicQueryHandler: Done processing query | ||
2825 | 2024.05.16 00:48:53.021509 [ 3 ] {3fbf2cb9-dbc2-4b6a-be9b-e7c2b2355b49} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2826 | 2024.05.16 00:48:53.021523 [ 3 ] {} <Debug> HTTP-Session: 1e18b7c2-2b05-49af-bd9e-023b6c234f99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2827 | 2024.05.16 00:48:58.006942 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4269, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2828 | 2024.05.16 00:48:58.007074 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2829 | 2024.05.16 00:48:58.007103 [ 3 ] {} <Debug> HTTP-Session: 4b095a5e-e144-406f-b35a-73eacba20c70 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2830 | 2024.05.16 00:48:58.007131 [ 3 ] {} <Debug> HTTP-Session: 4b095a5e-e144-406f-b35a-73eacba20c70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2831 | 2024.05.16 00:48:58.007150 [ 3 ] {} <Debug> HTTP-Session: 4b095a5e-e144-406f-b35a-73eacba20c70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2832 | 2024.05.16 00:48:58.007203 [ 3 ] {} <Trace> HTTP-Session: 4b095a5e-e144-406f-b35a-73eacba20c70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2833 | 2024.05.16 00:48:58.007403 [ 3 ] {200087f9-348b-4981-9495-9e9bfb6041e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2834 | 2024.05.16 00:48:58.007473 [ 3 ] {200087f9-348b-4981-9495-9e9bfb6041e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2835 | 2024.05.16 00:48:58.007681 [ 3 ] {200087f9-348b-4981-9495-9e9bfb6041e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2836 | 2024.05.16 00:48:58.008061 [ 3 ] {200087f9-348b-4981-9495-9e9bfb6041e8} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2837 | 2024.05.16 00:48:58.008105 [ 3 ] {200087f9-348b-4981-9495-9e9bfb6041e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
2838 | 2024.05.16 00:48:58.008473 [ 3 ] {200087f9-348b-4981-9495-9e9bfb6041e8} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2839 | 2024.05.16 00:48:58.008793 [ 3 ] {200087f9-348b-4981-9495-9e9bfb6041e8} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2840 | 2024.05.16 00:48:58.008966 [ 3 ] {200087f9-348b-4981-9495-9e9bfb6041e8} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.001622 sec., 18495.684340320593 rows/sec., 1.44 MiB/sec. | ||
2841 | 2024.05.16 00:48:58.009196 [ 3 ] {200087f9-348b-4981-9495-9e9bfb6041e8} <Debug> DynamicQueryHandler: Done processing query | ||
2842 | 2024.05.16 00:48:58.009224 [ 3 ] {200087f9-348b-4981-9495-9e9bfb6041e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2843 | 2024.05.16 00:48:58.009240 [ 3 ] {} <Debug> HTTP-Session: 4b095a5e-e144-406f-b35a-73eacba20c70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2844 | 2024.05.16 00:48:58.009413 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 6154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2845 | 2024.05.16 00:48:58.009463 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2846 | 2024.05.16 00:48:58.009482 [ 3 ] {} <Debug> HTTP-Session: 4f8adcb0-b0e0-4dae-9636-c095e11cf9d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2847 | 2024.05.16 00:48:58.009501 [ 3 ] {} <Debug> HTTP-Session: 4f8adcb0-b0e0-4dae-9636-c095e11cf9d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2848 | 2024.05.16 00:48:58.009515 [ 3 ] {} <Debug> HTTP-Session: 4f8adcb0-b0e0-4dae-9636-c095e11cf9d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2849 | 2024.05.16 00:48:58.009549 [ 3 ] {} <Trace> HTTP-Session: 4f8adcb0-b0e0-4dae-9636-c095e11cf9d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2850 | 2024.05.16 00:48:58.009662 [ 3 ] {2cd5b39a-0061-4933-90ff-63515dde55bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2851 | 2024.05.16 00:48:58.009708 [ 3 ] {2cd5b39a-0061-4933-90ff-63515dde55bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2852 | 2024.05.16 00:48:58.009836 [ 3 ] {2cd5b39a-0061-4933-90ff-63515dde55bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2853 | 2024.05.16 00:48:58.010102 [ 3 ] {2cd5b39a-0061-4933-90ff-63515dde55bf} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2854 | 2024.05.16 00:48:58.010139 [ 3 ] {2cd5b39a-0061-4933-90ff-63515dde55bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
2855 | 2024.05.16 00:48:58.010437 [ 3 ] {2cd5b39a-0061-4933-90ff-63515dde55bf} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2856 | 2024.05.16 00:48:58.010732 [ 3 ] {2cd5b39a-0061-4933-90ff-63515dde55bf} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2857 | 2024.05.16 00:48:58.010899 [ 3 ] {2cd5b39a-0061-4933-90ff-63515dde55bf} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001266 sec., 28436.018957345972 rows/sec., 2.22 MiB/sec. | ||
2858 | 2024.05.16 00:48:58.011166 [ 3 ] {2cd5b39a-0061-4933-90ff-63515dde55bf} <Debug> DynamicQueryHandler: Done processing query | ||
2859 | 2024.05.16 00:48:58.011205 [ 3 ] {2cd5b39a-0061-4933-90ff-63515dde55bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2860 | 2024.05.16 00:48:58.011221 [ 3 ] {} <Debug> HTTP-Session: 4f8adcb0-b0e0-4dae-9636-c095e11cf9d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2861 | 2024.05.16 00:48:58.011411 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 11582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2862 | 2024.05.16 00:48:58.011460 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2863 | 2024.05.16 00:48:58.011479 [ 3 ] {} <Debug> HTTP-Session: 0d0d4723-f6bd-47ab-a1ee-f862793c4c43 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2864 | 2024.05.16 00:48:58.011496 [ 3 ] {} <Debug> HTTP-Session: 0d0d4723-f6bd-47ab-a1ee-f862793c4c43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2865 | 2024.05.16 00:48:58.011510 [ 3 ] {} <Debug> HTTP-Session: 0d0d4723-f6bd-47ab-a1ee-f862793c4c43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2866 | 2024.05.16 00:48:58.011541 [ 3 ] {} <Trace> HTTP-Session: 0d0d4723-f6bd-47ab-a1ee-f862793c4c43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2867 | 2024.05.16 00:48:58.011663 [ 3 ] {53587773-0d90-411e-8126-7139e8e2d759} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2868 | 2024.05.16 00:48:58.011712 [ 3 ] {53587773-0d90-411e-8126-7139e8e2d759} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2869 | 2024.05.16 00:48:58.011882 [ 3 ] {53587773-0d90-411e-8126-7139e8e2d759} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2870 | 2024.05.16 00:48:58.012234 [ 3 ] {53587773-0d90-411e-8126-7139e8e2d759} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2871 | 2024.05.16 00:48:58.012270 [ 3 ] {53587773-0d90-411e-8126-7139e8e2d759} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
2872 | 2024.05.16 00:48:58.012643 [ 3 ] {53587773-0d90-411e-8126-7139e8e2d759} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2873 | 2024.05.16 00:48:58.012980 [ 3 ] {53587773-0d90-411e-8126-7139e8e2d759} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2874 | 2024.05.16 00:48:58.013136 [ 3 ] {53587773-0d90-411e-8126-7139e8e2d759} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001509 sec., 39761.431411530815 rows/sec., 2.79 MiB/sec. | ||
2875 | 2024.05.16 00:48:58.013306 [ 3 ] {53587773-0d90-411e-8126-7139e8e2d759} <Debug> DynamicQueryHandler: Done processing query | ||
2876 | 2024.05.16 00:48:58.013330 [ 3 ] {53587773-0d90-411e-8126-7139e8e2d759} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2877 | 2024.05.16 00:48:58.013346 [ 3 ] {} <Debug> HTTP-Session: 0d0d4723-f6bd-47ab-a1ee-f862793c4c43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2878 | 2024.05.16 00:48:58.013465 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4557, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2879 | 2024.05.16 00:48:58.013513 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2880 | 2024.05.16 00:48:58.013532 [ 3 ] {} <Debug> HTTP-Session: fff66e3d-a1b3-4eb5-a756-f01dcbb9efc8 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2881 | 2024.05.16 00:48:58.013548 [ 3 ] {} <Debug> HTTP-Session: fff66e3d-a1b3-4eb5-a756-f01dcbb9efc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2882 | 2024.05.16 00:48:58.013562 [ 3 ] {} <Debug> HTTP-Session: fff66e3d-a1b3-4eb5-a756-f01dcbb9efc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2883 | 2024.05.16 00:48:58.013591 [ 3 ] {} <Trace> HTTP-Session: fff66e3d-a1b3-4eb5-a756-f01dcbb9efc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2884 | 2024.05.16 00:48:58.013694 [ 3 ] {c0cca45d-deea-4ac3-bb32-bbd5be93f40c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2885 | 2024.05.16 00:48:58.013738 [ 3 ] {c0cca45d-deea-4ac3-bb32-bbd5be93f40c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2886 | 2024.05.16 00:48:58.013863 [ 3 ] {c0cca45d-deea-4ac3-bb32-bbd5be93f40c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2887 | 2024.05.16 00:48:58.014130 [ 3 ] {c0cca45d-deea-4ac3-bb32-bbd5be93f40c} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2888 | 2024.05.16 00:48:58.014167 [ 3 ] {c0cca45d-deea-4ac3-bb32-bbd5be93f40c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
2889 | 2024.05.16 00:48:58.014513 [ 3 ] {c0cca45d-deea-4ac3-bb32-bbd5be93f40c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2890 | 2024.05.16 00:48:58.014822 [ 3 ] {c0cca45d-deea-4ac3-bb32-bbd5be93f40c} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2891 | 2024.05.16 00:48:58.014982 [ 3 ] {c0cca45d-deea-4ac3-bb32-bbd5be93f40c} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001311 sec., 22883.295194508006 rows/sec., 1.52 MiB/sec. | ||
2892 | 2024.05.16 00:48:58.015179 [ 3 ] {c0cca45d-deea-4ac3-bb32-bbd5be93f40c} <Debug> DynamicQueryHandler: Done processing query | ||
2893 | 2024.05.16 00:48:58.015203 [ 3 ] {c0cca45d-deea-4ac3-bb32-bbd5be93f40c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2894 | 2024.05.16 00:48:58.015219 [ 3 ] {} <Debug> HTTP-Session: fff66e3d-a1b3-4eb5-a756-f01dcbb9efc8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2895 | 2024.05.16 00:49:01.307079 [ 25 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2896 | 2024.05.16 00:49:01.307153 [ 25 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2897 | 2024.05.16 00:49:02.001248 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00087287 sec. | ||
2898 | 2024.05.16 00:49:03.012051 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2899 | 2024.05.16 00:49:03.012215 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2900 | 2024.05.16 00:49:03.012260 [ 3 ] {} <Debug> HTTP-Session: 8ca9bb05-7c6b-4bda-ba76-83440297b53a Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2901 | 2024.05.16 00:49:03.012298 [ 3 ] {} <Debug> HTTP-Session: 8ca9bb05-7c6b-4bda-ba76-83440297b53a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2902 | 2024.05.16 00:49:03.012326 [ 3 ] {} <Debug> HTTP-Session: 8ca9bb05-7c6b-4bda-ba76-83440297b53a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2903 | 2024.05.16 00:49:03.012403 [ 3 ] {} <Trace> HTTP-Session: 8ca9bb05-7c6b-4bda-ba76-83440297b53a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2904 | 2024.05.16 00:49:03.012688 [ 3 ] {ee658e45-7229-4ced-ae95-8c980b7c091a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2905 | 2024.05.16 00:49:03.012791 [ 3 ] {ee658e45-7229-4ced-ae95-8c980b7c091a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2906 | 2024.05.16 00:49:03.013093 [ 3 ] {ee658e45-7229-4ced-ae95-8c980b7c091a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2907 | 2024.05.16 00:49:03.013595 [ 3 ] {ee658e45-7229-4ced-ae95-8c980b7c091a} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2908 | 2024.05.16 00:49:03.013638 [ 3 ] {ee658e45-7229-4ced-ae95-8c980b7c091a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
2909 | 2024.05.16 00:49:03.013996 [ 3 ] {ee658e45-7229-4ced-ae95-8c980b7c091a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2910 | 2024.05.16 00:49:03.014323 [ 3 ] {ee658e45-7229-4ced-ae95-8c980b7c091a} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2911 | 2024.05.16 00:49:03.014488 [ 3 ] {ee658e45-7229-4ced-ae95-8c980b7c091a} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001889 sec., 15881.418740074112 rows/sec., 1.26 MiB/sec. | ||
2912 | 2024.05.16 00:49:03.014819 [ 3 ] {ee658e45-7229-4ced-ae95-8c980b7c091a} <Debug> DynamicQueryHandler: Done processing query | ||
2913 | 2024.05.16 00:49:03.014847 [ 3 ] {ee658e45-7229-4ced-ae95-8c980b7c091a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2914 | 2024.05.16 00:49:03.014864 [ 3 ] {} <Debug> HTTP-Session: 8ca9bb05-7c6b-4bda-ba76-83440297b53a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2915 | 2024.05.16 00:49:03.015023 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2916 | 2024.05.16 00:49:03.015077 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2917 | 2024.05.16 00:49:03.015096 [ 3 ] {} <Debug> HTTP-Session: 97a694f5-0e44-4c01-beb0-4935dbf40afd Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2918 | 2024.05.16 00:49:03.015114 [ 3 ] {} <Debug> HTTP-Session: 97a694f5-0e44-4c01-beb0-4935dbf40afd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2919 | 2024.05.16 00:49:03.015128 [ 3 ] {} <Debug> HTTP-Session: 97a694f5-0e44-4c01-beb0-4935dbf40afd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2920 | 2024.05.16 00:49:03.015161 [ 3 ] {} <Trace> HTTP-Session: 97a694f5-0e44-4c01-beb0-4935dbf40afd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2921 | 2024.05.16 00:49:03.015264 [ 3 ] {0f995a5f-7a4d-485e-81eb-be679027a597} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
2922 | 2024.05.16 00:49:03.015312 [ 3 ] {0f995a5f-7a4d-485e-81eb-be679027a597} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2923 | 2024.05.16 00:49:03.015461 [ 3 ] {0f995a5f-7a4d-485e-81eb-be679027a597} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2924 | 2024.05.16 00:49:03.015865 [ 3 ] {0f995a5f-7a4d-485e-81eb-be679027a597} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2925 | 2024.05.16 00:49:03.015902 [ 3 ] {0f995a5f-7a4d-485e-81eb-be679027a597} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
2926 | 2024.05.16 00:49:03.016206 [ 3 ] {0f995a5f-7a4d-485e-81eb-be679027a597} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2927 | 2024.05.16 00:49:03.016501 [ 3 ] {0f995a5f-7a4d-485e-81eb-be679027a597} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2928 | 2024.05.16 00:49:03.016617 [ 3 ] {0f995a5f-7a4d-485e-81eb-be679027a597} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001383 sec., 1446.1315979754158 rows/sec., 117.92 KiB/sec. | ||
2929 | 2024.05.16 00:49:03.016808 [ 3 ] {0f995a5f-7a4d-485e-81eb-be679027a597} <Debug> DynamicQueryHandler: Done processing query | ||
2930 | 2024.05.16 00:49:03.016833 [ 3 ] {0f995a5f-7a4d-485e-81eb-be679027a597} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2931 | 2024.05.16 00:49:03.016848 [ 3 ] {} <Debug> HTTP-Session: 97a694f5-0e44-4c01-beb0-4935dbf40afd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2932 | 2024.05.16 00:49:03.017064 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 21536, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2933 | 2024.05.16 00:49:03.017113 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2934 | 2024.05.16 00:49:03.017132 [ 3 ] {} <Debug> HTTP-Session: 9f4dfa83-fc58-4360-bcd6-ee7d35cf9795 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2935 | 2024.05.16 00:49:03.017149 [ 3 ] {} <Debug> HTTP-Session: 9f4dfa83-fc58-4360-bcd6-ee7d35cf9795 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2936 | 2024.05.16 00:49:03.017162 [ 3 ] {} <Debug> HTTP-Session: 9f4dfa83-fc58-4360-bcd6-ee7d35cf9795 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2937 | 2024.05.16 00:49:03.017193 [ 3 ] {} <Trace> HTTP-Session: 9f4dfa83-fc58-4360-bcd6-ee7d35cf9795 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2938 | 2024.05.16 00:49:03.017328 [ 3 ] {817d1f5c-3c8b-421a-9fcd-df65049dec8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2939 | 2024.05.16 00:49:03.017370 [ 3 ] {817d1f5c-3c8b-421a-9fcd-df65049dec8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2940 | 2024.05.16 00:49:03.017490 [ 3 ] {817d1f5c-3c8b-421a-9fcd-df65049dec8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2941 | 2024.05.16 00:49:03.017872 [ 3 ] {817d1f5c-3c8b-421a-9fcd-df65049dec8f} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2942 | 2024.05.16 00:49:03.017907 [ 3 ] {817d1f5c-3c8b-421a-9fcd-df65049dec8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
2943 | 2024.05.16 00:49:03.018256 [ 3 ] {817d1f5c-3c8b-421a-9fcd-df65049dec8f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2944 | 2024.05.16 00:49:03.018554 [ 3 ] {817d1f5c-3c8b-421a-9fcd-df65049dec8f} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2945 | 2024.05.16 00:49:03.018674 [ 24 ] {} <Debug> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2946 | 2024.05.16 00:49:03.018676 [ 3 ] {817d1f5c-3c8b-421a-9fcd-df65049dec8f} <Debug> executeQuery: Read 147 rows, 12.59 KiB in 0.001408 sec., 104403.40909090909 rows/sec., 8.73 MiB/sec. | ||
2947 | 2024.05.16 00:49:03.018721 [ 24 ] {} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2948 | 2024.05.16 00:49:03.018762 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
2949 | 2024.05.16 00:49:03.018898 [ 3 ] {817d1f5c-3c8b-421a-9fcd-df65049dec8f} <Debug> DynamicQueryHandler: Done processing query | ||
2950 | 2024.05.16 00:49:03.018990 [ 3 ] {817d1f5c-3c8b-421a-9fcd-df65049dec8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2951 | 2024.05.16 00:49:03.019077 [ 3 ] {} <Debug> HTTP-Session: 9f4dfa83-fc58-4360-bcd6-ee7d35cf9795 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2952 | 2024.05.16 00:49:03.019115 [ 188 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::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 | ||
2953 | 2024.05.16 00:49:03.019287 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2954 | 2024.05.16 00:49:03.019361 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2955 | 2024.05.16 00:49:03.019362 [ 188 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2956 | 2024.05.16 00:49:03.019385 [ 3 ] {} <Debug> HTTP-Session: caa8538e-2793-4fc9-b094-67e6b2423efb Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2957 | 2024.05.16 00:49:03.019407 [ 3 ] {} <Debug> HTTP-Session: caa8538e-2793-4fc9-b094-67e6b2423efb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2958 | 2024.05.16 00:49:03.019409 [ 188 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 121 rows starting from the beginning of the part | ||
2959 | 2024.05.16 00:49:03.019425 [ 3 ] {} <Debug> HTTP-Session: caa8538e-2793-4fc9-b094-67e6b2423efb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2960 | 2024.05.16 00:49:03.019465 [ 3 ] {} <Trace> HTTP-Session: caa8538e-2793-4fc9-b094-67e6b2423efb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2961 | 2024.05.16 00:49:03.019528 [ 188 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 121 rows starting from the beginning of the part | ||
2962 | 2024.05.16 00:49:03.019643 [ 3 ] {566ee611-7a42-4679-a609-417592df1511} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2963 | 2024.05.16 00:49:03.019770 [ 3 ] {566ee611-7a42-4679-a609-417592df1511} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2964 | 2024.05.16 00:49:03.019783 [ 188 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 31 rows starting from the beginning of the part | ||
2965 | 2024.05.16 00:49:03.020005 [ 188 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 120 rows starting from the beginning of the part | ||
2966 | 2024.05.16 00:49:03.020226 [ 188 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 30 rows starting from the beginning of the part | ||
2967 | 2024.05.16 00:49:03.020436 [ 188 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 147 rows starting from the beginning of the part | ||
2968 | 2024.05.16 00:49:03.020456 [ 3 ] {566ee611-7a42-4679-a609-417592df1511} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2969 | 2024.05.16 00:49:03.021038 [ 3 ] {566ee611-7a42-4679-a609-417592df1511} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2970 | 2024.05.16 00:49:03.021078 [ 3 ] {566ee611-7a42-4679-a609-417592df1511} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
2971 | 2024.05.16 00:49:03.021568 [ 3 ] {566ee611-7a42-4679-a609-417592df1511} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2972 | 2024.05.16 00:49:03.022090 [ 195 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 570 rows, containing 4 columns (4 merged, 0 gathered) in 0.003246397 sec., 175579.26525930132 rows/sec., 14.81 MiB/sec. | ||
2973 | 2024.05.16 00:49:03.022116 [ 3 ] {566ee611-7a42-4679-a609-417592df1511} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2974 | 2024.05.16 00:49:03.022425 [ 3 ] {566ee611-7a42-4679-a609-417592df1511} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.002839 sec., 704.4734061289187 rows/sec., 49.19 KiB/sec. | ||
2975 | 2024.05.16 00:49:03.022426 [ 195 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2976 | 2024.05.16 00:49:03.022949 [ 3 ] {566ee611-7a42-4679-a609-417592df1511} <Debug> DynamicQueryHandler: Done processing query | ||
2977 | 2024.05.16 00:49:03.022997 [ 3 ] {566ee611-7a42-4679-a609-417592df1511} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2978 | 2024.05.16 00:49:03.023043 [ 3 ] {} <Debug> HTTP-Session: caa8538e-2793-4fc9-b094-67e6b2423efb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2979 | 2024.05.16 00:49:03.023208 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 16312, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2980 | 2024.05.16 00:49:03.023299 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2981 | 2024.05.16 00:49:03.023298 [ 195 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_16_3} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2982 | 2024.05.16 00:49:03.023331 [ 3 ] {} <Debug> HTTP-Session: 10671f58-8fb7-4da3-a33c-472eab0618d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
2983 | 2024.05.16 00:49:03.023382 [ 3 ] {} <Debug> HTTP-Session: 10671f58-8fb7-4da3-a33c-472eab0618d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2984 | 2024.05.16 00:49:03.023417 [ 3 ] {} <Debug> HTTP-Session: 10671f58-8fb7-4da3-a33c-472eab0618d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2985 | 2024.05.16 00:49:03.023476 [ 3 ] {} <Trace> HTTP-Session: 10671f58-8fb7-4da3-a33c-472eab0618d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2986 | 2024.05.16 00:49:03.023502 [ 195 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_16_3} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2987 | 2024.05.16 00:49:03.023649 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
2988 | 2024.05.16 00:49:03.023707 [ 3 ] {158611fd-2a24-4729-9635-ad840fd405a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2989 | 2024.05.16 00:49:03.023756 [ 3 ] {158611fd-2a24-4729-9635-ad840fd405a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2990 | 2024.05.16 00:49:03.023896 [ 3 ] {158611fd-2a24-4729-9635-ad840fd405a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2991 | 2024.05.16 00:49:03.024259 [ 3 ] {158611fd-2a24-4729-9635-ad840fd405a0} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2992 | 2024.05.16 00:49:03.024296 [ 3 ] {158611fd-2a24-4729-9635-ad840fd405a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
2993 | 2024.05.16 00:49:03.024622 [ 3 ] {158611fd-2a24-4729-9635-ad840fd405a0} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2994 | 2024.05.16 00:49:03.024923 [ 3 ] {158611fd-2a24-4729-9635-ad840fd405a0} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2995 | 2024.05.16 00:49:03.025042 [ 24 ] {} <Debug> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2996 | 2024.05.16 00:49:03.025048 [ 3 ] {158611fd-2a24-4729-9635-ad840fd405a0} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001458 sec., 65843.62139917695 rows/sec., 5.14 MiB/sec. | ||
2997 | 2024.05.16 00:49:03.025075 [ 24 ] {} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2998 | 2024.05.16 00:49:03.025110 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
2999 | 2024.05.16 00:49:03.025361 [ 3 ] {158611fd-2a24-4729-9635-ad840fd405a0} <Debug> DynamicQueryHandler: Done processing query | ||
3000 | 2024.05.16 00:49:03.025454 [ 188 ] {a3945bea-d52e-471f-9886-008e21606338::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 | ||
3001 | 2024.05.16 00:49:03.025457 [ 3 ] {158611fd-2a24-4729-9635-ad840fd405a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3002 | 2024.05.16 00:49:03.025588 [ 3 ] {} <Debug> HTTP-Session: 10671f58-8fb7-4da3-a33c-472eab0618d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3003 | 2024.05.16 00:49:03.025940 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 15582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3004 | 2024.05.16 00:49:03.026146 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3005 | 2024.05.16 00:49:03.026262 [ 3 ] {} <Debug> HTTP-Session: d508e46b-fd13-4007-92b0-b5cd11a28dd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
3006 | 2024.05.16 00:49:03.026271 [ 188 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3007 | 2024.05.16 00:49:03.026306 [ 3 ] {} <Debug> HTTP-Session: d508e46b-fd13-4007-92b0-b5cd11a28dd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3008 | 2024.05.16 00:49:03.026343 [ 188 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 84 rows starting from the beginning of the part | ||
3009 | 2024.05.16 00:49:03.026365 [ 3 ] {} <Debug> HTTP-Session: d508e46b-fd13-4007-92b0-b5cd11a28dd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3010 | 2024.05.16 00:49:03.026421 [ 3 ] {} <Trace> HTTP-Session: d508e46b-fd13-4007-92b0-b5cd11a28dd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3011 | 2024.05.16 00:49:03.026495 [ 188 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 68 rows starting from the beginning of the part | ||
3012 | 2024.05.16 00:49:03.026656 [ 188 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 38 rows starting from the beginning of the part | ||
3013 | 2024.05.16 00:49:03.026675 [ 3 ] {e0df0061-fcd6-4240-a409-417727374fa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3014 | 2024.05.16 00:49:03.026825 [ 3 ] {e0df0061-fcd6-4240-a409-417727374fa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3015 | 2024.05.16 00:49:03.026848 [ 188 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 66 rows starting from the beginning of the part | ||
3016 | 2024.05.16 00:49:03.027069 [ 188 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 36 rows starting from the beginning of the part | ||
3017 | 2024.05.16 00:49:03.027292 [ 188 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 96 rows starting from the beginning of the part | ||
3018 | 2024.05.16 00:49:03.027619 [ 3 ] {e0df0061-fcd6-4240-a409-417727374fa5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3019 | 2024.05.16 00:49:03.028146 [ 3 ] {e0df0061-fcd6-4240-a409-417727374fa5} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3020 | 2024.05.16 00:49:03.028192 [ 3 ] {e0df0061-fcd6-4240-a409-417727374fa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
3021 | 2024.05.16 00:49:03.028807 [ 3 ] {e0df0061-fcd6-4240-a409-417727374fa5} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3022 | 2024.05.16 00:49:03.028854 [ 195 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 388 rows, containing 4 columns (4 merged, 0 gathered) in 0.003685737 sec., 105270.66906835728 rows/sec., 8.23 MiB/sec. | ||
3023 | 2024.05.16 00:49:03.029052 [ 195 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3024 | 2024.05.16 00:49:03.029582 [ 3 ] {e0df0061-fcd6-4240-a409-417727374fa5} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3025 | 2024.05.16 00:49:03.029844 [ 24 ] {} <Debug> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3026 | 2024.05.16 00:49:03.029906 [ 3 ] {e0df0061-fcd6-4240-a409-417727374fa5} <Debug> executeQuery: Read 81 rows, 5.80 KiB in 0.003333 sec., 24302.4302430243 rows/sec., 1.70 MiB/sec. | ||
3027 | 2024.05.16 00:49:03.029920 [ 24 ] {} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3028 | 2024.05.16 00:49:03.030001 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
3029 | 2024.05.16 00:49:03.030027 [ 200 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_16_3} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3030 | 2024.05.16 00:49:03.030355 [ 200 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_16_3} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3031 | 2024.05.16 00:49:03.030379 [ 3 ] {e0df0061-fcd6-4240-a409-417727374fa5} <Debug> DynamicQueryHandler: Done processing query | ||
3032 | 2024.05.16 00:49:03.030387 [ 188 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
3033 | 2024.05.16 00:49:03.030435 [ 3 ] {e0df0061-fcd6-4240-a409-417727374fa5} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3034 | 2024.05.16 00:49:03.030514 [ 3 ] {} <Debug> HTTP-Session: d508e46b-fd13-4007-92b0-b5cd11a28dd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3035 | 2024.05.16 00:49:03.030558 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
3036 | 2024.05.16 00:49:03.030648 [ 188 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3037 | 2024.05.16 00:49:03.030678 [ 188 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 590 rows starting from the beginning of the part | ||
3038 | 2024.05.16 00:49:03.030732 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 32121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3039 | 2024.05.16 00:49:03.030789 [ 188 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 61 rows starting from the beginning of the part | ||
3040 | 2024.05.16 00:49:03.030826 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3041 | 2024.05.16 00:49:03.030889 [ 3 ] {} <Debug> HTTP-Session: 83972b4e-398d-48f2-a881-64ab89ae36ad Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
3042 | 2024.05.16 00:49:03.030934 [ 3 ] {} <Debug> HTTP-Session: 83972b4e-398d-48f2-a881-64ab89ae36ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3043 | 2024.05.16 00:49:03.030957 [ 188 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 61 rows starting from the beginning of the part | ||
3044 | 2024.05.16 00:49:03.030970 [ 3 ] {} <Debug> HTTP-Session: 83972b4e-398d-48f2-a881-64ab89ae36ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3045 | 2024.05.16 00:49:03.031047 [ 3 ] {} <Trace> HTTP-Session: 83972b4e-398d-48f2-a881-64ab89ae36ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3046 | 2024.05.16 00:49:03.031161 [ 188 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
3047 | 2024.05.16 00:49:03.031247 [ 188 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
3048 | 2024.05.16 00:49:03.031374 [ 188 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 81 rows starting from the beginning of the part | ||
3049 | 2024.05.16 00:49:03.031729 [ 3 ] {7e97ee4e-5c10-4cae-bdbf-cd756e0f016d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3050 | 2024.05.16 00:49:03.031836 [ 3 ] {7e97ee4e-5c10-4cae-bdbf-cd756e0f016d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3051 | 2024.05.16 00:49:03.032113 [ 3 ] {7e97ee4e-5c10-4cae-bdbf-cd756e0f016d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3052 | 2024.05.16 00:49:03.033017 [ 3 ] {7e97ee4e-5c10-4cae-bdbf-cd756e0f016d} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3053 | 2024.05.16 00:49:03.033075 [ 3 ] {7e97ee4e-5c10-4cae-bdbf-cd756e0f016d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
3054 | 2024.05.16 00:49:03.033214 [ 188 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 913 rows, containing 5 columns (5 merged, 0 gathered) in 0.003118764 sec., 292744.1768598073 rows/sec., 20.49 MiB/sec. | ||
3055 | 2024.05.16 00:49:03.033377 [ 188 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3056 | 2024.05.16 00:49:03.033656 [ 3 ] {7e97ee4e-5c10-4cae-bdbf-cd756e0f016d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3057 | 2024.05.16 00:49:03.033879 [ 188 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3058 | 2024.05.16 00:49:03.033973 [ 188 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3059 | 2024.05.16 00:49:03.034056 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
3060 | 2024.05.16 00:49:03.034124 [ 3 ] {7e97ee4e-5c10-4cae-bdbf-cd756e0f016d} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3061 | 2024.05.16 00:49:03.034267 [ 3 ] {7e97ee4e-5c10-4cae-bdbf-cd756e0f016d} <Debug> executeQuery: Read 30 rows, 41.46 KiB in 0.003052 sec., 9829.61992136304 rows/sec., 13.26 MiB/sec. | ||
3062 | 2024.05.16 00:49:03.034928 [ 3 ] {7e97ee4e-5c10-4cae-bdbf-cd756e0f016d} <Debug> DynamicQueryHandler: Done processing query | ||
3063 | 2024.05.16 00:49:03.034953 [ 3 ] {7e97ee4e-5c10-4cae-bdbf-cd756e0f016d} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
3064 | 2024.05.16 00:49:03.034969 [ 3 ] {} <Debug> HTTP-Session: 83972b4e-398d-48f2-a881-64ab89ae36ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3065 | 2024.05.16 00:49:03.035144 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 5471, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3066 | 2024.05.16 00:49:03.035193 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3067 | 2024.05.16 00:49:03.035212 [ 3 ] {} <Debug> HTTP-Session: dcfce741-cb4f-4783-83da-e206df4ccb2e Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
3068 | 2024.05.16 00:49:03.035228 [ 3 ] {} <Debug> HTTP-Session: dcfce741-cb4f-4783-83da-e206df4ccb2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3069 | 2024.05.16 00:49:03.035242 [ 3 ] {} <Debug> HTTP-Session: dcfce741-cb4f-4783-83da-e206df4ccb2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3070 | 2024.05.16 00:49:03.035273 [ 3 ] {} <Trace> HTTP-Session: dcfce741-cb4f-4783-83da-e206df4ccb2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3071 | 2024.05.16 00:49:03.035387 [ 3 ] {ec3b01ec-677d-4cc2-92af-fee2d1cee807} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3072 | 2024.05.16 00:49:03.035431 [ 3 ] {ec3b01ec-677d-4cc2-92af-fee2d1cee807} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3073 | 2024.05.16 00:49:03.035564 [ 3 ] {ec3b01ec-677d-4cc2-92af-fee2d1cee807} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3074 | 2024.05.16 00:49:03.035843 [ 3 ] {ec3b01ec-677d-4cc2-92af-fee2d1cee807} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3075 | 2024.05.16 00:49:03.035878 [ 3 ] {ec3b01ec-677d-4cc2-92af-fee2d1cee807} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
3076 | 2024.05.16 00:49:03.036243 [ 3 ] {ec3b01ec-677d-4cc2-92af-fee2d1cee807} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3077 | 2024.05.16 00:49:03.036560 [ 3 ] {ec3b01ec-677d-4cc2-92af-fee2d1cee807} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3078 | 2024.05.16 00:49:03.036682 [ 24 ] {} <Debug> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3079 | 2024.05.16 00:49:03.036692 [ 3 ] {ec3b01ec-677d-4cc2-92af-fee2d1cee807} <Debug> executeQuery: Read 36 rows, 2.46 KiB in 0.001338 sec., 26905.829596412557 rows/sec., 1.79 MiB/sec. | ||
3080 | 2024.05.16 00:49:03.036716 [ 24 ] {} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3081 | 2024.05.16 00:49:03.036757 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
3082 | 2024.05.16 00:49:03.037072 [ 3 ] {ec3b01ec-677d-4cc2-92af-fee2d1cee807} <Debug> DynamicQueryHandler: Done processing query | ||
3083 | 2024.05.16 00:49:03.037181 [ 3 ] {ec3b01ec-677d-4cc2-92af-fee2d1cee807} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3084 | 2024.05.16 00:49:03.037198 [ 200 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
3085 | 2024.05.16 00:49:03.037290 [ 3 ] {} <Debug> HTTP-Session: dcfce741-cb4f-4783-83da-e206df4ccb2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3086 | 2024.05.16 00:49:03.037912 [ 200 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3087 | 2024.05.16 00:49:03.037983 [ 200 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 278 rows starting from the beginning of the part | ||
3088 | 2024.05.16 00:49:03.038066 [ 200 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 30 rows starting from the beginning of the part | ||
3089 | 2024.05.16 00:49:03.038224 [ 200 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 30 rows starting from the beginning of the part | ||
3090 | 2024.05.16 00:49:03.038350 [ 200 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 30 rows starting from the beginning of the part | ||
3091 | 2024.05.16 00:49:03.038449 [ 200 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 30 rows starting from the beginning of the part | ||
3092 | 2024.05.16 00:49:03.038532 [ 200 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 36 rows starting from the beginning of the part | ||
3093 | 2024.05.16 00:49:03.039690 [ 200 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 434 rows, containing 4 columns (4 merged, 0 gathered) in 0.002855708 sec., 151976.32250916408 rows/sec., 10.13 MiB/sec. | ||
3094 | 2024.05.16 00:49:03.039845 [ 200 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3095 | 2024.05.16 00:49:03.040318 [ 200 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_16_3} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3096 | 2024.05.16 00:49:03.040408 [ 200 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_16_3} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3097 | 2024.05.16 00:49:03.040485 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
3098 | 2024.05.16 00:49:08.012044 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3099 | 2024.05.16 00:49:08.012167 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3100 | 2024.05.16 00:49:08.012191 [ 3 ] {} <Debug> HTTP-Session: b31e4a90-b255-4015-9fe0-682c415b805a Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
3101 | 2024.05.16 00:49:08.012214 [ 3 ] {} <Debug> HTTP-Session: b31e4a90-b255-4015-9fe0-682c415b805a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3102 | 2024.05.16 00:49:08.012228 [ 3 ] {} <Debug> HTTP-Session: b31e4a90-b255-4015-9fe0-682c415b805a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3103 | 2024.05.16 00:49:08.012274 [ 3 ] {} <Trace> HTTP-Session: b31e4a90-b255-4015-9fe0-682c415b805a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3104 | 2024.05.16 00:49:08.012453 [ 3 ] {9b0f36e7-a395-48d2-90ae-9785061c7759} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3105 | 2024.05.16 00:49:08.012512 [ 3 ] {9b0f36e7-a395-48d2-90ae-9785061c7759} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3106 | 2024.05.16 00:49:08.012678 [ 3 ] {9b0f36e7-a395-48d2-90ae-9785061c7759} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3107 | 2024.05.16 00:49:08.013091 [ 3 ] {9b0f36e7-a395-48d2-90ae-9785061c7759} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3108 | 2024.05.16 00:49:08.013143 [ 3 ] {9b0f36e7-a395-48d2-90ae-9785061c7759} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
3109 | 2024.05.16 00:49:08.013579 [ 3 ] {9b0f36e7-a395-48d2-90ae-9785061c7759} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3110 | 2024.05.16 00:49:08.013908 [ 3 ] {9b0f36e7-a395-48d2-90ae-9785061c7759} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3111 | 2024.05.16 00:49:08.014073 [ 3 ] {9b0f36e7-a395-48d2-90ae-9785061c7759} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001661 sec., 33714.62974111981 rows/sec., 2.57 MiB/sec. | ||
3112 | 2024.05.16 00:49:08.014403 [ 3 ] {9b0f36e7-a395-48d2-90ae-9785061c7759} <Debug> DynamicQueryHandler: Done processing query | ||
3113 | 2024.05.16 00:49:08.014432 [ 3 ] {9b0f36e7-a395-48d2-90ae-9785061c7759} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3114 | 2024.05.16 00:49:08.014448 [ 3 ] {} <Debug> HTTP-Session: b31e4a90-b255-4015-9fe0-682c415b805a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3115 | 2024.05.16 00:49:08.014631 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3116 | 2024.05.16 00:49:08.014688 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3117 | 2024.05.16 00:49:08.014709 [ 3 ] {} <Debug> HTTP-Session: ce96219e-23fe-4c0a-8266-5f0cad9dcc05 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
3118 | 2024.05.16 00:49:08.014728 [ 3 ] {} <Debug> HTTP-Session: ce96219e-23fe-4c0a-8266-5f0cad9dcc05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3119 | 2024.05.16 00:49:08.014741 [ 3 ] {} <Debug> HTTP-Session: ce96219e-23fe-4c0a-8266-5f0cad9dcc05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3120 | 2024.05.16 00:49:08.014775 [ 3 ] {} <Trace> HTTP-Session: ce96219e-23fe-4c0a-8266-5f0cad9dcc05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3121 | 2024.05.16 00:49:08.014907 [ 3 ] {684c523b-f986-4347-8105-7e18be29d13e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3122 | 2024.05.16 00:49:08.014954 [ 3 ] {684c523b-f986-4347-8105-7e18be29d13e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3123 | 2024.05.16 00:49:08.015101 [ 3 ] {684c523b-f986-4347-8105-7e18be29d13e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3124 | 2024.05.16 00:49:08.015440 [ 3 ] {684c523b-f986-4347-8105-7e18be29d13e} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3125 | 2024.05.16 00:49:08.015479 [ 3 ] {684c523b-f986-4347-8105-7e18be29d13e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
3126 | 2024.05.16 00:49:08.015795 [ 3 ] {684c523b-f986-4347-8105-7e18be29d13e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3127 | 2024.05.16 00:49:08.016111 [ 3 ] {684c523b-f986-4347-8105-7e18be29d13e} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3128 | 2024.05.16 00:49:08.016264 [ 3 ] {684c523b-f986-4347-8105-7e18be29d13e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001405 sec., 45551.60142348755 rows/sec., 3.56 MiB/sec. | ||
3129 | 2024.05.16 00:49:08.016439 [ 3 ] {684c523b-f986-4347-8105-7e18be29d13e} <Debug> DynamicQueryHandler: Done processing query | ||
3130 | 2024.05.16 00:49:08.016463 [ 3 ] {684c523b-f986-4347-8105-7e18be29d13e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3131 | 2024.05.16 00:49:08.016479 [ 3 ] {} <Debug> HTTP-Session: ce96219e-23fe-4c0a-8266-5f0cad9dcc05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3132 | 2024.05.16 00:49:08.016654 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3133 | 2024.05.16 00:49:08.016706 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3134 | 2024.05.16 00:49:08.016725 [ 3 ] {} <Debug> HTTP-Session: b23f289a-fff3-494c-b46d-127c20712181 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
3135 | 2024.05.16 00:49:08.016742 [ 3 ] {} <Debug> HTTP-Session: b23f289a-fff3-494c-b46d-127c20712181 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3136 | 2024.05.16 00:49:08.016756 [ 3 ] {} <Debug> HTTP-Session: b23f289a-fff3-494c-b46d-127c20712181 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3137 | 2024.05.16 00:49:08.016788 [ 3 ] {} <Trace> HTTP-Session: b23f289a-fff3-494c-b46d-127c20712181 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3138 | 2024.05.16 00:49:08.016962 [ 3 ] {5cf5f942-1e36-4493-8168-12b66965672a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3139 | 2024.05.16 00:49:08.017010 [ 3 ] {5cf5f942-1e36-4493-8168-12b66965672a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3140 | 2024.05.16 00:49:08.017153 [ 3 ] {5cf5f942-1e36-4493-8168-12b66965672a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3141 | 2024.05.16 00:49:08.017561 [ 3 ] {5cf5f942-1e36-4493-8168-12b66965672a} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3142 | 2024.05.16 00:49:08.017597 [ 3 ] {5cf5f942-1e36-4493-8168-12b66965672a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
3143 | 2024.05.16 00:49:08.017980 [ 3 ] {5cf5f942-1e36-4493-8168-12b66965672a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3144 | 2024.05.16 00:49:08.018309 [ 3 ] {5cf5f942-1e36-4493-8168-12b66965672a} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3145 | 2024.05.16 00:49:08.018471 [ 3 ] {5cf5f942-1e36-4493-8168-12b66965672a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001597 sec., 100187.85222291798 rows/sec., 6.98 MiB/sec. | ||
3146 | 2024.05.16 00:49:08.018790 [ 3 ] {5cf5f942-1e36-4493-8168-12b66965672a} <Debug> DynamicQueryHandler: Done processing query | ||
3147 | 2024.05.16 00:49:08.018816 [ 3 ] {5cf5f942-1e36-4493-8168-12b66965672a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3148 | 2024.05.16 00:49:08.018832 [ 3 ] {} <Debug> HTTP-Session: b23f289a-fff3-494c-b46d-127c20712181 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3149 | 2024.05.16 00:49:08.018966 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3150 | 2024.05.16 00:49:08.019015 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3151 | 2024.05.16 00:49:08.019034 [ 3 ] {} <Debug> HTTP-Session: 7436c5d2-bb37-4f7b-afc6-894d09160374 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
3152 | 2024.05.16 00:49:08.019050 [ 3 ] {} <Debug> HTTP-Session: 7436c5d2-bb37-4f7b-afc6-894d09160374 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3153 | 2024.05.16 00:49:08.019063 [ 3 ] {} <Debug> HTTP-Session: 7436c5d2-bb37-4f7b-afc6-894d09160374 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3154 | 2024.05.16 00:49:08.019092 [ 3 ] {} <Trace> HTTP-Session: 7436c5d2-bb37-4f7b-afc6-894d09160374 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3155 | 2024.05.16 00:49:08.019227 [ 3 ] {3f79f66b-e785-4891-a933-b191bd3d448f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3156 | 2024.05.16 00:49:08.019274 [ 3 ] {3f79f66b-e785-4891-a933-b191bd3d448f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3157 | 2024.05.16 00:49:08.019416 [ 3 ] {3f79f66b-e785-4891-a933-b191bd3d448f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3158 | 2024.05.16 00:49:08.019722 [ 3 ] {3f79f66b-e785-4891-a933-b191bd3d448f} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3159 | 2024.05.16 00:49:08.019758 [ 3 ] {3f79f66b-e785-4891-a933-b191bd3d448f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
3160 | 2024.05.16 00:49:08.020107 [ 3 ] {3f79f66b-e785-4891-a933-b191bd3d448f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3161 | 2024.05.16 00:49:08.020421 [ 3 ] {3f79f66b-e785-4891-a933-b191bd3d448f} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3162 | 2024.05.16 00:49:08.020537 [ 3 ] {3f79f66b-e785-4891-a933-b191bd3d448f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00137 sec., 43795.620437956204 rows/sec., 2.95 MiB/sec. | ||
3163 | 2024.05.16 00:49:08.020706 [ 3 ] {3f79f66b-e785-4891-a933-b191bd3d448f} <Debug> DynamicQueryHandler: Done processing query | ||
3164 | 2024.05.16 00:49:08.020731 [ 3 ] {3f79f66b-e785-4891-a933-b191bd3d448f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3165 | 2024.05.16 00:49:08.020747 [ 3 ] {} <Debug> HTTP-Session: 7436c5d2-bb37-4f7b-afc6-894d09160374 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3166 | 2024.05.16 00:49:13.012344 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 992, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3167 | 2024.05.16 00:49:13.012462 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3168 | 2024.05.16 00:49:13.012487 [ 3 ] {} <Debug> HTTP-Session: 56af8d42-e2bc-4b68-8e71-2eaebd163bca Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
3169 | 2024.05.16 00:49:13.012510 [ 3 ] {} <Debug> HTTP-Session: 56af8d42-e2bc-4b68-8e71-2eaebd163bca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3170 | 2024.05.16 00:49:13.012524 [ 3 ] {} <Debug> HTTP-Session: 56af8d42-e2bc-4b68-8e71-2eaebd163bca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3171 | 2024.05.16 00:49:13.012572 [ 3 ] {} <Trace> HTTP-Session: 56af8d42-e2bc-4b68-8e71-2eaebd163bca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3172 | 2024.05.16 00:49:13.012797 [ 3 ] {6968d45e-70eb-49aa-83f6-bcc9e57e4d3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
3173 | 2024.05.16 00:49:13.013170 [ 3 ] {6968d45e-70eb-49aa-83f6-bcc9e57e4d3a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3174 | 2024.05.16 00:49:13.013227 [ 3 ] {6968d45e-70eb-49aa-83f6-bcc9e57e4d3a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
3175 | 2024.05.16 00:49:13.013549 [ 3 ] {6968d45e-70eb-49aa-83f6-bcc9e57e4d3a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3176 | 2024.05.16 00:49:13.013632 [ 3 ] {6968d45e-70eb-49aa-83f6-bcc9e57e4d3a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3177 | 2024.05.16 00:49:13.013804 [ 3 ] {6968d45e-70eb-49aa-83f6-bcc9e57e4d3a} <Debug> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
3178 | 2024.05.16 00:49:13.014008 [ 266 ] {6968d45e-70eb-49aa-83f6-bcc9e57e4d3a} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
3179 | 2024.05.16 00:49:13.014025 [ 264 ] {6968d45e-70eb-49aa-83f6-bcc9e57e4d3a} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
3180 | 2024.05.16 00:49:13.014069 [ 263 ] {6968d45e-70eb-49aa-83f6-bcc9e57e4d3a} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
3181 | 2024.05.16 00:49:13.014050 [ 251 ] {6968d45e-70eb-49aa-83f6-bcc9e57e4d3a} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
3182 | 2024.05.16 00:49:13.014233 [ 3 ] {6968d45e-70eb-49aa-83f6-bcc9e57e4d3a} <Debug> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
3183 | 2024.05.16 00:49:13.014263 [ 3 ] {6968d45e-70eb-49aa-83f6-bcc9e57e4d3a} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3184 | 2024.05.16 00:49:13.014375 [ 3 ] {6968d45e-70eb-49aa-83f6-bcc9e57e4d3a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
3185 | 2024.05.16 00:49:13.014398 [ 3 ] {6968d45e-70eb-49aa-83f6-bcc9e57e4d3a} <Debug> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Reading approx. 23 rows with 3 streams | ||
3186 | 2024.05.16 00:49:13.014439 [ 3 ] {6968d45e-70eb-49aa-83f6-bcc9e57e4d3a} <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', 'database_transaction:retry_data', '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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3187 | 2024.05.16 00:49:13.014484 [ 3 ] {6968d45e-70eb-49aa-83f6-bcc9e57e4d3a} <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', 'database_transaction:retry_data', '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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3188 | 2024.05.16 00:49:13.014523 [ 3 ] {6968d45e-70eb-49aa-83f6-bcc9e57e4d3a} <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', 'database_transaction:retry_data', '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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3189 | 2024.05.16 00:49:13.016300 [ 3 ] {6968d45e-70eb-49aa-83f6-bcc9e57e4d3a} <Debug> executeQuery: Read 23 rows, 983.00 B in 0.003603 sec., 6383.569247849015 rows/sec., 266.43 KiB/sec. | ||
3190 | 2024.05.16 00:49:13.016688 [ 3 ] {6968d45e-70eb-49aa-83f6-bcc9e57e4d3a} <Debug> DynamicQueryHandler: Done processing query | ||
3191 | 2024.05.16 00:49:13.016715 [ 3 ] {6968d45e-70eb-49aa-83f6-bcc9e57e4d3a} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
3192 | 2024.05.16 00:49:13.016733 [ 3 ] {} <Debug> HTTP-Session: 56af8d42-e2bc-4b68-8e71-2eaebd163bca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3193 | 2024.05.16 00:49:13.017076 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 1030, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3194 | 2024.05.16 00:49:13.017129 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3195 | 2024.05.16 00:49:13.017149 [ 3 ] {} <Debug> HTTP-Session: d3328a3f-8838-482f-bf4f-920ca490b29d Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
3196 | 2024.05.16 00:49:13.017168 [ 3 ] {} <Debug> HTTP-Session: d3328a3f-8838-482f-bf4f-920ca490b29d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3197 | 2024.05.16 00:49:13.017182 [ 3 ] {} <Debug> HTTP-Session: d3328a3f-8838-482f-bf4f-920ca490b29d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3198 | 2024.05.16 00:49:13.017218 [ 3 ] {} <Trace> HTTP-Session: d3328a3f-8838-482f-bf4f-920ca490b29d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3199 | 2024.05.16 00:49:13.017381 [ 3 ] {3402dba9-7d56-420e-af7b-91158b13acd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
3200 | 2024.05.16 00:49:13.017665 [ 3 ] {3402dba9-7d56-420e-af7b-91158b13acd7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3201 | 2024.05.16 00:49:13.017708 [ 3 ] {3402dba9-7d56-420e-af7b-91158b13acd7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
3202 | 2024.05.16 00:49:13.017989 [ 3 ] {3402dba9-7d56-420e-af7b-91158b13acd7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3203 | 2024.05.16 00:49:13.018055 [ 3 ] {3402dba9-7d56-420e-af7b-91158b13acd7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3204 | 2024.05.16 00:49:13.018194 [ 3 ] {3402dba9-7d56-420e-af7b-91158b13acd7} <Debug> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
3205 | 2024.05.16 00:49:13.018367 [ 266 ] {3402dba9-7d56-420e-af7b-91158b13acd7} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
3206 | 2024.05.16 00:49:13.018405 [ 262 ] {3402dba9-7d56-420e-af7b-91158b13acd7} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
3207 | 2024.05.16 00:49:13.018411 [ 261 ] {3402dba9-7d56-420e-af7b-91158b13acd7} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
3208 | 2024.05.16 00:49:13.018402 [ 265 ] {3402dba9-7d56-420e-af7b-91158b13acd7} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
3209 | 2024.05.16 00:49:13.018622 [ 3 ] {3402dba9-7d56-420e-af7b-91158b13acd7} <Debug> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
3210 | 2024.05.16 00:49:13.018669 [ 3 ] {3402dba9-7d56-420e-af7b-91158b13acd7} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3211 | 2024.05.16 00:49:13.018800 [ 3 ] {3402dba9-7d56-420e-af7b-91158b13acd7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
3212 | 2024.05.16 00:49:13.018830 [ 3 ] {3402dba9-7d56-420e-af7b-91158b13acd7} <Debug> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Reading approx. 23 rows with 3 streams | ||
3213 | 2024.05.16 00:49:13.018879 [ 3 ] {3402dba9-7d56-420e-af7b-91158b13acd7} <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', 'database_transaction:retry_data', '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', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3214 | 2024.05.16 00:49:13.018929 [ 3 ] {3402dba9-7d56-420e-af7b-91158b13acd7} <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', 'database_transaction:retry_data', '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', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3215 | 2024.05.16 00:49:13.018975 [ 3 ] {3402dba9-7d56-420e-af7b-91158b13acd7} <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', 'database_transaction:retry_data', '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', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3216 | 2024.05.16 00:49:13.020679 [ 3 ] {3402dba9-7d56-420e-af7b-91158b13acd7} <Debug> executeQuery: Read 23 rows, 983.00 B in 0.003374 sec., 6816.834617664494 rows/sec., 284.52 KiB/sec. | ||
3217 | 2024.05.16 00:49:13.020999 [ 3 ] {3402dba9-7d56-420e-af7b-91158b13acd7} <Debug> DynamicQueryHandler: Done processing query | ||
3218 | 2024.05.16 00:49:13.021025 [ 3 ] {3402dba9-7d56-420e-af7b-91158b13acd7} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
3219 | 2024.05.16 00:49:13.021042 [ 3 ] {} <Debug> HTTP-Session: d3328a3f-8838-482f-bf4f-920ca490b29d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3220 | 2024.05.16 00:49:13.021291 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 1064, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3221 | 2024.05.16 00:49:13.021343 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3222 | 2024.05.16 00:49:13.021363 [ 3 ] {} <Debug> HTTP-Session: 37fb38e5-a0ea-4e35-a925-3eee5ee8671a Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
3223 | 2024.05.16 00:49:13.021380 [ 3 ] {} <Debug> HTTP-Session: 37fb38e5-a0ea-4e35-a925-3eee5ee8671a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3224 | 2024.05.16 00:49:13.021394 [ 3 ] {} <Debug> HTTP-Session: 37fb38e5-a0ea-4e35-a925-3eee5ee8671a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3225 | 2024.05.16 00:49:13.021428 [ 3 ] {} <Trace> HTTP-Session: 37fb38e5-a0ea-4e35-a925-3eee5ee8671a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3226 | 2024.05.16 00:49:13.021582 [ 3 ] {bda088cb-6504-41c9-8c67-9741e22ce430} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
3227 | 2024.05.16 00:49:13.021861 [ 3 ] {bda088cb-6504-41c9-8c67-9741e22ce430} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3228 | 2024.05.16 00:49:13.021906 [ 3 ] {bda088cb-6504-41c9-8c67-9741e22ce430} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
3229 | 2024.05.16 00:49:13.022190 [ 3 ] {bda088cb-6504-41c9-8c67-9741e22ce430} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3230 | 2024.05.16 00:49:13.022255 [ 3 ] {bda088cb-6504-41c9-8c67-9741e22ce430} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3231 | 2024.05.16 00:49:13.022393 [ 3 ] {bda088cb-6504-41c9-8c67-9741e22ce430} <Debug> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
3232 | 2024.05.16 00:49:13.022551 [ 267 ] {bda088cb-6504-41c9-8c67-9741e22ce430} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
3233 | 2024.05.16 00:49:13.022576 [ 251 ] {bda088cb-6504-41c9-8c67-9741e22ce430} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
3234 | 2024.05.16 00:49:13.022609 [ 266 ] {bda088cb-6504-41c9-8c67-9741e22ce430} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
3235 | 2024.05.16 00:49:13.022609 [ 261 ] {bda088cb-6504-41c9-8c67-9741e22ce430} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
3236 | 2024.05.16 00:49:13.022737 [ 3 ] {bda088cb-6504-41c9-8c67-9741e22ce430} <Debug> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
3237 | 2024.05.16 00:49:13.022762 [ 3 ] {bda088cb-6504-41c9-8c67-9741e22ce430} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3238 | 2024.05.16 00:49:13.022862 [ 3 ] {bda088cb-6504-41c9-8c67-9741e22ce430} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
3239 | 2024.05.16 00:49:13.022885 [ 3 ] {bda088cb-6504-41c9-8c67-9741e22ce430} <Debug> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Reading approx. 23 rows with 3 streams | ||
3240 | 2024.05.16 00:49:13.022924 [ 3 ] {bda088cb-6504-41c9-8c67-9741e22ce430} <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', 'database_transaction:retry_data', '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', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3241 | 2024.05.16 00:49:13.022963 [ 3 ] {bda088cb-6504-41c9-8c67-9741e22ce430} <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', 'database_transaction:retry_data', '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', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3242 | 2024.05.16 00:49:13.022999 [ 3 ] {bda088cb-6504-41c9-8c67-9741e22ce430} <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', 'database_transaction:retry_data', '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', 'oximeter_collector:collections', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3243 | 2024.05.16 00:49:13.024675 [ 3 ] {bda088cb-6504-41c9-8c67-9741e22ce430} <Debug> executeQuery: Read 23 rows, 983.00 B in 0.003164 sec., 7269.2793931731985 rows/sec., 303.40 KiB/sec. | ||
3244 | 2024.05.16 00:49:13.025003 [ 3 ] {bda088cb-6504-41c9-8c67-9741e22ce430} <Debug> DynamicQueryHandler: Done processing query | ||
3245 | 2024.05.16 00:49:13.025027 [ 3 ] {bda088cb-6504-41c9-8c67-9741e22ce430} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
3246 | 2024.05.16 00:49:13.025046 [ 3 ] {} <Debug> HTTP-Session: 37fb38e5-a0ea-4e35-a925-3eee5ee8671a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3247 | 2024.05.16 00:49:13.025304 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 1101, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3248 | 2024.05.16 00:49:13.025356 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3249 | 2024.05.16 00:49:13.025377 [ 3 ] {} <Debug> HTTP-Session: 43bcbffd-e8b5-44db-bb1a-f21fd99dd21d Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
3250 | 2024.05.16 00:49:13.025394 [ 3 ] {} <Debug> HTTP-Session: 43bcbffd-e8b5-44db-bb1a-f21fd99dd21d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3251 | 2024.05.16 00:49:13.025408 [ 3 ] {} <Debug> HTTP-Session: 43bcbffd-e8b5-44db-bb1a-f21fd99dd21d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3252 | 2024.05.16 00:49:13.025440 [ 3 ] {} <Trace> HTTP-Session: 43bcbffd-e8b5-44db-bb1a-f21fd99dd21d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3253 | 2024.05.16 00:49:13.025589 [ 3 ] {c789c80f-d320-44d7-ab39-d5fd0dca27ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
3254 | 2024.05.16 00:49:13.025867 [ 3 ] {c789c80f-d320-44d7-ab39-d5fd0dca27ae} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3255 | 2024.05.16 00:49:13.025912 [ 3 ] {c789c80f-d320-44d7-ab39-d5fd0dca27ae} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
3256 | 2024.05.16 00:49:13.026196 [ 3 ] {c789c80f-d320-44d7-ab39-d5fd0dca27ae} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3257 | 2024.05.16 00:49:13.026262 [ 3 ] {c789c80f-d320-44d7-ab39-d5fd0dca27ae} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3258 | 2024.05.16 00:49:13.026401 [ 3 ] {c789c80f-d320-44d7-ab39-d5fd0dca27ae} <Debug> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
3259 | 2024.05.16 00:49:13.026606 [ 261 ] {c789c80f-d320-44d7-ab39-d5fd0dca27ae} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
3260 | 2024.05.16 00:49:13.026614 [ 266 ] {c789c80f-d320-44d7-ab39-d5fd0dca27ae} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
3261 | 2024.05.16 00:49:13.026661 [ 265 ] {c789c80f-d320-44d7-ab39-d5fd0dca27ae} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
3262 | 2024.05.16 00:49:13.026623 [ 251 ] {c789c80f-d320-44d7-ab39-d5fd0dca27ae} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
3263 | 2024.05.16 00:49:13.026826 [ 3 ] {c789c80f-d320-44d7-ab39-d5fd0dca27ae} <Debug> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
3264 | 2024.05.16 00:49:13.026856 [ 3 ] {c789c80f-d320-44d7-ab39-d5fd0dca27ae} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3265 | 2024.05.16 00:49:13.026961 [ 3 ] {c789c80f-d320-44d7-ab39-d5fd0dca27ae} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
3266 | 2024.05.16 00:49:13.026982 [ 3 ] {c789c80f-d320-44d7-ab39-d5fd0dca27ae} <Debug> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Reading approx. 23 rows with 3 streams | ||
3267 | 2024.05.16 00:49:13.027021 [ 3 ] {c789c80f-d320-44d7-ab39-d5fd0dca27ae} <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', 'database_transaction:retry_data', '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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3268 | 2024.05.16 00:49:13.027059 [ 3 ] {c789c80f-d320-44d7-ab39-d5fd0dca27ae} <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', 'database_transaction:retry_data', '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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3269 | 2024.05.16 00:49:13.027095 [ 3 ] {c789c80f-d320-44d7-ab39-d5fd0dca27ae} <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', 'database_transaction:retry_data', '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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3270 | 2024.05.16 00:49:13.028750 [ 3 ] {c789c80f-d320-44d7-ab39-d5fd0dca27ae} <Debug> executeQuery: Read 23 rows, 983.00 B in 0.003233 sec., 7114.135477884318 rows/sec., 296.93 KiB/sec. | ||
3271 | 2024.05.16 00:49:13.029064 [ 3 ] {c789c80f-d320-44d7-ab39-d5fd0dca27ae} <Debug> DynamicQueryHandler: Done processing query | ||
3272 | 2024.05.16 00:49:13.029088 [ 3 ] {c789c80f-d320-44d7-ab39-d5fd0dca27ae} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
3273 | 2024.05.16 00:49:13.029107 [ 3 ] {} <Debug> HTTP-Session: 43bcbffd-e8b5-44db-bb1a-f21fd99dd21d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3274 | 2024.05.16 00:49:13.029334 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 1140, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3275 | 2024.05.16 00:49:13.029384 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3276 | 2024.05.16 00:49:13.029404 [ 3 ] {} <Debug> HTTP-Session: 05325a0b-c1f1-4f60-876a-5bb5983007c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
3277 | 2024.05.16 00:49:13.029422 [ 3 ] {} <Debug> HTTP-Session: 05325a0b-c1f1-4f60-876a-5bb5983007c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3278 | 2024.05.16 00:49:13.029436 [ 3 ] {} <Debug> HTTP-Session: 05325a0b-c1f1-4f60-876a-5bb5983007c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3279 | 2024.05.16 00:49:13.029467 [ 3 ] {} <Trace> HTTP-Session: 05325a0b-c1f1-4f60-876a-5bb5983007c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3280 | 2024.05.16 00:49:13.029614 [ 3 ] {2eacdcf7-3365-4d61-a2f9-05be46dd956a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
3281 | 2024.05.16 00:49:13.029893 [ 3 ] {2eacdcf7-3365-4d61-a2f9-05be46dd956a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3282 | 2024.05.16 00:49:13.029937 [ 3 ] {2eacdcf7-3365-4d61-a2f9-05be46dd956a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
3283 | 2024.05.16 00:49:13.030227 [ 3 ] {2eacdcf7-3365-4d61-a2f9-05be46dd956a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3284 | 2024.05.16 00:49:13.030292 [ 3 ] {2eacdcf7-3365-4d61-a2f9-05be46dd956a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3285 | 2024.05.16 00:49:13.030429 [ 3 ] {2eacdcf7-3365-4d61-a2f9-05be46dd956a} <Debug> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
3286 | 2024.05.16 00:49:13.030634 [ 261 ] {2eacdcf7-3365-4d61-a2f9-05be46dd956a} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
3287 | 2024.05.16 00:49:13.030656 [ 266 ] {2eacdcf7-3365-4d61-a2f9-05be46dd956a} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
3288 | 2024.05.16 00:49:13.030660 [ 251 ] {2eacdcf7-3365-4d61-a2f9-05be46dd956a} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
3289 | 2024.05.16 00:49:13.030674 [ 265 ] {2eacdcf7-3365-4d61-a2f9-05be46dd956a} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
3290 | 2024.05.16 00:49:13.030826 [ 3 ] {2eacdcf7-3365-4d61-a2f9-05be46dd956a} <Debug> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
3291 | 2024.05.16 00:49:13.030856 [ 3 ] {2eacdcf7-3365-4d61-a2f9-05be46dd956a} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3292 | 2024.05.16 00:49:13.030958 [ 3 ] {2eacdcf7-3365-4d61-a2f9-05be46dd956a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
3293 | 2024.05.16 00:49:13.030981 [ 3 ] {2eacdcf7-3365-4d61-a2f9-05be46dd956a} <Debug> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Reading approx. 23 rows with 3 streams | ||
3294 | 2024.05.16 00:49:13.031020 [ 3 ] {2eacdcf7-3365-4d61-a2f9-05be46dd956a} <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', 'database_transaction:retry_data', '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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3295 | 2024.05.16 00:49:13.031060 [ 3 ] {2eacdcf7-3365-4d61-a2f9-05be46dd956a} <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', 'database_transaction:retry_data', '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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3296 | 2024.05.16 00:49:13.031097 [ 3 ] {2eacdcf7-3365-4d61-a2f9-05be46dd956a} <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', 'database_transaction:retry_data', '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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3297 | 2024.05.16 00:49:13.032716 [ 3 ] {2eacdcf7-3365-4d61-a2f9-05be46dd956a} <Debug> executeQuery: Read 23 rows, 983.00 B in 0.003173 sec., 7248.660573589663 rows/sec., 302.54 KiB/sec. | ||
3298 | 2024.05.16 00:49:13.033031 [ 3 ] {2eacdcf7-3365-4d61-a2f9-05be46dd956a} <Debug> DynamicQueryHandler: Done processing query | ||
3299 | 2024.05.16 00:49:13.033056 [ 3 ] {2eacdcf7-3365-4d61-a2f9-05be46dd956a} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
3300 | 2024.05.16 00:49:13.033073 [ 3 ] {} <Debug> HTTP-Session: 05325a0b-c1f1-4f60-876a-5bb5983007c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3301 | 2024.05.16 00:49:13.033315 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 1173, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3302 | 2024.05.16 00:49:13.033365 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3303 | 2024.05.16 00:49:13.033385 [ 3 ] {} <Debug> HTTP-Session: 032ba608-0a09-4c9e-8e83-69915194e256 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
3304 | 2024.05.16 00:49:13.033401 [ 3 ] {} <Debug> HTTP-Session: 032ba608-0a09-4c9e-8e83-69915194e256 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3305 | 2024.05.16 00:49:13.033415 [ 3 ] {} <Debug> HTTP-Session: 032ba608-0a09-4c9e-8e83-69915194e256 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3306 | 2024.05.16 00:49:13.033447 [ 3 ] {} <Trace> HTTP-Session: 032ba608-0a09-4c9e-8e83-69915194e256 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3307 | 2024.05.16 00:49:13.033591 [ 3 ] {c9a0f44d-570e-4a4d-939c-df09308ea3fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
3308 | 2024.05.16 00:49:13.033873 [ 3 ] {c9a0f44d-570e-4a4d-939c-df09308ea3fc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3309 | 2024.05.16 00:49:13.033919 [ 3 ] {c9a0f44d-570e-4a4d-939c-df09308ea3fc} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
3310 | 2024.05.16 00:49:13.034213 [ 3 ] {c9a0f44d-570e-4a4d-939c-df09308ea3fc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3311 | 2024.05.16 00:49:13.034279 [ 3 ] {c9a0f44d-570e-4a4d-939c-df09308ea3fc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3312 | 2024.05.16 00:49:13.034418 [ 3 ] {c9a0f44d-570e-4a4d-939c-df09308ea3fc} <Debug> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
3313 | 2024.05.16 00:49:13.034637 [ 251 ] {c9a0f44d-570e-4a4d-939c-df09308ea3fc} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
3314 | 2024.05.16 00:49:13.034643 [ 266 ] {c9a0f44d-570e-4a4d-939c-df09308ea3fc} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
3315 | 2024.05.16 00:49:13.034692 [ 265 ] {c9a0f44d-570e-4a4d-939c-df09308ea3fc} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
3316 | 2024.05.16 00:49:13.034649 [ 261 ] {c9a0f44d-570e-4a4d-939c-df09308ea3fc} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
3317 | 2024.05.16 00:49:13.034856 [ 3 ] {c9a0f44d-570e-4a4d-939c-df09308ea3fc} <Debug> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
3318 | 2024.05.16 00:49:13.034881 [ 3 ] {c9a0f44d-570e-4a4d-939c-df09308ea3fc} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3319 | 2024.05.16 00:49:13.034982 [ 3 ] {c9a0f44d-570e-4a4d-939c-df09308ea3fc} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
3320 | 2024.05.16 00:49:13.035003 [ 3 ] {c9a0f44d-570e-4a4d-939c-df09308ea3fc} <Debug> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Reading approx. 23 rows with 3 streams | ||
3321 | 2024.05.16 00:49:13.035042 [ 3 ] {c9a0f44d-570e-4a4d-939c-df09308ea3fc} <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', 'database_transaction:retry_data', '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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3322 | 2024.05.16 00:49:13.035113 [ 3 ] {c9a0f44d-570e-4a4d-939c-df09308ea3fc} <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', 'database_transaction:retry_data', '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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3323 | 2024.05.16 00:49:13.035172 [ 3 ] {c9a0f44d-570e-4a4d-939c-df09308ea3fc} <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', 'database_transaction:retry_data', '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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
3324 | 2024.05.16 00:49:13.036830 [ 3 ] {c9a0f44d-570e-4a4d-939c-df09308ea3fc} <Debug> executeQuery: Read 23 rows, 983.00 B in 0.003308 sec., 6952.841596130592 rows/sec., 290.19 KiB/sec. | ||
3325 | 2024.05.16 00:49:13.037128 [ 3 ] {c9a0f44d-570e-4a4d-939c-df09308ea3fc} <Debug> DynamicQueryHandler: Done processing query | ||
3326 | 2024.05.16 00:49:13.037153 [ 3 ] {c9a0f44d-570e-4a4d-939c-df09308ea3fc} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
3327 | 2024.05.16 00:49:13.037169 [ 3 ] {} <Debug> HTTP-Session: 032ba608-0a09-4c9e-8e83-69915194e256 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3328 | 2024.05.16 00:49:13.058088 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 1942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3329 | 2024.05.16 00:49:13.058139 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3330 | 2024.05.16 00:49:13.058160 [ 3 ] {} <Debug> HTTP-Session: 8ee1233f-6983-44ab-8619-c52304ad727f Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
3331 | 2024.05.16 00:49:13.058177 [ 3 ] {} <Debug> HTTP-Session: 8ee1233f-6983-44ab-8619-c52304ad727f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3332 | 2024.05.16 00:49:13.058191 [ 3 ] {} <Debug> HTTP-Session: 8ee1233f-6983-44ab-8619-c52304ad727f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3333 | 2024.05.16 00:49:13.058223 [ 3 ] {} <Trace> HTTP-Session: 8ee1233f-6983-44ab-8619-c52304ad727f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3334 | 2024.05.16 00:49:13.058337 [ 3 ] {bfbabc2f-3b1b-4cf4-994e-0949d2f317b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
3335 | 2024.05.16 00:49:13.058382 [ 3 ] {bfbabc2f-3b1b-4cf4-994e-0949d2f317b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3336 | 2024.05.16 00:49:13.058551 [ 3 ] {bfbabc2f-3b1b-4cf4-994e-0949d2f317b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3337 | 2024.05.16 00:49:13.058857 [ 3 ] {bfbabc2f-3b1b-4cf4-994e-0949d2f317b3} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3338 | 2024.05.16 00:49:13.058897 [ 3 ] {bfbabc2f-3b1b-4cf4-994e-0949d2f317b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
3339 | 2024.05.16 00:49:13.059384 [ 3 ] {bfbabc2f-3b1b-4cf4-994e-0949d2f317b3} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3340 | 2024.05.16 00:49:13.059687 [ 3 ] {bfbabc2f-3b1b-4cf4-994e-0949d2f317b3} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3341 | 2024.05.16 00:49:13.059858 [ 3 ] {bfbabc2f-3b1b-4cf4-994e-0949d2f317b3} <Debug> executeQuery: Read 6 rows, 996.00 B in 0.001554 sec., 3861.003861003861 rows/sec., 625.90 KiB/sec. | ||
3342 | 2024.05.16 00:49:13.060162 [ 3 ] {bfbabc2f-3b1b-4cf4-994e-0949d2f317b3} <Debug> DynamicQueryHandler: Done processing query | ||
3343 | 2024.05.16 00:49:13.060187 [ 3 ] {bfbabc2f-3b1b-4cf4-994e-0949d2f317b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3344 | 2024.05.16 00:49:13.060203 [ 3 ] {} <Debug> HTTP-Session: 8ee1233f-6983-44ab-8619-c52304ad727f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3345 | 2024.05.16 00:49:13.060322 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3346 | 2024.05.16 00:49:13.060372 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3347 | 2024.05.16 00:49:13.060392 [ 3 ] {} <Debug> HTTP-Session: 4c4a62e4-4757-4d2c-bbf1-982b06136046 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
3348 | 2024.05.16 00:49:13.060408 [ 3 ] {} <Debug> HTTP-Session: 4c4a62e4-4757-4d2c-bbf1-982b06136046 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3349 | 2024.05.16 00:49:13.060422 [ 3 ] {} <Debug> HTTP-Session: 4c4a62e4-4757-4d2c-bbf1-982b06136046 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3350 | 2024.05.16 00:49:13.060452 [ 3 ] {} <Trace> HTTP-Session: 4c4a62e4-4757-4d2c-bbf1-982b06136046 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3351 | 2024.05.16 00:49:13.060558 [ 3 ] {cfec5f5c-d156-4e09-a04b-f5116eaf2210} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3352 | 2024.05.16 00:49:13.060602 [ 3 ] {cfec5f5c-d156-4e09-a04b-f5116eaf2210} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3353 | 2024.05.16 00:49:13.060748 [ 3 ] {cfec5f5c-d156-4e09-a04b-f5116eaf2210} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3354 | 2024.05.16 00:49:13.061062 [ 3 ] {cfec5f5c-d156-4e09-a04b-f5116eaf2210} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3355 | 2024.05.16 00:49:13.061099 [ 3 ] {cfec5f5c-d156-4e09-a04b-f5116eaf2210} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
3356 | 2024.05.16 00:49:13.061410 [ 3 ] {cfec5f5c-d156-4e09-a04b-f5116eaf2210} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3357 | 2024.05.16 00:49:13.061707 [ 3 ] {cfec5f5c-d156-4e09-a04b-f5116eaf2210} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3358 | 2024.05.16 00:49:13.061864 [ 3 ] {cfec5f5c-d156-4e09-a04b-f5116eaf2210} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001329 sec., 22573.36343115124 rows/sec., 1.79 MiB/sec. | ||
3359 | 2024.05.16 00:49:13.062066 [ 3 ] {cfec5f5c-d156-4e09-a04b-f5116eaf2210} <Debug> DynamicQueryHandler: Done processing query | ||
3360 | 2024.05.16 00:49:13.062091 [ 3 ] {cfec5f5c-d156-4e09-a04b-f5116eaf2210} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3361 | 2024.05.16 00:49:13.062107 [ 3 ] {} <Debug> HTTP-Session: 4c4a62e4-4757-4d2c-bbf1-982b06136046 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3362 | 2024.05.16 00:49:13.062223 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3363 | 2024.05.16 00:49:13.062272 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3364 | 2024.05.16 00:49:13.062293 [ 3 ] {} <Debug> HTTP-Session: d05a9f71-4bd9-4105-a0ac-8d50c5ec9596 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
3365 | 2024.05.16 00:49:13.062309 [ 3 ] {} <Debug> HTTP-Session: d05a9f71-4bd9-4105-a0ac-8d50c5ec9596 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3366 | 2024.05.16 00:49:13.062323 [ 3 ] {} <Debug> HTTP-Session: d05a9f71-4bd9-4105-a0ac-8d50c5ec9596 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3367 | 2024.05.16 00:49:13.062354 [ 3 ] {} <Trace> HTTP-Session: d05a9f71-4bd9-4105-a0ac-8d50c5ec9596 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3368 | 2024.05.16 00:49:13.062449 [ 3 ] {ebb29d3e-e4b5-404c-bb0e-709715dc4051} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3369 | 2024.05.16 00:49:13.062491 [ 3 ] {ebb29d3e-e4b5-404c-bb0e-709715dc4051} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3370 | 2024.05.16 00:49:13.062620 [ 3 ] {ebb29d3e-e4b5-404c-bb0e-709715dc4051} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3371 | 2024.05.16 00:49:13.062886 [ 3 ] {ebb29d3e-e4b5-404c-bb0e-709715dc4051} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3372 | 2024.05.16 00:49:13.062923 [ 3 ] {ebb29d3e-e4b5-404c-bb0e-709715dc4051} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
3373 | 2024.05.16 00:49:13.063218 [ 3 ] {ebb29d3e-e4b5-404c-bb0e-709715dc4051} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3374 | 2024.05.16 00:49:13.063518 [ 3 ] {ebb29d3e-e4b5-404c-bb0e-709715dc4051} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3375 | 2024.05.16 00:49:13.063672 [ 3 ] {ebb29d3e-e4b5-404c-bb0e-709715dc4051} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001247 sec., 3207.698476343224 rows/sec., 261.57 KiB/sec. | ||
3376 | 2024.05.16 00:49:13.063851 [ 3 ] {ebb29d3e-e4b5-404c-bb0e-709715dc4051} <Debug> DynamicQueryHandler: Done processing query | ||
3377 | 2024.05.16 00:49:13.063884 [ 3 ] {ebb29d3e-e4b5-404c-bb0e-709715dc4051} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3378 | 2024.05.16 00:49:13.063904 [ 3 ] {} <Debug> HTTP-Session: d05a9f71-4bd9-4105-a0ac-8d50c5ec9596 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3379 | 2024.05.16 00:49:13.064124 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 26598, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3380 | 2024.05.16 00:49:13.064181 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3381 | 2024.05.16 00:49:13.064204 [ 3 ] {} <Debug> HTTP-Session: 63b646e3-a4c3-4912-b703-bf5f4c975ec7 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
3382 | 2024.05.16 00:49:13.064224 [ 3 ] {} <Debug> HTTP-Session: 63b646e3-a4c3-4912-b703-bf5f4c975ec7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3383 | 2024.05.16 00:49:13.064241 [ 3 ] {} <Debug> HTTP-Session: 63b646e3-a4c3-4912-b703-bf5f4c975ec7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3384 | 2024.05.16 00:49:13.064278 [ 3 ] {} <Trace> HTTP-Session: 63b646e3-a4c3-4912-b703-bf5f4c975ec7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3385 | 2024.05.16 00:49:13.064453 [ 3 ] {611c8bbe-6630-4c6f-9d94-6f002326d621} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3386 | 2024.05.16 00:49:13.064502 [ 3 ] {611c8bbe-6630-4c6f-9d94-6f002326d621} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3387 | 2024.05.16 00:49:13.064627 [ 3 ] {611c8bbe-6630-4c6f-9d94-6f002326d621} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3388 | 2024.05.16 00:49:13.065031 [ 3 ] {611c8bbe-6630-4c6f-9d94-6f002326d621} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3389 | 2024.05.16 00:49:13.065067 [ 3 ] {611c8bbe-6630-4c6f-9d94-6f002326d621} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
3390 | 2024.05.16 00:49:13.065394 [ 3 ] {611c8bbe-6630-4c6f-9d94-6f002326d621} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3391 | 2024.05.16 00:49:13.065695 [ 3 ] {611c8bbe-6630-4c6f-9d94-6f002326d621} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3392 | 2024.05.16 00:49:13.065848 [ 3 ] {611c8bbe-6630-4c6f-9d94-6f002326d621} <Debug> executeQuery: Read 184 rows, 15.43 KiB in 0.001475 sec., 124745.76271186442 rows/sec., 10.22 MiB/sec. | ||
3393 | 2024.05.16 00:49:13.066012 [ 3 ] {611c8bbe-6630-4c6f-9d94-6f002326d621} <Debug> DynamicQueryHandler: Done processing query | ||
3394 | 2024.05.16 00:49:13.066037 [ 3 ] {611c8bbe-6630-4c6f-9d94-6f002326d621} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
3395 | 2024.05.16 00:49:13.066053 [ 3 ] {} <Debug> HTTP-Session: 63b646e3-a4c3-4912-b703-bf5f4c975ec7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3396 | 2024.05.16 00:49:13.066175 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3397 | 2024.05.16 00:49:13.066224 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3398 | 2024.05.16 00:49:13.066243 [ 3 ] {} <Debug> HTTP-Session: e90e07d8-a962-4bb7-9694-24c435f97019 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
3399 | 2024.05.16 00:49:13.066259 [ 3 ] {} <Debug> HTTP-Session: e90e07d8-a962-4bb7-9694-24c435f97019 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3400 | 2024.05.16 00:49:13.066273 [ 3 ] {} <Debug> HTTP-Session: e90e07d8-a962-4bb7-9694-24c435f97019 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3401 | 2024.05.16 00:49:13.066322 [ 3 ] {} <Trace> HTTP-Session: e90e07d8-a962-4bb7-9694-24c435f97019 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3402 | 2024.05.16 00:49:13.066423 [ 3 ] {4c312c8f-3f29-4139-8c20-a1d26a38cef2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3403 | 2024.05.16 00:49:13.066465 [ 3 ] {4c312c8f-3f29-4139-8c20-a1d26a38cef2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3404 | 2024.05.16 00:49:13.066590 [ 3 ] {4c312c8f-3f29-4139-8c20-a1d26a38cef2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3405 | 2024.05.16 00:49:13.066967 [ 3 ] {4c312c8f-3f29-4139-8c20-a1d26a38cef2} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3406 | 2024.05.16 00:49:13.067002 [ 3 ] {4c312c8f-3f29-4139-8c20-a1d26a38cef2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
3407 | 2024.05.16 00:49:13.067293 [ 3 ] {4c312c8f-3f29-4139-8c20-a1d26a38cef2} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3408 | 2024.05.16 00:49:13.067586 [ 3 ] {4c312c8f-3f29-4139-8c20-a1d26a38cef2} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3409 | 2024.05.16 00:49:13.067738 [ 3 ] {4c312c8f-3f29-4139-8c20-a1d26a38cef2} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001336 sec., 2994.011976047904 rows/sec., 209.05 KiB/sec. | ||
3410 | 2024.05.16 00:49:13.067971 [ 3 ] {4c312c8f-3f29-4139-8c20-a1d26a38cef2} <Debug> DynamicQueryHandler: Done processing query | ||
3411 | 2024.05.16 00:49:13.067996 [ 3 ] {4c312c8f-3f29-4139-8c20-a1d26a38cef2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3412 | 2024.05.16 00:49:13.068011 [ 3 ] {} <Debug> HTTP-Session: e90e07d8-a962-4bb7-9694-24c435f97019 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3413 | 2024.05.16 00:49:13.068143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 20691, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3414 | 2024.05.16 00:49:13.068189 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3415 | 2024.05.16 00:49:13.068209 [ 3 ] {} <Debug> HTTP-Session: 8c8d6cf4-a2f6-4d2d-8f40-8f6bef8bde7a Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
3416 | 2024.05.16 00:49:13.068225 [ 3 ] {} <Debug> HTTP-Session: 8c8d6cf4-a2f6-4d2d-8f40-8f6bef8bde7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3417 | 2024.05.16 00:49:13.068239 [ 3 ] {} <Debug> HTTP-Session: 8c8d6cf4-a2f6-4d2d-8f40-8f6bef8bde7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3418 | 2024.05.16 00:49:13.068268 [ 3 ] {} <Trace> HTTP-Session: 8c8d6cf4-a2f6-4d2d-8f40-8f6bef8bde7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3419 | 2024.05.16 00:49:13.068398 [ 3 ] {cfa773b5-e718-41d0-875d-8f9c4bc88c20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3420 | 2024.05.16 00:49:13.068441 [ 3 ] {cfa773b5-e718-41d0-875d-8f9c4bc88c20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3421 | 2024.05.16 00:49:13.068582 [ 3 ] {cfa773b5-e718-41d0-875d-8f9c4bc88c20} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3422 | 2024.05.16 00:49:13.068943 [ 3 ] {cfa773b5-e718-41d0-875d-8f9c4bc88c20} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3423 | 2024.05.16 00:49:13.068979 [ 3 ] {cfa773b5-e718-41d0-875d-8f9c4bc88c20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
3424 | 2024.05.16 00:49:13.069281 [ 3 ] {cfa773b5-e718-41d0-875d-8f9c4bc88c20} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3425 | 2024.05.16 00:49:13.069561 [ 3 ] {cfa773b5-e718-41d0-875d-8f9c4bc88c20} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3426 | 2024.05.16 00:49:13.069711 [ 3 ] {cfa773b5-e718-41d0-875d-8f9c4bc88c20} <Debug> executeQuery: Read 122 rows, 9.74 KiB in 0.001399 sec., 87205.14653323802 rows/sec., 6.80 MiB/sec. | ||
3427 | 2024.05.16 00:49:13.069866 [ 3 ] {cfa773b5-e718-41d0-875d-8f9c4bc88c20} <Debug> DynamicQueryHandler: Done processing query | ||
3428 | 2024.05.16 00:49:13.069889 [ 3 ] {cfa773b5-e718-41d0-875d-8f9c4bc88c20} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3429 | 2024.05.16 00:49:13.069904 [ 3 ] {} <Debug> HTTP-Session: 8c8d6cf4-a2f6-4d2d-8f40-8f6bef8bde7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3430 | 2024.05.16 00:49:13.070194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 132558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3431 | 2024.05.16 00:49:13.070305 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3432 | 2024.05.16 00:49:13.070325 [ 3 ] {} <Debug> HTTP-Session: 233b2d0d-cde8-4ed5-a998-06c9ec9b4a43 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
3433 | 2024.05.16 00:49:13.070340 [ 3 ] {} <Debug> HTTP-Session: 233b2d0d-cde8-4ed5-a998-06c9ec9b4a43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3434 | 2024.05.16 00:49:13.070354 [ 3 ] {} <Debug> HTTP-Session: 233b2d0d-cde8-4ed5-a998-06c9ec9b4a43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3435 | 2024.05.16 00:49:13.070383 [ 3 ] {} <Trace> HTTP-Session: 233b2d0d-cde8-4ed5-a998-06c9ec9b4a43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3436 | 2024.05.16 00:49:13.070818 [ 3 ] {90d34143-7553-4a5f-9eaa-a91985f1ca97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3437 | 2024.05.16 00:49:13.070865 [ 3 ] {90d34143-7553-4a5f-9eaa-a91985f1ca97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3438 | 2024.05.16 00:49:13.071011 [ 3 ] {90d34143-7553-4a5f-9eaa-a91985f1ca97} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3439 | 2024.05.16 00:49:13.071686 [ 3 ] {90d34143-7553-4a5f-9eaa-a91985f1ca97} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3440 | 2024.05.16 00:49:13.071722 [ 3 ] {90d34143-7553-4a5f-9eaa-a91985f1ca97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
3441 | 2024.05.16 00:49:13.072152 [ 3 ] {90d34143-7553-4a5f-9eaa-a91985f1ca97} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3442 | 2024.05.16 00:49:13.072481 [ 3 ] {90d34143-7553-4a5f-9eaa-a91985f1ca97} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3443 | 2024.05.16 00:49:13.072640 [ 3 ] {90d34143-7553-4a5f-9eaa-a91985f1ca97} <Debug> executeQuery: Read 690 rows, 49.71 KiB in 0.002092 sec., 329827.9158699809 rows/sec., 23.20 MiB/sec. | ||
3444 | 2024.05.16 00:49:13.072843 [ 3 ] {90d34143-7553-4a5f-9eaa-a91985f1ca97} <Debug> DynamicQueryHandler: Done processing query | ||
3445 | 2024.05.16 00:49:13.072867 [ 3 ] {90d34143-7553-4a5f-9eaa-a91985f1ca97} <Debug> MemoryTracker: Peak memory usage (for query): 4.64 MiB. | ||
3446 | 2024.05.16 00:49:13.072882 [ 3 ] {} <Debug> HTTP-Session: 233b2d0d-cde8-4ed5-a998-06c9ec9b4a43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3447 | 2024.05.16 00:49:13.073071 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 32122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3448 | 2024.05.16 00:49:13.073118 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3449 | 2024.05.16 00:49:13.073138 [ 3 ] {} <Debug> HTTP-Session: d402e95f-30b0-43b4-abe5-852e08753661 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
3450 | 2024.05.16 00:49:13.073154 [ 3 ] {} <Debug> HTTP-Session: d402e95f-30b0-43b4-abe5-852e08753661 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3451 | 2024.05.16 00:49:13.073167 [ 3 ] {} <Debug> HTTP-Session: d402e95f-30b0-43b4-abe5-852e08753661 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3452 | 2024.05.16 00:49:13.073197 [ 3 ] {} <Trace> HTTP-Session: d402e95f-30b0-43b4-abe5-852e08753661 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3453 | 2024.05.16 00:49:13.073597 [ 3 ] {56a79c42-7c74-47b6-8cba-4b2582f1fdba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3454 | 2024.05.16 00:49:13.073644 [ 3 ] {56a79c42-7c74-47b6-8cba-4b2582f1fdba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3455 | 2024.05.16 00:49:13.073799 [ 3 ] {56a79c42-7c74-47b6-8cba-4b2582f1fdba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3456 | 2024.05.16 00:49:13.074269 [ 3 ] {56a79c42-7c74-47b6-8cba-4b2582f1fdba} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3457 | 2024.05.16 00:49:13.074306 [ 3 ] {56a79c42-7c74-47b6-8cba-4b2582f1fdba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
3458 | 2024.05.16 00:49:13.074703 [ 3 ] {56a79c42-7c74-47b6-8cba-4b2582f1fdba} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3459 | 2024.05.16 00:49:13.075030 [ 3 ] {56a79c42-7c74-47b6-8cba-4b2582f1fdba} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3460 | 2024.05.16 00:49:13.075187 [ 3 ] {56a79c42-7c74-47b6-8cba-4b2582f1fdba} <Debug> executeQuery: Read 30 rows, 41.46 KiB in 0.001911 sec., 15698.587127158557 rows/sec., 21.18 MiB/sec. | ||
3461 | 2024.05.16 00:49:13.075358 [ 3 ] {56a79c42-7c74-47b6-8cba-4b2582f1fdba} <Debug> DynamicQueryHandler: Done processing query | ||
3462 | 2024.05.16 00:49:13.075382 [ 3 ] {56a79c42-7c74-47b6-8cba-4b2582f1fdba} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
3463 | 2024.05.16 00:49:13.075398 [ 3 ] {} <Debug> HTTP-Session: d402e95f-30b0-43b4-abe5-852e08753661 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3464 | 2024.05.16 00:49:13.075534 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3465 | 2024.05.16 00:49:13.075583 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3466 | 2024.05.16 00:49:13.075602 [ 3 ] {} <Debug> HTTP-Session: c8d3e5fd-eca8-4011-9db3-b9a566829883 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
3467 | 2024.05.16 00:49:13.075618 [ 3 ] {} <Debug> HTTP-Session: c8d3e5fd-eca8-4011-9db3-b9a566829883 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3468 | 2024.05.16 00:49:13.075631 [ 3 ] {} <Debug> HTTP-Session: c8d3e5fd-eca8-4011-9db3-b9a566829883 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3469 | 2024.05.16 00:49:13.075661 [ 3 ] {} <Trace> HTTP-Session: c8d3e5fd-eca8-4011-9db3-b9a566829883 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3470 | 2024.05.16 00:49:13.075780 [ 3 ] {6ea541d0-2a27-46eb-897b-cb64189579dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3471 | 2024.05.16 00:49:13.075823 [ 3 ] {6ea541d0-2a27-46eb-897b-cb64189579dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3472 | 2024.05.16 00:49:13.075947 [ 3 ] {6ea541d0-2a27-46eb-897b-cb64189579dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3473 | 2024.05.16 00:49:13.076215 [ 3 ] {6ea541d0-2a27-46eb-897b-cb64189579dd} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3474 | 2024.05.16 00:49:13.076251 [ 3 ] {6ea541d0-2a27-46eb-897b-cb64189579dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
3475 | 2024.05.16 00:49:13.076597 [ 3 ] {6ea541d0-2a27-46eb-897b-cb64189579dd} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3476 | 2024.05.16 00:49:13.076910 [ 3 ] {6ea541d0-2a27-46eb-897b-cb64189579dd} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3477 | 2024.05.16 00:49:13.077065 [ 3 ] {6ea541d0-2a27-46eb-897b-cb64189579dd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00133 sec., 45112.781954887214 rows/sec., 3.04 MiB/sec. | ||
3478 | 2024.05.16 00:49:13.077218 [ 3 ] {6ea541d0-2a27-46eb-897b-cb64189579dd} <Debug> DynamicQueryHandler: Done processing query | ||
3479 | 2024.05.16 00:49:13.077241 [ 3 ] {6ea541d0-2a27-46eb-897b-cb64189579dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3480 | 2024.05.16 00:49:13.077257 [ 3 ] {} <Debug> HTTP-Session: c8d3e5fd-eca8-4011-9db3-b9a566829883 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3481 | 2024.05.16 00:49:16.307408 [ 138 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3482 | 2024.05.16 00:49:16.307484 [ 138 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3483 | 2024.05.16 00:49:18.011880 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3484 | 2024.05.16 00:49:18.012035 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3485 | 2024.05.16 00:49:18.012076 [ 3 ] {} <Debug> HTTP-Session: 7815f6be-fef5-4ba2-99b5-9155f52c53d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
3486 | 2024.05.16 00:49:18.012116 [ 3 ] {} <Debug> HTTP-Session: 7815f6be-fef5-4ba2-99b5-9155f52c53d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3487 | 2024.05.16 00:49:18.012144 [ 3 ] {} <Debug> HTTP-Session: 7815f6be-fef5-4ba2-99b5-9155f52c53d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3488 | 2024.05.16 00:49:18.012218 [ 3 ] {} <Trace> HTTP-Session: 7815f6be-fef5-4ba2-99b5-9155f52c53d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3489 | 2024.05.16 00:49:18.012510 [ 3 ] {2f6943b7-4f30-445e-80b5-b53f9029dee9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3490 | 2024.05.16 00:49:18.012611 [ 3 ] {2f6943b7-4f30-445e-80b5-b53f9029dee9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3491 | 2024.05.16 00:49:18.012836 [ 3 ] {2f6943b7-4f30-445e-80b5-b53f9029dee9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3492 | 2024.05.16 00:49:18.013342 [ 3 ] {2f6943b7-4f30-445e-80b5-b53f9029dee9} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3493 | 2024.05.16 00:49:18.013382 [ 3 ] {2f6943b7-4f30-445e-80b5-b53f9029dee9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
3494 | 2024.05.16 00:49:18.013746 [ 3 ] {2f6943b7-4f30-445e-80b5-b53f9029dee9} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3495 | 2024.05.16 00:49:18.014070 [ 3 ] {2f6943b7-4f30-445e-80b5-b53f9029dee9} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3496 | 2024.05.16 00:49:18.014229 [ 3 ] {2f6943b7-4f30-445e-80b5-b53f9029dee9} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001823 sec., 30718.595721338454 rows/sec., 2.35 MiB/sec. | ||
3497 | 2024.05.16 00:49:18.014530 [ 3 ] {2f6943b7-4f30-445e-80b5-b53f9029dee9} <Debug> DynamicQueryHandler: Done processing query | ||
3498 | 2024.05.16 00:49:18.014558 [ 3 ] {2f6943b7-4f30-445e-80b5-b53f9029dee9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3499 | 2024.05.16 00:49:18.014574 [ 3 ] {} <Debug> HTTP-Session: 7815f6be-fef5-4ba2-99b5-9155f52c53d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3500 | 2024.05.16 00:49:18.014771 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3501 | 2024.05.16 00:49:18.014823 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3502 | 2024.05.16 00:49:18.014843 [ 3 ] {} <Debug> HTTP-Session: adfaac95-f732-4ba0-b15f-50bb74c3f719 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
3503 | 2024.05.16 00:49:18.014860 [ 3 ] {} <Debug> HTTP-Session: adfaac95-f732-4ba0-b15f-50bb74c3f719 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3504 | 2024.05.16 00:49:18.014874 [ 3 ] {} <Debug> HTTP-Session: adfaac95-f732-4ba0-b15f-50bb74c3f719 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3505 | 2024.05.16 00:49:18.014907 [ 3 ] {} <Trace> HTTP-Session: adfaac95-f732-4ba0-b15f-50bb74c3f719 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3506 | 2024.05.16 00:49:18.015032 [ 3 ] {459e3448-3d25-45b5-824a-8dac09c03736} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3507 | 2024.05.16 00:49:18.015076 [ 3 ] {459e3448-3d25-45b5-824a-8dac09c03736} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3508 | 2024.05.16 00:49:18.015228 [ 3 ] {459e3448-3d25-45b5-824a-8dac09c03736} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3509 | 2024.05.16 00:49:18.015586 [ 3 ] {459e3448-3d25-45b5-824a-8dac09c03736} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3510 | 2024.05.16 00:49:18.015623 [ 3 ] {459e3448-3d25-45b5-824a-8dac09c03736} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
3511 | 2024.05.16 00:49:18.015933 [ 3 ] {459e3448-3d25-45b5-824a-8dac09c03736} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3512 | 2024.05.16 00:49:18.016226 [ 3 ] {459e3448-3d25-45b5-824a-8dac09c03736} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3513 | 2024.05.16 00:49:18.016422 [ 3 ] {459e3448-3d25-45b5-824a-8dac09c03736} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001425 sec., 44912.28070175438 rows/sec., 3.51 MiB/sec. | ||
3514 | 2024.05.16 00:49:18.016764 [ 3 ] {459e3448-3d25-45b5-824a-8dac09c03736} <Debug> DynamicQueryHandler: Done processing query | ||
3515 | 2024.05.16 00:49:18.016791 [ 3 ] {459e3448-3d25-45b5-824a-8dac09c03736} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3516 | 2024.05.16 00:49:18.016808 [ 3 ] {} <Debug> HTTP-Session: adfaac95-f732-4ba0-b15f-50bb74c3f719 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3517 | 2024.05.16 00:49:18.017002 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3518 | 2024.05.16 00:49:18.017054 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3519 | 2024.05.16 00:49:18.017074 [ 3 ] {} <Debug> HTTP-Session: 04ce068a-cf2c-4e94-8f9f-d99d71f8c8bb Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
3520 | 2024.05.16 00:49:18.017091 [ 3 ] {} <Debug> HTTP-Session: 04ce068a-cf2c-4e94-8f9f-d99d71f8c8bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3521 | 2024.05.16 00:49:18.017106 [ 3 ] {} <Debug> HTTP-Session: 04ce068a-cf2c-4e94-8f9f-d99d71f8c8bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3522 | 2024.05.16 00:49:18.017139 [ 3 ] {} <Trace> HTTP-Session: 04ce068a-cf2c-4e94-8f9f-d99d71f8c8bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3523 | 2024.05.16 00:49:18.017302 [ 3 ] {1edd633c-3ad8-48af-9abf-45da0acff09d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3524 | 2024.05.16 00:49:18.017352 [ 3 ] {1edd633c-3ad8-48af-9abf-45da0acff09d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3525 | 2024.05.16 00:49:18.017519 [ 3 ] {1edd633c-3ad8-48af-9abf-45da0acff09d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3526 | 2024.05.16 00:49:18.017955 [ 3 ] {1edd633c-3ad8-48af-9abf-45da0acff09d} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3527 | 2024.05.16 00:49:18.017994 [ 3 ] {1edd633c-3ad8-48af-9abf-45da0acff09d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
3528 | 2024.05.16 00:49:18.018387 [ 3 ] {1edd633c-3ad8-48af-9abf-45da0acff09d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3529 | 2024.05.16 00:49:18.018731 [ 3 ] {1edd633c-3ad8-48af-9abf-45da0acff09d} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3530 | 2024.05.16 00:49:18.018882 [ 3 ] {1edd633c-3ad8-48af-9abf-45da0acff09d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001646 sec., 97205.34629404618 rows/sec., 6.77 MiB/sec. | ||
3531 | 2024.05.16 00:49:18.019060 [ 3 ] {1edd633c-3ad8-48af-9abf-45da0acff09d} <Debug> DynamicQueryHandler: Done processing query | ||
3532 | 2024.05.16 00:49:18.019085 [ 3 ] {1edd633c-3ad8-48af-9abf-45da0acff09d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3533 | 2024.05.16 00:49:18.019101 [ 3 ] {} <Debug> HTTP-Session: 04ce068a-cf2c-4e94-8f9f-d99d71f8c8bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3534 | 2024.05.16 00:49:18.019270 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3535 | 2024.05.16 00:49:18.019320 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3536 | 2024.05.16 00:49:18.019340 [ 3 ] {} <Debug> HTTP-Session: 855df3c6-d91d-4d82-a212-b482ada35c98 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
3537 | 2024.05.16 00:49:18.019356 [ 3 ] {} <Debug> HTTP-Session: 855df3c6-d91d-4d82-a212-b482ada35c98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3538 | 2024.05.16 00:49:18.019370 [ 3 ] {} <Debug> HTTP-Session: 855df3c6-d91d-4d82-a212-b482ada35c98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3539 | 2024.05.16 00:49:18.019401 [ 3 ] {} <Trace> HTTP-Session: 855df3c6-d91d-4d82-a212-b482ada35c98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3540 | 2024.05.16 00:49:18.019519 [ 3 ] {293bc41b-494f-4b8e-bb0e-2e7a59b1e1a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3541 | 2024.05.16 00:49:18.019563 [ 3 ] {293bc41b-494f-4b8e-bb0e-2e7a59b1e1a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3542 | 2024.05.16 00:49:18.019692 [ 3 ] {293bc41b-494f-4b8e-bb0e-2e7a59b1e1a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3543 | 2024.05.16 00:49:18.020009 [ 3 ] {293bc41b-494f-4b8e-bb0e-2e7a59b1e1a0} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3544 | 2024.05.16 00:49:18.020046 [ 3 ] {293bc41b-494f-4b8e-bb0e-2e7a59b1e1a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
3545 | 2024.05.16 00:49:18.020401 [ 3 ] {293bc41b-494f-4b8e-bb0e-2e7a59b1e1a0} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3546 | 2024.05.16 00:49:18.020715 [ 3 ] {293bc41b-494f-4b8e-bb0e-2e7a59b1e1a0} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3547 | 2024.05.16 00:49:18.020870 [ 3 ] {293bc41b-494f-4b8e-bb0e-2e7a59b1e1a0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001394 sec., 43041.6068866571 rows/sec., 2.90 MiB/sec. | ||
3548 | 2024.05.16 00:49:18.021026 [ 3 ] {293bc41b-494f-4b8e-bb0e-2e7a59b1e1a0} <Debug> DynamicQueryHandler: Done processing query | ||
3549 | 2024.05.16 00:49:18.021050 [ 3 ] {293bc41b-494f-4b8e-bb0e-2e7a59b1e1a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3550 | 2024.05.16 00:49:18.021065 [ 3 ] {} <Debug> HTTP-Session: 855df3c6-d91d-4d82-a212-b482ada35c98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3551 | 2024.05.16 00:49:23.014205 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3552 | 2024.05.16 00:49:23.014331 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3553 | 2024.05.16 00:49:23.014356 [ 3 ] {} <Debug> HTTP-Session: 6f8cb371-9a1e-4e26-9ee5-50a904d3d2a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
3554 | 2024.05.16 00:49:23.014380 [ 3 ] {} <Debug> HTTP-Session: 6f8cb371-9a1e-4e26-9ee5-50a904d3d2a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3555 | 2024.05.16 00:49:23.014395 [ 3 ] {} <Debug> HTTP-Session: 6f8cb371-9a1e-4e26-9ee5-50a904d3d2a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3556 | 2024.05.16 00:49:23.014445 [ 3 ] {} <Trace> HTTP-Session: 6f8cb371-9a1e-4e26-9ee5-50a904d3d2a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3557 | 2024.05.16 00:49:23.014631 [ 3 ] {8912cdcd-de45-4814-a437-62a652f627ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3558 | 2024.05.16 00:49:23.014695 [ 3 ] {8912cdcd-de45-4814-a437-62a652f627ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3559 | 2024.05.16 00:49:23.014882 [ 3 ] {8912cdcd-de45-4814-a437-62a652f627ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3560 | 2024.05.16 00:49:23.015376 [ 3 ] {8912cdcd-de45-4814-a437-62a652f627ff} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3561 | 2024.05.16 00:49:23.015424 [ 3 ] {8912cdcd-de45-4814-a437-62a652f627ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
3562 | 2024.05.16 00:49:23.015803 [ 3 ] {8912cdcd-de45-4814-a437-62a652f627ff} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3563 | 2024.05.16 00:49:23.016147 [ 3 ] {8912cdcd-de45-4814-a437-62a652f627ff} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3564 | 2024.05.16 00:49:23.016300 [ 3 ] {8912cdcd-de45-4814-a437-62a652f627ff} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.00173 sec., 17341.040462427747 rows/sec., 1.37 MiB/sec. | ||
3565 | 2024.05.16 00:49:23.016346 [ 126 ] {} <Debug> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 | ||
3566 | 2024.05.16 00:49:23.016459 [ 126 ] {} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3567 | 2024.05.16 00:49:23.016497 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
3568 | 2024.05.16 00:49:23.016591 [ 3 ] {8912cdcd-de45-4814-a437-62a652f627ff} <Debug> DynamicQueryHandler: Done processing query | ||
3569 | 2024.05.16 00:49:23.016629 [ 3 ] {8912cdcd-de45-4814-a437-62a652f627ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3570 | 2024.05.16 00:49:23.016642 [ 196 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::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 | ||
3571 | 2024.05.16 00:49:23.016650 [ 3 ] {} <Debug> HTTP-Session: 6f8cb371-9a1e-4e26-9ee5-50a904d3d2a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3572 | 2024.05.16 00:49:23.016783 [ 196 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3573 | 2024.05.16 00:49:23.016818 [ 196 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 30 rows starting from the beginning of the part | ||
3574 | 2024.05.16 00:49:23.016904 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 21403, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3575 | 2024.05.16 00:49:23.016907 [ 196 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 30 rows starting from the beginning of the part | ||
3576 | 2024.05.16 00:49:23.017036 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3577 | 2024.05.16 00:49:23.017171 [ 3 ] {} <Debug> HTTP-Session: b7ef528f-3a9d-4373-9514-0369ae8d3ea0 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
3578 | 2024.05.16 00:49:23.017274 [ 3 ] {} <Debug> HTTP-Session: b7ef528f-3a9d-4373-9514-0369ae8d3ea0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3579 | 2024.05.16 00:49:23.017318 [ 196 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 30 rows starting from the beginning of the part | ||
3580 | 2024.05.16 00:49:23.017346 [ 3 ] {} <Debug> HTTP-Session: b7ef528f-3a9d-4373-9514-0369ae8d3ea0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3581 | 2024.05.16 00:49:23.017522 [ 3 ] {} <Trace> HTTP-Session: b7ef528f-3a9d-4373-9514-0369ae8d3ea0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3582 | 2024.05.16 00:49:23.017716 [ 196 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 30 rows starting from the beginning of the part | ||
3583 | 2024.05.16 00:49:23.018016 [ 3 ] {5f9ef3d4-d75d-4bcc-be91-dbd7f6a81aaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3584 | 2024.05.16 00:49:23.018052 [ 196 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 30 rows starting from the beginning of the part | ||
3585 | 2024.05.16 00:49:23.018164 [ 3 ] {5f9ef3d4-d75d-4bcc-be91-dbd7f6a81aaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3586 | 2024.05.16 00:49:23.018762 [ 3 ] {5f9ef3d4-d75d-4bcc-be91-dbd7f6a81aaa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3587 | 2024.05.16 00:49:23.019352 [ 3 ] {5f9ef3d4-d75d-4bcc-be91-dbd7f6a81aaa} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3588 | 2024.05.16 00:49:23.019399 [ 3 ] {5f9ef3d4-d75d-4bcc-be91-dbd7f6a81aaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
3589 | 2024.05.16 00:49:23.019699 [ 200 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 4 columns (4 merged, 0 gathered) in 0.003121794 sec., 48049.29473245192 rows/sec., 3.80 MiB/sec. | ||
3590 | 2024.05.16 00:49:23.019952 [ 3 ] {5f9ef3d4-d75d-4bcc-be91-dbd7f6a81aaa} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3591 | 2024.05.16 00:49:23.019956 [ 201 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
3592 | 2024.05.16 00:49:23.020655 [ 3 ] {5f9ef3d4-d75d-4bcc-be91-dbd7f6a81aaa} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3593 | 2024.05.16 00:49:23.020952 [ 3 ] {5f9ef3d4-d75d-4bcc-be91-dbd7f6a81aaa} <Debug> executeQuery: Read 146 rows, 12.52 KiB in 0.00315 sec., 46349.206349206346 rows/sec., 3.88 MiB/sec. | ||
3594 | 2024.05.16 00:49:23.021074 [ 201 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_10_2} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3595 | 2024.05.16 00:49:23.021364 [ 201 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_10_2} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 | ||
3596 | 2024.05.16 00:49:23.021484 [ 3 ] {5f9ef3d4-d75d-4bcc-be91-dbd7f6a81aaa} <Debug> DynamicQueryHandler: Done processing query | ||
3597 | 2024.05.16 00:49:23.021549 [ 3 ] {5f9ef3d4-d75d-4bcc-be91-dbd7f6a81aaa} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3598 | 2024.05.16 00:49:23.021551 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
3599 | 2024.05.16 00:49:23.021574 [ 3 ] {} <Debug> HTTP-Session: b7ef528f-3a9d-4373-9514-0369ae8d3ea0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3600 | 2024.05.16 00:49:23.021768 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 15971, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3601 | 2024.05.16 00:49:23.021819 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3602 | 2024.05.16 00:49:23.021838 [ 3 ] {} <Debug> HTTP-Session: 8d84b4f4-962a-4c1f-846b-bc9546a43660 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
3603 | 2024.05.16 00:49:23.021856 [ 3 ] {} <Debug> HTTP-Session: 8d84b4f4-962a-4c1f-846b-bc9546a43660 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3604 | 2024.05.16 00:49:23.021869 [ 3 ] {} <Debug> HTTP-Session: 8d84b4f4-962a-4c1f-846b-bc9546a43660 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3605 | 2024.05.16 00:49:23.021903 [ 3 ] {} <Trace> HTTP-Session: 8d84b4f4-962a-4c1f-846b-bc9546a43660 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3606 | 2024.05.16 00:49:23.022073 [ 3 ] {3015ca3a-f678-4692-bd26-38b7f9a87c9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3607 | 2024.05.16 00:49:23.022117 [ 3 ] {3015ca3a-f678-4692-bd26-38b7f9a87c9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3608 | 2024.05.16 00:49:23.022267 [ 3 ] {3015ca3a-f678-4692-bd26-38b7f9a87c9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3609 | 2024.05.16 00:49:23.022614 [ 3 ] {3015ca3a-f678-4692-bd26-38b7f9a87c9d} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3610 | 2024.05.16 00:49:23.022653 [ 3 ] {3015ca3a-f678-4692-bd26-38b7f9a87c9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
3611 | 2024.05.16 00:49:23.022978 [ 3 ] {3015ca3a-f678-4692-bd26-38b7f9a87c9d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3612 | 2024.05.16 00:49:23.023288 [ 3 ] {3015ca3a-f678-4692-bd26-38b7f9a87c9d} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3613 | 2024.05.16 00:49:23.023467 [ 3 ] {3015ca3a-f678-4692-bd26-38b7f9a87c9d} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.00147 sec., 63945.57823129252 rows/sec., 4.99 MiB/sec. | ||
3614 | 2024.05.16 00:49:23.023652 [ 3 ] {3015ca3a-f678-4692-bd26-38b7f9a87c9d} <Debug> DynamicQueryHandler: Done processing query | ||
3615 | 2024.05.16 00:49:23.023677 [ 3 ] {3015ca3a-f678-4692-bd26-38b7f9a87c9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3616 | 2024.05.16 00:49:23.023693 [ 3 ] {} <Debug> HTTP-Session: 8d84b4f4-962a-4c1f-846b-bc9546a43660 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3617 | 2024.05.16 00:49:23.023877 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3618 | 2024.05.16 00:49:23.023927 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3619 | 2024.05.16 00:49:23.023947 [ 3 ] {} <Debug> HTTP-Session: 364bf8aa-81dd-41b3-bdd8-a1d77b2df6be Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
3620 | 2024.05.16 00:49:23.023965 [ 3 ] {} <Debug> HTTP-Session: 364bf8aa-81dd-41b3-bdd8-a1d77b2df6be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3621 | 2024.05.16 00:49:23.023979 [ 3 ] {} <Debug> HTTP-Session: 364bf8aa-81dd-41b3-bdd8-a1d77b2df6be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3622 | 2024.05.16 00:49:23.024012 [ 3 ] {} <Trace> HTTP-Session: 364bf8aa-81dd-41b3-bdd8-a1d77b2df6be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3623 | 2024.05.16 00:49:23.024171 [ 3 ] {be647b70-b40a-425e-8f06-df81de05ac51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3624 | 2024.05.16 00:49:23.024219 [ 3 ] {be647b70-b40a-425e-8f06-df81de05ac51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3625 | 2024.05.16 00:49:23.024375 [ 3 ] {be647b70-b40a-425e-8f06-df81de05ac51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3626 | 2024.05.16 00:49:23.024768 [ 3 ] {be647b70-b40a-425e-8f06-df81de05ac51} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3627 | 2024.05.16 00:49:23.024805 [ 3 ] {be647b70-b40a-425e-8f06-df81de05ac51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
3628 | 2024.05.16 00:49:23.025189 [ 3 ] {be647b70-b40a-425e-8f06-df81de05ac51} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3629 | 2024.05.16 00:49:23.025537 [ 3 ] {be647b70-b40a-425e-8f06-df81de05ac51} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3630 | 2024.05.16 00:49:23.025699 [ 3 ] {be647b70-b40a-425e-8f06-df81de05ac51} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001603 sec., 99812.85090455395 rows/sec., 6.95 MiB/sec. | ||
3631 | 2024.05.16 00:49:23.026009 [ 3 ] {be647b70-b40a-425e-8f06-df81de05ac51} <Debug> DynamicQueryHandler: Done processing query | ||
3632 | 2024.05.16 00:49:23.026036 [ 3 ] {be647b70-b40a-425e-8f06-df81de05ac51} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3633 | 2024.05.16 00:49:23.026053 [ 3 ] {} <Debug> HTTP-Session: 364bf8aa-81dd-41b3-bdd8-a1d77b2df6be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3634 | 2024.05.16 00:49:23.026236 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 32122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3635 | 2024.05.16 00:49:23.026285 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3636 | 2024.05.16 00:49:23.026303 [ 3 ] {} <Debug> HTTP-Session: 69488328-b139-40bb-a57d-4058b8503605 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
3637 | 2024.05.16 00:49:23.026320 [ 3 ] {} <Debug> HTTP-Session: 69488328-b139-40bb-a57d-4058b8503605 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3638 | 2024.05.16 00:49:23.026334 [ 3 ] {} <Debug> HTTP-Session: 69488328-b139-40bb-a57d-4058b8503605 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3639 | 2024.05.16 00:49:23.026364 [ 3 ] {} <Trace> HTTP-Session: 69488328-b139-40bb-a57d-4058b8503605 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3640 | 2024.05.16 00:49:23.026631 [ 3 ] {3c18b701-ebd7-42ee-b70f-e4728fe038b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3641 | 2024.05.16 00:49:23.026682 [ 3 ] {3c18b701-ebd7-42ee-b70f-e4728fe038b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3642 | 2024.05.16 00:49:23.026863 [ 3 ] {3c18b701-ebd7-42ee-b70f-e4728fe038b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3643 | 2024.05.16 00:49:23.027315 [ 3 ] {3c18b701-ebd7-42ee-b70f-e4728fe038b4} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3644 | 2024.05.16 00:49:23.027352 [ 3 ] {3c18b701-ebd7-42ee-b70f-e4728fe038b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
3645 | 2024.05.16 00:49:23.027756 [ 3 ] {3c18b701-ebd7-42ee-b70f-e4728fe038b4} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3646 | 2024.05.16 00:49:23.028109 [ 3 ] {3c18b701-ebd7-42ee-b70f-e4728fe038b4} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3647 | 2024.05.16 00:49:23.028277 [ 3 ] {3c18b701-ebd7-42ee-b70f-e4728fe038b4} <Debug> executeQuery: Read 30 rows, 41.46 KiB in 0.001816 sec., 16519.823788546255 rows/sec., 22.29 MiB/sec. | ||
3648 | 2024.05.16 00:49:23.028576 [ 3 ] {3c18b701-ebd7-42ee-b70f-e4728fe038b4} <Debug> DynamicQueryHandler: Done processing query | ||
3649 | 2024.05.16 00:49:23.028600 [ 3 ] {3c18b701-ebd7-42ee-b70f-e4728fe038b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
3650 | 2024.05.16 00:49:23.028615 [ 3 ] {} <Debug> HTTP-Session: 69488328-b139-40bb-a57d-4058b8503605 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3651 | 2024.05.16 00:49:23.028751 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3652 | 2024.05.16 00:49:23.028799 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3653 | 2024.05.16 00:49:23.028817 [ 3 ] {} <Debug> HTTP-Session: 4f047365-4870-436c-ba80-5df9f9f7f59c Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
3654 | 2024.05.16 00:49:23.028833 [ 3 ] {} <Debug> HTTP-Session: 4f047365-4870-436c-ba80-5df9f9f7f59c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3655 | 2024.05.16 00:49:23.028847 [ 3 ] {} <Debug> HTTP-Session: 4f047365-4870-436c-ba80-5df9f9f7f59c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3656 | 2024.05.16 00:49:23.028877 [ 3 ] {} <Trace> HTTP-Session: 4f047365-4870-436c-ba80-5df9f9f7f59c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3657 | 2024.05.16 00:49:23.028997 [ 3 ] {e6ca51a4-5680-49ae-b434-d23d7bd6dc59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3658 | 2024.05.16 00:49:23.029042 [ 3 ] {e6ca51a4-5680-49ae-b434-d23d7bd6dc59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3659 | 2024.05.16 00:49:23.029182 [ 3 ] {e6ca51a4-5680-49ae-b434-d23d7bd6dc59} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3660 | 2024.05.16 00:49:23.029474 [ 3 ] {e6ca51a4-5680-49ae-b434-d23d7bd6dc59} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3661 | 2024.05.16 00:49:23.029509 [ 3 ] {e6ca51a4-5680-49ae-b434-d23d7bd6dc59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
3662 | 2024.05.16 00:49:23.029915 [ 3 ] {e6ca51a4-5680-49ae-b434-d23d7bd6dc59} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3663 | 2024.05.16 00:49:23.030225 [ 3 ] {e6ca51a4-5680-49ae-b434-d23d7bd6dc59} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3664 | 2024.05.16 00:49:23.030380 [ 3 ] {e6ca51a4-5680-49ae-b434-d23d7bd6dc59} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001423 sec., 42164.441321152495 rows/sec., 2.84 MiB/sec. | ||
3665 | 2024.05.16 00:49:23.030707 [ 3 ] {e6ca51a4-5680-49ae-b434-d23d7bd6dc59} <Debug> DynamicQueryHandler: Done processing query | ||
3666 | 2024.05.16 00:49:23.030732 [ 3 ] {e6ca51a4-5680-49ae-b434-d23d7bd6dc59} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3667 | 2024.05.16 00:49:23.030748 [ 3 ] {} <Debug> HTTP-Session: 4f047365-4870-436c-ba80-5df9f9f7f59c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3668 | 2024.05.16 00:49:25.836496 [ 150 ] {} <Debug> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
3669 | 2024.05.16 00:49:25.836578 [ 150 ] {} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3670 | 2024.05.16 00:49:25.836602 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
3671 | 2024.05.16 00:49:25.836831 [ 200 ] {a5cf8103-48f9-479e-b6e9-4e2aae50ec65::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 | ||
3672 | 2024.05.16 00:49:25.837193 [ 200 ] {a5cf8103-48f9-479e-b6e9-4e2aae50ec65::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3673 | 2024.05.16 00:49:25.837236 [ 200 ] {a5cf8103-48f9-479e-b6e9-4e2aae50ec65::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 | ||
3674 | 2024.05.16 00:49:25.837330 [ 200 ] {a5cf8103-48f9-479e-b6e9-4e2aae50ec65::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 5 rows starting from the beginning of the part | ||
3675 | 2024.05.16 00:49:25.837471 [ 200 ] {a5cf8103-48f9-479e-b6e9-4e2aae50ec65::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part | ||
3676 | 2024.05.16 00:49:25.837573 [ 200 ] {a5cf8103-48f9-479e-b6e9-4e2aae50ec65::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
3677 | 2024.05.16 00:49:25.837678 [ 200 ] {a5cf8103-48f9-479e-b6e9-4e2aae50ec65::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
3678 | 2024.05.16 00:49:25.839903 [ 201 ] {a5cf8103-48f9-479e-b6e9-4e2aae50ec65::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 6 columns (6 merged, 0 gathered) in 0.003215506 sec., 9329.791329887115 rows/sec., 1.29 MiB/sec. | ||
3679 | 2024.05.16 00:49:25.840122 [ 187 ] {a5cf8103-48f9-479e-b6e9-4e2aae50ec65::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
3680 | 2024.05.16 00:49:25.840722 [ 187 ] {a5cf8103-48f9-479e-b6e9-4e2aae50ec65::all_1_5_1} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3681 | 2024.05.16 00:49:25.840814 [ 187 ] {a5cf8103-48f9-479e-b6e9-4e2aae50ec65::all_1_5_1} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
3682 | 2024.05.16 00:49:25.840921 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
3683 | 2024.05.16 00:49:28.012589 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3684 | 2024.05.16 00:49:28.012692 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3685 | 2024.05.16 00:49:28.012716 [ 3 ] {} <Debug> HTTP-Session: 64fd1735-27ab-45a9-b9d1-5dafa7fb3d68 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
3686 | 2024.05.16 00:49:28.012740 [ 3 ] {} <Debug> HTTP-Session: 64fd1735-27ab-45a9-b9d1-5dafa7fb3d68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3687 | 2024.05.16 00:49:28.012754 [ 3 ] {} <Debug> HTTP-Session: 64fd1735-27ab-45a9-b9d1-5dafa7fb3d68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3688 | 2024.05.16 00:49:28.012801 [ 3 ] {} <Trace> HTTP-Session: 64fd1735-27ab-45a9-b9d1-5dafa7fb3d68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3689 | 2024.05.16 00:49:28.012981 [ 3 ] {4b0f806b-d59e-4f95-a8e7-07a4940c4850} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3690 | 2024.05.16 00:49:28.013040 [ 3 ] {4b0f806b-d59e-4f95-a8e7-07a4940c4850} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3691 | 2024.05.16 00:49:28.013217 [ 3 ] {4b0f806b-d59e-4f95-a8e7-07a4940c4850} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3692 | 2024.05.16 00:49:28.013680 [ 3 ] {4b0f806b-d59e-4f95-a8e7-07a4940c4850} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3693 | 2024.05.16 00:49:28.013720 [ 3 ] {4b0f806b-d59e-4f95-a8e7-07a4940c4850} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
3694 | 2024.05.16 00:49:28.014072 [ 3 ] {4b0f806b-d59e-4f95-a8e7-07a4940c4850} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3695 | 2024.05.16 00:49:28.014394 [ 3 ] {4b0f806b-d59e-4f95-a8e7-07a4940c4850} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3696 | 2024.05.16 00:49:28.014528 [ 3 ] {4b0f806b-d59e-4f95-a8e7-07a4940c4850} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001611 sec., 34761.018001241464 rows/sec., 2.65 MiB/sec. | ||
3697 | 2024.05.16 00:49:28.014538 [ 148 ] {} <Debug> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3698 | 2024.05.16 00:49:28.014599 [ 148 ] {} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3699 | 2024.05.16 00:49:28.014635 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
3700 | 2024.05.16 00:49:28.014734 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::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 | ||
3701 | 2024.05.16 00:49:28.014740 [ 3 ] {4b0f806b-d59e-4f95-a8e7-07a4940c4850} <Debug> DynamicQueryHandler: Done processing query | ||
3702 | 2024.05.16 00:49:28.014788 [ 3 ] {4b0f806b-d59e-4f95-a8e7-07a4940c4850} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3703 | 2024.05.16 00:49:28.014816 [ 3 ] {} <Debug> HTTP-Session: 64fd1735-27ab-45a9-b9d1-5dafa7fb3d68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3704 | 2024.05.16 00:49:28.014873 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3705 | 2024.05.16 00:49:28.014907 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 150 rows starting from the beginning of the part | ||
3706 | 2024.05.16 00:49:28.014976 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 56 rows starting from the beginning of the part | ||
3707 | 2024.05.16 00:49:28.015118 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3708 | 2024.05.16 00:49:28.015258 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 184 rows starting from the beginning of the part | ||
3709 | 2024.05.16 00:49:28.015330 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3710 | 2024.05.16 00:49:28.015445 [ 3 ] {} <Debug> HTTP-Session: 60a5650b-0a55-4c6b-850e-53ecf2880487 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
3711 | 2024.05.16 00:49:28.015585 [ 3 ] {} <Debug> HTTP-Session: 60a5650b-0a55-4c6b-850e-53ecf2880487 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3712 | 2024.05.16 00:49:28.015693 [ 3 ] {} <Debug> HTTP-Session: 60a5650b-0a55-4c6b-850e-53ecf2880487 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3713 | 2024.05.16 00:49:28.015771 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::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 | ||
3714 | 2024.05.16 00:49:28.015848 [ 3 ] {} <Trace> HTTP-Session: 60a5650b-0a55-4c6b-850e-53ecf2880487 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3715 | 2024.05.16 00:49:28.016022 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 146 rows starting from the beginning of the part | ||
3716 | 2024.05.16 00:49:28.016263 [ 3 ] {739806bf-7575-4516-a370-236e83351273} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3717 | 2024.05.16 00:49:28.016318 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 56 rows starting from the beginning of the part | ||
3718 | 2024.05.16 00:49:28.016415 [ 3 ] {739806bf-7575-4516-a370-236e83351273} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3719 | 2024.05.16 00:49:28.016961 [ 3 ] {739806bf-7575-4516-a370-236e83351273} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3720 | 2024.05.16 00:49:28.017498 [ 3 ] {739806bf-7575-4516-a370-236e83351273} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3721 | 2024.05.16 00:49:28.017545 [ 3 ] {739806bf-7575-4516-a370-236e83351273} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
3722 | 2024.05.16 00:49:28.017974 [ 3 ] {739806bf-7575-4516-a370-236e83351273} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3723 | 2024.05.16 00:49:28.018175 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 648 rows, containing 4 columns (4 merged, 0 gathered) in 0.003482573 sec., 186069.32288282254 rows/sec., 15.12 MiB/sec. | ||
3724 | 2024.05.16 00:49:28.018321 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3725 | 2024.05.16 00:49:28.018420 [ 3 ] {739806bf-7575-4516-a370-236e83351273} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3726 | 2024.05.16 00:49:28.018630 [ 148 ] {} <Debug> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3727 | 2024.05.16 00:49:28.018683 [ 3 ] {739806bf-7575-4516-a370-236e83351273} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002588 sec., 24729.52086553323 rows/sec., 1.93 MiB/sec. | ||
3728 | 2024.05.16 00:49:28.018687 [ 148 ] {} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3729 | 2024.05.16 00:49:28.018741 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
3730 | 2024.05.16 00:49:28.019079 [ 3 ] {739806bf-7575-4516-a370-236e83351273} <Debug> DynamicQueryHandler: Done processing query | ||
3731 | 2024.05.16 00:49:28.019086 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_21_4} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3732 | 2024.05.16 00:49:28.019109 [ 190 ] {a3945bea-d52e-471f-9886-008e21606338::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 | ||
3733 | 2024.05.16 00:49:28.019136 [ 3 ] {739806bf-7575-4516-a370-236e83351273} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3734 | 2024.05.16 00:49:28.019232 [ 3 ] {} <Debug> HTTP-Session: 60a5650b-0a55-4c6b-850e-53ecf2880487 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3735 | 2024.05.16 00:49:28.019238 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_21_4} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3736 | 2024.05.16 00:49:28.019429 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
3737 | 2024.05.16 00:49:28.019507 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3738 | 2024.05.16 00:49:28.019613 [ 190 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3739 | 2024.05.16 00:49:28.019614 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3740 | 2024.05.16 00:49:28.019679 [ 3 ] {} <Debug> HTTP-Session: ec30d538-20d9-4c0c-8609-c64e83c3263c Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
3741 | 2024.05.16 00:49:28.019686 [ 190 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 118 rows starting from the beginning of the part | ||
3742 | 2024.05.16 00:49:28.019707 [ 3 ] {} <Debug> HTTP-Session: ec30d538-20d9-4c0c-8609-c64e83c3263c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3743 | 2024.05.16 00:49:28.019743 [ 3 ] {} <Debug> HTTP-Session: ec30d538-20d9-4c0c-8609-c64e83c3263c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3744 | 2024.05.16 00:49:28.019801 [ 3 ] {} <Trace> HTTP-Session: ec30d538-20d9-4c0c-8609-c64e83c3263c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3745 | 2024.05.16 00:49:28.019969 [ 190 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 64 rows starting from the beginning of the part | ||
3746 | 2024.05.16 00:49:28.020210 [ 190 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 122 rows starting from the beginning of the part | ||
3747 | 2024.05.16 00:49:28.020298 [ 3 ] {f99019dd-b31b-4499-8bda-4f1234161d59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3748 | 2024.05.16 00:49:28.020431 [ 190 ] {a3945bea-d52e-471f-9886-008e21606338::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 | ||
3749 | 2024.05.16 00:49:28.020492 [ 3 ] {f99019dd-b31b-4499-8bda-4f1234161d59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3750 | 2024.05.16 00:49:28.020904 [ 190 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 94 rows starting from the beginning of the part | ||
3751 | 2024.05.16 00:49:28.021295 [ 190 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 64 rows starting from the beginning of the part | ||
3752 | 2024.05.16 00:49:28.021662 [ 3 ] {f99019dd-b31b-4499-8bda-4f1234161d59} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3753 | 2024.05.16 00:49:28.022633 [ 3 ] {f99019dd-b31b-4499-8bda-4f1234161d59} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3754 | 2024.05.16 00:49:28.022699 [ 3 ] {f99019dd-b31b-4499-8bda-4f1234161d59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
3755 | 2024.05.16 00:49:28.023672 [ 3 ] {f99019dd-b31b-4499-8bda-4f1234161d59} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3756 | 2024.05.16 00:49:28.023989 [ 197 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 4 columns (4 merged, 0 gathered) in 0.005107081 sec., 102994.25444789302 rows/sec., 8.04 MiB/sec. | ||
3757 | 2024.05.16 00:49:28.024311 [ 197 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3758 | 2024.05.16 00:49:28.024425 [ 3 ] {f99019dd-b31b-4499-8bda-4f1234161d59} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3759 | 2024.05.16 00:49:28.024625 [ 148 ] {} <Debug> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3760 | 2024.05.16 00:49:28.024740 [ 3 ] {f99019dd-b31b-4499-8bda-4f1234161d59} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004663 sec., 34312.674244048896 rows/sec., 2.39 MiB/sec. | ||
3761 | 2024.05.16 00:49:28.024750 [ 148 ] {} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3762 | 2024.05.16 00:49:28.024887 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
3763 | 2024.05.16 00:49:28.025468 [ 3 ] {f99019dd-b31b-4499-8bda-4f1234161d59} <Debug> DynamicQueryHandler: Done processing query | ||
3764 | 2024.05.16 00:49:28.025536 [ 3 ] {f99019dd-b31b-4499-8bda-4f1234161d59} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3765 | 2024.05.16 00:49:28.025556 [ 186 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
3766 | 2024.05.16 00:49:28.025594 [ 3 ] {} <Debug> HTTP-Session: ec30d538-20d9-4c0c-8609-c64e83c3263c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3767 | 2024.05.16 00:49:28.025815 [ 197 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_21_4} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3768 | 2024.05.16 00:49:28.025870 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3769 | 2024.05.16 00:49:28.026019 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3770 | 2024.05.16 00:49:28.026091 [ 3 ] {} <Debug> HTTP-Session: ba6cb76a-e4bd-454c-94a5-0943fd4c9744 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
3771 | 2024.05.16 00:49:28.026112 [ 197 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_21_4} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3772 | 2024.05.16 00:49:28.026151 [ 3 ] {} <Debug> HTTP-Session: ba6cb76a-e4bd-454c-94a5-0943fd4c9744 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3773 | 2024.05.16 00:49:28.026217 [ 3 ] {} <Debug> HTTP-Session: ba6cb76a-e4bd-454c-94a5-0943fd4c9744 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3774 | 2024.05.16 00:49:28.026263 [ 186 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3775 | 2024.05.16 00:49:28.026346 [ 3 ] {} <Trace> HTTP-Session: ba6cb76a-e4bd-454c-94a5-0943fd4c9744 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3776 | 2024.05.16 00:49:28.026365 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
3777 | 2024.05.16 00:49:28.026405 [ 186 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 913 rows starting from the beginning of the part | ||
3778 | 2024.05.16 00:49:28.026724 [ 3 ] {ed24241c-c497-4ae6-bedc-2ce633ae1577} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3779 | 2024.05.16 00:49:28.026752 [ 186 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
3780 | 2024.05.16 00:49:28.026846 [ 3 ] {ed24241c-c497-4ae6-bedc-2ce633ae1577} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3781 | 2024.05.16 00:49:28.027144 [ 186 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 690 rows starting from the beginning of the part | ||
3782 | 2024.05.16 00:49:28.027498 [ 186 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
3783 | 2024.05.16 00:49:28.027695 [ 3 ] {ed24241c-c497-4ae6-bedc-2ce633ae1577} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3784 | 2024.05.16 00:49:28.027847 [ 186 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part | ||
3785 | 2024.05.16 00:49:28.028099 [ 186 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part | ||
3786 | 2024.05.16 00:49:28.028810 [ 3 ] {ed24241c-c497-4ae6-bedc-2ce633ae1577} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3787 | 2024.05.16 00:49:28.028853 [ 3 ] {ed24241c-c497-4ae6-bedc-2ce633ae1577} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
3788 | 2024.05.16 00:49:28.029639 [ 3 ] {ed24241c-c497-4ae6-bedc-2ce633ae1577} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3789 | 2024.05.16 00:49:28.030557 [ 3 ] {ed24241c-c497-4ae6-bedc-2ce633ae1577} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3790 | 2024.05.16 00:49:28.030821 [ 148 ] {} <Debug> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3791 | 2024.05.16 00:49:28.030836 [ 3 ] {ed24241c-c497-4ae6-bedc-2ce633ae1577} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004317 sec., 13898.540653231412 rows/sec., 959.14 KiB/sec. | ||
3792 | 2024.05.16 00:49:28.030857 [ 148 ] {} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3793 | 2024.05.16 00:49:28.030943 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
3794 | 2024.05.16 00:49:28.031334 [ 3 ] {ed24241c-c497-4ae6-bedc-2ce633ae1577} <Debug> DynamicQueryHandler: Done processing query | ||
3795 | 2024.05.16 00:49:28.031430 [ 3 ] {ed24241c-c497-4ae6-bedc-2ce633ae1577} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3796 | 2024.05.16 00:49:28.031495 [ 3 ] {} <Debug> HTTP-Session: ba6cb76a-e4bd-454c-94a5-0943fd4c9744 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3797 | 2024.05.16 00:49:28.031544 [ 197 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
3798 | 2024.05.16 00:49:28.031862 [ 186 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2243 rows, containing 5 columns (5 merged, 0 gathered) in 0.006676158 sec., 335971.6771232796 rows/sec., 23.52 MiB/sec. | ||
3799 | 2024.05.16 00:49:28.031945 [ 197 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3800 | 2024.05.16 00:49:28.031997 [ 197 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 434 rows starting from the beginning of the part | ||
3801 | 2024.05.16 00:49:28.032179 [ 197 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
3802 | 2024.05.16 00:49:28.032353 [ 197 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
3803 | 2024.05.16 00:49:28.032379 [ 198 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3804 | 2024.05.16 00:49:28.032696 [ 197 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
3805 | 2024.05.16 00:49:28.032908 [ 197 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
3806 | 2024.05.16 00:49:28.033091 [ 197 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
3807 | 2024.05.16 00:49:28.034173 [ 198 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3808 | 2024.05.16 00:49:28.034356 [ 198 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3809 | 2024.05.16 00:49:28.034551 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
3810 | 2024.05.16 00:49:28.035091 [ 199 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 734 rows, containing 4 columns (4 merged, 0 gathered) in 0.003897512 sec., 188325.27006972654 rows/sec., 12.61 MiB/sec. | ||
3811 | 2024.05.16 00:49:28.035275 [ 198 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3812 | 2024.05.16 00:49:28.035678 [ 198 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_21_4} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3813 | 2024.05.16 00:49:28.035760 [ 198 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_21_4} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3814 | 2024.05.16 00:49:28.035846 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
3815 | 2024.05.16 00:49:31.307527 [ 146 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3816 | 2024.05.16 00:49:31.307594 [ 146 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3817 | 2024.05.16 00:49:33.013680 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3818 | 2024.05.16 00:49:33.013786 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3819 | 2024.05.16 00:49:33.013810 [ 3 ] {} <Debug> HTTP-Session: 291e2c89-23da-461a-a176-5d6010159e9c Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
3820 | 2024.05.16 00:49:33.013834 [ 3 ] {} <Debug> HTTP-Session: 291e2c89-23da-461a-a176-5d6010159e9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3821 | 2024.05.16 00:49:33.013848 [ 3 ] {} <Debug> HTTP-Session: 291e2c89-23da-461a-a176-5d6010159e9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3822 | 2024.05.16 00:49:33.013896 [ 3 ] {} <Trace> HTTP-Session: 291e2c89-23da-461a-a176-5d6010159e9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3823 | 2024.05.16 00:49:33.014078 [ 3 ] {f9ec7756-3f78-45e3-a98b-7653e97f1c3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3824 | 2024.05.16 00:49:33.014140 [ 3 ] {f9ec7756-3f78-45e3-a98b-7653e97f1c3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3825 | 2024.05.16 00:49:33.014320 [ 3 ] {f9ec7756-3f78-45e3-a98b-7653e97f1c3d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3826 | 2024.05.16 00:49:33.014754 [ 3 ] {f9ec7756-3f78-45e3-a98b-7653e97f1c3d} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3827 | 2024.05.16 00:49:33.014797 [ 3 ] {f9ec7756-3f78-45e3-a98b-7653e97f1c3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
3828 | 2024.05.16 00:49:33.015159 [ 3 ] {f9ec7756-3f78-45e3-a98b-7653e97f1c3d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3829 | 2024.05.16 00:49:33.015495 [ 3 ] {f9ec7756-3f78-45e3-a98b-7653e97f1c3d} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3830 | 2024.05.16 00:49:33.015675 [ 3 ] {f9ec7756-3f78-45e3-a98b-7653e97f1c3d} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001649 sec., 18192.844147968466 rows/sec., 1.44 MiB/sec. | ||
3831 | 2024.05.16 00:49:33.015893 [ 3 ] {f9ec7756-3f78-45e3-a98b-7653e97f1c3d} <Debug> DynamicQueryHandler: Done processing query | ||
3832 | 2024.05.16 00:49:33.015921 [ 3 ] {f9ec7756-3f78-45e3-a98b-7653e97f1c3d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3833 | 2024.05.16 00:49:33.015937 [ 3 ] {} <Debug> HTTP-Session: 291e2c89-23da-461a-a176-5d6010159e9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3834 | 2024.05.16 00:49:33.016160 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 21403, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3835 | 2024.05.16 00:49:33.016215 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3836 | 2024.05.16 00:49:33.016236 [ 3 ] {} <Debug> HTTP-Session: 3eaa6309-9f93-4cf8-9093-745c5eb8afee Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
3837 | 2024.05.16 00:49:33.016253 [ 3 ] {} <Debug> HTTP-Session: 3eaa6309-9f93-4cf8-9093-745c5eb8afee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3838 | 2024.05.16 00:49:33.016267 [ 3 ] {} <Debug> HTTP-Session: 3eaa6309-9f93-4cf8-9093-745c5eb8afee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3839 | 2024.05.16 00:49:33.016301 [ 3 ] {} <Trace> HTTP-Session: 3eaa6309-9f93-4cf8-9093-745c5eb8afee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3840 | 2024.05.16 00:49:33.016447 [ 3 ] {483b3d1d-dc03-45ee-8a54-e6cc68c38f5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3841 | 2024.05.16 00:49:33.016493 [ 3 ] {483b3d1d-dc03-45ee-8a54-e6cc68c38f5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3842 | 2024.05.16 00:49:33.016626 [ 3 ] {483b3d1d-dc03-45ee-8a54-e6cc68c38f5c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3843 | 2024.05.16 00:49:33.017022 [ 3 ] {483b3d1d-dc03-45ee-8a54-e6cc68c38f5c} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3844 | 2024.05.16 00:49:33.017061 [ 3 ] {483b3d1d-dc03-45ee-8a54-e6cc68c38f5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
3845 | 2024.05.16 00:49:33.017385 [ 3 ] {483b3d1d-dc03-45ee-8a54-e6cc68c38f5c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3846 | 2024.05.16 00:49:33.017697 [ 3 ] {483b3d1d-dc03-45ee-8a54-e6cc68c38f5c} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3847 | 2024.05.16 00:49:33.017853 [ 3 ] {483b3d1d-dc03-45ee-8a54-e6cc68c38f5c} <Debug> executeQuery: Read 146 rows, 12.52 KiB in 0.001465 sec., 99658.70307167235 rows/sec., 8.35 MiB/sec. | ||
3848 | 2024.05.16 00:49:33.018181 [ 3 ] {483b3d1d-dc03-45ee-8a54-e6cc68c38f5c} <Debug> DynamicQueryHandler: Done processing query | ||
3849 | 2024.05.16 00:49:33.018206 [ 3 ] {483b3d1d-dc03-45ee-8a54-e6cc68c38f5c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3850 | 2024.05.16 00:49:33.018222 [ 3 ] {} <Debug> HTTP-Session: 3eaa6309-9f93-4cf8-9093-745c5eb8afee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3851 | 2024.05.16 00:49:33.018378 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 15971, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3852 | 2024.05.16 00:49:33.018428 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3853 | 2024.05.16 00:49:33.018446 [ 3 ] {} <Debug> HTTP-Session: f71f5d4d-3754-4587-bc2b-4486d19ae76b Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
3854 | 2024.05.16 00:49:33.018463 [ 3 ] {} <Debug> HTTP-Session: f71f5d4d-3754-4587-bc2b-4486d19ae76b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3855 | 2024.05.16 00:49:33.018476 [ 3 ] {} <Debug> HTTP-Session: f71f5d4d-3754-4587-bc2b-4486d19ae76b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3856 | 2024.05.16 00:49:33.018507 [ 3 ] {} <Trace> HTTP-Session: f71f5d4d-3754-4587-bc2b-4486d19ae76b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3857 | 2024.05.16 00:49:33.018643 [ 3 ] {b56c0742-a5c6-4a96-8338-ca7e46d80918} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3858 | 2024.05.16 00:49:33.018687 [ 3 ] {b56c0742-a5c6-4a96-8338-ca7e46d80918} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3859 | 2024.05.16 00:49:33.018835 [ 3 ] {b56c0742-a5c6-4a96-8338-ca7e46d80918} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3860 | 2024.05.16 00:49:33.019195 [ 3 ] {b56c0742-a5c6-4a96-8338-ca7e46d80918} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3861 | 2024.05.16 00:49:33.019231 [ 3 ] {b56c0742-a5c6-4a96-8338-ca7e46d80918} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
3862 | 2024.05.16 00:49:33.019547 [ 3 ] {b56c0742-a5c6-4a96-8338-ca7e46d80918} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3863 | 2024.05.16 00:49:33.019844 [ 3 ] {b56c0742-a5c6-4a96-8338-ca7e46d80918} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3864 | 2024.05.16 00:49:33.019990 [ 3 ] {b56c0742-a5c6-4a96-8338-ca7e46d80918} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001406 sec., 66856.33001422476 rows/sec., 5.22 MiB/sec. | ||
3865 | 2024.05.16 00:49:33.020156 [ 3 ] {b56c0742-a5c6-4a96-8338-ca7e46d80918} <Debug> DynamicQueryHandler: Done processing query | ||
3866 | 2024.05.16 00:49:33.020180 [ 3 ] {b56c0742-a5c6-4a96-8338-ca7e46d80918} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
3867 | 2024.05.16 00:49:33.020196 [ 3 ] {} <Debug> HTTP-Session: f71f5d4d-3754-4587-bc2b-4486d19ae76b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3868 | 2024.05.16 00:49:33.020357 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3869 | 2024.05.16 00:49:33.020409 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3870 | 2024.05.16 00:49:33.020428 [ 3 ] {} <Debug> HTTP-Session: 47bb28c9-74f3-4938-8845-1fb938ef9556 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
3871 | 2024.05.16 00:49:33.020444 [ 3 ] {} <Debug> HTTP-Session: 47bb28c9-74f3-4938-8845-1fb938ef9556 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3872 | 2024.05.16 00:49:33.020457 [ 3 ] {} <Debug> HTTP-Session: 47bb28c9-74f3-4938-8845-1fb938ef9556 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3873 | 2024.05.16 00:49:33.020487 [ 3 ] {} <Trace> HTTP-Session: 47bb28c9-74f3-4938-8845-1fb938ef9556 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3874 | 2024.05.16 00:49:33.020628 [ 3 ] {139462fa-ecd7-479c-85cb-d6d43d24a8a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3875 | 2024.05.16 00:49:33.020674 [ 3 ] {139462fa-ecd7-479c-85cb-d6d43d24a8a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3876 | 2024.05.16 00:49:33.020818 [ 3 ] {139462fa-ecd7-479c-85cb-d6d43d24a8a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3877 | 2024.05.16 00:49:33.021183 [ 3 ] {139462fa-ecd7-479c-85cb-d6d43d24a8a8} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3878 | 2024.05.16 00:49:33.021219 [ 3 ] {139462fa-ecd7-479c-85cb-d6d43d24a8a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
3879 | 2024.05.16 00:49:33.021601 [ 3 ] {139462fa-ecd7-479c-85cb-d6d43d24a8a8} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3880 | 2024.05.16 00:49:33.021931 [ 3 ] {139462fa-ecd7-479c-85cb-d6d43d24a8a8} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3881 | 2024.05.16 00:49:33.022083 [ 3 ] {139462fa-ecd7-479c-85cb-d6d43d24a8a8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001522 sec., 105124.83574244416 rows/sec., 7.32 MiB/sec. | ||
3882 | 2024.05.16 00:49:33.022251 [ 3 ] {139462fa-ecd7-479c-85cb-d6d43d24a8a8} <Debug> DynamicQueryHandler: Done processing query | ||
3883 | 2024.05.16 00:49:33.022275 [ 3 ] {139462fa-ecd7-479c-85cb-d6d43d24a8a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3884 | 2024.05.16 00:49:33.022291 [ 3 ] {} <Debug> HTTP-Session: 47bb28c9-74f3-4938-8845-1fb938ef9556 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3885 | 2024.05.16 00:49:33.022474 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 32122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3886 | 2024.05.16 00:49:33.022546 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3887 | 2024.05.16 00:49:33.022570 [ 3 ] {} <Debug> HTTP-Session: 4bebccc3-4229-4707-9639-a204c78a88a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
3888 | 2024.05.16 00:49:33.022591 [ 3 ] {} <Debug> HTTP-Session: 4bebccc3-4229-4707-9639-a204c78a88a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3889 | 2024.05.16 00:49:33.022608 [ 3 ] {} <Debug> HTTP-Session: 4bebccc3-4229-4707-9639-a204c78a88a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3890 | 2024.05.16 00:49:33.022645 [ 3 ] {} <Trace> HTTP-Session: 4bebccc3-4229-4707-9639-a204c78a88a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3891 | 2024.05.16 00:49:33.022960 [ 3 ] {8b73da59-8b7c-4874-a2cc-0869d7b5320f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3892 | 2024.05.16 00:49:33.023018 [ 3 ] {8b73da59-8b7c-4874-a2cc-0869d7b5320f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3893 | 2024.05.16 00:49:33.023217 [ 3 ] {8b73da59-8b7c-4874-a2cc-0869d7b5320f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3894 | 2024.05.16 00:49:33.023683 [ 3 ] {8b73da59-8b7c-4874-a2cc-0869d7b5320f} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3895 | 2024.05.16 00:49:33.023719 [ 3 ] {8b73da59-8b7c-4874-a2cc-0869d7b5320f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
3896 | 2024.05.16 00:49:33.024143 [ 3 ] {8b73da59-8b7c-4874-a2cc-0869d7b5320f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3897 | 2024.05.16 00:49:33.024483 [ 3 ] {8b73da59-8b7c-4874-a2cc-0869d7b5320f} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3898 | 2024.05.16 00:49:33.024643 [ 145 ] {} <Debug> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3899 | 2024.05.16 00:49:33.024647 [ 3 ] {8b73da59-8b7c-4874-a2cc-0869d7b5320f} <Debug> executeQuery: Read 30 rows, 41.46 KiB in 0.001897 sec., 15814.443858724302 rows/sec., 21.34 MiB/sec. | ||
3900 | 2024.05.16 00:49:33.024741 [ 145 ] {} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3901 | 2024.05.16 00:49:33.024805 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
3902 | 2024.05.16 00:49:33.025065 [ 3 ] {8b73da59-8b7c-4874-a2cc-0869d7b5320f} <Debug> DynamicQueryHandler: Done processing query | ||
3903 | 2024.05.16 00:49:33.025139 [ 3 ] {8b73da59-8b7c-4874-a2cc-0869d7b5320f} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
3904 | 2024.05.16 00:49:33.025148 [ 197 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::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 | ||
3905 | 2024.05.16 00:49:33.025207 [ 3 ] {} <Debug> HTTP-Session: 4bebccc3-4229-4707-9639-a204c78a88a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3906 | 2024.05.16 00:49:33.025461 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3907 | 2024.05.16 00:49:33.025525 [ 197 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3908 | 2024.05.16 00:49:33.025541 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3909 | 2024.05.16 00:49:33.025597 [ 3 ] {} <Debug> HTTP-Session: 1e09b883-a481-4e26-8bbc-e6ffc1c6ddee Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
3910 | 2024.05.16 00:49:33.025602 [ 197 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 138 rows starting from the beginning of the part | ||
3911 | 2024.05.16 00:49:33.025626 [ 3 ] {} <Debug> HTTP-Session: 1e09b883-a481-4e26-8bbc-e6ffc1c6ddee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3912 | 2024.05.16 00:49:33.025665 [ 3 ] {} <Debug> HTTP-Session: 1e09b883-a481-4e26-8bbc-e6ffc1c6ddee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3913 | 2024.05.16 00:49:33.025759 [ 3 ] {} <Trace> HTTP-Session: 1e09b883-a481-4e26-8bbc-e6ffc1c6ddee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3914 | 2024.05.16 00:49:33.025899 [ 197 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 30 rows starting from the beginning of the part | ||
3915 | 2024.05.16 00:49:33.026098 [ 3 ] {2838637d-b7fc-4a0f-b72c-9c97737b6044} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3916 | 2024.05.16 00:49:33.026185 [ 197 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 30 rows starting from the beginning of the part | ||
3917 | 2024.05.16 00:49:33.026228 [ 3 ] {2838637d-b7fc-4a0f-b72c-9c97737b6044} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3918 | 2024.05.16 00:49:33.026565 [ 197 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 30 rows starting from the beginning of the part | ||
3919 | 2024.05.16 00:49:33.026853 [ 197 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 30 rows starting from the beginning of the part | ||
3920 | 2024.05.16 00:49:33.027301 [ 197 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 30 rows starting from the beginning of the part | ||
3921 | 2024.05.16 00:49:33.027289 [ 3 ] {2838637d-b7fc-4a0f-b72c-9c97737b6044} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3922 | 2024.05.16 00:49:33.028249 [ 3 ] {2838637d-b7fc-4a0f-b72c-9c97737b6044} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3923 | 2024.05.16 00:49:33.028310 [ 3 ] {2838637d-b7fc-4a0f-b72c-9c97737b6044} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
3924 | 2024.05.16 00:49:33.029233 [ 3 ] {2838637d-b7fc-4a0f-b72c-9c97737b6044} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3925 | 2024.05.16 00:49:33.029985 [ 3 ] {2838637d-b7fc-4a0f-b72c-9c97737b6044} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3926 | 2024.05.16 00:49:33.030316 [ 3 ] {2838637d-b7fc-4a0f-b72c-9c97737b6044} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004377 sec., 13708.019191226867 rows/sec., 946.00 KiB/sec. | ||
3927 | 2024.05.16 00:49:33.030603 [ 3 ] {2838637d-b7fc-4a0f-b72c-9c97737b6044} <Debug> DynamicQueryHandler: Done processing query | ||
3928 | 2024.05.16 00:49:33.030629 [ 3 ] {2838637d-b7fc-4a0f-b72c-9c97737b6044} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3929 | 2024.05.16 00:49:33.030646 [ 3 ] {} <Debug> HTTP-Session: 1e09b883-a481-4e26-8bbc-e6ffc1c6ddee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3930 | 2024.05.16 00:49:33.034039 [ 199 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 288 rows, containing 6 columns (6 merged, 0 gathered) in 0.009121266 sec., 31574.56432034764 rows/sec., 42.61 MiB/sec. | ||
3931 | 2024.05.16 00:49:33.034418 [ 199 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3932 | 2024.05.16 00:49:33.034893 [ 199 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3933 | 2024.05.16 00:49:33.034990 [ 199 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3934 | 2024.05.16 00:49:33.035099 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. | ||
3935 | 2024.05.16 00:49:38.012369 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3936 | 2024.05.16 00:49:38.012488 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3937 | 2024.05.16 00:49:38.012512 [ 3 ] {} <Debug> HTTP-Session: a278f215-2a1a-41e6-833a-73172caa2193 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
3938 | 2024.05.16 00:49:38.012534 [ 3 ] {} <Debug> HTTP-Session: a278f215-2a1a-41e6-833a-73172caa2193 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3939 | 2024.05.16 00:49:38.012548 [ 3 ] {} <Debug> HTTP-Session: a278f215-2a1a-41e6-833a-73172caa2193 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3940 | 2024.05.16 00:49:38.012595 [ 3 ] {} <Trace> HTTP-Session: a278f215-2a1a-41e6-833a-73172caa2193 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3941 | 2024.05.16 00:49:38.012778 [ 3 ] {a6043537-22c8-430e-9d7a-02fd140994c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3942 | 2024.05.16 00:49:38.012838 [ 3 ] {a6043537-22c8-430e-9d7a-02fd140994c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3943 | 2024.05.16 00:49:38.013009 [ 3 ] {a6043537-22c8-430e-9d7a-02fd140994c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3944 | 2024.05.16 00:49:38.013474 [ 3 ] {a6043537-22c8-430e-9d7a-02fd140994c6} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3945 | 2024.05.16 00:49:38.013515 [ 3 ] {a6043537-22c8-430e-9d7a-02fd140994c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
3946 | 2024.05.16 00:49:38.013879 [ 3 ] {a6043537-22c8-430e-9d7a-02fd140994c6} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3947 | 2024.05.16 00:49:38.014206 [ 3 ] {a6043537-22c8-430e-9d7a-02fd140994c6} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3948 | 2024.05.16 00:49:38.014363 [ 3 ] {a6043537-22c8-430e-9d7a-02fd140994c6} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001647 sec., 34001.21432908318 rows/sec., 2.60 MiB/sec. | ||
3949 | 2024.05.16 00:49:38.014579 [ 3 ] {a6043537-22c8-430e-9d7a-02fd140994c6} <Debug> DynamicQueryHandler: Done processing query | ||
3950 | 2024.05.16 00:49:38.014605 [ 3 ] {a6043537-22c8-430e-9d7a-02fd140994c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3951 | 2024.05.16 00:49:38.014621 [ 3 ] {} <Debug> HTTP-Session: a278f215-2a1a-41e6-833a-73172caa2193 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3952 | 2024.05.16 00:49:38.014804 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3953 | 2024.05.16 00:49:38.014857 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3954 | 2024.05.16 00:49:38.014876 [ 3 ] {} <Debug> HTTP-Session: 783b325e-8965-4537-82af-c3ae066ff44c Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
3955 | 2024.05.16 00:49:38.014894 [ 3 ] {} <Debug> HTTP-Session: 783b325e-8965-4537-82af-c3ae066ff44c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3956 | 2024.05.16 00:49:38.014908 [ 3 ] {} <Debug> HTTP-Session: 783b325e-8965-4537-82af-c3ae066ff44c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3957 | 2024.05.16 00:49:38.014942 [ 3 ] {} <Trace> HTTP-Session: 783b325e-8965-4537-82af-c3ae066ff44c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3958 | 2024.05.16 00:49:38.015065 [ 3 ] {6c6b2280-5ae9-406a-a403-3da028e28e4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3959 | 2024.05.16 00:49:38.015109 [ 3 ] {6c6b2280-5ae9-406a-a403-3da028e28e4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3960 | 2024.05.16 00:49:38.015238 [ 3 ] {6c6b2280-5ae9-406a-a403-3da028e28e4c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3961 | 2024.05.16 00:49:38.015559 [ 3 ] {6c6b2280-5ae9-406a-a403-3da028e28e4c} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3962 | 2024.05.16 00:49:38.015595 [ 3 ] {6c6b2280-5ae9-406a-a403-3da028e28e4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
3963 | 2024.05.16 00:49:38.015910 [ 3 ] {6c6b2280-5ae9-406a-a403-3da028e28e4c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3964 | 2024.05.16 00:49:38.016210 [ 3 ] {6c6b2280-5ae9-406a-a403-3da028e28e4c} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3965 | 2024.05.16 00:49:38.016363 [ 3 ] {6c6b2280-5ae9-406a-a403-3da028e28e4c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001343 sec., 47654.504839910645 rows/sec., 3.72 MiB/sec. | ||
3966 | 2024.05.16 00:49:38.016523 [ 3 ] {6c6b2280-5ae9-406a-a403-3da028e28e4c} <Debug> DynamicQueryHandler: Done processing query | ||
3967 | 2024.05.16 00:49:38.016547 [ 3 ] {6c6b2280-5ae9-406a-a403-3da028e28e4c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
3968 | 2024.05.16 00:49:38.016563 [ 3 ] {} <Debug> HTTP-Session: 783b325e-8965-4537-82af-c3ae066ff44c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3969 | 2024.05.16 00:49:38.016745 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3970 | 2024.05.16 00:49:38.016792 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3971 | 2024.05.16 00:49:38.016811 [ 3 ] {} <Debug> HTTP-Session: 93415fd3-cf49-45f6-b4ba-b5d69698587d Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
3972 | 2024.05.16 00:49:38.016828 [ 3 ] {} <Debug> HTTP-Session: 93415fd3-cf49-45f6-b4ba-b5d69698587d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3973 | 2024.05.16 00:49:38.016842 [ 3 ] {} <Debug> HTTP-Session: 93415fd3-cf49-45f6-b4ba-b5d69698587d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3974 | 2024.05.16 00:49:38.016873 [ 3 ] {} <Trace> HTTP-Session: 93415fd3-cf49-45f6-b4ba-b5d69698587d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3975 | 2024.05.16 00:49:38.017015 [ 3 ] {6cc4c0e8-372a-4bbb-9a58-a91ffe02bad5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3976 | 2024.05.16 00:49:38.017061 [ 3 ] {6cc4c0e8-372a-4bbb-9a58-a91ffe02bad5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3977 | 2024.05.16 00:49:38.017207 [ 3 ] {6cc4c0e8-372a-4bbb-9a58-a91ffe02bad5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3978 | 2024.05.16 00:49:38.017587 [ 3 ] {6cc4c0e8-372a-4bbb-9a58-a91ffe02bad5} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3979 | 2024.05.16 00:49:38.017622 [ 3 ] {6cc4c0e8-372a-4bbb-9a58-a91ffe02bad5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
3980 | 2024.05.16 00:49:38.018003 [ 3 ] {6cc4c0e8-372a-4bbb-9a58-a91ffe02bad5} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3981 | 2024.05.16 00:49:38.018331 [ 3 ] {6cc4c0e8-372a-4bbb-9a58-a91ffe02bad5} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3982 | 2024.05.16 00:49:38.018485 [ 3 ] {6cc4c0e8-372a-4bbb-9a58-a91ffe02bad5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001529 sec., 104643.55788096796 rows/sec., 7.29 MiB/sec. | ||
3983 | 2024.05.16 00:49:38.018659 [ 3 ] {6cc4c0e8-372a-4bbb-9a58-a91ffe02bad5} <Debug> DynamicQueryHandler: Done processing query | ||
3984 | 2024.05.16 00:49:38.018683 [ 3 ] {6cc4c0e8-372a-4bbb-9a58-a91ffe02bad5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3985 | 2024.05.16 00:49:38.018699 [ 3 ] {} <Debug> HTTP-Session: 93415fd3-cf49-45f6-b4ba-b5d69698587d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3986 | 2024.05.16 00:49:38.018835 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3987 | 2024.05.16 00:49:38.018884 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3988 | 2024.05.16 00:49:38.018902 [ 3 ] {} <Debug> HTTP-Session: 69c5518d-a451-40b8-8ebd-421f8b53c862 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
3989 | 2024.05.16 00:49:38.018918 [ 3 ] {} <Debug> HTTP-Session: 69c5518d-a451-40b8-8ebd-421f8b53c862 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3990 | 2024.05.16 00:49:38.018932 [ 3 ] {} <Debug> HTTP-Session: 69c5518d-a451-40b8-8ebd-421f8b53c862 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3991 | 2024.05.16 00:49:38.018962 [ 3 ] {} <Trace> HTTP-Session: 69c5518d-a451-40b8-8ebd-421f8b53c862 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3992 | 2024.05.16 00:49:38.019084 [ 3 ] {1b44b998-987c-4bd0-8b63-ea8fed36b3a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3993 | 2024.05.16 00:49:38.019127 [ 3 ] {1b44b998-987c-4bd0-8b63-ea8fed36b3a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3994 | 2024.05.16 00:49:38.019253 [ 3 ] {1b44b998-987c-4bd0-8b63-ea8fed36b3a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3995 | 2024.05.16 00:49:38.019538 [ 3 ] {1b44b998-987c-4bd0-8b63-ea8fed36b3a3} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3996 | 2024.05.16 00:49:38.019573 [ 3 ] {1b44b998-987c-4bd0-8b63-ea8fed36b3a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
3997 | 2024.05.16 00:49:38.019915 [ 3 ] {1b44b998-987c-4bd0-8b63-ea8fed36b3a3} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3998 | 2024.05.16 00:49:38.020223 [ 3 ] {1b44b998-987c-4bd0-8b63-ea8fed36b3a3} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3999 | 2024.05.16 00:49:38.020372 [ 3 ] {1b44b998-987c-4bd0-8b63-ea8fed36b3a3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001331 sec., 45078.88805409467 rows/sec., 3.04 MiB/sec. | ||
4000 | 2024.05.16 00:49:38.020525 [ 3 ] {1b44b998-987c-4bd0-8b63-ea8fed36b3a3} <Debug> DynamicQueryHandler: Done processing query | ||
4001 | 2024.05.16 00:49:38.020549 [ 3 ] {1b44b998-987c-4bd0-8b63-ea8fed36b3a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4002 | 2024.05.16 00:49:38.020564 [ 3 ] {} <Debug> HTTP-Session: 69c5518d-a451-40b8-8ebd-421f8b53c862 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4003 | 2024.05.16 00:49:43.015183 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4004 | 2024.05.16 00:49:43.015296 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4005 | 2024.05.16 00:49:43.015319 [ 3 ] {} <Debug> HTTP-Session: 8e3922c6-c925-49a5-a97a-7e9f3b4110e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
4006 | 2024.05.16 00:49:43.015342 [ 3 ] {} <Debug> HTTP-Session: 8e3922c6-c925-49a5-a97a-7e9f3b4110e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4007 | 2024.05.16 00:49:43.015357 [ 3 ] {} <Debug> HTTP-Session: 8e3922c6-c925-49a5-a97a-7e9f3b4110e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4008 | 2024.05.16 00:49:43.015403 [ 3 ] {} <Trace> HTTP-Session: 8e3922c6-c925-49a5-a97a-7e9f3b4110e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4009 | 2024.05.16 00:49:43.015576 [ 3 ] {b56bc477-58cb-441e-be87-b4373de5a30b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4010 | 2024.05.16 00:49:43.015636 [ 3 ] {b56bc477-58cb-441e-be87-b4373de5a30b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4011 | 2024.05.16 00:49:43.015808 [ 3 ] {b56bc477-58cb-441e-be87-b4373de5a30b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4012 | 2024.05.16 00:49:43.016249 [ 3 ] {b56bc477-58cb-441e-be87-b4373de5a30b} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4013 | 2024.05.16 00:49:43.016288 [ 3 ] {b56bc477-58cb-441e-be87-b4373de5a30b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
4014 | 2024.05.16 00:49:43.016665 [ 3 ] {b56bc477-58cb-441e-be87-b4373de5a30b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
4015 | 2024.05.16 00:49:43.016985 [ 3 ] {b56bc477-58cb-441e-be87-b4373de5a30b} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4016 | 2024.05.16 00:49:43.017128 [ 3 ] {b56bc477-58cb-441e-be87-b4373de5a30b} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.00161 sec., 18633.540372670806 rows/sec., 1.47 MiB/sec. | ||
4017 | 2024.05.16 00:49:43.017345 [ 3 ] {b56bc477-58cb-441e-be87-b4373de5a30b} <Debug> DynamicQueryHandler: Done processing query | ||
4018 | 2024.05.16 00:49:43.017371 [ 3 ] {b56bc477-58cb-441e-be87-b4373de5a30b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4019 | 2024.05.16 00:49:43.017386 [ 3 ] {} <Debug> HTTP-Session: 8e3922c6-c925-49a5-a97a-7e9f3b4110e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4020 | 2024.05.16 00:49:43.017554 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4021 | 2024.05.16 00:49:43.017602 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4022 | 2024.05.16 00:49:43.017622 [ 3 ] {} <Debug> HTTP-Session: cdd59b88-0e26-4729-a3d5-3052b4ddbfa3 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
4023 | 2024.05.16 00:49:43.017662 [ 3 ] {} <Debug> HTTP-Session: cdd59b88-0e26-4729-a3d5-3052b4ddbfa3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4024 | 2024.05.16 00:49:43.017676 [ 3 ] {} <Debug> HTTP-Session: cdd59b88-0e26-4729-a3d5-3052b4ddbfa3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4025 | 2024.05.16 00:49:43.017708 [ 3 ] {} <Trace> HTTP-Session: cdd59b88-0e26-4729-a3d5-3052b4ddbfa3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4026 | 2024.05.16 00:49:43.017802 [ 3 ] {eaf23975-de06-424b-a9fe-d77e4a8a729c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4027 | 2024.05.16 00:49:43.017844 [ 3 ] {eaf23975-de06-424b-a9fe-d77e4a8a729c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4028 | 2024.05.16 00:49:43.017974 [ 3 ] {eaf23975-de06-424b-a9fe-d77e4a8a729c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4029 | 2024.05.16 00:49:43.018258 [ 3 ] {eaf23975-de06-424b-a9fe-d77e4a8a729c} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4030 | 2024.05.16 00:49:43.018295 [ 3 ] {eaf23975-de06-424b-a9fe-d77e4a8a729c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
4031 | 2024.05.16 00:49:43.018579 [ 3 ] {eaf23975-de06-424b-a9fe-d77e4a8a729c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
4032 | 2024.05.16 00:49:43.018872 [ 3 ] {eaf23975-de06-424b-a9fe-d77e4a8a729c} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4033 | 2024.05.16 00:49:43.019056 [ 3 ] {eaf23975-de06-424b-a9fe-d77e4a8a729c} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001265 sec., 3162.0553359683795 rows/sec., 257.84 KiB/sec. | ||
4034 | 2024.05.16 00:49:43.019337 [ 3 ] {eaf23975-de06-424b-a9fe-d77e4a8a729c} <Debug> DynamicQueryHandler: Done processing query | ||
4035 | 2024.05.16 00:49:43.019369 [ 3 ] {eaf23975-de06-424b-a9fe-d77e4a8a729c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4036 | 2024.05.16 00:49:43.019386 [ 3 ] {} <Debug> HTTP-Session: cdd59b88-0e26-4729-a3d5-3052b4ddbfa3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4037 | 2024.05.16 00:49:43.019561 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 26600, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4038 | 2024.05.16 00:49:43.019609 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4039 | 2024.05.16 00:49:43.019628 [ 3 ] {} <Debug> HTTP-Session: 7b092c71-4545-4c8f-babb-259b98b81276 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
4040 | 2024.05.16 00:49:43.019644 [ 3 ] {} <Debug> HTTP-Session: 7b092c71-4545-4c8f-babb-259b98b81276 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4041 | 2024.05.16 00:49:43.019657 [ 3 ] {} <Debug> HTTP-Session: 7b092c71-4545-4c8f-babb-259b98b81276 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4042 | 2024.05.16 00:49:43.019687 [ 3 ] {} <Trace> HTTP-Session: 7b092c71-4545-4c8f-babb-259b98b81276 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4043 | 2024.05.16 00:49:43.019826 [ 3 ] {102f5b70-b0e3-4809-a8b5-333b2ca4b222} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4044 | 2024.05.16 00:49:43.019869 [ 3 ] {102f5b70-b0e3-4809-a8b5-333b2ca4b222} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4045 | 2024.05.16 00:49:43.020008 [ 3 ] {102f5b70-b0e3-4809-a8b5-333b2ca4b222} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4046 | 2024.05.16 00:49:43.020409 [ 3 ] {102f5b70-b0e3-4809-a8b5-333b2ca4b222} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4047 | 2024.05.16 00:49:43.020447 [ 3 ] {102f5b70-b0e3-4809-a8b5-333b2ca4b222} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
4048 | 2024.05.16 00:49:43.020762 [ 3 ] {102f5b70-b0e3-4809-a8b5-333b2ca4b222} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4049 | 2024.05.16 00:49:43.021071 [ 3 ] {102f5b70-b0e3-4809-a8b5-333b2ca4b222} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4050 | 2024.05.16 00:49:43.021223 [ 3 ] {102f5b70-b0e3-4809-a8b5-333b2ca4b222} <Debug> executeQuery: Read 184 rows, 15.43 KiB in 0.001455 sec., 126460.48109965636 rows/sec., 10.36 MiB/sec. | ||
4051 | 2024.05.16 00:49:43.021386 [ 3 ] {102f5b70-b0e3-4809-a8b5-333b2ca4b222} <Debug> DynamicQueryHandler: Done processing query | ||
4052 | 2024.05.16 00:49:43.021413 [ 3 ] {102f5b70-b0e3-4809-a8b5-333b2ca4b222} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
4053 | 2024.05.16 00:49:43.021429 [ 3 ] {} <Debug> HTTP-Session: 7b092c71-4545-4c8f-babb-259b98b81276 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4054 | 2024.05.16 00:49:43.021554 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4055 | 2024.05.16 00:49:43.021603 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4056 | 2024.05.16 00:49:43.021621 [ 3 ] {} <Debug> HTTP-Session: 3b117f5a-2aa4-4615-8cba-f7a4b980bc8b Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
4057 | 2024.05.16 00:49:43.021637 [ 3 ] {} <Debug> HTTP-Session: 3b117f5a-2aa4-4615-8cba-f7a4b980bc8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4058 | 2024.05.16 00:49:43.021651 [ 3 ] {} <Debug> HTTP-Session: 3b117f5a-2aa4-4615-8cba-f7a4b980bc8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4059 | 2024.05.16 00:49:43.021680 [ 3 ] {} <Trace> HTTP-Session: 3b117f5a-2aa4-4615-8cba-f7a4b980bc8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4060 | 2024.05.16 00:49:43.021772 [ 3 ] {b9bd4625-2287-4d5a-a306-a7a5a82ccb7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4061 | 2024.05.16 00:49:43.021814 [ 3 ] {b9bd4625-2287-4d5a-a306-a7a5a82ccb7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4062 | 2024.05.16 00:49:43.021938 [ 3 ] {b9bd4625-2287-4d5a-a306-a7a5a82ccb7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4063 | 2024.05.16 00:49:43.022219 [ 3 ] {b9bd4625-2287-4d5a-a306-a7a5a82ccb7a} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4064 | 2024.05.16 00:49:43.022255 [ 3 ] {b9bd4625-2287-4d5a-a306-a7a5a82ccb7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
4065 | 2024.05.16 00:49:43.022544 [ 3 ] {b9bd4625-2287-4d5a-a306-a7a5a82ccb7a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
4066 | 2024.05.16 00:49:43.022841 [ 3 ] {b9bd4625-2287-4d5a-a306-a7a5a82ccb7a} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4067 | 2024.05.16 00:49:43.022995 [ 3 ] {b9bd4625-2287-4d5a-a306-a7a5a82ccb7a} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001231 sec., 3249.390739236393 rows/sec., 226.89 KiB/sec. | ||
4068 | 2024.05.16 00:49:43.023267 [ 3 ] {b9bd4625-2287-4d5a-a306-a7a5a82ccb7a} <Debug> DynamicQueryHandler: Done processing query | ||
4069 | 2024.05.16 00:49:43.023291 [ 3 ] {b9bd4625-2287-4d5a-a306-a7a5a82ccb7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4070 | 2024.05.16 00:49:43.023307 [ 3 ] {} <Debug> HTTP-Session: 3b117f5a-2aa4-4615-8cba-f7a4b980bc8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4071 | 2024.05.16 00:49:43.023468 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 20695, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4072 | 2024.05.16 00:49:43.023515 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4073 | 2024.05.16 00:49:43.023534 [ 3 ] {} <Debug> HTTP-Session: 62855b6f-0ba8-43f5-86f8-05586108c1d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
4074 | 2024.05.16 00:49:43.023550 [ 3 ] {} <Debug> HTTP-Session: 62855b6f-0ba8-43f5-86f8-05586108c1d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4075 | 2024.05.16 00:49:43.023563 [ 3 ] {} <Debug> HTTP-Session: 62855b6f-0ba8-43f5-86f8-05586108c1d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4076 | 2024.05.16 00:49:43.023592 [ 3 ] {} <Trace> HTTP-Session: 62855b6f-0ba8-43f5-86f8-05586108c1d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4077 | 2024.05.16 00:49:43.023715 [ 3 ] {0aa0a9f5-800c-4978-af2d-5a37826c6330} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4078 | 2024.05.16 00:49:43.023758 [ 3 ] {0aa0a9f5-800c-4978-af2d-5a37826c6330} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4079 | 2024.05.16 00:49:43.023899 [ 3 ] {0aa0a9f5-800c-4978-af2d-5a37826c6330} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4080 | 2024.05.16 00:49:43.024264 [ 3 ] {0aa0a9f5-800c-4978-af2d-5a37826c6330} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4081 | 2024.05.16 00:49:43.024301 [ 3 ] {0aa0a9f5-800c-4978-af2d-5a37826c6330} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
4082 | 2024.05.16 00:49:43.024600 [ 3 ] {0aa0a9f5-800c-4978-af2d-5a37826c6330} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4083 | 2024.05.16 00:49:43.024893 [ 3 ] {0aa0a9f5-800c-4978-af2d-5a37826c6330} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4084 | 2024.05.16 00:49:43.025046 [ 3 ] {0aa0a9f5-800c-4978-af2d-5a37826c6330} <Debug> executeQuery: Read 122 rows, 9.74 KiB in 0.001373 sec., 88856.51857246904 rows/sec., 6.93 MiB/sec. | ||
4085 | 2024.05.16 00:49:43.025253 [ 3 ] {0aa0a9f5-800c-4978-af2d-5a37826c6330} <Debug> DynamicQueryHandler: Done processing query | ||
4086 | 2024.05.16 00:49:43.025278 [ 3 ] {0aa0a9f5-800c-4978-af2d-5a37826c6330} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4087 | 2024.05.16 00:49:43.025294 [ 3 ] {} <Debug> HTTP-Session: 62855b6f-0ba8-43f5-86f8-05586108c1d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4088 | 2024.05.16 00:49:43.025472 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 37973, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4089 | 2024.05.16 00:49:43.025520 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4090 | 2024.05.16 00:49:43.025539 [ 3 ] {} <Debug> HTTP-Session: 2a31d5df-2958-45ba-993a-36633cf37c5b Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
4091 | 2024.05.16 00:49:43.025554 [ 3 ] {} <Debug> HTTP-Session: 2a31d5df-2958-45ba-993a-36633cf37c5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4092 | 2024.05.16 00:49:43.025568 [ 3 ] {} <Debug> HTTP-Session: 2a31d5df-2958-45ba-993a-36633cf37c5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4093 | 2024.05.16 00:49:43.025597 [ 3 ] {} <Trace> HTTP-Session: 2a31d5df-2958-45ba-993a-36633cf37c5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4094 | 2024.05.16 00:49:43.025759 [ 3 ] {ee01de29-0056-449f-82f8-03e80bff787b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4095 | 2024.05.16 00:49:43.025803 [ 3 ] {ee01de29-0056-449f-82f8-03e80bff787b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4096 | 2024.05.16 00:49:43.025945 [ 3 ] {ee01de29-0056-449f-82f8-03e80bff787b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4097 | 2024.05.16 00:49:43.026331 [ 3 ] {ee01de29-0056-449f-82f8-03e80bff787b} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4098 | 2024.05.16 00:49:43.026367 [ 3 ] {ee01de29-0056-449f-82f8-03e80bff787b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
4099 | 2024.05.16 00:49:43.026737 [ 3 ] {ee01de29-0056-449f-82f8-03e80bff787b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4100 | 2024.05.16 00:49:43.027060 [ 3 ] {ee01de29-0056-449f-82f8-03e80bff787b} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4101 | 2024.05.16 00:49:43.027189 [ 3 ] {ee01de29-0056-449f-82f8-03e80bff787b} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.00151 sec., 131125.82781456952 rows/sec., 9.15 MiB/sec. | ||
4102 | 2024.05.16 00:49:43.027373 [ 3 ] {ee01de29-0056-449f-82f8-03e80bff787b} <Debug> DynamicQueryHandler: Done processing query | ||
4103 | 2024.05.16 00:49:43.027398 [ 3 ] {ee01de29-0056-449f-82f8-03e80bff787b} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
4104 | 2024.05.16 00:49:43.027415 [ 3 ] {} <Debug> HTTP-Session: 2a31d5df-2958-45ba-993a-36633cf37c5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4105 | 2024.05.16 00:49:43.027590 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 32123, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4106 | 2024.05.16 00:49:43.027637 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4107 | 2024.05.16 00:49:43.027655 [ 3 ] {} <Debug> HTTP-Session: 7584eca4-c628-4d87-b81e-5f18f1cc128f Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
4108 | 2024.05.16 00:49:43.027671 [ 3 ] {} <Debug> HTTP-Session: 7584eca4-c628-4d87-b81e-5f18f1cc128f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4109 | 2024.05.16 00:49:43.027684 [ 3 ] {} <Debug> HTTP-Session: 7584eca4-c628-4d87-b81e-5f18f1cc128f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4110 | 2024.05.16 00:49:43.027714 [ 3 ] {} <Trace> HTTP-Session: 7584eca4-c628-4d87-b81e-5f18f1cc128f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4111 | 2024.05.16 00:49:43.027963 [ 3 ] {8fac599c-31a1-4948-8044-0b883f34840b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4112 | 2024.05.16 00:49:43.028009 [ 3 ] {8fac599c-31a1-4948-8044-0b883f34840b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4113 | 2024.05.16 00:49:43.028167 [ 3 ] {8fac599c-31a1-4948-8044-0b883f34840b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4114 | 2024.05.16 00:49:43.028640 [ 3 ] {8fac599c-31a1-4948-8044-0b883f34840b} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4115 | 2024.05.16 00:49:43.028676 [ 3 ] {8fac599c-31a1-4948-8044-0b883f34840b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
4116 | 2024.05.16 00:49:43.029067 [ 3 ] {8fac599c-31a1-4948-8044-0b883f34840b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
4117 | 2024.05.16 00:49:43.029390 [ 3 ] {8fac599c-31a1-4948-8044-0b883f34840b} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4118 | 2024.05.16 00:49:43.029549 [ 3 ] {8fac599c-31a1-4948-8044-0b883f34840b} <Debug> executeQuery: Read 30 rows, 41.46 KiB in 0.001761 sec., 17035.775127768313 rows/sec., 22.99 MiB/sec. | ||
4119 | 2024.05.16 00:49:43.029857 [ 3 ] {8fac599c-31a1-4948-8044-0b883f34840b} <Debug> DynamicQueryHandler: Done processing query | ||
4120 | 2024.05.16 00:49:43.029881 [ 3 ] {8fac599c-31a1-4948-8044-0b883f34840b} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
4121 | 2024.05.16 00:49:43.029897 [ 3 ] {} <Debug> HTTP-Session: 7584eca4-c628-4d87-b81e-5f18f1cc128f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4122 | 2024.05.16 00:49:43.030040 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4123 | 2024.05.16 00:49:43.030088 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4124 | 2024.05.16 00:49:43.030107 [ 3 ] {} <Debug> HTTP-Session: 2f126229-2331-4765-b77f-1b635e601dfd Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
4125 | 2024.05.16 00:49:43.030124 [ 3 ] {} <Debug> HTTP-Session: 2f126229-2331-4765-b77f-1b635e601dfd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4126 | 2024.05.16 00:49:43.030137 [ 3 ] {} <Debug> HTTP-Session: 2f126229-2331-4765-b77f-1b635e601dfd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4127 | 2024.05.16 00:49:43.030167 [ 3 ] {} <Trace> HTTP-Session: 2f126229-2331-4765-b77f-1b635e601dfd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4128 | 2024.05.16 00:49:43.030291 [ 3 ] {a0d8bcb6-a6ae-47ba-b68e-fff2f3a6e2ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4129 | 2024.05.16 00:49:43.030335 [ 3 ] {a0d8bcb6-a6ae-47ba-b68e-fff2f3a6e2ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4130 | 2024.05.16 00:49:43.030475 [ 3 ] {a0d8bcb6-a6ae-47ba-b68e-fff2f3a6e2ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4131 | 2024.05.16 00:49:43.030758 [ 3 ] {a0d8bcb6-a6ae-47ba-b68e-fff2f3a6e2ca} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4132 | 2024.05.16 00:49:43.030794 [ 3 ] {a0d8bcb6-a6ae-47ba-b68e-fff2f3a6e2ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
4133 | 2024.05.16 00:49:43.031135 [ 3 ] {a0d8bcb6-a6ae-47ba-b68e-fff2f3a6e2ca} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4134 | 2024.05.16 00:49:43.031439 [ 3 ] {a0d8bcb6-a6ae-47ba-b68e-fff2f3a6e2ca} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4135 | 2024.05.16 00:49:43.031589 [ 3 ] {a0d8bcb6-a6ae-47ba-b68e-fff2f3a6e2ca} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001343 sec., 44676.09828741623 rows/sec., 3.01 MiB/sec. | ||
4136 | 2024.05.16 00:49:43.031799 [ 3 ] {a0d8bcb6-a6ae-47ba-b68e-fff2f3a6e2ca} <Debug> DynamicQueryHandler: Done processing query | ||
4137 | 2024.05.16 00:49:43.031824 [ 3 ] {a0d8bcb6-a6ae-47ba-b68e-fff2f3a6e2ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4138 | 2024.05.16 00:49:43.031840 [ 3 ] {} <Debug> HTTP-Session: 2f126229-2331-4765-b77f-1b635e601dfd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4139 | 2024.05.16 00:49:46.307634 [ 135 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4140 | 2024.05.16 00:49:46.307712 [ 135 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4141 | 2024.05.16 00:49:48.012938 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4142 | 2024.05.16 00:49:48.013057 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4143 | 2024.05.16 00:49:48.013085 [ 3 ] {} <Debug> HTTP-Session: 3f7f8455-c007-434f-a936-c9d4d2730284 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
4144 | 2024.05.16 00:49:48.013112 [ 3 ] {} <Debug> HTTP-Session: 3f7f8455-c007-434f-a936-c9d4d2730284 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4145 | 2024.05.16 00:49:48.013130 [ 3 ] {} <Debug> HTTP-Session: 3f7f8455-c007-434f-a936-c9d4d2730284 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4146 | 2024.05.16 00:49:48.013183 [ 3 ] {} <Trace> HTTP-Session: 3f7f8455-c007-434f-a936-c9d4d2730284 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4147 | 2024.05.16 00:49:48.013378 [ 3 ] {86ce2443-7a34-4c95-8223-010e8bcf3eec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4148 | 2024.05.16 00:49:48.013450 [ 3 ] {86ce2443-7a34-4c95-8223-010e8bcf3eec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4149 | 2024.05.16 00:49:48.013661 [ 3 ] {86ce2443-7a34-4c95-8223-010e8bcf3eec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4150 | 2024.05.16 00:49:48.014124 [ 3 ] {86ce2443-7a34-4c95-8223-010e8bcf3eec} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4151 | 2024.05.16 00:49:48.014171 [ 3 ] {86ce2443-7a34-4c95-8223-010e8bcf3eec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
4152 | 2024.05.16 00:49:48.014542 [ 3 ] {86ce2443-7a34-4c95-8223-010e8bcf3eec} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4153 | 2024.05.16 00:49:48.014873 [ 3 ] {86ce2443-7a34-4c95-8223-010e8bcf3eec} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4154 | 2024.05.16 00:49:48.015048 [ 3 ] {86ce2443-7a34-4c95-8223-010e8bcf3eec} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001717 sec., 1164.8223645894002 rows/sec., 94.98 KiB/sec. | ||
4155 | 2024.05.16 00:49:48.015062 [ 134 ] {} <Debug> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
4156 | 2024.05.16 00:49:48.015198 [ 134 ] {} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4157 | 2024.05.16 00:49:48.015246 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
4158 | 2024.05.16 00:49:48.015345 [ 3 ] {86ce2443-7a34-4c95-8223-010e8bcf3eec} <Debug> DynamicQueryHandler: Done processing query | ||
4159 | 2024.05.16 00:49:48.015408 [ 3 ] {86ce2443-7a34-4c95-8223-010e8bcf3eec} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4160 | 2024.05.16 00:49:48.015457 [ 3 ] {} <Debug> HTTP-Session: 3f7f8455-c007-434f-a936-c9d4d2730284 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4161 | 2024.05.16 00:49:48.015503 [ 193 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::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 | ||
4162 | 2024.05.16 00:49:48.015684 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4163 | 2024.05.16 00:49:48.015753 [ 193 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4164 | 2024.05.16 00:49:48.015777 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4165 | 2024.05.16 00:49:48.015813 [ 193 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::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 | ||
4166 | 2024.05.16 00:49:48.015822 [ 3 ] {} <Debug> HTTP-Session: 09f56cd7-2b43-4020-b9f7-f2e80199e1c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
4167 | 2024.05.16 00:49:48.015865 [ 3 ] {} <Debug> HTTP-Session: 09f56cd7-2b43-4020-b9f7-f2e80199e1c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4168 | 2024.05.16 00:49:48.015915 [ 3 ] {} <Debug> HTTP-Session: 09f56cd7-2b43-4020-b9f7-f2e80199e1c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4169 | 2024.05.16 00:49:48.016050 [ 3 ] {} <Trace> HTTP-Session: 09f56cd7-2b43-4020-b9f7-f2e80199e1c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4170 | 2024.05.16 00:49:48.016043 [ 193 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
4171 | 2024.05.16 00:49:48.016273 [ 193 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::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 | ||
4172 | 2024.05.16 00:49:48.016441 [ 3 ] {93c86356-1a28-4580-9351-7ccf4cc27d44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4173 | 2024.05.16 00:49:48.016567 [ 193 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::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 | ||
4174 | 2024.05.16 00:49:48.016600 [ 3 ] {93c86356-1a28-4580-9351-7ccf4cc27d44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4175 | 2024.05.16 00:49:48.017005 [ 193 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part | ||
4176 | 2024.05.16 00:49:48.017403 [ 193 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
4177 | 2024.05.16 00:49:48.018010 [ 3 ] {93c86356-1a28-4580-9351-7ccf4cc27d44} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4178 | 2024.05.16 00:49:48.018756 [ 3 ] {93c86356-1a28-4580-9351-7ccf4cc27d44} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4179 | 2024.05.16 00:49:48.018806 [ 3 ] {93c86356-1a28-4580-9351-7ccf4cc27d44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
4180 | 2024.05.16 00:49:48.019611 [ 3 ] {93c86356-1a28-4580-9351-7ccf4cc27d44} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4181 | 2024.05.16 00:49:48.019819 [ 193 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16 rows, containing 4 columns (4 merged, 0 gathered) in 0.004454356 sec., 3591.989504206669 rows/sec., 292.90 KiB/sec. | ||
4182 | 2024.05.16 00:49:48.020047 [ 193 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
4183 | 2024.05.16 00:49:48.020376 [ 3 ] {93c86356-1a28-4580-9351-7ccf4cc27d44} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4184 | 2024.05.16 00:49:48.020764 [ 3 ] {93c86356-1a28-4580-9351-7ccf4cc27d44} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.004496 sec., 12677.935943060498 rows/sec., 990.03 KiB/sec. | ||
4185 | 2024.05.16 00:49:48.021024 [ 189 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_6_1} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4186 | 2024.05.16 00:49:48.021302 [ 3 ] {93c86356-1a28-4580-9351-7ccf4cc27d44} <Debug> DynamicQueryHandler: Done processing query | ||
4187 | 2024.05.16 00:49:48.021362 [ 189 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_6_1} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
4188 | 2024.05.16 00:49:48.021386 [ 3 ] {93c86356-1a28-4580-9351-7ccf4cc27d44} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4189 | 2024.05.16 00:49:48.021484 [ 3 ] {} <Debug> HTTP-Session: 09f56cd7-2b43-4020-b9f7-f2e80199e1c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4190 | 2024.05.16 00:49:48.021661 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
4191 | 2024.05.16 00:49:48.021773 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4192 | 2024.05.16 00:49:48.021882 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4193 | 2024.05.16 00:49:48.021903 [ 3 ] {} <Debug> HTTP-Session: 22c4c7ed-3029-4e25-8b20-654f0b2c1aa8 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
4194 | 2024.05.16 00:49:48.021921 [ 3 ] {} <Debug> HTTP-Session: 22c4c7ed-3029-4e25-8b20-654f0b2c1aa8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4195 | 2024.05.16 00:49:48.021935 [ 3 ] {} <Debug> HTTP-Session: 22c4c7ed-3029-4e25-8b20-654f0b2c1aa8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4196 | 2024.05.16 00:49:48.021966 [ 3 ] {} <Trace> HTTP-Session: 22c4c7ed-3029-4e25-8b20-654f0b2c1aa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4197 | 2024.05.16 00:49:48.022067 [ 3 ] {5ff8cdda-8251-4ef4-9e95-5cff93120588} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4198 | 2024.05.16 00:49:48.022112 [ 3 ] {5ff8cdda-8251-4ef4-9e95-5cff93120588} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4199 | 2024.05.16 00:49:48.022265 [ 3 ] {5ff8cdda-8251-4ef4-9e95-5cff93120588} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4200 | 2024.05.16 00:49:48.022534 [ 3 ] {5ff8cdda-8251-4ef4-9e95-5cff93120588} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4201 | 2024.05.16 00:49:48.022570 [ 3 ] {5ff8cdda-8251-4ef4-9e95-5cff93120588} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
4202 | 2024.05.16 00:49:48.022865 [ 3 ] {5ff8cdda-8251-4ef4-9e95-5cff93120588} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4203 | 2024.05.16 00:49:48.023168 [ 3 ] {5ff8cdda-8251-4ef4-9e95-5cff93120588} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4204 | 2024.05.16 00:49:48.023311 [ 134 ] {} <Debug> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
4205 | 2024.05.16 00:49:48.023325 [ 3 ] {5ff8cdda-8251-4ef4-9e95-5cff93120588} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001273 sec., 1571.0919088766693 rows/sec., 109.70 KiB/sec. | ||
4206 | 2024.05.16 00:49:48.023359 [ 134 ] {} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4207 | 2024.05.16 00:49:48.023427 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
4208 | 2024.05.16 00:49:48.023708 [ 3 ] {5ff8cdda-8251-4ef4-9e95-5cff93120588} <Debug> DynamicQueryHandler: Done processing query | ||
4209 | 2024.05.16 00:49:48.023776 [ 191 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::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 | ||
4210 | 2024.05.16 00:49:48.023787 [ 3 ] {5ff8cdda-8251-4ef4-9e95-5cff93120588} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4211 | 2024.05.16 00:49:48.023874 [ 3 ] {} <Debug> HTTP-Session: 22c4c7ed-3029-4e25-8b20-654f0b2c1aa8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4212 | 2024.05.16 00:49:48.024051 [ 191 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4213 | 2024.05.16 00:49:48.024061 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 11233, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4214 | 2024.05.16 00:49:48.024111 [ 191 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::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 | ||
4215 | 2024.05.16 00:49:48.024150 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4216 | 2024.05.16 00:49:48.024177 [ 3 ] {} <Debug> HTTP-Session: 05a407b4-eba7-4e8c-8614-81073d48e1a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
4217 | 2024.05.16 00:49:48.024210 [ 3 ] {} <Debug> HTTP-Session: 05a407b4-eba7-4e8c-8614-81073d48e1a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4218 | 2024.05.16 00:49:48.024269 [ 3 ] {} <Debug> HTTP-Session: 05a407b4-eba7-4e8c-8614-81073d48e1a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4219 | 2024.05.16 00:49:48.024417 [ 191 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
4220 | 2024.05.16 00:49:48.024428 [ 3 ] {} <Trace> HTTP-Session: 05a407b4-eba7-4e8c-8614-81073d48e1a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4221 | 2024.05.16 00:49:48.024644 [ 191 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::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 | ||
4222 | 2024.05.16 00:49:48.024810 [ 3 ] {3090056d-7504-46ab-b185-adff9c8cc40e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4223 | 2024.05.16 00:49:48.024907 [ 191 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::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 | ||
4224 | 2024.05.16 00:49:48.024994 [ 3 ] {3090056d-7504-46ab-b185-adff9c8cc40e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4225 | 2024.05.16 00:49:48.025233 [ 191 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part | ||
4226 | 2024.05.16 00:49:48.025538 [ 191 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
4227 | 2024.05.16 00:49:48.026181 [ 3 ] {3090056d-7504-46ab-b185-adff9c8cc40e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4228 | 2024.05.16 00:49:48.026978 [ 3 ] {3090056d-7504-46ab-b185-adff9c8cc40e} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4229 | 2024.05.16 00:49:48.027055 [ 3 ] {3090056d-7504-46ab-b185-adff9c8cc40e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
4230 | 2024.05.16 00:49:48.027977 [ 3 ] {3090056d-7504-46ab-b185-adff9c8cc40e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4231 | 2024.05.16 00:49:48.028032 [ 189 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16 rows, containing 4 columns (4 merged, 0 gathered) in 0.004496496 sec., 3558.3263056388796 rows/sec., 248.46 KiB/sec. | ||
4232 | 2024.05.16 00:49:48.028278 [ 189 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
4233 | 2024.05.16 00:49:48.028555 [ 3 ] {3090056d-7504-46ab-b185-adff9c8cc40e} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4234 | 2024.05.16 00:49:48.028939 [ 3 ] {3090056d-7504-46ab-b185-adff9c8cc40e} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.004295 sec., 15366.705471478463 rows/sec., 1.20 MiB/sec. | ||
4235 | 2024.05.16 00:49:48.029256 [ 189 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_6_1} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4236 | 2024.05.16 00:49:48.029553 [ 3 ] {3090056d-7504-46ab-b185-adff9c8cc40e} <Debug> DynamicQueryHandler: Done processing query | ||
4237 | 2024.05.16 00:49:48.029638 [ 3 ] {3090056d-7504-46ab-b185-adff9c8cc40e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4238 | 2024.05.16 00:49:48.029638 [ 189 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_6_1} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
4239 | 2024.05.16 00:49:48.029714 [ 3 ] {} <Debug> HTTP-Session: 05a407b4-eba7-4e8c-8614-81073d48e1a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4240 | 2024.05.16 00:49:48.029925 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
4241 | 2024.05.16 00:49:48.030007 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30824, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4242 | 2024.05.16 00:49:48.030063 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4243 | 2024.05.16 00:49:48.030081 [ 3 ] {} <Debug> HTTP-Session: 5d3e0c93-c46d-4a0c-bc41-f83b355e55b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
4244 | 2024.05.16 00:49:48.030097 [ 3 ] {} <Debug> HTTP-Session: 5d3e0c93-c46d-4a0c-bc41-f83b355e55b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4245 | 2024.05.16 00:49:48.030110 [ 3 ] {} <Debug> HTTP-Session: 5d3e0c93-c46d-4a0c-bc41-f83b355e55b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4246 | 2024.05.16 00:49:48.030140 [ 3 ] {} <Trace> HTTP-Session: 5d3e0c93-c46d-4a0c-bc41-f83b355e55b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4247 | 2024.05.16 00:49:48.030312 [ 3 ] {afd98256-df60-452c-ad27-84a510cd0b26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4248 | 2024.05.16 00:49:48.030361 [ 3 ] {afd98256-df60-452c-ad27-84a510cd0b26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4249 | 2024.05.16 00:49:48.030534 [ 3 ] {afd98256-df60-452c-ad27-84a510cd0b26} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4250 | 2024.05.16 00:49:48.030934 [ 3 ] {afd98256-df60-452c-ad27-84a510cd0b26} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4251 | 2024.05.16 00:49:48.030970 [ 3 ] {afd98256-df60-452c-ad27-84a510cd0b26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
4252 | 2024.05.16 00:49:48.031354 [ 3 ] {afd98256-df60-452c-ad27-84a510cd0b26} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4253 | 2024.05.16 00:49:48.031682 [ 3 ] {afd98256-df60-452c-ad27-84a510cd0b26} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4254 | 2024.05.16 00:49:48.031818 [ 3 ] {afd98256-df60-452c-ad27-84a510cd0b26} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001594 sec., 101003.76411543287 rows/sec., 7.03 MiB/sec. | ||
4255 | 2024.05.16 00:49:48.031986 [ 3 ] {afd98256-df60-452c-ad27-84a510cd0b26} <Debug> DynamicQueryHandler: Done processing query | ||
4256 | 2024.05.16 00:49:48.032009 [ 3 ] {afd98256-df60-452c-ad27-84a510cd0b26} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4257 | 2024.05.16 00:49:48.032025 [ 3 ] {} <Debug> HTTP-Session: 5d3e0c93-c46d-4a0c-bc41-f83b355e55b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4258 | 2024.05.16 00:49:48.032154 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4259 | 2024.05.16 00:49:48.032201 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4260 | 2024.05.16 00:49:48.032220 [ 3 ] {} <Debug> HTTP-Session: a9b3a52b-6f31-4d9b-b899-37eda7ae0675 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
4261 | 2024.05.16 00:49:48.032235 [ 3 ] {} <Debug> HTTP-Session: a9b3a52b-6f31-4d9b-b899-37eda7ae0675 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4262 | 2024.05.16 00:49:48.032249 [ 3 ] {} <Debug> HTTP-Session: a9b3a52b-6f31-4d9b-b899-37eda7ae0675 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4263 | 2024.05.16 00:49:48.032278 [ 3 ] {} <Trace> HTTP-Session: a9b3a52b-6f31-4d9b-b899-37eda7ae0675 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4264 | 2024.05.16 00:49:48.032392 [ 3 ] {1c9d2022-297e-47d8-a425-49a74b7d09e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4265 | 2024.05.16 00:49:48.032436 [ 3 ] {1c9d2022-297e-47d8-a425-49a74b7d09e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4266 | 2024.05.16 00:49:48.032561 [ 3 ] {1c9d2022-297e-47d8-a425-49a74b7d09e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4267 | 2024.05.16 00:49:48.032852 [ 3 ] {1c9d2022-297e-47d8-a425-49a74b7d09e3} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4268 | 2024.05.16 00:49:48.032887 [ 3 ] {1c9d2022-297e-47d8-a425-49a74b7d09e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
4269 | 2024.05.16 00:49:48.033234 [ 3 ] {1c9d2022-297e-47d8-a425-49a74b7d09e3} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4270 | 2024.05.16 00:49:48.033550 [ 3 ] {1c9d2022-297e-47d8-a425-49a74b7d09e3} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4271 | 2024.05.16 00:49:48.033681 [ 3 ] {1c9d2022-297e-47d8-a425-49a74b7d09e3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001333 sec., 45011.252813203304 rows/sec., 3.03 MiB/sec. | ||
4272 | 2024.05.16 00:49:48.033845 [ 3 ] {1c9d2022-297e-47d8-a425-49a74b7d09e3} <Debug> DynamicQueryHandler: Done processing query | ||
4273 | 2024.05.16 00:49:48.033869 [ 3 ] {1c9d2022-297e-47d8-a425-49a74b7d09e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4274 | 2024.05.16 00:49:48.033884 [ 3 ] {} <Debug> HTTP-Session: a9b3a52b-6f31-4d9b-b899-37eda7ae0675 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4275 | 2024.05.16 00:49:53.013824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4276 | 2024.05.16 00:49:53.014001 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4277 | 2024.05.16 00:49:53.014045 [ 3 ] {} <Debug> HTTP-Session: 09d95a9c-1a88-44dd-95a3-cb55d9b01bf7 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
4278 | 2024.05.16 00:49:53.014086 [ 3 ] {} <Debug> HTTP-Session: 09d95a9c-1a88-44dd-95a3-cb55d9b01bf7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4279 | 2024.05.16 00:49:53.014114 [ 3 ] {} <Debug> HTTP-Session: 09d95a9c-1a88-44dd-95a3-cb55d9b01bf7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4280 | 2024.05.16 00:49:53.014189 [ 3 ] {} <Trace> HTTP-Session: 09d95a9c-1a88-44dd-95a3-cb55d9b01bf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4281 | 2024.05.16 00:49:53.014471 [ 3 ] {77740949-641f-4236-95b0-4a1032d7c235} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4282 | 2024.05.16 00:49:53.014571 [ 3 ] {77740949-641f-4236-95b0-4a1032d7c235} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4283 | 2024.05.16 00:49:53.014873 [ 3 ] {77740949-641f-4236-95b0-4a1032d7c235} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4284 | 2024.05.16 00:49:53.015458 [ 3 ] {77740949-641f-4236-95b0-4a1032d7c235} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4285 | 2024.05.16 00:49:53.015502 [ 3 ] {77740949-641f-4236-95b0-4a1032d7c235} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
4286 | 2024.05.16 00:49:53.015861 [ 3 ] {77740949-641f-4236-95b0-4a1032d7c235} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
4287 | 2024.05.16 00:49:53.016190 [ 3 ] {77740949-641f-4236-95b0-4a1032d7c235} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4288 | 2024.05.16 00:49:53.016343 [ 3 ] {77740949-641f-4236-95b0-4a1032d7c235} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.00197 sec., 15228.426395939086 rows/sec., 1.21 MiB/sec. | ||
4289 | 2024.05.16 00:49:53.016656 [ 3 ] {77740949-641f-4236-95b0-4a1032d7c235} <Debug> DynamicQueryHandler: Done processing query | ||
4290 | 2024.05.16 00:49:53.016685 [ 3 ] {77740949-641f-4236-95b0-4a1032d7c235} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4291 | 2024.05.16 00:49:53.016703 [ 3 ] {} <Debug> HTTP-Session: 09d95a9c-1a88-44dd-95a3-cb55d9b01bf7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4292 | 2024.05.16 00:49:53.016881 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 21403, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4293 | 2024.05.16 00:49:53.016936 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4294 | 2024.05.16 00:49:53.016955 [ 3 ] {} <Debug> HTTP-Session: 6e3bdf4e-09da-481a-8ccf-cbf35c79c615 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
4295 | 2024.05.16 00:49:53.016972 [ 3 ] {} <Debug> HTTP-Session: 6e3bdf4e-09da-481a-8ccf-cbf35c79c615 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4296 | 2024.05.16 00:49:53.016986 [ 3 ] {} <Debug> HTTP-Session: 6e3bdf4e-09da-481a-8ccf-cbf35c79c615 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4297 | 2024.05.16 00:49:53.017020 [ 3 ] {} <Trace> HTTP-Session: 6e3bdf4e-09da-481a-8ccf-cbf35c79c615 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4298 | 2024.05.16 00:49:53.017168 [ 3 ] {17fd7375-7a73-408d-9c46-fe517acf66c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4299 | 2024.05.16 00:49:53.017214 [ 3 ] {17fd7375-7a73-408d-9c46-fe517acf66c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4300 | 2024.05.16 00:49:53.017358 [ 3 ] {17fd7375-7a73-408d-9c46-fe517acf66c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4301 | 2024.05.16 00:49:53.017797 [ 3 ] {17fd7375-7a73-408d-9c46-fe517acf66c6} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4302 | 2024.05.16 00:49:53.017834 [ 3 ] {17fd7375-7a73-408d-9c46-fe517acf66c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
4303 | 2024.05.16 00:49:53.018143 [ 3 ] {17fd7375-7a73-408d-9c46-fe517acf66c6} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4304 | 2024.05.16 00:49:53.018438 [ 3 ] {17fd7375-7a73-408d-9c46-fe517acf66c6} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4305 | 2024.05.16 00:49:53.018591 [ 3 ] {17fd7375-7a73-408d-9c46-fe517acf66c6} <Debug> executeQuery: Read 146 rows, 12.52 KiB in 0.001481 sec., 98582.03916272789 rows/sec., 8.26 MiB/sec. | ||
4306 | 2024.05.16 00:49:53.018606 [ 130 ] {} <Debug> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4307 | 2024.05.16 00:49:53.018717 [ 130 ] {} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4308 | 2024.05.16 00:49:53.018764 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
4309 | 2024.05.16 00:49:53.018863 [ 3 ] {17fd7375-7a73-408d-9c46-fe517acf66c6} <Debug> DynamicQueryHandler: Done processing query | ||
4310 | 2024.05.16 00:49:53.018918 [ 3 ] {17fd7375-7a73-408d-9c46-fe517acf66c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4311 | 2024.05.16 00:49:53.018941 [ 3 ] {} <Debug> HTTP-Session: 6e3bdf4e-09da-481a-8ccf-cbf35c79c615 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4312 | 2024.05.16 00:49:53.018951 [ 191 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::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 | ||
4313 | 2024.05.16 00:49:53.019118 [ 191 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4314 | 2024.05.16 00:49:53.019170 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 15971, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4315 | 2024.05.16 00:49:53.019177 [ 191 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 188 rows starting from the beginning of the part | ||
4316 | 2024.05.16 00:49:53.019259 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4317 | 2024.05.16 00:49:53.019337 [ 3 ] {} <Debug> HTTP-Session: 6aaf6b00-df84-4fa7-9d62-22d06a861978 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
4318 | 2024.05.16 00:49:53.019388 [ 191 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 146 rows starting from the beginning of the part | ||
4319 | 2024.05.16 00:49:53.019413 [ 3 ] {} <Debug> HTTP-Session: 6aaf6b00-df84-4fa7-9d62-22d06a861978 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4320 | 2024.05.16 00:49:53.019483 [ 3 ] {} <Debug> HTTP-Session: 6aaf6b00-df84-4fa7-9d62-22d06a861978 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4321 | 2024.05.16 00:49:53.019662 [ 3 ] {} <Trace> HTTP-Session: 6aaf6b00-df84-4fa7-9d62-22d06a861978 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4322 | 2024.05.16 00:49:53.019727 [ 191 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::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 | ||
4323 | 2024.05.16 00:49:53.019979 [ 191 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 184 rows starting from the beginning of the part | ||
4324 | 2024.05.16 00:49:53.020110 [ 3 ] {da384f49-66f0-4017-b17a-22a388372ebe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4325 | 2024.05.16 00:49:53.020243 [ 191 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::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 | ||
4326 | 2024.05.16 00:49:53.020314 [ 3 ] {da384f49-66f0-4017-b17a-22a388372ebe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4327 | 2024.05.16 00:49:53.020516 [ 191 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 146 rows starting from the beginning of the part | ||
4328 | 2024.05.16 00:49:53.021225 [ 3 ] {da384f49-66f0-4017-b17a-22a388372ebe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4329 | 2024.05.16 00:49:53.022079 [ 3 ] {da384f49-66f0-4017-b17a-22a388372ebe} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4330 | 2024.05.16 00:49:53.022149 [ 3 ] {da384f49-66f0-4017-b17a-22a388372ebe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
4331 | 2024.05.16 00:49:53.022885 [ 3 ] {da384f49-66f0-4017-b17a-22a388372ebe} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4332 | 2024.05.16 00:49:53.023418 [ 191 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 777 rows, containing 4 columns (4 merged, 0 gathered) in 0.004582488 sec., 169558.54548882614 rows/sec., 13.86 MiB/sec. | ||
4333 | 2024.05.16 00:49:53.023639 [ 191 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4334 | 2024.05.16 00:49:53.023795 [ 3 ] {da384f49-66f0-4017-b17a-22a388372ebe} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4335 | 2024.05.16 00:49:53.024063 [ 130 ] {} <Debug> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4336 | 2024.05.16 00:49:53.024173 [ 130 ] {} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4337 | 2024.05.16 00:49:53.024264 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
4338 | 2024.05.16 00:49:53.024255 [ 3 ] {da384f49-66f0-4017-b17a-22a388372ebe} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.004296 sec., 21880.819366852884 rows/sec., 1.71 MiB/sec. | ||
4339 | 2024.05.16 00:49:53.024704 [ 189 ] {a3945bea-d52e-471f-9886-008e21606338::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 | ||
4340 | 2024.05.16 00:49:53.024847 [ 3 ] {da384f49-66f0-4017-b17a-22a388372ebe} <Debug> DynamicQueryHandler: Done processing query | ||
4341 | 2024.05.16 00:49:53.024896 [ 191 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_26_5} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4342 | 2024.05.16 00:49:53.024915 [ 3 ] {da384f49-66f0-4017-b17a-22a388372ebe} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
4343 | 2024.05.16 00:49:53.024983 [ 3 ] {} <Debug> HTTP-Session: 6aaf6b00-df84-4fa7-9d62-22d06a861978 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4344 | 2024.05.16 00:49:53.025169 [ 189 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4345 | 2024.05.16 00:49:53.025198 [ 191 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_26_5} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4346 | 2024.05.16 00:49:53.025234 [ 189 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 146 rows starting from the beginning of the part | ||
4347 | 2024.05.16 00:49:53.025313 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4348 | 2024.05.16 00:49:53.025538 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4349 | 2024.05.16 00:49:53.025560 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
4350 | 2024.05.16 00:49:53.025611 [ 189 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 94 rows starting from the beginning of the part | ||
4351 | 2024.05.16 00:49:53.025660 [ 3 ] {} <Debug> HTTP-Session: 9489e181-7287-4fc3-b529-34517e1a448c Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
4352 | 2024.05.16 00:49:53.025758 [ 3 ] {} <Debug> HTTP-Session: 9489e181-7287-4fc3-b529-34517e1a448c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4353 | 2024.05.16 00:49:53.025818 [ 3 ] {} <Debug> HTTP-Session: 9489e181-7287-4fc3-b529-34517e1a448c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4354 | 2024.05.16 00:49:53.025963 [ 3 ] {} <Trace> HTTP-Session: 9489e181-7287-4fc3-b529-34517e1a448c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4355 | 2024.05.16 00:49:53.025968 [ 189 ] {a3945bea-d52e-471f-9886-008e21606338::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 | ||
4356 | 2024.05.16 00:49:53.026217 [ 189 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 122 rows starting from the beginning of the part | ||
4357 | 2024.05.16 00:49:53.026313 [ 3 ] {2b4de072-003d-473c-9e28-3882f83b803c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4358 | 2024.05.16 00:49:53.026496 [ 189 ] {a3945bea-d52e-471f-9886-008e21606338::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 | ||
4359 | 2024.05.16 00:49:53.026496 [ 3 ] {2b4de072-003d-473c-9e28-3882f83b803c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4360 | 2024.05.16 00:49:53.026800 [ 189 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 94 rows starting from the beginning of the part | ||
4361 | 2024.05.16 00:49:53.027455 [ 3 ] {2b4de072-003d-473c-9e28-3882f83b803c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4362 | 2024.05.16 00:49:53.028314 [ 3 ] {2b4de072-003d-473c-9e28-3882f83b803c} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4363 | 2024.05.16 00:49:53.028369 [ 3 ] {2b4de072-003d-473c-9e28-3882f83b803c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
4364 | 2024.05.16 00:49:53.029346 [ 3 ] {2b4de072-003d-473c-9e28-3882f83b803c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4365 | 2024.05.16 00:49:53.029424 [ 189 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 586 rows, containing 4 columns (4 merged, 0 gathered) in 0.005005628 sec., 117068.22800256032 rows/sec., 9.14 MiB/sec. | ||
4366 | 2024.05.16 00:49:53.029631 [ 189 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4367 | 2024.05.16 00:49:53.030127 [ 3 ] {2b4de072-003d-473c-9e28-3882f83b803c} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4368 | 2024.05.16 00:49:53.030364 [ 129 ] {} <Debug> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4369 | 2024.05.16 00:49:53.030447 [ 3 ] {2b4de072-003d-473c-9e28-3882f83b803c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004283 sec., 37356.99276208265 rows/sec., 2.60 MiB/sec. | ||
4370 | 2024.05.16 00:49:53.030454 [ 129 ] {} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4371 | 2024.05.16 00:49:53.030471 [ 189 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_26_5} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4372 | 2024.05.16 00:49:53.030529 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
4373 | 2024.05.16 00:49:53.030913 [ 189 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_26_5} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4374 | 2024.05.16 00:49:53.030981 [ 192 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
4375 | 2024.05.16 00:49:53.031084 [ 3 ] {2b4de072-003d-473c-9e28-3882f83b803c} <Debug> DynamicQueryHandler: Done processing query | ||
4376 | 2024.05.16 00:49:53.031127 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
4377 | 2024.05.16 00:49:53.031150 [ 3 ] {2b4de072-003d-473c-9e28-3882f83b803c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4378 | 2024.05.16 00:49:53.031219 [ 3 ] {} <Debug> HTTP-Session: 9489e181-7287-4fc3-b529-34517e1a448c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4379 | 2024.05.16 00:49:53.031290 [ 192 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4380 | 2024.05.16 00:49:53.031321 [ 192 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 2243 rows starting from the beginning of the part | ||
4381 | 2024.05.16 00:49:53.031390 [ 192 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
4382 | 2024.05.16 00:49:53.031496 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 32123, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4383 | 2024.05.16 00:49:53.031697 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4384 | 2024.05.16 00:49:53.031730 [ 192 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
4385 | 2024.05.16 00:49:53.031802 [ 3 ] {} <Debug> HTTP-Session: 6dd7ec74-e9d3-45c6-9df6-34496e0d48b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
4386 | 2024.05.16 00:49:53.031913 [ 3 ] {} <Debug> HTTP-Session: 6dd7ec74-e9d3-45c6-9df6-34496e0d48b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4387 | 2024.05.16 00:49:53.032039 [ 3 ] {} <Debug> HTTP-Session: 6dd7ec74-e9d3-45c6-9df6-34496e0d48b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4388 | 2024.05.16 00:49:53.032171 [ 192 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 198 rows starting from the beginning of the part | ||
4389 | 2024.05.16 00:49:53.032173 [ 3 ] {} <Trace> HTTP-Session: 6dd7ec74-e9d3-45c6-9df6-34496e0d48b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4390 | 2024.05.16 00:49:53.032444 [ 192 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
4391 | 2024.05.16 00:49:53.032640 [ 192 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
4392 | 2024.05.16 00:49:53.032977 [ 3 ] {5dccb179-011d-4ac4-933e-45c8981a235a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4393 | 2024.05.16 00:49:53.033038 [ 3 ] {5dccb179-011d-4ac4-933e-45c8981a235a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4394 | 2024.05.16 00:49:53.033403 [ 3 ] {5dccb179-011d-4ac4-933e-45c8981a235a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4395 | 2024.05.16 00:49:53.034240 [ 3 ] {5dccb179-011d-4ac4-933e-45c8981a235a} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4396 | 2024.05.16 00:49:53.034288 [ 3 ] {5dccb179-011d-4ac4-933e-45c8981a235a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
4397 | 2024.05.16 00:49:53.034988 [ 3 ] {5dccb179-011d-4ac4-933e-45c8981a235a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
4398 | 2024.05.16 00:49:53.035040 [ 189 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3082 rows, containing 5 columns (5 merged, 0 gathered) in 0.004370933 sec., 705112.6155445531 rows/sec., 49.30 MiB/sec. | ||
4399 | 2024.05.16 00:49:53.035410 [ 3 ] {5dccb179-011d-4ac4-933e-45c8981a235a} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4400 | 2024.05.16 00:49:53.035474 [ 189 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4401 | 2024.05.16 00:49:53.035722 [ 3 ] {5dccb179-011d-4ac4-933e-45c8981a235a} <Debug> executeQuery: Read 30 rows, 41.46 KiB in 0.003306 sec., 9074.410163339384 rows/sec., 12.25 MiB/sec. | ||
4402 | 2024.05.16 00:49:53.036065 [ 3 ] {5dccb179-011d-4ac4-933e-45c8981a235a} <Debug> DynamicQueryHandler: Done processing query | ||
4403 | 2024.05.16 00:49:53.036119 [ 3 ] {5dccb179-011d-4ac4-933e-45c8981a235a} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
4404 | 2024.05.16 00:49:53.036149 [ 3 ] {} <Debug> HTTP-Session: 6dd7ec74-e9d3-45c6-9df6-34496e0d48b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4405 | 2024.05.16 00:49:53.036340 [ 189 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4406 | 2024.05.16 00:49:53.036351 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4407 | 2024.05.16 00:49:53.036446 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4408 | 2024.05.16 00:49:53.036483 [ 3 ] {} <Debug> HTTP-Session: ea1d1273-2e0f-4db4-a530-d52c3d4b6882 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
4409 | 2024.05.16 00:49:53.036495 [ 189 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4410 | 2024.05.16 00:49:53.036515 [ 3 ] {} <Debug> HTTP-Session: ea1d1273-2e0f-4db4-a530-d52c3d4b6882 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4411 | 2024.05.16 00:49:53.036547 [ 3 ] {} <Debug> HTTP-Session: ea1d1273-2e0f-4db4-a530-d52c3d4b6882 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4412 | 2024.05.16 00:49:53.036633 [ 3 ] {} <Trace> HTTP-Session: ea1d1273-2e0f-4db4-a530-d52c3d4b6882 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4413 | 2024.05.16 00:49:53.036654 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
4414 | 2024.05.16 00:49:53.036800 [ 3 ] {39f37a79-13d7-4b56-ba5d-ca3e915232a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4415 | 2024.05.16 00:49:53.036849 [ 3 ] {39f37a79-13d7-4b56-ba5d-ca3e915232a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4416 | 2024.05.16 00:49:53.036993 [ 3 ] {39f37a79-13d7-4b56-ba5d-ca3e915232a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4417 | 2024.05.16 00:49:53.037305 [ 3 ] {39f37a79-13d7-4b56-ba5d-ca3e915232a9} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4418 | 2024.05.16 00:49:53.037342 [ 3 ] {39f37a79-13d7-4b56-ba5d-ca3e915232a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
4419 | 2024.05.16 00:49:53.037703 [ 3 ] {39f37a79-13d7-4b56-ba5d-ca3e915232a9} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4420 | 2024.05.16 00:49:53.038032 [ 3 ] {39f37a79-13d7-4b56-ba5d-ca3e915232a9} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4421 | 2024.05.16 00:49:53.038184 [ 3 ] {39f37a79-13d7-4b56-ba5d-ca3e915232a9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001437 sec., 41753.65344467641 rows/sec., 2.81 MiB/sec. | ||
4422 | 2024.05.16 00:49:53.038190 [ 129 ] {} <Debug> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4423 | 2024.05.16 00:49:53.038270 [ 129 ] {} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4424 | 2024.05.16 00:49:53.038316 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
4425 | 2024.05.16 00:49:53.038491 [ 3 ] {39f37a79-13d7-4b56-ba5d-ca3e915232a9} <Debug> DynamicQueryHandler: Done processing query | ||
4426 | 2024.05.16 00:49:53.038588 [ 3 ] {39f37a79-13d7-4b56-ba5d-ca3e915232a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4427 | 2024.05.16 00:49:53.038660 [ 3 ] {} <Debug> HTTP-Session: ea1d1273-2e0f-4db4-a530-d52c3d4b6882 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4428 | 2024.05.16 00:49:53.038689 [ 187 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
4429 | 2024.05.16 00:49:53.038944 [ 187 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4430 | 2024.05.16 00:49:53.038980 [ 187 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 734 rows starting from the beginning of the part | ||
4431 | 2024.05.16 00:49:53.039088 [ 187 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
4432 | 2024.05.16 00:49:53.039278 [ 187 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
4433 | 2024.05.16 00:49:53.039402 [ 187 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
4434 | 2024.05.16 00:49:53.039587 [ 187 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
4435 | 2024.05.16 00:49:53.039674 [ 187 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
4436 | 2024.05.16 00:49:53.040982 [ 201 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1034 rows, containing 4 columns (4 merged, 0 gathered) in 0.002584351 sec., 400100.4507514653 rows/sec., 26.85 MiB/sec. | ||
4437 | 2024.05.16 00:49:53.041190 [ 201 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4438 | 2024.05.16 00:49:53.041665 [ 201 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_26_5} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4439 | 2024.05.16 00:49:53.041759 [ 201 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_26_5} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4440 | 2024.05.16 00:49:53.041855 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
4441 | 2024.05.16 00:49:58.013381 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4442 | 2024.05.16 00:49:58.013513 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4443 | 2024.05.16 00:49:58.013541 [ 3 ] {} <Debug> HTTP-Session: 0617b713-7ee9-4f66-b6b1-0753e29b443b Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
4444 | 2024.05.16 00:49:58.013569 [ 3 ] {} <Debug> HTTP-Session: 0617b713-7ee9-4f66-b6b1-0753e29b443b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4445 | 2024.05.16 00:49:58.013587 [ 3 ] {} <Debug> HTTP-Session: 0617b713-7ee9-4f66-b6b1-0753e29b443b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4446 | 2024.05.16 00:49:58.013641 [ 3 ] {} <Trace> HTTP-Session: 0617b713-7ee9-4f66-b6b1-0753e29b443b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4447 | 2024.05.16 00:49:58.013844 [ 3 ] {4f3ee930-135a-470e-8302-f7b0907a53b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4448 | 2024.05.16 00:49:58.013913 [ 3 ] {4f3ee930-135a-470e-8302-f7b0907a53b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4449 | 2024.05.16 00:49:58.014113 [ 3 ] {4f3ee930-135a-470e-8302-f7b0907a53b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4450 | 2024.05.16 00:49:58.014598 [ 3 ] {4f3ee930-135a-470e-8302-f7b0907a53b9} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4451 | 2024.05.16 00:49:58.014641 [ 3 ] {4f3ee930-135a-470e-8302-f7b0907a53b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
4452 | 2024.05.16 00:49:58.015007 [ 3 ] {4f3ee930-135a-470e-8302-f7b0907a53b9} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4453 | 2024.05.16 00:49:58.015338 [ 3 ] {4f3ee930-135a-470e-8302-f7b0907a53b9} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4454 | 2024.05.16 00:49:58.015487 [ 3 ] {4f3ee930-135a-470e-8302-f7b0907a53b9} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001714 sec., 32672.112018669777 rows/sec., 2.49 MiB/sec. | ||
4455 | 2024.05.16 00:49:58.015692 [ 3 ] {4f3ee930-135a-470e-8302-f7b0907a53b9} <Debug> DynamicQueryHandler: Done processing query | ||
4456 | 2024.05.16 00:49:58.015720 [ 3 ] {4f3ee930-135a-470e-8302-f7b0907a53b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4457 | 2024.05.16 00:49:58.015737 [ 3 ] {} <Debug> HTTP-Session: 0617b713-7ee9-4f66-b6b1-0753e29b443b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4458 | 2024.05.16 00:49:58.015878 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4459 | 2024.05.16 00:49:58.015933 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4460 | 2024.05.16 00:49:58.015952 [ 3 ] {} <Debug> HTTP-Session: 34aca446-1974-491f-9005-33bb34efd53d Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
4461 | 2024.05.16 00:49:58.015971 [ 3 ] {} <Debug> HTTP-Session: 34aca446-1974-491f-9005-33bb34efd53d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4462 | 2024.05.16 00:49:58.015985 [ 3 ] {} <Debug> HTTP-Session: 34aca446-1974-491f-9005-33bb34efd53d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4463 | 2024.05.16 00:49:58.016019 [ 3 ] {} <Trace> HTTP-Session: 34aca446-1974-491f-9005-33bb34efd53d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4464 | 2024.05.16 00:49:58.016141 [ 3 ] {8c3548ed-7db8-444f-9691-8e3d6a858980} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4465 | 2024.05.16 00:49:58.016185 [ 3 ] {8c3548ed-7db8-444f-9691-8e3d6a858980} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4466 | 2024.05.16 00:49:58.016316 [ 3 ] {8c3548ed-7db8-444f-9691-8e3d6a858980} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4467 | 2024.05.16 00:49:58.016689 [ 3 ] {8c3548ed-7db8-444f-9691-8e3d6a858980} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4468 | 2024.05.16 00:49:58.016726 [ 3 ] {8c3548ed-7db8-444f-9691-8e3d6a858980} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
4469 | 2024.05.16 00:49:58.017036 [ 3 ] {8c3548ed-7db8-444f-9691-8e3d6a858980} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4470 | 2024.05.16 00:49:58.017339 [ 3 ] {8c3548ed-7db8-444f-9691-8e3d6a858980} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4471 | 2024.05.16 00:49:58.017468 [ 3 ] {8c3548ed-7db8-444f-9691-8e3d6a858980} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001371 sec., 46681.25455871627 rows/sec., 3.64 MiB/sec. | ||
4472 | 2024.05.16 00:49:58.017630 [ 3 ] {8c3548ed-7db8-444f-9691-8e3d6a858980} <Debug> DynamicQueryHandler: Done processing query | ||
4473 | 2024.05.16 00:49:58.017654 [ 3 ] {8c3548ed-7db8-444f-9691-8e3d6a858980} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4474 | 2024.05.16 00:49:58.017671 [ 3 ] {} <Debug> HTTP-Session: 34aca446-1974-491f-9005-33bb34efd53d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4475 | 2024.05.16 00:49:58.017886 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4476 | 2024.05.16 00:49:58.017937 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4477 | 2024.05.16 00:49:58.017956 [ 3 ] {} <Debug> HTTP-Session: 1e6d232d-7638-4cb3-b79d-2a918e0c55b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
4478 | 2024.05.16 00:49:58.017972 [ 3 ] {} <Debug> HTTP-Session: 1e6d232d-7638-4cb3-b79d-2a918e0c55b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4479 | 2024.05.16 00:49:58.017986 [ 3 ] {} <Debug> HTTP-Session: 1e6d232d-7638-4cb3-b79d-2a918e0c55b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4480 | 2024.05.16 00:49:58.018017 [ 3 ] {} <Trace> HTTP-Session: 1e6d232d-7638-4cb3-b79d-2a918e0c55b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4481 | 2024.05.16 00:49:58.018163 [ 3 ] {53cc1df5-fa4b-49f0-9ff6-2d05e0cf85bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4482 | 2024.05.16 00:49:58.018209 [ 3 ] {53cc1df5-fa4b-49f0-9ff6-2d05e0cf85bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4483 | 2024.05.16 00:49:58.018351 [ 3 ] {53cc1df5-fa4b-49f0-9ff6-2d05e0cf85bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4484 | 2024.05.16 00:49:58.018757 [ 3 ] {53cc1df5-fa4b-49f0-9ff6-2d05e0cf85bf} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4485 | 2024.05.16 00:49:58.018792 [ 3 ] {53cc1df5-fa4b-49f0-9ff6-2d05e0cf85bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
4486 | 2024.05.16 00:49:58.019183 [ 3 ] {53cc1df5-fa4b-49f0-9ff6-2d05e0cf85bf} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4487 | 2024.05.16 00:49:58.019515 [ 3 ] {53cc1df5-fa4b-49f0-9ff6-2d05e0cf85bf} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4488 | 2024.05.16 00:49:58.019640 [ 3 ] {53cc1df5-fa4b-49f0-9ff6-2d05e0cf85bf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001545 sec., 103559.87055016181 rows/sec., 7.21 MiB/sec. | ||
4489 | 2024.05.16 00:49:58.019804 [ 3 ] {53cc1df5-fa4b-49f0-9ff6-2d05e0cf85bf} <Debug> DynamicQueryHandler: Done processing query | ||
4490 | 2024.05.16 00:49:58.019829 [ 3 ] {53cc1df5-fa4b-49f0-9ff6-2d05e0cf85bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4491 | 2024.05.16 00:49:58.019845 [ 3 ] {} <Debug> HTTP-Session: 1e6d232d-7638-4cb3-b79d-2a918e0c55b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4492 | 2024.05.16 00:49:58.019986 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4493 | 2024.05.16 00:49:58.020035 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4494 | 2024.05.16 00:49:58.020054 [ 3 ] {} <Debug> HTTP-Session: 6c4bcc29-891c-4214-a310-a7c813287ee9 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
4495 | 2024.05.16 00:49:58.020070 [ 3 ] {} <Debug> HTTP-Session: 6c4bcc29-891c-4214-a310-a7c813287ee9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4496 | 2024.05.16 00:49:58.020084 [ 3 ] {} <Debug> HTTP-Session: 6c4bcc29-891c-4214-a310-a7c813287ee9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4497 | 2024.05.16 00:49:58.020114 [ 3 ] {} <Trace> HTTP-Session: 6c4bcc29-891c-4214-a310-a7c813287ee9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4498 | 2024.05.16 00:49:58.020245 [ 3 ] {a5d1cc59-d073-4b42-a26b-8d7d1c9e5d50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4499 | 2024.05.16 00:49:58.020288 [ 3 ] {a5d1cc59-d073-4b42-a26b-8d7d1c9e5d50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4500 | 2024.05.16 00:49:58.020411 [ 3 ] {a5d1cc59-d073-4b42-a26b-8d7d1c9e5d50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4501 | 2024.05.16 00:49:58.020725 [ 3 ] {a5d1cc59-d073-4b42-a26b-8d7d1c9e5d50} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4502 | 2024.05.16 00:49:58.020761 [ 3 ] {a5d1cc59-d073-4b42-a26b-8d7d1c9e5d50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
4503 | 2024.05.16 00:49:58.021102 [ 3 ] {a5d1cc59-d073-4b42-a26b-8d7d1c9e5d50} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4504 | 2024.05.16 00:49:58.021407 [ 3 ] {a5d1cc59-d073-4b42-a26b-8d7d1c9e5d50} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4505 | 2024.05.16 00:49:58.021536 [ 3 ] {a5d1cc59-d073-4b42-a26b-8d7d1c9e5d50} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00135 sec., 44444.444444444445 rows/sec., 3.00 MiB/sec. | ||
4506 | 2024.05.16 00:49:58.021739 [ 3 ] {a5d1cc59-d073-4b42-a26b-8d7d1c9e5d50} <Debug> DynamicQueryHandler: Done processing query | ||
4507 | 2024.05.16 00:49:58.021762 [ 3 ] {a5d1cc59-d073-4b42-a26b-8d7d1c9e5d50} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4508 | 2024.05.16 00:49:58.021778 [ 3 ] {} <Debug> HTTP-Session: 6c4bcc29-891c-4214-a310-a7c813287ee9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4509 | 2024.05.16 00:50:01.307975 [ 123 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4510 | 2024.05.16 00:50:01.308078 [ 123 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4511 | 2024.05.16 00:50:03.014007 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4512 | 2024.05.16 00:50:03.014120 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4513 | 2024.05.16 00:50:03.014147 [ 3 ] {} <Debug> HTTP-Session: edf58b3e-abb4-4c85-be90-9d5d9baf5b38 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
4514 | 2024.05.16 00:50:03.014174 [ 3 ] {} <Debug> HTTP-Session: edf58b3e-abb4-4c85-be90-9d5d9baf5b38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4515 | 2024.05.16 00:50:03.014192 [ 3 ] {} <Debug> HTTP-Session: edf58b3e-abb4-4c85-be90-9d5d9baf5b38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4516 | 2024.05.16 00:50:03.014244 [ 3 ] {} <Trace> HTTP-Session: edf58b3e-abb4-4c85-be90-9d5d9baf5b38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4517 | 2024.05.16 00:50:03.014435 [ 3 ] {1a5508bb-1779-4382-9666-2ea9de75fab6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4518 | 2024.05.16 00:50:03.014495 [ 3 ] {1a5508bb-1779-4382-9666-2ea9de75fab6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4519 | 2024.05.16 00:50:03.014668 [ 3 ] {1a5508bb-1779-4382-9666-2ea9de75fab6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4520 | 2024.05.16 00:50:03.015098 [ 3 ] {1a5508bb-1779-4382-9666-2ea9de75fab6} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4521 | 2024.05.16 00:50:03.015136 [ 3 ] {1a5508bb-1779-4382-9666-2ea9de75fab6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
4522 | 2024.05.16 00:50:03.015492 [ 3 ] {1a5508bb-1779-4382-9666-2ea9de75fab6} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4523 | 2024.05.16 00:50:03.015811 [ 3 ] {1a5508bb-1779-4382-9666-2ea9de75fab6} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4524 | 2024.05.16 00:50:03.015958 [ 3 ] {1a5508bb-1779-4382-9666-2ea9de75fab6} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001581 sec., 18975.332068311196 rows/sec., 1.50 MiB/sec. | ||
4525 | 2024.05.16 00:50:03.015992 [ 121 ] {} <Debug> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
4526 | 2024.05.16 00:50:03.016095 [ 121 ] {} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4527 | 2024.05.16 00:50:03.016139 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
4528 | 2024.05.16 00:50:03.016227 [ 3 ] {1a5508bb-1779-4382-9666-2ea9de75fab6} <Debug> DynamicQueryHandler: Done processing query | ||
4529 | 2024.05.16 00:50:03.016296 [ 3 ] {1a5508bb-1779-4382-9666-2ea9de75fab6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4530 | 2024.05.16 00:50:03.016356 [ 3 ] {} <Debug> HTTP-Session: edf58b3e-abb4-4c85-be90-9d5d9baf5b38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4531 | 2024.05.16 00:50:03.016439 [ 192 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::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 | ||
4532 | 2024.05.16 00:50:03.016647 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4533 | 2024.05.16 00:50:03.016731 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4534 | 2024.05.16 00:50:03.016732 [ 192 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4535 | 2024.05.16 00:50:03.016757 [ 3 ] {} <Debug> HTTP-Session: fe483157-4d13-4ba4-8fc8-f72b27d3dfa0 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
4536 | 2024.05.16 00:50:03.016775 [ 192 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 30 rows starting from the beginning of the part | ||
4537 | 2024.05.16 00:50:03.016779 [ 3 ] {} <Debug> HTTP-Session: fe483157-4d13-4ba4-8fc8-f72b27d3dfa0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4538 | 2024.05.16 00:50:03.016806 [ 3 ] {} <Debug> HTTP-Session: fe483157-4d13-4ba4-8fc8-f72b27d3dfa0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4539 | 2024.05.16 00:50:03.016860 [ 3 ] {} <Trace> HTTP-Session: fe483157-4d13-4ba4-8fc8-f72b27d3dfa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4540 | 2024.05.16 00:50:03.016912 [ 192 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 30 rows starting from the beginning of the part | ||
4541 | 2024.05.16 00:50:03.017171 [ 192 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 30 rows starting from the beginning of the part | ||
4542 | 2024.05.16 00:50:03.017220 [ 3 ] {50e4bcdb-38df-4e19-aa49-c119ff403259} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4543 | 2024.05.16 00:50:03.017464 [ 3 ] {50e4bcdb-38df-4e19-aa49-c119ff403259} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4544 | 2024.05.16 00:50:03.017593 [ 192 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 30 rows starting from the beginning of the part | ||
4545 | 2024.05.16 00:50:03.017896 [ 192 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 30 rows starting from the beginning of the part | ||
4546 | 2024.05.16 00:50:03.018416 [ 3 ] {50e4bcdb-38df-4e19-aa49-c119ff403259} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4547 | 2024.05.16 00:50:03.018866 [ 3 ] {50e4bcdb-38df-4e19-aa49-c119ff403259} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4548 | 2024.05.16 00:50:03.018913 [ 3 ] {50e4bcdb-38df-4e19-aa49-c119ff403259} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
4549 | 2024.05.16 00:50:03.019404 [ 198 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 4 columns (4 merged, 0 gathered) in 0.003170195 sec., 47315.70140007161 rows/sec., 3.75 MiB/sec. | ||
4550 | 2024.05.16 00:50:03.019420 [ 3 ] {50e4bcdb-38df-4e19-aa49-c119ff403259} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4551 | 2024.05.16 00:50:03.019671 [ 198 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
4552 | 2024.05.16 00:50:03.020196 [ 3 ] {50e4bcdb-38df-4e19-aa49-c119ff403259} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4553 | 2024.05.16 00:50:03.020575 [ 3 ] {50e4bcdb-38df-4e19-aa49-c119ff403259} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00348 sec., 1149.4252873563219 rows/sec., 93.73 KiB/sec. | ||
4554 | 2024.05.16 00:50:03.020945 [ 198 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_14_3} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4555 | 2024.05.16 00:50:03.021072 [ 3 ] {50e4bcdb-38df-4e19-aa49-c119ff403259} <Debug> DynamicQueryHandler: Done processing query | ||
4556 | 2024.05.16 00:50:03.021111 [ 3 ] {50e4bcdb-38df-4e19-aa49-c119ff403259} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4557 | 2024.05.16 00:50:03.021119 [ 198 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_14_3} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 | ||
4558 | 2024.05.16 00:50:03.021144 [ 3 ] {} <Debug> HTTP-Session: fe483157-4d13-4ba4-8fc8-f72b27d3dfa0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4559 | 2024.05.16 00:50:03.021260 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
4560 | 2024.05.16 00:50:03.021319 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 21669, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4561 | 2024.05.16 00:50:03.021372 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4562 | 2024.05.16 00:50:03.021390 [ 3 ] {} <Debug> HTTP-Session: c8800102-7d55-43e9-8e48-d69f44a38def Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
4563 | 2024.05.16 00:50:03.021406 [ 3 ] {} <Debug> HTTP-Session: c8800102-7d55-43e9-8e48-d69f44a38def Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4564 | 2024.05.16 00:50:03.021420 [ 3 ] {} <Debug> HTTP-Session: c8800102-7d55-43e9-8e48-d69f44a38def Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4565 | 2024.05.16 00:50:03.021450 [ 3 ] {} <Trace> HTTP-Session: c8800102-7d55-43e9-8e48-d69f44a38def Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4566 | 2024.05.16 00:50:03.021597 [ 3 ] {d572038e-d733-49db-bf08-b8dec0feea79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4567 | 2024.05.16 00:50:03.021640 [ 3 ] {d572038e-d733-49db-bf08-b8dec0feea79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4568 | 2024.05.16 00:50:03.021777 [ 3 ] {d572038e-d733-49db-bf08-b8dec0feea79} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4569 | 2024.05.16 00:50:03.022176 [ 3 ] {d572038e-d733-49db-bf08-b8dec0feea79} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4570 | 2024.05.16 00:50:03.022212 [ 3 ] {d572038e-d733-49db-bf08-b8dec0feea79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
4571 | 2024.05.16 00:50:03.022518 [ 3 ] {d572038e-d733-49db-bf08-b8dec0feea79} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4572 | 2024.05.16 00:50:03.022818 [ 3 ] {d572038e-d733-49db-bf08-b8dec0feea79} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4573 | 2024.05.16 00:50:03.022975 [ 3 ] {d572038e-d733-49db-bf08-b8dec0feea79} <Debug> executeQuery: Read 148 rows, 12.67 KiB in 0.001433 sec., 103279.8325191905 rows/sec., 8.63 MiB/sec. | ||
4574 | 2024.05.16 00:50:03.023248 [ 3 ] {d572038e-d733-49db-bf08-b8dec0feea79} <Debug> DynamicQueryHandler: Done processing query | ||
4575 | 2024.05.16 00:50:03.023274 [ 3 ] {d572038e-d733-49db-bf08-b8dec0feea79} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4576 | 2024.05.16 00:50:03.023290 [ 3 ] {} <Debug> HTTP-Session: c8800102-7d55-43e9-8e48-d69f44a38def Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4577 | 2024.05.16 00:50:03.023409 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4578 | 2024.05.16 00:50:03.023456 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4579 | 2024.05.16 00:50:03.023475 [ 3 ] {} <Debug> HTTP-Session: c6da220c-2a8f-4235-bd65-eed60098f873 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
4580 | 2024.05.16 00:50:03.023492 [ 3 ] {} <Debug> HTTP-Session: c6da220c-2a8f-4235-bd65-eed60098f873 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4581 | 2024.05.16 00:50:03.023505 [ 3 ] {} <Debug> HTTP-Session: c6da220c-2a8f-4235-bd65-eed60098f873 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4582 | 2024.05.16 00:50:03.023535 [ 3 ] {} <Trace> HTTP-Session: c6da220c-2a8f-4235-bd65-eed60098f873 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4583 | 2024.05.16 00:50:03.023627 [ 3 ] {ff76d79b-4506-455a-9d33-afaa4cca88cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4584 | 2024.05.16 00:50:03.023669 [ 3 ] {ff76d79b-4506-455a-9d33-afaa4cca88cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4585 | 2024.05.16 00:50:03.023808 [ 3 ] {ff76d79b-4506-455a-9d33-afaa4cca88cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4586 | 2024.05.16 00:50:03.024138 [ 3 ] {ff76d79b-4506-455a-9d33-afaa4cca88cd} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4587 | 2024.05.16 00:50:03.024175 [ 3 ] {ff76d79b-4506-455a-9d33-afaa4cca88cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
4588 | 2024.05.16 00:50:03.024460 [ 3 ] {ff76d79b-4506-455a-9d33-afaa4cca88cd} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4589 | 2024.05.16 00:50:03.024755 [ 3 ] {ff76d79b-4506-455a-9d33-afaa4cca88cd} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4590 | 2024.05.16 00:50:03.024900 [ 3 ] {ff76d79b-4506-455a-9d33-afaa4cca88cd} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001292 sec., 3095.9752321981423 rows/sec., 216.17 KiB/sec. | ||
4591 | 2024.05.16 00:50:03.025100 [ 3 ] {ff76d79b-4506-455a-9d33-afaa4cca88cd} <Debug> DynamicQueryHandler: Done processing query | ||
4592 | 2024.05.16 00:50:03.025123 [ 3 ] {ff76d79b-4506-455a-9d33-afaa4cca88cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4593 | 2024.05.16 00:50:03.025140 [ 3 ] {} <Debug> HTTP-Session: c6da220c-2a8f-4235-bd65-eed60098f873 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4594 | 2024.05.16 00:50:03.025262 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 16653, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4595 | 2024.05.16 00:50:03.025309 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4596 | 2024.05.16 00:50:03.025327 [ 3 ] {} <Debug> HTTP-Session: 3f28ec2b-e57e-4bc3-8d1e-1235a9e0205b Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
4597 | 2024.05.16 00:50:03.025343 [ 3 ] {} <Debug> HTTP-Session: 3f28ec2b-e57e-4bc3-8d1e-1235a9e0205b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4598 | 2024.05.16 00:50:03.025356 [ 3 ] {} <Debug> HTTP-Session: 3f28ec2b-e57e-4bc3-8d1e-1235a9e0205b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4599 | 2024.05.16 00:50:03.025385 [ 3 ] {} <Trace> HTTP-Session: 3f28ec2b-e57e-4bc3-8d1e-1235a9e0205b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4600 | 2024.05.16 00:50:03.025515 [ 3 ] {951b17b6-d1af-4f32-aa41-b713141fd801} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4601 | 2024.05.16 00:50:03.025556 [ 3 ] {951b17b6-d1af-4f32-aa41-b713141fd801} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4602 | 2024.05.16 00:50:03.025679 [ 3 ] {951b17b6-d1af-4f32-aa41-b713141fd801} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4603 | 2024.05.16 00:50:03.026038 [ 3 ] {951b17b6-d1af-4f32-aa41-b713141fd801} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4604 | 2024.05.16 00:50:03.026074 [ 3 ] {951b17b6-d1af-4f32-aa41-b713141fd801} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
4605 | 2024.05.16 00:50:03.026371 [ 3 ] {951b17b6-d1af-4f32-aa41-b713141fd801} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4606 | 2024.05.16 00:50:03.026665 [ 3 ] {951b17b6-d1af-4f32-aa41-b713141fd801} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4607 | 2024.05.16 00:50:03.026818 [ 3 ] {951b17b6-d1af-4f32-aa41-b713141fd801} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.00135 sec., 72592.59259259258 rows/sec., 5.67 MiB/sec. | ||
4608 | 2024.05.16 00:50:03.027094 [ 3 ] {951b17b6-d1af-4f32-aa41-b713141fd801} <Debug> DynamicQueryHandler: Done processing query | ||
4609 | 2024.05.16 00:50:03.027119 [ 3 ] {951b17b6-d1af-4f32-aa41-b713141fd801} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
4610 | 2024.05.16 00:50:03.027135 [ 3 ] {} <Debug> HTTP-Session: 3f28ec2b-e57e-4bc3-8d1e-1235a9e0205b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4611 | 2024.05.16 00:50:03.027273 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 31013, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4612 | 2024.05.16 00:50:03.027321 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4613 | 2024.05.16 00:50:03.027339 [ 3 ] {} <Debug> HTTP-Session: 79fec1b8-649b-4000-87b4-92b1606b4645 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
4614 | 2024.05.16 00:50:03.027355 [ 3 ] {} <Debug> HTTP-Session: 79fec1b8-649b-4000-87b4-92b1606b4645 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4615 | 2024.05.16 00:50:03.027369 [ 3 ] {} <Debug> HTTP-Session: 79fec1b8-649b-4000-87b4-92b1606b4645 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4616 | 2024.05.16 00:50:03.027398 [ 3 ] {} <Trace> HTTP-Session: 79fec1b8-649b-4000-87b4-92b1606b4645 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4617 | 2024.05.16 00:50:03.027539 [ 3 ] {23acf8da-1302-40a1-b7e4-b5fe12c2d2c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4618 | 2024.05.16 00:50:03.027586 [ 3 ] {23acf8da-1302-40a1-b7e4-b5fe12c2d2c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4619 | 2024.05.16 00:50:03.027740 [ 3 ] {23acf8da-1302-40a1-b7e4-b5fe12c2d2c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4620 | 2024.05.16 00:50:03.028130 [ 3 ] {23acf8da-1302-40a1-b7e4-b5fe12c2d2c1} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4621 | 2024.05.16 00:50:03.028165 [ 3 ] {23acf8da-1302-40a1-b7e4-b5fe12c2d2c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
4622 | 2024.05.16 00:50:03.028534 [ 3 ] {23acf8da-1302-40a1-b7e4-b5fe12c2d2c1} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4623 | 2024.05.16 00:50:03.028864 [ 3 ] {23acf8da-1302-40a1-b7e4-b5fe12c2d2c1} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4624 | 2024.05.16 00:50:03.029018 [ 3 ] {23acf8da-1302-40a1-b7e4-b5fe12c2d2c1} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001532 sec., 105744.12532637076 rows/sec., 7.36 MiB/sec. | ||
4625 | 2024.05.16 00:50:03.029232 [ 3 ] {23acf8da-1302-40a1-b7e4-b5fe12c2d2c1} <Debug> DynamicQueryHandler: Done processing query | ||
4626 | 2024.05.16 00:50:03.029255 [ 3 ] {23acf8da-1302-40a1-b7e4-b5fe12c2d2c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4627 | 2024.05.16 00:50:03.029270 [ 3 ] {} <Debug> HTTP-Session: 79fec1b8-649b-4000-87b4-92b1606b4645 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4628 | 2024.05.16 00:50:03.029426 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 32123, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4629 | 2024.05.16 00:50:03.029474 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4630 | 2024.05.16 00:50:03.029494 [ 3 ] {} <Debug> HTTP-Session: 260b6d33-0673-4675-9ee9-a6b1a5893ff9 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
4631 | 2024.05.16 00:50:03.029510 [ 3 ] {} <Debug> HTTP-Session: 260b6d33-0673-4675-9ee9-a6b1a5893ff9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4632 | 2024.05.16 00:50:03.029523 [ 3 ] {} <Debug> HTTP-Session: 260b6d33-0673-4675-9ee9-a6b1a5893ff9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4633 | 2024.05.16 00:50:03.029552 [ 3 ] {} <Trace> HTTP-Session: 260b6d33-0673-4675-9ee9-a6b1a5893ff9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4634 | 2024.05.16 00:50:03.029848 [ 3 ] {fe19e9d4-e744-49d2-9676-3cadbf93a364} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4635 | 2024.05.16 00:50:03.029895 [ 3 ] {fe19e9d4-e744-49d2-9676-3cadbf93a364} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4636 | 2024.05.16 00:50:03.030053 [ 3 ] {fe19e9d4-e744-49d2-9676-3cadbf93a364} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4637 | 2024.05.16 00:50:03.030542 [ 3 ] {fe19e9d4-e744-49d2-9676-3cadbf93a364} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4638 | 2024.05.16 00:50:03.030578 [ 3 ] {fe19e9d4-e744-49d2-9676-3cadbf93a364} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
4639 | 2024.05.16 00:50:03.030981 [ 3 ] {fe19e9d4-e744-49d2-9676-3cadbf93a364} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4640 | 2024.05.16 00:50:03.031316 [ 3 ] {fe19e9d4-e744-49d2-9676-3cadbf93a364} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4641 | 2024.05.16 00:50:03.031479 [ 3 ] {fe19e9d4-e744-49d2-9676-3cadbf93a364} <Debug> executeQuery: Read 30 rows, 41.46 KiB in 0.001854 sec., 16181.229773462783 rows/sec., 21.84 MiB/sec. | ||
4642 | 2024.05.16 00:50:03.031652 [ 3 ] {fe19e9d4-e744-49d2-9676-3cadbf93a364} <Debug> DynamicQueryHandler: Done processing query | ||
4643 | 2024.05.16 00:50:03.031676 [ 3 ] {fe19e9d4-e744-49d2-9676-3cadbf93a364} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
4644 | 2024.05.16 00:50:03.031691 [ 3 ] {} <Debug> HTTP-Session: 260b6d33-0673-4675-9ee9-a6b1a5893ff9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4645 | 2024.05.16 00:50:03.031810 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4646 | 2024.05.16 00:50:03.031858 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4647 | 2024.05.16 00:50:03.031876 [ 3 ] {} <Debug> HTTP-Session: 22e5a0cc-794a-47ac-b307-8c7f75a04dd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
4648 | 2024.05.16 00:50:03.031893 [ 3 ] {} <Debug> HTTP-Session: 22e5a0cc-794a-47ac-b307-8c7f75a04dd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4649 | 2024.05.16 00:50:03.031907 [ 3 ] {} <Debug> HTTP-Session: 22e5a0cc-794a-47ac-b307-8c7f75a04dd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4650 | 2024.05.16 00:50:03.031936 [ 3 ] {} <Trace> HTTP-Session: 22e5a0cc-794a-47ac-b307-8c7f75a04dd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4651 | 2024.05.16 00:50:03.032062 [ 3 ] {10e12195-42a5-4bd3-bc63-868bdf8420dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4652 | 2024.05.16 00:50:03.032105 [ 3 ] {10e12195-42a5-4bd3-bc63-868bdf8420dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4653 | 2024.05.16 00:50:03.032228 [ 3 ] {10e12195-42a5-4bd3-bc63-868bdf8420dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4654 | 2024.05.16 00:50:03.032531 [ 3 ] {10e12195-42a5-4bd3-bc63-868bdf8420dc} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4655 | 2024.05.16 00:50:03.032567 [ 3 ] {10e12195-42a5-4bd3-bc63-868bdf8420dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
4656 | 2024.05.16 00:50:03.032911 [ 3 ] {10e12195-42a5-4bd3-bc63-868bdf8420dc} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4657 | 2024.05.16 00:50:03.033222 [ 3 ] {10e12195-42a5-4bd3-bc63-868bdf8420dc} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4658 | 2024.05.16 00:50:03.033363 [ 3 ] {10e12195-42a5-4bd3-bc63-868bdf8420dc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001352 sec., 44378.69822485207 rows/sec., 2.99 MiB/sec. | ||
4659 | 2024.05.16 00:50:03.033618 [ 3 ] {10e12195-42a5-4bd3-bc63-868bdf8420dc} <Debug> DynamicQueryHandler: Done processing query | ||
4660 | 2024.05.16 00:50:03.033655 [ 3 ] {10e12195-42a5-4bd3-bc63-868bdf8420dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4661 | 2024.05.16 00:50:03.033673 [ 3 ] {} <Debug> HTTP-Session: 22e5a0cc-794a-47ac-b307-8c7f75a04dd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4662 | 2024.05.16 00:50:08.012698 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4663 | 2024.05.16 00:50:08.012827 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4664 | 2024.05.16 00:50:08.012855 [ 3 ] {} <Debug> HTTP-Session: b52804d4-b5e6-47a5-b08e-ea987348d1f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
4665 | 2024.05.16 00:50:08.012884 [ 3 ] {} <Debug> HTTP-Session: b52804d4-b5e6-47a5-b08e-ea987348d1f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4666 | 2024.05.16 00:50:08.012902 [ 3 ] {} <Debug> HTTP-Session: b52804d4-b5e6-47a5-b08e-ea987348d1f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4667 | 2024.05.16 00:50:08.012955 [ 3 ] {} <Trace> HTTP-Session: b52804d4-b5e6-47a5-b08e-ea987348d1f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4668 | 2024.05.16 00:50:08.013157 [ 3 ] {5f952d38-fc76-4725-b9ab-ac1be8598374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4669 | 2024.05.16 00:50:08.013224 [ 3 ] {5f952d38-fc76-4725-b9ab-ac1be8598374} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4670 | 2024.05.16 00:50:08.013426 [ 3 ] {5f952d38-fc76-4725-b9ab-ac1be8598374} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4671 | 2024.05.16 00:50:08.013922 [ 3 ] {5f952d38-fc76-4725-b9ab-ac1be8598374} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4672 | 2024.05.16 00:50:08.013964 [ 3 ] {5f952d38-fc76-4725-b9ab-ac1be8598374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
4673 | 2024.05.16 00:50:08.014330 [ 3 ] {5f952d38-fc76-4725-b9ab-ac1be8598374} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4674 | 2024.05.16 00:50:08.014659 [ 3 ] {5f952d38-fc76-4725-b9ab-ac1be8598374} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4675 | 2024.05.16 00:50:08.014814 [ 3 ] {5f952d38-fc76-4725-b9ab-ac1be8598374} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001726 sec., 32444.959443800693 rows/sec., 2.48 MiB/sec. | ||
4676 | 2024.05.16 00:50:08.015040 [ 3 ] {5f952d38-fc76-4725-b9ab-ac1be8598374} <Debug> DynamicQueryHandler: Done processing query | ||
4677 | 2024.05.16 00:50:08.015066 [ 3 ] {5f952d38-fc76-4725-b9ab-ac1be8598374} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4678 | 2024.05.16 00:50:08.015082 [ 3 ] {} <Debug> HTTP-Session: b52804d4-b5e6-47a5-b08e-ea987348d1f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4679 | 2024.05.16 00:50:08.015258 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4680 | 2024.05.16 00:50:08.015313 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4681 | 2024.05.16 00:50:08.015332 [ 3 ] {} <Debug> HTTP-Session: 02b2ccf9-baa4-4c56-9a13-685bd307823c Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
4682 | 2024.05.16 00:50:08.015350 [ 3 ] {} <Debug> HTTP-Session: 02b2ccf9-baa4-4c56-9a13-685bd307823c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4683 | 2024.05.16 00:50:08.015365 [ 3 ] {} <Debug> HTTP-Session: 02b2ccf9-baa4-4c56-9a13-685bd307823c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4684 | 2024.05.16 00:50:08.015399 [ 3 ] {} <Trace> HTTP-Session: 02b2ccf9-baa4-4c56-9a13-685bd307823c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4685 | 2024.05.16 00:50:08.015520 [ 3 ] {5c663ef5-8309-4ccf-b920-e720594e5572} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4686 | 2024.05.16 00:50:08.015563 [ 3 ] {5c663ef5-8309-4ccf-b920-e720594e5572} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4687 | 2024.05.16 00:50:08.015694 [ 3 ] {5c663ef5-8309-4ccf-b920-e720594e5572} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4688 | 2024.05.16 00:50:08.016057 [ 3 ] {5c663ef5-8309-4ccf-b920-e720594e5572} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4689 | 2024.05.16 00:50:08.016094 [ 3 ] {5c663ef5-8309-4ccf-b920-e720594e5572} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
4690 | 2024.05.16 00:50:08.016401 [ 3 ] {5c663ef5-8309-4ccf-b920-e720594e5572} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4691 | 2024.05.16 00:50:08.016751 [ 3 ] {5c663ef5-8309-4ccf-b920-e720594e5572} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4692 | 2024.05.16 00:50:08.016910 [ 3 ] {5c663ef5-8309-4ccf-b920-e720594e5572} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001425 sec., 44912.28070175438 rows/sec., 3.51 MiB/sec. | ||
4693 | 2024.05.16 00:50:08.017074 [ 3 ] {5c663ef5-8309-4ccf-b920-e720594e5572} <Debug> DynamicQueryHandler: Done processing query | ||
4694 | 2024.05.16 00:50:08.017100 [ 3 ] {5c663ef5-8309-4ccf-b920-e720594e5572} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4695 | 2024.05.16 00:50:08.017116 [ 3 ] {} <Debug> HTTP-Session: 02b2ccf9-baa4-4c56-9a13-685bd307823c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4696 | 2024.05.16 00:50:08.017280 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4697 | 2024.05.16 00:50:08.017332 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4698 | 2024.05.16 00:50:08.017351 [ 3 ] {} <Debug> HTTP-Session: 178755d0-8d2c-4bab-9757-73e94293072a Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
4699 | 2024.05.16 00:50:08.017368 [ 3 ] {} <Debug> HTTP-Session: 178755d0-8d2c-4bab-9757-73e94293072a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4700 | 2024.05.16 00:50:08.017382 [ 3 ] {} <Debug> HTTP-Session: 178755d0-8d2c-4bab-9757-73e94293072a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4701 | 2024.05.16 00:50:08.017414 [ 3 ] {} <Trace> HTTP-Session: 178755d0-8d2c-4bab-9757-73e94293072a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4702 | 2024.05.16 00:50:08.017562 [ 3 ] {bbe3c9b7-236d-4d8c-ae39-4ddf3e086fe2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4703 | 2024.05.16 00:50:08.017608 [ 3 ] {bbe3c9b7-236d-4d8c-ae39-4ddf3e086fe2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4704 | 2024.05.16 00:50:08.017754 [ 3 ] {bbe3c9b7-236d-4d8c-ae39-4ddf3e086fe2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4705 | 2024.05.16 00:50:08.018129 [ 3 ] {bbe3c9b7-236d-4d8c-ae39-4ddf3e086fe2} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4706 | 2024.05.16 00:50:08.018166 [ 3 ] {bbe3c9b7-236d-4d8c-ae39-4ddf3e086fe2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
4707 | 2024.05.16 00:50:08.018558 [ 3 ] {bbe3c9b7-236d-4d8c-ae39-4ddf3e086fe2} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4708 | 2024.05.16 00:50:08.018893 [ 3 ] {bbe3c9b7-236d-4d8c-ae39-4ddf3e086fe2} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4709 | 2024.05.16 00:50:08.019015 [ 3 ] {bbe3c9b7-236d-4d8c-ae39-4ddf3e086fe2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001524 sec., 104986.87664041996 rows/sec., 7.31 MiB/sec. | ||
4710 | 2024.05.16 00:50:08.019176 [ 3 ] {bbe3c9b7-236d-4d8c-ae39-4ddf3e086fe2} <Debug> DynamicQueryHandler: Done processing query | ||
4711 | 2024.05.16 00:50:08.019201 [ 3 ] {bbe3c9b7-236d-4d8c-ae39-4ddf3e086fe2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4712 | 2024.05.16 00:50:08.019216 [ 3 ] {} <Debug> HTTP-Session: 178755d0-8d2c-4bab-9757-73e94293072a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4713 | 2024.05.16 00:50:08.019339 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4714 | 2024.05.16 00:50:08.019389 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4715 | 2024.05.16 00:50:08.019408 [ 3 ] {} <Debug> HTTP-Session: 099b7628-ad0c-47f8-b4f2-aedcf01e21be Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
4716 | 2024.05.16 00:50:08.019425 [ 3 ] {} <Debug> HTTP-Session: 099b7628-ad0c-47f8-b4f2-aedcf01e21be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4717 | 2024.05.16 00:50:08.019439 [ 3 ] {} <Debug> HTTP-Session: 099b7628-ad0c-47f8-b4f2-aedcf01e21be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4718 | 2024.05.16 00:50:08.019469 [ 3 ] {} <Trace> HTTP-Session: 099b7628-ad0c-47f8-b4f2-aedcf01e21be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4719 | 2024.05.16 00:50:08.019591 [ 3 ] {c766f188-78ea-42b7-88f6-84236f8dc27a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4720 | 2024.05.16 00:50:08.019633 [ 3 ] {c766f188-78ea-42b7-88f6-84236f8dc27a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4721 | 2024.05.16 00:50:08.019759 [ 3 ] {c766f188-78ea-42b7-88f6-84236f8dc27a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4722 | 2024.05.16 00:50:08.020063 [ 3 ] {c766f188-78ea-42b7-88f6-84236f8dc27a} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4723 | 2024.05.16 00:50:08.020098 [ 3 ] {c766f188-78ea-42b7-88f6-84236f8dc27a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
4724 | 2024.05.16 00:50:08.020449 [ 3 ] {c766f188-78ea-42b7-88f6-84236f8dc27a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4725 | 2024.05.16 00:50:08.020759 [ 3 ] {c766f188-78ea-42b7-88f6-84236f8dc27a} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4726 | 2024.05.16 00:50:08.020883 [ 3 ] {c766f188-78ea-42b7-88f6-84236f8dc27a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001342 sec., 44709.38897168405 rows/sec., 3.01 MiB/sec. | ||
4727 | 2024.05.16 00:50:08.021142 [ 3 ] {c766f188-78ea-42b7-88f6-84236f8dc27a} <Debug> DynamicQueryHandler: Done processing query | ||
4728 | 2024.05.16 00:50:08.021189 [ 3 ] {c766f188-78ea-42b7-88f6-84236f8dc27a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4729 | 2024.05.16 00:50:08.021217 [ 3 ] {} <Debug> HTTP-Session: 099b7628-ad0c-47f8-b4f2-aedcf01e21be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4730 | 2024.05.16 00:50:13.016315 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4731 | 2024.05.16 00:50:13.016452 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4732 | 2024.05.16 00:50:13.016481 [ 3 ] {} <Debug> HTTP-Session: c43e3dd4-46c6-4e6f-8183-f62261f149cb Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
4733 | 2024.05.16 00:50:13.016509 [ 3 ] {} <Debug> HTTP-Session: c43e3dd4-46c6-4e6f-8183-f62261f149cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4734 | 2024.05.16 00:50:13.016606 [ 3 ] {} <Debug> HTTP-Session: c43e3dd4-46c6-4e6f-8183-f62261f149cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4735 | 2024.05.16 00:50:13.016661 [ 3 ] {} <Trace> HTTP-Session: c43e3dd4-46c6-4e6f-8183-f62261f149cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4736 | 2024.05.16 00:50:13.016857 [ 3 ] {07b31aa3-42b5-469f-b038-5bf809e6ab4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4737 | 2024.05.16 00:50:13.016920 [ 3 ] {07b31aa3-42b5-469f-b038-5bf809e6ab4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4738 | 2024.05.16 00:50:13.017104 [ 3 ] {07b31aa3-42b5-469f-b038-5bf809e6ab4f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4739 | 2024.05.16 00:50:13.017536 [ 3 ] {07b31aa3-42b5-469f-b038-5bf809e6ab4f} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4740 | 2024.05.16 00:50:13.017580 [ 3 ] {07b31aa3-42b5-469f-b038-5bf809e6ab4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
4741 | 2024.05.16 00:50:13.017983 [ 3 ] {07b31aa3-42b5-469f-b038-5bf809e6ab4f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4742 | 2024.05.16 00:50:13.018307 [ 3 ] {07b31aa3-42b5-469f-b038-5bf809e6ab4f} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4743 | 2024.05.16 00:50:13.018481 [ 3 ] {07b31aa3-42b5-469f-b038-5bf809e6ab4f} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001674 sec., 17921.14695340502 rows/sec., 1.42 MiB/sec. | ||
4744 | 2024.05.16 00:50:13.018692 [ 3 ] {07b31aa3-42b5-469f-b038-5bf809e6ab4f} <Debug> DynamicQueryHandler: Done processing query | ||
4745 | 2024.05.16 00:50:13.018718 [ 3 ] {07b31aa3-42b5-469f-b038-5bf809e6ab4f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4746 | 2024.05.16 00:50:13.018735 [ 3 ] {} <Debug> HTTP-Session: c43e3dd4-46c6-4e6f-8183-f62261f149cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4747 | 2024.05.16 00:50:13.018901 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4748 | 2024.05.16 00:50:13.018955 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4749 | 2024.05.16 00:50:13.018975 [ 3 ] {} <Debug> HTTP-Session: 1df85011-8b4b-41c3-ba41-94b6f049a316 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
4750 | 2024.05.16 00:50:13.018993 [ 3 ] {} <Debug> HTTP-Session: 1df85011-8b4b-41c3-ba41-94b6f049a316 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4751 | 2024.05.16 00:50:13.019007 [ 3 ] {} <Debug> HTTP-Session: 1df85011-8b4b-41c3-ba41-94b6f049a316 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4752 | 2024.05.16 00:50:13.019067 [ 3 ] {} <Trace> HTTP-Session: 1df85011-8b4b-41c3-ba41-94b6f049a316 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4753 | 2024.05.16 00:50:13.019175 [ 3 ] {4c66c995-74a3-4eaa-b28c-3d9a64519dea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4754 | 2024.05.16 00:50:13.019223 [ 3 ] {4c66c995-74a3-4eaa-b28c-3d9a64519dea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4755 | 2024.05.16 00:50:13.019360 [ 3 ] {4c66c995-74a3-4eaa-b28c-3d9a64519dea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4756 | 2024.05.16 00:50:13.019652 [ 3 ] {4c66c995-74a3-4eaa-b28c-3d9a64519dea} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4757 | 2024.05.16 00:50:13.019691 [ 3 ] {4c66c995-74a3-4eaa-b28c-3d9a64519dea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
4758 | 2024.05.16 00:50:13.020008 [ 3 ] {4c66c995-74a3-4eaa-b28c-3d9a64519dea} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4759 | 2024.05.16 00:50:13.020312 [ 3 ] {4c66c995-74a3-4eaa-b28c-3d9a64519dea} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4760 | 2024.05.16 00:50:13.020463 [ 3 ] {4c66c995-74a3-4eaa-b28c-3d9a64519dea} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00131 sec., 3053.4351145038167 rows/sec., 248.99 KiB/sec. | ||
4761 | 2024.05.16 00:50:13.020788 [ 3 ] {4c66c995-74a3-4eaa-b28c-3d9a64519dea} <Debug> DynamicQueryHandler: Done processing query | ||
4762 | 2024.05.16 00:50:13.020815 [ 3 ] {4c66c995-74a3-4eaa-b28c-3d9a64519dea} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4763 | 2024.05.16 00:50:13.020831 [ 3 ] {} <Debug> HTTP-Session: 1df85011-8b4b-41c3-ba41-94b6f049a316 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4764 | 2024.05.16 00:50:13.021017 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 26598, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4765 | 2024.05.16 00:50:13.021066 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4766 | 2024.05.16 00:50:13.021087 [ 3 ] {} <Debug> HTTP-Session: da73d755-bb50-4655-9445-6e17c1bc3b96 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
4767 | 2024.05.16 00:50:13.021105 [ 3 ] {} <Debug> HTTP-Session: da73d755-bb50-4655-9445-6e17c1bc3b96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4768 | 2024.05.16 00:50:13.021119 [ 3 ] {} <Debug> HTTP-Session: da73d755-bb50-4655-9445-6e17c1bc3b96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4769 | 2024.05.16 00:50:13.021150 [ 3 ] {} <Trace> HTTP-Session: da73d755-bb50-4655-9445-6e17c1bc3b96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4770 | 2024.05.16 00:50:13.021297 [ 3 ] {1dd510a5-66c5-47cd-866a-b4fc1e916a53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4771 | 2024.05.16 00:50:13.021343 [ 3 ] {1dd510a5-66c5-47cd-866a-b4fc1e916a53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4772 | 2024.05.16 00:50:13.021487 [ 3 ] {1dd510a5-66c5-47cd-866a-b4fc1e916a53} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4773 | 2024.05.16 00:50:13.021868 [ 3 ] {1dd510a5-66c5-47cd-866a-b4fc1e916a53} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4774 | 2024.05.16 00:50:13.021905 [ 3 ] {1dd510a5-66c5-47cd-866a-b4fc1e916a53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
4775 | 2024.05.16 00:50:13.022217 [ 3 ] {1dd510a5-66c5-47cd-866a-b4fc1e916a53} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4776 | 2024.05.16 00:50:13.022513 [ 3 ] {1dd510a5-66c5-47cd-866a-b4fc1e916a53} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4777 | 2024.05.16 00:50:13.022669 [ 3 ] {1dd510a5-66c5-47cd-866a-b4fc1e916a53} <Debug> executeQuery: Read 184 rows, 15.43 KiB in 0.001431 sec., 128581.41160027952 rows/sec., 10.53 MiB/sec. | ||
4778 | 2024.05.16 00:50:13.022827 [ 3 ] {1dd510a5-66c5-47cd-866a-b4fc1e916a53} <Debug> DynamicQueryHandler: Done processing query | ||
4779 | 2024.05.16 00:50:13.022851 [ 3 ] {1dd510a5-66c5-47cd-866a-b4fc1e916a53} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
4780 | 2024.05.16 00:50:13.022867 [ 3 ] {} <Debug> HTTP-Session: da73d755-bb50-4655-9445-6e17c1bc3b96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4781 | 2024.05.16 00:50:13.022998 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4782 | 2024.05.16 00:50:13.023046 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4783 | 2024.05.16 00:50:13.023065 [ 3 ] {} <Debug> HTTP-Session: 9b4a0457-040e-4bf8-98e4-9aea2a73be98 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
4784 | 2024.05.16 00:50:13.023082 [ 3 ] {} <Debug> HTTP-Session: 9b4a0457-040e-4bf8-98e4-9aea2a73be98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4785 | 2024.05.16 00:50:13.023095 [ 3 ] {} <Debug> HTTP-Session: 9b4a0457-040e-4bf8-98e4-9aea2a73be98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4786 | 2024.05.16 00:50:13.023125 [ 3 ] {} <Trace> HTTP-Session: 9b4a0457-040e-4bf8-98e4-9aea2a73be98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4787 | 2024.05.16 00:50:13.023220 [ 3 ] {2dac6cee-437f-4990-9449-f560a7969cf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4788 | 2024.05.16 00:50:13.023262 [ 3 ] {2dac6cee-437f-4990-9449-f560a7969cf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4789 | 2024.05.16 00:50:13.023385 [ 3 ] {2dac6cee-437f-4990-9449-f560a7969cf0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4790 | 2024.05.16 00:50:13.023622 [ 3 ] {2dac6cee-437f-4990-9449-f560a7969cf0} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4791 | 2024.05.16 00:50:13.023660 [ 3 ] {2dac6cee-437f-4990-9449-f560a7969cf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
4792 | 2024.05.16 00:50:13.023959 [ 3 ] {2dac6cee-437f-4990-9449-f560a7969cf0} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4793 | 2024.05.16 00:50:13.024256 [ 3 ] {2dac6cee-437f-4990-9449-f560a7969cf0} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4794 | 2024.05.16 00:50:13.024409 [ 3 ] {2dac6cee-437f-4990-9449-f560a7969cf0} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001213 sec., 3297.609233305853 rows/sec., 230.25 KiB/sec. | ||
4795 | 2024.05.16 00:50:13.024563 [ 3 ] {2dac6cee-437f-4990-9449-f560a7969cf0} <Debug> DynamicQueryHandler: Done processing query | ||
4796 | 2024.05.16 00:50:13.024589 [ 3 ] {2dac6cee-437f-4990-9449-f560a7969cf0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4797 | 2024.05.16 00:50:13.024605 [ 3 ] {} <Debug> HTTP-Session: 9b4a0457-040e-4bf8-98e4-9aea2a73be98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4798 | 2024.05.16 00:50:13.024744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 20691, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4799 | 2024.05.16 00:50:13.024792 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4800 | 2024.05.16 00:50:13.024810 [ 3 ] {} <Debug> HTTP-Session: 4075e682-fb61-46c3-8d76-71ae5a4e22ba Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
4801 | 2024.05.16 00:50:13.024828 [ 3 ] {} <Debug> HTTP-Session: 4075e682-fb61-46c3-8d76-71ae5a4e22ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4802 | 2024.05.16 00:50:13.024842 [ 3 ] {} <Debug> HTTP-Session: 4075e682-fb61-46c3-8d76-71ae5a4e22ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4803 | 2024.05.16 00:50:13.024872 [ 3 ] {} <Trace> HTTP-Session: 4075e682-fb61-46c3-8d76-71ae5a4e22ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4804 | 2024.05.16 00:50:13.024999 [ 3 ] {a33b437c-26ee-4ef5-b2cc-bf397bdcebc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4805 | 2024.05.16 00:50:13.025042 [ 3 ] {a33b437c-26ee-4ef5-b2cc-bf397bdcebc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4806 | 2024.05.16 00:50:13.025165 [ 3 ] {a33b437c-26ee-4ef5-b2cc-bf397bdcebc7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4807 | 2024.05.16 00:50:13.025476 [ 3 ] {a33b437c-26ee-4ef5-b2cc-bf397bdcebc7} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4808 | 2024.05.16 00:50:13.025512 [ 3 ] {a33b437c-26ee-4ef5-b2cc-bf397bdcebc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
4809 | 2024.05.16 00:50:13.025818 [ 3 ] {a33b437c-26ee-4ef5-b2cc-bf397bdcebc7} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4810 | 2024.05.16 00:50:13.026120 [ 3 ] {a33b437c-26ee-4ef5-b2cc-bf397bdcebc7} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4811 | 2024.05.16 00:50:13.026280 [ 3 ] {a33b437c-26ee-4ef5-b2cc-bf397bdcebc7} <Debug> executeQuery: Read 122 rows, 9.74 KiB in 0.001326 sec., 92006.03318250377 rows/sec., 7.17 MiB/sec. | ||
4812 | 2024.05.16 00:50:13.026431 [ 3 ] {a33b437c-26ee-4ef5-b2cc-bf397bdcebc7} <Debug> DynamicQueryHandler: Done processing query | ||
4813 | 2024.05.16 00:50:13.026456 [ 3 ] {a33b437c-26ee-4ef5-b2cc-bf397bdcebc7} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4814 | 2024.05.16 00:50:13.026471 [ 3 ] {} <Debug> HTTP-Session: 4075e682-fb61-46c3-8d76-71ae5a4e22ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4815 | 2024.05.16 00:50:13.026652 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 37972, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4816 | 2024.05.16 00:50:13.026701 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4817 | 2024.05.16 00:50:13.026720 [ 3 ] {} <Debug> HTTP-Session: 4020e6bd-1681-4775-8ef5-df916c320378 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
4818 | 2024.05.16 00:50:13.026736 [ 3 ] {} <Debug> HTTP-Session: 4020e6bd-1681-4775-8ef5-df916c320378 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4819 | 2024.05.16 00:50:13.026750 [ 3 ] {} <Debug> HTTP-Session: 4020e6bd-1681-4775-8ef5-df916c320378 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4820 | 2024.05.16 00:50:13.026780 [ 3 ] {} <Trace> HTTP-Session: 4020e6bd-1681-4775-8ef5-df916c320378 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4821 | 2024.05.16 00:50:13.026960 [ 3 ] {312fb471-a3a7-4753-b396-fd000c93ae27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4822 | 2024.05.16 00:50:13.027007 [ 3 ] {312fb471-a3a7-4753-b396-fd000c93ae27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4823 | 2024.05.16 00:50:13.027149 [ 3 ] {312fb471-a3a7-4753-b396-fd000c93ae27} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4824 | 2024.05.16 00:50:13.027514 [ 3 ] {312fb471-a3a7-4753-b396-fd000c93ae27} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4825 | 2024.05.16 00:50:13.027555 [ 3 ] {312fb471-a3a7-4753-b396-fd000c93ae27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
4826 | 2024.05.16 00:50:13.027939 [ 3 ] {312fb471-a3a7-4753-b396-fd000c93ae27} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4827 | 2024.05.16 00:50:13.028268 [ 3 ] {312fb471-a3a7-4753-b396-fd000c93ae27} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4828 | 2024.05.16 00:50:13.028393 [ 3 ] {312fb471-a3a7-4753-b396-fd000c93ae27} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.001532 sec., 129242.81984334205 rows/sec., 9.02 MiB/sec. | ||
4829 | 2024.05.16 00:50:13.028545 [ 3 ] {312fb471-a3a7-4753-b396-fd000c93ae27} <Debug> DynamicQueryHandler: Done processing query | ||
4830 | 2024.05.16 00:50:13.028569 [ 3 ] {312fb471-a3a7-4753-b396-fd000c93ae27} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
4831 | 2024.05.16 00:50:13.028584 [ 3 ] {} <Debug> HTTP-Session: 4020e6bd-1681-4775-8ef5-df916c320378 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4832 | 2024.05.16 00:50:13.028737 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 32123, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4833 | 2024.05.16 00:50:13.028785 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4834 | 2024.05.16 00:50:13.028803 [ 3 ] {} <Debug> HTTP-Session: f91a5040-8ae2-4960-aeff-5ae67a2b1a09 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
4835 | 2024.05.16 00:50:13.028820 [ 3 ] {} <Debug> HTTP-Session: f91a5040-8ae2-4960-aeff-5ae67a2b1a09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4836 | 2024.05.16 00:50:13.028834 [ 3 ] {} <Debug> HTTP-Session: f91a5040-8ae2-4960-aeff-5ae67a2b1a09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4837 | 2024.05.16 00:50:13.028863 [ 3 ] {} <Trace> HTTP-Session: f91a5040-8ae2-4960-aeff-5ae67a2b1a09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4838 | 2024.05.16 00:50:13.029124 [ 3 ] {6f721436-8e6f-4ceb-9d6f-f59752c04104} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4839 | 2024.05.16 00:50:13.029173 [ 3 ] {6f721436-8e6f-4ceb-9d6f-f59752c04104} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4840 | 2024.05.16 00:50:13.029327 [ 3 ] {6f721436-8e6f-4ceb-9d6f-f59752c04104} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4841 | 2024.05.16 00:50:13.029712 [ 3 ] {6f721436-8e6f-4ceb-9d6f-f59752c04104} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4842 | 2024.05.16 00:50:13.029747 [ 3 ] {6f721436-8e6f-4ceb-9d6f-f59752c04104} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
4843 | 2024.05.16 00:50:13.030139 [ 3 ] {6f721436-8e6f-4ceb-9d6f-f59752c04104} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4844 | 2024.05.16 00:50:13.030471 [ 3 ] {6f721436-8e6f-4ceb-9d6f-f59752c04104} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4845 | 2024.05.16 00:50:13.030596 [ 3 ] {6f721436-8e6f-4ceb-9d6f-f59752c04104} <Debug> executeQuery: Read 30 rows, 41.46 KiB in 0.001652 sec., 18159.806295399514 rows/sec., 24.51 MiB/sec. | ||
4846 | 2024.05.16 00:50:13.030953 [ 3 ] {6f721436-8e6f-4ceb-9d6f-f59752c04104} <Debug> DynamicQueryHandler: Done processing query | ||
4847 | 2024.05.16 00:50:13.030981 [ 3 ] {6f721436-8e6f-4ceb-9d6f-f59752c04104} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
4848 | 2024.05.16 00:50:13.031006 [ 3 ] {} <Debug> HTTP-Session: f91a5040-8ae2-4960-aeff-5ae67a2b1a09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4849 | 2024.05.16 00:50:13.031176 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4850 | 2024.05.16 00:50:13.031222 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4851 | 2024.05.16 00:50:13.031241 [ 3 ] {} <Debug> HTTP-Session: deee38b9-8698-4acf-98ff-47068120f4e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
4852 | 2024.05.16 00:50:13.031258 [ 3 ] {} <Debug> HTTP-Session: deee38b9-8698-4acf-98ff-47068120f4e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4853 | 2024.05.16 00:50:13.031272 [ 3 ] {} <Debug> HTTP-Session: deee38b9-8698-4acf-98ff-47068120f4e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4854 | 2024.05.16 00:50:13.031302 [ 3 ] {} <Trace> HTTP-Session: deee38b9-8698-4acf-98ff-47068120f4e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4855 | 2024.05.16 00:50:13.031413 [ 3 ] {72cee3fb-7d11-43d5-9625-479aa41d2d45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4856 | 2024.05.16 00:50:13.031459 [ 3 ] {72cee3fb-7d11-43d5-9625-479aa41d2d45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4857 | 2024.05.16 00:50:13.031607 [ 3 ] {72cee3fb-7d11-43d5-9625-479aa41d2d45} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4858 | 2024.05.16 00:50:13.031991 [ 3 ] {72cee3fb-7d11-43d5-9625-479aa41d2d45} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4859 | 2024.05.16 00:50:13.032027 [ 3 ] {72cee3fb-7d11-43d5-9625-479aa41d2d45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
4860 | 2024.05.16 00:50:13.032371 [ 3 ] {72cee3fb-7d11-43d5-9625-479aa41d2d45} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4861 | 2024.05.16 00:50:13.032680 [ 3 ] {72cee3fb-7d11-43d5-9625-479aa41d2d45} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4862 | 2024.05.16 00:50:13.032803 [ 3 ] {72cee3fb-7d11-43d5-9625-479aa41d2d45} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001429 sec., 41987.40377886634 rows/sec., 2.83 MiB/sec. | ||
4863 | 2024.05.16 00:50:13.032965 [ 3 ] {72cee3fb-7d11-43d5-9625-479aa41d2d45} <Debug> DynamicQueryHandler: Done processing query | ||
4864 | 2024.05.16 00:50:13.032989 [ 3 ] {72cee3fb-7d11-43d5-9625-479aa41d2d45} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4865 | 2024.05.16 00:50:13.033004 [ 3 ] {} <Debug> HTTP-Session: deee38b9-8698-4acf-98ff-47068120f4e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4866 | 2024.05.16 00:50:16.308123 [ 111 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4867 | 2024.05.16 00:50:16.308194 [ 111 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4868 | 2024.05.16 00:50:18.012721 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4869 | 2024.05.16 00:50:18.012881 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4870 | 2024.05.16 00:50:18.012924 [ 3 ] {} <Debug> HTTP-Session: 7cecaa1c-3a68-49cd-8964-8fa13b4340c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
4871 | 2024.05.16 00:50:18.012965 [ 3 ] {} <Debug> HTTP-Session: 7cecaa1c-3a68-49cd-8964-8fa13b4340c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4872 | 2024.05.16 00:50:18.012993 [ 3 ] {} <Debug> HTTP-Session: 7cecaa1c-3a68-49cd-8964-8fa13b4340c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4873 | 2024.05.16 00:50:18.013068 [ 3 ] {} <Trace> HTTP-Session: 7cecaa1c-3a68-49cd-8964-8fa13b4340c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4874 | 2024.05.16 00:50:18.013369 [ 3 ] {140339cd-76c8-407e-94b4-bed87b283123} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4875 | 2024.05.16 00:50:18.013473 [ 3 ] {140339cd-76c8-407e-94b4-bed87b283123} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4876 | 2024.05.16 00:50:18.013777 [ 3 ] {140339cd-76c8-407e-94b4-bed87b283123} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4877 | 2024.05.16 00:50:18.014308 [ 3 ] {140339cd-76c8-407e-94b4-bed87b283123} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4878 | 2024.05.16 00:50:18.014353 [ 3 ] {140339cd-76c8-407e-94b4-bed87b283123} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
4879 | 2024.05.16 00:50:18.014718 [ 3 ] {140339cd-76c8-407e-94b4-bed87b283123} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4880 | 2024.05.16 00:50:18.015044 [ 3 ] {140339cd-76c8-407e-94b4-bed87b283123} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4881 | 2024.05.16 00:50:18.015221 [ 110 ] {} <Debug> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4882 | 2024.05.16 00:50:18.015228 [ 3 ] {140339cd-76c8-407e-94b4-bed87b283123} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001956 sec., 28629.856850715747 rows/sec., 2.19 MiB/sec. | ||
4883 | 2024.05.16 00:50:18.015315 [ 110 ] {} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4884 | 2024.05.16 00:50:18.015390 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
4885 | 2024.05.16 00:50:18.015556 [ 186 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::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 | ||
4886 | 2024.05.16 00:50:18.015603 [ 3 ] {140339cd-76c8-407e-94b4-bed87b283123} <Debug> DynamicQueryHandler: Done processing query | ||
4887 | 2024.05.16 00:50:18.015656 [ 3 ] {140339cd-76c8-407e-94b4-bed87b283123} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4888 | 2024.05.16 00:50:18.015701 [ 3 ] {} <Debug> HTTP-Session: 7cecaa1c-3a68-49cd-8964-8fa13b4340c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4889 | 2024.05.16 00:50:18.015791 [ 186 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4890 | 2024.05.16 00:50:18.015829 [ 186 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 189 rows starting from the beginning of the part | ||
4891 | 2024.05.16 00:50:18.015962 [ 186 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 56 rows starting from the beginning of the part | ||
4892 | 2024.05.16 00:50:18.015984 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4893 | 2024.05.16 00:50:18.016169 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4894 | 2024.05.16 00:50:18.016300 [ 3 ] {} <Debug> HTTP-Session: 2fe5c807-29df-4c69-80dd-8d87797d1a07 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
4895 | 2024.05.16 00:50:18.016314 [ 186 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 148 rows starting from the beginning of the part | ||
4896 | 2024.05.16 00:50:18.016368 [ 3 ] {} <Debug> HTTP-Session: 2fe5c807-29df-4c69-80dd-8d87797d1a07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4897 | 2024.05.16 00:50:18.016428 [ 3 ] {} <Debug> HTTP-Session: 2fe5c807-29df-4c69-80dd-8d87797d1a07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4898 | 2024.05.16 00:50:18.016543 [ 3 ] {} <Trace> HTTP-Session: 2fe5c807-29df-4c69-80dd-8d87797d1a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4899 | 2024.05.16 00:50:18.016646 [ 186 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::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 | ||
4900 | 2024.05.16 00:50:18.016868 [ 186 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 184 rows starting from the beginning of the part | ||
4901 | 2024.05.16 00:50:18.016971 [ 3 ] {46703443-43a0-4e77-9c23-324319caeef4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4902 | 2024.05.16 00:50:18.017134 [ 3 ] {46703443-43a0-4e77-9c23-324319caeef4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4903 | 2024.05.16 00:50:18.017139 [ 186 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::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 | ||
4904 | 2024.05.16 00:50:18.017859 [ 3 ] {46703443-43a0-4e77-9c23-324319caeef4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4905 | 2024.05.16 00:50:18.018678 [ 3 ] {46703443-43a0-4e77-9c23-324319caeef4} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4906 | 2024.05.16 00:50:18.018741 [ 3 ] {46703443-43a0-4e77-9c23-324319caeef4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
4907 | 2024.05.16 00:50:18.019541 [ 3 ] {46703443-43a0-4e77-9c23-324319caeef4} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4908 | 2024.05.16 00:50:18.020019 [ 186 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 689 rows, containing 4 columns (4 merged, 0 gathered) in 0.004522577 sec., 152346.77043641268 rows/sec., 12.32 MiB/sec. | ||
4909 | 2024.05.16 00:50:18.020268 [ 186 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4910 | 2024.05.16 00:50:18.020439 [ 3 ] {46703443-43a0-4e77-9c23-324319caeef4} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4911 | 2024.05.16 00:50:18.020803 [ 110 ] {} <Debug> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4912 | 2024.05.16 00:50:18.020887 [ 110 ] {} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4913 | 2024.05.16 00:50:18.020916 [ 3 ] {46703443-43a0-4e77-9c23-324319caeef4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004094 sec., 15632.633121641426 rows/sec., 1.22 MiB/sec. | ||
4914 | 2024.05.16 00:50:18.020934 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
4915 | 2024.05.16 00:50:18.021374 [ 186 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_31_6} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4916 | 2024.05.16 00:50:18.021409 [ 192 ] {a3945bea-d52e-471f-9886-008e21606338::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 | ||
4917 | 2024.05.16 00:50:18.021508 [ 3 ] {46703443-43a0-4e77-9c23-324319caeef4} <Debug> DynamicQueryHandler: Done processing query | ||
4918 | 2024.05.16 00:50:18.021561 [ 3 ] {46703443-43a0-4e77-9c23-324319caeef4} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
4919 | 2024.05.16 00:50:18.021618 [ 3 ] {} <Debug> HTTP-Session: 2fe5c807-29df-4c69-80dd-8d87797d1a07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4920 | 2024.05.16 00:50:18.021648 [ 186 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_31_6} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4921 | 2024.05.16 00:50:18.021759 [ 192 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4922 | 2024.05.16 00:50:18.021831 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
4923 | 2024.05.16 00:50:18.021852 [ 192 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 148 rows starting from the beginning of the part | ||
4924 | 2024.05.16 00:50:18.021878 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4925 | 2024.05.16 00:50:18.022015 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4926 | 2024.05.16 00:50:18.022030 [ 192 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 64 rows starting from the beginning of the part | ||
4927 | 2024.05.16 00:50:18.022058 [ 3 ] {} <Debug> HTTP-Session: c51b784d-d9bf-44ca-bd31-f1a99172953b Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
4928 | 2024.05.16 00:50:18.022134 [ 3 ] {} <Debug> HTTP-Session: c51b784d-d9bf-44ca-bd31-f1a99172953b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4929 | 2024.05.16 00:50:18.022216 [ 3 ] {} <Debug> HTTP-Session: c51b784d-d9bf-44ca-bd31-f1a99172953b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4930 | 2024.05.16 00:50:18.022326 [ 192 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 98 rows starting from the beginning of the part | ||
4931 | 2024.05.16 00:50:18.022335 [ 3 ] {} <Trace> HTTP-Session: c51b784d-d9bf-44ca-bd31-f1a99172953b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4932 | 2024.05.16 00:50:18.022445 [ 192 ] {a3945bea-d52e-471f-9886-008e21606338::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 | ||
4933 | 2024.05.16 00:50:18.022773 [ 3 ] {1a2d4a9d-b56c-4770-b853-530fea81ee51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4934 | 2024.05.16 00:50:18.022838 [ 192 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 122 rows starting from the beginning of the part | ||
4935 | 2024.05.16 00:50:18.022908 [ 3 ] {1a2d4a9d-b56c-4770-b853-530fea81ee51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4936 | 2024.05.16 00:50:18.023005 [ 192 ] {a3945bea-d52e-471f-9886-008e21606338::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 | ||
4937 | 2024.05.16 00:50:18.023531 [ 3 ] {1a2d4a9d-b56c-4770-b853-530fea81ee51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4938 | 2024.05.16 00:50:18.024108 [ 3 ] {1a2d4a9d-b56c-4770-b853-530fea81ee51} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4939 | 2024.05.16 00:50:18.024153 [ 3 ] {1a2d4a9d-b56c-4770-b853-530fea81ee51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
4940 | 2024.05.16 00:50:18.024690 [ 200 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 4 columns (4 merged, 0 gathered) in 0.003602475 sec., 155448.68458490344 rows/sec., 12.14 MiB/sec. | ||
4941 | 2024.05.16 00:50:18.024743 [ 3 ] {1a2d4a9d-b56c-4770-b853-530fea81ee51} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4942 | 2024.05.16 00:50:18.024848 [ 200 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4943 | 2024.05.16 00:50:18.025247 [ 3 ] {1a2d4a9d-b56c-4770-b853-530fea81ee51} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4944 | 2024.05.16 00:50:18.025448 [ 3 ] {1a2d4a9d-b56c-4770-b853-530fea81ee51} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002946 sec., 54310.93007467753 rows/sec., 3.78 MiB/sec. | ||
4945 | 2024.05.16 00:50:18.025484 [ 71 ] {} <Debug> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4946 | 2024.05.16 00:50:18.025538 [ 200 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_31_6} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4947 | 2024.05.16 00:50:18.025653 [ 71 ] {} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4948 | 2024.05.16 00:50:18.025754 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
4949 | 2024.05.16 00:50:18.025876 [ 200 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_31_6} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4950 | 2024.05.16 00:50:18.025899 [ 3 ] {1a2d4a9d-b56c-4770-b853-530fea81ee51} <Debug> DynamicQueryHandler: Done processing query | ||
4951 | 2024.05.16 00:50:18.025963 [ 3 ] {1a2d4a9d-b56c-4770-b853-530fea81ee51} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4952 | 2024.05.16 00:50:18.026059 [ 3 ] {} <Debug> HTTP-Session: c51b784d-d9bf-44ca-bd31-f1a99172953b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4953 | 2024.05.16 00:50:18.026179 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
4954 | 2024.05.16 00:50:18.026242 [ 197 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
4955 | 2024.05.16 00:50:18.026269 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4956 | 2024.05.16 00:50:18.026355 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4957 | 2024.05.16 00:50:18.026396 [ 3 ] {} <Debug> HTTP-Session: e548486b-c6c3-4af0-a994-274856fb02ed Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
4958 | 2024.05.16 00:50:18.026439 [ 3 ] {} <Debug> HTTP-Session: e548486b-c6c3-4af0-a994-274856fb02ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4959 | 2024.05.16 00:50:18.026479 [ 3 ] {} <Debug> HTTP-Session: e548486b-c6c3-4af0-a994-274856fb02ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4960 | 2024.05.16 00:50:18.026569 [ 3 ] {} <Trace> HTTP-Session: e548486b-c6c3-4af0-a994-274856fb02ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4961 | 2024.05.16 00:50:18.026587 [ 197 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4962 | 2024.05.16 00:50:18.026650 [ 197 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 3082 rows starting from the beginning of the part | ||
4963 | 2024.05.16 00:50:18.026817 [ 3 ] {1dc6cf06-e90f-41b0-8660-3df4644aae7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4964 | 2024.05.16 00:50:18.026950 [ 197 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part | ||
4965 | 2024.05.16 00:50:18.026965 [ 3 ] {1dc6cf06-e90f-41b0-8660-3df4644aae7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4966 | 2024.05.16 00:50:18.027246 [ 197 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 162 rows starting from the beginning of the part | ||
4967 | 2024.05.16 00:50:18.027619 [ 197 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
4968 | 2024.05.16 00:50:18.027934 [ 197 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 198 rows starting from the beginning of the part | ||
4969 | 2024.05.16 00:50:18.028091 [ 3 ] {1dc6cf06-e90f-41b0-8660-3df4644aae7e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4970 | 2024.05.16 00:50:18.028281 [ 197 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
4971 | 2024.05.16 00:50:18.029056 [ 3 ] {1dc6cf06-e90f-41b0-8660-3df4644aae7e} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4972 | 2024.05.16 00:50:18.029122 [ 3 ] {1dc6cf06-e90f-41b0-8660-3df4644aae7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
4973 | 2024.05.16 00:50:18.029857 [ 3 ] {1dc6cf06-e90f-41b0-8660-3df4644aae7e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4974 | 2024.05.16 00:50:18.030741 [ 3 ] {1dc6cf06-e90f-41b0-8660-3df4644aae7e} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4975 | 2024.05.16 00:50:18.031014 [ 71 ] {} <Debug> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4976 | 2024.05.16 00:50:18.031124 [ 3 ] {1dc6cf06-e90f-41b0-8660-3df4644aae7e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004352 sec., 13786.764705882353 rows/sec., 951.43 KiB/sec. | ||
4977 | 2024.05.16 00:50:18.031136 [ 71 ] {} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4978 | 2024.05.16 00:50:18.031215 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
4979 | 2024.05.16 00:50:18.031595 [ 3 ] {1dc6cf06-e90f-41b0-8660-3df4644aae7e} <Debug> DynamicQueryHandler: Done processing query | ||
4980 | 2024.05.16 00:50:18.031649 [ 3 ] {1dc6cf06-e90f-41b0-8660-3df4644aae7e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4981 | 2024.05.16 00:50:18.031665 [ 199 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
4982 | 2024.05.16 00:50:18.031682 [ 3 ] {} <Debug> HTTP-Session: e548486b-c6c3-4af0-a994-274856fb02ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4983 | 2024.05.16 00:50:18.032153 [ 199 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4984 | 2024.05.16 00:50:18.032224 [ 199 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1034 rows starting from the beginning of the part | ||
4985 | 2024.05.16 00:50:18.032259 [ 197 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3922 rows, containing 5 columns (5 merged, 0 gathered) in 0.00633976 sec., 618635.4057566848 rows/sec., 43.22 MiB/sec. | ||
4986 | 2024.05.16 00:50:18.032420 [ 199 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
4987 | 2024.05.16 00:50:18.032592 [ 199 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
4988 | 2024.05.16 00:50:18.032719 [ 197 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4989 | 2024.05.16 00:50:18.032992 [ 199 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
4990 | 2024.05.16 00:50:18.033184 [ 199 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
4991 | 2024.05.16 00:50:18.033603 [ 199 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
4992 | 2024.05.16 00:50:18.034171 [ 197 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4993 | 2024.05.16 00:50:18.034372 [ 197 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4994 | 2024.05.16 00:50:18.034562 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
4995 | 2024.05.16 00:50:18.035305 [ 188 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1334 rows, containing 4 columns (4 merged, 0 gathered) in 0.003959323 sec., 336926.2876506918 rows/sec., 22.63 MiB/sec. | ||
4996 | 2024.05.16 00:50:18.035521 [ 193 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4997 | 2024.05.16 00:50:18.035936 [ 193 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_31_6} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4998 | 2024.05.16 00:50:18.036025 [ 193 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_31_6} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4999 | 2024.05.16 00:50:18.036112 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
5000 | 2024.05.16 00:50:23.014493 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5001 | 2024.05.16 00:50:23.014615 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5002 | 2024.05.16 00:50:23.014640 [ 3 ] {} <Debug> HTTP-Session: 509bff03-3e5d-4c5b-acba-562d89648d94 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5003 | 2024.05.16 00:50:23.014663 [ 3 ] {} <Debug> HTTP-Session: 509bff03-3e5d-4c5b-acba-562d89648d94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5004 | 2024.05.16 00:50:23.014678 [ 3 ] {} <Debug> HTTP-Session: 509bff03-3e5d-4c5b-acba-562d89648d94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5005 | 2024.05.16 00:50:23.014723 [ 3 ] {} <Trace> HTTP-Session: 509bff03-3e5d-4c5b-acba-562d89648d94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5006 | 2024.05.16 00:50:23.014910 [ 3 ] {46a979f0-5266-4c16-ae88-43e38dd4ca11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5007 | 2024.05.16 00:50:23.014973 [ 3 ] {46a979f0-5266-4c16-ae88-43e38dd4ca11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5008 | 2024.05.16 00:50:23.015156 [ 3 ] {46a979f0-5266-4c16-ae88-43e38dd4ca11} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5009 | 2024.05.16 00:50:23.015606 [ 3 ] {46a979f0-5266-4c16-ae88-43e38dd4ca11} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5010 | 2024.05.16 00:50:23.015653 [ 3 ] {46a979f0-5266-4c16-ae88-43e38dd4ca11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
5011 | 2024.05.16 00:50:23.016036 [ 3 ] {46a979f0-5266-4c16-ae88-43e38dd4ca11} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
5012 | 2024.05.16 00:50:23.016401 [ 3 ] {46a979f0-5266-4c16-ae88-43e38dd4ca11} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5013 | 2024.05.16 00:50:23.016599 [ 3 ] {46a979f0-5266-4c16-ae88-43e38dd4ca11} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001739 sec., 17251.293847038527 rows/sec., 1.37 MiB/sec. | ||
5014 | 2024.05.16 00:50:23.016870 [ 3 ] {46a979f0-5266-4c16-ae88-43e38dd4ca11} <Debug> DynamicQueryHandler: Done processing query | ||
5015 | 2024.05.16 00:50:23.016905 [ 3 ] {46a979f0-5266-4c16-ae88-43e38dd4ca11} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5016 | 2024.05.16 00:50:23.016923 [ 3 ] {} <Debug> HTTP-Session: 509bff03-3e5d-4c5b-acba-562d89648d94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5017 | 2024.05.16 00:50:23.017103 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 21403, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5018 | 2024.05.16 00:50:23.017163 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5019 | 2024.05.16 00:50:23.017186 [ 3 ] {} <Debug> HTTP-Session: 40554131-b79f-4fb3-871a-90ef4737e799 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5020 | 2024.05.16 00:50:23.017206 [ 3 ] {} <Debug> HTTP-Session: 40554131-b79f-4fb3-871a-90ef4737e799 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5021 | 2024.05.16 00:50:23.017221 [ 3 ] {} <Debug> HTTP-Session: 40554131-b79f-4fb3-871a-90ef4737e799 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5022 | 2024.05.16 00:50:23.017256 [ 3 ] {} <Trace> HTTP-Session: 40554131-b79f-4fb3-871a-90ef4737e799 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5023 | 2024.05.16 00:50:23.017417 [ 3 ] {7ef530f8-fe31-487c-957d-4680aadf93a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5024 | 2024.05.16 00:50:23.017464 [ 3 ] {7ef530f8-fe31-487c-957d-4680aadf93a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5025 | 2024.05.16 00:50:23.017601 [ 3 ] {7ef530f8-fe31-487c-957d-4680aadf93a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5026 | 2024.05.16 00:50:23.018031 [ 3 ] {7ef530f8-fe31-487c-957d-4680aadf93a9} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5027 | 2024.05.16 00:50:23.018072 [ 3 ] {7ef530f8-fe31-487c-957d-4680aadf93a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
5028 | 2024.05.16 00:50:23.018423 [ 3 ] {7ef530f8-fe31-487c-957d-4680aadf93a9} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5029 | 2024.05.16 00:50:23.018750 [ 3 ] {7ef530f8-fe31-487c-957d-4680aadf93a9} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5030 | 2024.05.16 00:50:23.018911 [ 3 ] {7ef530f8-fe31-487c-957d-4680aadf93a9} <Debug> executeQuery: Read 146 rows, 12.52 KiB in 0.001555 sec., 93890.67524115756 rows/sec., 7.86 MiB/sec. | ||
5031 | 2024.05.16 00:50:23.019243 [ 3 ] {7ef530f8-fe31-487c-957d-4680aadf93a9} <Debug> DynamicQueryHandler: Done processing query | ||
5032 | 2024.05.16 00:50:23.019273 [ 3 ] {7ef530f8-fe31-487c-957d-4680aadf93a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5033 | 2024.05.16 00:50:23.019292 [ 3 ] {} <Debug> HTTP-Session: 40554131-b79f-4fb3-871a-90ef4737e799 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5034 | 2024.05.16 00:50:23.019469 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 15971, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5035 | 2024.05.16 00:50:23.019524 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5036 | 2024.05.16 00:50:23.019547 [ 3 ] {} <Debug> HTTP-Session: 7661fdd5-8fa9-4d4f-bcc2-2a0116f74050 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5037 | 2024.05.16 00:50:23.019565 [ 3 ] {} <Debug> HTTP-Session: 7661fdd5-8fa9-4d4f-bcc2-2a0116f74050 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5038 | 2024.05.16 00:50:23.019579 [ 3 ] {} <Debug> HTTP-Session: 7661fdd5-8fa9-4d4f-bcc2-2a0116f74050 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5039 | 2024.05.16 00:50:23.019615 [ 3 ] {} <Trace> HTTP-Session: 7661fdd5-8fa9-4d4f-bcc2-2a0116f74050 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5040 | 2024.05.16 00:50:23.019757 [ 3 ] {d7351073-7811-407c-8ed2-9ccb5f0f2a0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5041 | 2024.05.16 00:50:23.019805 [ 3 ] {d7351073-7811-407c-8ed2-9ccb5f0f2a0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5042 | 2024.05.16 00:50:23.019963 [ 3 ] {d7351073-7811-407c-8ed2-9ccb5f0f2a0b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5043 | 2024.05.16 00:50:23.020327 [ 3 ] {d7351073-7811-407c-8ed2-9ccb5f0f2a0b} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5044 | 2024.05.16 00:50:23.020365 [ 3 ] {d7351073-7811-407c-8ed2-9ccb5f0f2a0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
5045 | 2024.05.16 00:50:23.020710 [ 3 ] {d7351073-7811-407c-8ed2-9ccb5f0f2a0b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5046 | 2024.05.16 00:50:23.021031 [ 3 ] {d7351073-7811-407c-8ed2-9ccb5f0f2a0b} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5047 | 2024.05.16 00:50:23.021188 [ 3 ] {d7351073-7811-407c-8ed2-9ccb5f0f2a0b} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001484 sec., 63342.318059299185 rows/sec., 4.95 MiB/sec. | ||
5048 | 2024.05.16 00:50:23.021376 [ 3 ] {d7351073-7811-407c-8ed2-9ccb5f0f2a0b} <Debug> DynamicQueryHandler: Done processing query | ||
5049 | 2024.05.16 00:50:23.021401 [ 3 ] {d7351073-7811-407c-8ed2-9ccb5f0f2a0b} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5050 | 2024.05.16 00:50:23.021418 [ 3 ] {} <Debug> HTTP-Session: 7661fdd5-8fa9-4d4f-bcc2-2a0116f74050 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5051 | 2024.05.16 00:50:23.021598 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5052 | 2024.05.16 00:50:23.021650 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5053 | 2024.05.16 00:50:23.021670 [ 3 ] {} <Debug> HTTP-Session: 74b1c43a-3bad-4f91-894a-42bd64cb026b Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5054 | 2024.05.16 00:50:23.021688 [ 3 ] {} <Debug> HTTP-Session: 74b1c43a-3bad-4f91-894a-42bd64cb026b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5055 | 2024.05.16 00:50:23.021702 [ 3 ] {} <Debug> HTTP-Session: 74b1c43a-3bad-4f91-894a-42bd64cb026b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5056 | 2024.05.16 00:50:23.021736 [ 3 ] {} <Trace> HTTP-Session: 74b1c43a-3bad-4f91-894a-42bd64cb026b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5057 | 2024.05.16 00:50:23.021897 [ 3 ] {861be819-519e-454a-a2cf-a43f1ff4b6af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5058 | 2024.05.16 00:50:23.021947 [ 3 ] {861be819-519e-454a-a2cf-a43f1ff4b6af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5059 | 2024.05.16 00:50:23.022106 [ 3 ] {861be819-519e-454a-a2cf-a43f1ff4b6af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5060 | 2024.05.16 00:50:23.022544 [ 3 ] {861be819-519e-454a-a2cf-a43f1ff4b6af} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5061 | 2024.05.16 00:50:23.022584 [ 3 ] {861be819-519e-454a-a2cf-a43f1ff4b6af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
5062 | 2024.05.16 00:50:23.022989 [ 3 ] {861be819-519e-454a-a2cf-a43f1ff4b6af} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5063 | 2024.05.16 00:50:23.023325 [ 3 ] {861be819-519e-454a-a2cf-a43f1ff4b6af} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5064 | 2024.05.16 00:50:23.023482 [ 3 ] {861be819-519e-454a-a2cf-a43f1ff4b6af} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00166 sec., 96385.5421686747 rows/sec., 6.71 MiB/sec. | ||
5065 | 2024.05.16 00:50:23.023668 [ 3 ] {861be819-519e-454a-a2cf-a43f1ff4b6af} <Debug> DynamicQueryHandler: Done processing query | ||
5066 | 2024.05.16 00:50:23.023693 [ 3 ] {861be819-519e-454a-a2cf-a43f1ff4b6af} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5067 | 2024.05.16 00:50:23.023709 [ 3 ] {} <Debug> HTTP-Session: 74b1c43a-3bad-4f91-894a-42bd64cb026b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5068 | 2024.05.16 00:50:23.023868 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 32123, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5069 | 2024.05.16 00:50:23.023920 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5070 | 2024.05.16 00:50:23.023940 [ 3 ] {} <Debug> HTTP-Session: 30ac13a7-2ac8-40b6-bf00-6f49e022a945 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5071 | 2024.05.16 00:50:23.023958 [ 3 ] {} <Debug> HTTP-Session: 30ac13a7-2ac8-40b6-bf00-6f49e022a945 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5072 | 2024.05.16 00:50:23.023971 [ 3 ] {} <Debug> HTTP-Session: 30ac13a7-2ac8-40b6-bf00-6f49e022a945 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5073 | 2024.05.16 00:50:23.024005 [ 3 ] {} <Trace> HTTP-Session: 30ac13a7-2ac8-40b6-bf00-6f49e022a945 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5074 | 2024.05.16 00:50:23.024305 [ 3 ] {7d2cd1a6-8290-400c-9232-2797eed613c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5075 | 2024.05.16 00:50:23.024356 [ 3 ] {7d2cd1a6-8290-400c-9232-2797eed613c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5076 | 2024.05.16 00:50:23.024517 [ 3 ] {7d2cd1a6-8290-400c-9232-2797eed613c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5077 | 2024.05.16 00:50:23.024952 [ 3 ] {7d2cd1a6-8290-400c-9232-2797eed613c2} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5078 | 2024.05.16 00:50:23.024987 [ 3 ] {7d2cd1a6-8290-400c-9232-2797eed613c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
5079 | 2024.05.16 00:50:23.025389 [ 3 ] {7d2cd1a6-8290-400c-9232-2797eed613c2} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
5080 | 2024.05.16 00:50:23.025722 [ 3 ] {7d2cd1a6-8290-400c-9232-2797eed613c2} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5081 | 2024.05.16 00:50:23.025871 [ 29 ] {} <Debug> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
5082 | 2024.05.16 00:50:23.025876 [ 3 ] {7d2cd1a6-8290-400c-9232-2797eed613c2} <Debug> executeQuery: Read 30 rows, 41.46 KiB in 0.001784 sec., 16816.143497757846 rows/sec., 22.69 MiB/sec. | ||
5083 | 2024.05.16 00:50:23.025953 [ 29 ] {} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5084 | 2024.05.16 00:50:23.026018 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
5085 | 2024.05.16 00:50:23.026209 [ 3 ] {7d2cd1a6-8290-400c-9232-2797eed613c2} <Debug> DynamicQueryHandler: Done processing query | ||
5086 | 2024.05.16 00:50:23.026226 [ 199 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::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 | ||
5087 | 2024.05.16 00:50:23.026241 [ 3 ] {7d2cd1a6-8290-400c-9232-2797eed613c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
5088 | 2024.05.16 00:50:23.026311 [ 3 ] {} <Debug> HTTP-Session: 30ac13a7-2ac8-40b6-bf00-6f49e022a945 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5089 | 2024.05.16 00:50:23.026493 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5090 | 2024.05.16 00:50:23.026541 [ 199 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5091 | 2024.05.16 00:50:23.026590 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5092 | 2024.05.16 00:50:23.026611 [ 199 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 288 rows starting from the beginning of the part | ||
5093 | 2024.05.16 00:50:23.026643 [ 3 ] {} <Debug> HTTP-Session: 61e48ab0-2395-4462-b1ea-3546019f47d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5094 | 2024.05.16 00:50:23.026680 [ 3 ] {} <Debug> HTTP-Session: 61e48ab0-2395-4462-b1ea-3546019f47d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5095 | 2024.05.16 00:50:23.026723 [ 3 ] {} <Debug> HTTP-Session: 61e48ab0-2395-4462-b1ea-3546019f47d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5096 | 2024.05.16 00:50:23.026863 [ 3 ] {} <Trace> HTTP-Session: 61e48ab0-2395-4462-b1ea-3546019f47d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5097 | 2024.05.16 00:50:23.026917 [ 199 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 30 rows starting from the beginning of the part | ||
5098 | 2024.05.16 00:50:23.027202 [ 3 ] {ff1b949a-31c2-4f94-bdce-85f515216132} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5099 | 2024.05.16 00:50:23.027225 [ 199 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 30 rows starting from the beginning of the part | ||
5100 | 2024.05.16 00:50:23.027335 [ 3 ] {ff1b949a-31c2-4f94-bdce-85f515216132} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5101 | 2024.05.16 00:50:23.027601 [ 199 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 30 rows starting from the beginning of the part | ||
5102 | 2024.05.16 00:50:23.027950 [ 199 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 30 rows starting from the beginning of the part | ||
5103 | 2024.05.16 00:50:23.028347 [ 199 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 30 rows starting from the beginning of the part | ||
5104 | 2024.05.16 00:50:23.028418 [ 3 ] {ff1b949a-31c2-4f94-bdce-85f515216132} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5105 | 2024.05.16 00:50:23.029262 [ 3 ] {ff1b949a-31c2-4f94-bdce-85f515216132} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5106 | 2024.05.16 00:50:23.029327 [ 3 ] {ff1b949a-31c2-4f94-bdce-85f515216132} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
5107 | 2024.05.16 00:50:23.030114 [ 3 ] {ff1b949a-31c2-4f94-bdce-85f515216132} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5108 | 2024.05.16 00:50:23.030941 [ 3 ] {ff1b949a-31c2-4f94-bdce-85f515216132} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5109 | 2024.05.16 00:50:23.031339 [ 3 ] {ff1b949a-31c2-4f94-bdce-85f515216132} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00432 sec., 13888.888888888889 rows/sec., 958.48 KiB/sec. | ||
5110 | 2024.05.16 00:50:23.031544 [ 3 ] {ff1b949a-31c2-4f94-bdce-85f515216132} <Debug> DynamicQueryHandler: Done processing query | ||
5111 | 2024.05.16 00:50:23.031569 [ 3 ] {ff1b949a-31c2-4f94-bdce-85f515216132} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5112 | 2024.05.16 00:50:23.031586 [ 3 ] {} <Debug> HTTP-Session: 61e48ab0-2395-4462-b1ea-3546019f47d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5113 | 2024.05.16 00:50:23.032587 [ 199 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 438 rows, containing 6 columns (6 merged, 0 gathered) in 0.006454873 sec., 67855.71149114786 rows/sec., 91.57 MiB/sec. | ||
5114 | 2024.05.16 00:50:23.033022 [ 195 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
5115 | 2024.05.16 00:50:23.033489 [ 195 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5116 | 2024.05.16 00:50:23.033579 [ 195 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
5117 | 2024.05.16 00:50:23.033671 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.73 MiB. | ||
5118 | 2024.05.16 00:50:28.012059 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5119 | 2024.05.16 00:50:28.012241 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5120 | 2024.05.16 00:50:28.012285 [ 3 ] {} <Debug> HTTP-Session: 3c6f40e9-8ca5-4c2c-a04f-38f099ab134a Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5121 | 2024.05.16 00:50:28.012327 [ 3 ] {} <Debug> HTTP-Session: 3c6f40e9-8ca5-4c2c-a04f-38f099ab134a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5122 | 2024.05.16 00:50:28.012357 [ 3 ] {} <Debug> HTTP-Session: 3c6f40e9-8ca5-4c2c-a04f-38f099ab134a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5123 | 2024.05.16 00:50:28.012433 [ 3 ] {} <Trace> HTTP-Session: 3c6f40e9-8ca5-4c2c-a04f-38f099ab134a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5124 | 2024.05.16 00:50:28.012728 [ 3 ] {da078651-12d8-422c-9ade-1bba6799f08e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5125 | 2024.05.16 00:50:28.012830 [ 3 ] {da078651-12d8-422c-9ade-1bba6799f08e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5126 | 2024.05.16 00:50:28.013128 [ 3 ] {da078651-12d8-422c-9ade-1bba6799f08e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5127 | 2024.05.16 00:50:28.013664 [ 3 ] {da078651-12d8-422c-9ade-1bba6799f08e} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5128 | 2024.05.16 00:50:28.013706 [ 3 ] {da078651-12d8-422c-9ade-1bba6799f08e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
5129 | 2024.05.16 00:50:28.014062 [ 3 ] {da078651-12d8-422c-9ade-1bba6799f08e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5130 | 2024.05.16 00:50:28.014402 [ 3 ] {da078651-12d8-422c-9ade-1bba6799f08e} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5131 | 2024.05.16 00:50:28.014581 [ 3 ] {da078651-12d8-422c-9ade-1bba6799f08e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001948 sec., 28747.433264887062 rows/sec., 2.19 MiB/sec. | ||
5132 | 2024.05.16 00:50:28.014772 [ 3 ] {da078651-12d8-422c-9ade-1bba6799f08e} <Debug> DynamicQueryHandler: Done processing query | ||
5133 | 2024.05.16 00:50:28.014798 [ 3 ] {da078651-12d8-422c-9ade-1bba6799f08e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5134 | 2024.05.16 00:50:28.014815 [ 3 ] {} <Debug> HTTP-Session: 3c6f40e9-8ca5-4c2c-a04f-38f099ab134a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5135 | 2024.05.16 00:50:28.014956 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5136 | 2024.05.16 00:50:28.015008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5137 | 2024.05.16 00:50:28.015028 [ 3 ] {} <Debug> HTTP-Session: f130469a-444e-4140-99b0-2789a6d4a8b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5138 | 2024.05.16 00:50:28.015046 [ 3 ] {} <Debug> HTTP-Session: f130469a-444e-4140-99b0-2789a6d4a8b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5139 | 2024.05.16 00:50:28.015060 [ 3 ] {} <Debug> HTTP-Session: f130469a-444e-4140-99b0-2789a6d4a8b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5140 | 2024.05.16 00:50:28.015094 [ 3 ] {} <Trace> HTTP-Session: f130469a-444e-4140-99b0-2789a6d4a8b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5141 | 2024.05.16 00:50:28.015217 [ 3 ] {1f7155f0-8c1a-493b-856b-c46b96483cf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5142 | 2024.05.16 00:50:28.015261 [ 3 ] {1f7155f0-8c1a-493b-856b-c46b96483cf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5143 | 2024.05.16 00:50:28.015392 [ 3 ] {1f7155f0-8c1a-493b-856b-c46b96483cf8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5144 | 2024.05.16 00:50:28.015737 [ 3 ] {1f7155f0-8c1a-493b-856b-c46b96483cf8} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5145 | 2024.05.16 00:50:28.015774 [ 3 ] {1f7155f0-8c1a-493b-856b-c46b96483cf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
5146 | 2024.05.16 00:50:28.016084 [ 3 ] {1f7155f0-8c1a-493b-856b-c46b96483cf8} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5147 | 2024.05.16 00:50:28.016384 [ 3 ] {1f7155f0-8c1a-493b-856b-c46b96483cf8} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5148 | 2024.05.16 00:50:28.016532 [ 3 ] {1f7155f0-8c1a-493b-856b-c46b96483cf8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001351 sec., 47372.316802368616 rows/sec., 3.70 MiB/sec. | ||
5149 | 2024.05.16 00:50:28.016698 [ 3 ] {1f7155f0-8c1a-493b-856b-c46b96483cf8} <Debug> DynamicQueryHandler: Done processing query | ||
5150 | 2024.05.16 00:50:28.016722 [ 3 ] {1f7155f0-8c1a-493b-856b-c46b96483cf8} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5151 | 2024.05.16 00:50:28.016739 [ 3 ] {} <Debug> HTTP-Session: f130469a-444e-4140-99b0-2789a6d4a8b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5152 | 2024.05.16 00:50:28.016943 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5153 | 2024.05.16 00:50:28.016994 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5154 | 2024.05.16 00:50:28.017013 [ 3 ] {} <Debug> HTTP-Session: 453b741d-c449-4ace-9acb-d2f26752d1cb Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5155 | 2024.05.16 00:50:28.017030 [ 3 ] {} <Debug> HTTP-Session: 453b741d-c449-4ace-9acb-d2f26752d1cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5156 | 2024.05.16 00:50:28.017044 [ 3 ] {} <Debug> HTTP-Session: 453b741d-c449-4ace-9acb-d2f26752d1cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5157 | 2024.05.16 00:50:28.017075 [ 3 ] {} <Trace> HTTP-Session: 453b741d-c449-4ace-9acb-d2f26752d1cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5158 | 2024.05.16 00:50:28.017231 [ 3 ] {e8e98efc-e8fd-4c49-b48a-343d6cc4010a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5159 | 2024.05.16 00:50:28.017278 [ 3 ] {e8e98efc-e8fd-4c49-b48a-343d6cc4010a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5160 | 2024.05.16 00:50:28.017423 [ 3 ] {e8e98efc-e8fd-4c49-b48a-343d6cc4010a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5161 | 2024.05.16 00:50:28.017780 [ 3 ] {e8e98efc-e8fd-4c49-b48a-343d6cc4010a} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5162 | 2024.05.16 00:50:28.017814 [ 3 ] {e8e98efc-e8fd-4c49-b48a-343d6cc4010a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
5163 | 2024.05.16 00:50:28.018170 [ 3 ] {e8e98efc-e8fd-4c49-b48a-343d6cc4010a} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5164 | 2024.05.16 00:50:28.018478 [ 3 ] {e8e98efc-e8fd-4c49-b48a-343d6cc4010a} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5165 | 2024.05.16 00:50:28.018691 [ 3 ] {e8e98efc-e8fd-4c49-b48a-343d6cc4010a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001531 sec., 104506.85826257349 rows/sec., 7.28 MiB/sec. | ||
5166 | 2024.05.16 00:50:28.018844 [ 3 ] {e8e98efc-e8fd-4c49-b48a-343d6cc4010a} <Debug> DynamicQueryHandler: Done processing query | ||
5167 | 2024.05.16 00:50:28.018869 [ 3 ] {e8e98efc-e8fd-4c49-b48a-343d6cc4010a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5168 | 2024.05.16 00:50:28.018885 [ 3 ] {} <Debug> HTTP-Session: 453b741d-c449-4ace-9acb-d2f26752d1cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5169 | 2024.05.16 00:50:28.019069 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5170 | 2024.05.16 00:50:28.019116 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5171 | 2024.05.16 00:50:28.019134 [ 3 ] {} <Debug> HTTP-Session: c96aaeeb-b363-4dd6-b9e9-04c6e8e85a7b Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5172 | 2024.05.16 00:50:28.019151 [ 3 ] {} <Debug> HTTP-Session: c96aaeeb-b363-4dd6-b9e9-04c6e8e85a7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5173 | 2024.05.16 00:50:28.019165 [ 3 ] {} <Debug> HTTP-Session: c96aaeeb-b363-4dd6-b9e9-04c6e8e85a7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5174 | 2024.05.16 00:50:28.019195 [ 3 ] {} <Trace> HTTP-Session: c96aaeeb-b363-4dd6-b9e9-04c6e8e85a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5175 | 2024.05.16 00:50:28.019311 [ 3 ] {29485b1e-a142-4a67-a20b-5137d9d95af6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5176 | 2024.05.16 00:50:28.019354 [ 3 ] {29485b1e-a142-4a67-a20b-5137d9d95af6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5177 | 2024.05.16 00:50:28.019479 [ 3 ] {29485b1e-a142-4a67-a20b-5137d9d95af6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5178 | 2024.05.16 00:50:28.019862 [ 3 ] {29485b1e-a142-4a67-a20b-5137d9d95af6} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5179 | 2024.05.16 00:50:28.019898 [ 3 ] {29485b1e-a142-4a67-a20b-5137d9d95af6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
5180 | 2024.05.16 00:50:28.020253 [ 3 ] {29485b1e-a142-4a67-a20b-5137d9d95af6} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5181 | 2024.05.16 00:50:28.020578 [ 3 ] {29485b1e-a142-4a67-a20b-5137d9d95af6} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5182 | 2024.05.16 00:50:28.020729 [ 3 ] {29485b1e-a142-4a67-a20b-5137d9d95af6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001462 sec., 41039.67168262654 rows/sec., 2.77 MiB/sec. | ||
5183 | 2024.05.16 00:50:28.020887 [ 3 ] {29485b1e-a142-4a67-a20b-5137d9d95af6} <Debug> DynamicQueryHandler: Done processing query | ||
5184 | 2024.05.16 00:50:28.020911 [ 3 ] {29485b1e-a142-4a67-a20b-5137d9d95af6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5185 | 2024.05.16 00:50:28.020927 [ 3 ] {} <Debug> HTTP-Session: c96aaeeb-b363-4dd6-b9e9-04c6e8e85a7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5186 | 2024.05.16 00:50:31.308229 [ 49 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5187 | 2024.05.16 00:50:31.308289 [ 49 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5188 | 2024.05.16 00:50:33.013967 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5189 | 2024.05.16 00:50:33.014131 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5190 | 2024.05.16 00:50:33.014176 [ 3 ] {} <Debug> HTTP-Session: 338aba3b-427c-4e87-a9e3-ae1d3d43b853 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5191 | 2024.05.16 00:50:33.014216 [ 3 ] {} <Debug> HTTP-Session: 338aba3b-427c-4e87-a9e3-ae1d3d43b853 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5192 | 2024.05.16 00:50:33.014244 [ 3 ] {} <Debug> HTTP-Session: 338aba3b-427c-4e87-a9e3-ae1d3d43b853 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5193 | 2024.05.16 00:50:33.014319 [ 3 ] {} <Trace> HTTP-Session: 338aba3b-427c-4e87-a9e3-ae1d3d43b853 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5194 | 2024.05.16 00:50:33.014572 [ 3 ] {8bf5ef71-a23c-414e-be91-437fbac19aa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5195 | 2024.05.16 00:50:33.014635 [ 3 ] {8bf5ef71-a23c-414e-be91-437fbac19aa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5196 | 2024.05.16 00:50:33.014814 [ 3 ] {8bf5ef71-a23c-414e-be91-437fbac19aa4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5197 | 2024.05.16 00:50:33.015272 [ 3 ] {8bf5ef71-a23c-414e-be91-437fbac19aa4} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5198 | 2024.05.16 00:50:33.015317 [ 3 ] {8bf5ef71-a23c-414e-be91-437fbac19aa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
5199 | 2024.05.16 00:50:33.015692 [ 3 ] {8bf5ef71-a23c-414e-be91-437fbac19aa4} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
5200 | 2024.05.16 00:50:33.016024 [ 3 ] {8bf5ef71-a23c-414e-be91-437fbac19aa4} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5201 | 2024.05.16 00:50:33.016181 [ 3 ] {8bf5ef71-a23c-414e-be91-437fbac19aa4} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001661 sec., 18061.408789885612 rows/sec., 1.43 MiB/sec. | ||
5202 | 2024.05.16 00:50:33.016439 [ 3 ] {8bf5ef71-a23c-414e-be91-437fbac19aa4} <Debug> DynamicQueryHandler: Done processing query | ||
5203 | 2024.05.16 00:50:33.016466 [ 3 ] {8bf5ef71-a23c-414e-be91-437fbac19aa4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5204 | 2024.05.16 00:50:33.016483 [ 3 ] {} <Debug> HTTP-Session: 338aba3b-427c-4e87-a9e3-ae1d3d43b853 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5205 | 2024.05.16 00:50:33.016685 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 21403, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5206 | 2024.05.16 00:50:33.016736 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5207 | 2024.05.16 00:50:33.016755 [ 3 ] {} <Debug> HTTP-Session: 9e250629-ba33-451d-ae0a-6a1abba7f6cc Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5208 | 2024.05.16 00:50:33.016773 [ 3 ] {} <Debug> HTTP-Session: 9e250629-ba33-451d-ae0a-6a1abba7f6cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5209 | 2024.05.16 00:50:33.016787 [ 3 ] {} <Debug> HTTP-Session: 9e250629-ba33-451d-ae0a-6a1abba7f6cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5210 | 2024.05.16 00:50:33.016820 [ 3 ] {} <Trace> HTTP-Session: 9e250629-ba33-451d-ae0a-6a1abba7f6cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5211 | 2024.05.16 00:50:33.016963 [ 3 ] {51e84781-070e-435b-b4d5-e9db9b677482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5212 | 2024.05.16 00:50:33.017009 [ 3 ] {51e84781-070e-435b-b4d5-e9db9b677482} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5213 | 2024.05.16 00:50:33.017150 [ 3 ] {51e84781-070e-435b-b4d5-e9db9b677482} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5214 | 2024.05.16 00:50:33.017590 [ 3 ] {51e84781-070e-435b-b4d5-e9db9b677482} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5215 | 2024.05.16 00:50:33.017628 [ 3 ] {51e84781-070e-435b-b4d5-e9db9b677482} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
5216 | 2024.05.16 00:50:33.017944 [ 3 ] {51e84781-070e-435b-b4d5-e9db9b677482} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5217 | 2024.05.16 00:50:33.018243 [ 3 ] {51e84781-070e-435b-b4d5-e9db9b677482} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5218 | 2024.05.16 00:50:33.018398 [ 3 ] {51e84781-070e-435b-b4d5-e9db9b677482} <Debug> executeQuery: Read 146 rows, 12.52 KiB in 0.001492 sec., 97855.22788203754 rows/sec., 8.19 MiB/sec. | ||
5219 | 2024.05.16 00:50:33.018573 [ 3 ] {51e84781-070e-435b-b4d5-e9db9b677482} <Debug> DynamicQueryHandler: Done processing query | ||
5220 | 2024.05.16 00:50:33.018598 [ 3 ] {51e84781-070e-435b-b4d5-e9db9b677482} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5221 | 2024.05.16 00:50:33.018615 [ 3 ] {} <Debug> HTTP-Session: 9e250629-ba33-451d-ae0a-6a1abba7f6cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5222 | 2024.05.16 00:50:33.018776 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 15971, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5223 | 2024.05.16 00:50:33.018824 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5224 | 2024.05.16 00:50:33.018843 [ 3 ] {} <Debug> HTTP-Session: 8473d2c0-26e2-4b58-944a-e735cd493e9c Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5225 | 2024.05.16 00:50:33.018861 [ 3 ] {} <Debug> HTTP-Session: 8473d2c0-26e2-4b58-944a-e735cd493e9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5226 | 2024.05.16 00:50:33.018874 [ 3 ] {} <Debug> HTTP-Session: 8473d2c0-26e2-4b58-944a-e735cd493e9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5227 | 2024.05.16 00:50:33.018906 [ 3 ] {} <Trace> HTTP-Session: 8473d2c0-26e2-4b58-944a-e735cd493e9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5228 | 2024.05.16 00:50:33.019023 [ 3 ] {87588c80-cbcc-4c19-9ec3-cc51b7f07598} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5229 | 2024.05.16 00:50:33.019065 [ 3 ] {87588c80-cbcc-4c19-9ec3-cc51b7f07598} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5230 | 2024.05.16 00:50:33.019191 [ 3 ] {87588c80-cbcc-4c19-9ec3-cc51b7f07598} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5231 | 2024.05.16 00:50:33.019513 [ 3 ] {87588c80-cbcc-4c19-9ec3-cc51b7f07598} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5232 | 2024.05.16 00:50:33.019549 [ 3 ] {87588c80-cbcc-4c19-9ec3-cc51b7f07598} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
5233 | 2024.05.16 00:50:33.019856 [ 3 ] {87588c80-cbcc-4c19-9ec3-cc51b7f07598} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5234 | 2024.05.16 00:50:33.020169 [ 3 ] {87588c80-cbcc-4c19-9ec3-cc51b7f07598} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5235 | 2024.05.16 00:50:33.020323 [ 3 ] {87588c80-cbcc-4c19-9ec3-cc51b7f07598} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.00134 sec., 70149.25373134328 rows/sec., 5.48 MiB/sec. | ||
5236 | 2024.05.16 00:50:33.020611 [ 3 ] {87588c80-cbcc-4c19-9ec3-cc51b7f07598} <Debug> DynamicQueryHandler: Done processing query | ||
5237 | 2024.05.16 00:50:33.020674 [ 3 ] {87588c80-cbcc-4c19-9ec3-cc51b7f07598} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5238 | 2024.05.16 00:50:33.020742 [ 3 ] {} <Debug> HTTP-Session: 8473d2c0-26e2-4b58-944a-e735cd493e9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5239 | 2024.05.16 00:50:33.021036 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5240 | 2024.05.16 00:50:33.021088 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5241 | 2024.05.16 00:50:33.021106 [ 3 ] {} <Debug> HTTP-Session: 7379b3b2-9960-42c4-9a7f-9f31df6b2840 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5242 | 2024.05.16 00:50:33.021124 [ 3 ] {} <Debug> HTTP-Session: 7379b3b2-9960-42c4-9a7f-9f31df6b2840 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5243 | 2024.05.16 00:50:33.021138 [ 3 ] {} <Debug> HTTP-Session: 7379b3b2-9960-42c4-9a7f-9f31df6b2840 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5244 | 2024.05.16 00:50:33.021170 [ 3 ] {} <Trace> HTTP-Session: 7379b3b2-9960-42c4-9a7f-9f31df6b2840 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5245 | 2024.05.16 00:50:33.021317 [ 3 ] {e4fb19f5-8802-4f04-b6ce-2f28d8d2be75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5246 | 2024.05.16 00:50:33.021365 [ 3 ] {e4fb19f5-8802-4f04-b6ce-2f28d8d2be75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5247 | 2024.05.16 00:50:33.021531 [ 3 ] {e4fb19f5-8802-4f04-b6ce-2f28d8d2be75} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5248 | 2024.05.16 00:50:33.021917 [ 3 ] {e4fb19f5-8802-4f04-b6ce-2f28d8d2be75} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5249 | 2024.05.16 00:50:33.021952 [ 3 ] {e4fb19f5-8802-4f04-b6ce-2f28d8d2be75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
5250 | 2024.05.16 00:50:33.022331 [ 3 ] {e4fb19f5-8802-4f04-b6ce-2f28d8d2be75} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5251 | 2024.05.16 00:50:33.022659 [ 3 ] {e4fb19f5-8802-4f04-b6ce-2f28d8d2be75} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5252 | 2024.05.16 00:50:33.022828 [ 3 ] {e4fb19f5-8802-4f04-b6ce-2f28d8d2be75} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001576 sec., 101522.84263959392 rows/sec., 7.07 MiB/sec. | ||
5253 | 2024.05.16 00:50:33.023082 [ 3 ] {e4fb19f5-8802-4f04-b6ce-2f28d8d2be75} <Debug> DynamicQueryHandler: Done processing query | ||
5254 | 2024.05.16 00:50:33.023135 [ 3 ] {e4fb19f5-8802-4f04-b6ce-2f28d8d2be75} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5255 | 2024.05.16 00:50:33.023187 [ 3 ] {} <Debug> HTTP-Session: 7379b3b2-9960-42c4-9a7f-9f31df6b2840 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5256 | 2024.05.16 00:50:33.023391 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 32123, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5257 | 2024.05.16 00:50:33.023442 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5258 | 2024.05.16 00:50:33.023461 [ 3 ] {} <Debug> HTTP-Session: 6cfde659-73c6-4a85-85ed-862de226846e Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5259 | 2024.05.16 00:50:33.023477 [ 3 ] {} <Debug> HTTP-Session: 6cfde659-73c6-4a85-85ed-862de226846e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5260 | 2024.05.16 00:50:33.023491 [ 3 ] {} <Debug> HTTP-Session: 6cfde659-73c6-4a85-85ed-862de226846e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5261 | 2024.05.16 00:50:33.023521 [ 3 ] {} <Trace> HTTP-Session: 6cfde659-73c6-4a85-85ed-862de226846e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5262 | 2024.05.16 00:50:33.023811 [ 3 ] {6fda7b72-ad7f-4ea5-81c3-c6b24656175e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5263 | 2024.05.16 00:50:33.023859 [ 3 ] {6fda7b72-ad7f-4ea5-81c3-c6b24656175e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5264 | 2024.05.16 00:50:33.024036 [ 3 ] {6fda7b72-ad7f-4ea5-81c3-c6b24656175e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5265 | 2024.05.16 00:50:33.024499 [ 3 ] {6fda7b72-ad7f-4ea5-81c3-c6b24656175e} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5266 | 2024.05.16 00:50:33.024534 [ 3 ] {6fda7b72-ad7f-4ea5-81c3-c6b24656175e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
5267 | 2024.05.16 00:50:33.024926 [ 3 ] {6fda7b72-ad7f-4ea5-81c3-c6b24656175e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
5268 | 2024.05.16 00:50:33.025253 [ 3 ] {6fda7b72-ad7f-4ea5-81c3-c6b24656175e} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5269 | 2024.05.16 00:50:33.025409 [ 3 ] {6fda7b72-ad7f-4ea5-81c3-c6b24656175e} <Debug> executeQuery: Read 30 rows, 41.46 KiB in 0.001812 sec., 16556.29139072848 rows/sec., 22.34 MiB/sec. | ||
5270 | 2024.05.16 00:50:33.025577 [ 3 ] {6fda7b72-ad7f-4ea5-81c3-c6b24656175e} <Debug> DynamicQueryHandler: Done processing query | ||
5271 | 2024.05.16 00:50:33.025601 [ 3 ] {6fda7b72-ad7f-4ea5-81c3-c6b24656175e} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
5272 | 2024.05.16 00:50:33.025617 [ 3 ] {} <Debug> HTTP-Session: 6cfde659-73c6-4a85-85ed-862de226846e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5273 | 2024.05.16 00:50:33.025787 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5274 | 2024.05.16 00:50:33.025832 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5275 | 2024.05.16 00:50:33.025851 [ 3 ] {} <Debug> HTTP-Session: 496524c6-858c-4a22-af75-b21f50e84ff3 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5276 | 2024.05.16 00:50:33.025867 [ 3 ] {} <Debug> HTTP-Session: 496524c6-858c-4a22-af75-b21f50e84ff3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5277 | 2024.05.16 00:50:33.025880 [ 3 ] {} <Debug> HTTP-Session: 496524c6-858c-4a22-af75-b21f50e84ff3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5278 | 2024.05.16 00:50:33.025909 [ 3 ] {} <Trace> HTTP-Session: 496524c6-858c-4a22-af75-b21f50e84ff3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5279 | 2024.05.16 00:50:33.026039 [ 3 ] {a2294cbe-5e53-4703-8614-aa1ab30a481c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5280 | 2024.05.16 00:50:33.026082 [ 3 ] {a2294cbe-5e53-4703-8614-aa1ab30a481c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5281 | 2024.05.16 00:50:33.026207 [ 3 ] {a2294cbe-5e53-4703-8614-aa1ab30a481c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5282 | 2024.05.16 00:50:33.026483 [ 3 ] {a2294cbe-5e53-4703-8614-aa1ab30a481c} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5283 | 2024.05.16 00:50:33.026518 [ 3 ] {a2294cbe-5e53-4703-8614-aa1ab30a481c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
5284 | 2024.05.16 00:50:33.026882 [ 3 ] {a2294cbe-5e53-4703-8614-aa1ab30a481c} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5285 | 2024.05.16 00:50:33.027191 [ 3 ] {a2294cbe-5e53-4703-8614-aa1ab30a481c} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5286 | 2024.05.16 00:50:33.027337 [ 3 ] {a2294cbe-5e53-4703-8614-aa1ab30a481c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001357 sec., 44215.18054532056 rows/sec., 2.98 MiB/sec. | ||
5287 | 2024.05.16 00:50:33.027499 [ 3 ] {a2294cbe-5e53-4703-8614-aa1ab30a481c} <Debug> DynamicQueryHandler: Done processing query | ||
5288 | 2024.05.16 00:50:33.027524 [ 3 ] {a2294cbe-5e53-4703-8614-aa1ab30a481c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5289 | 2024.05.16 00:50:33.027539 [ 3 ] {} <Debug> HTTP-Session: 496524c6-858c-4a22-af75-b21f50e84ff3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5290 | 2024.05.16 00:50:38.012847 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5291 | 2024.05.16 00:50:38.013032 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5292 | 2024.05.16 00:50:38.013077 [ 3 ] {} <Debug> HTTP-Session: 2879d15f-1c3d-4ede-b861-731abef6bf65 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5293 | 2024.05.16 00:50:38.013117 [ 3 ] {} <Debug> HTTP-Session: 2879d15f-1c3d-4ede-b861-731abef6bf65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5294 | 2024.05.16 00:50:38.013146 [ 3 ] {} <Debug> HTTP-Session: 2879d15f-1c3d-4ede-b861-731abef6bf65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5295 | 2024.05.16 00:50:38.013221 [ 3 ] {} <Trace> HTTP-Session: 2879d15f-1c3d-4ede-b861-731abef6bf65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5296 | 2024.05.16 00:50:38.013519 [ 3 ] {22ba13d1-aa29-488c-96e0-5735ca219c68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5297 | 2024.05.16 00:50:38.013621 [ 3 ] {22ba13d1-aa29-488c-96e0-5735ca219c68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5298 | 2024.05.16 00:50:38.013826 [ 3 ] {22ba13d1-aa29-488c-96e0-5735ca219c68} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5299 | 2024.05.16 00:50:38.014304 [ 3 ] {22ba13d1-aa29-488c-96e0-5735ca219c68} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5300 | 2024.05.16 00:50:38.014345 [ 3 ] {22ba13d1-aa29-488c-96e0-5735ca219c68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
5301 | 2024.05.16 00:50:38.014710 [ 3 ] {22ba13d1-aa29-488c-96e0-5735ca219c68} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5302 | 2024.05.16 00:50:38.015036 [ 3 ] {22ba13d1-aa29-488c-96e0-5735ca219c68} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5303 | 2024.05.16 00:50:38.015217 [ 3 ] {22ba13d1-aa29-488c-96e0-5735ca219c68} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001797 sec., 31163.049526989427 rows/sec., 2.38 MiB/sec. | ||
5304 | 2024.05.16 00:50:38.015452 [ 3 ] {22ba13d1-aa29-488c-96e0-5735ca219c68} <Debug> DynamicQueryHandler: Done processing query | ||
5305 | 2024.05.16 00:50:38.015483 [ 3 ] {22ba13d1-aa29-488c-96e0-5735ca219c68} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5306 | 2024.05.16 00:50:38.015501 [ 3 ] {} <Debug> HTTP-Session: 2879d15f-1c3d-4ede-b861-731abef6bf65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5307 | 2024.05.16 00:50:38.015734 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5308 | 2024.05.16 00:50:38.015785 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5309 | 2024.05.16 00:50:38.015805 [ 3 ] {} <Debug> HTTP-Session: 31612792-3397-4214-8ab6-f47263a4ba49 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5310 | 2024.05.16 00:50:38.015823 [ 3 ] {} <Debug> HTTP-Session: 31612792-3397-4214-8ab6-f47263a4ba49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5311 | 2024.05.16 00:50:38.015837 [ 3 ] {} <Debug> HTTP-Session: 31612792-3397-4214-8ab6-f47263a4ba49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5312 | 2024.05.16 00:50:38.015871 [ 3 ] {} <Trace> HTTP-Session: 31612792-3397-4214-8ab6-f47263a4ba49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5313 | 2024.05.16 00:50:38.015992 [ 3 ] {747928c1-fc5c-47de-b647-52b896bb429a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5314 | 2024.05.16 00:50:38.016035 [ 3 ] {747928c1-fc5c-47de-b647-52b896bb429a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5315 | 2024.05.16 00:50:38.016164 [ 3 ] {747928c1-fc5c-47de-b647-52b896bb429a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5316 | 2024.05.16 00:50:38.016575 [ 3 ] {747928c1-fc5c-47de-b647-52b896bb429a} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5317 | 2024.05.16 00:50:38.016613 [ 3 ] {747928c1-fc5c-47de-b647-52b896bb429a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
5318 | 2024.05.16 00:50:38.016925 [ 3 ] {747928c1-fc5c-47de-b647-52b896bb429a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5319 | 2024.05.16 00:50:38.017232 [ 3 ] {747928c1-fc5c-47de-b647-52b896bb429a} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5320 | 2024.05.16 00:50:38.017388 [ 3 ] {747928c1-fc5c-47de-b647-52b896bb429a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001434 sec., 44630.404463040446 rows/sec., 3.48 MiB/sec. | ||
5321 | 2024.05.16 00:50:38.017553 [ 3 ] {747928c1-fc5c-47de-b647-52b896bb429a} <Debug> DynamicQueryHandler: Done processing query | ||
5322 | 2024.05.16 00:50:38.017579 [ 3 ] {747928c1-fc5c-47de-b647-52b896bb429a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5323 | 2024.05.16 00:50:38.017594 [ 3 ] {} <Debug> HTTP-Session: 31612792-3397-4214-8ab6-f47263a4ba49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5324 | 2024.05.16 00:50:38.017788 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5325 | 2024.05.16 00:50:38.017836 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5326 | 2024.05.16 00:50:38.017855 [ 3 ] {} <Debug> HTTP-Session: ff21c9ff-4fa1-4303-b582-e9245d1201b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5327 | 2024.05.16 00:50:38.017872 [ 3 ] {} <Debug> HTTP-Session: ff21c9ff-4fa1-4303-b582-e9245d1201b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5328 | 2024.05.16 00:50:38.017885 [ 3 ] {} <Debug> HTTP-Session: ff21c9ff-4fa1-4303-b582-e9245d1201b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5329 | 2024.05.16 00:50:38.017916 [ 3 ] {} <Trace> HTTP-Session: ff21c9ff-4fa1-4303-b582-e9245d1201b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5330 | 2024.05.16 00:50:38.018062 [ 3 ] {724da12f-f63c-44b7-8a07-6b9092d53816} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5331 | 2024.05.16 00:50:38.018108 [ 3 ] {724da12f-f63c-44b7-8a07-6b9092d53816} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5332 | 2024.05.16 00:50:38.018251 [ 3 ] {724da12f-f63c-44b7-8a07-6b9092d53816} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5333 | 2024.05.16 00:50:38.018600 [ 3 ] {724da12f-f63c-44b7-8a07-6b9092d53816} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5334 | 2024.05.16 00:50:38.018636 [ 3 ] {724da12f-f63c-44b7-8a07-6b9092d53816} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
5335 | 2024.05.16 00:50:38.019024 [ 3 ] {724da12f-f63c-44b7-8a07-6b9092d53816} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5336 | 2024.05.16 00:50:38.019349 [ 3 ] {724da12f-f63c-44b7-8a07-6b9092d53816} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5337 | 2024.05.16 00:50:38.019514 [ 3 ] {724da12f-f63c-44b7-8a07-6b9092d53816} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001516 sec., 105540.89709762533 rows/sec., 7.35 MiB/sec. | ||
5338 | 2024.05.16 00:50:38.019781 [ 3 ] {724da12f-f63c-44b7-8a07-6b9092d53816} <Debug> DynamicQueryHandler: Done processing query | ||
5339 | 2024.05.16 00:50:38.019833 [ 3 ] {724da12f-f63c-44b7-8a07-6b9092d53816} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5340 | 2024.05.16 00:50:38.019877 [ 3 ] {} <Debug> HTTP-Session: ff21c9ff-4fa1-4303-b582-e9245d1201b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5341 | 2024.05.16 00:50:38.020070 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5342 | 2024.05.16 00:50:38.020117 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5343 | 2024.05.16 00:50:38.020136 [ 3 ] {} <Debug> HTTP-Session: 96c931ec-a92b-4cf2-bf75-5b77517838d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5344 | 2024.05.16 00:50:38.020152 [ 3 ] {} <Debug> HTTP-Session: 96c931ec-a92b-4cf2-bf75-5b77517838d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5345 | 2024.05.16 00:50:38.020165 [ 3 ] {} <Debug> HTTP-Session: 96c931ec-a92b-4cf2-bf75-5b77517838d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5346 | 2024.05.16 00:50:38.020196 [ 3 ] {} <Trace> HTTP-Session: 96c931ec-a92b-4cf2-bf75-5b77517838d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5347 | 2024.05.16 00:50:38.020321 [ 3 ] {3c9d77c3-79f1-491b-858a-b8a0cd78280e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5348 | 2024.05.16 00:50:38.020365 [ 3 ] {3c9d77c3-79f1-491b-858a-b8a0cd78280e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5349 | 2024.05.16 00:50:38.020507 [ 3 ] {3c9d77c3-79f1-491b-858a-b8a0cd78280e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5350 | 2024.05.16 00:50:38.020792 [ 3 ] {3c9d77c3-79f1-491b-858a-b8a0cd78280e} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5351 | 2024.05.16 00:50:38.020828 [ 3 ] {3c9d77c3-79f1-491b-858a-b8a0cd78280e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
5352 | 2024.05.16 00:50:38.021176 [ 3 ] {3c9d77c3-79f1-491b-858a-b8a0cd78280e} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5353 | 2024.05.16 00:50:38.021493 [ 3 ] {3c9d77c3-79f1-491b-858a-b8a0cd78280e} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5354 | 2024.05.16 00:50:38.021655 [ 3 ] {3c9d77c3-79f1-491b-858a-b8a0cd78280e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001383 sec., 43383.94793926248 rows/sec., 2.92 MiB/sec. | ||
5355 | 2024.05.16 00:50:38.021809 [ 3 ] {3c9d77c3-79f1-491b-858a-b8a0cd78280e} <Debug> DynamicQueryHandler: Done processing query | ||
5356 | 2024.05.16 00:50:38.021833 [ 3 ] {3c9d77c3-79f1-491b-858a-b8a0cd78280e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5357 | 2024.05.16 00:50:38.021848 [ 3 ] {} <Debug> HTTP-Session: 96c931ec-a92b-4cf2-bf75-5b77517838d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5358 | 2024.05.16 00:50:43.015878 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5359 | 2024.05.16 00:50:43.015998 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5360 | 2024.05.16 00:50:43.016025 [ 3 ] {} <Debug> HTTP-Session: 1e428637-ca87-4731-ac8b-704e6bee1897 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5361 | 2024.05.16 00:50:43.016052 [ 3 ] {} <Debug> HTTP-Session: 1e428637-ca87-4731-ac8b-704e6bee1897 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5362 | 2024.05.16 00:50:43.016071 [ 3 ] {} <Debug> HTTP-Session: 1e428637-ca87-4731-ac8b-704e6bee1897 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5363 | 2024.05.16 00:50:43.016125 [ 3 ] {} <Trace> HTTP-Session: 1e428637-ca87-4731-ac8b-704e6bee1897 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5364 | 2024.05.16 00:50:43.016322 [ 3 ] {a4b3d4a6-c1a8-4498-bc5e-d420094c7b14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5365 | 2024.05.16 00:50:43.016389 [ 3 ] {a4b3d4a6-c1a8-4498-bc5e-d420094c7b14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5366 | 2024.05.16 00:50:43.016592 [ 3 ] {a4b3d4a6-c1a8-4498-bc5e-d420094c7b14} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5367 | 2024.05.16 00:50:43.016969 [ 3 ] {a4b3d4a6-c1a8-4498-bc5e-d420094c7b14} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5368 | 2024.05.16 00:50:43.017007 [ 3 ] {a4b3d4a6-c1a8-4498-bc5e-d420094c7b14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
5369 | 2024.05.16 00:50:43.017360 [ 3 ] {a4b3d4a6-c1a8-4498-bc5e-d420094c7b14} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
5370 | 2024.05.16 00:50:43.017701 [ 3 ] {a4b3d4a6-c1a8-4498-bc5e-d420094c7b14} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5371 | 2024.05.16 00:50:43.017848 [ 3 ] {a4b3d4a6-c1a8-4498-bc5e-d420094c7b14} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001591 sec., 18856.065367693274 rows/sec., 1.49 MiB/sec. | ||
5372 | 2024.05.16 00:50:43.017847 [ 60 ] {} <Debug> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
5373 | 2024.05.16 00:50:43.017913 [ 60 ] {} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5374 | 2024.05.16 00:50:43.017946 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
5375 | 2024.05.16 00:50:43.018050 [ 3 ] {a4b3d4a6-c1a8-4498-bc5e-d420094c7b14} <Debug> DynamicQueryHandler: Done processing query | ||
5376 | 2024.05.16 00:50:43.018079 [ 196 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::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 | ||
5377 | 2024.05.16 00:50:43.018088 [ 3 ] {a4b3d4a6-c1a8-4498-bc5e-d420094c7b14} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5378 | 2024.05.16 00:50:43.018137 [ 3 ] {} <Debug> HTTP-Session: 1e428637-ca87-4731-ac8b-704e6bee1897 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5379 | 2024.05.16 00:50:43.018248 [ 196 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5380 | 2024.05.16 00:50:43.018279 [ 196 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 30 rows starting from the beginning of the part | ||
5381 | 2024.05.16 00:50:43.018314 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5382 | 2024.05.16 00:50:43.018347 [ 196 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 30 rows starting from the beginning of the part | ||
5383 | 2024.05.16 00:50:43.018402 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5384 | 2024.05.16 00:50:43.018472 [ 3 ] {} <Debug> HTTP-Session: e90b0d09-2ba7-4114-b6e4-55b62ec63f90 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5385 | 2024.05.16 00:50:43.018585 [ 3 ] {} <Debug> HTTP-Session: e90b0d09-2ba7-4114-b6e4-55b62ec63f90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5386 | 2024.05.16 00:50:43.018619 [ 196 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 30 rows starting from the beginning of the part | ||
5387 | 2024.05.16 00:50:43.018663 [ 3 ] {} <Debug> HTTP-Session: e90b0d09-2ba7-4114-b6e4-55b62ec63f90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5388 | 2024.05.16 00:50:43.018788 [ 3 ] {} <Trace> HTTP-Session: e90b0d09-2ba7-4114-b6e4-55b62ec63f90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5389 | 2024.05.16 00:50:43.018924 [ 196 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 30 rows starting from the beginning of the part | ||
5390 | 2024.05.16 00:50:43.019127 [ 3 ] {4cd7d2f8-929f-4309-aa6a-1d26c649e816} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5391 | 2024.05.16 00:50:43.019263 [ 196 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 30 rows starting from the beginning of the part | ||
5392 | 2024.05.16 00:50:43.019303 [ 3 ] {4cd7d2f8-929f-4309-aa6a-1d26c649e816} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5393 | 2024.05.16 00:50:43.020059 [ 3 ] {4cd7d2f8-929f-4309-aa6a-1d26c649e816} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5394 | 2024.05.16 00:50:43.020486 [ 3 ] {4cd7d2f8-929f-4309-aa6a-1d26c649e816} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5395 | 2024.05.16 00:50:43.020529 [ 3 ] {4cd7d2f8-929f-4309-aa6a-1d26c649e816} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
5396 | 2024.05.16 00:50:43.021020 [ 199 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 4 columns (4 merged, 0 gathered) in 0.003004991 sec., 49916.95482615422 rows/sec., 3.95 MiB/sec. | ||
5397 | 2024.05.16 00:50:43.021038 [ 3 ] {4cd7d2f8-929f-4309-aa6a-1d26c649e816} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
5398 | 2024.05.16 00:50:43.021333 [ 199 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
5399 | 2024.05.16 00:50:43.021635 [ 3 ] {4cd7d2f8-929f-4309-aa6a-1d26c649e816} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5400 | 2024.05.16 00:50:43.022083 [ 3 ] {4cd7d2f8-929f-4309-aa6a-1d26c649e816} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.003087 sec., 1295.7563977972143 rows/sec., 105.66 KiB/sec. | ||
5401 | 2024.05.16 00:50:43.022410 [ 199 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_18_4} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5402 | 2024.05.16 00:50:43.022586 [ 3 ] {4cd7d2f8-929f-4309-aa6a-1d26c649e816} <Debug> DynamicQueryHandler: Done processing query | ||
5403 | 2024.05.16 00:50:43.022599 [ 199 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_18_4} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 | ||
5404 | 2024.05.16 00:50:43.022636 [ 3 ] {4cd7d2f8-929f-4309-aa6a-1d26c649e816} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5405 | 2024.05.16 00:50:43.022663 [ 3 ] {} <Debug> HTTP-Session: e90b0d09-2ba7-4114-b6e4-55b62ec63f90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5406 | 2024.05.16 00:50:43.022796 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
5407 | 2024.05.16 00:50:43.022892 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 26600, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5408 | 2024.05.16 00:50:43.022948 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5409 | 2024.05.16 00:50:43.022967 [ 3 ] {} <Debug> HTTP-Session: 14d2afe4-9a14-4ea1-894d-c09f06000782 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5410 | 2024.05.16 00:50:43.022985 [ 3 ] {} <Debug> HTTP-Session: 14d2afe4-9a14-4ea1-894d-c09f06000782 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5411 | 2024.05.16 00:50:43.022999 [ 3 ] {} <Debug> HTTP-Session: 14d2afe4-9a14-4ea1-894d-c09f06000782 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5412 | 2024.05.16 00:50:43.023030 [ 3 ] {} <Trace> HTTP-Session: 14d2afe4-9a14-4ea1-894d-c09f06000782 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5413 | 2024.05.16 00:50:43.023231 [ 3 ] {a08946f4-910c-4c09-9361-2c4474f4935c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5414 | 2024.05.16 00:50:43.023275 [ 3 ] {a08946f4-910c-4c09-9361-2c4474f4935c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5415 | 2024.05.16 00:50:43.023418 [ 3 ] {a08946f4-910c-4c09-9361-2c4474f4935c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5416 | 2024.05.16 00:50:43.023805 [ 3 ] {a08946f4-910c-4c09-9361-2c4474f4935c} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5417 | 2024.05.16 00:50:43.023841 [ 3 ] {a08946f4-910c-4c09-9361-2c4474f4935c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
5418 | 2024.05.16 00:50:43.024161 [ 3 ] {a08946f4-910c-4c09-9361-2c4474f4935c} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5419 | 2024.05.16 00:50:43.024466 [ 3 ] {a08946f4-910c-4c09-9361-2c4474f4935c} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5420 | 2024.05.16 00:50:43.024587 [ 60 ] {} <Debug> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5421 | 2024.05.16 00:50:43.024590 [ 3 ] {a08946f4-910c-4c09-9361-2c4474f4935c} <Debug> executeQuery: Read 184 rows, 15.43 KiB in 0.001475 sec., 124745.76271186442 rows/sec., 10.22 MiB/sec. | ||
5422 | 2024.05.16 00:50:43.024627 [ 60 ] {} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5423 | 2024.05.16 00:50:43.024662 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
5424 | 2024.05.16 00:50:43.024751 [ 196 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::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 | ||
5425 | 2024.05.16 00:50:43.024785 [ 3 ] {a08946f4-910c-4c09-9361-2c4474f4935c} <Debug> DynamicQueryHandler: Done processing query | ||
5426 | 2024.05.16 00:50:43.024814 [ 3 ] {a08946f4-910c-4c09-9361-2c4474f4935c} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
5427 | 2024.05.16 00:50:43.024842 [ 3 ] {} <Debug> HTTP-Session: 14d2afe4-9a14-4ea1-894d-c09f06000782 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5428 | 2024.05.16 00:50:43.024897 [ 196 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5429 | 2024.05.16 00:50:43.024927 [ 196 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 190 rows starting from the beginning of the part | ||
5430 | 2024.05.16 00:50:43.024978 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5431 | 2024.05.16 00:50:43.025064 [ 196 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 146 rows starting from the beginning of the part | ||
5432 | 2024.05.16 00:50:43.025104 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5433 | 2024.05.16 00:50:43.025180 [ 3 ] {} <Debug> HTTP-Session: dad42f8f-66e8-420b-992a-2d5d537e1ae4 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5434 | 2024.05.16 00:50:43.025276 [ 3 ] {} <Debug> HTTP-Session: dad42f8f-66e8-420b-992a-2d5d537e1ae4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5435 | 2024.05.16 00:50:43.025396 [ 3 ] {} <Debug> HTTP-Session: dad42f8f-66e8-420b-992a-2d5d537e1ae4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5436 | 2024.05.16 00:50:43.025442 [ 196 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 56 rows starting from the beginning of the part | ||
5437 | 2024.05.16 00:50:43.025499 [ 3 ] {} <Trace> HTTP-Session: dad42f8f-66e8-420b-992a-2d5d537e1ae4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5438 | 2024.05.16 00:50:43.025805 [ 196 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 146 rows starting from the beginning of the part | ||
5439 | 2024.05.16 00:50:43.025888 [ 3 ] {d0c7af8d-00e7-483b-9291-55e18c91ab8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5440 | 2024.05.16 00:50:43.026069 [ 3 ] {d0c7af8d-00e7-483b-9291-55e18c91ab8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5441 | 2024.05.16 00:50:43.026082 [ 196 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::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 | ||
5442 | 2024.05.16 00:50:43.026432 [ 196 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 184 rows starting from the beginning of the part | ||
5443 | 2024.05.16 00:50:43.027067 [ 3 ] {d0c7af8d-00e7-483b-9291-55e18c91ab8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5444 | 2024.05.16 00:50:43.027445 [ 3 ] {d0c7af8d-00e7-483b-9291-55e18c91ab8f} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5445 | 2024.05.16 00:50:43.027488 [ 3 ] {d0c7af8d-00e7-483b-9291-55e18c91ab8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
5446 | 2024.05.16 00:50:43.027968 [ 3 ] {d0c7af8d-00e7-483b-9291-55e18c91ab8f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
5447 | 2024.05.16 00:50:43.028289 [ 196 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 778 rows, containing 4 columns (4 merged, 0 gathered) in 0.003582175 sec., 217186.48586403512 rows/sec., 17.75 MiB/sec. | ||
5448 | 2024.05.16 00:50:43.028392 [ 3 ] {d0c7af8d-00e7-483b-9291-55e18c91ab8f} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5449 | 2024.05.16 00:50:43.028422 [ 196 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5450 | 2024.05.16 00:50:43.028587 [ 3 ] {d0c7af8d-00e7-483b-9291-55e18c91ab8f} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.002823 sec., 1416.9323414806943 rows/sec., 98.94 KiB/sec. | ||
5451 | 2024.05.16 00:50:43.029017 [ 3 ] {d0c7af8d-00e7-483b-9291-55e18c91ab8f} <Debug> DynamicQueryHandler: Done processing query | ||
5452 | 2024.05.16 00:50:43.029046 [ 3 ] {d0c7af8d-00e7-483b-9291-55e18c91ab8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5453 | 2024.05.16 00:50:43.029066 [ 3 ] {} <Debug> HTTP-Session: dad42f8f-66e8-420b-992a-2d5d537e1ae4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5454 | 2024.05.16 00:50:43.029146 [ 196 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_36_7} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5455 | 2024.05.16 00:50:43.029219 [ 196 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_36_7} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5456 | 2024.05.16 00:50:43.029248 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 20695, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5457 | 2024.05.16 00:50:43.029297 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
5458 | 2024.05.16 00:50:43.029318 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5459 | 2024.05.16 00:50:43.029341 [ 3 ] {} <Debug> HTTP-Session: ba099bd8-21d3-4bb4-8b63-8fbe622ecc04 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5460 | 2024.05.16 00:50:43.029383 [ 3 ] {} <Debug> HTTP-Session: ba099bd8-21d3-4bb4-8b63-8fbe622ecc04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5461 | 2024.05.16 00:50:43.029397 [ 3 ] {} <Debug> HTTP-Session: ba099bd8-21d3-4bb4-8b63-8fbe622ecc04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5462 | 2024.05.16 00:50:43.029426 [ 3 ] {} <Trace> HTTP-Session: ba099bd8-21d3-4bb4-8b63-8fbe622ecc04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5463 | 2024.05.16 00:50:43.029555 [ 3 ] {e947aa10-0fcb-4ee1-bdc4-7abc9df39294} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5464 | 2024.05.16 00:50:43.029598 [ 3 ] {e947aa10-0fcb-4ee1-bdc4-7abc9df39294} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5465 | 2024.05.16 00:50:43.029723 [ 3 ] {e947aa10-0fcb-4ee1-bdc4-7abc9df39294} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5466 | 2024.05.16 00:50:43.030052 [ 3 ] {e947aa10-0fcb-4ee1-bdc4-7abc9df39294} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5467 | 2024.05.16 00:50:43.030087 [ 3 ] {e947aa10-0fcb-4ee1-bdc4-7abc9df39294} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
5468 | 2024.05.16 00:50:43.030398 [ 3 ] {e947aa10-0fcb-4ee1-bdc4-7abc9df39294} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5469 | 2024.05.16 00:50:43.030702 [ 3 ] {e947aa10-0fcb-4ee1-bdc4-7abc9df39294} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5470 | 2024.05.16 00:50:43.030856 [ 3 ] {e947aa10-0fcb-4ee1-bdc4-7abc9df39294} <Debug> executeQuery: Read 122 rows, 9.74 KiB in 0.001355 sec., 90036.90036900369 rows/sec., 7.02 MiB/sec. | ||
5471 | 2024.05.16 00:50:43.030908 [ 85 ] {} <Debug> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5472 | 2024.05.16 00:50:43.031008 [ 85 ] {} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5473 | 2024.05.16 00:50:43.031058 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
5474 | 2024.05.16 00:50:43.031085 [ 3 ] {e947aa10-0fcb-4ee1-bdc4-7abc9df39294} <Debug> DynamicQueryHandler: Done processing query | ||
5475 | 2024.05.16 00:50:43.031138 [ 3 ] {e947aa10-0fcb-4ee1-bdc4-7abc9df39294} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5476 | 2024.05.16 00:50:43.031217 [ 3 ] {} <Debug> HTTP-Session: ba099bd8-21d3-4bb4-8b63-8fbe622ecc04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5477 | 2024.05.16 00:50:43.031392 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::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 | ||
5478 | 2024.05.16 00:50:43.031551 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 37973, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5479 | 2024.05.16 00:50:43.031720 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5480 | 2024.05.16 00:50:43.031815 [ 3 ] {} <Debug> HTTP-Session: 4f78b6e9-b549-466d-ba05-3e01896c3b2f Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5481 | 2024.05.16 00:50:43.031885 [ 3 ] {} <Debug> HTTP-Session: 4f78b6e9-b549-466d-ba05-3e01896c3b2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5482 | 2024.05.16 00:50:43.031931 [ 3 ] {} <Debug> HTTP-Session: 4f78b6e9-b549-466d-ba05-3e01896c3b2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5483 | 2024.05.16 00:50:43.031941 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5484 | 2024.05.16 00:50:43.031988 [ 3 ] {} <Trace> HTTP-Session: 4f78b6e9-b549-466d-ba05-3e01896c3b2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5485 | 2024.05.16 00:50:43.032009 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 150 rows starting from the beginning of the part | ||
5486 | 2024.05.16 00:50:43.032244 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 94 rows starting from the beginning of the part | ||
5487 | 2024.05.16 00:50:43.032374 [ 3 ] {89b703ab-ae0e-4c25-988b-10c17a6098c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5488 | 2024.05.16 00:50:43.032511 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 64 rows starting from the beginning of the part | ||
5489 | 2024.05.16 00:50:43.032560 [ 3 ] {89b703ab-ae0e-4c25-988b-10c17a6098c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5490 | 2024.05.16 00:50:43.032795 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 94 rows starting from the beginning of the part | ||
5491 | 2024.05.16 00:50:43.033156 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::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 | ||
5492 | 2024.05.16 00:50:43.033475 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 122 rows starting from the beginning of the part | ||
5493 | 2024.05.16 00:50:43.034028 [ 3 ] {89b703ab-ae0e-4c25-988b-10c17a6098c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5494 | 2024.05.16 00:50:43.035076 [ 3 ] {89b703ab-ae0e-4c25-988b-10c17a6098c2} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5495 | 2024.05.16 00:50:43.035139 [ 3 ] {89b703ab-ae0e-4c25-988b-10c17a6098c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
5496 | 2024.05.16 00:50:43.036084 [ 3 ] {89b703ab-ae0e-4c25-988b-10c17a6098c2} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5497 | 2024.05.16 00:50:43.036290 [ 194 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 588 rows, containing 4 columns (4 merged, 0 gathered) in 0.005134592 sec., 114517.37547988232 rows/sec., 8.94 MiB/sec. | ||
5498 | 2024.05.16 00:50:43.036573 [ 194 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5499 | 2024.05.16 00:50:43.036725 [ 3 ] {89b703ab-ae0e-4c25-988b-10c17a6098c2} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5500 | 2024.05.16 00:50:43.037114 [ 85 ] {} <Debug> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5501 | 2024.05.16 00:50:43.037184 [ 3 ] {89b703ab-ae0e-4c25-988b-10c17a6098c2} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.005024 sec., 39410.828025477706 rows/sec., 2.75 MiB/sec. | ||
5502 | 2024.05.16 00:50:43.037220 [ 85 ] {} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5503 | 2024.05.16 00:50:43.037330 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
5504 | 2024.05.16 00:50:43.037772 [ 187 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
5505 | 2024.05.16 00:50:43.037828 [ 194 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_36_7} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5506 | 2024.05.16 00:50:43.037858 [ 3 ] {89b703ab-ae0e-4c25-988b-10c17a6098c2} <Debug> DynamicQueryHandler: Done processing query | ||
5507 | 2024.05.16 00:50:43.037952 [ 3 ] {89b703ab-ae0e-4c25-988b-10c17a6098c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
5508 | 2024.05.16 00:50:43.038040 [ 3 ] {} <Debug> HTTP-Session: 4f78b6e9-b549-466d-ba05-3e01896c3b2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5509 | 2024.05.16 00:50:43.038125 [ 194 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_36_7} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5510 | 2024.05.16 00:50:43.038181 [ 187 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5511 | 2024.05.16 00:50:43.038230 [ 187 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 3922 rows starting from the beginning of the part | ||
5512 | 2024.05.16 00:50:43.038289 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
5513 | 2024.05.16 00:50:43.038434 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 32123, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5514 | 2024.05.16 00:50:43.038528 [ 187 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 160 rows starting from the beginning of the part | ||
5515 | 2024.05.16 00:50:43.038609 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5516 | 2024.05.16 00:50:43.038733 [ 3 ] {} <Debug> HTTP-Session: 36a20d4b-adf4-47c9-a27c-a94cc31abe65 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5517 | 2024.05.16 00:50:43.038779 [ 187 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part | ||
5518 | 2024.05.16 00:50:43.038819 [ 3 ] {} <Debug> HTTP-Session: 36a20d4b-adf4-47c9-a27c-a94cc31abe65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5519 | 2024.05.16 00:50:43.038885 [ 3 ] {} <Debug> HTTP-Session: 36a20d4b-adf4-47c9-a27c-a94cc31abe65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5520 | 2024.05.16 00:50:43.039027 [ 3 ] {} <Trace> HTTP-Session: 36a20d4b-adf4-47c9-a27c-a94cc31abe65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5521 | 2024.05.16 00:50:43.039073 [ 187 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
5522 | 2024.05.16 00:50:43.039374 [ 187 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
5523 | 2024.05.16 00:50:43.039570 [ 187 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 198 rows starting from the beginning of the part | ||
5524 | 2024.05.16 00:50:43.039644 [ 3 ] {e75eadd8-d440-4745-8bf0-e55412505078} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5525 | 2024.05.16 00:50:43.039849 [ 3 ] {e75eadd8-d440-4745-8bf0-e55412505078} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5526 | 2024.05.16 00:50:43.040582 [ 3 ] {e75eadd8-d440-4745-8bf0-e55412505078} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5527 | 2024.05.16 00:50:43.041489 [ 3 ] {e75eadd8-d440-4745-8bf0-e55412505078} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5528 | 2024.05.16 00:50:43.041567 [ 3 ] {e75eadd8-d440-4745-8bf0-e55412505078} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
5529 | 2024.05.16 00:50:43.042802 [ 3 ] {e75eadd8-d440-4745-8bf0-e55412505078} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
5530 | 2024.05.16 00:50:43.043501 [ 3 ] {e75eadd8-d440-4745-8bf0-e55412505078} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5531 | 2024.05.16 00:50:43.043980 [ 3 ] {e75eadd8-d440-4745-8bf0-e55412505078} <Debug> executeQuery: Read 30 rows, 41.46 KiB in 0.004713 sec., 6365.372374283896 rows/sec., 8.59 MiB/sec. | ||
5532 | 2024.05.16 00:50:43.043988 [ 189 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4760 rows, containing 5 columns (5 merged, 0 gathered) in 0.006504024 sec., 731854.6180026396 rows/sec., 51.11 MiB/sec. | ||
5533 | 2024.05.16 00:50:43.044292 [ 3 ] {e75eadd8-d440-4745-8bf0-e55412505078} <Debug> DynamicQueryHandler: Done processing query | ||
5534 | 2024.05.16 00:50:43.044335 [ 3 ] {e75eadd8-d440-4745-8bf0-e55412505078} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
5535 | 2024.05.16 00:50:43.044381 [ 3 ] {} <Debug> HTTP-Session: 36a20d4b-adf4-47c9-a27c-a94cc31abe65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5536 | 2024.05.16 00:50:43.044474 [ 194 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5537 | 2024.05.16 00:50:43.044638 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5538 | 2024.05.16 00:50:43.044826 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5539 | 2024.05.16 00:50:43.044913 [ 3 ] {} <Debug> HTTP-Session: db726c36-330a-41b6-964e-41ab79ba486b Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5540 | 2024.05.16 00:50:43.044969 [ 3 ] {} <Debug> HTTP-Session: db726c36-330a-41b6-964e-41ab79ba486b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5541 | 2024.05.16 00:50:43.045017 [ 3 ] {} <Debug> HTTP-Session: db726c36-330a-41b6-964e-41ab79ba486b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5542 | 2024.05.16 00:50:43.045080 [ 3 ] {} <Trace> HTTP-Session: db726c36-330a-41b6-964e-41ab79ba486b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5543 | 2024.05.16 00:50:43.045272 [ 194 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5544 | 2024.05.16 00:50:43.045308 [ 3 ] {bd9b6c49-ddb0-4f63-99e7-a429b50b86ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5545 | 2024.05.16 00:50:43.045402 [ 3 ] {bd9b6c49-ddb0-4f63-99e7-a429b50b86ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5546 | 2024.05.16 00:50:43.045414 [ 194 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5547 | 2024.05.16 00:50:43.045610 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB. | ||
5548 | 2024.05.16 00:50:43.045744 [ 3 ] {bd9b6c49-ddb0-4f63-99e7-a429b50b86ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5549 | 2024.05.16 00:50:43.046089 [ 3 ] {bd9b6c49-ddb0-4f63-99e7-a429b50b86ea} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5550 | 2024.05.16 00:50:43.046128 [ 3 ] {bd9b6c49-ddb0-4f63-99e7-a429b50b86ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
5551 | 2024.05.16 00:50:43.046497 [ 3 ] {bd9b6c49-ddb0-4f63-99e7-a429b50b86ea} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5552 | 2024.05.16 00:50:43.046825 [ 3 ] {bd9b6c49-ddb0-4f63-99e7-a429b50b86ea} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5553 | 2024.05.16 00:50:43.046979 [ 3 ] {bd9b6c49-ddb0-4f63-99e7-a429b50b86ea} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001761 sec., 34071.550255536626 rows/sec., 2.30 MiB/sec. | ||
5554 | 2024.05.16 00:50:43.046987 [ 85 ] {} <Debug> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5555 | 2024.05.16 00:50:43.047066 [ 85 ] {} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5556 | 2024.05.16 00:50:43.047122 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
5557 | 2024.05.16 00:50:43.047249 [ 3 ] {bd9b6c49-ddb0-4f63-99e7-a429b50b86ea} <Debug> DynamicQueryHandler: Done processing query | ||
5558 | 2024.05.16 00:50:43.047263 [ 189 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
5559 | 2024.05.16 00:50:43.047290 [ 3 ] {bd9b6c49-ddb0-4f63-99e7-a429b50b86ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5560 | 2024.05.16 00:50:43.047328 [ 3 ] {} <Debug> HTTP-Session: db726c36-330a-41b6-964e-41ab79ba486b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5561 | 2024.05.16 00:50:43.047433 [ 189 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5562 | 2024.05.16 00:50:43.047466 [ 189 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1334 rows starting from the beginning of the part | ||
5563 | 2024.05.16 00:50:43.047538 [ 189 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
5564 | 2024.05.16 00:50:43.047761 [ 189 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
5565 | 2024.05.16 00:50:43.047906 [ 189 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
5566 | 2024.05.16 00:50:43.048091 [ 189 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
5567 | 2024.05.16 00:50:43.048163 [ 189 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
5568 | 2024.05.16 00:50:43.049489 [ 191 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1634 rows, containing 4 columns (4 merged, 0 gathered) in 0.002294494 sec., 712139.5828448451 rows/sec., 47.86 MiB/sec. | ||
5569 | 2024.05.16 00:50:43.049713 [ 190 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5570 | 2024.05.16 00:50:43.050129 [ 190 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_36_7} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5571 | 2024.05.16 00:50:43.050213 [ 190 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_36_7} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5572 | 2024.05.16 00:50:43.050298 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
5573 | 2024.05.16 00:50:46.308325 [ 107 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5574 | 2024.05.16 00:50:46.308400 [ 107 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5575 | 2024.05.16 00:50:48.012850 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5576 | 2024.05.16 00:50:48.013012 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5577 | 2024.05.16 00:50:48.013058 [ 3 ] {} <Debug> HTTP-Session: 1515da4a-b57b-40e0-abc9-4269dfd3b3ef Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5578 | 2024.05.16 00:50:48.013100 [ 3 ] {} <Debug> HTTP-Session: 1515da4a-b57b-40e0-abc9-4269dfd3b3ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5579 | 2024.05.16 00:50:48.013128 [ 3 ] {} <Debug> HTTP-Session: 1515da4a-b57b-40e0-abc9-4269dfd3b3ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5580 | 2024.05.16 00:50:48.013206 [ 3 ] {} <Trace> HTTP-Session: 1515da4a-b57b-40e0-abc9-4269dfd3b3ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5581 | 2024.05.16 00:50:48.013479 [ 3 ] {91cc2660-d430-49e1-a2a6-8a38c01dcdab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5582 | 2024.05.16 00:50:48.013584 [ 3 ] {91cc2660-d430-49e1-a2a6-8a38c01dcdab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5583 | 2024.05.16 00:50:48.013896 [ 3 ] {91cc2660-d430-49e1-a2a6-8a38c01dcdab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5584 | 2024.05.16 00:50:48.014354 [ 3 ] {91cc2660-d430-49e1-a2a6-8a38c01dcdab} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5585 | 2024.05.16 00:50:48.014399 [ 3 ] {91cc2660-d430-49e1-a2a6-8a38c01dcdab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
5586 | 2024.05.16 00:50:48.014760 [ 3 ] {91cc2660-d430-49e1-a2a6-8a38c01dcdab} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5587 | 2024.05.16 00:50:48.015099 [ 3 ] {91cc2660-d430-49e1-a2a6-8a38c01dcdab} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5588 | 2024.05.16 00:50:48.015272 [ 3 ] {91cc2660-d430-49e1-a2a6-8a38c01dcdab} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001866 sec., 1071.8113612004288 rows/sec., 87.40 KiB/sec. | ||
5589 | 2024.05.16 00:50:48.015482 [ 3 ] {91cc2660-d430-49e1-a2a6-8a38c01dcdab} <Debug> DynamicQueryHandler: Done processing query | ||
5590 | 2024.05.16 00:50:48.015511 [ 3 ] {91cc2660-d430-49e1-a2a6-8a38c01dcdab} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5591 | 2024.05.16 00:50:48.015528 [ 3 ] {} <Debug> HTTP-Session: 1515da4a-b57b-40e0-abc9-4269dfd3b3ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5592 | 2024.05.16 00:50:48.015701 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5593 | 2024.05.16 00:50:48.015754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5594 | 2024.05.16 00:50:48.015775 [ 3 ] {} <Debug> HTTP-Session: fbf82bf9-5959-4111-897c-e4607b7b2bb7 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5595 | 2024.05.16 00:50:48.015795 [ 3 ] {} <Debug> HTTP-Session: fbf82bf9-5959-4111-897c-e4607b7b2bb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5596 | 2024.05.16 00:50:48.015809 [ 3 ] {} <Debug> HTTP-Session: fbf82bf9-5959-4111-897c-e4607b7b2bb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5597 | 2024.05.16 00:50:48.015845 [ 3 ] {} <Trace> HTTP-Session: fbf82bf9-5959-4111-897c-e4607b7b2bb7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5598 | 2024.05.16 00:50:48.015976 [ 3 ] {adcaae19-6f01-4ab1-817b-89062679f89a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5599 | 2024.05.16 00:50:48.016023 [ 3 ] {adcaae19-6f01-4ab1-817b-89062679f89a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5600 | 2024.05.16 00:50:48.016154 [ 3 ] {adcaae19-6f01-4ab1-817b-89062679f89a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5601 | 2024.05.16 00:50:48.016487 [ 3 ] {adcaae19-6f01-4ab1-817b-89062679f89a} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5602 | 2024.05.16 00:50:48.016525 [ 3 ] {adcaae19-6f01-4ab1-817b-89062679f89a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
5603 | 2024.05.16 00:50:48.016839 [ 3 ] {adcaae19-6f01-4ab1-817b-89062679f89a} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5604 | 2024.05.16 00:50:48.017147 [ 3 ] {adcaae19-6f01-4ab1-817b-89062679f89a} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5605 | 2024.05.16 00:50:48.017296 [ 3 ] {adcaae19-6f01-4ab1-817b-89062679f89a} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001359 sec., 41942.604856512145 rows/sec., 3.20 MiB/sec. | ||
5606 | 2024.05.16 00:50:48.017583 [ 3 ] {adcaae19-6f01-4ab1-817b-89062679f89a} <Debug> DynamicQueryHandler: Done processing query | ||
5607 | 2024.05.16 00:50:48.017645 [ 3 ] {adcaae19-6f01-4ab1-817b-89062679f89a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5608 | 2024.05.16 00:50:48.017696 [ 3 ] {} <Debug> HTTP-Session: fbf82bf9-5959-4111-897c-e4607b7b2bb7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5609 | 2024.05.16 00:50:48.017845 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5610 | 2024.05.16 00:50:48.017900 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5611 | 2024.05.16 00:50:48.017921 [ 3 ] {} <Debug> HTTP-Session: 527663cd-bc0d-4d90-8474-c9244952a551 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5612 | 2024.05.16 00:50:48.017938 [ 3 ] {} <Debug> HTTP-Session: 527663cd-bc0d-4d90-8474-c9244952a551 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5613 | 2024.05.16 00:50:48.017951 [ 3 ] {} <Debug> HTTP-Session: 527663cd-bc0d-4d90-8474-c9244952a551 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5614 | 2024.05.16 00:50:48.017984 [ 3 ] {} <Trace> HTTP-Session: 527663cd-bc0d-4d90-8474-c9244952a551 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5615 | 2024.05.16 00:50:48.018085 [ 3 ] {684b30c5-0644-4af7-88f7-7aab9a8960db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5616 | 2024.05.16 00:50:48.018130 [ 3 ] {684b30c5-0644-4af7-88f7-7aab9a8960db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5617 | 2024.05.16 00:50:48.018277 [ 3 ] {684b30c5-0644-4af7-88f7-7aab9a8960db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5618 | 2024.05.16 00:50:48.018539 [ 3 ] {684b30c5-0644-4af7-88f7-7aab9a8960db} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5619 | 2024.05.16 00:50:48.018576 [ 3 ] {684b30c5-0644-4af7-88f7-7aab9a8960db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
5620 | 2024.05.16 00:50:48.018865 [ 3 ] {684b30c5-0644-4af7-88f7-7aab9a8960db} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5621 | 2024.05.16 00:50:48.019166 [ 3 ] {684b30c5-0644-4af7-88f7-7aab9a8960db} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5622 | 2024.05.16 00:50:48.019329 [ 3 ] {684b30c5-0644-4af7-88f7-7aab9a8960db} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001261 sec., 1586.0428231562253 rows/sec., 110.74 KiB/sec. | ||
5623 | 2024.05.16 00:50:48.019484 [ 3 ] {684b30c5-0644-4af7-88f7-7aab9a8960db} <Debug> DynamicQueryHandler: Done processing query | ||
5624 | 2024.05.16 00:50:48.019509 [ 3 ] {684b30c5-0644-4af7-88f7-7aab9a8960db} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5625 | 2024.05.16 00:50:48.019525 [ 3 ] {} <Debug> HTTP-Session: 527663cd-bc0d-4d90-8474-c9244952a551 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5626 | 2024.05.16 00:50:48.019647 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 11233, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5627 | 2024.05.16 00:50:48.019696 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5628 | 2024.05.16 00:50:48.019716 [ 3 ] {} <Debug> HTTP-Session: 10807224-d842-4bf0-819a-b7343df0065a Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5629 | 2024.05.16 00:50:48.019732 [ 3 ] {} <Debug> HTTP-Session: 10807224-d842-4bf0-819a-b7343df0065a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5630 | 2024.05.16 00:50:48.019745 [ 3 ] {} <Debug> HTTP-Session: 10807224-d842-4bf0-819a-b7343df0065a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5631 | 2024.05.16 00:50:48.019776 [ 3 ] {} <Trace> HTTP-Session: 10807224-d842-4bf0-819a-b7343df0065a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5632 | 2024.05.16 00:50:48.019891 [ 3 ] {bb4c8462-40a6-4e52-b998-56af9127450a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5633 | 2024.05.16 00:50:48.019935 [ 3 ] {bb4c8462-40a6-4e52-b998-56af9127450a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5634 | 2024.05.16 00:50:48.020060 [ 3 ] {bb4c8462-40a6-4e52-b998-56af9127450a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5635 | 2024.05.16 00:50:48.020371 [ 3 ] {bb4c8462-40a6-4e52-b998-56af9127450a} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5636 | 2024.05.16 00:50:48.020408 [ 3 ] {bb4c8462-40a6-4e52-b998-56af9127450a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
5637 | 2024.05.16 00:50:48.020715 [ 3 ] {bb4c8462-40a6-4e52-b998-56af9127450a} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5638 | 2024.05.16 00:50:48.021017 [ 3 ] {bb4c8462-40a6-4e52-b998-56af9127450a} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5639 | 2024.05.16 00:50:48.021167 [ 3 ] {bb4c8462-40a6-4e52-b998-56af9127450a} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001308 sec., 50458.71559633028 rows/sec., 3.94 MiB/sec. | ||
5640 | 2024.05.16 00:50:48.021418 [ 3 ] {bb4c8462-40a6-4e52-b998-56af9127450a} <Debug> DynamicQueryHandler: Done processing query | ||
5641 | 2024.05.16 00:50:48.021477 [ 3 ] {bb4c8462-40a6-4e52-b998-56af9127450a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5642 | 2024.05.16 00:50:48.021509 [ 3 ] {} <Debug> HTTP-Session: 10807224-d842-4bf0-819a-b7343df0065a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5643 | 2024.05.16 00:50:48.021680 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30824, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5644 | 2024.05.16 00:50:48.021730 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5645 | 2024.05.16 00:50:48.021750 [ 3 ] {} <Debug> HTTP-Session: ffa10a05-a203-4676-9fcf-3e1736ec0e39 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5646 | 2024.05.16 00:50:48.021766 [ 3 ] {} <Debug> HTTP-Session: ffa10a05-a203-4676-9fcf-3e1736ec0e39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5647 | 2024.05.16 00:50:48.021780 [ 3 ] {} <Debug> HTTP-Session: ffa10a05-a203-4676-9fcf-3e1736ec0e39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5648 | 2024.05.16 00:50:48.021811 [ 3 ] {} <Trace> HTTP-Session: ffa10a05-a203-4676-9fcf-3e1736ec0e39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5649 | 2024.05.16 00:50:48.021967 [ 3 ] {308d0958-7589-4f55-ad8f-83fca8960711} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5650 | 2024.05.16 00:50:48.022016 [ 3 ] {308d0958-7589-4f55-ad8f-83fca8960711} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5651 | 2024.05.16 00:50:48.022181 [ 3 ] {308d0958-7589-4f55-ad8f-83fca8960711} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5652 | 2024.05.16 00:50:48.022547 [ 3 ] {308d0958-7589-4f55-ad8f-83fca8960711} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5653 | 2024.05.16 00:50:48.022586 [ 3 ] {308d0958-7589-4f55-ad8f-83fca8960711} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
5654 | 2024.05.16 00:50:48.022971 [ 3 ] {308d0958-7589-4f55-ad8f-83fca8960711} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5655 | 2024.05.16 00:50:48.023299 [ 3 ] {308d0958-7589-4f55-ad8f-83fca8960711} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5656 | 2024.05.16 00:50:48.023447 [ 3 ] {308d0958-7589-4f55-ad8f-83fca8960711} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001554 sec., 103603.6036036036 rows/sec., 7.22 MiB/sec. | ||
5657 | 2024.05.16 00:50:48.023604 [ 3 ] {308d0958-7589-4f55-ad8f-83fca8960711} <Debug> DynamicQueryHandler: Done processing query | ||
5658 | 2024.05.16 00:50:48.023628 [ 3 ] {308d0958-7589-4f55-ad8f-83fca8960711} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5659 | 2024.05.16 00:50:48.023644 [ 3 ] {} <Debug> HTTP-Session: ffa10a05-a203-4676-9fcf-3e1736ec0e39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5660 | 2024.05.16 00:50:48.023768 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5661 | 2024.05.16 00:50:48.023816 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5662 | 2024.05.16 00:50:48.023835 [ 3 ] {} <Debug> HTTP-Session: 6b41b007-0896-4221-92d8-aa63a7e917ca Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5663 | 2024.05.16 00:50:48.023850 [ 3 ] {} <Debug> HTTP-Session: 6b41b007-0896-4221-92d8-aa63a7e917ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5664 | 2024.05.16 00:50:48.023864 [ 3 ] {} <Debug> HTTP-Session: 6b41b007-0896-4221-92d8-aa63a7e917ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5665 | 2024.05.16 00:50:48.023894 [ 3 ] {} <Trace> HTTP-Session: 6b41b007-0896-4221-92d8-aa63a7e917ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5666 | 2024.05.16 00:50:48.024024 [ 3 ] {b81b508a-2bdf-411d-8302-86b4bc57dc7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5667 | 2024.05.16 00:50:48.024068 [ 3 ] {b81b508a-2bdf-411d-8302-86b4bc57dc7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5668 | 2024.05.16 00:50:48.024193 [ 3 ] {b81b508a-2bdf-411d-8302-86b4bc57dc7c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5669 | 2024.05.16 00:50:48.024477 [ 3 ] {b81b508a-2bdf-411d-8302-86b4bc57dc7c} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5670 | 2024.05.16 00:50:48.024513 [ 3 ] {b81b508a-2bdf-411d-8302-86b4bc57dc7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
5671 | 2024.05.16 00:50:48.024867 [ 3 ] {b81b508a-2bdf-411d-8302-86b4bc57dc7c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5672 | 2024.05.16 00:50:48.025177 [ 3 ] {b81b508a-2bdf-411d-8302-86b4bc57dc7c} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5673 | 2024.05.16 00:50:48.025327 [ 3 ] {b81b508a-2bdf-411d-8302-86b4bc57dc7c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001352 sec., 44378.69822485207 rows/sec., 2.99 MiB/sec. | ||
5674 | 2024.05.16 00:50:48.025493 [ 3 ] {b81b508a-2bdf-411d-8302-86b4bc57dc7c} <Debug> DynamicQueryHandler: Done processing query | ||
5675 | 2024.05.16 00:50:48.025518 [ 3 ] {b81b508a-2bdf-411d-8302-86b4bc57dc7c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5676 | 2024.05.16 00:50:48.025533 [ 3 ] {} <Debug> HTTP-Session: 6b41b007-0896-4221-92d8-aa63a7e917ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5677 | 2024.05.16 00:50:53.014279 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5678 | 2024.05.16 00:50:53.014424 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5679 | 2024.05.16 00:50:53.014455 [ 3 ] {} <Debug> HTTP-Session: 7aa82fd2-fe06-445e-ba3e-1296d34b2660 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5680 | 2024.05.16 00:50:53.014482 [ 3 ] {} <Debug> HTTP-Session: 7aa82fd2-fe06-445e-ba3e-1296d34b2660 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5681 | 2024.05.16 00:50:53.014500 [ 3 ] {} <Debug> HTTP-Session: 7aa82fd2-fe06-445e-ba3e-1296d34b2660 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5682 | 2024.05.16 00:50:53.014556 [ 3 ] {} <Trace> HTTP-Session: 7aa82fd2-fe06-445e-ba3e-1296d34b2660 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5683 | 2024.05.16 00:50:53.014776 [ 3 ] {22e54a39-0b15-478d-991d-8845504af0ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5684 | 2024.05.16 00:50:53.014856 [ 3 ] {22e54a39-0b15-478d-991d-8845504af0ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5685 | 2024.05.16 00:50:53.015077 [ 3 ] {22e54a39-0b15-478d-991d-8845504af0ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5686 | 2024.05.16 00:50:53.015580 [ 3 ] {22e54a39-0b15-478d-991d-8845504af0ec} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5687 | 2024.05.16 00:50:53.015634 [ 3 ] {22e54a39-0b15-478d-991d-8845504af0ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
5688 | 2024.05.16 00:50:53.016015 [ 3 ] {22e54a39-0b15-478d-991d-8845504af0ec} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
5689 | 2024.05.16 00:50:53.016368 [ 3 ] {22e54a39-0b15-478d-991d-8845504af0ec} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5690 | 2024.05.16 00:50:53.016552 [ 3 ] {22e54a39-0b15-478d-991d-8845504af0ec} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001837 sec., 16330.97441480675 rows/sec., 1.29 MiB/sec. | ||
5691 | 2024.05.16 00:50:53.016880 [ 3 ] {22e54a39-0b15-478d-991d-8845504af0ec} <Debug> DynamicQueryHandler: Done processing query | ||
5692 | 2024.05.16 00:50:53.016913 [ 3 ] {22e54a39-0b15-478d-991d-8845504af0ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5693 | 2024.05.16 00:50:53.016930 [ 3 ] {} <Debug> HTTP-Session: 7aa82fd2-fe06-445e-ba3e-1296d34b2660 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5694 | 2024.05.16 00:50:53.017142 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 21403, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5695 | 2024.05.16 00:50:53.017204 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5696 | 2024.05.16 00:50:53.017224 [ 3 ] {} <Debug> HTTP-Session: 8b5b5855-d3e7-4cd1-a935-95ef5cc222f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5697 | 2024.05.16 00:50:53.017243 [ 3 ] {} <Debug> HTTP-Session: 8b5b5855-d3e7-4cd1-a935-95ef5cc222f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5698 | 2024.05.16 00:50:53.017257 [ 3 ] {} <Debug> HTTP-Session: 8b5b5855-d3e7-4cd1-a935-95ef5cc222f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5699 | 2024.05.16 00:50:53.017293 [ 3 ] {} <Trace> HTTP-Session: 8b5b5855-d3e7-4cd1-a935-95ef5cc222f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5700 | 2024.05.16 00:50:53.017460 [ 3 ] {a261b17f-d2b9-401b-ab97-6fc8ce14ceda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5701 | 2024.05.16 00:50:53.017512 [ 3 ] {a261b17f-d2b9-401b-ab97-6fc8ce14ceda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5702 | 2024.05.16 00:50:53.017670 [ 3 ] {a261b17f-d2b9-401b-ab97-6fc8ce14ceda} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5703 | 2024.05.16 00:50:53.018137 [ 3 ] {a261b17f-d2b9-401b-ab97-6fc8ce14ceda} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5704 | 2024.05.16 00:50:53.018180 [ 3 ] {a261b17f-d2b9-401b-ab97-6fc8ce14ceda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
5705 | 2024.05.16 00:50:53.018518 [ 3 ] {a261b17f-d2b9-401b-ab97-6fc8ce14ceda} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5706 | 2024.05.16 00:50:53.018848 [ 3 ] {a261b17f-d2b9-401b-ab97-6fc8ce14ceda} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5707 | 2024.05.16 00:50:53.019028 [ 3 ] {a261b17f-d2b9-401b-ab97-6fc8ce14ceda} <Debug> executeQuery: Read 146 rows, 12.52 KiB in 0.001629 sec., 89625.5371393493 rows/sec., 7.51 MiB/sec. | ||
5708 | 2024.05.16 00:50:53.019385 [ 3 ] {a261b17f-d2b9-401b-ab97-6fc8ce14ceda} <Debug> DynamicQueryHandler: Done processing query | ||
5709 | 2024.05.16 00:50:53.019414 [ 3 ] {a261b17f-d2b9-401b-ab97-6fc8ce14ceda} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5710 | 2024.05.16 00:50:53.019431 [ 3 ] {} <Debug> HTTP-Session: 8b5b5855-d3e7-4cd1-a935-95ef5cc222f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5711 | 2024.05.16 00:50:53.019603 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 15971, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5712 | 2024.05.16 00:50:53.019662 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5713 | 2024.05.16 00:50:53.019682 [ 3 ] {} <Debug> HTTP-Session: 48308f87-0bc9-4624-a63b-1fd36ed1b0b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5714 | 2024.05.16 00:50:53.019702 [ 3 ] {} <Debug> HTTP-Session: 48308f87-0bc9-4624-a63b-1fd36ed1b0b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5715 | 2024.05.16 00:50:53.019715 [ 3 ] {} <Debug> HTTP-Session: 48308f87-0bc9-4624-a63b-1fd36ed1b0b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5716 | 2024.05.16 00:50:53.019752 [ 3 ] {} <Trace> HTTP-Session: 48308f87-0bc9-4624-a63b-1fd36ed1b0b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5717 | 2024.05.16 00:50:53.019905 [ 3 ] {247cc217-7338-4422-b192-a405b1a39549} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5718 | 2024.05.16 00:50:53.019956 [ 3 ] {247cc217-7338-4422-b192-a405b1a39549} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5719 | 2024.05.16 00:50:53.020115 [ 3 ] {247cc217-7338-4422-b192-a405b1a39549} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5720 | 2024.05.16 00:50:53.020464 [ 3 ] {247cc217-7338-4422-b192-a405b1a39549} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5721 | 2024.05.16 00:50:53.020506 [ 3 ] {247cc217-7338-4422-b192-a405b1a39549} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
5722 | 2024.05.16 00:50:53.020832 [ 3 ] {247cc217-7338-4422-b192-a405b1a39549} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5723 | 2024.05.16 00:50:53.021145 [ 3 ] {247cc217-7338-4422-b192-a405b1a39549} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5724 | 2024.05.16 00:50:53.021324 [ 3 ] {247cc217-7338-4422-b192-a405b1a39549} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001477 sec., 63642.51861882194 rows/sec., 4.97 MiB/sec. | ||
5725 | 2024.05.16 00:50:53.021650 [ 3 ] {247cc217-7338-4422-b192-a405b1a39549} <Debug> DynamicQueryHandler: Done processing query | ||
5726 | 2024.05.16 00:50:53.021682 [ 3 ] {247cc217-7338-4422-b192-a405b1a39549} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
5727 | 2024.05.16 00:50:53.021698 [ 3 ] {} <Debug> HTTP-Session: 48308f87-0bc9-4624-a63b-1fd36ed1b0b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5728 | 2024.05.16 00:50:53.021939 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5729 | 2024.05.16 00:50:53.021992 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5730 | 2024.05.16 00:50:53.022013 [ 3 ] {} <Debug> HTTP-Session: 9a2f6d29-3fde-4b82-9ac6-e01b0fdc76b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5731 | 2024.05.16 00:50:53.022031 [ 3 ] {} <Debug> HTTP-Session: 9a2f6d29-3fde-4b82-9ac6-e01b0fdc76b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5732 | 2024.05.16 00:50:53.022045 [ 3 ] {} <Debug> HTTP-Session: 9a2f6d29-3fde-4b82-9ac6-e01b0fdc76b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5733 | 2024.05.16 00:50:53.022080 [ 3 ] {} <Trace> HTTP-Session: 9a2f6d29-3fde-4b82-9ac6-e01b0fdc76b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5734 | 2024.05.16 00:50:53.022248 [ 3 ] {853e1181-3602-407b-b7a3-92eeb21867f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5735 | 2024.05.16 00:50:53.022303 [ 3 ] {853e1181-3602-407b-b7a3-92eeb21867f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5736 | 2024.05.16 00:50:53.022476 [ 3 ] {853e1181-3602-407b-b7a3-92eeb21867f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5737 | 2024.05.16 00:50:53.022875 [ 3 ] {853e1181-3602-407b-b7a3-92eeb21867f0} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5738 | 2024.05.16 00:50:53.022913 [ 3 ] {853e1181-3602-407b-b7a3-92eeb21867f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
5739 | 2024.05.16 00:50:53.023305 [ 3 ] {853e1181-3602-407b-b7a3-92eeb21867f0} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5740 | 2024.05.16 00:50:53.023667 [ 3 ] {853e1181-3602-407b-b7a3-92eeb21867f0} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5741 | 2024.05.16 00:50:53.023825 [ 3 ] {853e1181-3602-407b-b7a3-92eeb21867f0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001651 sec., 96910.96305269534 rows/sec., 6.75 MiB/sec. | ||
5742 | 2024.05.16 00:50:53.023997 [ 3 ] {853e1181-3602-407b-b7a3-92eeb21867f0} <Debug> DynamicQueryHandler: Done processing query | ||
5743 | 2024.05.16 00:50:53.024022 [ 3 ] {853e1181-3602-407b-b7a3-92eeb21867f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5744 | 2024.05.16 00:50:53.024038 [ 3 ] {} <Debug> HTTP-Session: 9a2f6d29-3fde-4b82-9ac6-e01b0fdc76b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5745 | 2024.05.16 00:50:53.024202 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 32123, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5746 | 2024.05.16 00:50:53.024252 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5747 | 2024.05.16 00:50:53.024271 [ 3 ] {} <Debug> HTTP-Session: 4a9db684-ef08-409c-93a2-4f1315907b02 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5748 | 2024.05.16 00:50:53.024287 [ 3 ] {} <Debug> HTTP-Session: 4a9db684-ef08-409c-93a2-4f1315907b02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5749 | 2024.05.16 00:50:53.024300 [ 3 ] {} <Debug> HTTP-Session: 4a9db684-ef08-409c-93a2-4f1315907b02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5750 | 2024.05.16 00:50:53.024330 [ 3 ] {} <Trace> HTTP-Session: 4a9db684-ef08-409c-93a2-4f1315907b02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5751 | 2024.05.16 00:50:53.024615 [ 3 ] {98e438b1-e8e8-4bc4-bff9-df96a67831b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5752 | 2024.05.16 00:50:53.024666 [ 3 ] {98e438b1-e8e8-4bc4-bff9-df96a67831b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5753 | 2024.05.16 00:50:53.024824 [ 3 ] {98e438b1-e8e8-4bc4-bff9-df96a67831b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5754 | 2024.05.16 00:50:53.025235 [ 3 ] {98e438b1-e8e8-4bc4-bff9-df96a67831b1} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5755 | 2024.05.16 00:50:53.025271 [ 3 ] {98e438b1-e8e8-4bc4-bff9-df96a67831b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
5756 | 2024.05.16 00:50:53.025663 [ 3 ] {98e438b1-e8e8-4bc4-bff9-df96a67831b1} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
5757 | 2024.05.16 00:50:53.025992 [ 3 ] {98e438b1-e8e8-4bc4-bff9-df96a67831b1} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5758 | 2024.05.16 00:50:53.026150 [ 3 ] {98e438b1-e8e8-4bc4-bff9-df96a67831b1} <Debug> executeQuery: Read 30 rows, 41.46 KiB in 0.001747 sec., 17172.29536348025 rows/sec., 23.17 MiB/sec. | ||
5759 | 2024.05.16 00:50:53.026307 [ 3 ] {98e438b1-e8e8-4bc4-bff9-df96a67831b1} <Debug> DynamicQueryHandler: Done processing query | ||
5760 | 2024.05.16 00:50:53.026331 [ 3 ] {98e438b1-e8e8-4bc4-bff9-df96a67831b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
5761 | 2024.05.16 00:50:53.026347 [ 3 ] {} <Debug> HTTP-Session: 4a9db684-ef08-409c-93a2-4f1315907b02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5762 | 2024.05.16 00:50:53.026523 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5763 | 2024.05.16 00:50:53.026571 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5764 | 2024.05.16 00:50:53.026592 [ 3 ] {} <Debug> HTTP-Session: dda5e709-dbee-4737-a7f5-5395786f1ed0 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5765 | 2024.05.16 00:50:53.026608 [ 3 ] {} <Debug> HTTP-Session: dda5e709-dbee-4737-a7f5-5395786f1ed0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5766 | 2024.05.16 00:50:53.026621 [ 3 ] {} <Debug> HTTP-Session: dda5e709-dbee-4737-a7f5-5395786f1ed0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5767 | 2024.05.16 00:50:53.026651 [ 3 ] {} <Trace> HTTP-Session: dda5e709-dbee-4737-a7f5-5395786f1ed0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5768 | 2024.05.16 00:50:53.026760 [ 3 ] {97d284c6-c176-48ae-ba59-349aec563134} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5769 | 2024.05.16 00:50:53.026808 [ 3 ] {97d284c6-c176-48ae-ba59-349aec563134} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5770 | 2024.05.16 00:50:53.026932 [ 3 ] {97d284c6-c176-48ae-ba59-349aec563134} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5771 | 2024.05.16 00:50:53.027180 [ 3 ] {97d284c6-c176-48ae-ba59-349aec563134} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5772 | 2024.05.16 00:50:53.027217 [ 3 ] {97d284c6-c176-48ae-ba59-349aec563134} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
5773 | 2024.05.16 00:50:53.027558 [ 3 ] {97d284c6-c176-48ae-ba59-349aec563134} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5774 | 2024.05.16 00:50:53.027865 [ 3 ] {97d284c6-c176-48ae-ba59-349aec563134} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5775 | 2024.05.16 00:50:53.028025 [ 3 ] {97d284c6-c176-48ae-ba59-349aec563134} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001303 sec., 46047.58250191865 rows/sec., 3.10 MiB/sec. | ||
5776 | 2024.05.16 00:50:53.028179 [ 3 ] {97d284c6-c176-48ae-ba59-349aec563134} <Debug> DynamicQueryHandler: Done processing query | ||
5777 | 2024.05.16 00:50:53.028204 [ 3 ] {97d284c6-c176-48ae-ba59-349aec563134} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5778 | 2024.05.16 00:50:53.028219 [ 3 ] {} <Debug> HTTP-Session: dda5e709-dbee-4737-a7f5-5395786f1ed0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5779 | 2024.05.16 00:50:58.012396 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5780 | 2024.05.16 00:50:58.012551 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5781 | 2024.05.16 00:50:58.012590 [ 3 ] {} <Debug> HTTP-Session: 1f69ab74-ae71-4111-a1bf-af6f54475b57 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5782 | 2024.05.16 00:50:58.012625 [ 3 ] {} <Debug> HTTP-Session: 1f69ab74-ae71-4111-a1bf-af6f54475b57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5783 | 2024.05.16 00:50:58.012647 [ 3 ] {} <Debug> HTTP-Session: 1f69ab74-ae71-4111-a1bf-af6f54475b57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5784 | 2024.05.16 00:50:58.012710 [ 3 ] {} <Trace> HTTP-Session: 1f69ab74-ae71-4111-a1bf-af6f54475b57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5785 | 2024.05.16 00:50:58.012954 [ 3 ] {f187e9bd-2559-4926-9558-35dde84ba100} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5786 | 2024.05.16 00:50:58.013040 [ 3 ] {f187e9bd-2559-4926-9558-35dde84ba100} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5787 | 2024.05.16 00:50:58.013284 [ 3 ] {f187e9bd-2559-4926-9558-35dde84ba100} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5788 | 2024.05.16 00:50:58.013706 [ 3 ] {f187e9bd-2559-4926-9558-35dde84ba100} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5789 | 2024.05.16 00:50:58.013748 [ 3 ] {f187e9bd-2559-4926-9558-35dde84ba100} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
5790 | 2024.05.16 00:50:58.014117 [ 3 ] {f187e9bd-2559-4926-9558-35dde84ba100} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5791 | 2024.05.16 00:50:58.014444 [ 3 ] {f187e9bd-2559-4926-9558-35dde84ba100} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5792 | 2024.05.16 00:50:58.014607 [ 3 ] {f187e9bd-2559-4926-9558-35dde84ba100} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001736 sec., 32258.064516129034 rows/sec., 2.46 MiB/sec. | ||
5793 | 2024.05.16 00:50:58.014836 [ 3 ] {f187e9bd-2559-4926-9558-35dde84ba100} <Debug> DynamicQueryHandler: Done processing query | ||
5794 | 2024.05.16 00:50:58.014864 [ 3 ] {f187e9bd-2559-4926-9558-35dde84ba100} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5795 | 2024.05.16 00:50:58.014880 [ 3 ] {} <Debug> HTTP-Session: 1f69ab74-ae71-4111-a1bf-af6f54475b57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5796 | 2024.05.16 00:50:58.015034 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5797 | 2024.05.16 00:50:58.015085 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5798 | 2024.05.16 00:50:58.015105 [ 3 ] {} <Debug> HTTP-Session: 8a26d435-a2f9-42d4-b620-a50a86529dd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5799 | 2024.05.16 00:50:58.015123 [ 3 ] {} <Debug> HTTP-Session: 8a26d435-a2f9-42d4-b620-a50a86529dd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5800 | 2024.05.16 00:50:58.015137 [ 3 ] {} <Debug> HTTP-Session: 8a26d435-a2f9-42d4-b620-a50a86529dd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5801 | 2024.05.16 00:50:58.015169 [ 3 ] {} <Trace> HTTP-Session: 8a26d435-a2f9-42d4-b620-a50a86529dd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5802 | 2024.05.16 00:50:58.015290 [ 3 ] {cbe0ce44-743f-4a6f-bbdc-d8fc3850d817} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5803 | 2024.05.16 00:50:58.015333 [ 3 ] {cbe0ce44-743f-4a6f-bbdc-d8fc3850d817} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5804 | 2024.05.16 00:50:58.015459 [ 3 ] {cbe0ce44-743f-4a6f-bbdc-d8fc3850d817} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5805 | 2024.05.16 00:50:58.015793 [ 3 ] {cbe0ce44-743f-4a6f-bbdc-d8fc3850d817} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5806 | 2024.05.16 00:50:58.015838 [ 3 ] {cbe0ce44-743f-4a6f-bbdc-d8fc3850d817} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
5807 | 2024.05.16 00:50:58.016233 [ 3 ] {cbe0ce44-743f-4a6f-bbdc-d8fc3850d817} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5808 | 2024.05.16 00:50:58.016645 [ 3 ] {cbe0ce44-743f-4a6f-bbdc-d8fc3850d817} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5809 | 2024.05.16 00:50:58.016826 [ 3 ] {cbe0ce44-743f-4a6f-bbdc-d8fc3850d817} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001572 sec., 40712.46819338422 rows/sec., 3.18 MiB/sec. | ||
5810 | 2024.05.16 00:50:58.016985 [ 3 ] {cbe0ce44-743f-4a6f-bbdc-d8fc3850d817} <Debug> DynamicQueryHandler: Done processing query | ||
5811 | 2024.05.16 00:50:58.017009 [ 3 ] {cbe0ce44-743f-4a6f-bbdc-d8fc3850d817} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
5812 | 2024.05.16 00:50:58.017025 [ 3 ] {} <Debug> HTTP-Session: 8a26d435-a2f9-42d4-b620-a50a86529dd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5813 | 2024.05.16 00:50:58.017220 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5814 | 2024.05.16 00:50:58.017270 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5815 | 2024.05.16 00:50:58.017289 [ 3 ] {} <Debug> HTTP-Session: ade8790a-a90e-439f-bedb-a0832b7f2e31 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5816 | 2024.05.16 00:50:58.017306 [ 3 ] {} <Debug> HTTP-Session: ade8790a-a90e-439f-bedb-a0832b7f2e31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5817 | 2024.05.16 00:50:58.017321 [ 3 ] {} <Debug> HTTP-Session: ade8790a-a90e-439f-bedb-a0832b7f2e31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5818 | 2024.05.16 00:50:58.017351 [ 3 ] {} <Trace> HTTP-Session: ade8790a-a90e-439f-bedb-a0832b7f2e31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5819 | 2024.05.16 00:50:58.017491 [ 3 ] {03f8b9ac-d0d9-40ab-b8aa-cea084499c07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5820 | 2024.05.16 00:50:58.017537 [ 3 ] {03f8b9ac-d0d9-40ab-b8aa-cea084499c07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5821 | 2024.05.16 00:50:58.017681 [ 3 ] {03f8b9ac-d0d9-40ab-b8aa-cea084499c07} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5822 | 2024.05.16 00:50:58.018015 [ 3 ] {03f8b9ac-d0d9-40ab-b8aa-cea084499c07} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5823 | 2024.05.16 00:50:58.018051 [ 3 ] {03f8b9ac-d0d9-40ab-b8aa-cea084499c07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
5824 | 2024.05.16 00:50:58.018432 [ 3 ] {03f8b9ac-d0d9-40ab-b8aa-cea084499c07} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5825 | 2024.05.16 00:50:58.018766 [ 3 ] {03f8b9ac-d0d9-40ab-b8aa-cea084499c07} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5826 | 2024.05.16 00:50:58.018921 [ 3 ] {03f8b9ac-d0d9-40ab-b8aa-cea084499c07} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001488 sec., 107526.88172043012 rows/sec., 7.49 MiB/sec. | ||
5827 | 2024.05.16 00:50:58.019075 [ 3 ] {03f8b9ac-d0d9-40ab-b8aa-cea084499c07} <Debug> DynamicQueryHandler: Done processing query | ||
5828 | 2024.05.16 00:50:58.019099 [ 3 ] {03f8b9ac-d0d9-40ab-b8aa-cea084499c07} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5829 | 2024.05.16 00:50:58.019118 [ 3 ] {} <Debug> HTTP-Session: ade8790a-a90e-439f-bedb-a0832b7f2e31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5830 | 2024.05.16 00:50:58.019264 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5831 | 2024.05.16 00:50:58.019312 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5832 | 2024.05.16 00:50:58.019331 [ 3 ] {} <Debug> HTTP-Session: 0d637584-6475-4262-80f8-83c472925cd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5833 | 2024.05.16 00:50:58.019347 [ 3 ] {} <Debug> HTTP-Session: 0d637584-6475-4262-80f8-83c472925cd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5834 | 2024.05.16 00:50:58.019360 [ 3 ] {} <Debug> HTTP-Session: 0d637584-6475-4262-80f8-83c472925cd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5835 | 2024.05.16 00:50:58.019390 [ 3 ] {} <Trace> HTTP-Session: 0d637584-6475-4262-80f8-83c472925cd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5836 | 2024.05.16 00:50:58.019498 [ 3 ] {da92c81d-f7a1-4528-87d6-b9775d1e4681} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5837 | 2024.05.16 00:50:58.019541 [ 3 ] {da92c81d-f7a1-4528-87d6-b9775d1e4681} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5838 | 2024.05.16 00:50:58.019663 [ 3 ] {da92c81d-f7a1-4528-87d6-b9775d1e4681} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5839 | 2024.05.16 00:50:58.020022 [ 3 ] {da92c81d-f7a1-4528-87d6-b9775d1e4681} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5840 | 2024.05.16 00:50:58.020060 [ 3 ] {da92c81d-f7a1-4528-87d6-b9775d1e4681} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
5841 | 2024.05.16 00:50:58.020404 [ 3 ] {da92c81d-f7a1-4528-87d6-b9775d1e4681} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5842 | 2024.05.16 00:50:58.020723 [ 3 ] {da92c81d-f7a1-4528-87d6-b9775d1e4681} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5843 | 2024.05.16 00:50:58.020886 [ 3 ] {da92c81d-f7a1-4528-87d6-b9775d1e4681} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001418 sec., 42313.11706629055 rows/sec., 2.85 MiB/sec. | ||
5844 | 2024.05.16 00:50:58.021137 [ 3 ] {da92c81d-f7a1-4528-87d6-b9775d1e4681} <Debug> DynamicQueryHandler: Done processing query | ||
5845 | 2024.05.16 00:50:58.021195 [ 3 ] {da92c81d-f7a1-4528-87d6-b9775d1e4681} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5846 | 2024.05.16 00:50:58.021236 [ 3 ] {} <Debug> HTTP-Session: 0d637584-6475-4262-80f8-83c472925cd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5847 | 2024.05.16 00:51:00.063750 [ 98 ] {} <Debug> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 | ||
5848 | 2024.05.16 00:51:00.063831 [ 98 ] {} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5849 | 2024.05.16 00:51:00.063855 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
5850 | 2024.05.16 00:51:00.064046 [ 198 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::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 | ||
5851 | 2024.05.16 00:51:00.064250 [ 198 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5852 | 2024.05.16 00:51:00.064287 [ 198 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 12 rows starting from the beginning of the part | ||
5853 | 2024.05.16 00:51:00.064364 [ 198 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part | ||
5854 | 2024.05.16 00:51:00.064548 [ 198 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::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 | ||
5855 | 2024.05.16 00:51:00.064745 [ 198 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part | ||
5856 | 2024.05.16 00:51:00.064965 [ 198 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part | ||
5857 | 2024.05.16 00:51:00.066008 [ 190 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.002078699 sec., 12507.823403003515 rows/sec., 873.35 KiB/sec. | ||
5858 | 2024.05.16 00:51:00.066184 [ 191 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
5859 | 2024.05.16 00:51:00.066638 [ 191 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_10_2} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5860 | 2024.05.16 00:51:00.066727 [ 191 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_10_2} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 | ||
5861 | 2024.05.16 00:51:00.066829 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
5862 | 2024.05.16 00:51:01.308648 [ 97 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5863 | 2024.05.16 00:51:01.308701 [ 97 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5864 | 2024.05.16 00:51:01.335117 [ 97 ] {} <Debug> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 | ||
5865 | 2024.05.16 00:51:01.335162 [ 97 ] {} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5866 | 2024.05.16 00:51:01.335189 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
5867 | 2024.05.16 00:51:01.335343 [ 189 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::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 | ||
5868 | 2024.05.16 00:51:01.335731 [ 189 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5869 | 2024.05.16 00:51:01.335778 [ 189 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 12 rows starting from the beginning of the part | ||
5870 | 2024.05.16 00:51:01.335870 [ 189 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part | ||
5871 | 2024.05.16 00:51:01.336102 [ 189 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::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 | ||
5872 | 2024.05.16 00:51:01.336474 [ 189 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part | ||
5873 | 2024.05.16 00:51:01.336626 [ 189 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part | ||
5874 | 2024.05.16 00:51:01.337738 [ 191 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.002479589 sec., 10485.608703700493 rows/sec., 855.03 KiB/sec. | ||
5875 | 2024.05.16 00:51:01.337963 [ 190 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
5876 | 2024.05.16 00:51:01.338469 [ 190 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_10_2} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5877 | 2024.05.16 00:51:01.338560 [ 190 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_10_2} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 | ||
5878 | 2024.05.16 00:51:01.338660 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
5879 | 2024.05.16 00:51:02.001237 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00087518 sec. | ||
5880 | 2024.05.16 00:51:03.014112 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5881 | 2024.05.16 00:51:03.014226 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5882 | 2024.05.16 00:51:03.014255 [ 3 ] {} <Debug> HTTP-Session: f240bb46-21e7-43c5-a9dc-5fd04c351e1f Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5883 | 2024.05.16 00:51:03.014284 [ 3 ] {} <Debug> HTTP-Session: f240bb46-21e7-43c5-a9dc-5fd04c351e1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5884 | 2024.05.16 00:51:03.014302 [ 3 ] {} <Debug> HTTP-Session: f240bb46-21e7-43c5-a9dc-5fd04c351e1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5885 | 2024.05.16 00:51:03.014356 [ 3 ] {} <Trace> HTTP-Session: f240bb46-21e7-43c5-a9dc-5fd04c351e1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5886 | 2024.05.16 00:51:03.014554 [ 3 ] {cd122d77-d2d2-4e3f-be98-911f7146f2e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5887 | 2024.05.16 00:51:03.014617 [ 3 ] {cd122d77-d2d2-4e3f-be98-911f7146f2e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5888 | 2024.05.16 00:51:03.014804 [ 3 ] {cd122d77-d2d2-4e3f-be98-911f7146f2e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5889 | 2024.05.16 00:51:03.015215 [ 3 ] {cd122d77-d2d2-4e3f-be98-911f7146f2e3} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5890 | 2024.05.16 00:51:03.015259 [ 3 ] {cd122d77-d2d2-4e3f-be98-911f7146f2e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
5891 | 2024.05.16 00:51:03.015622 [ 3 ] {cd122d77-d2d2-4e3f-be98-911f7146f2e3} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
5892 | 2024.05.16 00:51:03.015950 [ 3 ] {cd122d77-d2d2-4e3f-be98-911f7146f2e3} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5893 | 2024.05.16 00:51:03.016095 [ 3 ] {cd122d77-d2d2-4e3f-be98-911f7146f2e3} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001602 sec., 18726.591760299627 rows/sec., 1.48 MiB/sec. | ||
5894 | 2024.05.16 00:51:03.016382 [ 3 ] {cd122d77-d2d2-4e3f-be98-911f7146f2e3} <Debug> DynamicQueryHandler: Done processing query | ||
5895 | 2024.05.16 00:51:03.016410 [ 3 ] {cd122d77-d2d2-4e3f-be98-911f7146f2e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5896 | 2024.05.16 00:51:03.016427 [ 3 ] {} <Debug> HTTP-Session: f240bb46-21e7-43c5-a9dc-5fd04c351e1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5897 | 2024.05.16 00:51:03.016568 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5898 | 2024.05.16 00:51:03.016623 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5899 | 2024.05.16 00:51:03.016643 [ 3 ] {} <Debug> HTTP-Session: 79f51c49-6499-4e9f-857d-4c8bc77f5dfe Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5900 | 2024.05.16 00:51:03.016661 [ 3 ] {} <Debug> HTTP-Session: 79f51c49-6499-4e9f-857d-4c8bc77f5dfe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5901 | 2024.05.16 00:51:03.016675 [ 3 ] {} <Debug> HTTP-Session: 79f51c49-6499-4e9f-857d-4c8bc77f5dfe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5902 | 2024.05.16 00:51:03.016710 [ 3 ] {} <Trace> HTTP-Session: 79f51c49-6499-4e9f-857d-4c8bc77f5dfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5903 | 2024.05.16 00:51:03.016817 [ 3 ] {3c5417e0-0a4b-443b-bd9f-094fee43d7b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5904 | 2024.05.16 00:51:03.016863 [ 3 ] {3c5417e0-0a4b-443b-bd9f-094fee43d7b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5905 | 2024.05.16 00:51:03.017012 [ 3 ] {3c5417e0-0a4b-443b-bd9f-094fee43d7b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5906 | 2024.05.16 00:51:03.017308 [ 3 ] {3c5417e0-0a4b-443b-bd9f-094fee43d7b2} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5907 | 2024.05.16 00:51:03.017343 [ 3 ] {3c5417e0-0a4b-443b-bd9f-094fee43d7b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
5908 | 2024.05.16 00:51:03.017641 [ 3 ] {3c5417e0-0a4b-443b-bd9f-094fee43d7b2} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5909 | 2024.05.16 00:51:03.017950 [ 3 ] {3c5417e0-0a4b-443b-bd9f-094fee43d7b2} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5910 | 2024.05.16 00:51:03.018077 [ 3 ] {3c5417e0-0a4b-443b-bd9f-094fee43d7b2} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001291 sec., 3098.3733539891555 rows/sec., 252.65 KiB/sec. | ||
5911 | 2024.05.16 00:51:03.018277 [ 3 ] {3c5417e0-0a4b-443b-bd9f-094fee43d7b2} <Debug> DynamicQueryHandler: Done processing query | ||
5912 | 2024.05.16 00:51:03.018301 [ 3 ] {3c5417e0-0a4b-443b-bd9f-094fee43d7b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5913 | 2024.05.16 00:51:03.018317 [ 3 ] {} <Debug> HTTP-Session: 79f51c49-6499-4e9f-857d-4c8bc77f5dfe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5914 | 2024.05.16 00:51:03.018494 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 21669, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5915 | 2024.05.16 00:51:03.018543 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5916 | 2024.05.16 00:51:03.018563 [ 3 ] {} <Debug> HTTP-Session: d552ba4d-ae94-47f9-8ed2-d94e70620a32 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5917 | 2024.05.16 00:51:03.018579 [ 3 ] {} <Debug> HTTP-Session: d552ba4d-ae94-47f9-8ed2-d94e70620a32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5918 | 2024.05.16 00:51:03.018598 [ 3 ] {} <Debug> HTTP-Session: d552ba4d-ae94-47f9-8ed2-d94e70620a32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5919 | 2024.05.16 00:51:03.018631 [ 3 ] {} <Trace> HTTP-Session: d552ba4d-ae94-47f9-8ed2-d94e70620a32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5920 | 2024.05.16 00:51:03.018766 [ 3 ] {288d2d60-95ad-4296-9c60-2ed4132d9a09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5921 | 2024.05.16 00:51:03.018809 [ 3 ] {288d2d60-95ad-4296-9c60-2ed4132d9a09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5922 | 2024.05.16 00:51:03.018933 [ 3 ] {288d2d60-95ad-4296-9c60-2ed4132d9a09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5923 | 2024.05.16 00:51:03.019285 [ 3 ] {288d2d60-95ad-4296-9c60-2ed4132d9a09} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5924 | 2024.05.16 00:51:03.019319 [ 3 ] {288d2d60-95ad-4296-9c60-2ed4132d9a09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
5925 | 2024.05.16 00:51:03.019631 [ 3 ] {288d2d60-95ad-4296-9c60-2ed4132d9a09} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
5926 | 2024.05.16 00:51:03.019933 [ 3 ] {288d2d60-95ad-4296-9c60-2ed4132d9a09} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5927 | 2024.05.16 00:51:03.020058 [ 3 ] {288d2d60-95ad-4296-9c60-2ed4132d9a09} <Debug> executeQuery: Read 148 rows, 12.67 KiB in 0.001349 sec., 109710.89696071165 rows/sec., 9.17 MiB/sec. | ||
5928 | 2024.05.16 00:51:03.020341 [ 3 ] {288d2d60-95ad-4296-9c60-2ed4132d9a09} <Debug> DynamicQueryHandler: Done processing query | ||
5929 | 2024.05.16 00:51:03.020380 [ 3 ] {288d2d60-95ad-4296-9c60-2ed4132d9a09} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5930 | 2024.05.16 00:51:03.020397 [ 3 ] {} <Debug> HTTP-Session: d552ba4d-ae94-47f9-8ed2-d94e70620a32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5931 | 2024.05.16 00:51:03.020525 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5932 | 2024.05.16 00:51:03.020575 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5933 | 2024.05.16 00:51:03.020594 [ 3 ] {} <Debug> HTTP-Session: 0d1cb681-eb62-401a-8f84-2b2fe483367e Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5934 | 2024.05.16 00:51:03.020611 [ 3 ] {} <Debug> HTTP-Session: 0d1cb681-eb62-401a-8f84-2b2fe483367e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5935 | 2024.05.16 00:51:03.020625 [ 3 ] {} <Debug> HTTP-Session: 0d1cb681-eb62-401a-8f84-2b2fe483367e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5936 | 2024.05.16 00:51:03.020656 [ 3 ] {} <Trace> HTTP-Session: 0d1cb681-eb62-401a-8f84-2b2fe483367e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5937 | 2024.05.16 00:51:03.020753 [ 3 ] {18df362d-0681-4c88-a9eb-8586650a075f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5938 | 2024.05.16 00:51:03.020798 [ 3 ] {18df362d-0681-4c88-a9eb-8586650a075f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5939 | 2024.05.16 00:51:03.020939 [ 3 ] {18df362d-0681-4c88-a9eb-8586650a075f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5940 | 2024.05.16 00:51:03.021198 [ 3 ] {18df362d-0681-4c88-a9eb-8586650a075f} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5941 | 2024.05.16 00:51:03.021233 [ 3 ] {18df362d-0681-4c88-a9eb-8586650a075f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
5942 | 2024.05.16 00:51:03.021518 [ 3 ] {18df362d-0681-4c88-a9eb-8586650a075f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5943 | 2024.05.16 00:51:03.021816 [ 3 ] {18df362d-0681-4c88-a9eb-8586650a075f} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5944 | 2024.05.16 00:51:03.021949 [ 3 ] {18df362d-0681-4c88-a9eb-8586650a075f} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001219 sec., 3281.3781788351107 rows/sec., 229.12 KiB/sec. | ||
5945 | 2024.05.16 00:51:03.022168 [ 3 ] {18df362d-0681-4c88-a9eb-8586650a075f} <Debug> DynamicQueryHandler: Done processing query | ||
5946 | 2024.05.16 00:51:03.022193 [ 3 ] {18df362d-0681-4c88-a9eb-8586650a075f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5947 | 2024.05.16 00:51:03.022209 [ 3 ] {} <Debug> HTTP-Session: 0d1cb681-eb62-401a-8f84-2b2fe483367e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5948 | 2024.05.16 00:51:03.022375 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 16653, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5949 | 2024.05.16 00:51:03.022424 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5950 | 2024.05.16 00:51:03.022442 [ 3 ] {} <Debug> HTTP-Session: d1150791-64dd-4d37-8035-d0319f37f083 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5951 | 2024.05.16 00:51:03.022459 [ 3 ] {} <Debug> HTTP-Session: d1150791-64dd-4d37-8035-d0319f37f083 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5952 | 2024.05.16 00:51:03.022474 [ 3 ] {} <Debug> HTTP-Session: d1150791-64dd-4d37-8035-d0319f37f083 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5953 | 2024.05.16 00:51:03.022504 [ 3 ] {} <Trace> HTTP-Session: d1150791-64dd-4d37-8035-d0319f37f083 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5954 | 2024.05.16 00:51:03.022623 [ 3 ] {436ae55c-b8dc-43b3-8987-6039a201da46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5955 | 2024.05.16 00:51:03.022665 [ 3 ] {436ae55c-b8dc-43b3-8987-6039a201da46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5956 | 2024.05.16 00:51:03.022790 [ 3 ] {436ae55c-b8dc-43b3-8987-6039a201da46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5957 | 2024.05.16 00:51:03.023118 [ 3 ] {436ae55c-b8dc-43b3-8987-6039a201da46} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5958 | 2024.05.16 00:51:03.023153 [ 3 ] {436ae55c-b8dc-43b3-8987-6039a201da46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
5959 | 2024.05.16 00:51:03.023456 [ 3 ] {436ae55c-b8dc-43b3-8987-6039a201da46} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
5960 | 2024.05.16 00:51:03.023758 [ 3 ] {436ae55c-b8dc-43b3-8987-6039a201da46} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5961 | 2024.05.16 00:51:03.023883 [ 3 ] {436ae55c-b8dc-43b3-8987-6039a201da46} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001303 sec., 75211.05141980047 rows/sec., 5.88 MiB/sec. | ||
5962 | 2024.05.16 00:51:03.024033 [ 3 ] {436ae55c-b8dc-43b3-8987-6039a201da46} <Debug> DynamicQueryHandler: Done processing query | ||
5963 | 2024.05.16 00:51:03.024056 [ 3 ] {436ae55c-b8dc-43b3-8987-6039a201da46} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
5964 | 2024.05.16 00:51:03.024071 [ 3 ] {} <Debug> HTTP-Session: d1150791-64dd-4d37-8035-d0319f37f083 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5965 | 2024.05.16 00:51:03.024234 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 31014, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5966 | 2024.05.16 00:51:03.024283 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5967 | 2024.05.16 00:51:03.024301 [ 3 ] {} <Debug> HTTP-Session: 818dcfa7-69ab-4d2c-a6fa-1d2d7a91a1bc Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5968 | 2024.05.16 00:51:03.024317 [ 3 ] {} <Debug> HTTP-Session: 818dcfa7-69ab-4d2c-a6fa-1d2d7a91a1bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5969 | 2024.05.16 00:51:03.024330 [ 3 ] {} <Debug> HTTP-Session: 818dcfa7-69ab-4d2c-a6fa-1d2d7a91a1bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5970 | 2024.05.16 00:51:03.024361 [ 3 ] {} <Trace> HTTP-Session: 818dcfa7-69ab-4d2c-a6fa-1d2d7a91a1bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5971 | 2024.05.16 00:51:03.024505 [ 3 ] {3279f9a1-7fa0-47ec-afe9-8df7db12e3ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5972 | 2024.05.16 00:51:03.024552 [ 3 ] {3279f9a1-7fa0-47ec-afe9-8df7db12e3ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5973 | 2024.05.16 00:51:03.024694 [ 3 ] {3279f9a1-7fa0-47ec-afe9-8df7db12e3ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5974 | 2024.05.16 00:51:03.025103 [ 3 ] {3279f9a1-7fa0-47ec-afe9-8df7db12e3ab} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5975 | 2024.05.16 00:51:03.025139 [ 3 ] {3279f9a1-7fa0-47ec-afe9-8df7db12e3ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
5976 | 2024.05.16 00:51:03.025517 [ 3 ] {3279f9a1-7fa0-47ec-afe9-8df7db12e3ab} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
5977 | 2024.05.16 00:51:03.025839 [ 3 ] {3279f9a1-7fa0-47ec-afe9-8df7db12e3ab} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5978 | 2024.05.16 00:51:03.025964 [ 3 ] {3279f9a1-7fa0-47ec-afe9-8df7db12e3ab} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001526 sec., 106159.89515072084 rows/sec., 7.39 MiB/sec. | ||
5979 | 2024.05.16 00:51:03.026129 [ 3 ] {3279f9a1-7fa0-47ec-afe9-8df7db12e3ab} <Debug> DynamicQueryHandler: Done processing query | ||
5980 | 2024.05.16 00:51:03.026153 [ 3 ] {3279f9a1-7fa0-47ec-afe9-8df7db12e3ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5981 | 2024.05.16 00:51:03.026169 [ 3 ] {} <Debug> HTTP-Session: 818dcfa7-69ab-4d2c-a6fa-1d2d7a91a1bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5982 | 2024.05.16 00:51:03.026334 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 32123, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5983 | 2024.05.16 00:51:03.026383 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5984 | 2024.05.16 00:51:03.026402 [ 3 ] {} <Debug> HTTP-Session: 4b316830-eabb-48e1-b863-607959611723 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
5985 | 2024.05.16 00:51:03.026418 [ 3 ] {} <Debug> HTTP-Session: 4b316830-eabb-48e1-b863-607959611723 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5986 | 2024.05.16 00:51:03.026432 [ 3 ] {} <Debug> HTTP-Session: 4b316830-eabb-48e1-b863-607959611723 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5987 | 2024.05.16 00:51:03.026463 [ 3 ] {} <Trace> HTTP-Session: 4b316830-eabb-48e1-b863-607959611723 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5988 | 2024.05.16 00:51:03.026808 [ 3 ] {753d50e8-22bb-486e-b5ed-6d32f28752f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5989 | 2024.05.16 00:51:03.026857 [ 3 ] {753d50e8-22bb-486e-b5ed-6d32f28752f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5990 | 2024.05.16 00:51:03.027010 [ 3 ] {753d50e8-22bb-486e-b5ed-6d32f28752f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5991 | 2024.05.16 00:51:03.027431 [ 3 ] {753d50e8-22bb-486e-b5ed-6d32f28752f2} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5992 | 2024.05.16 00:51:03.027466 [ 3 ] {753d50e8-22bb-486e-b5ed-6d32f28752f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
5993 | 2024.05.16 00:51:03.027859 [ 3 ] {753d50e8-22bb-486e-b5ed-6d32f28752f2} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
5994 | 2024.05.16 00:51:03.028185 [ 3 ] {753d50e8-22bb-486e-b5ed-6d32f28752f2} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5995 | 2024.05.16 00:51:03.028316 [ 3 ] {753d50e8-22bb-486e-b5ed-6d32f28752f2} <Debug> executeQuery: Read 30 rows, 41.46 KiB in 0.001781 sec., 16844.469399213925 rows/sec., 22.73 MiB/sec. | ||
5996 | 2024.05.16 00:51:03.028469 [ 3 ] {753d50e8-22bb-486e-b5ed-6d32f28752f2} <Debug> DynamicQueryHandler: Done processing query | ||
5997 | 2024.05.16 00:51:03.028493 [ 3 ] {753d50e8-22bb-486e-b5ed-6d32f28752f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
5998 | 2024.05.16 00:51:03.028508 [ 3 ] {} <Debug> HTTP-Session: 4b316830-eabb-48e1-b863-607959611723 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5999 | 2024.05.16 00:51:03.028632 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6000 | 2024.05.16 00:51:03.028680 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6001 | 2024.05.16 00:51:03.028699 [ 3 ] {} <Debug> HTTP-Session: 77415d4f-4e8f-40dd-98e2-3750cbddf2c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
6002 | 2024.05.16 00:51:03.028715 [ 3 ] {} <Debug> HTTP-Session: 77415d4f-4e8f-40dd-98e2-3750cbddf2c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6003 | 2024.05.16 00:51:03.028728 [ 3 ] {} <Debug> HTTP-Session: 77415d4f-4e8f-40dd-98e2-3750cbddf2c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6004 | 2024.05.16 00:51:03.028760 [ 3 ] {} <Trace> HTTP-Session: 77415d4f-4e8f-40dd-98e2-3750cbddf2c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6005 | 2024.05.16 00:51:03.028882 [ 3 ] {8bec2228-c3a8-447c-8f2b-a8861b3c8e62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6006 | 2024.05.16 00:51:03.028926 [ 3 ] {8bec2228-c3a8-447c-8f2b-a8861b3c8e62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6007 | 2024.05.16 00:51:03.029052 [ 3 ] {8bec2228-c3a8-447c-8f2b-a8861b3c8e62} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6008 | 2024.05.16 00:51:03.029360 [ 3 ] {8bec2228-c3a8-447c-8f2b-a8861b3c8e62} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6009 | 2024.05.16 00:51:03.029397 [ 3 ] {8bec2228-c3a8-447c-8f2b-a8861b3c8e62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
6010 | 2024.05.16 00:51:03.029748 [ 3 ] {8bec2228-c3a8-447c-8f2b-a8861b3c8e62} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
6011 | 2024.05.16 00:51:03.030073 [ 3 ] {8bec2228-c3a8-447c-8f2b-a8861b3c8e62} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6012 | 2024.05.16 00:51:03.030197 [ 3 ] {8bec2228-c3a8-447c-8f2b-a8861b3c8e62} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001366 sec., 43923.86530014641 rows/sec., 2.96 MiB/sec. | ||
6013 | 2024.05.16 00:51:03.030358 [ 3 ] {8bec2228-c3a8-447c-8f2b-a8861b3c8e62} <Debug> DynamicQueryHandler: Done processing query | ||
6014 | 2024.05.16 00:51:03.030383 [ 3 ] {8bec2228-c3a8-447c-8f2b-a8861b3c8e62} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6015 | 2024.05.16 00:51:03.030399 [ 3 ] {} <Debug> HTTP-Session: 77415d4f-4e8f-40dd-98e2-3750cbddf2c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6016 | 2024.05.16 00:51:08.012549 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6017 | 2024.05.16 00:51:08.012673 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6018 | 2024.05.16 00:51:08.012698 [ 3 ] {} <Debug> HTTP-Session: 44234e18-bc47-4ffa-bb6b-7b3b5a9eada3 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
6019 | 2024.05.16 00:51:08.012721 [ 3 ] {} <Debug> HTTP-Session: 44234e18-bc47-4ffa-bb6b-7b3b5a9eada3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6020 | 2024.05.16 00:51:08.012736 [ 3 ] {} <Debug> HTTP-Session: 44234e18-bc47-4ffa-bb6b-7b3b5a9eada3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6021 | 2024.05.16 00:51:08.012784 [ 3 ] {} <Trace> HTTP-Session: 44234e18-bc47-4ffa-bb6b-7b3b5a9eada3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6022 | 2024.05.16 00:51:08.012974 [ 3 ] {900d3ec6-85db-4783-b5ef-7a271418d501} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6023 | 2024.05.16 00:51:08.013035 [ 3 ] {900d3ec6-85db-4783-b5ef-7a271418d501} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6024 | 2024.05.16 00:51:08.013215 [ 3 ] {900d3ec6-85db-4783-b5ef-7a271418d501} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6025 | 2024.05.16 00:51:08.013633 [ 3 ] {900d3ec6-85db-4783-b5ef-7a271418d501} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6026 | 2024.05.16 00:51:08.013675 [ 3 ] {900d3ec6-85db-4783-b5ef-7a271418d501} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
6027 | 2024.05.16 00:51:08.014036 [ 3 ] {900d3ec6-85db-4783-b5ef-7a271418d501} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
6028 | 2024.05.16 00:51:08.014355 [ 3 ] {900d3ec6-85db-4783-b5ef-7a271418d501} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6029 | 2024.05.16 00:51:08.014520 [ 3 ] {900d3ec6-85db-4783-b5ef-7a271418d501} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001606 sec., 34869.2403486924 rows/sec., 2.66 MiB/sec. | ||
6030 | 2024.05.16 00:51:08.014550 [ 94 ] {} <Debug> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
6031 | 2024.05.16 00:51:08.014656 [ 94 ] {} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6032 | 2024.05.16 00:51:08.014694 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
6033 | 2024.05.16 00:51:08.014779 [ 3 ] {900d3ec6-85db-4783-b5ef-7a271418d501} <Debug> DynamicQueryHandler: Done processing query | ||
6034 | 2024.05.16 00:51:08.014819 [ 3 ] {900d3ec6-85db-4783-b5ef-7a271418d501} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6035 | 2024.05.16 00:51:08.014840 [ 3 ] {} <Debug> HTTP-Session: 44234e18-bc47-4ffa-bb6b-7b3b5a9eada3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6036 | 2024.05.16 00:51:08.014849 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::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 | ||
6037 | 2024.05.16 00:51:08.014980 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6038 | 2024.05.16 00:51:08.015007 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6039 | 2024.05.16 00:51:08.015021 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 190 rows starting from the beginning of the part | ||
6040 | 2024.05.16 00:51:08.015064 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6041 | 2024.05.16 00:51:08.015108 [ 3 ] {} <Debug> HTTP-Session: c875834f-b925-4231-8b4a-0232d040b631 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
6042 | 2024.05.16 00:51:08.015157 [ 3 ] {} <Debug> HTTP-Session: c875834f-b925-4231-8b4a-0232d040b631 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6043 | 2024.05.16 00:51:08.015171 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::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 | ||
6044 | 2024.05.16 00:51:08.015195 [ 3 ] {} <Debug> HTTP-Session: c875834f-b925-4231-8b4a-0232d040b631 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6045 | 2024.05.16 00:51:08.015257 [ 3 ] {} <Trace> HTTP-Session: c875834f-b925-4231-8b4a-0232d040b631 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6046 | 2024.05.16 00:51:08.015272 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 146 rows starting from the beginning of the part | ||
6047 | 2024.05.16 00:51:08.015693 [ 3 ] {30f8e705-5c1a-41ab-8d30-57eaf7ce1441} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6048 | 2024.05.16 00:51:08.015712 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 56 rows starting from the beginning of the part | ||
6049 | 2024.05.16 00:51:08.015783 [ 3 ] {30f8e705-5c1a-41ab-8d30-57eaf7ce1441} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6050 | 2024.05.16 00:51:08.015862 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 148 rows starting from the beginning of the part | ||
6051 | 2024.05.16 00:51:08.016065 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::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 | ||
6052 | 2024.05.16 00:51:08.016435 [ 3 ] {30f8e705-5c1a-41ab-8d30-57eaf7ce1441} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6053 | 2024.05.16 00:51:08.016932 [ 3 ] {30f8e705-5c1a-41ab-8d30-57eaf7ce1441} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6054 | 2024.05.16 00:51:08.016980 [ 3 ] {30f8e705-5c1a-41ab-8d30-57eaf7ce1441} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
6055 | 2024.05.16 00:51:08.017477 [ 3 ] {30f8e705-5c1a-41ab-8d30-57eaf7ce1441} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
6056 | 2024.05.16 00:51:08.017682 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 653 rows, containing 4 columns (4 merged, 0 gathered) in 0.002903528 sec., 224898.81275469018 rows/sec., 18.26 MiB/sec. | ||
6057 | 2024.05.16 00:51:08.017823 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
6058 | 2024.05.16 00:51:08.017934 [ 3 ] {30f8e705-5c1a-41ab-8d30-57eaf7ce1441} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6059 | 2024.05.16 00:51:08.018207 [ 94 ] {} <Debug> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
6060 | 2024.05.16 00:51:08.018230 [ 3 ] {30f8e705-5c1a-41ab-8d30-57eaf7ce1441} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002802 sec., 22840.827980014277 rows/sec., 1.78 MiB/sec. | ||
6061 | 2024.05.16 00:51:08.018313 [ 94 ] {} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6062 | 2024.05.16 00:51:08.018412 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
6063 | 2024.05.16 00:51:08.018572 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_41_8} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6064 | 2024.05.16 00:51:08.018829 [ 3 ] {30f8e705-5c1a-41ab-8d30-57eaf7ce1441} <Debug> DynamicQueryHandler: Done processing query | ||
6065 | 2024.05.16 00:51:08.018873 [ 191 ] {a3945bea-d52e-471f-9886-008e21606338::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 | ||
6066 | 2024.05.16 00:51:08.018891 [ 3 ] {30f8e705-5c1a-41ab-8d30-57eaf7ce1441} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6067 | 2024.05.16 00:51:08.018902 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_41_8} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
6068 | 2024.05.16 00:51:08.018968 [ 3 ] {} <Debug> HTTP-Session: c875834f-b925-4231-8b4a-0232d040b631 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6069 | 2024.05.16 00:51:08.019115 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
6070 | 2024.05.16 00:51:08.019204 [ 191 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6071 | 2024.05.16 00:51:08.019253 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6072 | 2024.05.16 00:51:08.019266 [ 191 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 150 rows starting from the beginning of the part | ||
6073 | 2024.05.16 00:51:08.019351 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6074 | 2024.05.16 00:51:08.019465 [ 3 ] {} <Debug> HTTP-Session: 29bf201a-e48a-48f4-aec7-1dc8c50d166c Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
6075 | 2024.05.16 00:51:08.019545 [ 191 ] {a3945bea-d52e-471f-9886-008e21606338::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 | ||
6076 | 2024.05.16 00:51:08.019554 [ 3 ] {} <Debug> HTTP-Session: 29bf201a-e48a-48f4-aec7-1dc8c50d166c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6077 | 2024.05.16 00:51:08.019616 [ 3 ] {} <Debug> HTTP-Session: 29bf201a-e48a-48f4-aec7-1dc8c50d166c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6078 | 2024.05.16 00:51:08.019754 [ 3 ] {} <Trace> HTTP-Session: 29bf201a-e48a-48f4-aec7-1dc8c50d166c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6079 | 2024.05.16 00:51:08.019787 [ 191 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 94 rows starting from the beginning of the part | ||
6080 | 2024.05.16 00:51:08.020071 [ 191 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 64 rows starting from the beginning of the part | ||
6081 | 2024.05.16 00:51:08.020194 [ 3 ] {f597dfb6-9655-4f19-b2ba-8f18f527955f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6082 | 2024.05.16 00:51:08.020394 [ 3 ] {f597dfb6-9655-4f19-b2ba-8f18f527955f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6083 | 2024.05.16 00:51:08.020412 [ 191 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 98 rows starting from the beginning of the part | ||
6084 | 2024.05.16 00:51:08.020704 [ 191 ] {a3945bea-d52e-471f-9886-008e21606338::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 | ||
6085 | 2024.05.16 00:51:08.021422 [ 3 ] {f597dfb6-9655-4f19-b2ba-8f18f527955f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6086 | 2024.05.16 00:51:08.022419 [ 3 ] {f597dfb6-9655-4f19-b2ba-8f18f527955f} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6087 | 2024.05.16 00:51:08.022493 [ 3 ] {f597dfb6-9655-4f19-b2ba-8f18f527955f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
6088 | 2024.05.16 00:51:08.023563 [ 197 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 536 rows, containing 4 columns (4 merged, 0 gathered) in 0.004974738 sec., 107744.3676430799 rows/sec., 8.42 MiB/sec. | ||
6089 | 2024.05.16 00:51:08.023594 [ 3 ] {f597dfb6-9655-4f19-b2ba-8f18f527955f} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
6090 | 2024.05.16 00:51:08.023782 [ 192 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
6091 | 2024.05.16 00:51:08.024152 [ 3 ] {f597dfb6-9655-4f19-b2ba-8f18f527955f} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6092 | 2024.05.16 00:51:08.024379 [ 94 ] {} <Debug> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
6093 | 2024.05.16 00:51:08.024432 [ 3 ] {f597dfb6-9655-4f19-b2ba-8f18f527955f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004451 sec., 35946.978207144464 rows/sec., 2.50 MiB/sec. | ||
6094 | 2024.05.16 00:51:08.024467 [ 94 ] {} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6095 | 2024.05.16 00:51:08.024584 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
6096 | 2024.05.16 00:51:08.024674 [ 192 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_41_8} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6097 | 2024.05.16 00:51:08.025186 [ 3 ] {f597dfb6-9655-4f19-b2ba-8f18f527955f} <Debug> DynamicQueryHandler: Done processing query | ||
6098 | 2024.05.16 00:51:08.025320 [ 192 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_41_8} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
6099 | 2024.05.16 00:51:08.025331 [ 3 ] {f597dfb6-9655-4f19-b2ba-8f18f527955f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6100 | 2024.05.16 00:51:08.025351 [ 186 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
6101 | 2024.05.16 00:51:08.025441 [ 3 ] {} <Debug> HTTP-Session: 29bf201a-e48a-48f4-aec7-1dc8c50d166c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6102 | 2024.05.16 00:51:08.025804 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
6103 | 2024.05.16 00:51:08.025921 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6104 | 2024.05.16 00:51:08.026119 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6105 | 2024.05.16 00:51:08.026217 [ 3 ] {} <Debug> HTTP-Session: 884fc363-93fc-4905-8af4-a441e9e92b3b Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
6106 | 2024.05.16 00:51:08.026303 [ 3 ] {} <Debug> HTTP-Session: 884fc363-93fc-4905-8af4-a441e9e92b3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6107 | 2024.05.16 00:51:08.026378 [ 3 ] {} <Debug> HTTP-Session: 884fc363-93fc-4905-8af4-a441e9e92b3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6108 | 2024.05.16 00:51:08.026415 [ 186 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6109 | 2024.05.16 00:51:08.026476 [ 3 ] {} <Trace> HTTP-Session: 884fc363-93fc-4905-8af4-a441e9e92b3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6110 | 2024.05.16 00:51:08.026529 [ 186 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 4760 rows starting from the beginning of the part | ||
6111 | 2024.05.16 00:51:08.026791 [ 3 ] {f6f3fdf3-2d00-4295-b3fe-99943fbf6e75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6112 | 2024.05.16 00:51:08.026852 [ 186 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
6113 | 2024.05.16 00:51:08.026920 [ 3 ] {f6f3fdf3-2d00-4295-b3fe-99943fbf6e75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6114 | 2024.05.16 00:51:08.027187 [ 186 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
6115 | 2024.05.16 00:51:08.027519 [ 186 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part | ||
6116 | 2024.05.16 00:51:08.027915 [ 186 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 162 rows starting from the beginning of the part | ||
6117 | 2024.05.16 00:51:08.028081 [ 3 ] {f6f3fdf3-2d00-4295-b3fe-99943fbf6e75} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6118 | 2024.05.16 00:51:08.028237 [ 186 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
6119 | 2024.05.16 00:51:08.029009 [ 3 ] {f6f3fdf3-2d00-4295-b3fe-99943fbf6e75} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6120 | 2024.05.16 00:51:08.029074 [ 3 ] {f6f3fdf3-2d00-4295-b3fe-99943fbf6e75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
6121 | 2024.05.16 00:51:08.029840 [ 3 ] {f6f3fdf3-2d00-4295-b3fe-99943fbf6e75} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
6122 | 2024.05.16 00:51:08.030839 [ 3 ] {f6f3fdf3-2d00-4295-b3fe-99943fbf6e75} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6123 | 2024.05.16 00:51:08.031160 [ 92 ] {} <Debug> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
6124 | 2024.05.16 00:51:08.031165 [ 3 ] {f6f3fdf3-2d00-4295-b3fe-99943fbf6e75} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004543 sec., 13207.131851199647 rows/sec., 911.43 KiB/sec. | ||
6125 | 2024.05.16 00:51:08.031201 [ 92 ] {} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6126 | 2024.05.16 00:51:08.031336 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
6127 | 2024.05.16 00:51:08.031631 [ 197 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
6128 | 2024.05.16 00:51:08.031640 [ 3 ] {f6f3fdf3-2d00-4295-b3fe-99943fbf6e75} <Debug> DynamicQueryHandler: Done processing query | ||
6129 | 2024.05.16 00:51:08.031728 [ 3 ] {f6f3fdf3-2d00-4295-b3fe-99943fbf6e75} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6130 | 2024.05.16 00:51:08.031798 [ 3 ] {} <Debug> HTTP-Session: 884fc363-93fc-4905-8af4-a441e9e92b3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6131 | 2024.05.16 00:51:08.032001 [ 197 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6132 | 2024.05.16 00:51:08.032047 [ 197 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1634 rows starting from the beginning of the part | ||
6133 | 2024.05.16 00:51:08.032151 [ 197 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
6134 | 2024.05.16 00:51:08.032482 [ 197 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
6135 | 2024.05.16 00:51:08.032817 [ 197 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
6136 | 2024.05.16 00:51:08.033114 [ 197 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
6137 | 2024.05.16 00:51:08.033358 [ 197 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
6138 | 2024.05.16 00:51:08.033451 [ 186 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5563 rows, containing 5 columns (5 merged, 0 gathered) in 0.008670485 sec., 641601.9403758844 rows/sec., 44.79 MiB/sec. | ||
6139 | 2024.05.16 00:51:08.033993 [ 186 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
6140 | 2024.05.16 00:51:08.035029 [ 186 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6141 | 2024.05.16 00:51:08.035257 [ 186 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
6142 | 2024.05.16 00:51:08.035427 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.28 MiB. | ||
6143 | 2024.05.16 00:51:08.035828 [ 195 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1934 rows, containing 4 columns (4 merged, 0 gathered) in 0.004385814 sec., 440967.17279848165 rows/sec., 29.65 MiB/sec. | ||
6144 | 2024.05.16 00:51:08.036035 [ 195 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
6145 | 2024.05.16 00:51:08.036445 [ 195 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_41_8} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6146 | 2024.05.16 00:51:08.036530 [ 195 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_41_8} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
6147 | 2024.05.16 00:51:08.036613 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
6148 | 2024.05.16 00:51:13.015565 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6149 | 2024.05.16 00:51:13.015688 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6150 | 2024.05.16 00:51:13.015712 [ 3 ] {} <Debug> HTTP-Session: eec99a83-b673-4b43-91b8-730babf33053 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
6151 | 2024.05.16 00:51:13.015736 [ 3 ] {} <Debug> HTTP-Session: eec99a83-b673-4b43-91b8-730babf33053 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6152 | 2024.05.16 00:51:13.015751 [ 3 ] {} <Debug> HTTP-Session: eec99a83-b673-4b43-91b8-730babf33053 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6153 | 2024.05.16 00:51:13.015797 [ 3 ] {} <Trace> HTTP-Session: eec99a83-b673-4b43-91b8-730babf33053 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6154 | 2024.05.16 00:51:13.015977 [ 3 ] {eefdb8e2-205c-471a-9204-7347d237be49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6155 | 2024.05.16 00:51:13.016040 [ 3 ] {eefdb8e2-205c-471a-9204-7347d237be49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6156 | 2024.05.16 00:51:13.016221 [ 3 ] {eefdb8e2-205c-471a-9204-7347d237be49} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6157 | 2024.05.16 00:51:13.016647 [ 3 ] {eefdb8e2-205c-471a-9204-7347d237be49} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6158 | 2024.05.16 00:51:13.016692 [ 3 ] {eefdb8e2-205c-471a-9204-7347d237be49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
6159 | 2024.05.16 00:51:13.017054 [ 3 ] {eefdb8e2-205c-471a-9204-7347d237be49} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
6160 | 2024.05.16 00:51:13.017384 [ 3 ] {eefdb8e2-205c-471a-9204-7347d237be49} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6161 | 2024.05.16 00:51:13.017544 [ 3 ] {eefdb8e2-205c-471a-9204-7347d237be49} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001621 sec., 18507.09438618137 rows/sec., 1.46 MiB/sec. | ||
6162 | 2024.05.16 00:51:13.017854 [ 3 ] {eefdb8e2-205c-471a-9204-7347d237be49} <Debug> DynamicQueryHandler: Done processing query | ||
6163 | 2024.05.16 00:51:13.017884 [ 3 ] {eefdb8e2-205c-471a-9204-7347d237be49} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6164 | 2024.05.16 00:51:13.017902 [ 3 ] {} <Debug> HTTP-Session: eec99a83-b673-4b43-91b8-730babf33053 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6165 | 2024.05.16 00:51:13.018037 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6166 | 2024.05.16 00:51:13.018090 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6167 | 2024.05.16 00:51:13.018110 [ 3 ] {} <Debug> HTTP-Session: bcc08be0-5932-4be8-8c4c-7b6dfa996e18 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
6168 | 2024.05.16 00:51:13.018129 [ 3 ] {} <Debug> HTTP-Session: bcc08be0-5932-4be8-8c4c-7b6dfa996e18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6169 | 2024.05.16 00:51:13.018143 [ 3 ] {} <Debug> HTTP-Session: bcc08be0-5932-4be8-8c4c-7b6dfa996e18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6170 | 2024.05.16 00:51:13.018177 [ 3 ] {} <Trace> HTTP-Session: bcc08be0-5932-4be8-8c4c-7b6dfa996e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6171 | 2024.05.16 00:51:13.018283 [ 3 ] {73ea6921-e8aa-4f94-b51c-1584e671fc15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6172 | 2024.05.16 00:51:13.018330 [ 3 ] {73ea6921-e8aa-4f94-b51c-1584e671fc15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6173 | 2024.05.16 00:51:13.018478 [ 3 ] {73ea6921-e8aa-4f94-b51c-1584e671fc15} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6174 | 2024.05.16 00:51:13.018874 [ 3 ] {73ea6921-e8aa-4f94-b51c-1584e671fc15} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6175 | 2024.05.16 00:51:13.018912 [ 3 ] {73ea6921-e8aa-4f94-b51c-1584e671fc15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
6176 | 2024.05.16 00:51:13.019211 [ 3 ] {73ea6921-e8aa-4f94-b51c-1584e671fc15} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
6177 | 2024.05.16 00:51:13.019545 [ 3 ] {73ea6921-e8aa-4f94-b51c-1584e671fc15} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6178 | 2024.05.16 00:51:13.019733 [ 3 ] {73ea6921-e8aa-4f94-b51c-1584e671fc15} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001473 sec., 2715.5465037338768 rows/sec., 221.43 KiB/sec. | ||
6179 | 2024.05.16 00:51:13.019996 [ 3 ] {73ea6921-e8aa-4f94-b51c-1584e671fc15} <Debug> DynamicQueryHandler: Done processing query | ||
6180 | 2024.05.16 00:51:13.020030 [ 3 ] {73ea6921-e8aa-4f94-b51c-1584e671fc15} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6181 | 2024.05.16 00:51:13.020052 [ 3 ] {} <Debug> HTTP-Session: bcc08be0-5932-4be8-8c4c-7b6dfa996e18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6182 | 2024.05.16 00:51:13.020271 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 26598, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6183 | 2024.05.16 00:51:13.020334 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6184 | 2024.05.16 00:51:13.021510 [ 3 ] {} <Debug> HTTP-Session: 058ad616-8ec1-46c8-9efe-f4e3f6f46a8a Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
6185 | 2024.05.16 00:51:13.021532 [ 3 ] {} <Debug> HTTP-Session: 058ad616-8ec1-46c8-9efe-f4e3f6f46a8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6186 | 2024.05.16 00:51:13.021547 [ 3 ] {} <Debug> HTTP-Session: 058ad616-8ec1-46c8-9efe-f4e3f6f46a8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6187 | 2024.05.16 00:51:13.021581 [ 3 ] {} <Trace> HTTP-Session: 058ad616-8ec1-46c8-9efe-f4e3f6f46a8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6188 | 2024.05.16 00:51:13.021743 [ 3 ] {01ec035f-76ab-47fc-a4b3-e7e68a3d8d6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6189 | 2024.05.16 00:51:13.021791 [ 3 ] {01ec035f-76ab-47fc-a4b3-e7e68a3d8d6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6190 | 2024.05.16 00:51:13.021934 [ 3 ] {01ec035f-76ab-47fc-a4b3-e7e68a3d8d6c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6191 | 2024.05.16 00:51:13.022356 [ 3 ] {01ec035f-76ab-47fc-a4b3-e7e68a3d8d6c} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6192 | 2024.05.16 00:51:13.022394 [ 3 ] {01ec035f-76ab-47fc-a4b3-e7e68a3d8d6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
6193 | 2024.05.16 00:51:13.022724 [ 3 ] {01ec035f-76ab-47fc-a4b3-e7e68a3d8d6c} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
6194 | 2024.05.16 00:51:13.023026 [ 3 ] {01ec035f-76ab-47fc-a4b3-e7e68a3d8d6c} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6195 | 2024.05.16 00:51:13.023168 [ 3 ] {01ec035f-76ab-47fc-a4b3-e7e68a3d8d6c} <Debug> executeQuery: Read 184 rows, 15.43 KiB in 0.001493 sec., 123241.7950435365 rows/sec., 10.09 MiB/sec. | ||
6196 | 2024.05.16 00:51:13.023441 [ 3 ] {01ec035f-76ab-47fc-a4b3-e7e68a3d8d6c} <Debug> DynamicQueryHandler: Done processing query | ||
6197 | 2024.05.16 00:51:13.023488 [ 3 ] {01ec035f-76ab-47fc-a4b3-e7e68a3d8d6c} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
6198 | 2024.05.16 00:51:13.023516 [ 3 ] {} <Debug> HTTP-Session: 058ad616-8ec1-46c8-9efe-f4e3f6f46a8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6199 | 2024.05.16 00:51:13.023689 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6200 | 2024.05.16 00:51:13.023739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6201 | 2024.05.16 00:51:13.023758 [ 3 ] {} <Debug> HTTP-Session: b7983f42-8dc6-44e2-ae8f-2877b8db4290 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
6202 | 2024.05.16 00:51:13.023775 [ 3 ] {} <Debug> HTTP-Session: b7983f42-8dc6-44e2-ae8f-2877b8db4290 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6203 | 2024.05.16 00:51:13.023788 [ 3 ] {} <Debug> HTTP-Session: b7983f42-8dc6-44e2-ae8f-2877b8db4290 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6204 | 2024.05.16 00:51:13.023821 [ 3 ] {} <Trace> HTTP-Session: b7983f42-8dc6-44e2-ae8f-2877b8db4290 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6205 | 2024.05.16 00:51:13.023920 [ 3 ] {395d913a-751d-49ad-ad92-48968dda96e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6206 | 2024.05.16 00:51:13.023965 [ 3 ] {395d913a-751d-49ad-ad92-48968dda96e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6207 | 2024.05.16 00:51:13.024108 [ 3 ] {395d913a-751d-49ad-ad92-48968dda96e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6208 | 2024.05.16 00:51:13.024422 [ 3 ] {395d913a-751d-49ad-ad92-48968dda96e7} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6209 | 2024.05.16 00:51:13.024473 [ 3 ] {395d913a-751d-49ad-ad92-48968dda96e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
6210 | 2024.05.16 00:51:13.024860 [ 3 ] {395d913a-751d-49ad-ad92-48968dda96e7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
6211 | 2024.05.16 00:51:13.025192 [ 3 ] {395d913a-751d-49ad-ad92-48968dda96e7} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6212 | 2024.05.16 00:51:13.025335 [ 3 ] {395d913a-751d-49ad-ad92-48968dda96e7} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001439 sec., 2779.7081306462824 rows/sec., 194.09 KiB/sec. | ||
6213 | 2024.05.16 00:51:13.025612 [ 3 ] {395d913a-751d-49ad-ad92-48968dda96e7} <Debug> DynamicQueryHandler: Done processing query | ||
6214 | 2024.05.16 00:51:13.025638 [ 3 ] {395d913a-751d-49ad-ad92-48968dda96e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6215 | 2024.05.16 00:51:13.025654 [ 3 ] {} <Debug> HTTP-Session: b7983f42-8dc6-44e2-ae8f-2877b8db4290 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6216 | 2024.05.16 00:51:13.025836 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 20691, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6217 | 2024.05.16 00:51:13.025891 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6218 | 2024.05.16 00:51:13.025917 [ 3 ] {} <Debug> HTTP-Session: 9c88da01-7fcd-44d5-a84f-b30bae669dea Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
6219 | 2024.05.16 00:51:13.025935 [ 3 ] {} <Debug> HTTP-Session: 9c88da01-7fcd-44d5-a84f-b30bae669dea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6220 | 2024.05.16 00:51:13.025949 [ 3 ] {} <Debug> HTTP-Session: 9c88da01-7fcd-44d5-a84f-b30bae669dea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6221 | 2024.05.16 00:51:13.025980 [ 3 ] {} <Trace> HTTP-Session: 9c88da01-7fcd-44d5-a84f-b30bae669dea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6222 | 2024.05.16 00:51:13.026128 [ 3 ] {644e4af3-6fab-4d20-bc04-d479a85510fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6223 | 2024.05.16 00:51:13.026187 [ 3 ] {644e4af3-6fab-4d20-bc04-d479a85510fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6224 | 2024.05.16 00:51:13.026401 [ 3 ] {644e4af3-6fab-4d20-bc04-d479a85510fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6225 | 2024.05.16 00:51:13.026829 [ 3 ] {644e4af3-6fab-4d20-bc04-d479a85510fe} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6226 | 2024.05.16 00:51:13.026877 [ 3 ] {644e4af3-6fab-4d20-bc04-d479a85510fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
6227 | 2024.05.16 00:51:13.027217 [ 3 ] {644e4af3-6fab-4d20-bc04-d479a85510fe} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
6228 | 2024.05.16 00:51:13.027527 [ 3 ] {644e4af3-6fab-4d20-bc04-d479a85510fe} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6229 | 2024.05.16 00:51:13.027677 [ 3 ] {644e4af3-6fab-4d20-bc04-d479a85510fe} <Debug> executeQuery: Read 122 rows, 9.74 KiB in 0.001598 sec., 76345.43178973717 rows/sec., 5.95 MiB/sec. | ||
6230 | 2024.05.16 00:51:13.027837 [ 3 ] {644e4af3-6fab-4d20-bc04-d479a85510fe} <Debug> DynamicQueryHandler: Done processing query | ||
6231 | 2024.05.16 00:51:13.027873 [ 3 ] {644e4af3-6fab-4d20-bc04-d479a85510fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6232 | 2024.05.16 00:51:13.027896 [ 3 ] {} <Debug> HTTP-Session: 9c88da01-7fcd-44d5-a84f-b30bae669dea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6233 | 2024.05.16 00:51:13.028093 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 37972, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6234 | 2024.05.16 00:51:13.028160 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6235 | 2024.05.16 00:51:13.028189 [ 3 ] {} <Debug> HTTP-Session: dedd6ac3-5d09-4577-a7d6-16ce6d14a625 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
6236 | 2024.05.16 00:51:13.028214 [ 3 ] {} <Debug> HTTP-Session: dedd6ac3-5d09-4577-a7d6-16ce6d14a625 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6237 | 2024.05.16 00:51:13.028236 [ 3 ] {} <Debug> HTTP-Session: dedd6ac3-5d09-4577-a7d6-16ce6d14a625 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6238 | 2024.05.16 00:51:13.028281 [ 3 ] {} <Trace> HTTP-Session: dedd6ac3-5d09-4577-a7d6-16ce6d14a625 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6239 | 2024.05.16 00:51:13.028529 [ 3 ] {ed856c33-ad76-46ad-b055-def0ad82dec8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6240 | 2024.05.16 00:51:13.028594 [ 3 ] {ed856c33-ad76-46ad-b055-def0ad82dec8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6241 | 2024.05.16 00:51:13.028813 [ 3 ] {ed856c33-ad76-46ad-b055-def0ad82dec8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6242 | 2024.05.16 00:51:13.029266 [ 3 ] {ed856c33-ad76-46ad-b055-def0ad82dec8} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6243 | 2024.05.16 00:51:13.029313 [ 3 ] {ed856c33-ad76-46ad-b055-def0ad82dec8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
6244 | 2024.05.16 00:51:13.029836 [ 3 ] {ed856c33-ad76-46ad-b055-def0ad82dec8} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
6245 | 2024.05.16 00:51:13.030188 [ 3 ] {ed856c33-ad76-46ad-b055-def0ad82dec8} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6246 | 2024.05.16 00:51:13.030345 [ 3 ] {ed856c33-ad76-46ad-b055-def0ad82dec8} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.001954 sec., 101330.60388945752 rows/sec., 7.07 MiB/sec. | ||
6247 | 2024.05.16 00:51:13.030501 [ 3 ] {ed856c33-ad76-46ad-b055-def0ad82dec8} <Debug> DynamicQueryHandler: Done processing query | ||
6248 | 2024.05.16 00:51:13.030526 [ 3 ] {ed856c33-ad76-46ad-b055-def0ad82dec8} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
6249 | 2024.05.16 00:51:13.030541 [ 3 ] {} <Debug> HTTP-Session: dedd6ac3-5d09-4577-a7d6-16ce6d14a625 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6250 | 2024.05.16 00:51:13.030746 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 32123, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6251 | 2024.05.16 00:51:13.030796 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6252 | 2024.05.16 00:51:13.030815 [ 3 ] {} <Debug> HTTP-Session: f141b0f2-8768-4bc1-9df1-994a2f5e1a9e Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
6253 | 2024.05.16 00:51:13.030832 [ 3 ] {} <Debug> HTTP-Session: f141b0f2-8768-4bc1-9df1-994a2f5e1a9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6254 | 2024.05.16 00:51:13.030845 [ 3 ] {} <Debug> HTTP-Session: f141b0f2-8768-4bc1-9df1-994a2f5e1a9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6255 | 2024.05.16 00:51:13.030875 [ 3 ] {} <Trace> HTTP-Session: f141b0f2-8768-4bc1-9df1-994a2f5e1a9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6256 | 2024.05.16 00:51:13.031124 [ 3 ] {afa4301f-583a-4fa4-b788-c391663ab3ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6257 | 2024.05.16 00:51:13.031172 [ 3 ] {afa4301f-583a-4fa4-b788-c391663ab3ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6258 | 2024.05.16 00:51:13.031330 [ 3 ] {afa4301f-583a-4fa4-b788-c391663ab3ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6259 | 2024.05.16 00:51:13.031775 [ 3 ] {afa4301f-583a-4fa4-b788-c391663ab3ac} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6260 | 2024.05.16 00:51:13.031814 [ 3 ] {afa4301f-583a-4fa4-b788-c391663ab3ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
6261 | 2024.05.16 00:51:13.032224 [ 3 ] {afa4301f-583a-4fa4-b788-c391663ab3ac} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
6262 | 2024.05.16 00:51:13.032559 [ 3 ] {afa4301f-583a-4fa4-b788-c391663ab3ac} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6263 | 2024.05.16 00:51:13.032705 [ 3 ] {afa4301f-583a-4fa4-b788-c391663ab3ac} <Debug> executeQuery: Read 30 rows, 41.46 KiB in 0.001751 sec., 17133.066818960593 rows/sec., 23.12 MiB/sec. | ||
6264 | 2024.05.16 00:51:13.032720 [ 89 ] {} <Debug> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
6265 | 2024.05.16 00:51:13.032824 [ 89 ] {} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6266 | 2024.05.16 00:51:13.032866 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
6267 | 2024.05.16 00:51:13.032952 [ 3 ] {afa4301f-583a-4fa4-b788-c391663ab3ac} <Debug> DynamicQueryHandler: Done processing query | ||
6268 | 2024.05.16 00:51:13.033030 [ 3 ] {afa4301f-583a-4fa4-b788-c391663ab3ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
6269 | 2024.05.16 00:51:13.033105 [ 3 ] {} <Debug> HTTP-Session: f141b0f2-8768-4bc1-9df1-994a2f5e1a9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6270 | 2024.05.16 00:51:13.033363 [ 186 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::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 | ||
6271 | 2024.05.16 00:51:13.033391 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6272 | 2024.05.16 00:51:13.033528 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6273 | 2024.05.16 00:51:13.033573 [ 3 ] {} <Debug> HTTP-Session: f84466d8-3ff8-4596-99ba-665ffcf9e6b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
6274 | 2024.05.16 00:51:13.033617 [ 3 ] {} <Debug> HTTP-Session: f84466d8-3ff8-4596-99ba-665ffcf9e6b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6275 | 2024.05.16 00:51:13.033655 [ 3 ] {} <Debug> HTTP-Session: f84466d8-3ff8-4596-99ba-665ffcf9e6b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6276 | 2024.05.16 00:51:13.033741 [ 3 ] {} <Trace> HTTP-Session: f84466d8-3ff8-4596-99ba-665ffcf9e6b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6277 | 2024.05.16 00:51:13.033838 [ 186 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6278 | 2024.05.16 00:51:13.033928 [ 186 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 438 rows starting from the beginning of the part | ||
6279 | 2024.05.16 00:51:13.033970 [ 3 ] {3cd0376c-3fb8-4e27-808a-c01d08b5b474} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6280 | 2024.05.16 00:51:13.034108 [ 3 ] {3cd0376c-3fb8-4e27-808a-c01d08b5b474} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6281 | 2024.05.16 00:51:13.034159 [ 186 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 30 rows starting from the beginning of the part | ||
6282 | 2024.05.16 00:51:13.034659 [ 186 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 30 rows starting from the beginning of the part | ||
6283 | 2024.05.16 00:51:13.035106 [ 186 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 30 rows starting from the beginning of the part | ||
6284 | 2024.05.16 00:51:13.035431 [ 3 ] {3cd0376c-3fb8-4e27-808a-c01d08b5b474} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6285 | 2024.05.16 00:51:13.035455 [ 186 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 30 rows starting from the beginning of the part | ||
6286 | 2024.05.16 00:51:13.035798 [ 186 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 30 rows starting from the beginning of the part | ||
6287 | 2024.05.16 00:51:13.036394 [ 3 ] {3cd0376c-3fb8-4e27-808a-c01d08b5b474} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6288 | 2024.05.16 00:51:13.036456 [ 3 ] {3cd0376c-3fb8-4e27-808a-c01d08b5b474} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
6289 | 2024.05.16 00:51:13.037259 [ 3 ] {3cd0376c-3fb8-4e27-808a-c01d08b5b474} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
6290 | 2024.05.16 00:51:13.037895 [ 3 ] {3cd0376c-3fb8-4e27-808a-c01d08b5b474} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6291 | 2024.05.16 00:51:13.038268 [ 3 ] {3cd0376c-3fb8-4e27-808a-c01d08b5b474} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004377 sec., 13708.019191226867 rows/sec., 946.00 KiB/sec. | ||
6292 | 2024.05.16 00:51:13.038633 [ 3 ] {3cd0376c-3fb8-4e27-808a-c01d08b5b474} <Debug> DynamicQueryHandler: Done processing query | ||
6293 | 2024.05.16 00:51:13.038687 [ 3 ] {3cd0376c-3fb8-4e27-808a-c01d08b5b474} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6294 | 2024.05.16 00:51:13.038738 [ 3 ] {} <Debug> HTTP-Session: f84466d8-3ff8-4596-99ba-665ffcf9e6b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6295 | 2024.05.16 00:51:13.039951 [ 188 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 588 rows, containing 6 columns (6 merged, 0 gathered) in 0.006975934 sec., 84289.78829214841 rows/sec., 113.74 MiB/sec. | ||
6296 | 2024.05.16 00:51:13.040530 [ 201 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
6297 | 2024.05.16 00:51:13.041022 [ 201 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6298 | 2024.05.16 00:51:13.041110 [ 201 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
6299 | 2024.05.16 00:51:13.041217 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.43 MiB. | ||
6300 | 2024.05.16 00:51:16.308745 [ 84 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6301 | 2024.05.16 00:51:16.308810 [ 84 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6302 | 2024.05.16 00:51:18.013043 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6303 | 2024.05.16 00:51:18.013156 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6304 | 2024.05.16 00:51:18.013186 [ 3 ] {} <Debug> HTTP-Session: 2e9e43e5-2e45-464f-bcd2-81219eaeae25 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
6305 | 2024.05.16 00:51:18.013213 [ 3 ] {} <Debug> HTTP-Session: 2e9e43e5-2e45-464f-bcd2-81219eaeae25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6306 | 2024.05.16 00:51:18.013231 [ 3 ] {} <Debug> HTTP-Session: 2e9e43e5-2e45-464f-bcd2-81219eaeae25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6307 | 2024.05.16 00:51:18.013283 [ 3 ] {} <Trace> HTTP-Session: 2e9e43e5-2e45-464f-bcd2-81219eaeae25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6308 | 2024.05.16 00:51:18.013494 [ 3 ] {1a970580-0a07-4e85-939d-f7341aa8fc5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6309 | 2024.05.16 00:51:18.013563 [ 3 ] {1a970580-0a07-4e85-939d-f7341aa8fc5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6310 | 2024.05.16 00:51:18.013760 [ 3 ] {1a970580-0a07-4e85-939d-f7341aa8fc5c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6311 | 2024.05.16 00:51:18.014169 [ 3 ] {1a970580-0a07-4e85-939d-f7341aa8fc5c} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6312 | 2024.05.16 00:51:18.014212 [ 3 ] {1a970580-0a07-4e85-939d-f7341aa8fc5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
6313 | 2024.05.16 00:51:18.014591 [ 3 ] {1a970580-0a07-4e85-939d-f7341aa8fc5c} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
6314 | 2024.05.16 00:51:18.014928 [ 3 ] {1a970580-0a07-4e85-939d-f7341aa8fc5c} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6315 | 2024.05.16 00:51:18.015078 [ 3 ] {1a970580-0a07-4e85-939d-f7341aa8fc5c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001655 sec., 33836.8580060423 rows/sec., 2.58 MiB/sec. | ||
6316 | 2024.05.16 00:51:18.015264 [ 3 ] {1a970580-0a07-4e85-939d-f7341aa8fc5c} <Debug> DynamicQueryHandler: Done processing query | ||
6317 | 2024.05.16 00:51:18.015290 [ 3 ] {1a970580-0a07-4e85-939d-f7341aa8fc5c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6318 | 2024.05.16 00:51:18.015306 [ 3 ] {} <Debug> HTTP-Session: 2e9e43e5-2e45-464f-bcd2-81219eaeae25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6319 | 2024.05.16 00:51:18.015466 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6320 | 2024.05.16 00:51:18.015518 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6321 | 2024.05.16 00:51:18.015537 [ 3 ] {} <Debug> HTTP-Session: 8d472255-4c75-4271-86fc-71a5c1188643 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
6322 | 2024.05.16 00:51:18.015556 [ 3 ] {} <Debug> HTTP-Session: 8d472255-4c75-4271-86fc-71a5c1188643 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6323 | 2024.05.16 00:51:18.015570 [ 3 ] {} <Debug> HTTP-Session: 8d472255-4c75-4271-86fc-71a5c1188643 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6324 | 2024.05.16 00:51:18.015603 [ 3 ] {} <Trace> HTTP-Session: 8d472255-4c75-4271-86fc-71a5c1188643 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6325 | 2024.05.16 00:51:18.015726 [ 3 ] {9c5e9f87-6458-4bf6-8178-e9558f2aeace} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6326 | 2024.05.16 00:51:18.015770 [ 3 ] {9c5e9f87-6458-4bf6-8178-e9558f2aeace} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6327 | 2024.05.16 00:51:18.015896 [ 3 ] {9c5e9f87-6458-4bf6-8178-e9558f2aeace} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6328 | 2024.05.16 00:51:18.016184 [ 3 ] {9c5e9f87-6458-4bf6-8178-e9558f2aeace} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6329 | 2024.05.16 00:51:18.016221 [ 3 ] {9c5e9f87-6458-4bf6-8178-e9558f2aeace} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
6330 | 2024.05.16 00:51:18.016529 [ 3 ] {9c5e9f87-6458-4bf6-8178-e9558f2aeace} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
6331 | 2024.05.16 00:51:18.016838 [ 3 ] {9c5e9f87-6458-4bf6-8178-e9558f2aeace} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6332 | 2024.05.16 00:51:18.016966 [ 3 ] {9c5e9f87-6458-4bf6-8178-e9558f2aeace} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001285 sec., 49805.447470817126 rows/sec., 3.89 MiB/sec. | ||
6333 | 2024.05.16 00:51:18.017117 [ 3 ] {9c5e9f87-6458-4bf6-8178-e9558f2aeace} <Debug> DynamicQueryHandler: Done processing query | ||
6334 | 2024.05.16 00:51:18.017141 [ 3 ] {9c5e9f87-6458-4bf6-8178-e9558f2aeace} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6335 | 2024.05.16 00:51:18.017157 [ 3 ] {} <Debug> HTTP-Session: 8d472255-4c75-4271-86fc-71a5c1188643 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6336 | 2024.05.16 00:51:18.017388 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6337 | 2024.05.16 00:51:18.017437 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6338 | 2024.05.16 00:51:18.017456 [ 3 ] {} <Debug> HTTP-Session: 460941e3-fb99-4c47-af46-45715fbcfcff Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
6339 | 2024.05.16 00:51:18.017473 [ 3 ] {} <Debug> HTTP-Session: 460941e3-fb99-4c47-af46-45715fbcfcff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6340 | 2024.05.16 00:51:18.017486 [ 3 ] {} <Debug> HTTP-Session: 460941e3-fb99-4c47-af46-45715fbcfcff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6341 | 2024.05.16 00:51:18.017517 [ 3 ] {} <Trace> HTTP-Session: 460941e3-fb99-4c47-af46-45715fbcfcff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6342 | 2024.05.16 00:51:18.017660 [ 3 ] {44007f39-0a47-48e7-ae05-7a3fe20c31e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6343 | 2024.05.16 00:51:18.017706 [ 3 ] {44007f39-0a47-48e7-ae05-7a3fe20c31e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6344 | 2024.05.16 00:51:18.017844 [ 3 ] {44007f39-0a47-48e7-ae05-7a3fe20c31e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6345 | 2024.05.16 00:51:18.018165 [ 3 ] {44007f39-0a47-48e7-ae05-7a3fe20c31e6} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6346 | 2024.05.16 00:51:18.018200 [ 3 ] {44007f39-0a47-48e7-ae05-7a3fe20c31e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
6347 | 2024.05.16 00:51:18.018593 [ 3 ] {44007f39-0a47-48e7-ae05-7a3fe20c31e6} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
6348 | 2024.05.16 00:51:18.018928 [ 3 ] {44007f39-0a47-48e7-ae05-7a3fe20c31e6} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6349 | 2024.05.16 00:51:18.019059 [ 3 ] {44007f39-0a47-48e7-ae05-7a3fe20c31e6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001466 sec., 109140.51841746247 rows/sec., 7.60 MiB/sec. | ||
6350 | 2024.05.16 00:51:18.019297 [ 3 ] {44007f39-0a47-48e7-ae05-7a3fe20c31e6} <Debug> DynamicQueryHandler: Done processing query | ||
6351 | 2024.05.16 00:51:18.019352 [ 3 ] {44007f39-0a47-48e7-ae05-7a3fe20c31e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6352 | 2024.05.16 00:51:18.019408 [ 3 ] {} <Debug> HTTP-Session: 460941e3-fb99-4c47-af46-45715fbcfcff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6353 | 2024.05.16 00:51:18.019624 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6354 | 2024.05.16 00:51:18.019676 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6355 | 2024.05.16 00:51:18.019695 [ 3 ] {} <Debug> HTTP-Session: 5d438ac4-448e-4f66-ac39-f88fd0d7c5cf Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
6356 | 2024.05.16 00:51:18.019711 [ 3 ] {} <Debug> HTTP-Session: 5d438ac4-448e-4f66-ac39-f88fd0d7c5cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6357 | 2024.05.16 00:51:18.019725 [ 3 ] {} <Debug> HTTP-Session: 5d438ac4-448e-4f66-ac39-f88fd0d7c5cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6358 | 2024.05.16 00:51:18.019756 [ 3 ] {} <Trace> HTTP-Session: 5d438ac4-448e-4f66-ac39-f88fd0d7c5cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6359 | 2024.05.16 00:51:18.019875 [ 3 ] {0cb81d52-adc6-4601-8808-a21082162b83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6360 | 2024.05.16 00:51:18.019919 [ 3 ] {0cb81d52-adc6-4601-8808-a21082162b83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6361 | 2024.05.16 00:51:18.020058 [ 3 ] {0cb81d52-adc6-4601-8808-a21082162b83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6362 | 2024.05.16 00:51:18.020418 [ 3 ] {0cb81d52-adc6-4601-8808-a21082162b83} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6363 | 2024.05.16 00:51:18.020454 [ 3 ] {0cb81d52-adc6-4601-8808-a21082162b83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
6364 | 2024.05.16 00:51:18.020803 [ 3 ] {0cb81d52-adc6-4601-8808-a21082162b83} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
6365 | 2024.05.16 00:51:18.021118 [ 3 ] {0cb81d52-adc6-4601-8808-a21082162b83} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6366 | 2024.05.16 00:51:18.021245 [ 3 ] {0cb81d52-adc6-4601-8808-a21082162b83} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001413 sec., 42462.84501061571 rows/sec., 2.86 MiB/sec. | ||
6367 | 2024.05.16 00:51:18.021407 [ 3 ] {0cb81d52-adc6-4601-8808-a21082162b83} <Debug> DynamicQueryHandler: Done processing query | ||
6368 | 2024.05.16 00:51:18.021431 [ 3 ] {0cb81d52-adc6-4601-8808-a21082162b83} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6369 | 2024.05.16 00:51:18.021446 [ 3 ] {} <Debug> HTTP-Session: 5d438ac4-448e-4f66-ac39-f88fd0d7c5cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6370 | 2024.05.16 00:51:23.013853 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6371 | 2024.05.16 00:51:23.013992 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6372 | 2024.05.16 00:51:23.014021 [ 3 ] {} <Debug> HTTP-Session: d833715e-24ae-41d8-8885-19d2ef58f694 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
6373 | 2024.05.16 00:51:23.014048 [ 3 ] {} <Debug> HTTP-Session: d833715e-24ae-41d8-8885-19d2ef58f694 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6374 | 2024.05.16 00:51:23.014066 [ 3 ] {} <Debug> HTTP-Session: d833715e-24ae-41d8-8885-19d2ef58f694 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6375 | 2024.05.16 00:51:23.014119 [ 3 ] {} <Trace> HTTP-Session: d833715e-24ae-41d8-8885-19d2ef58f694 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6376 | 2024.05.16 00:51:23.014309 [ 3 ] {b3bda884-30db-43b6-a618-e22b0c252235} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6377 | 2024.05.16 00:51:23.014372 [ 3 ] {b3bda884-30db-43b6-a618-e22b0c252235} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6378 | 2024.05.16 00:51:23.014551 [ 3 ] {b3bda884-30db-43b6-a618-e22b0c252235} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6379 | 2024.05.16 00:51:23.015012 [ 3 ] {b3bda884-30db-43b6-a618-e22b0c252235} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6380 | 2024.05.16 00:51:23.015057 [ 3 ] {b3bda884-30db-43b6-a618-e22b0c252235} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
6381 | 2024.05.16 00:51:23.015423 [ 3 ] {b3bda884-30db-43b6-a618-e22b0c252235} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
6382 | 2024.05.16 00:51:23.015765 [ 3 ] {b3bda884-30db-43b6-a618-e22b0c252235} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6383 | 2024.05.16 00:51:23.015921 [ 3 ] {b3bda884-30db-43b6-a618-e22b0c252235} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001666 sec., 18007.20288115246 rows/sec., 1.43 MiB/sec. | ||
6384 | 2024.05.16 00:51:23.015951 [ 77 ] {} <Debug> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2) (MergerMutator): Selected 5 parts from all_1_18_4 to all_22_22_0 | ||
6385 | 2024.05.16 00:51:23.016052 [ 77 ] {} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6386 | 2024.05.16 00:51:23.016101 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
6387 | 2024.05.16 00:51:23.016212 [ 3 ] {b3bda884-30db-43b6-a618-e22b0c252235} <Debug> DynamicQueryHandler: Done processing query | ||
6388 | 2024.05.16 00:51:23.016273 [ 3 ] {b3bda884-30db-43b6-a618-e22b0c252235} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6389 | 2024.05.16 00:51:23.016308 [ 3 ] {} <Debug> HTTP-Session: d833715e-24ae-41d8-8885-19d2ef58f694 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6390 | 2024.05.16 00:51:23.016331 [ 194 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::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 | ||
6391 | 2024.05.16 00:51:23.016567 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 21403, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6392 | 2024.05.16 00:51:23.016659 [ 194 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_22_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6393 | 2024.05.16 00:51:23.016677 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6394 | 2024.05.16 00:51:23.016750 [ 3 ] {} <Debug> HTTP-Session: 3639ce50-eee4-4792-9b4f-eeeaff0140c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
6395 | 2024.05.16 00:51:23.016756 [ 194 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 30 rows starting from the beginning of the part | ||
6396 | 2024.05.16 00:51:23.016789 [ 3 ] {} <Debug> HTTP-Session: 3639ce50-eee4-4792-9b4f-eeeaff0140c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6397 | 2024.05.16 00:51:23.016825 [ 3 ] {} <Debug> HTTP-Session: 3639ce50-eee4-4792-9b4f-eeeaff0140c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6398 | 2024.05.16 00:51:23.016948 [ 3 ] {} <Trace> HTTP-Session: 3639ce50-eee4-4792-9b4f-eeeaff0140c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6399 | 2024.05.16 00:51:23.016996 [ 194 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 30 rows starting from the beginning of the part | ||
6400 | 2024.05.16 00:51:23.017360 [ 194 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 30 rows starting from the beginning of the part | ||
6401 | 2024.05.16 00:51:23.017379 [ 3 ] {bc0c7a27-7da4-45ab-a1d5-ce8d4b2ea7fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6402 | 2024.05.16 00:51:23.017557 [ 3 ] {bc0c7a27-7da4-45ab-a1d5-ce8d4b2ea7fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6403 | 2024.05.16 00:51:23.017659 [ 194 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 30 rows starting from the beginning of the part | ||
6404 | 2024.05.16 00:51:23.018068 [ 194 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 30 rows starting from the beginning of the part | ||
6405 | 2024.05.16 00:51:23.018582 [ 3 ] {bc0c7a27-7da4-45ab-a1d5-ce8d4b2ea7fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6406 | 2024.05.16 00:51:23.019447 [ 3 ] {bc0c7a27-7da4-45ab-a1d5-ce8d4b2ea7fc} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6407 | 2024.05.16 00:51:23.019530 [ 3 ] {bc0c7a27-7da4-45ab-a1d5-ce8d4b2ea7fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
6408 | 2024.05.16 00:51:23.020454 [ 194 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_22_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 4 columns (4 merged, 0 gathered) in 0.004262191 sec., 35193.167082376174 rows/sec., 2.79 MiB/sec. | ||
6409 | 2024.05.16 00:51:23.020496 [ 3 ] {bc0c7a27-7da4-45ab-a1d5-ce8d4b2ea7fc} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
6410 | 2024.05.16 00:51:23.020627 [ 194 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_22_5} <Trace> MergedBlockOutputStream: filled checksums all_1_22_5 (state Temporary) | ||
6411 | 2024.05.16 00:51:23.021274 [ 3 ] {bc0c7a27-7da4-45ab-a1d5-ce8d4b2ea7fc} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6412 | 2024.05.16 00:51:23.021477 [ 187 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_22_5} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_merge_all_1_22_5 to all_1_22_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6413 | 2024.05.16 00:51:23.021601 [ 3 ] {bc0c7a27-7da4-45ab-a1d5-ce8d4b2ea7fc} <Debug> executeQuery: Read 146 rows, 12.52 KiB in 0.004424 sec., 33001.80831826401 rows/sec., 2.76 MiB/sec. | ||
6414 | 2024.05.16 00:51:23.021826 [ 187 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_22_5} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2) (MergerMutator): Merged 5 parts: [all_1_18_4, all_22_22_0] -> all_1_22_5 | ||
6415 | 2024.05.16 00:51:23.022141 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
6416 | 2024.05.16 00:51:23.022231 [ 3 ] {bc0c7a27-7da4-45ab-a1d5-ce8d4b2ea7fc} <Debug> DynamicQueryHandler: Done processing query | ||
6417 | 2024.05.16 00:51:23.022275 [ 3 ] {bc0c7a27-7da4-45ab-a1d5-ce8d4b2ea7fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6418 | 2024.05.16 00:51:23.022300 [ 3 ] {} <Debug> HTTP-Session: 3639ce50-eee4-4792-9b4f-eeeaff0140c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6419 | 2024.05.16 00:51:23.022484 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 15971, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6420 | 2024.05.16 00:51:23.022534 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6421 | 2024.05.16 00:51:23.022554 [ 3 ] {} <Debug> HTTP-Session: a6667b49-5cd7-4c80-ad9b-3546cf5cd3a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
6422 | 2024.05.16 00:51:23.022571 [ 3 ] {} <Debug> HTTP-Session: a6667b49-5cd7-4c80-ad9b-3546cf5cd3a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6423 | 2024.05.16 00:51:23.022584 [ 3 ] {} <Debug> HTTP-Session: a6667b49-5cd7-4c80-ad9b-3546cf5cd3a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6424 | 2024.05.16 00:51:23.022617 [ 3 ] {} <Trace> HTTP-Session: a6667b49-5cd7-4c80-ad9b-3546cf5cd3a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6425 | 2024.05.16 00:51:23.022761 [ 3 ] {848d09ab-696f-4a27-bba7-8d03e1344f15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6426 | 2024.05.16 00:51:23.022805 [ 3 ] {848d09ab-696f-4a27-bba7-8d03e1344f15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6427 | 2024.05.16 00:51:23.022943 [ 3 ] {848d09ab-696f-4a27-bba7-8d03e1344f15} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6428 | 2024.05.16 00:51:23.023290 [ 3 ] {848d09ab-696f-4a27-bba7-8d03e1344f15} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6429 | 2024.05.16 00:51:23.023327 [ 3 ] {848d09ab-696f-4a27-bba7-8d03e1344f15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
6430 | 2024.05.16 00:51:23.023641 [ 3 ] {848d09ab-696f-4a27-bba7-8d03e1344f15} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
6431 | 2024.05.16 00:51:23.023947 [ 3 ] {848d09ab-696f-4a27-bba7-8d03e1344f15} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6432 | 2024.05.16 00:51:23.024093 [ 3 ] {848d09ab-696f-4a27-bba7-8d03e1344f15} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001386 sec., 67821.06782106782 rows/sec., 5.30 MiB/sec. | ||
6433 | 2024.05.16 00:51:23.024255 [ 3 ] {848d09ab-696f-4a27-bba7-8d03e1344f15} <Debug> DynamicQueryHandler: Done processing query | ||
6434 | 2024.05.16 00:51:23.024280 [ 3 ] {848d09ab-696f-4a27-bba7-8d03e1344f15} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6435 | 2024.05.16 00:51:23.024296 [ 3 ] {} <Debug> HTTP-Session: a6667b49-5cd7-4c80-ad9b-3546cf5cd3a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6436 | 2024.05.16 00:51:23.024491 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6437 | 2024.05.16 00:51:23.024538 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6438 | 2024.05.16 00:51:23.024558 [ 3 ] {} <Debug> HTTP-Session: a0184d47-2268-4388-a33a-354160752330 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
6439 | 2024.05.16 00:51:23.024574 [ 3 ] {} <Debug> HTTP-Session: a0184d47-2268-4388-a33a-354160752330 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6440 | 2024.05.16 00:51:23.024588 [ 3 ] {} <Debug> HTTP-Session: a0184d47-2268-4388-a33a-354160752330 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6441 | 2024.05.16 00:51:23.024618 [ 3 ] {} <Trace> HTTP-Session: a0184d47-2268-4388-a33a-354160752330 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6442 | 2024.05.16 00:51:23.024767 [ 3 ] {3e624afe-1402-48da-82fc-4ff4e42a493b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6443 | 2024.05.16 00:51:23.024812 [ 3 ] {3e624afe-1402-48da-82fc-4ff4e42a493b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6444 | 2024.05.16 00:51:23.024954 [ 3 ] {3e624afe-1402-48da-82fc-4ff4e42a493b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6445 | 2024.05.16 00:51:23.025325 [ 3 ] {3e624afe-1402-48da-82fc-4ff4e42a493b} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6446 | 2024.05.16 00:51:23.025362 [ 3 ] {3e624afe-1402-48da-82fc-4ff4e42a493b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
6447 | 2024.05.16 00:51:23.025743 [ 3 ] {3e624afe-1402-48da-82fc-4ff4e42a493b} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
6448 | 2024.05.16 00:51:23.026084 [ 3 ] {3e624afe-1402-48da-82fc-4ff4e42a493b} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6449 | 2024.05.16 00:51:23.026241 [ 3 ] {3e624afe-1402-48da-82fc-4ff4e42a493b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00153 sec., 104575.16339869282 rows/sec., 7.28 MiB/sec. | ||
6450 | 2024.05.16 00:51:23.026517 [ 3 ] {3e624afe-1402-48da-82fc-4ff4e42a493b} <Debug> DynamicQueryHandler: Done processing query | ||
6451 | 2024.05.16 00:51:23.026576 [ 3 ] {3e624afe-1402-48da-82fc-4ff4e42a493b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6452 | 2024.05.16 00:51:23.026630 [ 3 ] {} <Debug> HTTP-Session: a0184d47-2268-4388-a33a-354160752330 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6453 | 2024.05.16 00:51:23.026840 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 32123, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6454 | 2024.05.16 00:51:23.026894 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6455 | 2024.05.16 00:51:23.026914 [ 3 ] {} <Debug> HTTP-Session: 408cb4ff-e38b-4c1e-8997-7e1aeef5c582 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
6456 | 2024.05.16 00:51:23.026930 [ 3 ] {} <Debug> HTTP-Session: 408cb4ff-e38b-4c1e-8997-7e1aeef5c582 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6457 | 2024.05.16 00:51:23.026944 [ 3 ] {} <Debug> HTTP-Session: 408cb4ff-e38b-4c1e-8997-7e1aeef5c582 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6458 | 2024.05.16 00:51:23.026974 [ 3 ] {} <Trace> HTTP-Session: 408cb4ff-e38b-4c1e-8997-7e1aeef5c582 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6459 | 2024.05.16 00:51:23.027434 [ 3 ] {1ea76aba-2e77-4f75-b79b-3c65664e81d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6460 | 2024.05.16 00:51:23.027485 [ 3 ] {1ea76aba-2e77-4f75-b79b-3c65664e81d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6461 | 2024.05.16 00:51:23.027663 [ 3 ] {1ea76aba-2e77-4f75-b79b-3c65664e81d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6462 | 2024.05.16 00:51:23.028121 [ 3 ] {1ea76aba-2e77-4f75-b79b-3c65664e81d7} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6463 | 2024.05.16 00:51:23.028157 [ 3 ] {1ea76aba-2e77-4f75-b79b-3c65664e81d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
6464 | 2024.05.16 00:51:23.028553 [ 3 ] {1ea76aba-2e77-4f75-b79b-3c65664e81d7} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
6465 | 2024.05.16 00:51:23.028887 [ 3 ] {1ea76aba-2e77-4f75-b79b-3c65664e81d7} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6466 | 2024.05.16 00:51:23.029037 [ 3 ] {1ea76aba-2e77-4f75-b79b-3c65664e81d7} <Debug> executeQuery: Read 30 rows, 41.46 KiB in 0.001982 sec., 15136.22603430878 rows/sec., 20.43 MiB/sec. | ||
6467 | 2024.05.16 00:51:23.029203 [ 3 ] {1ea76aba-2e77-4f75-b79b-3c65664e81d7} <Debug> DynamicQueryHandler: Done processing query | ||
6468 | 2024.05.16 00:51:23.029227 [ 3 ] {1ea76aba-2e77-4f75-b79b-3c65664e81d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
6469 | 2024.05.16 00:51:23.029244 [ 3 ] {} <Debug> HTTP-Session: 408cb4ff-e38b-4c1e-8997-7e1aeef5c582 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6470 | 2024.05.16 00:51:23.029380 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6471 | 2024.05.16 00:51:23.029429 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6472 | 2024.05.16 00:51:23.029448 [ 3 ] {} <Debug> HTTP-Session: 4f3f4837-d9c4-457b-9fec-0f1de0f29976 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
6473 | 2024.05.16 00:51:23.029465 [ 3 ] {} <Debug> HTTP-Session: 4f3f4837-d9c4-457b-9fec-0f1de0f29976 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6474 | 2024.05.16 00:51:23.029478 [ 3 ] {} <Debug> HTTP-Session: 4f3f4837-d9c4-457b-9fec-0f1de0f29976 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6475 | 2024.05.16 00:51:23.029508 [ 3 ] {} <Trace> HTTP-Session: 4f3f4837-d9c4-457b-9fec-0f1de0f29976 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6476 | 2024.05.16 00:51:23.029634 [ 3 ] {81dff685-9a55-468b-8510-0172f33d32f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6477 | 2024.05.16 00:51:23.029678 [ 3 ] {81dff685-9a55-468b-8510-0172f33d32f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6478 | 2024.05.16 00:51:23.029803 [ 3 ] {81dff685-9a55-468b-8510-0172f33d32f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6479 | 2024.05.16 00:51:23.030092 [ 3 ] {81dff685-9a55-468b-8510-0172f33d32f1} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6480 | 2024.05.16 00:51:23.030129 [ 3 ] {81dff685-9a55-468b-8510-0172f33d32f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
6481 | 2024.05.16 00:51:23.030480 [ 3 ] {81dff685-9a55-468b-8510-0172f33d32f1} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
6482 | 2024.05.16 00:51:23.030790 [ 3 ] {81dff685-9a55-468b-8510-0172f33d32f1} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6483 | 2024.05.16 00:51:23.030914 [ 3 ] {81dff685-9a55-468b-8510-0172f33d32f1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001334 sec., 44977.51124437781 rows/sec., 3.03 MiB/sec. | ||
6484 | 2024.05.16 00:51:23.031175 [ 3 ] {81dff685-9a55-468b-8510-0172f33d32f1} <Debug> DynamicQueryHandler: Done processing query | ||
6485 | 2024.05.16 00:51:23.031224 [ 3 ] {81dff685-9a55-468b-8510-0172f33d32f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6486 | 2024.05.16 00:51:23.031263 [ 3 ] {} <Debug> HTTP-Session: 4f3f4837-d9c4-457b-9fec-0f1de0f29976 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6487 | 2024.05.16 00:51:28.012888 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6488 | 2024.05.16 00:51:28.013025 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6489 | 2024.05.16 00:51:28.013057 [ 3 ] {} <Debug> HTTP-Session: 74a44beb-7a2c-4d56-be4b-8ae1012bd93a Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
6490 | 2024.05.16 00:51:28.013086 [ 3 ] {} <Debug> HTTP-Session: 74a44beb-7a2c-4d56-be4b-8ae1012bd93a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6491 | 2024.05.16 00:51:28.013104 [ 3 ] {} <Debug> HTTP-Session: 74a44beb-7a2c-4d56-be4b-8ae1012bd93a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6492 | 2024.05.16 00:51:28.013157 [ 3 ] {} <Trace> HTTP-Session: 74a44beb-7a2c-4d56-be4b-8ae1012bd93a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6493 | 2024.05.16 00:51:28.013372 [ 3 ] {1582bd45-d9b4-4d4b-b3e3-0d331845a74c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6494 | 2024.05.16 00:51:28.013436 [ 3 ] {1582bd45-d9b4-4d4b-b3e3-0d331845a74c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6495 | 2024.05.16 00:51:28.013617 [ 3 ] {1582bd45-d9b4-4d4b-b3e3-0d331845a74c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6496 | 2024.05.16 00:51:28.014058 [ 3 ] {1582bd45-d9b4-4d4b-b3e3-0d331845a74c} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6497 | 2024.05.16 00:51:28.014104 [ 3 ] {1582bd45-d9b4-4d4b-b3e3-0d331845a74c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
6498 | 2024.05.16 00:51:28.014481 [ 3 ] {1582bd45-d9b4-4d4b-b3e3-0d331845a74c} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
6499 | 2024.05.16 00:51:28.014818 [ 3 ] {1582bd45-d9b4-4d4b-b3e3-0d331845a74c} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6500 | 2024.05.16 00:51:28.014975 [ 3 ] {1582bd45-d9b4-4d4b-b3e3-0d331845a74c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001677 sec., 33392.96362552176 rows/sec., 2.55 MiB/sec. | ||
6501 | 2024.05.16 00:51:28.015215 [ 3 ] {1582bd45-d9b4-4d4b-b3e3-0d331845a74c} <Debug> DynamicQueryHandler: Done processing query | ||
6502 | 2024.05.16 00:51:28.015242 [ 3 ] {1582bd45-d9b4-4d4b-b3e3-0d331845a74c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6503 | 2024.05.16 00:51:28.015259 [ 3 ] {} <Debug> HTTP-Session: 74a44beb-7a2c-4d56-be4b-8ae1012bd93a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6504 | 2024.05.16 00:51:28.015443 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6505 | 2024.05.16 00:51:28.015497 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6506 | 2024.05.16 00:51:28.015519 [ 3 ] {} <Debug> HTTP-Session: 6196fd3e-b420-460c-865a-a3611adaf5b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
6507 | 2024.05.16 00:51:28.015537 [ 3 ] {} <Debug> HTTP-Session: 6196fd3e-b420-460c-865a-a3611adaf5b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6508 | 2024.05.16 00:51:28.015551 [ 3 ] {} <Debug> HTTP-Session: 6196fd3e-b420-460c-865a-a3611adaf5b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6509 | 2024.05.16 00:51:28.015586 [ 3 ] {} <Trace> HTTP-Session: 6196fd3e-b420-460c-865a-a3611adaf5b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6510 | 2024.05.16 00:51:28.015713 [ 3 ] {131126e6-c6af-404c-bd95-d3277919c766} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6511 | 2024.05.16 00:51:28.015760 [ 3 ] {131126e6-c6af-404c-bd95-d3277919c766} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6512 | 2024.05.16 00:51:28.015899 [ 3 ] {131126e6-c6af-404c-bd95-d3277919c766} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6513 | 2024.05.16 00:51:28.016309 [ 3 ] {131126e6-c6af-404c-bd95-d3277919c766} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6514 | 2024.05.16 00:51:28.016347 [ 3 ] {131126e6-c6af-404c-bd95-d3277919c766} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
6515 | 2024.05.16 00:51:28.016706 [ 3 ] {131126e6-c6af-404c-bd95-d3277919c766} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
6516 | 2024.05.16 00:51:28.017020 [ 3 ] {131126e6-c6af-404c-bd95-d3277919c766} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6517 | 2024.05.16 00:51:28.017171 [ 3 ] {131126e6-c6af-404c-bd95-d3277919c766} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001498 sec., 42723.63150867824 rows/sec., 3.33 MiB/sec. | ||
6518 | 2024.05.16 00:51:28.017354 [ 3 ] {131126e6-c6af-404c-bd95-d3277919c766} <Debug> DynamicQueryHandler: Done processing query | ||
6519 | 2024.05.16 00:51:28.017379 [ 3 ] {131126e6-c6af-404c-bd95-d3277919c766} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6520 | 2024.05.16 00:51:28.017396 [ 3 ] {} <Debug> HTTP-Session: 6196fd3e-b420-460c-865a-a3611adaf5b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6521 | 2024.05.16 00:51:28.017614 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6522 | 2024.05.16 00:51:28.017667 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6523 | 2024.05.16 00:51:28.017687 [ 3 ] {} <Debug> HTTP-Session: e8f6266e-2035-4c76-b5e5-c4de4abe309e Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
6524 | 2024.05.16 00:51:28.017704 [ 3 ] {} <Debug> HTTP-Session: e8f6266e-2035-4c76-b5e5-c4de4abe309e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6525 | 2024.05.16 00:51:28.017718 [ 3 ] {} <Debug> HTTP-Session: e8f6266e-2035-4c76-b5e5-c4de4abe309e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6526 | 2024.05.16 00:51:28.017749 [ 3 ] {} <Trace> HTTP-Session: e8f6266e-2035-4c76-b5e5-c4de4abe309e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6527 | 2024.05.16 00:51:28.017893 [ 3 ] {1d01482a-fe0b-4057-996d-594df6be41e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6528 | 2024.05.16 00:51:28.017941 [ 3 ] {1d01482a-fe0b-4057-996d-594df6be41e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6529 | 2024.05.16 00:51:28.018086 [ 3 ] {1d01482a-fe0b-4057-996d-594df6be41e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6530 | 2024.05.16 00:51:28.018466 [ 3 ] {1d01482a-fe0b-4057-996d-594df6be41e9} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6531 | 2024.05.16 00:51:28.018505 [ 3 ] {1d01482a-fe0b-4057-996d-594df6be41e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
6532 | 2024.05.16 00:51:28.018900 [ 3 ] {1d01482a-fe0b-4057-996d-594df6be41e9} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
6533 | 2024.05.16 00:51:28.019232 [ 3 ] {1d01482a-fe0b-4057-996d-594df6be41e9} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6534 | 2024.05.16 00:51:28.019396 [ 3 ] {1d01482a-fe0b-4057-996d-594df6be41e9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00156 sec., 102564.10256410256 rows/sec., 7.14 MiB/sec. | ||
6535 | 2024.05.16 00:51:28.019560 [ 3 ] {1d01482a-fe0b-4057-996d-594df6be41e9} <Debug> DynamicQueryHandler: Done processing query | ||
6536 | 2024.05.16 00:51:28.019586 [ 3 ] {1d01482a-fe0b-4057-996d-594df6be41e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6537 | 2024.05.16 00:51:28.019602 [ 3 ] {} <Debug> HTTP-Session: e8f6266e-2035-4c76-b5e5-c4de4abe309e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6538 | 2024.05.16 00:51:28.019736 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6539 | 2024.05.16 00:51:28.019785 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6540 | 2024.05.16 00:51:28.019805 [ 3 ] {} <Debug> HTTP-Session: 2b7396cf-7d27-4300-b5a4-d71f0b7e1a21 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
6541 | 2024.05.16 00:51:28.019821 [ 3 ] {} <Debug> HTTP-Session: 2b7396cf-7d27-4300-b5a4-d71f0b7e1a21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6542 | 2024.05.16 00:51:28.019835 [ 3 ] {} <Debug> HTTP-Session: 2b7396cf-7d27-4300-b5a4-d71f0b7e1a21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6543 | 2024.05.16 00:51:28.019865 [ 3 ] {} <Trace> HTTP-Session: 2b7396cf-7d27-4300-b5a4-d71f0b7e1a21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6544 | 2024.05.16 00:51:28.019990 [ 3 ] {4fd65564-9b97-4a57-b4ef-6829c6df76c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6545 | 2024.05.16 00:51:28.020034 [ 3 ] {4fd65564-9b97-4a57-b4ef-6829c6df76c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6546 | 2024.05.16 00:51:28.020160 [ 3 ] {4fd65564-9b97-4a57-b4ef-6829c6df76c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6547 | 2024.05.16 00:51:28.020465 [ 3 ] {4fd65564-9b97-4a57-b4ef-6829c6df76c5} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6548 | 2024.05.16 00:51:28.020502 [ 3 ] {4fd65564-9b97-4a57-b4ef-6829c6df76c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
6549 | 2024.05.16 00:51:28.020871 [ 3 ] {4fd65564-9b97-4a57-b4ef-6829c6df76c5} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
6550 | 2024.05.16 00:51:28.021193 [ 3 ] {4fd65564-9b97-4a57-b4ef-6829c6df76c5} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6551 | 2024.05.16 00:51:28.021359 [ 3 ] {4fd65564-9b97-4a57-b4ef-6829c6df76c5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001407 sec., 42643.923240938166 rows/sec., 2.87 MiB/sec. | ||
6552 | 2024.05.16 00:51:28.021611 [ 3 ] {4fd65564-9b97-4a57-b4ef-6829c6df76c5} <Debug> DynamicQueryHandler: Done processing query | ||
6553 | 2024.05.16 00:51:28.021668 [ 3 ] {4fd65564-9b97-4a57-b4ef-6829c6df76c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6554 | 2024.05.16 00:51:28.021727 [ 3 ] {} <Debug> HTTP-Session: 2b7396cf-7d27-4300-b5a4-d71f0b7e1a21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6555 | 2024.05.16 00:51:31.308879 [ 69 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6556 | 2024.05.16 00:51:31.308964 [ 69 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6557 | 2024.05.16 00:51:33.014836 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6558 | 2024.05.16 00:51:33.015000 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6559 | 2024.05.16 00:51:33.015045 [ 3 ] {} <Debug> HTTP-Session: 900a93c0-856c-431d-b4df-d83ed526e46e Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
6560 | 2024.05.16 00:51:33.015083 [ 3 ] {} <Debug> HTTP-Session: 900a93c0-856c-431d-b4df-d83ed526e46e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6561 | 2024.05.16 00:51:33.015110 [ 3 ] {} <Debug> HTTP-Session: 900a93c0-856c-431d-b4df-d83ed526e46e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6562 | 2024.05.16 00:51:33.015188 [ 3 ] {} <Trace> HTTP-Session: 900a93c0-856c-431d-b4df-d83ed526e46e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6563 | 2024.05.16 00:51:33.015476 [ 3 ] {da1288e4-b904-4a5c-99e0-39de168d7da3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6564 | 2024.05.16 00:51:33.015575 [ 3 ] {da1288e4-b904-4a5c-99e0-39de168d7da3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6565 | 2024.05.16 00:51:33.015770 [ 3 ] {da1288e4-b904-4a5c-99e0-39de168d7da3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6566 | 2024.05.16 00:51:33.016221 [ 3 ] {da1288e4-b904-4a5c-99e0-39de168d7da3} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6567 | 2024.05.16 00:51:33.016261 [ 3 ] {da1288e4-b904-4a5c-99e0-39de168d7da3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
6568 | 2024.05.16 00:51:33.016625 [ 3 ] {da1288e4-b904-4a5c-99e0-39de168d7da3} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
6569 | 2024.05.16 00:51:33.016955 [ 3 ] {da1288e4-b904-4a5c-99e0-39de168d7da3} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6570 | 2024.05.16 00:51:33.017095 [ 3 ] {da1288e4-b904-4a5c-99e0-39de168d7da3} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001717 sec., 17472.335468841004 rows/sec., 1.38 MiB/sec. | ||
6571 | 2024.05.16 00:51:33.017287 [ 3 ] {da1288e4-b904-4a5c-99e0-39de168d7da3} <Debug> DynamicQueryHandler: Done processing query | ||
6572 | 2024.05.16 00:51:33.017312 [ 3 ] {da1288e4-b904-4a5c-99e0-39de168d7da3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6573 | 2024.05.16 00:51:33.017329 [ 3 ] {} <Debug> HTTP-Session: 900a93c0-856c-431d-b4df-d83ed526e46e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6574 | 2024.05.16 00:51:33.017513 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 21403, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6575 | 2024.05.16 00:51:33.017565 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6576 | 2024.05.16 00:51:33.017585 [ 3 ] {} <Debug> HTTP-Session: 6c1e52ea-80d7-4494-9f07-5f4772a0356f Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
6577 | 2024.05.16 00:51:33.017604 [ 3 ] {} <Debug> HTTP-Session: 6c1e52ea-80d7-4494-9f07-5f4772a0356f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6578 | 2024.05.16 00:51:33.017618 [ 3 ] {} <Debug> HTTP-Session: 6c1e52ea-80d7-4494-9f07-5f4772a0356f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6579 | 2024.05.16 00:51:33.017652 [ 3 ] {} <Trace> HTTP-Session: 6c1e52ea-80d7-4494-9f07-5f4772a0356f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6580 | 2024.05.16 00:51:33.017800 [ 3 ] {f40e945a-f55c-467b-89cd-32ff32bdffb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6581 | 2024.05.16 00:51:33.017845 [ 3 ] {f40e945a-f55c-467b-89cd-32ff32bdffb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6582 | 2024.05.16 00:51:33.017971 [ 3 ] {f40e945a-f55c-467b-89cd-32ff32bdffb1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6583 | 2024.05.16 00:51:33.018456 [ 3 ] {f40e945a-f55c-467b-89cd-32ff32bdffb1} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6584 | 2024.05.16 00:51:33.018492 [ 3 ] {f40e945a-f55c-467b-89cd-32ff32bdffb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
6585 | 2024.05.16 00:51:33.018807 [ 3 ] {f40e945a-f55c-467b-89cd-32ff32bdffb1} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
6586 | 2024.05.16 00:51:33.019105 [ 3 ] {f40e945a-f55c-467b-89cd-32ff32bdffb1} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6587 | 2024.05.16 00:51:33.019225 [ 68 ] {} <Debug> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
6588 | 2024.05.16 00:51:33.019229 [ 3 ] {f40e945a-f55c-467b-89cd-32ff32bdffb1} <Debug> executeQuery: Read 146 rows, 12.52 KiB in 0.001492 sec., 97855.22788203754 rows/sec., 8.19 MiB/sec. | ||
6589 | 2024.05.16 00:51:33.019267 [ 68 ] {} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6590 | 2024.05.16 00:51:33.019302 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
6591 | 2024.05.16 00:51:33.019429 [ 196 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::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 | ||
6592 | 2024.05.16 00:51:33.019430 [ 3 ] {f40e945a-f55c-467b-89cd-32ff32bdffb1} <Debug> DynamicQueryHandler: Done processing query | ||
6593 | 2024.05.16 00:51:33.019488 [ 3 ] {f40e945a-f55c-467b-89cd-32ff32bdffb1} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6594 | 2024.05.16 00:51:33.019511 [ 3 ] {} <Debug> HTTP-Session: 6c1e52ea-80d7-4494-9f07-5f4772a0356f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6595 | 2024.05.16 00:51:33.019587 [ 196 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6596 | 2024.05.16 00:51:33.019621 [ 196 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 190 rows starting from the beginning of the part | ||
6597 | 2024.05.16 00:51:33.019701 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 15971, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6598 | 2024.05.16 00:51:33.019703 [ 196 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 184 rows starting from the beginning of the part | ||
6599 | 2024.05.16 00:51:33.019809 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6600 | 2024.05.16 00:51:33.019914 [ 3 ] {} <Debug> HTTP-Session: 492f551b-f1c7-4ae9-8915-a546a0d790e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
6601 | 2024.05.16 00:51:33.020029 [ 3 ] {} <Debug> HTTP-Session: 492f551b-f1c7-4ae9-8915-a546a0d790e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6602 | 2024.05.16 00:51:33.020099 [ 3 ] {} <Debug> HTTP-Session: 492f551b-f1c7-4ae9-8915-a546a0d790e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6603 | 2024.05.16 00:51:33.020115 [ 196 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::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 | ||
6604 | 2024.05.16 00:51:33.020175 [ 3 ] {} <Trace> HTTP-Session: 492f551b-f1c7-4ae9-8915-a546a0d790e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6605 | 2024.05.16 00:51:33.020389 [ 196 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 146 rows starting from the beginning of the part | ||
6606 | 2024.05.16 00:51:33.020530 [ 3 ] {a535696d-d40f-42c9-9596-e163188da6d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6607 | 2024.05.16 00:51:33.020635 [ 196 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 56 rows starting from the beginning of the part | ||
6608 | 2024.05.16 00:51:33.020647 [ 3 ] {a535696d-d40f-42c9-9596-e163188da6d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6609 | 2024.05.16 00:51:33.020865 [ 196 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 146 rows starting from the beginning of the part | ||
6610 | 2024.05.16 00:51:33.021377 [ 3 ] {a535696d-d40f-42c9-9596-e163188da6d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6611 | 2024.05.16 00:51:33.021849 [ 3 ] {a535696d-d40f-42c9-9596-e163188da6d4} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6612 | 2024.05.16 00:51:33.021897 [ 3 ] {a535696d-d40f-42c9-9596-e163188da6d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
6613 | 2024.05.16 00:51:33.022364 [ 3 ] {a535696d-d40f-42c9-9596-e163188da6d4} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
6614 | 2024.05.16 00:51:33.022785 [ 187 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 778 rows, containing 4 columns (4 merged, 0 gathered) in 0.003410591 sec., 228112.95754899958 rows/sec., 18.65 MiB/sec. | ||
6615 | 2024.05.16 00:51:33.023036 [ 3 ] {a535696d-d40f-42c9-9596-e163188da6d4} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6616 | 2024.05.16 00:51:33.023141 [ 187 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
6617 | 2024.05.16 00:51:33.023284 [ 68 ] {} <Debug> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
6618 | 2024.05.16 00:51:33.023386 [ 68 ] {} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6619 | 2024.05.16 00:51:33.023415 [ 3 ] {a535696d-d40f-42c9-9596-e163188da6d4} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.003007 sec., 31260.392417692052 rows/sec., 2.44 MiB/sec. | ||
6620 | 2024.05.16 00:51:33.023458 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
6621 | 2024.05.16 00:51:33.023932 [ 3 ] {a535696d-d40f-42c9-9596-e163188da6d4} <Debug> DynamicQueryHandler: Done processing query | ||
6622 | 2024.05.16 00:51:33.023929 [ 196 ] {a3945bea-d52e-471f-9886-008e21606338::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 | ||
6623 | 2024.05.16 00:51:33.024028 [ 3 ] {a535696d-d40f-42c9-9596-e163188da6d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
6624 | 2024.05.16 00:51:33.024097 [ 3 ] {} <Debug> HTTP-Session: 492f551b-f1c7-4ae9-8915-a546a0d790e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6625 | 2024.05.16 00:51:33.024357 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6626 | 2024.05.16 00:51:33.024407 [ 196 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6627 | 2024.05.16 00:51:33.024466 [ 196 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 150 rows starting from the beginning of the part | ||
6628 | 2024.05.16 00:51:33.024471 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6629 | 2024.05.16 00:51:33.024525 [ 3 ] {} <Debug> HTTP-Session: 25f5842e-9f25-4373-bad3-ff19d527c450 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
6630 | 2024.05.16 00:51:33.024610 [ 3 ] {} <Debug> HTTP-Session: 25f5842e-9f25-4373-bad3-ff19d527c450 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6631 | 2024.05.16 00:51:33.024716 [ 3 ] {} <Debug> HTTP-Session: 25f5842e-9f25-4373-bad3-ff19d527c450 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6632 | 2024.05.16 00:51:33.024831 [ 196 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 122 rows starting from the beginning of the part | ||
6633 | 2024.05.16 00:51:33.024880 [ 3 ] {} <Trace> HTTP-Session: 25f5842e-9f25-4373-bad3-ff19d527c450 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6634 | 2024.05.16 00:51:33.024982 [ 187 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_46_9} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6635 | 2024.05.16 00:51:33.025278 [ 196 ] {a3945bea-d52e-471f-9886-008e21606338::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 | ||
6636 | 2024.05.16 00:51:33.025454 [ 3 ] {2df59383-ad35-4f52-b35e-651f1550237b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6637 | 2024.05.16 00:51:33.025682 [ 196 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 94 rows starting from the beginning of the part | ||
6638 | 2024.05.16 00:51:33.025686 [ 3 ] {2df59383-ad35-4f52-b35e-651f1550237b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6639 | 2024.05.16 00:51:33.026059 [ 196 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 64 rows starting from the beginning of the part | ||
6640 | 2024.05.16 00:51:33.026378 [ 187 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_46_9} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
6641 | 2024.05.16 00:51:33.026551 [ 196 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 94 rows starting from the beginning of the part | ||
6642 | 2024.05.16 00:51:33.027035 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
6643 | 2024.05.16 00:51:33.027485 [ 3 ] {2df59383-ad35-4f52-b35e-651f1550237b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6644 | 2024.05.16 00:51:33.028129 [ 3 ] {2df59383-ad35-4f52-b35e-651f1550237b} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6645 | 2024.05.16 00:51:33.028177 [ 3 ] {2df59383-ad35-4f52-b35e-651f1550237b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
6646 | 2024.05.16 00:51:33.028746 [ 198 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 588 rows, containing 4 columns (4 merged, 0 gathered) in 0.005177163 sec., 113575.71704812076 rows/sec., 8.87 MiB/sec. | ||
6647 | 2024.05.16 00:51:33.028819 [ 3 ] {2df59383-ad35-4f52-b35e-651f1550237b} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
6648 | 2024.05.16 00:51:33.028922 [ 198 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
6649 | 2024.05.16 00:51:33.029634 [ 3 ] {2df59383-ad35-4f52-b35e-651f1550237b} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6650 | 2024.05.16 00:51:33.029745 [ 198 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_46_9} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6651 | 2024.05.16 00:51:33.029929 [ 68 ] {} <Debug> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
6652 | 2024.05.16 00:51:33.029986 [ 3 ] {2df59383-ad35-4f52-b35e-651f1550237b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004789 sec., 33409.89768218835 rows/sec., 2.33 MiB/sec. | ||
6653 | 2024.05.16 00:51:33.030004 [ 198 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_46_9} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
6654 | 2024.05.16 00:51:33.030026 [ 68 ] {} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6655 | 2024.05.16 00:51:33.030114 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
6656 | 2024.05.16 00:51:33.030457 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
6657 | 2024.05.16 00:51:33.030531 [ 190 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
6658 | 2024.05.16 00:51:33.030531 [ 3 ] {2df59383-ad35-4f52-b35e-651f1550237b} <Debug> DynamicQueryHandler: Done processing query | ||
6659 | 2024.05.16 00:51:33.030595 [ 3 ] {2df59383-ad35-4f52-b35e-651f1550237b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6660 | 2024.05.16 00:51:33.030633 [ 3 ] {} <Debug> HTTP-Session: 25f5842e-9f25-4373-bad3-ff19d527c450 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6661 | 2024.05.16 00:51:33.030750 [ 190 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6662 | 2024.05.16 00:51:33.030791 [ 190 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 5563 rows starting from the beginning of the part | ||
6663 | 2024.05.16 00:51:33.030891 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 32123, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6664 | 2024.05.16 00:51:33.031000 [ 190 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 198 rows starting from the beginning of the part | ||
6665 | 2024.05.16 00:51:33.031091 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6666 | 2024.05.16 00:51:33.031211 [ 3 ] {} <Debug> HTTP-Session: 803801f2-b838-49bc-bb7e-3cc01fe08f38 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
6667 | 2024.05.16 00:51:33.031266 [ 190 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
6668 | 2024.05.16 00:51:33.031291 [ 3 ] {} <Debug> HTTP-Session: 803801f2-b838-49bc-bb7e-3cc01fe08f38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6669 | 2024.05.16 00:51:33.031367 [ 3 ] {} <Debug> HTTP-Session: 803801f2-b838-49bc-bb7e-3cc01fe08f38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6670 | 2024.05.16 00:51:33.031504 [ 3 ] {} <Trace> HTTP-Session: 803801f2-b838-49bc-bb7e-3cc01fe08f38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6671 | 2024.05.16 00:51:33.031596 [ 190 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part | ||
6672 | 2024.05.16 00:51:33.031813 [ 190 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part | ||
6673 | 2024.05.16 00:51:33.031924 [ 190 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
6674 | 2024.05.16 00:51:33.032159 [ 3 ] {5f30fccf-42e0-444f-9454-48d6769ee9b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6675 | 2024.05.16 00:51:33.032277 [ 3 ] {5f30fccf-42e0-444f-9454-48d6769ee9b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6676 | 2024.05.16 00:51:33.032886 [ 3 ] {5f30fccf-42e0-444f-9454-48d6769ee9b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6677 | 2024.05.16 00:51:33.033987 [ 3 ] {5f30fccf-42e0-444f-9454-48d6769ee9b4} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6678 | 2024.05.16 00:51:33.034069 [ 3 ] {5f30fccf-42e0-444f-9454-48d6769ee9b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
6679 | 2024.05.16 00:51:33.035024 [ 3 ] {5f30fccf-42e0-444f-9454-48d6769ee9b4} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
6680 | 2024.05.16 00:51:33.035683 [ 3 ] {5f30fccf-42e0-444f-9454-48d6769ee9b4} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6681 | 2024.05.16 00:51:33.035823 [ 3 ] {5f30fccf-42e0-444f-9454-48d6769ee9b4} <Debug> executeQuery: Read 30 rows, 41.46 KiB in 0.004114 sec., 7292.173067574137 rows/sec., 9.84 MiB/sec. | ||
6682 | 2024.05.16 00:51:33.036055 [ 3 ] {5f30fccf-42e0-444f-9454-48d6769ee9b4} <Debug> DynamicQueryHandler: Done processing query | ||
6683 | 2024.05.16 00:51:33.036080 [ 3 ] {5f30fccf-42e0-444f-9454-48d6769ee9b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
6684 | 2024.05.16 00:51:33.036096 [ 3 ] {} <Debug> HTTP-Session: 803801f2-b838-49bc-bb7e-3cc01fe08f38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6685 | 2024.05.16 00:51:33.036311 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6686 | 2024.05.16 00:51:33.036393 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6687 | 2024.05.16 00:51:33.036404 [ 189 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6401 rows, containing 5 columns (5 merged, 0 gathered) in 0.006084534 sec., 1052011.5427081187 rows/sec., 73.42 MiB/sec. | ||
6688 | 2024.05.16 00:51:33.036422 [ 3 ] {} <Debug> HTTP-Session: 791b7ab6-def2-42dc-a0cc-c264409cc69d Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
6689 | 2024.05.16 00:51:33.036490 [ 3 ] {} <Debug> HTTP-Session: 791b7ab6-def2-42dc-a0cc-c264409cc69d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6690 | 2024.05.16 00:51:33.036508 [ 3 ] {} <Debug> HTTP-Session: 791b7ab6-def2-42dc-a0cc-c264409cc69d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6691 | 2024.05.16 00:51:33.036541 [ 3 ] {} <Trace> HTTP-Session: 791b7ab6-def2-42dc-a0cc-c264409cc69d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6692 | 2024.05.16 00:51:33.036690 [ 3 ] {f7113a92-8812-48a0-a054-7ac5aef0c587} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6693 | 2024.05.16 00:51:33.036736 [ 3 ] {f7113a92-8812-48a0-a054-7ac5aef0c587} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6694 | 2024.05.16 00:51:33.036960 [ 3 ] {f7113a92-8812-48a0-a054-7ac5aef0c587} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6695 | 2024.05.16 00:51:33.036969 [ 189 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
6696 | 2024.05.16 00:51:33.037828 [ 3 ] {f7113a92-8812-48a0-a054-7ac5aef0c587} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6697 | 2024.05.16 00:51:33.037893 [ 3 ] {f7113a92-8812-48a0-a054-7ac5aef0c587} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
6698 | 2024.05.16 00:51:33.038037 [ 189 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6699 | 2024.05.16 00:51:33.038246 [ 189 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
6700 | 2024.05.16 00:51:33.038419 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.34 MiB. | ||
6701 | 2024.05.16 00:51:33.038562 [ 3 ] {f7113a92-8812-48a0-a054-7ac5aef0c587} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
6702 | 2024.05.16 00:51:33.038883 [ 3 ] {f7113a92-8812-48a0-a054-7ac5aef0c587} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6703 | 2024.05.16 00:51:33.039015 [ 3 ] {f7113a92-8812-48a0-a054-7ac5aef0c587} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002393 sec., 25073.129962390303 rows/sec., 1.69 MiB/sec. | ||
6704 | 2024.05.16 00:51:33.039022 [ 68 ] {} <Debug> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
6705 | 2024.05.16 00:51:33.039083 [ 68 ] {} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6706 | 2024.05.16 00:51:33.039117 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
6707 | 2024.05.16 00:51:33.039271 [ 3 ] {f7113a92-8812-48a0-a054-7ac5aef0c587} <Debug> DynamicQueryHandler: Done processing query | ||
6708 | 2024.05.16 00:51:33.039344 [ 3 ] {f7113a92-8812-48a0-a054-7ac5aef0c587} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6709 | 2024.05.16 00:51:33.039416 [ 3 ] {} <Debug> HTTP-Session: 791b7ab6-def2-42dc-a0cc-c264409cc69d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6710 | 2024.05.16 00:51:33.039459 [ 189 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
6711 | 2024.05.16 00:51:33.040016 [ 189 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6712 | 2024.05.16 00:51:33.040097 [ 189 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1934 rows starting from the beginning of the part | ||
6713 | 2024.05.16 00:51:33.040220 [ 189 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
6714 | 2024.05.16 00:51:33.040380 [ 189 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
6715 | 2024.05.16 00:51:33.040516 [ 189 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
6716 | 2024.05.16 00:51:33.040712 [ 189 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
6717 | 2024.05.16 00:51:33.040844 [ 189 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
6718 | 2024.05.16 00:51:33.042274 [ 195 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2234 rows, containing 4 columns (4 merged, 0 gathered) in 0.003080953 sec., 725100.3179860257 rows/sec., 48.77 MiB/sec. | ||
6719 | 2024.05.16 00:51:33.042681 [ 195 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
6720 | 2024.05.16 00:51:33.043117 [ 195 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_46_9} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6721 | 2024.05.16 00:51:33.043213 [ 195 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_46_9} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
6722 | 2024.05.16 00:51:33.043318 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
6723 | 2024.05.16 00:51:38.012541 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6724 | 2024.05.16 00:51:38.012686 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6725 | 2024.05.16 00:51:38.012717 [ 3 ] {} <Debug> HTTP-Session: eb7fe83d-16c0-498f-8e33-1c7c4eb673ba Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
6726 | 2024.05.16 00:51:38.012740 [ 3 ] {} <Debug> HTTP-Session: eb7fe83d-16c0-498f-8e33-1c7c4eb673ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6727 | 2024.05.16 00:51:38.012755 [ 3 ] {} <Debug> HTTP-Session: eb7fe83d-16c0-498f-8e33-1c7c4eb673ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6728 | 2024.05.16 00:51:38.012803 [ 3 ] {} <Trace> HTTP-Session: eb7fe83d-16c0-498f-8e33-1c7c4eb673ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6729 | 2024.05.16 00:51:38.012985 [ 3 ] {5bea92c4-402a-46d9-bf69-3ac94e5b9e85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6730 | 2024.05.16 00:51:38.013043 [ 3 ] {5bea92c4-402a-46d9-bf69-3ac94e5b9e85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6731 | 2024.05.16 00:51:38.013220 [ 3 ] {5bea92c4-402a-46d9-bf69-3ac94e5b9e85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6732 | 2024.05.16 00:51:38.013645 [ 3 ] {5bea92c4-402a-46d9-bf69-3ac94e5b9e85} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6733 | 2024.05.16 00:51:38.013685 [ 3 ] {5bea92c4-402a-46d9-bf69-3ac94e5b9e85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
6734 | 2024.05.16 00:51:38.014044 [ 3 ] {5bea92c4-402a-46d9-bf69-3ac94e5b9e85} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
6735 | 2024.05.16 00:51:38.014378 [ 3 ] {5bea92c4-402a-46d9-bf69-3ac94e5b9e85} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6736 | 2024.05.16 00:51:38.014518 [ 3 ] {5bea92c4-402a-46d9-bf69-3ac94e5b9e85} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001596 sec., 35087.71929824562 rows/sec., 2.68 MiB/sec. | ||
6737 | 2024.05.16 00:51:38.014699 [ 3 ] {5bea92c4-402a-46d9-bf69-3ac94e5b9e85} <Debug> DynamicQueryHandler: Done processing query | ||
6738 | 2024.05.16 00:51:38.014726 [ 3 ] {5bea92c4-402a-46d9-bf69-3ac94e5b9e85} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6739 | 2024.05.16 00:51:38.014742 [ 3 ] {} <Debug> HTTP-Session: eb7fe83d-16c0-498f-8e33-1c7c4eb673ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6740 | 2024.05.16 00:51:38.014908 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6741 | 2024.05.16 00:51:38.014956 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6742 | 2024.05.16 00:51:38.014977 [ 3 ] {} <Debug> HTTP-Session: 05f4af0e-72cb-4526-abb0-a6574e121e28 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
6743 | 2024.05.16 00:51:38.014994 [ 3 ] {} <Debug> HTTP-Session: 05f4af0e-72cb-4526-abb0-a6574e121e28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6744 | 2024.05.16 00:51:38.015008 [ 3 ] {} <Debug> HTTP-Session: 05f4af0e-72cb-4526-abb0-a6574e121e28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6745 | 2024.05.16 00:51:38.015039 [ 3 ] {} <Trace> HTTP-Session: 05f4af0e-72cb-4526-abb0-a6574e121e28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6746 | 2024.05.16 00:51:38.015154 [ 3 ] {03c4b74a-ab2a-4b22-b5f6-f60c7e7d81bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6747 | 2024.05.16 00:51:38.015196 [ 3 ] {03c4b74a-ab2a-4b22-b5f6-f60c7e7d81bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6748 | 2024.05.16 00:51:38.015322 [ 3 ] {03c4b74a-ab2a-4b22-b5f6-f60c7e7d81bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6749 | 2024.05.16 00:51:38.015669 [ 3 ] {03c4b74a-ab2a-4b22-b5f6-f60c7e7d81bb} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6750 | 2024.05.16 00:51:38.015706 [ 3 ] {03c4b74a-ab2a-4b22-b5f6-f60c7e7d81bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
6751 | 2024.05.16 00:51:38.016017 [ 3 ] {03c4b74a-ab2a-4b22-b5f6-f60c7e7d81bb} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
6752 | 2024.05.16 00:51:38.016331 [ 3 ] {03c4b74a-ab2a-4b22-b5f6-f60c7e7d81bb} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6753 | 2024.05.16 00:51:38.016464 [ 3 ] {03c4b74a-ab2a-4b22-b5f6-f60c7e7d81bb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001349 sec., 47442.550037064495 rows/sec., 3.70 MiB/sec. | ||
6754 | 2024.05.16 00:51:38.016645 [ 3 ] {03c4b74a-ab2a-4b22-b5f6-f60c7e7d81bb} <Debug> DynamicQueryHandler: Done processing query | ||
6755 | 2024.05.16 00:51:38.016669 [ 3 ] {03c4b74a-ab2a-4b22-b5f6-f60c7e7d81bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6756 | 2024.05.16 00:51:38.016686 [ 3 ] {} <Debug> HTTP-Session: 05f4af0e-72cb-4526-abb0-a6574e121e28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6757 | 2024.05.16 00:51:38.016854 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6758 | 2024.05.16 00:51:38.016904 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6759 | 2024.05.16 00:51:38.016923 [ 3 ] {} <Debug> HTTP-Session: 1fa80976-6e36-4422-8d02-5b5a72e7796d Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
6760 | 2024.05.16 00:51:38.016940 [ 3 ] {} <Debug> HTTP-Session: 1fa80976-6e36-4422-8d02-5b5a72e7796d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6761 | 2024.05.16 00:51:38.016954 [ 3 ] {} <Debug> HTTP-Session: 1fa80976-6e36-4422-8d02-5b5a72e7796d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6762 | 2024.05.16 00:51:38.016983 [ 3 ] {} <Trace> HTTP-Session: 1fa80976-6e36-4422-8d02-5b5a72e7796d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6763 | 2024.05.16 00:51:38.017126 [ 3 ] {1ea17910-2191-4f01-865c-01daac337988} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6764 | 2024.05.16 00:51:38.017172 [ 3 ] {1ea17910-2191-4f01-865c-01daac337988} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6765 | 2024.05.16 00:51:38.017318 [ 3 ] {1ea17910-2191-4f01-865c-01daac337988} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6766 | 2024.05.16 00:51:38.017691 [ 3 ] {1ea17910-2191-4f01-865c-01daac337988} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6767 | 2024.05.16 00:51:38.017728 [ 3 ] {1ea17910-2191-4f01-865c-01daac337988} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
6768 | 2024.05.16 00:51:38.018113 [ 3 ] {1ea17910-2191-4f01-865c-01daac337988} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
6769 | 2024.05.16 00:51:38.018445 [ 3 ] {1ea17910-2191-4f01-865c-01daac337988} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6770 | 2024.05.16 00:51:38.018600 [ 3 ] {1ea17910-2191-4f01-865c-01daac337988} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001533 sec., 104370.51532941943 rows/sec., 7.27 MiB/sec. | ||
6771 | 2024.05.16 00:51:38.018765 [ 3 ] {1ea17910-2191-4f01-865c-01daac337988} <Debug> DynamicQueryHandler: Done processing query | ||
6772 | 2024.05.16 00:51:38.018790 [ 3 ] {1ea17910-2191-4f01-865c-01daac337988} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6773 | 2024.05.16 00:51:38.018805 [ 3 ] {} <Debug> HTTP-Session: 1fa80976-6e36-4422-8d02-5b5a72e7796d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6774 | 2024.05.16 00:51:38.018941 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6775 | 2024.05.16 00:51:38.018988 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6776 | 2024.05.16 00:51:38.019008 [ 3 ] {} <Debug> HTTP-Session: 4345e76e-d7bc-495b-9709-3de5cd043686 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
6777 | 2024.05.16 00:51:38.019025 [ 3 ] {} <Debug> HTTP-Session: 4345e76e-d7bc-495b-9709-3de5cd043686 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6778 | 2024.05.16 00:51:38.019038 [ 3 ] {} <Debug> HTTP-Session: 4345e76e-d7bc-495b-9709-3de5cd043686 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6779 | 2024.05.16 00:51:38.019068 [ 3 ] {} <Trace> HTTP-Session: 4345e76e-d7bc-495b-9709-3de5cd043686 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6780 | 2024.05.16 00:51:38.019191 [ 3 ] {feea26aa-2de1-45db-9763-ae9fd893ca46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6781 | 2024.05.16 00:51:38.019234 [ 3 ] {feea26aa-2de1-45db-9763-ae9fd893ca46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6782 | 2024.05.16 00:51:38.019360 [ 3 ] {feea26aa-2de1-45db-9763-ae9fd893ca46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6783 | 2024.05.16 00:51:38.019658 [ 3 ] {feea26aa-2de1-45db-9763-ae9fd893ca46} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6784 | 2024.05.16 00:51:38.019696 [ 3 ] {feea26aa-2de1-45db-9763-ae9fd893ca46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
6785 | 2024.05.16 00:51:38.020054 [ 3 ] {feea26aa-2de1-45db-9763-ae9fd893ca46} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
6786 | 2024.05.16 00:51:38.020371 [ 3 ] {feea26aa-2de1-45db-9763-ae9fd893ca46} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6787 | 2024.05.16 00:51:38.020520 [ 3 ] {feea26aa-2de1-45db-9763-ae9fd893ca46} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001373 sec., 43699.92716678805 rows/sec., 2.95 MiB/sec. | ||
6788 | 2024.05.16 00:51:38.020693 [ 3 ] {feea26aa-2de1-45db-9763-ae9fd893ca46} <Debug> DynamicQueryHandler: Done processing query | ||
6789 | 2024.05.16 00:51:38.020718 [ 3 ] {feea26aa-2de1-45db-9763-ae9fd893ca46} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6790 | 2024.05.16 00:51:38.020733 [ 3 ] {} <Debug> HTTP-Session: 4345e76e-d7bc-495b-9709-3de5cd043686 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6791 | 2024.05.16 00:51:43.015931 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6792 | 2024.05.16 00:51:43.016068 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6793 | 2024.05.16 00:51:43.016099 [ 3 ] {} <Debug> HTTP-Session: 6d8cc794-2eed-4252-92c2-c2405dc21ded Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
6794 | 2024.05.16 00:51:43.016126 [ 3 ] {} <Debug> HTTP-Session: 6d8cc794-2eed-4252-92c2-c2405dc21ded Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6795 | 2024.05.16 00:51:43.016144 [ 3 ] {} <Debug> HTTP-Session: 6d8cc794-2eed-4252-92c2-c2405dc21ded Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6796 | 2024.05.16 00:51:43.016199 [ 3 ] {} <Trace> HTTP-Session: 6d8cc794-2eed-4252-92c2-c2405dc21ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6797 | 2024.05.16 00:51:43.016399 [ 3 ] {fdbfd6b8-8519-49cc-adcf-975cc4812c6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6798 | 2024.05.16 00:51:43.016469 [ 3 ] {fdbfd6b8-8519-49cc-adcf-975cc4812c6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6799 | 2024.05.16 00:51:43.016676 [ 3 ] {fdbfd6b8-8519-49cc-adcf-975cc4812c6c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6800 | 2024.05.16 00:51:43.017103 [ 3 ] {fdbfd6b8-8519-49cc-adcf-975cc4812c6c} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6801 | 2024.05.16 00:51:43.017151 [ 3 ] {fdbfd6b8-8519-49cc-adcf-975cc4812c6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
6802 | 2024.05.16 00:51:43.017535 [ 3 ] {fdbfd6b8-8519-49cc-adcf-975cc4812c6c} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
6803 | 2024.05.16 00:51:43.017880 [ 3 ] {fdbfd6b8-8519-49cc-adcf-975cc4812c6c} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6804 | 2024.05.16 00:51:43.018044 [ 3 ] {fdbfd6b8-8519-49cc-adcf-975cc4812c6c} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001707 sec., 17574.69244288225 rows/sec., 1.39 MiB/sec. | ||
6805 | 2024.05.16 00:51:43.018243 [ 3 ] {fdbfd6b8-8519-49cc-adcf-975cc4812c6c} <Debug> DynamicQueryHandler: Done processing query | ||
6806 | 2024.05.16 00:51:43.018270 [ 3 ] {fdbfd6b8-8519-49cc-adcf-975cc4812c6c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6807 | 2024.05.16 00:51:43.018286 [ 3 ] {} <Debug> HTTP-Session: 6d8cc794-2eed-4252-92c2-c2405dc21ded Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6808 | 2024.05.16 00:51:43.018433 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6809 | 2024.05.16 00:51:43.018483 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6810 | 2024.05.16 00:51:43.018502 [ 3 ] {} <Debug> HTTP-Session: 35198734-0968-45d6-a657-901488f1aa18 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
6811 | 2024.05.16 00:51:43.018520 [ 3 ] {} <Debug> HTTP-Session: 35198734-0968-45d6-a657-901488f1aa18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6812 | 2024.05.16 00:51:43.018534 [ 3 ] {} <Debug> HTTP-Session: 35198734-0968-45d6-a657-901488f1aa18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6813 | 2024.05.16 00:51:43.018566 [ 3 ] {} <Trace> HTTP-Session: 35198734-0968-45d6-a657-901488f1aa18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6814 | 2024.05.16 00:51:43.018664 [ 3 ] {aa1fc5f5-a4a0-471a-9fa9-88f8747ec224} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6815 | 2024.05.16 00:51:43.018707 [ 3 ] {aa1fc5f5-a4a0-471a-9fa9-88f8747ec224} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6816 | 2024.05.16 00:51:43.018834 [ 3 ] {aa1fc5f5-a4a0-471a-9fa9-88f8747ec224} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6817 | 2024.05.16 00:51:43.019141 [ 3 ] {aa1fc5f5-a4a0-471a-9fa9-88f8747ec224} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6818 | 2024.05.16 00:51:43.019180 [ 3 ] {aa1fc5f5-a4a0-471a-9fa9-88f8747ec224} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
6819 | 2024.05.16 00:51:43.019481 [ 3 ] {aa1fc5f5-a4a0-471a-9fa9-88f8747ec224} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
6820 | 2024.05.16 00:51:43.019782 [ 3 ] {aa1fc5f5-a4a0-471a-9fa9-88f8747ec224} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6821 | 2024.05.16 00:51:43.019928 [ 3 ] {aa1fc5f5-a4a0-471a-9fa9-88f8747ec224} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001282 sec., 3120.1248049921996 rows/sec., 254.42 KiB/sec. | ||
6822 | 2024.05.16 00:51:43.020092 [ 3 ] {aa1fc5f5-a4a0-471a-9fa9-88f8747ec224} <Debug> DynamicQueryHandler: Done processing query | ||
6823 | 2024.05.16 00:51:43.020118 [ 3 ] {aa1fc5f5-a4a0-471a-9fa9-88f8747ec224} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6824 | 2024.05.16 00:51:43.020134 [ 3 ] {} <Debug> HTTP-Session: 35198734-0968-45d6-a657-901488f1aa18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6825 | 2024.05.16 00:51:43.020306 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 26600, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6826 | 2024.05.16 00:51:43.020357 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6827 | 2024.05.16 00:51:43.020377 [ 3 ] {} <Debug> HTTP-Session: 817ca1ea-7d35-4bd1-8f08-5e8965a241d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
6828 | 2024.05.16 00:51:43.020395 [ 3 ] {} <Debug> HTTP-Session: 817ca1ea-7d35-4bd1-8f08-5e8965a241d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6829 | 2024.05.16 00:51:43.020409 [ 3 ] {} <Debug> HTTP-Session: 817ca1ea-7d35-4bd1-8f08-5e8965a241d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6830 | 2024.05.16 00:51:43.020439 [ 3 ] {} <Trace> HTTP-Session: 817ca1ea-7d35-4bd1-8f08-5e8965a241d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6831 | 2024.05.16 00:51:43.020580 [ 3 ] {b303e825-6386-4532-ad3c-450c45557306} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6832 | 2024.05.16 00:51:43.020621 [ 3 ] {b303e825-6386-4532-ad3c-450c45557306} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6833 | 2024.05.16 00:51:43.020746 [ 3 ] {b303e825-6386-4532-ad3c-450c45557306} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6834 | 2024.05.16 00:51:43.021135 [ 3 ] {b303e825-6386-4532-ad3c-450c45557306} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6835 | 2024.05.16 00:51:43.021174 [ 3 ] {b303e825-6386-4532-ad3c-450c45557306} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
6836 | 2024.05.16 00:51:43.021494 [ 3 ] {b303e825-6386-4532-ad3c-450c45557306} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
6837 | 2024.05.16 00:51:43.021795 [ 3 ] {b303e825-6386-4532-ad3c-450c45557306} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6838 | 2024.05.16 00:51:43.021948 [ 3 ] {b303e825-6386-4532-ad3c-450c45557306} <Debug> executeQuery: Read 184 rows, 15.43 KiB in 0.001428 sec., 128851.5406162465 rows/sec., 10.55 MiB/sec. | ||
6839 | 2024.05.16 00:51:43.022102 [ 3 ] {b303e825-6386-4532-ad3c-450c45557306} <Debug> DynamicQueryHandler: Done processing query | ||
6840 | 2024.05.16 00:51:43.022126 [ 3 ] {b303e825-6386-4532-ad3c-450c45557306} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
6841 | 2024.05.16 00:51:43.022142 [ 3 ] {} <Debug> HTTP-Session: 817ca1ea-7d35-4bd1-8f08-5e8965a241d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6842 | 2024.05.16 00:51:43.022260 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6843 | 2024.05.16 00:51:43.022309 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6844 | 2024.05.16 00:51:43.022329 [ 3 ] {} <Debug> HTTP-Session: c4611e72-f581-42d1-a4f6-22c94a7021f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
6845 | 2024.05.16 00:51:43.022346 [ 3 ] {} <Debug> HTTP-Session: c4611e72-f581-42d1-a4f6-22c94a7021f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6846 | 2024.05.16 00:51:43.022360 [ 3 ] {} <Debug> HTTP-Session: c4611e72-f581-42d1-a4f6-22c94a7021f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6847 | 2024.05.16 00:51:43.022391 [ 3 ] {} <Trace> HTTP-Session: c4611e72-f581-42d1-a4f6-22c94a7021f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6848 | 2024.05.16 00:51:43.022484 [ 3 ] {42d41311-eb19-4792-b3c7-98993382300e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6849 | 2024.05.16 00:51:43.022527 [ 3 ] {42d41311-eb19-4792-b3c7-98993382300e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6850 | 2024.05.16 00:51:43.022652 [ 3 ] {42d41311-eb19-4792-b3c7-98993382300e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6851 | 2024.05.16 00:51:43.022944 [ 3 ] {42d41311-eb19-4792-b3c7-98993382300e} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6852 | 2024.05.16 00:51:43.022982 [ 3 ] {42d41311-eb19-4792-b3c7-98993382300e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
6853 | 2024.05.16 00:51:43.023277 [ 3 ] {42d41311-eb19-4792-b3c7-98993382300e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
6854 | 2024.05.16 00:51:43.023597 [ 3 ] {42d41311-eb19-4792-b3c7-98993382300e} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6855 | 2024.05.16 00:51:43.023745 [ 3 ] {42d41311-eb19-4792-b3c7-98993382300e} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001283 sec., 3117.692907248636 rows/sec., 217.69 KiB/sec. | ||
6856 | 2024.05.16 00:51:43.024036 [ 3 ] {42d41311-eb19-4792-b3c7-98993382300e} <Debug> DynamicQueryHandler: Done processing query | ||
6857 | 2024.05.16 00:51:43.024075 [ 3 ] {42d41311-eb19-4792-b3c7-98993382300e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6858 | 2024.05.16 00:51:43.024105 [ 3 ] {} <Debug> HTTP-Session: c4611e72-f581-42d1-a4f6-22c94a7021f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6859 | 2024.05.16 00:51:43.024242 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 20695, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6860 | 2024.05.16 00:51:43.024292 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6861 | 2024.05.16 00:51:43.024311 [ 3 ] {} <Debug> HTTP-Session: 22fc588a-83fc-4891-aa86-bc980ff6c7cb Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
6862 | 2024.05.16 00:51:43.024330 [ 3 ] {} <Debug> HTTP-Session: 22fc588a-83fc-4891-aa86-bc980ff6c7cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6863 | 2024.05.16 00:51:43.024347 [ 3 ] {} <Debug> HTTP-Session: 22fc588a-83fc-4891-aa86-bc980ff6c7cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6864 | 2024.05.16 00:51:43.024383 [ 3 ] {} <Trace> HTTP-Session: 22fc588a-83fc-4891-aa86-bc980ff6c7cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6865 | 2024.05.16 00:51:43.024536 [ 3 ] {e1cfafb0-b7ba-4c10-a23d-7a20e8dc1b84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6866 | 2024.05.16 00:51:43.024588 [ 3 ] {e1cfafb0-b7ba-4c10-a23d-7a20e8dc1b84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6867 | 2024.05.16 00:51:43.024760 [ 3 ] {e1cfafb0-b7ba-4c10-a23d-7a20e8dc1b84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6868 | 2024.05.16 00:51:43.025144 [ 3 ] {e1cfafb0-b7ba-4c10-a23d-7a20e8dc1b84} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6869 | 2024.05.16 00:51:43.025181 [ 3 ] {e1cfafb0-b7ba-4c10-a23d-7a20e8dc1b84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
6870 | 2024.05.16 00:51:43.025482 [ 3 ] {e1cfafb0-b7ba-4c10-a23d-7a20e8dc1b84} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
6871 | 2024.05.16 00:51:43.025783 [ 3 ] {e1cfafb0-b7ba-4c10-a23d-7a20e8dc1b84} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6872 | 2024.05.16 00:51:43.025928 [ 3 ] {e1cfafb0-b7ba-4c10-a23d-7a20e8dc1b84} <Debug> executeQuery: Read 122 rows, 9.74 KiB in 0.001455 sec., 83848.7972508591 rows/sec., 6.54 MiB/sec. | ||
6873 | 2024.05.16 00:51:43.026126 [ 3 ] {e1cfafb0-b7ba-4c10-a23d-7a20e8dc1b84} <Debug> DynamicQueryHandler: Done processing query | ||
6874 | 2024.05.16 00:51:43.026160 [ 3 ] {e1cfafb0-b7ba-4c10-a23d-7a20e8dc1b84} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6875 | 2024.05.16 00:51:43.026178 [ 3 ] {} <Debug> HTTP-Session: 22fc588a-83fc-4891-aa86-bc980ff6c7cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6876 | 2024.05.16 00:51:43.026411 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 37973, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6877 | 2024.05.16 00:51:43.026461 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6878 | 2024.05.16 00:51:43.026481 [ 3 ] {} <Debug> HTTP-Session: 11094665-52d2-452a-b223-a8d3cd177289 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
6879 | 2024.05.16 00:51:43.026498 [ 3 ] {} <Debug> HTTP-Session: 11094665-52d2-452a-b223-a8d3cd177289 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6880 | 2024.05.16 00:51:43.026512 [ 3 ] {} <Debug> HTTP-Session: 11094665-52d2-452a-b223-a8d3cd177289 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6881 | 2024.05.16 00:51:43.026543 [ 3 ] {} <Trace> HTTP-Session: 11094665-52d2-452a-b223-a8d3cd177289 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6882 | 2024.05.16 00:51:43.026710 [ 3 ] {b74d5ea0-93b6-447d-b5c8-02185346fbe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6883 | 2024.05.16 00:51:43.026759 [ 3 ] {b74d5ea0-93b6-447d-b5c8-02185346fbe3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6884 | 2024.05.16 00:51:43.026903 [ 3 ] {b74d5ea0-93b6-447d-b5c8-02185346fbe3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6885 | 2024.05.16 00:51:43.027306 [ 3 ] {b74d5ea0-93b6-447d-b5c8-02185346fbe3} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6886 | 2024.05.16 00:51:43.027344 [ 3 ] {b74d5ea0-93b6-447d-b5c8-02185346fbe3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
6887 | 2024.05.16 00:51:43.027730 [ 3 ] {b74d5ea0-93b6-447d-b5c8-02185346fbe3} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
6888 | 2024.05.16 00:51:43.028067 [ 3 ] {b74d5ea0-93b6-447d-b5c8-02185346fbe3} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6889 | 2024.05.16 00:51:43.028221 [ 3 ] {b74d5ea0-93b6-447d-b5c8-02185346fbe3} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.001588 sec., 124685.13853904282 rows/sec., 8.70 MiB/sec. | ||
6890 | 2024.05.16 00:51:43.028390 [ 3 ] {b74d5ea0-93b6-447d-b5c8-02185346fbe3} <Debug> DynamicQueryHandler: Done processing query | ||
6891 | 2024.05.16 00:51:43.028415 [ 3 ] {b74d5ea0-93b6-447d-b5c8-02185346fbe3} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
6892 | 2024.05.16 00:51:43.028432 [ 3 ] {} <Debug> HTTP-Session: 11094665-52d2-452a-b223-a8d3cd177289 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6893 | 2024.05.16 00:51:43.028625 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 32123, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6894 | 2024.05.16 00:51:43.028702 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6895 | 2024.05.16 00:51:43.028723 [ 3 ] {} <Debug> HTTP-Session: 36d4f07e-d2fb-4fd9-a908-8d45b54b8b83 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
6896 | 2024.05.16 00:51:43.028740 [ 3 ] {} <Debug> HTTP-Session: 36d4f07e-d2fb-4fd9-a908-8d45b54b8b83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6897 | 2024.05.16 00:51:43.028754 [ 3 ] {} <Debug> HTTP-Session: 36d4f07e-d2fb-4fd9-a908-8d45b54b8b83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6898 | 2024.05.16 00:51:43.028784 [ 3 ] {} <Trace> HTTP-Session: 36d4f07e-d2fb-4fd9-a908-8d45b54b8b83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6899 | 2024.05.16 00:51:43.029029 [ 3 ] {c0929a14-cda5-4efa-9cc7-3acd736c8634} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6900 | 2024.05.16 00:51:43.029077 [ 3 ] {c0929a14-cda5-4efa-9cc7-3acd736c8634} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6901 | 2024.05.16 00:51:43.029233 [ 3 ] {c0929a14-cda5-4efa-9cc7-3acd736c8634} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6902 | 2024.05.16 00:51:43.029714 [ 3 ] {c0929a14-cda5-4efa-9cc7-3acd736c8634} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6903 | 2024.05.16 00:51:43.029777 [ 3 ] {c0929a14-cda5-4efa-9cc7-3acd736c8634} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
6904 | 2024.05.16 00:51:43.030172 [ 3 ] {c0929a14-cda5-4efa-9cc7-3acd736c8634} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
6905 | 2024.05.16 00:51:43.030508 [ 3 ] {c0929a14-cda5-4efa-9cc7-3acd736c8634} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6906 | 2024.05.16 00:51:43.030672 [ 3 ] {c0929a14-cda5-4efa-9cc7-3acd736c8634} <Debug> executeQuery: Read 30 rows, 41.46 KiB in 0.001796 sec., 16703.786191536747 rows/sec., 22.54 MiB/sec. | ||
6907 | 2024.05.16 00:51:43.030964 [ 3 ] {c0929a14-cda5-4efa-9cc7-3acd736c8634} <Debug> DynamicQueryHandler: Done processing query | ||
6908 | 2024.05.16 00:51:43.030999 [ 3 ] {c0929a14-cda5-4efa-9cc7-3acd736c8634} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
6909 | 2024.05.16 00:51:43.031027 [ 3 ] {} <Debug> HTTP-Session: 36d4f07e-d2fb-4fd9-a908-8d45b54b8b83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6910 | 2024.05.16 00:51:43.031162 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6911 | 2024.05.16 00:51:43.031211 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6912 | 2024.05.16 00:51:43.031231 [ 3 ] {} <Debug> HTTP-Session: ff6e65ff-8840-4731-8e99-a29a5461869f Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
6913 | 2024.05.16 00:51:43.031248 [ 3 ] {} <Debug> HTTP-Session: ff6e65ff-8840-4731-8e99-a29a5461869f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6914 | 2024.05.16 00:51:43.031262 [ 3 ] {} <Debug> HTTP-Session: ff6e65ff-8840-4731-8e99-a29a5461869f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6915 | 2024.05.16 00:51:43.031292 [ 3 ] {} <Trace> HTTP-Session: ff6e65ff-8840-4731-8e99-a29a5461869f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6916 | 2024.05.16 00:51:43.031427 [ 3 ] {2db58a7b-b5f5-4c0e-8b32-fdb6fdaad24a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6917 | 2024.05.16 00:51:43.031472 [ 3 ] {2db58a7b-b5f5-4c0e-8b32-fdb6fdaad24a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6918 | 2024.05.16 00:51:43.031614 [ 3 ] {2db58a7b-b5f5-4c0e-8b32-fdb6fdaad24a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6919 | 2024.05.16 00:51:43.031906 [ 3 ] {2db58a7b-b5f5-4c0e-8b32-fdb6fdaad24a} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6920 | 2024.05.16 00:51:43.031943 [ 3 ] {2db58a7b-b5f5-4c0e-8b32-fdb6fdaad24a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
6921 | 2024.05.16 00:51:43.032289 [ 3 ] {2db58a7b-b5f5-4c0e-8b32-fdb6fdaad24a} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
6922 | 2024.05.16 00:51:43.032601 [ 3 ] {2db58a7b-b5f5-4c0e-8b32-fdb6fdaad24a} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6923 | 2024.05.16 00:51:43.032752 [ 3 ] {2db58a7b-b5f5-4c0e-8b32-fdb6fdaad24a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001376 sec., 43604.651162790695 rows/sec., 2.94 MiB/sec. | ||
6924 | 2024.05.16 00:51:43.032963 [ 3 ] {2db58a7b-b5f5-4c0e-8b32-fdb6fdaad24a} <Debug> DynamicQueryHandler: Done processing query | ||
6925 | 2024.05.16 00:51:43.032994 [ 3 ] {2db58a7b-b5f5-4c0e-8b32-fdb6fdaad24a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6926 | 2024.05.16 00:51:43.033012 [ 3 ] {} <Debug> HTTP-Session: ff6e65ff-8840-4731-8e99-a29a5461869f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6927 | 2024.05.16 00:51:46.309019 [ 55 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6928 | 2024.05.16 00:51:46.309109 [ 55 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6929 | 2024.05.16 00:51:48.012921 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6930 | 2024.05.16 00:51:48.013048 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6931 | 2024.05.16 00:51:48.013078 [ 3 ] {} <Debug> HTTP-Session: 6137beba-eb5c-448a-bfdd-99435aa27d7b Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
6932 | 2024.05.16 00:51:48.013106 [ 3 ] {} <Debug> HTTP-Session: 6137beba-eb5c-448a-bfdd-99435aa27d7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6933 | 2024.05.16 00:51:48.013125 [ 3 ] {} <Debug> HTTP-Session: 6137beba-eb5c-448a-bfdd-99435aa27d7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6934 | 2024.05.16 00:51:48.013178 [ 3 ] {} <Trace> HTTP-Session: 6137beba-eb5c-448a-bfdd-99435aa27d7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6935 | 2024.05.16 00:51:48.013378 [ 3 ] {a907ad56-14a6-44db-bae9-4e3bb5e05730} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6936 | 2024.05.16 00:51:48.013452 [ 3 ] {a907ad56-14a6-44db-bae9-4e3bb5e05730} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6937 | 2024.05.16 00:51:48.013663 [ 3 ] {a907ad56-14a6-44db-bae9-4e3bb5e05730} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6938 | 2024.05.16 00:51:48.014104 [ 3 ] {a907ad56-14a6-44db-bae9-4e3bb5e05730} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6939 | 2024.05.16 00:51:48.014148 [ 3 ] {a907ad56-14a6-44db-bae9-4e3bb5e05730} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
6940 | 2024.05.16 00:51:48.014501 [ 3 ] {a907ad56-14a6-44db-bae9-4e3bb5e05730} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6941 | 2024.05.16 00:51:48.014833 [ 3 ] {a907ad56-14a6-44db-bae9-4e3bb5e05730} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6942 | 2024.05.16 00:51:48.014987 [ 3 ] {a907ad56-14a6-44db-bae9-4e3bb5e05730} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001664 sec., 1201.923076923077 rows/sec., 98.01 KiB/sec. | ||
6943 | 2024.05.16 00:51:48.015227 [ 3 ] {a907ad56-14a6-44db-bae9-4e3bb5e05730} <Debug> DynamicQueryHandler: Done processing query | ||
6944 | 2024.05.16 00:51:48.015255 [ 3 ] {a907ad56-14a6-44db-bae9-4e3bb5e05730} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6945 | 2024.05.16 00:51:48.015273 [ 3 ] {} <Debug> HTTP-Session: 6137beba-eb5c-448a-bfdd-99435aa27d7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6946 | 2024.05.16 00:51:48.015424 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6947 | 2024.05.16 00:51:48.015473 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6948 | 2024.05.16 00:51:48.015494 [ 3 ] {} <Debug> HTTP-Session: 0c64714f-3f16-4c90-bd69-62e4ebdba6e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
6949 | 2024.05.16 00:51:48.015511 [ 3 ] {} <Debug> HTTP-Session: 0c64714f-3f16-4c90-bd69-62e4ebdba6e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6950 | 2024.05.16 00:51:48.015526 [ 3 ] {} <Debug> HTTP-Session: 0c64714f-3f16-4c90-bd69-62e4ebdba6e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6951 | 2024.05.16 00:51:48.015558 [ 3 ] {} <Trace> HTTP-Session: 0c64714f-3f16-4c90-bd69-62e4ebdba6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6952 | 2024.05.16 00:51:48.015668 [ 3 ] {80a735ed-45f3-4d86-a037-3a4a46d6c546} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6953 | 2024.05.16 00:51:48.015714 [ 3 ] {80a735ed-45f3-4d86-a037-3a4a46d6c546} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6954 | 2024.05.16 00:51:48.015850 [ 3 ] {80a735ed-45f3-4d86-a037-3a4a46d6c546} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6955 | 2024.05.16 00:51:48.016185 [ 3 ] {80a735ed-45f3-4d86-a037-3a4a46d6c546} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6956 | 2024.05.16 00:51:48.016225 [ 3 ] {80a735ed-45f3-4d86-a037-3a4a46d6c546} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
6957 | 2024.05.16 00:51:48.016534 [ 3 ] {80a735ed-45f3-4d86-a037-3a4a46d6c546} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
6958 | 2024.05.16 00:51:48.016847 [ 3 ] {80a735ed-45f3-4d86-a037-3a4a46d6c546} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6959 | 2024.05.16 00:51:48.016999 [ 3 ] {80a735ed-45f3-4d86-a037-3a4a46d6c546} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001359 sec., 41942.604856512145 rows/sec., 3.20 MiB/sec. | ||
6960 | 2024.05.16 00:51:48.017190 [ 3 ] {80a735ed-45f3-4d86-a037-3a4a46d6c546} <Debug> DynamicQueryHandler: Done processing query | ||
6961 | 2024.05.16 00:51:48.017226 [ 3 ] {80a735ed-45f3-4d86-a037-3a4a46d6c546} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6962 | 2024.05.16 00:51:48.017258 [ 3 ] {} <Debug> HTTP-Session: 0c64714f-3f16-4c90-bd69-62e4ebdba6e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6963 | 2024.05.16 00:51:48.017428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6964 | 2024.05.16 00:51:48.017479 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6965 | 2024.05.16 00:51:48.017500 [ 3 ] {} <Debug> HTTP-Session: f0d7f9cf-f9f1-4757-876d-bd5097c09a77 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
6966 | 2024.05.16 00:51:48.017517 [ 3 ] {} <Debug> HTTP-Session: f0d7f9cf-f9f1-4757-876d-bd5097c09a77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6967 | 2024.05.16 00:51:48.017531 [ 3 ] {} <Debug> HTTP-Session: f0d7f9cf-f9f1-4757-876d-bd5097c09a77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6968 | 2024.05.16 00:51:48.017562 [ 3 ] {} <Trace> HTTP-Session: f0d7f9cf-f9f1-4757-876d-bd5097c09a77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6969 | 2024.05.16 00:51:48.017657 [ 3 ] {6c925fe6-254e-4ad1-a2ec-c01f55d3c981} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6970 | 2024.05.16 00:51:48.017702 [ 3 ] {6c925fe6-254e-4ad1-a2ec-c01f55d3c981} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6971 | 2024.05.16 00:51:48.017829 [ 3 ] {6c925fe6-254e-4ad1-a2ec-c01f55d3c981} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6972 | 2024.05.16 00:51:48.018081 [ 3 ] {6c925fe6-254e-4ad1-a2ec-c01f55d3c981} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6973 | 2024.05.16 00:51:48.018120 [ 3 ] {6c925fe6-254e-4ad1-a2ec-c01f55d3c981} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
6974 | 2024.05.16 00:51:48.018409 [ 3 ] {6c925fe6-254e-4ad1-a2ec-c01f55d3c981} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6975 | 2024.05.16 00:51:48.018711 [ 3 ] {6c925fe6-254e-4ad1-a2ec-c01f55d3c981} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6976 | 2024.05.16 00:51:48.018864 [ 3 ] {6c925fe6-254e-4ad1-a2ec-c01f55d3c981} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00123 sec., 1626.0162601626016 rows/sec., 113.54 KiB/sec. | ||
6977 | 2024.05.16 00:51:48.019108 [ 3 ] {6c925fe6-254e-4ad1-a2ec-c01f55d3c981} <Debug> DynamicQueryHandler: Done processing query | ||
6978 | 2024.05.16 00:51:48.019134 [ 3 ] {6c925fe6-254e-4ad1-a2ec-c01f55d3c981} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6979 | 2024.05.16 00:51:48.019151 [ 3 ] {} <Debug> HTTP-Session: f0d7f9cf-f9f1-4757-876d-bd5097c09a77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6980 | 2024.05.16 00:51:48.019353 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 11233, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6981 | 2024.05.16 00:51:48.019403 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6982 | 2024.05.16 00:51:48.019423 [ 3 ] {} <Debug> HTTP-Session: 76ec8837-86b6-4b55-a457-6c5a4cd6eb16 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
6983 | 2024.05.16 00:51:48.019440 [ 3 ] {} <Debug> HTTP-Session: 76ec8837-86b6-4b55-a457-6c5a4cd6eb16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6984 | 2024.05.16 00:51:48.019455 [ 3 ] {} <Debug> HTTP-Session: 76ec8837-86b6-4b55-a457-6c5a4cd6eb16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6985 | 2024.05.16 00:51:48.019486 [ 3 ] {} <Trace> HTTP-Session: 76ec8837-86b6-4b55-a457-6c5a4cd6eb16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6986 | 2024.05.16 00:51:48.019603 [ 3 ] {1e9858fe-b589-41fd-ba80-51c134c209bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6987 | 2024.05.16 00:51:48.019647 [ 3 ] {1e9858fe-b589-41fd-ba80-51c134c209bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6988 | 2024.05.16 00:51:48.019791 [ 3 ] {1e9858fe-b589-41fd-ba80-51c134c209bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6989 | 2024.05.16 00:51:48.020105 [ 3 ] {1e9858fe-b589-41fd-ba80-51c134c209bc} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6990 | 2024.05.16 00:51:48.020142 [ 3 ] {1e9858fe-b589-41fd-ba80-51c134c209bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
6991 | 2024.05.16 00:51:48.020449 [ 3 ] {1e9858fe-b589-41fd-ba80-51c134c209bc} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
6992 | 2024.05.16 00:51:48.020742 [ 3 ] {1e9858fe-b589-41fd-ba80-51c134c209bc} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6993 | 2024.05.16 00:51:48.020885 [ 3 ] {1e9858fe-b589-41fd-ba80-51c134c209bc} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001319 sec., 50037.907505686126 rows/sec., 3.91 MiB/sec. | ||
6994 | 2024.05.16 00:51:48.021039 [ 3 ] {1e9858fe-b589-41fd-ba80-51c134c209bc} <Debug> DynamicQueryHandler: Done processing query | ||
6995 | 2024.05.16 00:51:48.021064 [ 3 ] {1e9858fe-b589-41fd-ba80-51c134c209bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
6996 | 2024.05.16 00:51:48.021082 [ 3 ] {} <Debug> HTTP-Session: 76ec8837-86b6-4b55-a457-6c5a4cd6eb16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6997 | 2024.05.16 00:51:48.021344 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30824, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6998 | 2024.05.16 00:51:48.021397 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6999 | 2024.05.16 00:51:48.021418 [ 3 ] {} <Debug> HTTP-Session: fff49a9b-4c70-4143-a77d-271ac778e51e Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
7000 | 2024.05.16 00:51:48.021437 [ 3 ] {} <Debug> HTTP-Session: fff49a9b-4c70-4143-a77d-271ac778e51e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7001 | 2024.05.16 00:51:48.021451 [ 3 ] {} <Debug> HTTP-Session: fff49a9b-4c70-4143-a77d-271ac778e51e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7002 | 2024.05.16 00:51:48.021481 [ 3 ] {} <Trace> HTTP-Session: fff49a9b-4c70-4143-a77d-271ac778e51e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7003 | 2024.05.16 00:51:48.021624 [ 3 ] {a93453d4-eaae-42e1-b91a-f0c1a1a9eef2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7004 | 2024.05.16 00:51:48.021671 [ 3 ] {a93453d4-eaae-42e1-b91a-f0c1a1a9eef2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7005 | 2024.05.16 00:51:48.021814 [ 3 ] {a93453d4-eaae-42e1-b91a-f0c1a1a9eef2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7006 | 2024.05.16 00:51:48.022151 [ 3 ] {a93453d4-eaae-42e1-b91a-f0c1a1a9eef2} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7007 | 2024.05.16 00:51:48.022189 [ 3 ] {a93453d4-eaae-42e1-b91a-f0c1a1a9eef2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
7008 | 2024.05.16 00:51:48.022569 [ 3 ] {a93453d4-eaae-42e1-b91a-f0c1a1a9eef2} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
7009 | 2024.05.16 00:51:48.022910 [ 3 ] {a93453d4-eaae-42e1-b91a-f0c1a1a9eef2} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7010 | 2024.05.16 00:51:48.023070 [ 3 ] {a93453d4-eaae-42e1-b91a-f0c1a1a9eef2} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001499 sec., 107404.93662441628 rows/sec., 7.48 MiB/sec. | ||
7011 | 2024.05.16 00:51:48.023288 [ 3 ] {a93453d4-eaae-42e1-b91a-f0c1a1a9eef2} <Debug> DynamicQueryHandler: Done processing query | ||
7012 | 2024.05.16 00:51:48.023323 [ 3 ] {a93453d4-eaae-42e1-b91a-f0c1a1a9eef2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7013 | 2024.05.16 00:51:48.023344 [ 3 ] {} <Debug> HTTP-Session: fff49a9b-4c70-4143-a77d-271ac778e51e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7014 | 2024.05.16 00:51:48.023504 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7015 | 2024.05.16 00:51:48.023564 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7016 | 2024.05.16 00:51:48.023587 [ 3 ] {} <Debug> HTTP-Session: d9fc5231-8c5a-41c1-bcf2-f29c9c512465 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
7017 | 2024.05.16 00:51:48.023607 [ 3 ] {} <Debug> HTTP-Session: d9fc5231-8c5a-41c1-bcf2-f29c9c512465 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7018 | 2024.05.16 00:51:48.023624 [ 3 ] {} <Debug> HTTP-Session: d9fc5231-8c5a-41c1-bcf2-f29c9c512465 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7019 | 2024.05.16 00:51:48.023664 [ 3 ] {} <Trace> HTTP-Session: d9fc5231-8c5a-41c1-bcf2-f29c9c512465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7020 | 2024.05.16 00:51:48.023802 [ 3 ] {346bafe8-7572-4299-8670-0d25c33dfac5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7021 | 2024.05.16 00:51:48.023856 [ 3 ] {346bafe8-7572-4299-8670-0d25c33dfac5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7022 | 2024.05.16 00:51:48.024013 [ 3 ] {346bafe8-7572-4299-8670-0d25c33dfac5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7023 | 2024.05.16 00:51:48.024284 [ 3 ] {346bafe8-7572-4299-8670-0d25c33dfac5} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7024 | 2024.05.16 00:51:48.024321 [ 3 ] {346bafe8-7572-4299-8670-0d25c33dfac5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. | ||
7025 | 2024.05.16 00:51:48.024675 [ 3 ] {346bafe8-7572-4299-8670-0d25c33dfac5} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
7026 | 2024.05.16 00:51:48.025005 [ 3 ] {346bafe8-7572-4299-8670-0d25c33dfac5} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7027 | 2024.05.16 00:51:48.025155 [ 3 ] {346bafe8-7572-4299-8670-0d25c33dfac5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001394 sec., 43041.6068866571 rows/sec., 2.90 MiB/sec. | ||
7028 | 2024.05.16 00:51:48.025308 [ 3 ] {346bafe8-7572-4299-8670-0d25c33dfac5} <Debug> DynamicQueryHandler: Done processing query | ||
7029 | 2024.05.16 00:51:48.025333 [ 3 ] {346bafe8-7572-4299-8670-0d25c33dfac5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7030 | 2024.05.16 00:51:48.025349 [ 3 ] {} <Debug> HTTP-Session: d9fc5231-8c5a-41c1-bcf2-f29c9c512465 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7031 | 2024.05.16 00:51:53.014347 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7032 | 2024.05.16 00:51:53.014478 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7033 | 2024.05.16 00:51:53.014507 [ 3 ] {} <Debug> HTTP-Session: f7a42136-1fe2-457e-8ac0-3a3b1d96271f Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
7034 | 2024.05.16 00:51:53.014532 [ 3 ] {} <Debug> HTTP-Session: f7a42136-1fe2-457e-8ac0-3a3b1d96271f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7035 | 2024.05.16 00:51:53.014550 [ 3 ] {} <Debug> HTTP-Session: f7a42136-1fe2-457e-8ac0-3a3b1d96271f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7036 | 2024.05.16 00:51:53.014603 [ 3 ] {} <Trace> HTTP-Session: f7a42136-1fe2-457e-8ac0-3a3b1d96271f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7037 | 2024.05.16 00:51:53.014807 [ 3 ] {99462cb1-32a8-4627-b61f-68026ad35554} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7038 | 2024.05.16 00:51:53.014875 [ 3 ] {99462cb1-32a8-4627-b61f-68026ad35554} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7039 | 2024.05.16 00:51:53.015083 [ 3 ] {99462cb1-32a8-4627-b61f-68026ad35554} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7040 | 2024.05.16 00:51:53.015478 [ 3 ] {99462cb1-32a8-4627-b61f-68026ad35554} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7041 | 2024.05.16 00:51:53.015519 [ 3 ] {99462cb1-32a8-4627-b61f-68026ad35554} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
7042 | 2024.05.16 00:51:53.015885 [ 3 ] {99462cb1-32a8-4627-b61f-68026ad35554} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
7043 | 2024.05.16 00:51:53.016213 [ 3 ] {99462cb1-32a8-4627-b61f-68026ad35554} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7044 | 2024.05.16 00:51:53.016353 [ 3 ] {99462cb1-32a8-4627-b61f-68026ad35554} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.00161 sec., 18633.540372670806 rows/sec., 1.47 MiB/sec. | ||
7045 | 2024.05.16 00:51:53.016540 [ 3 ] {99462cb1-32a8-4627-b61f-68026ad35554} <Debug> DynamicQueryHandler: Done processing query | ||
7046 | 2024.05.16 00:51:53.016567 [ 3 ] {99462cb1-32a8-4627-b61f-68026ad35554} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7047 | 2024.05.16 00:51:53.016583 [ 3 ] {} <Debug> HTTP-Session: f7a42136-1fe2-457e-8ac0-3a3b1d96271f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7048 | 2024.05.16 00:51:53.016777 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 21403, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7049 | 2024.05.16 00:51:53.016829 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7050 | 2024.05.16 00:51:53.016849 [ 3 ] {} <Debug> HTTP-Session: 68e4f6cd-7745-4c2a-88ed-de7ce45edaa9 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
7051 | 2024.05.16 00:51:53.016868 [ 3 ] {} <Debug> HTTP-Session: 68e4f6cd-7745-4c2a-88ed-de7ce45edaa9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7052 | 2024.05.16 00:51:53.016881 [ 3 ] {} <Debug> HTTP-Session: 68e4f6cd-7745-4c2a-88ed-de7ce45edaa9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7053 | 2024.05.16 00:51:53.016916 [ 3 ] {} <Trace> HTTP-Session: 68e4f6cd-7745-4c2a-88ed-de7ce45edaa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7054 | 2024.05.16 00:51:53.017059 [ 3 ] {b54c1ef3-7e4e-42f8-a3ac-79c66e367215} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7055 | 2024.05.16 00:51:53.017104 [ 3 ] {b54c1ef3-7e4e-42f8-a3ac-79c66e367215} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7056 | 2024.05.16 00:51:53.017229 [ 3 ] {b54c1ef3-7e4e-42f8-a3ac-79c66e367215} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7057 | 2024.05.16 00:51:53.017586 [ 3 ] {b54c1ef3-7e4e-42f8-a3ac-79c66e367215} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7058 | 2024.05.16 00:51:53.017621 [ 3 ] {b54c1ef3-7e4e-42f8-a3ac-79c66e367215} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
7059 | 2024.05.16 00:51:53.017936 [ 3 ] {b54c1ef3-7e4e-42f8-a3ac-79c66e367215} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
7060 | 2024.05.16 00:51:53.018233 [ 3 ] {b54c1ef3-7e4e-42f8-a3ac-79c66e367215} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7061 | 2024.05.16 00:51:53.018359 [ 3 ] {b54c1ef3-7e4e-42f8-a3ac-79c66e367215} <Debug> executeQuery: Read 146 rows, 12.52 KiB in 0.001364 sec., 107038.12316715543 rows/sec., 8.96 MiB/sec. | ||
7062 | 2024.05.16 00:51:53.018619 [ 3 ] {b54c1ef3-7e4e-42f8-a3ac-79c66e367215} <Debug> DynamicQueryHandler: Done processing query | ||
7063 | 2024.05.16 00:51:53.018682 [ 3 ] {b54c1ef3-7e4e-42f8-a3ac-79c66e367215} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7064 | 2024.05.16 00:51:53.018740 [ 3 ] {} <Debug> HTTP-Session: 68e4f6cd-7745-4c2a-88ed-de7ce45edaa9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7065 | 2024.05.16 00:51:53.018937 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 15971, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7066 | 2024.05.16 00:51:53.018991 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7067 | 2024.05.16 00:51:53.019010 [ 3 ] {} <Debug> HTTP-Session: 2ba03d14-a76e-43ad-a3af-258063f6a0e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
7068 | 2024.05.16 00:51:53.019028 [ 3 ] {} <Debug> HTTP-Session: 2ba03d14-a76e-43ad-a3af-258063f6a0e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7069 | 2024.05.16 00:51:53.019041 [ 3 ] {} <Debug> HTTP-Session: 2ba03d14-a76e-43ad-a3af-258063f6a0e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7070 | 2024.05.16 00:51:53.019074 [ 3 ] {} <Trace> HTTP-Session: 2ba03d14-a76e-43ad-a3af-258063f6a0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7071 | 2024.05.16 00:51:53.019198 [ 3 ] {a35f7cbf-65ee-4d71-9201-2bebc06f90e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7072 | 2024.05.16 00:51:53.019242 [ 3 ] {a35f7cbf-65ee-4d71-9201-2bebc06f90e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7073 | 2024.05.16 00:51:53.019386 [ 3 ] {a35f7cbf-65ee-4d71-9201-2bebc06f90e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7074 | 2024.05.16 00:51:53.019682 [ 3 ] {a35f7cbf-65ee-4d71-9201-2bebc06f90e2} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7075 | 2024.05.16 00:51:53.019717 [ 3 ] {a35f7cbf-65ee-4d71-9201-2bebc06f90e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
7076 | 2024.05.16 00:51:53.020016 [ 3 ] {a35f7cbf-65ee-4d71-9201-2bebc06f90e2} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
7077 | 2024.05.16 00:51:53.020325 [ 3 ] {a35f7cbf-65ee-4d71-9201-2bebc06f90e2} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7078 | 2024.05.16 00:51:53.020457 [ 3 ] {a35f7cbf-65ee-4d71-9201-2bebc06f90e2} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001307 sec., 71920.428462127 rows/sec., 5.62 MiB/sec. | ||
7079 | 2024.05.16 00:51:53.020632 [ 3 ] {a35f7cbf-65ee-4d71-9201-2bebc06f90e2} <Debug> DynamicQueryHandler: Done processing query | ||
7080 | 2024.05.16 00:51:53.020656 [ 3 ] {a35f7cbf-65ee-4d71-9201-2bebc06f90e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7081 | 2024.05.16 00:51:53.020676 [ 3 ] {} <Debug> HTTP-Session: 2ba03d14-a76e-43ad-a3af-258063f6a0e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7082 | 2024.05.16 00:51:53.020838 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7083 | 2024.05.16 00:51:53.020885 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7084 | 2024.05.16 00:51:53.020905 [ 3 ] {} <Debug> HTTP-Session: 403d0638-71ab-4d90-85bc-b75ff2fc9a14 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
7085 | 2024.05.16 00:51:53.020920 [ 3 ] {} <Debug> HTTP-Session: 403d0638-71ab-4d90-85bc-b75ff2fc9a14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7086 | 2024.05.16 00:51:53.020934 [ 3 ] {} <Debug> HTTP-Session: 403d0638-71ab-4d90-85bc-b75ff2fc9a14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7087 | 2024.05.16 00:51:53.020965 [ 3 ] {} <Trace> HTTP-Session: 403d0638-71ab-4d90-85bc-b75ff2fc9a14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7088 | 2024.05.16 00:51:53.021106 [ 3 ] {b1de9605-1612-4f05-ab3e-d207c5d4924f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7089 | 2024.05.16 00:51:53.021152 [ 3 ] {b1de9605-1612-4f05-ab3e-d207c5d4924f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7090 | 2024.05.16 00:51:53.021301 [ 3 ] {b1de9605-1612-4f05-ab3e-d207c5d4924f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7091 | 2024.05.16 00:51:53.021653 [ 3 ] {b1de9605-1612-4f05-ab3e-d207c5d4924f} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7092 | 2024.05.16 00:51:53.021689 [ 3 ] {b1de9605-1612-4f05-ab3e-d207c5d4924f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
7093 | 2024.05.16 00:51:53.022057 [ 3 ] {b1de9605-1612-4f05-ab3e-d207c5d4924f} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
7094 | 2024.05.16 00:51:53.022388 [ 3 ] {b1de9605-1612-4f05-ab3e-d207c5d4924f} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7095 | 2024.05.16 00:51:53.022547 [ 3 ] {b1de9605-1612-4f05-ab3e-d207c5d4924f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001501 sec., 106595.60293137908 rows/sec., 7.42 MiB/sec. | ||
7096 | 2024.05.16 00:51:53.022699 [ 3 ] {b1de9605-1612-4f05-ab3e-d207c5d4924f} <Debug> DynamicQueryHandler: Done processing query | ||
7097 | 2024.05.16 00:51:53.022722 [ 3 ] {b1de9605-1612-4f05-ab3e-d207c5d4924f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7098 | 2024.05.16 00:51:53.022738 [ 3 ] {} <Debug> HTTP-Session: 403d0638-71ab-4d90-85bc-b75ff2fc9a14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7099 | 2024.05.16 00:51:53.022911 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 32123, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7100 | 2024.05.16 00:51:53.022958 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7101 | 2024.05.16 00:51:53.022977 [ 3 ] {} <Debug> HTTP-Session: 2474e3cc-0333-4028-90e9-c07d6ca31cd6 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
7102 | 2024.05.16 00:51:53.022993 [ 3 ] {} <Debug> HTTP-Session: 2474e3cc-0333-4028-90e9-c07d6ca31cd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7103 | 2024.05.16 00:51:53.023007 [ 3 ] {} <Debug> HTTP-Session: 2474e3cc-0333-4028-90e9-c07d6ca31cd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7104 | 2024.05.16 00:51:53.023036 [ 3 ] {} <Trace> HTTP-Session: 2474e3cc-0333-4028-90e9-c07d6ca31cd6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7105 | 2024.05.16 00:51:53.023275 [ 3 ] {6d98631c-4f3b-4ad8-bee0-bdbd87dc06d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7106 | 2024.05.16 00:51:53.023321 [ 3 ] {6d98631c-4f3b-4ad8-bee0-bdbd87dc06d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
7107 | 2024.05.16 00:51:53.023475 [ 3 ] {6d98631c-4f3b-4ad8-bee0-bdbd87dc06d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7108 | 2024.05.16 00:51:53.023859 [ 3 ] {6d98631c-4f3b-4ad8-bee0-bdbd87dc06d3} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7109 | 2024.05.16 00:51:53.023895 [ 3 ] {6d98631c-4f3b-4ad8-bee0-bdbd87dc06d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
7110 | 2024.05.16 00:51:53.024291 [ 3 ] {6d98631c-4f3b-4ad8-bee0-bdbd87dc06d3} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
7111 | 2024.05.16 00:51:53.024611 [ 3 ] {6d98631c-4f3b-4ad8-bee0-bdbd87dc06d3} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7112 | 2024.05.16 00:51:53.024784 [ 3 ] {6d98631c-4f3b-4ad8-bee0-bdbd87dc06d3} <Debug> executeQuery: Read 30 rows, 41.46 KiB in 0.001673 sec., 17931.858936043038 rows/sec., 24.20 MiB/sec. | ||
7113 | 2024.05.16 00:51:53.024947 [ 3 ] {6d98631c-4f3b-4ad8-bee0-bdbd87dc06d3} <Debug> DynamicQueryHandler: Done processing query | ||
7114 | 2024.05.16 00:51:53.024978 [ 3 ] {6d98631c-4f3b-4ad8-bee0-bdbd87dc06d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
7115 | 2024.05.16 00:51:53.025001 [ 3 ] {} <Debug> HTTP-Session: 2474e3cc-0333-4028-90e9-c07d6ca31cd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7116 | 2024.05.16 00:51:53.025160 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7117 | 2024.05.16 00:51:53.025209 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7118 | 2024.05.16 00:51:53.025228 [ 3 ] {} <Debug> HTTP-Session: 14ce8506-3609-46f9-8846-e1e680a91e87 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
7119 | 2024.05.16 00:51:53.025243 [ 3 ] {} <Debug> HTTP-Session: 14ce8506-3609-46f9-8846-e1e680a91e87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7120 | 2024.05.16 00:51:53.025257 [ 3 ] {} <Debug> HTTP-Session: 14ce8506-3609-46f9-8846-e1e680a91e87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7121 | 2024.05.16 00:51:53.025287 [ 3 ] {} <Trace> HTTP-Session: 14ce8506-3609-46f9-8846-e1e680a91e87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7122 | 2024.05.16 00:51:53.025396 [ 3 ] {7bd1de2b-0faa-4e0a-bb88-865823867fcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7123 | 2024.05.16 00:51:53.025439 [ 3 ] {7bd1de2b-0faa-4e0a-bb88-865823867fcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7124 | 2024.05.16 00:51:53.025560 [ 3 ] {7bd1de2b-0faa-4e0a-bb88-865823867fcc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7125 | 2024.05.16 00:51:53.025977 [ 3 ] {7bd1de2b-0faa-4e0a-bb88-865823867fcc} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7126 | 2024.05.16 00:51:53.026013 [ 3 ] {7bd1de2b-0faa-4e0a-bb88-865823867fcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
7127 | 2024.05.16 00:51:53.026369 [ 3 ] {7bd1de2b-0faa-4e0a-bb88-865823867fcc} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
7128 | 2024.05.16 00:51:53.026680 [ 3 ] {7bd1de2b-0faa-4e0a-bb88-865823867fcc} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7129 | 2024.05.16 00:51:53.026835 [ 3 ] {7bd1de2b-0faa-4e0a-bb88-865823867fcc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001466 sec., 40927.69440654843 rows/sec., 2.76 MiB/sec. | ||
7130 | 2024.05.16 00:51:53.026998 [ 3 ] {7bd1de2b-0faa-4e0a-bb88-865823867fcc} <Debug> DynamicQueryHandler: Done processing query | ||
7131 | 2024.05.16 00:51:53.027022 [ 3 ] {7bd1de2b-0faa-4e0a-bb88-865823867fcc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7132 | 2024.05.16 00:51:53.027038 [ 3 ] {} <Debug> HTTP-Session: 14ce8506-3609-46f9-8846-e1e680a91e87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7133 | 2024.05.16 00:51:58.013385 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7134 | 2024.05.16 00:51:58.013521 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7135 | 2024.05.16 00:51:58.013551 [ 3 ] {} <Debug> HTTP-Session: 0d1be325-42d6-403a-90c9-721e5a01e146 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
7136 | 2024.05.16 00:51:58.013579 [ 3 ] {} <Debug> HTTP-Session: 0d1be325-42d6-403a-90c9-721e5a01e146 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7137 | 2024.05.16 00:51:58.013597 [ 3 ] {} <Debug> HTTP-Session: 0d1be325-42d6-403a-90c9-721e5a01e146 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7138 | 2024.05.16 00:51:58.013649 [ 3 ] {} <Trace> HTTP-Session: 0d1be325-42d6-403a-90c9-721e5a01e146 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7139 | 2024.05.16 00:51:58.013861 [ 3 ] {b82e925b-8802-4fd8-85fd-8e8526d66e3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7140 | 2024.05.16 00:51:58.013931 [ 3 ] {b82e925b-8802-4fd8-85fd-8e8526d66e3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7141 | 2024.05.16 00:51:58.014134 [ 3 ] {b82e925b-8802-4fd8-85fd-8e8526d66e3f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7142 | 2024.05.16 00:51:58.014687 [ 3 ] {b82e925b-8802-4fd8-85fd-8e8526d66e3f} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7143 | 2024.05.16 00:51:58.014729 [ 3 ] {b82e925b-8802-4fd8-85fd-8e8526d66e3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
7144 | 2024.05.16 00:51:58.015103 [ 3 ] {b82e925b-8802-4fd8-85fd-8e8526d66e3f} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
7145 | 2024.05.16 00:51:58.015431 [ 3 ] {b82e925b-8802-4fd8-85fd-8e8526d66e3f} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7146 | 2024.05.16 00:51:58.015575 [ 3 ] {b82e925b-8802-4fd8-85fd-8e8526d66e3f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001788 sec., 31319.910514541385 rows/sec., 2.39 MiB/sec. | ||
7147 | 2024.05.16 00:51:58.015585 [ 48 ] {} <Debug> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
7148 | 2024.05.16 00:51:58.015645 [ 48 ] {} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7149 | 2024.05.16 00:51:58.015682 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
7150 | 2024.05.16 00:51:58.015816 [ 3 ] {b82e925b-8802-4fd8-85fd-8e8526d66e3f} <Debug> DynamicQueryHandler: Done processing query | ||
7151 | 2024.05.16 00:51:58.015849 [ 3 ] {b82e925b-8802-4fd8-85fd-8e8526d66e3f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7152 | 2024.05.16 00:51:58.015867 [ 197 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::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 | ||
7153 | 2024.05.16 00:51:58.015880 [ 3 ] {} <Debug> HTTP-Session: 0d1be325-42d6-403a-90c9-721e5a01e146 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7154 | 2024.05.16 00:51:58.016072 [ 197 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7155 | 2024.05.16 00:51:58.016111 [ 197 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 190 rows starting from the beginning of the part | ||
7156 | 2024.05.16 00:51:58.016162 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7157 | 2024.05.16 00:51:58.016261 [ 197 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::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 | ||
7158 | 2024.05.16 00:51:58.016310 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7159 | 2024.05.16 00:51:58.016424 [ 3 ] {} <Debug> HTTP-Session: 2fa3fe23-9802-49ac-9bc7-c815130ef92b Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
7160 | 2024.05.16 00:51:58.016567 [ 3 ] {} <Debug> HTTP-Session: 2fa3fe23-9802-49ac-9bc7-c815130ef92b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7161 | 2024.05.16 00:51:58.016586 [ 197 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 184 rows starting from the beginning of the part | ||
7162 | 2024.05.16 00:51:58.016617 [ 3 ] {} <Debug> HTTP-Session: 2fa3fe23-9802-49ac-9bc7-c815130ef92b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7163 | 2024.05.16 00:51:58.016743 [ 3 ] {} <Trace> HTTP-Session: 2fa3fe23-9802-49ac-9bc7-c815130ef92b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7164 | 2024.05.16 00:51:58.016875 [ 197 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::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 | ||
7165 | 2024.05.16 00:51:58.017076 [ 3 ] {9d38dfa1-f861-47f1-836b-5501138ed06a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7166 | 2024.05.16 00:51:58.017143 [ 197 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 146 rows starting from the beginning of the part | ||
7167 | 2024.05.16 00:51:58.017204 [ 3 ] {9d38dfa1-f861-47f1-836b-5501138ed06a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7168 | 2024.05.16 00:51:58.017399 [ 197 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 56 rows starting from the beginning of the part | ||
7169 | 2024.05.16 00:51:58.018085 [ 3 ] {9d38dfa1-f861-47f1-836b-5501138ed06a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7170 | 2024.05.16 00:51:58.018987 [ 3 ] {9d38dfa1-f861-47f1-836b-5501138ed06a} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7171 | 2024.05.16 00:51:58.019048 [ 3 ] {9d38dfa1-f861-47f1-836b-5501138ed06a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
7172 | 2024.05.16 00:51:58.019778 [ 3 ] {9d38dfa1-f861-47f1-836b-5501138ed06a} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
7173 | 2024.05.16 00:51:58.020124 [ 197 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 689 rows, containing 4 columns (4 merged, 0 gathered) in 0.004354173 sec., 158239.00428393635 rows/sec., 12.80 MiB/sec. | ||
7174 | 2024.05.16 00:51:58.020339 [ 197 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
7175 | 2024.05.16 00:51:58.020515 [ 3 ] {9d38dfa1-f861-47f1-836b-5501138ed06a} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7176 | 2024.05.16 00:51:58.020850 [ 48 ] {} <Debug> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
7177 | 2024.05.16 00:51:58.020924 [ 48 ] {} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7178 | 2024.05.16 00:51:58.020960 [ 3 ] {9d38dfa1-f861-47f1-836b-5501138ed06a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003995 sec., 16020.02503128911 rows/sec., 1.25 MiB/sec. | ||
7179 | 2024.05.16 00:51:58.020973 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
7180 | 2024.05.16 00:51:58.021456 [ 197 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_51_10} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7181 | 2024.05.16 00:51:58.021564 [ 3 ] {9d38dfa1-f861-47f1-836b-5501138ed06a} <Debug> DynamicQueryHandler: Done processing query | ||
7182 | 2024.05.16 00:51:58.021616 [ 191 ] {a3945bea-d52e-471f-9886-008e21606338::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 | ||
7183 | 2024.05.16 00:51:58.021635 [ 3 ] {9d38dfa1-f861-47f1-836b-5501138ed06a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7184 | 2024.05.16 00:51:58.021694 [ 197 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_51_10} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
7185 | 2024.05.16 00:51:58.021734 [ 3 ] {} <Debug> HTTP-Session: 2fa3fe23-9802-49ac-9bc7-c815130ef92b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7186 | 2024.05.16 00:51:58.021914 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
7187 | 2024.05.16 00:51:58.022023 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7188 | 2024.05.16 00:51:58.022071 [ 191 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7189 | 2024.05.16 00:51:58.022132 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7190 | 2024.05.16 00:51:58.022139 [ 191 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 150 rows starting from the beginning of the part | ||
7191 | 2024.05.16 00:51:58.022174 [ 3 ] {} <Debug> HTTP-Session: 3840fd1a-1080-49f1-81ad-ce6840da8a6b Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
7192 | 2024.05.16 00:51:58.022216 [ 3 ] {} <Debug> HTTP-Session: 3840fd1a-1080-49f1-81ad-ce6840da8a6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7193 | 2024.05.16 00:51:58.022268 [ 3 ] {} <Debug> HTTP-Session: 3840fd1a-1080-49f1-81ad-ce6840da8a6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7194 | 2024.05.16 00:51:58.022413 [ 191 ] {a3945bea-d52e-471f-9886-008e21606338::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 | ||
7195 | 2024.05.16 00:51:58.022423 [ 3 ] {} <Trace> HTTP-Session: 3840fd1a-1080-49f1-81ad-ce6840da8a6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7196 | 2024.05.16 00:51:58.022688 [ 191 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 122 rows starting from the beginning of the part | ||
7197 | 2024.05.16 00:51:58.022913 [ 3 ] {c33a507a-d10e-400b-b0ce-fa0096a1ec58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7198 | 2024.05.16 00:51:58.023052 [ 191 ] {a3945bea-d52e-471f-9886-008e21606338::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 | ||
7199 | 2024.05.16 00:51:58.023081 [ 3 ] {c33a507a-d10e-400b-b0ce-fa0096a1ec58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7200 | 2024.05.16 00:51:58.023338 [ 191 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 94 rows starting from the beginning of the part | ||
7201 | 2024.05.16 00:51:58.023665 [ 191 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 64 rows starting from the beginning of the part | ||
7202 | 2024.05.16 00:51:58.024317 [ 3 ] {c33a507a-d10e-400b-b0ce-fa0096a1ec58} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7203 | 2024.05.16 00:51:58.025402 [ 3 ] {c33a507a-d10e-400b-b0ce-fa0096a1ec58} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7204 | 2024.05.16 00:51:58.025470 [ 3 ] {c33a507a-d10e-400b-b0ce-fa0096a1ec58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
7205 | 2024.05.16 00:51:58.026543 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 4 columns (4 merged, 0 gathered) in 0.005365667 sec., 104367.26692133522 rows/sec., 8.15 MiB/sec. | ||
7206 | 2024.05.16 00:51:58.026578 [ 3 ] {c33a507a-d10e-400b-b0ce-fa0096a1ec58} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
7207 | 2024.05.16 00:51:58.026789 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
7208 | 2024.05.16 00:51:58.027372 [ 3 ] {c33a507a-d10e-400b-b0ce-fa0096a1ec58} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7209 | 2024.05.16 00:51:58.027626 [ 48 ] {} <Debug> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
7210 | 2024.05.16 00:51:58.027685 [ 48 ] {} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7211 | 2024.05.16 00:51:58.027703 [ 3 ] {c33a507a-d10e-400b-b0ce-fa0096a1ec58} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005007 sec., 31955.26263231476 rows/sec., 2.23 MiB/sec. | ||
7212 | 2024.05.16 00:51:58.027730 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
7213 | 2024.05.16 00:51:58.027824 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_51_10} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7214 | 2024.05.16 00:51:58.028209 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_51_10} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
7215 | 2024.05.16 00:51:58.028282 [ 186 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
7216 | 2024.05.16 00:51:58.028361 [ 3 ] {c33a507a-d10e-400b-b0ce-fa0096a1ec58} <Debug> DynamicQueryHandler: Done processing query | ||
7217 | 2024.05.16 00:51:58.028443 [ 3 ] {c33a507a-d10e-400b-b0ce-fa0096a1ec58} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7218 | 2024.05.16 00:51:58.028443 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
7219 | 2024.05.16 00:51:58.028476 [ 3 ] {} <Debug> HTTP-Session: 3840fd1a-1080-49f1-81ad-ce6840da8a6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7220 | 2024.05.16 00:51:58.028642 [ 186 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7221 | 2024.05.16 00:51:58.028709 [ 186 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 6401 rows starting from the beginning of the part | ||
7222 | 2024.05.16 00:51:58.028721 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7223 | 2024.05.16 00:51:58.028876 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7224 | 2024.05.16 00:51:58.028919 [ 186 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
7225 | 2024.05.16 00:51:58.028955 [ 3 ] {} <Debug> HTTP-Session: 3397f0ba-0780-4bda-b3fa-10e99811cfcb Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
7226 | 2024.05.16 00:51:58.029026 [ 3 ] {} <Debug> HTTP-Session: 3397f0ba-0780-4bda-b3fa-10e99811cfcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7227 | 2024.05.16 00:51:58.029092 [ 3 ] {} <Debug> HTTP-Session: 3397f0ba-0780-4bda-b3fa-10e99811cfcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7228 | 2024.05.16 00:51:58.029236 [ 3 ] {} <Trace> HTTP-Session: 3397f0ba-0780-4bda-b3fa-10e99811cfcb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7229 | 2024.05.16 00:51:58.029231 [ 186 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 198 rows starting from the beginning of the part | ||
7230 | 2024.05.16 00:51:58.029481 [ 186 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
7231 | 2024.05.16 00:51:58.029623 [ 3 ] {dbfe146d-5f41-4271-95a3-7d88552ec2d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7232 | 2024.05.16 00:51:58.029803 [ 3 ] {dbfe146d-5f41-4271-95a3-7d88552ec2d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7233 | 2024.05.16 00:51:58.029816 [ 186 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
7234 | 2024.05.16 00:51:58.030091 [ 186 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part | ||
7235 | 2024.05.16 00:51:58.030928 [ 3 ] {dbfe146d-5f41-4271-95a3-7d88552ec2d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7236 | 2024.05.16 00:51:58.031522 [ 3 ] {dbfe146d-5f41-4271-95a3-7d88552ec2d0} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7237 | 2024.05.16 00:51:58.031562 [ 3 ] {dbfe146d-5f41-4271-95a3-7d88552ec2d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
7238 | 2024.05.16 00:51:58.032388 [ 3 ] {dbfe146d-5f41-4271-95a3-7d88552ec2d0} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
7239 | 2024.05.16 00:51:58.033233 [ 3 ] {dbfe146d-5f41-4271-95a3-7d88552ec2d0} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7240 | 2024.05.16 00:51:58.033372 [ 48 ] {} <Debug> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
7241 | 2024.05.16 00:51:58.033377 [ 3 ] {dbfe146d-5f41-4271-95a3-7d88552ec2d0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003942 sec., 15220.700152207 rows/sec., 1.03 MiB/sec. | ||
7242 | 2024.05.16 00:51:58.033533 [ 48 ] {} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7243 | 2024.05.16 00:51:58.033603 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
7244 | 2024.05.16 00:51:58.033845 [ 3 ] {dbfe146d-5f41-4271-95a3-7d88552ec2d0} <Debug> DynamicQueryHandler: Done processing query | ||
7245 | 2024.05.16 00:51:58.033860 [ 188 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
7246 | 2024.05.16 00:51:58.033895 [ 3 ] {dbfe146d-5f41-4271-95a3-7d88552ec2d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7247 | 2024.05.16 00:51:58.034026 [ 3 ] {} <Debug> HTTP-Session: 3397f0ba-0780-4bda-b3fa-10e99811cfcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7248 | 2024.05.16 00:51:58.034606 [ 188 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7249 | 2024.05.16 00:51:58.034716 [ 188 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2234 rows starting from the beginning of the part | ||
7250 | 2024.05.16 00:51:58.034892 [ 188 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
7251 | 2024.05.16 00:51:58.035215 [ 188 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
7252 | 2024.05.16 00:51:58.035572 [ 188 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
7253 | 2024.05.16 00:51:58.035886 [ 201 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7240 rows, containing 5 columns (5 merged, 0 gathered) in 0.007962509 sec., 909261.1386687288 rows/sec., 63.45 MiB/sec. | ||
7254 | 2024.05.16 00:51:58.035980 [ 188 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
7255 | 2024.05.16 00:51:58.036147 [ 188 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
7256 | 2024.05.16 00:51:58.036647 [ 194 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
7257 | 2024.05.16 00:51:58.037630 [ 194 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7258 | 2024.05.16 00:51:58.037867 [ 194 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
7259 | 2024.05.16 00:51:58.038073 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.42 MiB. | ||
7260 | 2024.05.16 00:51:58.038619 [ 199 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2534 rows, containing 4 columns (4 merged, 0 gathered) in 0.004931897 sec., 513798.2403119935 rows/sec., 34.56 MiB/sec. | ||
7261 | 2024.05.16 00:51:58.038993 [ 193 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
7262 | 2024.05.16 00:51:58.039450 [ 193 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_51_10} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7263 | 2024.05.16 00:51:58.039535 [ 193 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_51_10} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
7264 | 2024.05.16 00:51:58.039617 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
7265 | 2024.05.16 00:51:59.591350 [ 45 ] {} <Debug> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
7266 | 2024.05.16 00:51:59.591439 [ 45 ] {} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7267 | 2024.05.16 00:51:59.591468 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
7268 | 2024.05.16 00:51:59.591719 [ 195 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::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 | ||
7269 | 2024.05.16 00:51:59.591971 [ 195 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7270 | 2024.05.16 00:51:59.592026 [ 195 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::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 | ||
7271 | 2024.05.16 00:51:59.592136 [ 195 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 4 rows starting from the beginning of the part | ||
7272 | 2024.05.16 00:51:59.592383 [ 195 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::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 | ||
7273 | 2024.05.16 00:51:59.592623 [ 195 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 4 rows starting from the beginning of the part | ||
7274 | 2024.05.16 00:51:59.592793 [ 195 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
7275 | 2024.05.16 00:51:59.594221 [ 193 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.002658043 sec., 10534.065852207808 rows/sec., 858.98 KiB/sec. | ||
7276 | 2024.05.16 00:51:59.594397 [ 195 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
7277 | 2024.05.16 00:51:59.594954 [ 195 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_14_3} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7278 | 2024.05.16 00:51:59.595072 [ 195 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_14_3} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 | ||
7279 | 2024.05.16 00:51:59.595182 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
7280 | 2024.05.16 00:52:00.429658 [ 42 ] {} <Debug> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
7281 | 2024.05.16 00:52:00.429727 [ 42 ] {} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7282 | 2024.05.16 00:52:00.429749 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
7283 | 2024.05.16 00:52:00.429973 [ 189 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::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 | ||
7284 | 2024.05.16 00:52:00.430175 [ 189 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7285 | 2024.05.16 00:52:00.430210 [ 189 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::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 | ||
7286 | 2024.05.16 00:52:00.430294 [ 189 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 4 rows starting from the beginning of the part | ||
7287 | 2024.05.16 00:52:00.430477 [ 189 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::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 | ||
7288 | 2024.05.16 00:52:00.430750 [ 189 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 4 rows starting from the beginning of the part | ||
7289 | 2024.05.16 00:52:00.430968 [ 189 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
7290 | 2024.05.16 00:52:00.431966 [ 195 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.00214402 sec., 13059.579668100112 rows/sec., 911.87 KiB/sec. | ||
7291 | 2024.05.16 00:52:00.432107 [ 193 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
7292 | 2024.05.16 00:52:00.432478 [ 193 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_14_3} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7293 | 2024.05.16 00:52:00.432559 [ 193 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_14_3} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 | ||
7294 | 2024.05.16 00:52:00.432634 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
7295 | 2024.05.16 00:52:01.309161 [ 42 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7296 | 2024.05.16 00:52:01.309217 [ 42 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7297 | 2024.05.16 00:52:03.014285 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7298 | 2024.05.16 00:52:03.014402 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7299 | 2024.05.16 00:52:03.014430 [ 3 ] {} <Debug> HTTP-Session: e2e75665-5837-44b3-8286-43973ac005d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
7300 | 2024.05.16 00:52:03.014458 [ 3 ] {} <Debug> HTTP-Session: e2e75665-5837-44b3-8286-43973ac005d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7301 | 2024.05.16 00:52:03.014476 [ 3 ] {} <Debug> HTTP-Session: e2e75665-5837-44b3-8286-43973ac005d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7302 | 2024.05.16 00:52:03.014529 [ 3 ] {} <Trace> HTTP-Session: e2e75665-5837-44b3-8286-43973ac005d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7303 | 2024.05.16 00:52:03.014720 [ 3 ] {50d4cb1a-c3f2-481f-b3e1-1d13afa6a7be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7304 | 2024.05.16 00:52:03.014785 [ 3 ] {50d4cb1a-c3f2-481f-b3e1-1d13afa6a7be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7305 | 2024.05.16 00:52:03.014964 [ 3 ] {50d4cb1a-c3f2-481f-b3e1-1d13afa6a7be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7306 | 2024.05.16 00:52:03.015429 [ 3 ] {50d4cb1a-c3f2-481f-b3e1-1d13afa6a7be} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7307 | 2024.05.16 00:52:03.015473 [ 3 ] {50d4cb1a-c3f2-481f-b3e1-1d13afa6a7be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
7308 | 2024.05.16 00:52:03.015845 [ 3 ] {50d4cb1a-c3f2-481f-b3e1-1d13afa6a7be} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
7309 | 2024.05.16 00:52:03.016183 [ 3 ] {50d4cb1a-c3f2-481f-b3e1-1d13afa6a7be} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7310 | 2024.05.16 00:52:03.016343 [ 3 ] {50d4cb1a-c3f2-481f-b3e1-1d13afa6a7be} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001682 sec., 17835.9096313912 rows/sec., 1.41 MiB/sec. | ||
7311 | 2024.05.16 00:52:03.016378 [ 46 ] {} <Debug> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2) (MergerMutator): Selected 5 parts from all_1_22_5 to all_26_26_0 | ||
7312 | 2024.05.16 00:52:03.016495 [ 46 ] {} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7313 | 2024.05.16 00:52:03.016540 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
7314 | 2024.05.16 00:52:03.016782 [ 3 ] {50d4cb1a-c3f2-481f-b3e1-1d13afa6a7be} <Debug> DynamicQueryHandler: Done processing query | ||
7315 | 2024.05.16 00:52:03.016833 [ 3 ] {50d4cb1a-c3f2-481f-b3e1-1d13afa6a7be} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7316 | 2024.05.16 00:52:03.016854 [ 3 ] {} <Debug> HTTP-Session: e2e75665-5837-44b3-8286-43973ac005d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7317 | 2024.05.16 00:52:03.016876 [ 189 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::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 | ||
7318 | 2024.05.16 00:52:03.017077 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7319 | 2024.05.16 00:52:03.017151 [ 189 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_26_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7320 | 2024.05.16 00:52:03.017168 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7321 | 2024.05.16 00:52:03.017213 [ 3 ] {} <Debug> HTTP-Session: 0f06d37a-cbde-4bce-88ad-d0520ffc113f Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
7322 | 2024.05.16 00:52:03.017217 [ 189 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_22_5, total 30 rows starting from the beginning of the part | ||
7323 | 2024.05.16 00:52:03.017245 [ 3 ] {} <Debug> HTTP-Session: 0f06d37a-cbde-4bce-88ad-d0520ffc113f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7324 | 2024.05.16 00:52:03.017285 [ 3 ] {} <Debug> HTTP-Session: 0f06d37a-cbde-4bce-88ad-d0520ffc113f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7325 | 2024.05.16 00:52:03.017375 [ 3 ] {} <Trace> HTTP-Session: 0f06d37a-cbde-4bce-88ad-d0520ffc113f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7326 | 2024.05.16 00:52:03.017461 [ 189 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 30 rows starting from the beginning of the part | ||
7327 | 2024.05.16 00:52:03.017787 [ 3 ] {cf8c867f-fb90-44ce-89f7-cc65cd4d03dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7328 | 2024.05.16 00:52:03.017791 [ 189 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 30 rows starting from the beginning of the part | ||
7329 | 2024.05.16 00:52:03.017930 [ 3 ] {cf8c867f-fb90-44ce-89f7-cc65cd4d03dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7330 | 2024.05.16 00:52:03.018088 [ 189 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 30 rows starting from the beginning of the part | ||
7331 | 2024.05.16 00:52:03.018379 [ 189 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 30 rows starting from the beginning of the part | ||
7332 | 2024.05.16 00:52:03.019113 [ 3 ] {cf8c867f-fb90-44ce-89f7-cc65cd4d03dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7333 | 2024.05.16 00:52:03.019825 [ 3 ] {cf8c867f-fb90-44ce-89f7-cc65cd4d03dd} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7334 | 2024.05.16 00:52:03.019888 [ 3 ] {cf8c867f-fb90-44ce-89f7-cc65cd4d03dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
7335 | 2024.05.16 00:52:03.020788 [ 3 ] {cf8c867f-fb90-44ce-89f7-cc65cd4d03dd} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
7336 | 2024.05.16 00:52:03.020847 [ 195 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_26_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 4 columns (4 merged, 0 gathered) in 0.00422188 sec., 35529.19552426881 rows/sec., 2.81 MiB/sec. | ||
7337 | 2024.05.16 00:52:03.021124 [ 195 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_26_6} <Trace> MergedBlockOutputStream: filled checksums all_1_26_6 (state Temporary) | ||
7338 | 2024.05.16 00:52:03.021437 [ 3 ] {cf8c867f-fb90-44ce-89f7-cc65cd4d03dd} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7339 | 2024.05.16 00:52:03.021874 [ 3 ] {cf8c867f-fb90-44ce-89f7-cc65cd4d03dd} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00424 sec., 943.3962264150944 rows/sec., 76.93 KiB/sec. | ||
7340 | 2024.05.16 00:52:03.022133 [ 195 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_26_6} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_merge_all_1_26_6 to all_1_26_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7341 | 2024.05.16 00:52:03.022390 [ 195 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_26_6} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2) (MergerMutator): Merged 5 parts: [all_1_22_5, all_26_26_0] -> all_1_26_6 | ||
7342 | 2024.05.16 00:52:03.022443 [ 3 ] {cf8c867f-fb90-44ce-89f7-cc65cd4d03dd} <Debug> DynamicQueryHandler: Done processing query | ||
7343 | 2024.05.16 00:52:03.022525 [ 3 ] {cf8c867f-fb90-44ce-89f7-cc65cd4d03dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7344 | 2024.05.16 00:52:03.022552 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
7345 | 2024.05.16 00:52:03.022563 [ 3 ] {} <Debug> HTTP-Session: 0f06d37a-cbde-4bce-88ad-d0520ffc113f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7346 | 2024.05.16 00:52:03.022745 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 21669, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7347 | 2024.05.16 00:52:03.022799 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7348 | 2024.05.16 00:52:03.022818 [ 3 ] {} <Debug> HTTP-Session: 324966ae-e59d-438b-b823-cfbdeb5cb98a Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
7349 | 2024.05.16 00:52:03.022835 [ 3 ] {} <Debug> HTTP-Session: 324966ae-e59d-438b-b823-cfbdeb5cb98a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7350 | 2024.05.16 00:52:03.022849 [ 3 ] {} <Debug> HTTP-Session: 324966ae-e59d-438b-b823-cfbdeb5cb98a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7351 | 2024.05.16 00:52:03.022885 [ 3 ] {} <Trace> HTTP-Session: 324966ae-e59d-438b-b823-cfbdeb5cb98a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7352 | 2024.05.16 00:52:03.023037 [ 3 ] {dfbb863c-f7fc-4bb0-9f53-093cfacc855f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7353 | 2024.05.16 00:52:03.023082 [ 3 ] {dfbb863c-f7fc-4bb0-9f53-093cfacc855f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7354 | 2024.05.16 00:52:03.023235 [ 3 ] {dfbb863c-f7fc-4bb0-9f53-093cfacc855f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7355 | 2024.05.16 00:52:03.023648 [ 3 ] {dfbb863c-f7fc-4bb0-9f53-093cfacc855f} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7356 | 2024.05.16 00:52:03.023691 [ 3 ] {dfbb863c-f7fc-4bb0-9f53-093cfacc855f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
7357 | 2024.05.16 00:52:03.024019 [ 3 ] {dfbb863c-f7fc-4bb0-9f53-093cfacc855f} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
7358 | 2024.05.16 00:52:03.024343 [ 3 ] {dfbb863c-f7fc-4bb0-9f53-093cfacc855f} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7359 | 2024.05.16 00:52:03.024499 [ 3 ] {dfbb863c-f7fc-4bb0-9f53-093cfacc855f} <Debug> executeQuery: Read 148 rows, 12.67 KiB in 0.001525 sec., 97049.18032786885 rows/sec., 8.11 MiB/sec. | ||
7360 | 2024.05.16 00:52:03.024675 [ 3 ] {dfbb863c-f7fc-4bb0-9f53-093cfacc855f} <Debug> DynamicQueryHandler: Done processing query | ||
7361 | 2024.05.16 00:52:03.024700 [ 3 ] {dfbb863c-f7fc-4bb0-9f53-093cfacc855f} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7362 | 2024.05.16 00:52:03.024716 [ 3 ] {} <Debug> HTTP-Session: 324966ae-e59d-438b-b823-cfbdeb5cb98a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7363 | 2024.05.16 00:52:03.024839 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7364 | 2024.05.16 00:52:03.024890 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7365 | 2024.05.16 00:52:03.024908 [ 3 ] {} <Debug> HTTP-Session: e6ce16ec-7f77-4fa1-bfb6-e0e02fffdcc4 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
7366 | 2024.05.16 00:52:03.024925 [ 3 ] {} <Debug> HTTP-Session: e6ce16ec-7f77-4fa1-bfb6-e0e02fffdcc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7367 | 2024.05.16 00:52:03.024939 [ 3 ] {} <Debug> HTTP-Session: e6ce16ec-7f77-4fa1-bfb6-e0e02fffdcc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7368 | 2024.05.16 00:52:03.024970 [ 3 ] {} <Trace> HTTP-Session: e6ce16ec-7f77-4fa1-bfb6-e0e02fffdcc4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7369 | 2024.05.16 00:52:03.025065 [ 3 ] {14e5da5c-bb69-46fe-89d6-43f1e1afd549} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7370 | 2024.05.16 00:52:03.025109 [ 3 ] {14e5da5c-bb69-46fe-89d6-43f1e1afd549} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7371 | 2024.05.16 00:52:03.025240 [ 3 ] {14e5da5c-bb69-46fe-89d6-43f1e1afd549} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7372 | 2024.05.16 00:52:03.025538 [ 3 ] {14e5da5c-bb69-46fe-89d6-43f1e1afd549} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7373 | 2024.05.16 00:52:03.025575 [ 3 ] {14e5da5c-bb69-46fe-89d6-43f1e1afd549} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
7374 | 2024.05.16 00:52:03.025869 [ 3 ] {14e5da5c-bb69-46fe-89d6-43f1e1afd549} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
7375 | 2024.05.16 00:52:03.026175 [ 3 ] {14e5da5c-bb69-46fe-89d6-43f1e1afd549} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7376 | 2024.05.16 00:52:03.026323 [ 3 ] {14e5da5c-bb69-46fe-89d6-43f1e1afd549} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001281 sec., 3122.56049960968 rows/sec., 218.03 KiB/sec. | ||
7377 | 2024.05.16 00:52:03.026478 [ 3 ] {14e5da5c-bb69-46fe-89d6-43f1e1afd549} <Debug> DynamicQueryHandler: Done processing query | ||
7378 | 2024.05.16 00:52:03.026503 [ 3 ] {14e5da5c-bb69-46fe-89d6-43f1e1afd549} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7379 | 2024.05.16 00:52:03.026519 [ 3 ] {} <Debug> HTTP-Session: e6ce16ec-7f77-4fa1-bfb6-e0e02fffdcc4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7380 | 2024.05.16 00:52:03.026634 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 16653, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7381 | 2024.05.16 00:52:03.026683 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7382 | 2024.05.16 00:52:03.026703 [ 3 ] {} <Debug> HTTP-Session: 99991e89-f5bf-493f-b056-bfe57d760858 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
7383 | 2024.05.16 00:52:03.026719 [ 3 ] {} <Debug> HTTP-Session: 99991e89-f5bf-493f-b056-bfe57d760858 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7384 | 2024.05.16 00:52:03.026732 [ 3 ] {} <Debug> HTTP-Session: 99991e89-f5bf-493f-b056-bfe57d760858 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7385 | 2024.05.16 00:52:03.026763 [ 3 ] {} <Trace> HTTP-Session: 99991e89-f5bf-493f-b056-bfe57d760858 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7386 | 2024.05.16 00:52:03.026888 [ 3 ] {5806e97c-706e-418b-815d-22412f5a8cb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7387 | 2024.05.16 00:52:03.026931 [ 3 ] {5806e97c-706e-418b-815d-22412f5a8cb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7388 | 2024.05.16 00:52:03.027056 [ 3 ] {5806e97c-706e-418b-815d-22412f5a8cb9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7389 | 2024.05.16 00:52:03.027394 [ 3 ] {5806e97c-706e-418b-815d-22412f5a8cb9} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7390 | 2024.05.16 00:52:03.027430 [ 3 ] {5806e97c-706e-418b-815d-22412f5a8cb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
7391 | 2024.05.16 00:52:03.027766 [ 3 ] {5806e97c-706e-418b-815d-22412f5a8cb9} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
7392 | 2024.05.16 00:52:03.028098 [ 3 ] {5806e97c-706e-418b-815d-22412f5a8cb9} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7393 | 2024.05.16 00:52:03.028254 [ 3 ] {5806e97c-706e-418b-815d-22412f5a8cb9} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001409 sec., 69552.87437899219 rows/sec., 5.44 MiB/sec. | ||
7394 | 2024.05.16 00:52:03.028521 [ 3 ] {5806e97c-706e-418b-815d-22412f5a8cb9} <Debug> DynamicQueryHandler: Done processing query | ||
7395 | 2024.05.16 00:52:03.028580 [ 3 ] {5806e97c-706e-418b-815d-22412f5a8cb9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
7396 | 2024.05.16 00:52:03.028620 [ 3 ] {} <Debug> HTTP-Session: 99991e89-f5bf-493f-b056-bfe57d760858 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7397 | 2024.05.16 00:52:03.028805 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 31014, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7398 | 2024.05.16 00:52:03.028858 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7399 | 2024.05.16 00:52:03.028879 [ 3 ] {} <Debug> HTTP-Session: 5cb8f411-8b3c-4907-a924-d94ad91222c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
7400 | 2024.05.16 00:52:03.028897 [ 3 ] {} <Debug> HTTP-Session: 5cb8f411-8b3c-4907-a924-d94ad91222c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7401 | 2024.05.16 00:52:03.028911 [ 3 ] {} <Debug> HTTP-Session: 5cb8f411-8b3c-4907-a924-d94ad91222c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7402 | 2024.05.16 00:52:03.028942 [ 3 ] {} <Trace> HTTP-Session: 5cb8f411-8b3c-4907-a924-d94ad91222c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7403 | 2024.05.16 00:52:03.029093 [ 3 ] {36882819-7f97-47bf-89b0-e0c24a40bc19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7404 | 2024.05.16 00:52:03.029143 [ 3 ] {36882819-7f97-47bf-89b0-e0c24a40bc19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7405 | 2024.05.16 00:52:03.029307 [ 3 ] {36882819-7f97-47bf-89b0-e0c24a40bc19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7406 | 2024.05.16 00:52:03.029667 [ 3 ] {36882819-7f97-47bf-89b0-e0c24a40bc19} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7407 | 2024.05.16 00:52:03.029706 [ 3 ] {36882819-7f97-47bf-89b0-e0c24a40bc19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
7408 | 2024.05.16 00:52:03.030098 [ 3 ] {36882819-7f97-47bf-89b0-e0c24a40bc19} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
7409 | 2024.05.16 00:52:03.030437 [ 3 ] {36882819-7f97-47bf-89b0-e0c24a40bc19} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7410 | 2024.05.16 00:52:03.030593 [ 3 ] {36882819-7f97-47bf-89b0-e0c24a40bc19} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001563 sec., 103646.83301343571 rows/sec., 7.22 MiB/sec. | ||
7411 | 2024.05.16 00:52:03.030757 [ 3 ] {36882819-7f97-47bf-89b0-e0c24a40bc19} <Debug> DynamicQueryHandler: Done processing query | ||
7412 | 2024.05.16 00:52:03.030782 [ 3 ] {36882819-7f97-47bf-89b0-e0c24a40bc19} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7413 | 2024.05.16 00:52:03.030798 [ 3 ] {} <Debug> HTTP-Session: 5cb8f411-8b3c-4907-a924-d94ad91222c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7414 | 2024.05.16 00:52:03.030949 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 32124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7415 | 2024.05.16 00:52:03.030999 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7416 | 2024.05.16 00:52:03.031019 [ 3 ] {} <Debug> HTTP-Session: bfca61e4-ff4e-4869-be1d-2c4ac9b772b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
7417 | 2024.05.16 00:52:03.031036 [ 3 ] {} <Debug> HTTP-Session: bfca61e4-ff4e-4869-be1d-2c4ac9b772b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7418 | 2024.05.16 00:52:03.031050 [ 3 ] {} <Debug> HTTP-Session: bfca61e4-ff4e-4869-be1d-2c4ac9b772b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7419 | 2024.05.16 00:52:03.031081 [ 3 ] {} <Trace> HTTP-Session: bfca61e4-ff4e-4869-be1d-2c4ac9b772b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7420 | 2024.05.16 00:52:03.031334 [ 3 ] {7b7faa48-8d31-4e49-bbe0-c7307125e280} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7421 | 2024.05.16 00:52:03.031383 [ 3 ] {7b7faa48-8d31-4e49-bbe0-c7307125e280} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
7422 | 2024.05.16 00:52:03.031545 [ 3 ] {7b7faa48-8d31-4e49-bbe0-c7307125e280} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7423 | 2024.05.16 00:52:03.032060 [ 3 ] {7b7faa48-8d31-4e49-bbe0-c7307125e280} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7424 | 2024.05.16 00:52:03.032098 [ 3 ] {7b7faa48-8d31-4e49-bbe0-c7307125e280} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
7425 | 2024.05.16 00:52:03.032512 [ 3 ] {7b7faa48-8d31-4e49-bbe0-c7307125e280} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
7426 | 2024.05.16 00:52:03.032871 [ 3 ] {7b7faa48-8d31-4e49-bbe0-c7307125e280} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7427 | 2024.05.16 00:52:03.033039 [ 46 ] {} <Debug> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
7428 | 2024.05.16 00:52:03.033050 [ 3 ] {7b7faa48-8d31-4e49-bbe0-c7307125e280} <Debug> executeQuery: Read 30 rows, 41.46 KiB in 0.001882 sec., 15940.48884165781 rows/sec., 21.51 MiB/sec. | ||
7429 | 2024.05.16 00:52:03.033097 [ 46 ] {} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7430 | 2024.05.16 00:52:03.033159 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
7431 | 2024.05.16 00:52:03.033466 [ 3 ] {7b7faa48-8d31-4e49-bbe0-c7307125e280} <Debug> DynamicQueryHandler: Done processing query | ||
7432 | 2024.05.16 00:52:03.033548 [ 196 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::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 | ||
7433 | 2024.05.16 00:52:03.033552 [ 3 ] {7b7faa48-8d31-4e49-bbe0-c7307125e280} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
7434 | 2024.05.16 00:52:03.033649 [ 3 ] {} <Debug> HTTP-Session: bfca61e4-ff4e-4869-be1d-2c4ac9b772b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7435 | 2024.05.16 00:52:03.033845 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7436 | 2024.05.16 00:52:03.033873 [ 196 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7437 | 2024.05.16 00:52:03.033917 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7438 | 2024.05.16 00:52:03.033921 [ 196 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 588 rows starting from the beginning of the part | ||
7439 | 2024.05.16 00:52:03.033941 [ 3 ] {} <Debug> HTTP-Session: 791222d7-dca7-49a7-a8bb-a17bf0703e52 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
7440 | 2024.05.16 00:52:03.033966 [ 3 ] {} <Debug> HTTP-Session: 791222d7-dca7-49a7-a8bb-a17bf0703e52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7441 | 2024.05.16 00:52:03.033997 [ 3 ] {} <Debug> HTTP-Session: 791222d7-dca7-49a7-a8bb-a17bf0703e52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7442 | 2024.05.16 00:52:03.034122 [ 3 ] {} <Trace> HTTP-Session: 791222d7-dca7-49a7-a8bb-a17bf0703e52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7443 | 2024.05.16 00:52:03.034208 [ 196 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 30 rows starting from the beginning of the part | ||
7444 | 2024.05.16 00:52:03.034506 [ 3 ] {715e41b8-0340-414e-8240-85a82f6e8458} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7445 | 2024.05.16 00:52:03.034529 [ 196 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 30 rows starting from the beginning of the part | ||
7446 | 2024.05.16 00:52:03.034614 [ 3 ] {715e41b8-0340-414e-8240-85a82f6e8458} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7447 | 2024.05.16 00:52:03.034847 [ 196 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 30 rows starting from the beginning of the part | ||
7448 | 2024.05.16 00:52:03.035127 [ 196 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 30 rows starting from the beginning of the part | ||
7449 | 2024.05.16 00:52:03.035559 [ 196 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 30 rows starting from the beginning of the part | ||
7450 | 2024.05.16 00:52:03.035819 [ 3 ] {715e41b8-0340-414e-8240-85a82f6e8458} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7451 | 2024.05.16 00:52:03.036485 [ 3 ] {715e41b8-0340-414e-8240-85a82f6e8458} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7452 | 2024.05.16 00:52:03.036531 [ 3 ] {715e41b8-0340-414e-8240-85a82f6e8458} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
7453 | 2024.05.16 00:52:03.036989 [ 3 ] {715e41b8-0340-414e-8240-85a82f6e8458} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
7454 | 2024.05.16 00:52:03.037515 [ 3 ] {715e41b8-0340-414e-8240-85a82f6e8458} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7455 | 2024.05.16 00:52:03.037823 [ 3 ] {715e41b8-0340-414e-8240-85a82f6e8458} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003499 sec., 17147.756501857675 rows/sec., 1.16 MiB/sec. | ||
7456 | 2024.05.16 00:52:03.038012 [ 3 ] {715e41b8-0340-414e-8240-85a82f6e8458} <Debug> DynamicQueryHandler: Done processing query | ||
7457 | 2024.05.16 00:52:03.038039 [ 3 ] {715e41b8-0340-414e-8240-85a82f6e8458} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7458 | 2024.05.16 00:52:03.038056 [ 3 ] {} <Debug> HTTP-Session: 791222d7-dca7-49a7-a8bb-a17bf0703e52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7459 | 2024.05.16 00:52:03.039525 [ 196 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 738 rows, containing 6 columns (6 merged, 0 gathered) in 0.006231057 sec., 118438.9743184824 rows/sec., 159.83 MiB/sec. | ||
7460 | 2024.05.16 00:52:03.040055 [ 187 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
7461 | 2024.05.16 00:52:03.040550 [ 187 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7462 | 2024.05.16 00:52:03.040644 [ 187 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
7463 | 2024.05.16 00:52:03.040753 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.65 MiB. | ||
7464 | 2024.05.16 00:52:04.000206 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 190.19 MiB, peak 198.59 MiB, free memory in arenas 0.00 B, will set to 191.31 MiB (RSS), difference: 1.12 MiB | ||
7465 | 2024.05.16 00:52:08.012177 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7466 | 2024.05.16 00:52:08.012296 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7467 | 2024.05.16 00:52:08.012320 [ 3 ] {} <Debug> HTTP-Session: ad3f96ad-360f-4a82-a559-d76d6817c164 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
7468 | 2024.05.16 00:52:08.012344 [ 3 ] {} <Debug> HTTP-Session: ad3f96ad-360f-4a82-a559-d76d6817c164 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7469 | 2024.05.16 00:52:08.012359 [ 3 ] {} <Debug> HTTP-Session: ad3f96ad-360f-4a82-a559-d76d6817c164 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7470 | 2024.05.16 00:52:08.012407 [ 3 ] {} <Trace> HTTP-Session: ad3f96ad-360f-4a82-a559-d76d6817c164 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7471 | 2024.05.16 00:52:08.012589 [ 3 ] {3dce4af8-1d1b-4e7d-82e0-c1d7c7aa9f76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7472 | 2024.05.16 00:52:08.012652 [ 3 ] {3dce4af8-1d1b-4e7d-82e0-c1d7c7aa9f76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7473 | 2024.05.16 00:52:08.012832 [ 3 ] {3dce4af8-1d1b-4e7d-82e0-c1d7c7aa9f76} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7474 | 2024.05.16 00:52:08.013285 [ 3 ] {3dce4af8-1d1b-4e7d-82e0-c1d7c7aa9f76} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7475 | 2024.05.16 00:52:08.013327 [ 3 ] {3dce4af8-1d1b-4e7d-82e0-c1d7c7aa9f76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
7476 | 2024.05.16 00:52:08.013695 [ 3 ] {3dce4af8-1d1b-4e7d-82e0-c1d7c7aa9f76} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
7477 | 2024.05.16 00:52:08.014032 [ 3 ] {3dce4af8-1d1b-4e7d-82e0-c1d7c7aa9f76} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7478 | 2024.05.16 00:52:08.014173 [ 3 ] {3dce4af8-1d1b-4e7d-82e0-c1d7c7aa9f76} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001645 sec., 34042.553191489365 rows/sec., 2.60 MiB/sec. | ||
7479 | 2024.05.16 00:52:08.014374 [ 3 ] {3dce4af8-1d1b-4e7d-82e0-c1d7c7aa9f76} <Debug> DynamicQueryHandler: Done processing query | ||
7480 | 2024.05.16 00:52:08.014401 [ 3 ] {3dce4af8-1d1b-4e7d-82e0-c1d7c7aa9f76} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7481 | 2024.05.16 00:52:08.014419 [ 3 ] {} <Debug> HTTP-Session: ad3f96ad-360f-4a82-a559-d76d6817c164 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7482 | 2024.05.16 00:52:08.014566 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7483 | 2024.05.16 00:52:08.014620 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7484 | 2024.05.16 00:52:08.014640 [ 3 ] {} <Debug> HTTP-Session: 112af30b-cece-4c80-908a-4f508ebabfe4 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
7485 | 2024.05.16 00:52:08.014658 [ 3 ] {} <Debug> HTTP-Session: 112af30b-cece-4c80-908a-4f508ebabfe4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7486 | 2024.05.16 00:52:08.014672 [ 3 ] {} <Debug> HTTP-Session: 112af30b-cece-4c80-908a-4f508ebabfe4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7487 | 2024.05.16 00:52:08.014707 [ 3 ] {} <Trace> HTTP-Session: 112af30b-cece-4c80-908a-4f508ebabfe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7488 | 2024.05.16 00:52:08.014829 [ 3 ] {d57757ae-9eb2-4b4b-8ac2-956457345d19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7489 | 2024.05.16 00:52:08.014875 [ 3 ] {d57757ae-9eb2-4b4b-8ac2-956457345d19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7490 | 2024.05.16 00:52:08.015005 [ 3 ] {d57757ae-9eb2-4b4b-8ac2-956457345d19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7491 | 2024.05.16 00:52:08.015331 [ 3 ] {d57757ae-9eb2-4b4b-8ac2-956457345d19} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7492 | 2024.05.16 00:52:08.015368 [ 3 ] {d57757ae-9eb2-4b4b-8ac2-956457345d19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
7493 | 2024.05.16 00:52:08.015687 [ 3 ] {d57757ae-9eb2-4b4b-8ac2-956457345d19} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
7494 | 2024.05.16 00:52:08.015993 [ 3 ] {d57757ae-9eb2-4b4b-8ac2-956457345d19} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7495 | 2024.05.16 00:52:08.016115 [ 3 ] {d57757ae-9eb2-4b4b-8ac2-956457345d19} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001331 sec., 48084.14725770098 rows/sec., 3.75 MiB/sec. | ||
7496 | 2024.05.16 00:52:08.016351 [ 3 ] {d57757ae-9eb2-4b4b-8ac2-956457345d19} <Debug> DynamicQueryHandler: Done processing query | ||
7497 | 2024.05.16 00:52:08.016413 [ 3 ] {d57757ae-9eb2-4b4b-8ac2-956457345d19} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7498 | 2024.05.16 00:52:08.016464 [ 3 ] {} <Debug> HTTP-Session: 112af30b-cece-4c80-908a-4f508ebabfe4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7499 | 2024.05.16 00:52:08.016726 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7500 | 2024.05.16 00:52:08.016778 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7501 | 2024.05.16 00:52:08.016797 [ 3 ] {} <Debug> HTTP-Session: 914031be-7514-4e09-90cf-c47ecca66fbe Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
7502 | 2024.05.16 00:52:08.016815 [ 3 ] {} <Debug> HTTP-Session: 914031be-7514-4e09-90cf-c47ecca66fbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7503 | 2024.05.16 00:52:08.016830 [ 3 ] {} <Debug> HTTP-Session: 914031be-7514-4e09-90cf-c47ecca66fbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7504 | 2024.05.16 00:52:08.016863 [ 3 ] {} <Trace> HTTP-Session: 914031be-7514-4e09-90cf-c47ecca66fbe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7505 | 2024.05.16 00:52:08.017015 [ 3 ] {94bee376-48a3-4e8d-aff2-611e5191651e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7506 | 2024.05.16 00:52:08.017064 [ 3 ] {94bee376-48a3-4e8d-aff2-611e5191651e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7507 | 2024.05.16 00:52:08.017219 [ 3 ] {94bee376-48a3-4e8d-aff2-611e5191651e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7508 | 2024.05.16 00:52:08.017590 [ 3 ] {94bee376-48a3-4e8d-aff2-611e5191651e} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7509 | 2024.05.16 00:52:08.017625 [ 3 ] {94bee376-48a3-4e8d-aff2-611e5191651e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
7510 | 2024.05.16 00:52:08.018006 [ 3 ] {94bee376-48a3-4e8d-aff2-611e5191651e} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
7511 | 2024.05.16 00:52:08.018339 [ 3 ] {94bee376-48a3-4e8d-aff2-611e5191651e} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7512 | 2024.05.16 00:52:08.018464 [ 3 ] {94bee376-48a3-4e8d-aff2-611e5191651e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001521 sec., 105193.9513477975 rows/sec., 7.33 MiB/sec. | ||
7513 | 2024.05.16 00:52:08.018631 [ 3 ] {94bee376-48a3-4e8d-aff2-611e5191651e} <Debug> DynamicQueryHandler: Done processing query | ||
7514 | 2024.05.16 00:52:08.018655 [ 3 ] {94bee376-48a3-4e8d-aff2-611e5191651e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7515 | 2024.05.16 00:52:08.018671 [ 3 ] {} <Debug> HTTP-Session: 914031be-7514-4e09-90cf-c47ecca66fbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7516 | 2024.05.16 00:52:08.018802 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7517 | 2024.05.16 00:52:08.018851 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7518 | 2024.05.16 00:52:08.018870 [ 3 ] {} <Debug> HTTP-Session: d7b6b140-506d-4cd2-90af-d3de2b5224d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
7519 | 2024.05.16 00:52:08.018887 [ 3 ] {} <Debug> HTTP-Session: d7b6b140-506d-4cd2-90af-d3de2b5224d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7520 | 2024.05.16 00:52:08.018901 [ 3 ] {} <Debug> HTTP-Session: d7b6b140-506d-4cd2-90af-d3de2b5224d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7521 | 2024.05.16 00:52:08.018931 [ 3 ] {} <Trace> HTTP-Session: d7b6b140-506d-4cd2-90af-d3de2b5224d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7522 | 2024.05.16 00:52:08.019040 [ 3 ] {47aa1f97-33a3-4167-ade7-dc5340c6c213} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7523 | 2024.05.16 00:52:08.019084 [ 3 ] {47aa1f97-33a3-4167-ade7-dc5340c6c213} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7524 | 2024.05.16 00:52:08.019208 [ 3 ] {47aa1f97-33a3-4167-ade7-dc5340c6c213} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7525 | 2024.05.16 00:52:08.019562 [ 3 ] {47aa1f97-33a3-4167-ade7-dc5340c6c213} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7526 | 2024.05.16 00:52:08.019598 [ 3 ] {47aa1f97-33a3-4167-ade7-dc5340c6c213} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
7527 | 2024.05.16 00:52:08.019947 [ 3 ] {47aa1f97-33a3-4167-ade7-dc5340c6c213} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
7528 | 2024.05.16 00:52:08.020262 [ 3 ] {47aa1f97-33a3-4167-ade7-dc5340c6c213} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7529 | 2024.05.16 00:52:08.020386 [ 3 ] {47aa1f97-33a3-4167-ade7-dc5340c6c213} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001385 sec., 43321.29963898917 rows/sec., 2.92 MiB/sec. | ||
7530 | 2024.05.16 00:52:08.020546 [ 3 ] {47aa1f97-33a3-4167-ade7-dc5340c6c213} <Debug> DynamicQueryHandler: Done processing query | ||
7531 | 2024.05.16 00:52:08.020569 [ 3 ] {47aa1f97-33a3-4167-ade7-dc5340c6c213} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7532 | 2024.05.16 00:52:08.020587 [ 3 ] {} <Debug> HTTP-Session: d7b6b140-506d-4cd2-90af-d3de2b5224d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7533 | 2024.05.16 00:52:13.016431 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7534 | 2024.05.16 00:52:13.016570 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7535 | 2024.05.16 00:52:13.016599 [ 3 ] {} <Debug> HTTP-Session: f4b17dbe-1ff7-4bb4-81ca-9e41355cf9db Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
7536 | 2024.05.16 00:52:13.016627 [ 3 ] {} <Debug> HTTP-Session: f4b17dbe-1ff7-4bb4-81ca-9e41355cf9db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7537 | 2024.05.16 00:52:13.016645 [ 3 ] {} <Debug> HTTP-Session: f4b17dbe-1ff7-4bb4-81ca-9e41355cf9db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7538 | 2024.05.16 00:52:13.016697 [ 3 ] {} <Trace> HTTP-Session: f4b17dbe-1ff7-4bb4-81ca-9e41355cf9db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7539 | 2024.05.16 00:52:13.016901 [ 3 ] {7652cc29-239e-495e-999e-3934203afab6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7540 | 2024.05.16 00:52:13.016972 [ 3 ] {7652cc29-239e-495e-999e-3934203afab6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7541 | 2024.05.16 00:52:13.017155 [ 3 ] {7652cc29-239e-495e-999e-3934203afab6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7542 | 2024.05.16 00:52:13.017611 [ 3 ] {7652cc29-239e-495e-999e-3934203afab6} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7543 | 2024.05.16 00:52:13.017658 [ 3 ] {7652cc29-239e-495e-999e-3934203afab6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
7544 | 2024.05.16 00:52:13.018032 [ 3 ] {7652cc29-239e-495e-999e-3934203afab6} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
7545 | 2024.05.16 00:52:13.018357 [ 3 ] {7652cc29-239e-495e-999e-3934203afab6} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7546 | 2024.05.16 00:52:13.018515 [ 3 ] {7652cc29-239e-495e-999e-3934203afab6} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001678 sec., 17878.426698450538 rows/sec., 1.42 MiB/sec. | ||
7547 | 2024.05.16 00:52:13.018818 [ 3 ] {7652cc29-239e-495e-999e-3934203afab6} <Debug> DynamicQueryHandler: Done processing query | ||
7548 | 2024.05.16 00:52:13.018845 [ 3 ] {7652cc29-239e-495e-999e-3934203afab6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7549 | 2024.05.16 00:52:13.018862 [ 3 ] {} <Debug> HTTP-Session: f4b17dbe-1ff7-4bb4-81ca-9e41355cf9db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7550 | 2024.05.16 00:52:13.019003 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7551 | 2024.05.16 00:52:13.019059 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7552 | 2024.05.16 00:52:13.019078 [ 3 ] {} <Debug> HTTP-Session: 1c29fc65-abb4-4248-824d-afda22227d8f Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
7553 | 2024.05.16 00:52:13.019097 [ 3 ] {} <Debug> HTTP-Session: 1c29fc65-abb4-4248-824d-afda22227d8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7554 | 2024.05.16 00:52:13.019110 [ 3 ] {} <Debug> HTTP-Session: 1c29fc65-abb4-4248-824d-afda22227d8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7555 | 2024.05.16 00:52:13.019144 [ 3 ] {} <Trace> HTTP-Session: 1c29fc65-abb4-4248-824d-afda22227d8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7556 | 2024.05.16 00:52:13.019245 [ 3 ] {1af1fc13-7b95-4426-b775-3d697f0e864f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7557 | 2024.05.16 00:52:13.019292 [ 3 ] {1af1fc13-7b95-4426-b775-3d697f0e864f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7558 | 2024.05.16 00:52:13.019442 [ 3 ] {1af1fc13-7b95-4426-b775-3d697f0e864f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7559 | 2024.05.16 00:52:13.019772 [ 3 ] {1af1fc13-7b95-4426-b775-3d697f0e864f} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7560 | 2024.05.16 00:52:13.019809 [ 3 ] {1af1fc13-7b95-4426-b775-3d697f0e864f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
7561 | 2024.05.16 00:52:13.020108 [ 3 ] {1af1fc13-7b95-4426-b775-3d697f0e864f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
7562 | 2024.05.16 00:52:13.020413 [ 3 ] {1af1fc13-7b95-4426-b775-3d697f0e864f} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7563 | 2024.05.16 00:52:13.020566 [ 3 ] {1af1fc13-7b95-4426-b775-3d697f0e864f} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001336 sec., 2994.011976047904 rows/sec., 244.14 KiB/sec. | ||
7564 | 2024.05.16 00:52:13.020765 [ 3 ] {1af1fc13-7b95-4426-b775-3d697f0e864f} <Debug> DynamicQueryHandler: Done processing query | ||
7565 | 2024.05.16 00:52:13.020791 [ 3 ] {1af1fc13-7b95-4426-b775-3d697f0e864f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7566 | 2024.05.16 00:52:13.020806 [ 3 ] {} <Debug> HTTP-Session: 1c29fc65-abb4-4248-824d-afda22227d8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7567 | 2024.05.16 00:52:13.021003 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 26598, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7568 | 2024.05.16 00:52:13.021054 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7569 | 2024.05.16 00:52:13.021073 [ 3 ] {} <Debug> HTTP-Session: b4cceeef-5101-4df8-847c-fccbacd4bd0e Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
7570 | 2024.05.16 00:52:13.021090 [ 3 ] {} <Debug> HTTP-Session: b4cceeef-5101-4df8-847c-fccbacd4bd0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7571 | 2024.05.16 00:52:13.021104 [ 3 ] {} <Debug> HTTP-Session: b4cceeef-5101-4df8-847c-fccbacd4bd0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7572 | 2024.05.16 00:52:13.021137 [ 3 ] {} <Trace> HTTP-Session: b4cceeef-5101-4df8-847c-fccbacd4bd0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7573 | 2024.05.16 00:52:13.021277 [ 3 ] {aa0ede1a-a977-4df6-9f86-7e6adc1aac5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7574 | 2024.05.16 00:52:13.021320 [ 3 ] {aa0ede1a-a977-4df6-9f86-7e6adc1aac5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7575 | 2024.05.16 00:52:13.021444 [ 3 ] {aa0ede1a-a977-4df6-9f86-7e6adc1aac5f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7576 | 2024.05.16 00:52:13.021859 [ 3 ] {aa0ede1a-a977-4df6-9f86-7e6adc1aac5f} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7577 | 2024.05.16 00:52:13.021896 [ 3 ] {aa0ede1a-a977-4df6-9f86-7e6adc1aac5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
7578 | 2024.05.16 00:52:13.022212 [ 3 ] {aa0ede1a-a977-4df6-9f86-7e6adc1aac5f} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
7579 | 2024.05.16 00:52:13.022510 [ 3 ] {aa0ede1a-a977-4df6-9f86-7e6adc1aac5f} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7580 | 2024.05.16 00:52:13.022658 [ 3 ] {aa0ede1a-a977-4df6-9f86-7e6adc1aac5f} <Debug> executeQuery: Read 184 rows, 15.43 KiB in 0.001444 sec., 127423.82271468145 rows/sec., 10.44 MiB/sec. | ||
7581 | 2024.05.16 00:52:13.022934 [ 3 ] {aa0ede1a-a977-4df6-9f86-7e6adc1aac5f} <Debug> DynamicQueryHandler: Done processing query | ||
7582 | 2024.05.16 00:52:13.022981 [ 3 ] {aa0ede1a-a977-4df6-9f86-7e6adc1aac5f} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
7583 | 2024.05.16 00:52:13.023002 [ 3 ] {} <Debug> HTTP-Session: b4cceeef-5101-4df8-847c-fccbacd4bd0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7584 | 2024.05.16 00:52:13.023150 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7585 | 2024.05.16 00:52:13.023199 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7586 | 2024.05.16 00:52:13.023217 [ 3 ] {} <Debug> HTTP-Session: 067cdfb2-b21a-4cca-9fec-f4c361ab2fc8 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
7587 | 2024.05.16 00:52:13.023234 [ 3 ] {} <Debug> HTTP-Session: 067cdfb2-b21a-4cca-9fec-f4c361ab2fc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7588 | 2024.05.16 00:52:13.023247 [ 3 ] {} <Debug> HTTP-Session: 067cdfb2-b21a-4cca-9fec-f4c361ab2fc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7589 | 2024.05.16 00:52:13.023279 [ 3 ] {} <Trace> HTTP-Session: 067cdfb2-b21a-4cca-9fec-f4c361ab2fc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7590 | 2024.05.16 00:52:13.023384 [ 3 ] {1eea4229-449a-4fd4-b0ab-31ee13f6a4bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7591 | 2024.05.16 00:52:13.023428 [ 3 ] {1eea4229-449a-4fd4-b0ab-31ee13f6a4bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7592 | 2024.05.16 00:52:13.023567 [ 3 ] {1eea4229-449a-4fd4-b0ab-31ee13f6a4bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7593 | 2024.05.16 00:52:13.023852 [ 3 ] {1eea4229-449a-4fd4-b0ab-31ee13f6a4bc} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7594 | 2024.05.16 00:52:13.023889 [ 3 ] {1eea4229-449a-4fd4-b0ab-31ee13f6a4bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
7595 | 2024.05.16 00:52:13.024175 [ 3 ] {1eea4229-449a-4fd4-b0ab-31ee13f6a4bc} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
7596 | 2024.05.16 00:52:13.024473 [ 3 ] {1eea4229-449a-4fd4-b0ab-31ee13f6a4bc} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7597 | 2024.05.16 00:52:13.024623 [ 3 ] {1eea4229-449a-4fd4-b0ab-31ee13f6a4bc} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001256 sec., 3184.7133757961783 rows/sec., 222.37 KiB/sec. | ||
7598 | 2024.05.16 00:52:13.024786 [ 3 ] {1eea4229-449a-4fd4-b0ab-31ee13f6a4bc} <Debug> DynamicQueryHandler: Done processing query | ||
7599 | 2024.05.16 00:52:13.024810 [ 3 ] {1eea4229-449a-4fd4-b0ab-31ee13f6a4bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7600 | 2024.05.16 00:52:13.024825 [ 3 ] {} <Debug> HTTP-Session: 067cdfb2-b21a-4cca-9fec-f4c361ab2fc8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7601 | 2024.05.16 00:52:13.025016 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 20691, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7602 | 2024.05.16 00:52:13.025064 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7603 | 2024.05.16 00:52:13.025082 [ 3 ] {} <Debug> HTTP-Session: 47ceb00e-2bc9-4897-8df4-d25a8ea18941 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
7604 | 2024.05.16 00:52:13.025099 [ 3 ] {} <Debug> HTTP-Session: 47ceb00e-2bc9-4897-8df4-d25a8ea18941 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7605 | 2024.05.16 00:52:13.025113 [ 3 ] {} <Debug> HTTP-Session: 47ceb00e-2bc9-4897-8df4-d25a8ea18941 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7606 | 2024.05.16 00:52:13.025143 [ 3 ] {} <Trace> HTTP-Session: 47ceb00e-2bc9-4897-8df4-d25a8ea18941 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7607 | 2024.05.16 00:52:13.025276 [ 3 ] {42f0fd9c-e544-4cdb-a64d-5c7f4a061e12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7608 | 2024.05.16 00:52:13.025318 [ 3 ] {42f0fd9c-e544-4cdb-a64d-5c7f4a061e12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7609 | 2024.05.16 00:52:13.025440 [ 3 ] {42f0fd9c-e544-4cdb-a64d-5c7f4a061e12} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7610 | 2024.05.16 00:52:13.025838 [ 3 ] {42f0fd9c-e544-4cdb-a64d-5c7f4a061e12} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7611 | 2024.05.16 00:52:13.025875 [ 3 ] {42f0fd9c-e544-4cdb-a64d-5c7f4a061e12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
7612 | 2024.05.16 00:52:13.026177 [ 3 ] {42f0fd9c-e544-4cdb-a64d-5c7f4a061e12} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
7613 | 2024.05.16 00:52:13.026468 [ 3 ] {42f0fd9c-e544-4cdb-a64d-5c7f4a061e12} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7614 | 2024.05.16 00:52:13.026618 [ 3 ] {42f0fd9c-e544-4cdb-a64d-5c7f4a061e12} <Debug> executeQuery: Read 122 rows, 9.74 KiB in 0.001393 sec., 87580.76094759512 rows/sec., 6.83 MiB/sec. | ||
7615 | 2024.05.16 00:52:13.026790 [ 3 ] {42f0fd9c-e544-4cdb-a64d-5c7f4a061e12} <Debug> DynamicQueryHandler: Done processing query | ||
7616 | 2024.05.16 00:52:13.026816 [ 3 ] {42f0fd9c-e544-4cdb-a64d-5c7f4a061e12} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7617 | 2024.05.16 00:52:13.026832 [ 3 ] {} <Debug> HTTP-Session: 47ceb00e-2bc9-4897-8df4-d25a8ea18941 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7618 | 2024.05.16 00:52:13.027005 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 37972, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7619 | 2024.05.16 00:52:13.027053 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7620 | 2024.05.16 00:52:13.027107 [ 3 ] {} <Debug> HTTP-Session: 0a4b4744-98e2-4adb-893a-632a498e977c Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
7621 | 2024.05.16 00:52:13.027125 [ 3 ] {} <Debug> HTTP-Session: 0a4b4744-98e2-4adb-893a-632a498e977c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7622 | 2024.05.16 00:52:13.027138 [ 3 ] {} <Debug> HTTP-Session: 0a4b4744-98e2-4adb-893a-632a498e977c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7623 | 2024.05.16 00:52:13.027168 [ 3 ] {} <Trace> HTTP-Session: 0a4b4744-98e2-4adb-893a-632a498e977c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7624 | 2024.05.16 00:52:13.027340 [ 3 ] {431da2f3-b30d-40b0-a8aa-1b931340ca8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7625 | 2024.05.16 00:52:13.027387 [ 3 ] {431da2f3-b30d-40b0-a8aa-1b931340ca8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7626 | 2024.05.16 00:52:13.027528 [ 3 ] {431da2f3-b30d-40b0-a8aa-1b931340ca8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7627 | 2024.05.16 00:52:13.027935 [ 3 ] {431da2f3-b30d-40b0-a8aa-1b931340ca8e} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7628 | 2024.05.16 00:52:13.027971 [ 3 ] {431da2f3-b30d-40b0-a8aa-1b931340ca8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
7629 | 2024.05.16 00:52:13.028341 [ 3 ] {431da2f3-b30d-40b0-a8aa-1b931340ca8e} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
7630 | 2024.05.16 00:52:13.028674 [ 3 ] {431da2f3-b30d-40b0-a8aa-1b931340ca8e} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7631 | 2024.05.16 00:52:13.028812 [ 3 ] {431da2f3-b30d-40b0-a8aa-1b931340ca8e} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.001553 sec., 127495.17063747587 rows/sec., 8.90 MiB/sec. | ||
7632 | 2024.05.16 00:52:13.029011 [ 3 ] {431da2f3-b30d-40b0-a8aa-1b931340ca8e} <Debug> DynamicQueryHandler: Done processing query | ||
7633 | 2024.05.16 00:52:13.029035 [ 3 ] {431da2f3-b30d-40b0-a8aa-1b931340ca8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
7634 | 2024.05.16 00:52:13.029052 [ 3 ] {} <Debug> HTTP-Session: 0a4b4744-98e2-4adb-893a-632a498e977c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7635 | 2024.05.16 00:52:13.029202 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 32124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7636 | 2024.05.16 00:52:13.029251 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7637 | 2024.05.16 00:52:13.029270 [ 3 ] {} <Debug> HTTP-Session: 265e3e49-2c4a-40cf-89d8-f60264959574 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
7638 | 2024.05.16 00:52:13.029286 [ 3 ] {} <Debug> HTTP-Session: 265e3e49-2c4a-40cf-89d8-f60264959574 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7639 | 2024.05.16 00:52:13.029299 [ 3 ] {} <Debug> HTTP-Session: 265e3e49-2c4a-40cf-89d8-f60264959574 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7640 | 2024.05.16 00:52:13.029328 [ 3 ] {} <Trace> HTTP-Session: 265e3e49-2c4a-40cf-89d8-f60264959574 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7641 | 2024.05.16 00:52:13.029582 [ 3 ] {084c7eec-b0de-4e7b-8b4c-0d376719a8d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7642 | 2024.05.16 00:52:13.029632 [ 3 ] {084c7eec-b0de-4e7b-8b4c-0d376719a8d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
7643 | 2024.05.16 00:52:13.029797 [ 3 ] {084c7eec-b0de-4e7b-8b4c-0d376719a8d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7644 | 2024.05.16 00:52:13.030226 [ 3 ] {084c7eec-b0de-4e7b-8b4c-0d376719a8d6} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7645 | 2024.05.16 00:52:13.030263 [ 3 ] {084c7eec-b0de-4e7b-8b4c-0d376719a8d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
7646 | 2024.05.16 00:52:13.030654 [ 3 ] {084c7eec-b0de-4e7b-8b4c-0d376719a8d6} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
7647 | 2024.05.16 00:52:13.030979 [ 3 ] {084c7eec-b0de-4e7b-8b4c-0d376719a8d6} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7648 | 2024.05.16 00:52:13.031132 [ 3 ] {084c7eec-b0de-4e7b-8b4c-0d376719a8d6} <Debug> executeQuery: Read 30 rows, 41.46 KiB in 0.001724 sec., 17401.39211136891 rows/sec., 23.48 MiB/sec. | ||
7649 | 2024.05.16 00:52:13.031290 [ 3 ] {084c7eec-b0de-4e7b-8b4c-0d376719a8d6} <Debug> DynamicQueryHandler: Done processing query | ||
7650 | 2024.05.16 00:52:13.031314 [ 3 ] {084c7eec-b0de-4e7b-8b4c-0d376719a8d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
7651 | 2024.05.16 00:52:13.031329 [ 3 ] {} <Debug> HTTP-Session: 265e3e49-2c4a-40cf-89d8-f60264959574 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7652 | 2024.05.16 00:52:13.031495 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7653 | 2024.05.16 00:52:13.031551 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7654 | 2024.05.16 00:52:13.031571 [ 3 ] {} <Debug> HTTP-Session: abe92940-a754-44c4-b6a7-39e19d80e781 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
7655 | 2024.05.16 00:52:13.031587 [ 3 ] {} <Debug> HTTP-Session: abe92940-a754-44c4-b6a7-39e19d80e781 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7656 | 2024.05.16 00:52:13.031601 [ 3 ] {} <Debug> HTTP-Session: abe92940-a754-44c4-b6a7-39e19d80e781 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7657 | 2024.05.16 00:52:13.031630 [ 3 ] {} <Trace> HTTP-Session: abe92940-a754-44c4-b6a7-39e19d80e781 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7658 | 2024.05.16 00:52:13.031749 [ 3 ] {43b450aa-c21c-47ab-b4fc-d6fef0ff2fb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7659 | 2024.05.16 00:52:13.031795 [ 3 ] {43b450aa-c21c-47ab-b4fc-d6fef0ff2fb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7660 | 2024.05.16 00:52:13.031920 [ 3 ] {43b450aa-c21c-47ab-b4fc-d6fef0ff2fb8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7661 | 2024.05.16 00:52:13.032244 [ 3 ] {43b450aa-c21c-47ab-b4fc-d6fef0ff2fb8} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7662 | 2024.05.16 00:52:13.032280 [ 3 ] {43b450aa-c21c-47ab-b4fc-d6fef0ff2fb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
7663 | 2024.05.16 00:52:13.032638 [ 3 ] {43b450aa-c21c-47ab-b4fc-d6fef0ff2fb8} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
7664 | 2024.05.16 00:52:13.032958 [ 3 ] {43b450aa-c21c-47ab-b4fc-d6fef0ff2fb8} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7665 | 2024.05.16 00:52:13.033116 [ 3 ] {43b450aa-c21c-47ab-b4fc-d6fef0ff2fb8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0014 sec., 42857.142857142855 rows/sec., 2.89 MiB/sec. | ||
7666 | 2024.05.16 00:52:13.033293 [ 3 ] {43b450aa-c21c-47ab-b4fc-d6fef0ff2fb8} <Debug> DynamicQueryHandler: Done processing query | ||
7667 | 2024.05.16 00:52:13.033318 [ 3 ] {43b450aa-c21c-47ab-b4fc-d6fef0ff2fb8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7668 | 2024.05.16 00:52:13.033333 [ 3 ] {} <Debug> HTTP-Session: abe92940-a754-44c4-b6a7-39e19d80e781 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7669 | 2024.05.16 00:52:16.309255 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7670 | 2024.05.16 00:52:16.309332 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7671 | 2024.05.16 00:52:18.013213 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7672 | 2024.05.16 00:52:18.013333 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7673 | 2024.05.16 00:52:18.013360 [ 3 ] {} <Debug> HTTP-Session: 44321e4b-8512-43ad-aa15-ee242c7f4e8d Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
7674 | 2024.05.16 00:52:18.013387 [ 3 ] {} <Debug> HTTP-Session: 44321e4b-8512-43ad-aa15-ee242c7f4e8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7675 | 2024.05.16 00:52:18.013405 [ 3 ] {} <Debug> HTTP-Session: 44321e4b-8512-43ad-aa15-ee242c7f4e8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7676 | 2024.05.16 00:52:18.013457 [ 3 ] {} <Trace> HTTP-Session: 44321e4b-8512-43ad-aa15-ee242c7f4e8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7677 | 2024.05.16 00:52:18.013667 [ 3 ] {f8c6c778-3b98-4550-857b-f9076f48e9e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7678 | 2024.05.16 00:52:18.013738 [ 3 ] {f8c6c778-3b98-4550-857b-f9076f48e9e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7679 | 2024.05.16 00:52:18.013940 [ 3 ] {f8c6c778-3b98-4550-857b-f9076f48e9e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7680 | 2024.05.16 00:52:18.014392 [ 3 ] {f8c6c778-3b98-4550-857b-f9076f48e9e4} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7681 | 2024.05.16 00:52:18.014437 [ 3 ] {f8c6c778-3b98-4550-857b-f9076f48e9e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
7682 | 2024.05.16 00:52:18.014803 [ 3 ] {f8c6c778-3b98-4550-857b-f9076f48e9e4} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
7683 | 2024.05.16 00:52:18.015143 [ 3 ] {f8c6c778-3b98-4550-857b-f9076f48e9e4} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7684 | 2024.05.16 00:52:18.015299 [ 3 ] {f8c6c778-3b98-4550-857b-f9076f48e9e4} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001696 sec., 33018.8679245283 rows/sec., 2.52 MiB/sec. | ||
7685 | 2024.05.16 00:52:18.015549 [ 3 ] {f8c6c778-3b98-4550-857b-f9076f48e9e4} <Debug> DynamicQueryHandler: Done processing query | ||
7686 | 2024.05.16 00:52:18.015576 [ 3 ] {f8c6c778-3b98-4550-857b-f9076f48e9e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7687 | 2024.05.16 00:52:18.015593 [ 3 ] {} <Debug> HTTP-Session: 44321e4b-8512-43ad-aa15-ee242c7f4e8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7688 | 2024.05.16 00:52:18.015746 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7689 | 2024.05.16 00:52:18.015798 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7690 | 2024.05.16 00:52:18.015818 [ 3 ] {} <Debug> HTTP-Session: 084aeef9-4882-42df-9528-d87ffe8cc678 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
7691 | 2024.05.16 00:52:18.015836 [ 3 ] {} <Debug> HTTP-Session: 084aeef9-4882-42df-9528-d87ffe8cc678 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7692 | 2024.05.16 00:52:18.015851 [ 3 ] {} <Debug> HTTP-Session: 084aeef9-4882-42df-9528-d87ffe8cc678 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7693 | 2024.05.16 00:52:18.015887 [ 3 ] {} <Trace> HTTP-Session: 084aeef9-4882-42df-9528-d87ffe8cc678 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7694 | 2024.05.16 00:52:18.016011 [ 3 ] {dd6889ca-f3d2-4403-bb74-1a2dfdef7590} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7695 | 2024.05.16 00:52:18.016056 [ 3 ] {dd6889ca-f3d2-4403-bb74-1a2dfdef7590} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7696 | 2024.05.16 00:52:18.016200 [ 3 ] {dd6889ca-f3d2-4403-bb74-1a2dfdef7590} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7697 | 2024.05.16 00:52:18.016553 [ 3 ] {dd6889ca-f3d2-4403-bb74-1a2dfdef7590} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7698 | 2024.05.16 00:52:18.016591 [ 3 ] {dd6889ca-f3d2-4403-bb74-1a2dfdef7590} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
7699 | 2024.05.16 00:52:18.016896 [ 3 ] {dd6889ca-f3d2-4403-bb74-1a2dfdef7590} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
7700 | 2024.05.16 00:52:18.017192 [ 3 ] {dd6889ca-f3d2-4403-bb74-1a2dfdef7590} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7701 | 2024.05.16 00:52:18.017352 [ 3 ] {dd6889ca-f3d2-4403-bb74-1a2dfdef7590} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001378 sec., 46444.121915820026 rows/sec., 3.63 MiB/sec. | ||
7702 | 2024.05.16 00:52:18.017528 [ 3 ] {dd6889ca-f3d2-4403-bb74-1a2dfdef7590} <Debug> DynamicQueryHandler: Done processing query | ||
7703 | 2024.05.16 00:52:18.017552 [ 3 ] {dd6889ca-f3d2-4403-bb74-1a2dfdef7590} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7704 | 2024.05.16 00:52:18.017569 [ 3 ] {} <Debug> HTTP-Session: 084aeef9-4882-42df-9528-d87ffe8cc678 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7705 | 2024.05.16 00:52:18.017784 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7706 | 2024.05.16 00:52:18.017833 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7707 | 2024.05.16 00:52:18.017852 [ 3 ] {} <Debug> HTTP-Session: bb05b9cf-3def-491d-94d9-9bd6d91d6807 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
7708 | 2024.05.16 00:52:18.017870 [ 3 ] {} <Debug> HTTP-Session: bb05b9cf-3def-491d-94d9-9bd6d91d6807 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7709 | 2024.05.16 00:52:18.017883 [ 3 ] {} <Debug> HTTP-Session: bb05b9cf-3def-491d-94d9-9bd6d91d6807 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7710 | 2024.05.16 00:52:18.017914 [ 3 ] {} <Trace> HTTP-Session: bb05b9cf-3def-491d-94d9-9bd6d91d6807 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7711 | 2024.05.16 00:52:18.018062 [ 3 ] {1b42865d-2f4f-4c75-b2c3-0171d299c659} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7712 | 2024.05.16 00:52:18.018109 [ 3 ] {1b42865d-2f4f-4c75-b2c3-0171d299c659} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7713 | 2024.05.16 00:52:18.018251 [ 3 ] {1b42865d-2f4f-4c75-b2c3-0171d299c659} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7714 | 2024.05.16 00:52:18.018624 [ 3 ] {1b42865d-2f4f-4c75-b2c3-0171d299c659} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7715 | 2024.05.16 00:52:18.018660 [ 3 ] {1b42865d-2f4f-4c75-b2c3-0171d299c659} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
7716 | 2024.05.16 00:52:18.019036 [ 3 ] {1b42865d-2f4f-4c75-b2c3-0171d299c659} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
7717 | 2024.05.16 00:52:18.019361 [ 3 ] {1b42865d-2f4f-4c75-b2c3-0171d299c659} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7718 | 2024.05.16 00:52:18.019522 [ 3 ] {1b42865d-2f4f-4c75-b2c3-0171d299c659} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001529 sec., 104643.55788096796 rows/sec., 7.29 MiB/sec. | ||
7719 | 2024.05.16 00:52:18.019687 [ 3 ] {1b42865d-2f4f-4c75-b2c3-0171d299c659} <Debug> DynamicQueryHandler: Done processing query | ||
7720 | 2024.05.16 00:52:18.019714 [ 3 ] {1b42865d-2f4f-4c75-b2c3-0171d299c659} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7721 | 2024.05.16 00:52:18.019730 [ 3 ] {} <Debug> HTTP-Session: bb05b9cf-3def-491d-94d9-9bd6d91d6807 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7722 | 2024.05.16 00:52:18.019907 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7723 | 2024.05.16 00:52:18.019953 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7724 | 2024.05.16 00:52:18.019972 [ 3 ] {} <Debug> HTTP-Session: 37572cf0-507f-46d1-a720-d9b6d292825a Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
7725 | 2024.05.16 00:52:18.019988 [ 3 ] {} <Debug> HTTP-Session: 37572cf0-507f-46d1-a720-d9b6d292825a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7726 | 2024.05.16 00:52:18.020002 [ 3 ] {} <Debug> HTTP-Session: 37572cf0-507f-46d1-a720-d9b6d292825a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7727 | 2024.05.16 00:52:18.020032 [ 3 ] {} <Trace> HTTP-Session: 37572cf0-507f-46d1-a720-d9b6d292825a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7728 | 2024.05.16 00:52:18.020148 [ 3 ] {485f0ae4-4e61-4e0e-a9aa-ddba37ea990f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7729 | 2024.05.16 00:52:18.020191 [ 3 ] {485f0ae4-4e61-4e0e-a9aa-ddba37ea990f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7730 | 2024.05.16 00:52:18.020314 [ 3 ] {485f0ae4-4e61-4e0e-a9aa-ddba37ea990f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7731 | 2024.05.16 00:52:18.020646 [ 3 ] {485f0ae4-4e61-4e0e-a9aa-ddba37ea990f} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7732 | 2024.05.16 00:52:18.020682 [ 3 ] {485f0ae4-4e61-4e0e-a9aa-ddba37ea990f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. | ||
7733 | 2024.05.16 00:52:18.021034 [ 3 ] {485f0ae4-4e61-4e0e-a9aa-ddba37ea990f} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
7734 | 2024.05.16 00:52:18.021358 [ 3 ] {485f0ae4-4e61-4e0e-a9aa-ddba37ea990f} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7735 | 2024.05.16 00:52:18.021521 [ 3 ] {485f0ae4-4e61-4e0e-a9aa-ddba37ea990f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001407 sec., 42643.923240938166 rows/sec., 2.87 MiB/sec. | ||
7736 | 2024.05.16 00:52:18.021765 [ 3 ] {485f0ae4-4e61-4e0e-a9aa-ddba37ea990f} <Debug> DynamicQueryHandler: Done processing query | ||
7737 | 2024.05.16 00:52:18.021819 [ 3 ] {485f0ae4-4e61-4e0e-a9aa-ddba37ea990f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7738 | 2024.05.16 00:52:18.021882 [ 3 ] {} <Debug> HTTP-Session: 37572cf0-507f-46d1-a720-d9b6d292825a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7739 | 2024.05.16 00:52:23.015038 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7740 | 2024.05.16 00:52:23.015219 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7741 | 2024.05.16 00:52:23.015262 [ 3 ] {} <Debug> HTTP-Session: 7c5f102a-5911-4696-8fb6-f8e5d4d8ca9f Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
7742 | 2024.05.16 00:52:23.015305 [ 3 ] {} <Debug> HTTP-Session: 7c5f102a-5911-4696-8fb6-f8e5d4d8ca9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7743 | 2024.05.16 00:52:23.015333 [ 3 ] {} <Debug> HTTP-Session: 7c5f102a-5911-4696-8fb6-f8e5d4d8ca9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7744 | 2024.05.16 00:52:23.015390 [ 3 ] {} <Trace> HTTP-Session: 7c5f102a-5911-4696-8fb6-f8e5d4d8ca9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7745 | 2024.05.16 00:52:23.015574 [ 3 ] {a932422b-df93-4632-8a86-9f797381fd9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7746 | 2024.05.16 00:52:23.015634 [ 3 ] {a932422b-df93-4632-8a86-9f797381fd9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7747 | 2024.05.16 00:52:23.015821 [ 3 ] {a932422b-df93-4632-8a86-9f797381fd9e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7748 | 2024.05.16 00:52:23.016283 [ 3 ] {a932422b-df93-4632-8a86-9f797381fd9e} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7749 | 2024.05.16 00:52:23.016322 [ 3 ] {a932422b-df93-4632-8a86-9f797381fd9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
7750 | 2024.05.16 00:52:23.016676 [ 3 ] {a932422b-df93-4632-8a86-9f797381fd9e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
7751 | 2024.05.16 00:52:23.017003 [ 3 ] {a932422b-df93-4632-8a86-9f797381fd9e} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7752 | 2024.05.16 00:52:23.017146 [ 3 ] {a932422b-df93-4632-8a86-9f797381fd9e} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001634 sec., 18359.85312117503 rows/sec., 1.45 MiB/sec. | ||
7753 | 2024.05.16 00:52:23.017449 [ 3 ] {a932422b-df93-4632-8a86-9f797381fd9e} <Debug> DynamicQueryHandler: Done processing query | ||
7754 | 2024.05.16 00:52:23.017484 [ 3 ] {a932422b-df93-4632-8a86-9f797381fd9e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7755 | 2024.05.16 00:52:23.017502 [ 3 ] {} <Debug> HTTP-Session: 7c5f102a-5911-4696-8fb6-f8e5d4d8ca9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7756 | 2024.05.16 00:52:23.017685 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 21403, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7757 | 2024.05.16 00:52:23.017739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7758 | 2024.05.16 00:52:23.017758 [ 3 ] {} <Debug> HTTP-Session: 03c9653f-e0db-49c2-86d1-69128a287fe0 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
7759 | 2024.05.16 00:52:23.017775 [ 3 ] {} <Debug> HTTP-Session: 03c9653f-e0db-49c2-86d1-69128a287fe0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7760 | 2024.05.16 00:52:23.017789 [ 3 ] {} <Debug> HTTP-Session: 03c9653f-e0db-49c2-86d1-69128a287fe0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7761 | 2024.05.16 00:52:23.017820 [ 3 ] {} <Trace> HTTP-Session: 03c9653f-e0db-49c2-86d1-69128a287fe0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7762 | 2024.05.16 00:52:23.017991 [ 3 ] {ba72a773-be1f-40c9-ab92-70e0fbd4c3d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7763 | 2024.05.16 00:52:23.018055 [ 3 ] {ba72a773-be1f-40c9-ab92-70e0fbd4c3d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7764 | 2024.05.16 00:52:23.018267 [ 3 ] {ba72a773-be1f-40c9-ab92-70e0fbd4c3d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7765 | 2024.05.16 00:52:23.018714 [ 3 ] {ba72a773-be1f-40c9-ab92-70e0fbd4c3d9} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7766 | 2024.05.16 00:52:23.018751 [ 3 ] {ba72a773-be1f-40c9-ab92-70e0fbd4c3d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
7767 | 2024.05.16 00:52:23.019068 [ 3 ] {ba72a773-be1f-40c9-ab92-70e0fbd4c3d9} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
7768 | 2024.05.16 00:52:23.019366 [ 3 ] {ba72a773-be1f-40c9-ab92-70e0fbd4c3d9} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7769 | 2024.05.16 00:52:23.019487 [ 24 ] {} <Debug> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
7770 | 2024.05.16 00:52:23.019489 [ 3 ] {ba72a773-be1f-40c9-ab92-70e0fbd4c3d9} <Debug> executeQuery: Read 146 rows, 12.52 KiB in 0.001588 sec., 91939.54659949623 rows/sec., 7.70 MiB/sec. | ||
7771 | 2024.05.16 00:52:23.019526 [ 24 ] {} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7772 | 2024.05.16 00:52:23.019558 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
7773 | 2024.05.16 00:52:23.019722 [ 3 ] {ba72a773-be1f-40c9-ab92-70e0fbd4c3d9} <Debug> DynamicQueryHandler: Done processing query | ||
7774 | 2024.05.16 00:52:23.019744 [ 198 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::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 | ||
7775 | 2024.05.16 00:52:23.019758 [ 3 ] {ba72a773-be1f-40c9-ab92-70e0fbd4c3d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7776 | 2024.05.16 00:52:23.019855 [ 3 ] {} <Debug> HTTP-Session: 03c9653f-e0db-49c2-86d1-69128a287fe0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7777 | 2024.05.16 00:52:23.019977 [ 198 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7778 | 2024.05.16 00:52:23.020018 [ 198 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 190 rows starting from the beginning of the part | ||
7779 | 2024.05.16 00:52:23.020077 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 15971, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7780 | 2024.05.16 00:52:23.020154 [ 198 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 148 rows starting from the beginning of the part | ||
7781 | 2024.05.16 00:52:23.020214 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7782 | 2024.05.16 00:52:23.020319 [ 3 ] {} <Debug> HTTP-Session: 9760f3d2-c7cd-42b7-b021-63a8869c38c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
7783 | 2024.05.16 00:52:23.020388 [ 3 ] {} <Debug> HTTP-Session: 9760f3d2-c7cd-42b7-b021-63a8869c38c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7784 | 2024.05.16 00:52:23.020461 [ 3 ] {} <Debug> HTTP-Session: 9760f3d2-c7cd-42b7-b021-63a8869c38c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7785 | 2024.05.16 00:52:23.020565 [ 198 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 56 rows starting from the beginning of the part | ||
7786 | 2024.05.16 00:52:23.020597 [ 3 ] {} <Trace> HTTP-Session: 9760f3d2-c7cd-42b7-b021-63a8869c38c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7787 | 2024.05.16 00:52:23.020784 [ 198 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 184 rows starting from the beginning of the part | ||
7788 | 2024.05.16 00:52:23.020979 [ 3 ] {6a61d8de-f3cc-45ce-8040-edd4c3dd298e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7789 | 2024.05.16 00:52:23.021106 [ 198 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::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 | ||
7790 | 2024.05.16 00:52:23.021129 [ 3 ] {6a61d8de-f3cc-45ce-8040-edd4c3dd298e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7791 | 2024.05.16 00:52:23.021494 [ 198 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 146 rows starting from the beginning of the part | ||
7792 | 2024.05.16 00:52:23.022028 [ 3 ] {6a61d8de-f3cc-45ce-8040-edd4c3dd298e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7793 | 2024.05.16 00:52:23.022851 [ 3 ] {6a61d8de-f3cc-45ce-8040-edd4c3dd298e} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7794 | 2024.05.16 00:52:23.022924 [ 3 ] {6a61d8de-f3cc-45ce-8040-edd4c3dd298e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
7795 | 2024.05.16 00:52:23.023830 [ 3 ] {6a61d8de-f3cc-45ce-8040-edd4c3dd298e} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
7796 | 2024.05.16 00:52:23.024589 [ 187 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 780 rows, containing 4 columns (4 merged, 0 gathered) in 0.004945847 sec., 157708.07305604077 rows/sec., 12.89 MiB/sec. | ||
7797 | 2024.05.16 00:52:23.024791 [ 3 ] {6a61d8de-f3cc-45ce-8040-edd4c3dd298e} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7798 | 2024.05.16 00:52:23.024846 [ 187 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
7799 | 2024.05.16 00:52:23.025032 [ 24 ] {} <Debug> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
7800 | 2024.05.16 00:52:23.025050 [ 3 ] {6a61d8de-f3cc-45ce-8040-edd4c3dd298e} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.004243 sec., 22154.136224369548 rows/sec., 1.73 MiB/sec. | ||
7801 | 2024.05.16 00:52:23.025116 [ 24 ] {} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7802 | 2024.05.16 00:52:23.025215 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
7803 | 2024.05.16 00:52:23.025823 [ 3 ] {6a61d8de-f3cc-45ce-8040-edd4c3dd298e} <Debug> DynamicQueryHandler: Done processing query | ||
7804 | 2024.05.16 00:52:23.025970 [ 3 ] {6a61d8de-f3cc-45ce-8040-edd4c3dd298e} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
7805 | 2024.05.16 00:52:23.025991 [ 198 ] {a3945bea-d52e-471f-9886-008e21606338::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 | ||
7806 | 2024.05.16 00:52:23.026127 [ 3 ] {} <Debug> HTTP-Session: 9760f3d2-c7cd-42b7-b021-63a8869c38c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7807 | 2024.05.16 00:52:23.026556 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7808 | 2024.05.16 00:52:23.026796 [ 187 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_56_11} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7809 | 2024.05.16 00:52:23.026826 [ 198 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7810 | 2024.05.16 00:52:23.026807 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7811 | 2024.05.16 00:52:23.026983 [ 198 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 150 rows starting from the beginning of the part | ||
7812 | 2024.05.16 00:52:23.027043 [ 3 ] {} <Debug> HTTP-Session: 8bba3972-d59a-4340-b28f-a02d0b73db10 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
7813 | 2024.05.16 00:52:23.027160 [ 187 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_56_11} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
7814 | 2024.05.16 00:52:23.027165 [ 3 ] {} <Debug> HTTP-Session: 8bba3972-d59a-4340-b28f-a02d0b73db10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7815 | 2024.05.16 00:52:23.027271 [ 3 ] {} <Debug> HTTP-Session: 8bba3972-d59a-4340-b28f-a02d0b73db10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7816 | 2024.05.16 00:52:23.027515 [ 3 ] {} <Trace> HTTP-Session: 8bba3972-d59a-4340-b28f-a02d0b73db10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7817 | 2024.05.16 00:52:23.027597 [ 198 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 98 rows starting from the beginning of the part | ||
7818 | 2024.05.16 00:52:23.027608 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
7819 | 2024.05.16 00:52:23.027973 [ 198 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 64 rows starting from the beginning of the part | ||
7820 | 2024.05.16 00:52:23.027981 [ 3 ] {65ffba80-ceec-4237-9acd-48a9791595ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7821 | 2024.05.16 00:52:23.028184 [ 3 ] {65ffba80-ceec-4237-9acd-48a9791595ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7822 | 2024.05.16 00:52:23.028201 [ 198 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 122 rows starting from the beginning of the part | ||
7823 | 2024.05.16 00:52:23.028575 [ 198 ] {a3945bea-d52e-471f-9886-008e21606338::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 | ||
7824 | 2024.05.16 00:52:23.028870 [ 198 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 94 rows starting from the beginning of the part | ||
7825 | 2024.05.16 00:52:23.029630 [ 3 ] {65ffba80-ceec-4237-9acd-48a9791595ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7826 | 2024.05.16 00:52:23.030575 [ 3 ] {65ffba80-ceec-4237-9acd-48a9791595ed} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7827 | 2024.05.16 00:52:23.030642 [ 3 ] {65ffba80-ceec-4237-9acd-48a9791595ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
7828 | 2024.05.16 00:52:23.031772 [ 3 ] {65ffba80-ceec-4237-9acd-48a9791595ed} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
7829 | 2024.05.16 00:52:23.031800 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 592 rows, containing 4 columns (4 merged, 0 gathered) in 0.006392062 sec., 92614.87138266182 rows/sec., 7.23 MiB/sec. | ||
7830 | 2024.05.16 00:52:23.032103 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
7831 | 2024.05.16 00:52:23.032401 [ 3 ] {65ffba80-ceec-4237-9acd-48a9791595ed} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7832 | 2024.05.16 00:52:23.032738 [ 24 ] {} <Debug> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
7833 | 2024.05.16 00:52:23.032779 [ 3 ] {65ffba80-ceec-4237-9acd-48a9791595ed} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00502 sec., 31872.50996015936 rows/sec., 2.22 MiB/sec. | ||
7834 | 2024.05.16 00:52:23.032804 [ 24 ] {} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7835 | 2024.05.16 00:52:23.032869 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
7836 | 2024.05.16 00:52:23.033230 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_56_11} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7837 | 2024.05.16 00:52:23.033241 [ 200 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
7838 | 2024.05.16 00:52:23.033338 [ 3 ] {65ffba80-ceec-4237-9acd-48a9791595ed} <Debug> DynamicQueryHandler: Done processing query | ||
7839 | 2024.05.16 00:52:23.033410 [ 3 ] {65ffba80-ceec-4237-9acd-48a9791595ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7840 | 2024.05.16 00:52:23.033451 [ 3 ] {} <Debug> HTTP-Session: 8bba3972-d59a-4340-b28f-a02d0b73db10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7841 | 2024.05.16 00:52:23.033496 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_56_11} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
7842 | 2024.05.16 00:52:23.033582 [ 200 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7843 | 2024.05.16 00:52:23.033682 [ 200 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 7240 rows starting from the beginning of the part | ||
7844 | 2024.05.16 00:52:23.033710 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
7845 | 2024.05.16 00:52:23.033730 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 32124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7846 | 2024.05.16 00:52:23.033843 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7847 | 2024.05.16 00:52:23.033895 [ 3 ] {} <Debug> HTTP-Session: 29228e9c-5e33-44d5-a591-b97b941d9796 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
7848 | 2024.05.16 00:52:23.033900 [ 200 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 162 rows starting from the beginning of the part | ||
7849 | 2024.05.16 00:52:23.033927 [ 3 ] {} <Debug> HTTP-Session: 29228e9c-5e33-44d5-a591-b97b941d9796 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7850 | 2024.05.16 00:52:23.033970 [ 3 ] {} <Debug> HTTP-Session: 29228e9c-5e33-44d5-a591-b97b941d9796 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7851 | 2024.05.16 00:52:23.034054 [ 3 ] {} <Trace> HTTP-Session: 29228e9c-5e33-44d5-a591-b97b941d9796 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7852 | 2024.05.16 00:52:23.034087 [ 200 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
7853 | 2024.05.16 00:52:23.034221 [ 200 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 198 rows starting from the beginning of the part | ||
7854 | 2024.05.16 00:52:23.034323 [ 200 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
7855 | 2024.05.16 00:52:23.034442 [ 3 ] {f7e21e7a-3bad-44f5-8f30-317f1704e48f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7856 | 2024.05.16 00:52:23.034474 [ 200 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 160 rows starting from the beginning of the part | ||
7857 | 2024.05.16 00:52:23.034537 [ 3 ] {f7e21e7a-3bad-44f5-8f30-317f1704e48f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
7858 | 2024.05.16 00:52:23.034972 [ 3 ] {f7e21e7a-3bad-44f5-8f30-317f1704e48f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7859 | 2024.05.16 00:52:23.035471 [ 3 ] {f7e21e7a-3bad-44f5-8f30-317f1704e48f} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7860 | 2024.05.16 00:52:23.035506 [ 3 ] {f7e21e7a-3bad-44f5-8f30-317f1704e48f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
7861 | 2024.05.16 00:52:23.036143 [ 3 ] {f7e21e7a-3bad-44f5-8f30-317f1704e48f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
7862 | 2024.05.16 00:52:23.036566 [ 3 ] {f7e21e7a-3bad-44f5-8f30-317f1704e48f} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7863 | 2024.05.16 00:52:23.036719 [ 3 ] {f7e21e7a-3bad-44f5-8f30-317f1704e48f} <Debug> executeQuery: Read 30 rows, 41.46 KiB in 0.002522 sec., 11895.32117367169 rows/sec., 16.05 MiB/sec. | ||
7864 | 2024.05.16 00:52:23.037237 [ 3 ] {f7e21e7a-3bad-44f5-8f30-317f1704e48f} <Debug> DynamicQueryHandler: Done processing query | ||
7865 | 2024.05.16 00:52:23.037275 [ 3 ] {f7e21e7a-3bad-44f5-8f30-317f1704e48f} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
7866 | 2024.05.16 00:52:23.037292 [ 3 ] {} <Debug> HTTP-Session: 29228e9c-5e33-44d5-a591-b97b941d9796 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7867 | 2024.05.16 00:52:23.037445 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7868 | 2024.05.16 00:52:23.037544 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7869 | 2024.05.16 00:52:23.037580 [ 3 ] {} <Debug> HTTP-Session: e77d7e9f-6485-42fc-9cf3-9e172a71dac1 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
7870 | 2024.05.16 00:52:23.037607 [ 3 ] {} <Debug> HTTP-Session: e77d7e9f-6485-42fc-9cf3-9e172a71dac1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7871 | 2024.05.16 00:52:23.037622 [ 194 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8080 rows, containing 5 columns (5 merged, 0 gathered) in 0.004610419 sec., 1752552.2083784575 rows/sec., 122.27 MiB/sec. | ||
7872 | 2024.05.16 00:52:23.037635 [ 3 ] {} <Debug> HTTP-Session: e77d7e9f-6485-42fc-9cf3-9e172a71dac1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7873 | 2024.05.16 00:52:23.037707 [ 3 ] {} <Trace> HTTP-Session: e77d7e9f-6485-42fc-9cf3-9e172a71dac1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7874 | 2024.05.16 00:52:23.037859 [ 3 ] {16e0421a-a068-46f0-b7c4-f17ccb80f9a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7875 | 2024.05.16 00:52:23.037905 [ 3 ] {16e0421a-a068-46f0-b7c4-f17ccb80f9a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7876 | 2024.05.16 00:52:23.038036 [ 3 ] {16e0421a-a068-46f0-b7c4-f17ccb80f9a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7877 | 2024.05.16 00:52:23.038234 [ 201 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
7878 | 2024.05.16 00:52:23.038531 [ 3 ] {16e0421a-a068-46f0-b7c4-f17ccb80f9a6} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7879 | 2024.05.16 00:52:23.038579 [ 3 ] {16e0421a-a068-46f0-b7c4-f17ccb80f9a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
7880 | 2024.05.16 00:52:23.039251 [ 201 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7881 | 2024.05.16 00:52:23.039465 [ 201 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
7882 | 2024.05.16 00:52:23.039513 [ 3 ] {16e0421a-a068-46f0-b7c4-f17ccb80f9a6} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
7883 | 2024.05.16 00:52:23.039594 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.48 MiB. | ||
7884 | 2024.05.16 00:52:23.039899 [ 3 ] {16e0421a-a068-46f0-b7c4-f17ccb80f9a6} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7885 | 2024.05.16 00:52:23.040063 [ 3 ] {16e0421a-a068-46f0-b7c4-f17ccb80f9a6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002264 sec., 26501.7667844523 rows/sec., 1.79 MiB/sec. | ||
7886 | 2024.05.16 00:52:23.040072 [ 47 ] {} <Debug> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
7887 | 2024.05.16 00:52:23.040164 [ 47 ] {} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7888 | 2024.05.16 00:52:23.040229 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
7889 | 2024.05.16 00:52:23.040361 [ 3 ] {16e0421a-a068-46f0-b7c4-f17ccb80f9a6} <Debug> DynamicQueryHandler: Done processing query | ||
7890 | 2024.05.16 00:52:23.040399 [ 3 ] {16e0421a-a068-46f0-b7c4-f17ccb80f9a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7891 | 2024.05.16 00:52:23.040399 [ 200 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
7892 | 2024.05.16 00:52:23.040417 [ 3 ] {} <Debug> HTTP-Session: e77d7e9f-6485-42fc-9cf3-9e172a71dac1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7893 | 2024.05.16 00:52:23.040526 [ 200 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7894 | 2024.05.16 00:52:23.040556 [ 200 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2534 rows starting from the beginning of the part | ||
7895 | 2024.05.16 00:52:23.040611 [ 200 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
7896 | 2024.05.16 00:52:23.040749 [ 200 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
7897 | 2024.05.16 00:52:23.040938 [ 200 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
7898 | 2024.05.16 00:52:23.041042 [ 200 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
7899 | 2024.05.16 00:52:23.041199 [ 200 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
7900 | 2024.05.16 00:52:23.042504 [ 191 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2834 rows, containing 4 columns (4 merged, 0 gathered) in 0.002231243 sec., 1270144.0407880272 rows/sec., 85.46 MiB/sec. | ||
7901 | 2024.05.16 00:52:23.042970 [ 186 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
7902 | 2024.05.16 00:52:23.043460 [ 186 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_56_11} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7903 | 2024.05.16 00:52:23.043560 [ 186 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_56_11} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
7904 | 2024.05.16 00:52:23.043668 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. | ||
7905 | 2024.05.16 00:52:28.013052 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7906 | 2024.05.16 00:52:28.013165 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7907 | 2024.05.16 00:52:28.013188 [ 3 ] {} <Debug> HTTP-Session: b03cec07-f3d7-4e7c-b8a7-6ede3a3d32fb Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
7908 | 2024.05.16 00:52:28.013211 [ 3 ] {} <Debug> HTTP-Session: b03cec07-f3d7-4e7c-b8a7-6ede3a3d32fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7909 | 2024.05.16 00:52:28.013225 [ 3 ] {} <Debug> HTTP-Session: b03cec07-f3d7-4e7c-b8a7-6ede3a3d32fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7910 | 2024.05.16 00:52:28.013272 [ 3 ] {} <Trace> HTTP-Session: b03cec07-f3d7-4e7c-b8a7-6ede3a3d32fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7911 | 2024.05.16 00:52:28.013456 [ 3 ] {c39a1bcd-c217-435e-9e4c-bd6005500dd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7912 | 2024.05.16 00:52:28.013516 [ 3 ] {c39a1bcd-c217-435e-9e4c-bd6005500dd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7913 | 2024.05.16 00:52:28.013696 [ 3 ] {c39a1bcd-c217-435e-9e4c-bd6005500dd7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7914 | 2024.05.16 00:52:28.014094 [ 3 ] {c39a1bcd-c217-435e-9e4c-bd6005500dd7} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7915 | 2024.05.16 00:52:28.014135 [ 3 ] {c39a1bcd-c217-435e-9e4c-bd6005500dd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
7916 | 2024.05.16 00:52:28.014494 [ 3 ] {c39a1bcd-c217-435e-9e4c-bd6005500dd7} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
7917 | 2024.05.16 00:52:28.014827 [ 3 ] {c39a1bcd-c217-435e-9e4c-bd6005500dd7} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7918 | 2024.05.16 00:52:28.014968 [ 3 ] {c39a1bcd-c217-435e-9e4c-bd6005500dd7} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001576 sec., 35532.99492385787 rows/sec., 2.71 MiB/sec. | ||
7919 | 2024.05.16 00:52:28.015256 [ 3 ] {c39a1bcd-c217-435e-9e4c-bd6005500dd7} <Debug> DynamicQueryHandler: Done processing query | ||
7920 | 2024.05.16 00:52:28.015315 [ 3 ] {c39a1bcd-c217-435e-9e4c-bd6005500dd7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7921 | 2024.05.16 00:52:28.015352 [ 3 ] {} <Debug> HTTP-Session: b03cec07-f3d7-4e7c-b8a7-6ede3a3d32fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7922 | 2024.05.16 00:52:28.015549 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7923 | 2024.05.16 00:52:28.015601 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7924 | 2024.05.16 00:52:28.015620 [ 3 ] {} <Debug> HTTP-Session: b5e42653-6dae-4152-9a90-5af22131c2fd Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
7925 | 2024.05.16 00:52:28.015639 [ 3 ] {} <Debug> HTTP-Session: b5e42653-6dae-4152-9a90-5af22131c2fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7926 | 2024.05.16 00:52:28.015653 [ 3 ] {} <Debug> HTTP-Session: b5e42653-6dae-4152-9a90-5af22131c2fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7927 | 2024.05.16 00:52:28.015688 [ 3 ] {} <Trace> HTTP-Session: b5e42653-6dae-4152-9a90-5af22131c2fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7928 | 2024.05.16 00:52:28.015814 [ 3 ] {ee30296a-759a-49ba-a812-0e0afcc352e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7929 | 2024.05.16 00:52:28.015861 [ 3 ] {ee30296a-759a-49ba-a812-0e0afcc352e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7930 | 2024.05.16 00:52:28.016001 [ 3 ] {ee30296a-759a-49ba-a812-0e0afcc352e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7931 | 2024.05.16 00:52:28.016299 [ 3 ] {ee30296a-759a-49ba-a812-0e0afcc352e1} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7932 | 2024.05.16 00:52:28.016335 [ 3 ] {ee30296a-759a-49ba-a812-0e0afcc352e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
7933 | 2024.05.16 00:52:28.016643 [ 3 ] {ee30296a-759a-49ba-a812-0e0afcc352e1} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
7934 | 2024.05.16 00:52:28.016947 [ 3 ] {ee30296a-759a-49ba-a812-0e0afcc352e1} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7935 | 2024.05.16 00:52:28.017076 [ 3 ] {ee30296a-759a-49ba-a812-0e0afcc352e1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001311 sec., 48817.69641495041 rows/sec., 3.81 MiB/sec. | ||
7936 | 2024.05.16 00:52:28.017229 [ 3 ] {ee30296a-759a-49ba-a812-0e0afcc352e1} <Debug> DynamicQueryHandler: Done processing query | ||
7937 | 2024.05.16 00:52:28.017254 [ 3 ] {ee30296a-759a-49ba-a812-0e0afcc352e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
7938 | 2024.05.16 00:52:28.017270 [ 3 ] {} <Debug> HTTP-Session: b5e42653-6dae-4152-9a90-5af22131c2fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7939 | 2024.05.16 00:52:28.017428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7940 | 2024.05.16 00:52:28.017477 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7941 | 2024.05.16 00:52:28.017495 [ 3 ] {} <Debug> HTTP-Session: f52682f6-80ab-4ad8-89f8-868f5d45524f Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
7942 | 2024.05.16 00:52:28.017512 [ 3 ] {} <Debug> HTTP-Session: f52682f6-80ab-4ad8-89f8-868f5d45524f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7943 | 2024.05.16 00:52:28.017525 [ 3 ] {} <Debug> HTTP-Session: f52682f6-80ab-4ad8-89f8-868f5d45524f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7944 | 2024.05.16 00:52:28.017555 [ 3 ] {} <Trace> HTTP-Session: f52682f6-80ab-4ad8-89f8-868f5d45524f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7945 | 2024.05.16 00:52:28.017700 [ 3 ] {b87ea53d-8352-47c2-90dd-b2b571e4589e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7946 | 2024.05.16 00:52:28.017746 [ 3 ] {b87ea53d-8352-47c2-90dd-b2b571e4589e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7947 | 2024.05.16 00:52:28.017885 [ 3 ] {b87ea53d-8352-47c2-90dd-b2b571e4589e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7948 | 2024.05.16 00:52:28.018199 [ 3 ] {b87ea53d-8352-47c2-90dd-b2b571e4589e} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7949 | 2024.05.16 00:52:28.018233 [ 3 ] {b87ea53d-8352-47c2-90dd-b2b571e4589e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
7950 | 2024.05.16 00:52:28.018622 [ 3 ] {b87ea53d-8352-47c2-90dd-b2b571e4589e} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
7951 | 2024.05.16 00:52:28.018952 [ 3 ] {b87ea53d-8352-47c2-90dd-b2b571e4589e} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7952 | 2024.05.16 00:52:28.019083 [ 3 ] {b87ea53d-8352-47c2-90dd-b2b571e4589e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00145 sec., 110344.8275862069 rows/sec., 7.69 MiB/sec. | ||
7953 | 2024.05.16 00:52:28.019235 [ 3 ] {b87ea53d-8352-47c2-90dd-b2b571e4589e} <Debug> DynamicQueryHandler: Done processing query | ||
7954 | 2024.05.16 00:52:28.019259 [ 3 ] {b87ea53d-8352-47c2-90dd-b2b571e4589e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7955 | 2024.05.16 00:52:28.019274 [ 3 ] {} <Debug> HTTP-Session: f52682f6-80ab-4ad8-89f8-868f5d45524f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7956 | 2024.05.16 00:52:28.019404 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7957 | 2024.05.16 00:52:28.019453 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7958 | 2024.05.16 00:52:28.019472 [ 3 ] {} <Debug> HTTP-Session: 344e942f-12be-48d0-9c89-b9ea65ef3019 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
7959 | 2024.05.16 00:52:28.019487 [ 3 ] {} <Debug> HTTP-Session: 344e942f-12be-48d0-9c89-b9ea65ef3019 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7960 | 2024.05.16 00:52:28.019501 [ 3 ] {} <Debug> HTTP-Session: 344e942f-12be-48d0-9c89-b9ea65ef3019 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7961 | 2024.05.16 00:52:28.019531 [ 3 ] {} <Trace> HTTP-Session: 344e942f-12be-48d0-9c89-b9ea65ef3019 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7962 | 2024.05.16 00:52:28.019638 [ 3 ] {3af1106e-6a04-4428-9a09-d0d6cd1432f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7963 | 2024.05.16 00:52:28.019681 [ 3 ] {3af1106e-6a04-4428-9a09-d0d6cd1432f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7964 | 2024.05.16 00:52:28.019803 [ 3 ] {3af1106e-6a04-4428-9a09-d0d6cd1432f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7965 | 2024.05.16 00:52:28.020085 [ 3 ] {3af1106e-6a04-4428-9a09-d0d6cd1432f1} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7966 | 2024.05.16 00:52:28.020119 [ 3 ] {3af1106e-6a04-4428-9a09-d0d6cd1432f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
7967 | 2024.05.16 00:52:28.020467 [ 3 ] {3af1106e-6a04-4428-9a09-d0d6cd1432f1} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
7968 | 2024.05.16 00:52:28.020781 [ 3 ] {3af1106e-6a04-4428-9a09-d0d6cd1432f1} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7969 | 2024.05.16 00:52:28.020904 [ 3 ] {3af1106e-6a04-4428-9a09-d0d6cd1432f1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001301 sec., 46118.370484242885 rows/sec., 3.11 MiB/sec. | ||
7970 | 2024.05.16 00:52:28.021137 [ 3 ] {3af1106e-6a04-4428-9a09-d0d6cd1432f1} <Debug> DynamicQueryHandler: Done processing query | ||
7971 | 2024.05.16 00:52:28.021197 [ 3 ] {3af1106e-6a04-4428-9a09-d0d6cd1432f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7972 | 2024.05.16 00:52:28.021253 [ 3 ] {} <Debug> HTTP-Session: 344e942f-12be-48d0-9c89-b9ea65ef3019 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7973 | 2024.05.16 00:52:31.309383 [ 122 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7974 | 2024.05.16 00:52:31.309450 [ 122 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7975 | 2024.05.16 00:52:33.014762 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7976 | 2024.05.16 00:52:33.014876 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7977 | 2024.05.16 00:52:33.014903 [ 3 ] {} <Debug> HTTP-Session: 8e56b9b9-608a-4932-a729-cb3db9198a88 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
7978 | 2024.05.16 00:52:33.014930 [ 3 ] {} <Debug> HTTP-Session: 8e56b9b9-608a-4932-a729-cb3db9198a88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7979 | 2024.05.16 00:52:33.014948 [ 3 ] {} <Debug> HTTP-Session: 8e56b9b9-608a-4932-a729-cb3db9198a88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7980 | 2024.05.16 00:52:33.015000 [ 3 ] {} <Trace> HTTP-Session: 8e56b9b9-608a-4932-a729-cb3db9198a88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7981 | 2024.05.16 00:52:33.015201 [ 3 ] {b6b88aab-b608-412b-a3dc-f7fbb51572e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7982 | 2024.05.16 00:52:33.015272 [ 3 ] {b6b88aab-b608-412b-a3dc-f7fbb51572e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7983 | 2024.05.16 00:52:33.015478 [ 3 ] {b6b88aab-b608-412b-a3dc-f7fbb51572e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7984 | 2024.05.16 00:52:33.015863 [ 3 ] {b6b88aab-b608-412b-a3dc-f7fbb51572e1} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7985 | 2024.05.16 00:52:33.015907 [ 3 ] {b6b88aab-b608-412b-a3dc-f7fbb51572e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
7986 | 2024.05.16 00:52:33.016262 [ 3 ] {b6b88aab-b608-412b-a3dc-f7fbb51572e1} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
7987 | 2024.05.16 00:52:33.016601 [ 3 ] {b6b88aab-b608-412b-a3dc-f7fbb51572e1} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7988 | 2024.05.16 00:52:33.016749 [ 3 ] {b6b88aab-b608-412b-a3dc-f7fbb51572e1} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001614 sec., 18587.36059479554 rows/sec., 1.47 MiB/sec. | ||
7989 | 2024.05.16 00:52:33.016958 [ 3 ] {b6b88aab-b608-412b-a3dc-f7fbb51572e1} <Debug> DynamicQueryHandler: Done processing query | ||
7990 | 2024.05.16 00:52:33.016985 [ 3 ] {b6b88aab-b608-412b-a3dc-f7fbb51572e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7991 | 2024.05.16 00:52:33.017000 [ 3 ] {} <Debug> HTTP-Session: 8e56b9b9-608a-4932-a729-cb3db9198a88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7992 | 2024.05.16 00:52:33.017159 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 21403, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7993 | 2024.05.16 00:52:33.017211 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7994 | 2024.05.16 00:52:33.017230 [ 3 ] {} <Debug> HTTP-Session: 3a1c9437-e858-4700-b454-ccba8d822d8c Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
7995 | 2024.05.16 00:52:33.017248 [ 3 ] {} <Debug> HTTP-Session: 3a1c9437-e858-4700-b454-ccba8d822d8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7996 | 2024.05.16 00:52:33.017262 [ 3 ] {} <Debug> HTTP-Session: 3a1c9437-e858-4700-b454-ccba8d822d8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7997 | 2024.05.16 00:52:33.017295 [ 3 ] {} <Trace> HTTP-Session: 3a1c9437-e858-4700-b454-ccba8d822d8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7998 | 2024.05.16 00:52:33.017436 [ 3 ] {c7c03da5-a086-41e7-b572-758bbcfb5cda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7999 | 2024.05.16 00:52:33.017481 [ 3 ] {c7c03da5-a086-41e7-b572-758bbcfb5cda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8000 | 2024.05.16 00:52:33.017613 [ 3 ] {c7c03da5-a086-41e7-b572-758bbcfb5cda} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8001 | 2024.05.16 00:52:33.017989 [ 3 ] {c7c03da5-a086-41e7-b572-758bbcfb5cda} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8002 | 2024.05.16 00:52:33.018025 [ 3 ] {c7c03da5-a086-41e7-b572-758bbcfb5cda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
8003 | 2024.05.16 00:52:33.018338 [ 3 ] {c7c03da5-a086-41e7-b572-758bbcfb5cda} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
8004 | 2024.05.16 00:52:33.018634 [ 3 ] {c7c03da5-a086-41e7-b572-758bbcfb5cda} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8005 | 2024.05.16 00:52:33.018792 [ 3 ] {c7c03da5-a086-41e7-b572-758bbcfb5cda} <Debug> executeQuery: Read 146 rows, 12.52 KiB in 0.001415 sec., 103180.21201413427 rows/sec., 8.64 MiB/sec. | ||
8006 | 2024.05.16 00:52:33.019038 [ 3 ] {c7c03da5-a086-41e7-b572-758bbcfb5cda} <Debug> DynamicQueryHandler: Done processing query | ||
8007 | 2024.05.16 00:52:33.019098 [ 3 ] {c7c03da5-a086-41e7-b572-758bbcfb5cda} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8008 | 2024.05.16 00:52:33.019156 [ 3 ] {} <Debug> HTTP-Session: 3a1c9437-e858-4700-b454-ccba8d822d8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8009 | 2024.05.16 00:52:33.019381 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 15971, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8010 | 2024.05.16 00:52:33.019433 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8011 | 2024.05.16 00:52:33.019453 [ 3 ] {} <Debug> HTTP-Session: 051cccc5-04a6-4130-b8b0-2c1749f5927e Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
8012 | 2024.05.16 00:52:33.019470 [ 3 ] {} <Debug> HTTP-Session: 051cccc5-04a6-4130-b8b0-2c1749f5927e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8013 | 2024.05.16 00:52:33.019484 [ 3 ] {} <Debug> HTTP-Session: 051cccc5-04a6-4130-b8b0-2c1749f5927e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8014 | 2024.05.16 00:52:33.019515 [ 3 ] {} <Trace> HTTP-Session: 051cccc5-04a6-4130-b8b0-2c1749f5927e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8015 | 2024.05.16 00:52:33.019638 [ 3 ] {11740db8-20e7-443a-81d6-5447adc963b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8016 | 2024.05.16 00:52:33.019685 [ 3 ] {11740db8-20e7-443a-81d6-5447adc963b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8017 | 2024.05.16 00:52:33.019828 [ 3 ] {11740db8-20e7-443a-81d6-5447adc963b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8018 | 2024.05.16 00:52:33.020135 [ 3 ] {11740db8-20e7-443a-81d6-5447adc963b6} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8019 | 2024.05.16 00:52:33.020172 [ 3 ] {11740db8-20e7-443a-81d6-5447adc963b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
8020 | 2024.05.16 00:52:33.020473 [ 3 ] {11740db8-20e7-443a-81d6-5447adc963b6} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
8021 | 2024.05.16 00:52:33.020771 [ 3 ] {11740db8-20e7-443a-81d6-5447adc963b6} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8022 | 2024.05.16 00:52:33.020919 [ 3 ] {11740db8-20e7-443a-81d6-5447adc963b6} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001325 sec., 70943.39622641509 rows/sec., 5.54 MiB/sec. | ||
8023 | 2024.05.16 00:52:33.021078 [ 3 ] {11740db8-20e7-443a-81d6-5447adc963b6} <Debug> DynamicQueryHandler: Done processing query | ||
8024 | 2024.05.16 00:52:33.021101 [ 3 ] {11740db8-20e7-443a-81d6-5447adc963b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8025 | 2024.05.16 00:52:33.021117 [ 3 ] {} <Debug> HTTP-Session: 051cccc5-04a6-4130-b8b0-2c1749f5927e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8026 | 2024.05.16 00:52:33.021274 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8027 | 2024.05.16 00:52:33.021322 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8028 | 2024.05.16 00:52:33.021340 [ 3 ] {} <Debug> HTTP-Session: 00493339-48cb-42a5-8c22-16f3c539a115 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
8029 | 2024.05.16 00:52:33.021357 [ 3 ] {} <Debug> HTTP-Session: 00493339-48cb-42a5-8c22-16f3c539a115 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8030 | 2024.05.16 00:52:33.021370 [ 3 ] {} <Debug> HTTP-Session: 00493339-48cb-42a5-8c22-16f3c539a115 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8031 | 2024.05.16 00:52:33.021399 [ 3 ] {} <Trace> HTTP-Session: 00493339-48cb-42a5-8c22-16f3c539a115 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8032 | 2024.05.16 00:52:33.021534 [ 3 ] {40db15d9-2f82-473a-ad52-e35ca86591c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8033 | 2024.05.16 00:52:33.021580 [ 3 ] {40db15d9-2f82-473a-ad52-e35ca86591c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8034 | 2024.05.16 00:52:33.021722 [ 3 ] {40db15d9-2f82-473a-ad52-e35ca86591c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8035 | 2024.05.16 00:52:33.022061 [ 3 ] {40db15d9-2f82-473a-ad52-e35ca86591c4} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8036 | 2024.05.16 00:52:33.022098 [ 3 ] {40db15d9-2f82-473a-ad52-e35ca86591c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
8037 | 2024.05.16 00:52:33.022469 [ 3 ] {40db15d9-2f82-473a-ad52-e35ca86591c4} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
8038 | 2024.05.16 00:52:33.022799 [ 3 ] {40db15d9-2f82-473a-ad52-e35ca86591c4} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8039 | 2024.05.16 00:52:33.022951 [ 3 ] {40db15d9-2f82-473a-ad52-e35ca86591c4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001472 sec., 108695.65217391304 rows/sec., 7.57 MiB/sec. | ||
8040 | 2024.05.16 00:52:33.023104 [ 3 ] {40db15d9-2f82-473a-ad52-e35ca86591c4} <Debug> DynamicQueryHandler: Done processing query | ||
8041 | 2024.05.16 00:52:33.023128 [ 3 ] {40db15d9-2f82-473a-ad52-e35ca86591c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8042 | 2024.05.16 00:52:33.023144 [ 3 ] {} <Debug> HTTP-Session: 00493339-48cb-42a5-8c22-16f3c539a115 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8043 | 2024.05.16 00:52:33.023356 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 32124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8044 | 2024.05.16 00:52:33.023404 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8045 | 2024.05.16 00:52:33.023423 [ 3 ] {} <Debug> HTTP-Session: 5f616657-26b9-4e3c-8f1a-b0aff08a6d2d Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
8046 | 2024.05.16 00:52:33.023439 [ 3 ] {} <Debug> HTTP-Session: 5f616657-26b9-4e3c-8f1a-b0aff08a6d2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8047 | 2024.05.16 00:52:33.023452 [ 3 ] {} <Debug> HTTP-Session: 5f616657-26b9-4e3c-8f1a-b0aff08a6d2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8048 | 2024.05.16 00:52:33.023482 [ 3 ] {} <Trace> HTTP-Session: 5f616657-26b9-4e3c-8f1a-b0aff08a6d2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8049 | 2024.05.16 00:52:33.023724 [ 3 ] {1dab424d-7e68-4243-b3c0-e14491842aaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8050 | 2024.05.16 00:52:33.023773 [ 3 ] {1dab424d-7e68-4243-b3c0-e14491842aaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
8051 | 2024.05.16 00:52:33.023953 [ 3 ] {1dab424d-7e68-4243-b3c0-e14491842aaf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8052 | 2024.05.16 00:52:33.024430 [ 3 ] {1dab424d-7e68-4243-b3c0-e14491842aaf} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8053 | 2024.05.16 00:52:33.024466 [ 3 ] {1dab424d-7e68-4243-b3c0-e14491842aaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
8054 | 2024.05.16 00:52:33.024862 [ 3 ] {1dab424d-7e68-4243-b3c0-e14491842aaf} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
8055 | 2024.05.16 00:52:33.025234 [ 3 ] {1dab424d-7e68-4243-b3c0-e14491842aaf} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8056 | 2024.05.16 00:52:33.025403 [ 3 ] {1dab424d-7e68-4243-b3c0-e14491842aaf} <Debug> executeQuery: Read 30 rows, 41.46 KiB in 0.001843 sec., 16277.807921866523 rows/sec., 21.97 MiB/sec. | ||
8057 | 2024.05.16 00:52:33.025576 [ 3 ] {1dab424d-7e68-4243-b3c0-e14491842aaf} <Debug> DynamicQueryHandler: Done processing query | ||
8058 | 2024.05.16 00:52:33.025603 [ 3 ] {1dab424d-7e68-4243-b3c0-e14491842aaf} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
8059 | 2024.05.16 00:52:33.025620 [ 3 ] {} <Debug> HTTP-Session: 5f616657-26b9-4e3c-8f1a-b0aff08a6d2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8060 | 2024.05.16 00:52:33.025754 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8061 | 2024.05.16 00:52:33.025802 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8062 | 2024.05.16 00:52:33.025821 [ 3 ] {} <Debug> HTTP-Session: b71e2d1f-30bd-4f9b-a2d6-82159b167054 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
8063 | 2024.05.16 00:52:33.025838 [ 3 ] {} <Debug> HTTP-Session: b71e2d1f-30bd-4f9b-a2d6-82159b167054 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8064 | 2024.05.16 00:52:33.025852 [ 3 ] {} <Debug> HTTP-Session: b71e2d1f-30bd-4f9b-a2d6-82159b167054 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8065 | 2024.05.16 00:52:33.025882 [ 3 ] {} <Trace> HTTP-Session: b71e2d1f-30bd-4f9b-a2d6-82159b167054 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8066 | 2024.05.16 00:52:33.025992 [ 3 ] {ba440da3-bfd7-4d90-8242-22426fee1524} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8067 | 2024.05.16 00:52:33.026036 [ 3 ] {ba440da3-bfd7-4d90-8242-22426fee1524} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8068 | 2024.05.16 00:52:33.026159 [ 3 ] {ba440da3-bfd7-4d90-8242-22426fee1524} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8069 | 2024.05.16 00:52:33.026424 [ 3 ] {ba440da3-bfd7-4d90-8242-22426fee1524} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8070 | 2024.05.16 00:52:33.026460 [ 3 ] {ba440da3-bfd7-4d90-8242-22426fee1524} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
8071 | 2024.05.16 00:52:33.026805 [ 3 ] {ba440da3-bfd7-4d90-8242-22426fee1524} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
8072 | 2024.05.16 00:52:33.027111 [ 3 ] {ba440da3-bfd7-4d90-8242-22426fee1524} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8073 | 2024.05.16 00:52:33.027263 [ 3 ] {ba440da3-bfd7-4d90-8242-22426fee1524} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001301 sec., 46118.370484242885 rows/sec., 3.11 MiB/sec. | ||
8074 | 2024.05.16 00:52:33.027414 [ 3 ] {ba440da3-bfd7-4d90-8242-22426fee1524} <Debug> DynamicQueryHandler: Done processing query | ||
8075 | 2024.05.16 00:52:33.027438 [ 3 ] {ba440da3-bfd7-4d90-8242-22426fee1524} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8076 | 2024.05.16 00:52:33.027454 [ 3 ] {} <Debug> HTTP-Session: b71e2d1f-30bd-4f9b-a2d6-82159b167054 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8077 | 2024.05.16 00:52:38.012465 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8078 | 2024.05.16 00:52:38.012600 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8079 | 2024.05.16 00:52:38.012629 [ 3 ] {} <Debug> HTTP-Session: 926ab53d-ca2b-4df2-8c51-303f48315f36 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
8080 | 2024.05.16 00:52:38.012662 [ 3 ] {} <Debug> HTTP-Session: 926ab53d-ca2b-4df2-8c51-303f48315f36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8081 | 2024.05.16 00:52:38.012680 [ 3 ] {} <Debug> HTTP-Session: 926ab53d-ca2b-4df2-8c51-303f48315f36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8082 | 2024.05.16 00:52:38.012733 [ 3 ] {} <Trace> HTTP-Session: 926ab53d-ca2b-4df2-8c51-303f48315f36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8083 | 2024.05.16 00:52:38.012948 [ 3 ] {86428c49-aa6d-4a20-9806-88019a806c32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8084 | 2024.05.16 00:52:38.013021 [ 3 ] {86428c49-aa6d-4a20-9806-88019a806c32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8085 | 2024.05.16 00:52:38.013225 [ 3 ] {86428c49-aa6d-4a20-9806-88019a806c32} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8086 | 2024.05.16 00:52:38.013681 [ 3 ] {86428c49-aa6d-4a20-9806-88019a806c32} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8087 | 2024.05.16 00:52:38.013732 [ 3 ] {86428c49-aa6d-4a20-9806-88019a806c32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
8088 | 2024.05.16 00:52:38.014111 [ 3 ] {86428c49-aa6d-4a20-9806-88019a806c32} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
8089 | 2024.05.16 00:52:38.014454 [ 3 ] {86428c49-aa6d-4a20-9806-88019a806c32} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8090 | 2024.05.16 00:52:38.014604 [ 3 ] {86428c49-aa6d-4a20-9806-88019a806c32} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001726 sec., 32444.959443800693 rows/sec., 2.48 MiB/sec. | ||
8091 | 2024.05.16 00:52:38.014908 [ 3 ] {86428c49-aa6d-4a20-9806-88019a806c32} <Debug> DynamicQueryHandler: Done processing query | ||
8092 | 2024.05.16 00:52:38.014976 [ 3 ] {86428c49-aa6d-4a20-9806-88019a806c32} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8093 | 2024.05.16 00:52:38.015046 [ 3 ] {} <Debug> HTTP-Session: 926ab53d-ca2b-4df2-8c51-303f48315f36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8094 | 2024.05.16 00:52:38.015299 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8095 | 2024.05.16 00:52:38.015359 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8096 | 2024.05.16 00:52:38.015379 [ 3 ] {} <Debug> HTTP-Session: c2ed1dc3-f0b4-4165-b12a-070eeb386508 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
8097 | 2024.05.16 00:52:38.015399 [ 3 ] {} <Debug> HTTP-Session: c2ed1dc3-f0b4-4165-b12a-070eeb386508 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8098 | 2024.05.16 00:52:38.015412 [ 3 ] {} <Debug> HTTP-Session: c2ed1dc3-f0b4-4165-b12a-070eeb386508 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8099 | 2024.05.16 00:52:38.015449 [ 3 ] {} <Trace> HTTP-Session: c2ed1dc3-f0b4-4165-b12a-070eeb386508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8100 | 2024.05.16 00:52:38.015589 [ 3 ] {f561f003-e2dd-4187-b253-8c54bf4c4382} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8101 | 2024.05.16 00:52:38.015639 [ 3 ] {f561f003-e2dd-4187-b253-8c54bf4c4382} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8102 | 2024.05.16 00:52:38.015791 [ 3 ] {f561f003-e2dd-4187-b253-8c54bf4c4382} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8103 | 2024.05.16 00:52:38.016093 [ 3 ] {f561f003-e2dd-4187-b253-8c54bf4c4382} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8104 | 2024.05.16 00:52:38.016129 [ 3 ] {f561f003-e2dd-4187-b253-8c54bf4c4382} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
8105 | 2024.05.16 00:52:38.016441 [ 3 ] {f561f003-e2dd-4187-b253-8c54bf4c4382} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
8106 | 2024.05.16 00:52:38.016737 [ 3 ] {f561f003-e2dd-4187-b253-8c54bf4c4382} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8107 | 2024.05.16 00:52:38.016863 [ 3 ] {f561f003-e2dd-4187-b253-8c54bf4c4382} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001326 sec., 48265.460030165916 rows/sec., 3.77 MiB/sec. | ||
8108 | 2024.05.16 00:52:38.017018 [ 3 ] {f561f003-e2dd-4187-b253-8c54bf4c4382} <Debug> DynamicQueryHandler: Done processing query | ||
8109 | 2024.05.16 00:52:38.017043 [ 3 ] {f561f003-e2dd-4187-b253-8c54bf4c4382} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8110 | 2024.05.16 00:52:38.017058 [ 3 ] {} <Debug> HTTP-Session: c2ed1dc3-f0b4-4165-b12a-070eeb386508 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8111 | 2024.05.16 00:52:38.017337 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8112 | 2024.05.16 00:52:38.017385 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8113 | 2024.05.16 00:52:38.017404 [ 3 ] {} <Debug> HTTP-Session: c4b51aeb-0f1c-4831-b550-c69b373efacd Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
8114 | 2024.05.16 00:52:38.017420 [ 3 ] {} <Debug> HTTP-Session: c4b51aeb-0f1c-4831-b550-c69b373efacd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8115 | 2024.05.16 00:52:38.017433 [ 3 ] {} <Debug> HTTP-Session: c4b51aeb-0f1c-4831-b550-c69b373efacd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8116 | 2024.05.16 00:52:38.017465 [ 3 ] {} <Trace> HTTP-Session: c4b51aeb-0f1c-4831-b550-c69b373efacd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8117 | 2024.05.16 00:52:38.017609 [ 3 ] {68b0ced6-257c-4fdb-958b-0602d1f332be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8118 | 2024.05.16 00:52:38.017656 [ 3 ] {68b0ced6-257c-4fdb-958b-0602d1f332be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8119 | 2024.05.16 00:52:38.017796 [ 3 ] {68b0ced6-257c-4fdb-958b-0602d1f332be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8120 | 2024.05.16 00:52:38.018129 [ 3 ] {68b0ced6-257c-4fdb-958b-0602d1f332be} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8121 | 2024.05.16 00:52:38.018164 [ 3 ] {68b0ced6-257c-4fdb-958b-0602d1f332be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
8122 | 2024.05.16 00:52:38.018540 [ 3 ] {68b0ced6-257c-4fdb-958b-0602d1f332be} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
8123 | 2024.05.16 00:52:38.018862 [ 3 ] {68b0ced6-257c-4fdb-958b-0602d1f332be} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8124 | 2024.05.16 00:52:38.018985 [ 3 ] {68b0ced6-257c-4fdb-958b-0602d1f332be} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001446 sec., 110650.06915629322 rows/sec., 7.71 MiB/sec. | ||
8125 | 2024.05.16 00:52:38.019137 [ 3 ] {68b0ced6-257c-4fdb-958b-0602d1f332be} <Debug> DynamicQueryHandler: Done processing query | ||
8126 | 2024.05.16 00:52:38.019161 [ 3 ] {68b0ced6-257c-4fdb-958b-0602d1f332be} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8127 | 2024.05.16 00:52:38.019176 [ 3 ] {} <Debug> HTTP-Session: c4b51aeb-0f1c-4831-b550-c69b373efacd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8128 | 2024.05.16 00:52:38.019353 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8129 | 2024.05.16 00:52:38.019400 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8130 | 2024.05.16 00:52:38.019419 [ 3 ] {} <Debug> HTTP-Session: b3a6ca8d-5ec9-44ab-80f5-8445c018ea55 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
8131 | 2024.05.16 00:52:38.019435 [ 3 ] {} <Debug> HTTP-Session: b3a6ca8d-5ec9-44ab-80f5-8445c018ea55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8132 | 2024.05.16 00:52:38.019450 [ 3 ] {} <Debug> HTTP-Session: b3a6ca8d-5ec9-44ab-80f5-8445c018ea55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8133 | 2024.05.16 00:52:38.019480 [ 3 ] {} <Trace> HTTP-Session: b3a6ca8d-5ec9-44ab-80f5-8445c018ea55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8134 | 2024.05.16 00:52:38.019590 [ 3 ] {21deb09c-93ef-4830-9abf-39e9823a9d01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8135 | 2024.05.16 00:52:38.019635 [ 3 ] {21deb09c-93ef-4830-9abf-39e9823a9d01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8136 | 2024.05.16 00:52:38.019756 [ 3 ] {21deb09c-93ef-4830-9abf-39e9823a9d01} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8137 | 2024.05.16 00:52:38.020103 [ 3 ] {21deb09c-93ef-4830-9abf-39e9823a9d01} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8138 | 2024.05.16 00:52:38.020139 [ 3 ] {21deb09c-93ef-4830-9abf-39e9823a9d01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
8139 | 2024.05.16 00:52:38.020484 [ 3 ] {21deb09c-93ef-4830-9abf-39e9823a9d01} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
8140 | 2024.05.16 00:52:38.020808 [ 3 ] {21deb09c-93ef-4830-9abf-39e9823a9d01} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8141 | 2024.05.16 00:52:38.020933 [ 3 ] {21deb09c-93ef-4830-9abf-39e9823a9d01} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001379 sec., 43509.789702683105 rows/sec., 2.93 MiB/sec. | ||
8142 | 2024.05.16 00:52:38.021112 [ 3 ] {21deb09c-93ef-4830-9abf-39e9823a9d01} <Debug> DynamicQueryHandler: Done processing query | ||
8143 | 2024.05.16 00:52:38.021136 [ 3 ] {21deb09c-93ef-4830-9abf-39e9823a9d01} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8144 | 2024.05.16 00:52:38.021151 [ 3 ] {} <Debug> HTTP-Session: b3a6ca8d-5ec9-44ab-80f5-8445c018ea55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8145 | 2024.05.16 00:52:43.016231 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8146 | 2024.05.16 00:52:43.016359 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8147 | 2024.05.16 00:52:43.016387 [ 3 ] {} <Debug> HTTP-Session: d0828368-2ef8-4310-b800-1ff294b20741 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
8148 | 2024.05.16 00:52:43.016415 [ 3 ] {} <Debug> HTTP-Session: d0828368-2ef8-4310-b800-1ff294b20741 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8149 | 2024.05.16 00:52:43.016434 [ 3 ] {} <Debug> HTTP-Session: d0828368-2ef8-4310-b800-1ff294b20741 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8150 | 2024.05.16 00:52:43.016487 [ 3 ] {} <Trace> HTTP-Session: d0828368-2ef8-4310-b800-1ff294b20741 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8151 | 2024.05.16 00:52:43.016686 [ 3 ] {ae85d112-f245-48e4-ace1-cc66a1846372} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8152 | 2024.05.16 00:52:43.016757 [ 3 ] {ae85d112-f245-48e4-ace1-cc66a1846372} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8153 | 2024.05.16 00:52:43.016951 [ 3 ] {ae85d112-f245-48e4-ace1-cc66a1846372} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8154 | 2024.05.16 00:52:43.017359 [ 3 ] {ae85d112-f245-48e4-ace1-cc66a1846372} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8155 | 2024.05.16 00:52:43.017400 [ 3 ] {ae85d112-f245-48e4-ace1-cc66a1846372} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
8156 | 2024.05.16 00:52:43.017753 [ 3 ] {ae85d112-f245-48e4-ace1-cc66a1846372} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
8157 | 2024.05.16 00:52:43.018074 [ 3 ] {ae85d112-f245-48e4-ace1-cc66a1846372} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8158 | 2024.05.16 00:52:43.018221 [ 3 ] {ae85d112-f245-48e4-ace1-cc66a1846372} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001596 sec., 18796.992481203008 rows/sec., 1.49 MiB/sec. | ||
8159 | 2024.05.16 00:52:43.018295 [ 125 ] {} <Debug> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2) (MergerMutator): Selected 5 parts from all_1_26_6 to all_30_30_0 | ||
8160 | 2024.05.16 00:52:43.018394 [ 125 ] {} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8161 | 2024.05.16 00:52:43.018431 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
8162 | 2024.05.16 00:52:43.018458 [ 3 ] {ae85d112-f245-48e4-ace1-cc66a1846372} <Debug> DynamicQueryHandler: Done processing query | ||
8163 | 2024.05.16 00:52:43.018521 [ 3 ] {ae85d112-f245-48e4-ace1-cc66a1846372} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8164 | 2024.05.16 00:52:43.018577 [ 3 ] {} <Debug> HTTP-Session: d0828368-2ef8-4310-b800-1ff294b20741 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8165 | 2024.05.16 00:52:43.018653 [ 197 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::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 | ||
8166 | 2024.05.16 00:52:43.018799 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8167 | 2024.05.16 00:52:43.018863 [ 197 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_30_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8168 | 2024.05.16 00:52:43.018891 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8169 | 2024.05.16 00:52:43.018919 [ 197 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_6, total 30 rows starting from the beginning of the part | ||
8170 | 2024.05.16 00:52:43.018931 [ 3 ] {} <Debug> HTTP-Session: b842948f-ae13-4e22-9608-0d8ac33551e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
8171 | 2024.05.16 00:52:43.018973 [ 3 ] {} <Debug> HTTP-Session: b842948f-ae13-4e22-9608-0d8ac33551e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8172 | 2024.05.16 00:52:43.019016 [ 3 ] {} <Debug> HTTP-Session: b842948f-ae13-4e22-9608-0d8ac33551e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8173 | 2024.05.16 00:52:43.019088 [ 197 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 30 rows starting from the beginning of the part | ||
8174 | 2024.05.16 00:52:43.019142 [ 3 ] {} <Trace> HTTP-Session: b842948f-ae13-4e22-9608-0d8ac33551e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8175 | 2024.05.16 00:52:43.019403 [ 197 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 30 rows starting from the beginning of the part | ||
8176 | 2024.05.16 00:52:43.019495 [ 3 ] {f61f11dd-2786-44b1-97e8-62c9714d2082} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8177 | 2024.05.16 00:52:43.019696 [ 3 ] {f61f11dd-2786-44b1-97e8-62c9714d2082} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8178 | 2024.05.16 00:52:43.019712 [ 197 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 30 rows starting from the beginning of the part | ||
8179 | 2024.05.16 00:52:43.020004 [ 197 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 30 rows starting from the beginning of the part | ||
8180 | 2024.05.16 00:52:43.020682 [ 3 ] {f61f11dd-2786-44b1-97e8-62c9714d2082} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8181 | 2024.05.16 00:52:43.021467 [ 3 ] {f61f11dd-2786-44b1-97e8-62c9714d2082} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8182 | 2024.05.16 00:52:43.021535 [ 3 ] {f61f11dd-2786-44b1-97e8-62c9714d2082} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
8183 | 2024.05.16 00:52:43.022418 [ 3 ] {f61f11dd-2786-44b1-97e8-62c9714d2082} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
8184 | 2024.05.16 00:52:43.022479 [ 191 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_30_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 4 columns (4 merged, 0 gathered) in 0.003940603 sec., 38065.24026906542 rows/sec., 3.01 MiB/sec. | ||
8185 | 2024.05.16 00:52:43.022782 [ 191 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_30_7} <Trace> MergedBlockOutputStream: filled checksums all_1_30_7 (state Temporary) | ||
8186 | 2024.05.16 00:52:43.022971 [ 3 ] {f61f11dd-2786-44b1-97e8-62c9714d2082} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8187 | 2024.05.16 00:52:43.023435 [ 3 ] {f61f11dd-2786-44b1-97e8-62c9714d2082} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.004033 sec., 991.8175055789734 rows/sec., 80.88 KiB/sec. | ||
8188 | 2024.05.16 00:52:43.023757 [ 3 ] {f61f11dd-2786-44b1-97e8-62c9714d2082} <Debug> DynamicQueryHandler: Done processing query | ||
8189 | 2024.05.16 00:52:43.023764 [ 191 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_30_7} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_merge_all_1_30_7 to all_1_30_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8190 | 2024.05.16 00:52:43.023796 [ 3 ] {f61f11dd-2786-44b1-97e8-62c9714d2082} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8191 | 2024.05.16 00:52:43.023848 [ 3 ] {} <Debug> HTTP-Session: b842948f-ae13-4e22-9608-0d8ac33551e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8192 | 2024.05.16 00:52:43.023940 [ 191 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_30_7} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2) (MergerMutator): Merged 5 parts: [all_1_26_6, all_30_30_0] -> all_1_30_7 | ||
8193 | 2024.05.16 00:52:43.024062 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 26600, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8194 | 2024.05.16 00:52:43.024078 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
8195 | 2024.05.16 00:52:43.024134 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8196 | 2024.05.16 00:52:43.024159 [ 3 ] {} <Debug> HTTP-Session: 02fa63a4-20cb-4f5f-b8c9-845124eae59c Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
8197 | 2024.05.16 00:52:43.024175 [ 3 ] {} <Debug> HTTP-Session: 02fa63a4-20cb-4f5f-b8c9-845124eae59c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8198 | 2024.05.16 00:52:43.024189 [ 3 ] {} <Debug> HTTP-Session: 02fa63a4-20cb-4f5f-b8c9-845124eae59c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8199 | 2024.05.16 00:52:43.024221 [ 3 ] {} <Trace> HTTP-Session: 02fa63a4-20cb-4f5f-b8c9-845124eae59c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8200 | 2024.05.16 00:52:43.024375 [ 3 ] {a75e8fbd-8dbf-45dd-ba4a-03e10d7feb56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8201 | 2024.05.16 00:52:43.024417 [ 3 ] {a75e8fbd-8dbf-45dd-ba4a-03e10d7feb56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8202 | 2024.05.16 00:52:43.024557 [ 3 ] {a75e8fbd-8dbf-45dd-ba4a-03e10d7feb56} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8203 | 2024.05.16 00:52:43.024987 [ 3 ] {a75e8fbd-8dbf-45dd-ba4a-03e10d7feb56} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8204 | 2024.05.16 00:52:43.025025 [ 3 ] {a75e8fbd-8dbf-45dd-ba4a-03e10d7feb56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
8205 | 2024.05.16 00:52:43.025344 [ 3 ] {a75e8fbd-8dbf-45dd-ba4a-03e10d7feb56} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
8206 | 2024.05.16 00:52:43.025656 [ 3 ] {a75e8fbd-8dbf-45dd-ba4a-03e10d7feb56} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8207 | 2024.05.16 00:52:43.025802 [ 3 ] {a75e8fbd-8dbf-45dd-ba4a-03e10d7feb56} <Debug> executeQuery: Read 184 rows, 15.43 KiB in 0.001496 sec., 122994.65240641712 rows/sec., 10.07 MiB/sec. | ||
8208 | 2024.05.16 00:52:43.025966 [ 3 ] {a75e8fbd-8dbf-45dd-ba4a-03e10d7feb56} <Debug> DynamicQueryHandler: Done processing query | ||
8209 | 2024.05.16 00:52:43.025991 [ 3 ] {a75e8fbd-8dbf-45dd-ba4a-03e10d7feb56} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
8210 | 2024.05.16 00:52:43.026006 [ 3 ] {} <Debug> HTTP-Session: 02fa63a4-20cb-4f5f-b8c9-845124eae59c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8211 | 2024.05.16 00:52:43.026130 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8212 | 2024.05.16 00:52:43.026178 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8213 | 2024.05.16 00:52:43.026196 [ 3 ] {} <Debug> HTTP-Session: 41411ce3-0ee5-4930-b92d-d95bf2d1da7a Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
8214 | 2024.05.16 00:52:43.026213 [ 3 ] {} <Debug> HTTP-Session: 41411ce3-0ee5-4930-b92d-d95bf2d1da7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8215 | 2024.05.16 00:52:43.026227 [ 3 ] {} <Debug> HTTP-Session: 41411ce3-0ee5-4930-b92d-d95bf2d1da7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8216 | 2024.05.16 00:52:43.026257 [ 3 ] {} <Trace> HTTP-Session: 41411ce3-0ee5-4930-b92d-d95bf2d1da7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8217 | 2024.05.16 00:52:43.026350 [ 3 ] {4da1737e-0980-48ce-b92c-633bb015d403} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8218 | 2024.05.16 00:52:43.026393 [ 3 ] {4da1737e-0980-48ce-b92c-633bb015d403} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8219 | 2024.05.16 00:52:43.026517 [ 3 ] {4da1737e-0980-48ce-b92c-633bb015d403} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8220 | 2024.05.16 00:52:43.026788 [ 3 ] {4da1737e-0980-48ce-b92c-633bb015d403} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8221 | 2024.05.16 00:52:43.026825 [ 3 ] {4da1737e-0980-48ce-b92c-633bb015d403} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
8222 | 2024.05.16 00:52:43.027120 [ 3 ] {4da1737e-0980-48ce-b92c-633bb015d403} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
8223 | 2024.05.16 00:52:43.027421 [ 3 ] {4da1737e-0980-48ce-b92c-633bb015d403} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8224 | 2024.05.16 00:52:43.027578 [ 3 ] {4da1737e-0980-48ce-b92c-633bb015d403} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001238 sec., 3231.0177705977385 rows/sec., 225.60 KiB/sec. | ||
8225 | 2024.05.16 00:52:43.027770 [ 3 ] {4da1737e-0980-48ce-b92c-633bb015d403} <Debug> DynamicQueryHandler: Done processing query | ||
8226 | 2024.05.16 00:52:43.027795 [ 3 ] {4da1737e-0980-48ce-b92c-633bb015d403} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8227 | 2024.05.16 00:52:43.027810 [ 3 ] {} <Debug> HTTP-Session: 41411ce3-0ee5-4930-b92d-d95bf2d1da7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8228 | 2024.05.16 00:52:43.027935 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 20695, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8229 | 2024.05.16 00:52:43.027983 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8230 | 2024.05.16 00:52:43.028002 [ 3 ] {} <Debug> HTTP-Session: 63fc6a3e-8c2e-4e06-8034-a4d91cedf966 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
8231 | 2024.05.16 00:52:43.028020 [ 3 ] {} <Debug> HTTP-Session: 63fc6a3e-8c2e-4e06-8034-a4d91cedf966 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8232 | 2024.05.16 00:52:43.028033 [ 3 ] {} <Debug> HTTP-Session: 63fc6a3e-8c2e-4e06-8034-a4d91cedf966 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8233 | 2024.05.16 00:52:43.028063 [ 3 ] {} <Trace> HTTP-Session: 63fc6a3e-8c2e-4e06-8034-a4d91cedf966 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8234 | 2024.05.16 00:52:43.028186 [ 3 ] {cb88ada2-7558-43d0-baa0-2be1b540ef7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8235 | 2024.05.16 00:52:43.028228 [ 3 ] {cb88ada2-7558-43d0-baa0-2be1b540ef7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8236 | 2024.05.16 00:52:43.028352 [ 3 ] {cb88ada2-7558-43d0-baa0-2be1b540ef7e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8237 | 2024.05.16 00:52:43.028708 [ 3 ] {cb88ada2-7558-43d0-baa0-2be1b540ef7e} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8238 | 2024.05.16 00:52:43.028744 [ 3 ] {cb88ada2-7558-43d0-baa0-2be1b540ef7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
8239 | 2024.05.16 00:52:43.029053 [ 3 ] {cb88ada2-7558-43d0-baa0-2be1b540ef7e} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
8240 | 2024.05.16 00:52:43.029349 [ 3 ] {cb88ada2-7558-43d0-baa0-2be1b540ef7e} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8241 | 2024.05.16 00:52:43.029507 [ 3 ] {cb88ada2-7558-43d0-baa0-2be1b540ef7e} <Debug> executeQuery: Read 122 rows, 9.74 KiB in 0.001359 sec., 89771.8910963944 rows/sec., 7.00 MiB/sec. | ||
8242 | 2024.05.16 00:52:43.029662 [ 3 ] {cb88ada2-7558-43d0-baa0-2be1b540ef7e} <Debug> DynamicQueryHandler: Done processing query | ||
8243 | 2024.05.16 00:52:43.029687 [ 3 ] {cb88ada2-7558-43d0-baa0-2be1b540ef7e} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8244 | 2024.05.16 00:52:43.029703 [ 3 ] {} <Debug> HTTP-Session: 63fc6a3e-8c2e-4e06-8034-a4d91cedf966 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8245 | 2024.05.16 00:52:43.029958 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 37973, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8246 | 2024.05.16 00:52:43.030006 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8247 | 2024.05.16 00:52:43.030025 [ 3 ] {} <Debug> HTTP-Session: b3f5dda2-dbc6-4609-9e58-bd24117e8bf7 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
8248 | 2024.05.16 00:52:43.030042 [ 3 ] {} <Debug> HTTP-Session: b3f5dda2-dbc6-4609-9e58-bd24117e8bf7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8249 | 2024.05.16 00:52:43.030056 [ 3 ] {} <Debug> HTTP-Session: b3f5dda2-dbc6-4609-9e58-bd24117e8bf7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8250 | 2024.05.16 00:52:43.030085 [ 3 ] {} <Trace> HTTP-Session: b3f5dda2-dbc6-4609-9e58-bd24117e8bf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8251 | 2024.05.16 00:52:43.030256 [ 3 ] {536aaf1b-9652-430d-8049-0a38a3be00cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8252 | 2024.05.16 00:52:43.030302 [ 3 ] {536aaf1b-9652-430d-8049-0a38a3be00cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8253 | 2024.05.16 00:52:43.030443 [ 3 ] {536aaf1b-9652-430d-8049-0a38a3be00cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8254 | 2024.05.16 00:52:43.030839 [ 3 ] {536aaf1b-9652-430d-8049-0a38a3be00cb} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8255 | 2024.05.16 00:52:43.030876 [ 3 ] {536aaf1b-9652-430d-8049-0a38a3be00cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
8256 | 2024.05.16 00:52:43.031258 [ 3 ] {536aaf1b-9652-430d-8049-0a38a3be00cb} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
8257 | 2024.05.16 00:52:43.031591 [ 3 ] {536aaf1b-9652-430d-8049-0a38a3be00cb} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8258 | 2024.05.16 00:52:43.031744 [ 3 ] {536aaf1b-9652-430d-8049-0a38a3be00cb} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.001574 sec., 125794.15501905972 rows/sec., 8.78 MiB/sec. | ||
8259 | 2024.05.16 00:52:43.031917 [ 3 ] {536aaf1b-9652-430d-8049-0a38a3be00cb} <Debug> DynamicQueryHandler: Done processing query | ||
8260 | 2024.05.16 00:52:43.031941 [ 3 ] {536aaf1b-9652-430d-8049-0a38a3be00cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
8261 | 2024.05.16 00:52:43.031958 [ 3 ] {} <Debug> HTTP-Session: b3f5dda2-dbc6-4609-9e58-bd24117e8bf7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8262 | 2024.05.16 00:52:43.032096 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 32124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8263 | 2024.05.16 00:52:43.032145 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8264 | 2024.05.16 00:52:43.032164 [ 3 ] {} <Debug> HTTP-Session: 3b708a38-c8e9-458e-b725-eed4eca68b3a Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
8265 | 2024.05.16 00:52:43.032181 [ 3 ] {} <Debug> HTTP-Session: 3b708a38-c8e9-458e-b725-eed4eca68b3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8266 | 2024.05.16 00:52:43.032195 [ 3 ] {} <Debug> HTTP-Session: 3b708a38-c8e9-458e-b725-eed4eca68b3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8267 | 2024.05.16 00:52:43.032224 [ 3 ] {} <Trace> HTTP-Session: 3b708a38-c8e9-458e-b725-eed4eca68b3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8268 | 2024.05.16 00:52:43.032456 [ 3 ] {ab69f74e-bd9b-4880-9723-3ddc0b08c76b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8269 | 2024.05.16 00:52:43.032502 [ 3 ] {ab69f74e-bd9b-4880-9723-3ddc0b08c76b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
8270 | 2024.05.16 00:52:43.032660 [ 3 ] {ab69f74e-bd9b-4880-9723-3ddc0b08c76b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8271 | 2024.05.16 00:52:43.033088 [ 3 ] {ab69f74e-bd9b-4880-9723-3ddc0b08c76b} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8272 | 2024.05.16 00:52:43.033125 [ 3 ] {ab69f74e-bd9b-4880-9723-3ddc0b08c76b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
8273 | 2024.05.16 00:52:43.033522 [ 3 ] {ab69f74e-bd9b-4880-9723-3ddc0b08c76b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
8274 | 2024.05.16 00:52:43.033848 [ 3 ] {ab69f74e-bd9b-4880-9723-3ddc0b08c76b} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8275 | 2024.05.16 00:52:43.034019 [ 3 ] {ab69f74e-bd9b-4880-9723-3ddc0b08c76b} <Debug> executeQuery: Read 30 rows, 41.46 KiB in 0.001714 sec., 17502.91715285881 rows/sec., 23.62 MiB/sec. | ||
8276 | 2024.05.16 00:52:43.034177 [ 3 ] {ab69f74e-bd9b-4880-9723-3ddc0b08c76b} <Debug> DynamicQueryHandler: Done processing query | ||
8277 | 2024.05.16 00:52:43.034201 [ 3 ] {ab69f74e-bd9b-4880-9723-3ddc0b08c76b} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
8278 | 2024.05.16 00:52:43.034217 [ 3 ] {} <Debug> HTTP-Session: 3b708a38-c8e9-458e-b725-eed4eca68b3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8279 | 2024.05.16 00:52:43.034350 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8280 | 2024.05.16 00:52:43.034396 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8281 | 2024.05.16 00:52:43.034415 [ 3 ] {} <Debug> HTTP-Session: 262035fe-99f3-45cd-ab9f-f3bda932da48 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
8282 | 2024.05.16 00:52:43.034431 [ 3 ] {} <Debug> HTTP-Session: 262035fe-99f3-45cd-ab9f-f3bda932da48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8283 | 2024.05.16 00:52:43.034445 [ 3 ] {} <Debug> HTTP-Session: 262035fe-99f3-45cd-ab9f-f3bda932da48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8284 | 2024.05.16 00:52:43.034475 [ 3 ] {} <Trace> HTTP-Session: 262035fe-99f3-45cd-ab9f-f3bda932da48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8285 | 2024.05.16 00:52:43.034601 [ 3 ] {5532c304-861f-4e06-98c5-06f712dc20b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8286 | 2024.05.16 00:52:43.034646 [ 3 ] {5532c304-861f-4e06-98c5-06f712dc20b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8287 | 2024.05.16 00:52:43.034770 [ 3 ] {5532c304-861f-4e06-98c5-06f712dc20b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8288 | 2024.05.16 00:52:43.035073 [ 3 ] {5532c304-861f-4e06-98c5-06f712dc20b1} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8289 | 2024.05.16 00:52:43.035110 [ 3 ] {5532c304-861f-4e06-98c5-06f712dc20b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
8290 | 2024.05.16 00:52:43.035461 [ 3 ] {5532c304-861f-4e06-98c5-06f712dc20b1} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
8291 | 2024.05.16 00:52:43.035768 [ 3 ] {5532c304-861f-4e06-98c5-06f712dc20b1} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8292 | 2024.05.16 00:52:43.035909 [ 3 ] {5532c304-861f-4e06-98c5-06f712dc20b1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001363 sec., 44020.542920029344 rows/sec., 2.97 MiB/sec. | ||
8293 | 2024.05.16 00:52:43.036165 [ 3 ] {5532c304-861f-4e06-98c5-06f712dc20b1} <Debug> DynamicQueryHandler: Done processing query | ||
8294 | 2024.05.16 00:52:43.036224 [ 3 ] {5532c304-861f-4e06-98c5-06f712dc20b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8295 | 2024.05.16 00:52:43.036280 [ 3 ] {} <Debug> HTTP-Session: 262035fe-99f3-45cd-ab9f-f3bda932da48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8296 | 2024.05.16 00:52:46.309705 [ 149 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8297 | 2024.05.16 00:52:46.309772 [ 149 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8298 | 2024.05.16 00:52:48.012312 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8299 | 2024.05.16 00:52:48.012466 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8300 | 2024.05.16 00:52:48.012508 [ 3 ] {} <Debug> HTTP-Session: 7140c1be-bc44-42eb-aa06-b6c6d893a79e Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
8301 | 2024.05.16 00:52:48.012547 [ 3 ] {} <Debug> HTTP-Session: 7140c1be-bc44-42eb-aa06-b6c6d893a79e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8302 | 2024.05.16 00:52:48.012575 [ 3 ] {} <Debug> HTTP-Session: 7140c1be-bc44-42eb-aa06-b6c6d893a79e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8303 | 2024.05.16 00:52:48.012660 [ 3 ] {} <Trace> HTTP-Session: 7140c1be-bc44-42eb-aa06-b6c6d893a79e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8304 | 2024.05.16 00:52:48.012922 [ 3 ] {4b4b0bf1-0f14-46d6-94a5-f5eb05868033} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8305 | 2024.05.16 00:52:48.013021 [ 3 ] {4b4b0bf1-0f14-46d6-94a5-f5eb05868033} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8306 | 2024.05.16 00:52:48.013226 [ 3 ] {4b4b0bf1-0f14-46d6-94a5-f5eb05868033} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8307 | 2024.05.16 00:52:48.013592 [ 3 ] {4b4b0bf1-0f14-46d6-94a5-f5eb05868033} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8308 | 2024.05.16 00:52:48.013630 [ 3 ] {4b4b0bf1-0f14-46d6-94a5-f5eb05868033} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
8309 | 2024.05.16 00:52:48.013976 [ 3 ] {4b4b0bf1-0f14-46d6-94a5-f5eb05868033} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
8310 | 2024.05.16 00:52:48.014293 [ 3 ] {4b4b0bf1-0f14-46d6-94a5-f5eb05868033} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8311 | 2024.05.16 00:52:48.014435 [ 3 ] {4b4b0bf1-0f14-46d6-94a5-f5eb05868033} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001595 sec., 1253.9184952978055 rows/sec., 102.25 KiB/sec. | ||
8312 | 2024.05.16 00:52:48.014610 [ 3 ] {4b4b0bf1-0f14-46d6-94a5-f5eb05868033} <Debug> DynamicQueryHandler: Done processing query | ||
8313 | 2024.05.16 00:52:48.014635 [ 3 ] {4b4b0bf1-0f14-46d6-94a5-f5eb05868033} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8314 | 2024.05.16 00:52:48.014651 [ 3 ] {} <Debug> HTTP-Session: 7140c1be-bc44-42eb-aa06-b6c6d893a79e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8315 | 2024.05.16 00:52:48.014823 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8316 | 2024.05.16 00:52:48.014869 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8317 | 2024.05.16 00:52:48.014887 [ 3 ] {} <Debug> HTTP-Session: 61366284-b8b2-4233-a014-6d50e09b7d2f Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
8318 | 2024.05.16 00:52:48.014904 [ 3 ] {} <Debug> HTTP-Session: 61366284-b8b2-4233-a014-6d50e09b7d2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8319 | 2024.05.16 00:52:48.014917 [ 3 ] {} <Debug> HTTP-Session: 61366284-b8b2-4233-a014-6d50e09b7d2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8320 | 2024.05.16 00:52:48.014947 [ 3 ] {} <Trace> HTTP-Session: 61366284-b8b2-4233-a014-6d50e09b7d2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8321 | 2024.05.16 00:52:48.015051 [ 3 ] {5f5c0340-d35f-483e-bef6-969479759280} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8322 | 2024.05.16 00:52:48.015092 [ 3 ] {5f5c0340-d35f-483e-bef6-969479759280} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8323 | 2024.05.16 00:52:48.015209 [ 3 ] {5f5c0340-d35f-483e-bef6-969479759280} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8324 | 2024.05.16 00:52:48.015547 [ 3 ] {5f5c0340-d35f-483e-bef6-969479759280} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8325 | 2024.05.16 00:52:48.015584 [ 3 ] {5f5c0340-d35f-483e-bef6-969479759280} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
8326 | 2024.05.16 00:52:48.015875 [ 3 ] {5f5c0340-d35f-483e-bef6-969479759280} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
8327 | 2024.05.16 00:52:48.016165 [ 3 ] {5f5c0340-d35f-483e-bef6-969479759280} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8328 | 2024.05.16 00:52:48.016290 [ 3 ] {5f5c0340-d35f-483e-bef6-969479759280} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001272 sec., 44811.32075471699 rows/sec., 3.42 MiB/sec. | ||
8329 | 2024.05.16 00:52:48.016290 [ 148 ] {} <Debug> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
8330 | 2024.05.16 00:52:48.016356 [ 148 ] {} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8331 | 2024.05.16 00:52:48.016414 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
8332 | 2024.05.16 00:52:48.016478 [ 3 ] {5f5c0340-d35f-483e-bef6-969479759280} <Debug> DynamicQueryHandler: Done processing query | ||
8333 | 2024.05.16 00:52:48.016528 [ 3 ] {5f5c0340-d35f-483e-bef6-969479759280} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8334 | 2024.05.16 00:52:48.016610 [ 3 ] {} <Debug> HTTP-Session: 61366284-b8b2-4233-a014-6d50e09b7d2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8335 | 2024.05.16 00:52:48.016749 [ 193 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::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 | ||
8336 | 2024.05.16 00:52:48.016877 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8337 | 2024.05.16 00:52:48.017059 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8338 | 2024.05.16 00:52:48.017166 [ 3 ] {} <Debug> HTTP-Session: 0467cd48-d69b-48b8-abe7-f17b49f93156 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
8339 | 2024.05.16 00:52:48.017246 [ 3 ] {} <Debug> HTTP-Session: 0467cd48-d69b-48b8-abe7-f17b49f93156 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8340 | 2024.05.16 00:52:48.017311 [ 3 ] {} <Debug> HTTP-Session: 0467cd48-d69b-48b8-abe7-f17b49f93156 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8341 | 2024.05.16 00:52:48.017368 [ 193 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8342 | 2024.05.16 00:52:48.017443 [ 3 ] {} <Trace> HTTP-Session: 0467cd48-d69b-48b8-abe7-f17b49f93156 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8343 | 2024.05.16 00:52:48.017482 [ 193 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 190 rows starting from the beginning of the part | ||
8344 | 2024.05.16 00:52:48.017817 [ 193 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 56 rows starting from the beginning of the part | ||
8345 | 2024.05.16 00:52:48.017927 [ 3 ] {e3fb788e-5057-43df-ac97-51df5edc9d8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8346 | 2024.05.16 00:52:48.018136 [ 3 ] {e3fb788e-5057-43df-ac97-51df5edc9d8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8347 | 2024.05.16 00:52:48.018186 [ 193 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 146 rows starting from the beginning of the part | ||
8348 | 2024.05.16 00:52:48.018575 [ 193 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 56 rows starting from the beginning of the part | ||
8349 | 2024.05.16 00:52:48.018873 [ 193 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 184 rows starting from the beginning of the part | ||
8350 | 2024.05.16 00:52:48.019176 [ 193 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 57 rows starting from the beginning of the part | ||
8351 | 2024.05.16 00:52:48.019555 [ 3 ] {e3fb788e-5057-43df-ac97-51df5edc9d8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8352 | 2024.05.16 00:52:48.020276 [ 3 ] {e3fb788e-5057-43df-ac97-51df5edc9d8c} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8353 | 2024.05.16 00:52:48.020344 [ 3 ] {e3fb788e-5057-43df-ac97-51df5edc9d8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
8354 | 2024.05.16 00:52:48.021100 [ 3 ] {e3fb788e-5057-43df-ac97-51df5edc9d8c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
8355 | 2024.05.16 00:52:48.021892 [ 3 ] {e3fb788e-5057-43df-ac97-51df5edc9d8c} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8356 | 2024.05.16 00:52:48.021915 [ 193 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 689 rows, containing 4 columns (4 merged, 0 gathered) in 0.005415258 sec., 127233.08843272102 rows/sec., 10.29 MiB/sec. | ||
8357 | 2024.05.16 00:52:48.022115 [ 3 ] {e3fb788e-5057-43df-ac97-51df5edc9d8c} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004421 sec., 452.3863379325945 rows/sec., 31.59 KiB/sec. | ||
8358 | 2024.05.16 00:52:48.022125 [ 193 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
8359 | 2024.05.16 00:52:48.022437 [ 3 ] {e3fb788e-5057-43df-ac97-51df5edc9d8c} <Debug> DynamicQueryHandler: Done processing query | ||
8360 | 2024.05.16 00:52:48.022498 [ 3 ] {e3fb788e-5057-43df-ac97-51df5edc9d8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8361 | 2024.05.16 00:52:48.022556 [ 3 ] {} <Debug> HTTP-Session: 0467cd48-d69b-48b8-abe7-f17b49f93156 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8362 | 2024.05.16 00:52:48.022744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 11233, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8363 | 2024.05.16 00:52:48.022793 [ 193 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_61_12} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): 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.05.16 00:52:48.022828 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8365 | 2024.05.16 00:52:48.022872 [ 3 ] {} <Debug> HTTP-Session: c9e29ecd-5836-4470-a97f-b05e30c7d584 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
8366 | 2024.05.16 00:52:48.022896 [ 3 ] {} <Debug> HTTP-Session: c9e29ecd-5836-4470-a97f-b05e30c7d584 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8367 | 2024.05.16 00:52:48.022920 [ 3 ] {} <Debug> HTTP-Session: c9e29ecd-5836-4470-a97f-b05e30c7d584 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8368 | 2024.05.16 00:52:48.022940 [ 193 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_61_12} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
8369 | 2024.05.16 00:52:48.022971 [ 3 ] {} <Trace> HTTP-Session: c9e29ecd-5836-4470-a97f-b05e30c7d584 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8370 | 2024.05.16 00:52:48.023093 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
8371 | 2024.05.16 00:52:48.023190 [ 3 ] {d26ae00c-9b45-45be-8d75-75e16b68488e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8372 | 2024.05.16 00:52:48.023238 [ 3 ] {d26ae00c-9b45-45be-8d75-75e16b68488e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8373 | 2024.05.16 00:52:48.023378 [ 3 ] {d26ae00c-9b45-45be-8d75-75e16b68488e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8374 | 2024.05.16 00:52:48.023703 [ 3 ] {d26ae00c-9b45-45be-8d75-75e16b68488e} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8375 | 2024.05.16 00:52:48.023738 [ 3 ] {d26ae00c-9b45-45be-8d75-75e16b68488e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
8376 | 2024.05.16 00:52:48.024054 [ 3 ] {d26ae00c-9b45-45be-8d75-75e16b68488e} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
8377 | 2024.05.16 00:52:48.024354 [ 3 ] {d26ae00c-9b45-45be-8d75-75e16b68488e} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8378 | 2024.05.16 00:52:48.024473 [ 148 ] {} <Debug> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
8379 | 2024.05.16 00:52:48.024477 [ 3 ] {d26ae00c-9b45-45be-8d75-75e16b68488e} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001344 sec., 49107.14285714286 rows/sec., 3.84 MiB/sec. | ||
8380 | 2024.05.16 00:52:48.024510 [ 148 ] {} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8381 | 2024.05.16 00:52:48.024551 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
8382 | 2024.05.16 00:52:48.024718 [ 3 ] {d26ae00c-9b45-45be-8d75-75e16b68488e} <Debug> DynamicQueryHandler: Done processing query | ||
8383 | 2024.05.16 00:52:48.024738 [ 191 ] {a3945bea-d52e-471f-9886-008e21606338::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 | ||
8384 | 2024.05.16 00:52:48.024752 [ 3 ] {d26ae00c-9b45-45be-8d75-75e16b68488e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8385 | 2024.05.16 00:52:48.024822 [ 3 ] {} <Debug> HTTP-Session: c9e29ecd-5836-4470-a97f-b05e30c7d584 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8386 | 2024.05.16 00:52:48.024955 [ 191 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8387 | 2024.05.16 00:52:48.025005 [ 191 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 150 rows starting from the beginning of the part | ||
8388 | 2024.05.16 00:52:48.025029 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30824, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8389 | 2024.05.16 00:52:48.025179 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8390 | 2024.05.16 00:52:48.025230 [ 191 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 64 rows starting from the beginning of the part | ||
8391 | 2024.05.16 00:52:48.025259 [ 3 ] {} <Debug> HTTP-Session: bcab2e4e-5944-41de-a215-f72743d43dce Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
8392 | 2024.05.16 00:52:48.025345 [ 3 ] {} <Debug> HTTP-Session: bcab2e4e-5944-41de-a215-f72743d43dce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8393 | 2024.05.16 00:52:48.025426 [ 3 ] {} <Debug> HTTP-Session: bcab2e4e-5944-41de-a215-f72743d43dce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8394 | 2024.05.16 00:52:48.025509 [ 191 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 94 rows starting from the beginning of the part | ||
8395 | 2024.05.16 00:52:48.025548 [ 3 ] {} <Trace> HTTP-Session: bcab2e4e-5944-41de-a215-f72743d43dce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8396 | 2024.05.16 00:52:48.025790 [ 191 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 64 rows starting from the beginning of the part | ||
8397 | 2024.05.16 00:52:48.026009 [ 3 ] {9b44d79f-f5ab-40fc-b805-220c0947298c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8398 | 2024.05.16 00:52:48.026033 [ 191 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 122 rows starting from the beginning of the part | ||
8399 | 2024.05.16 00:52:48.026231 [ 3 ] {9b44d79f-f5ab-40fc-b805-220c0947298c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8400 | 2024.05.16 00:52:48.026342 [ 191 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 66 rows starting from the beginning of the part | ||
8401 | 2024.05.16 00:52:48.027231 [ 3 ] {9b44d79f-f5ab-40fc-b805-220c0947298c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8402 | 2024.05.16 00:52:48.028189 [ 3 ] {9b44d79f-f5ab-40fc-b805-220c0947298c} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8403 | 2024.05.16 00:52:48.028263 [ 3 ] {9b44d79f-f5ab-40fc-b805-220c0947298c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
8404 | 2024.05.16 00:52:48.029369 [ 3 ] {9b44d79f-f5ab-40fc-b805-220c0947298c} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
8405 | 2024.05.16 00:52:48.029425 [ 190 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 4 columns (4 merged, 0 gathered) in 0.004767573 sec., 117460.18361963205 rows/sec., 9.17 MiB/sec. | ||
8406 | 2024.05.16 00:52:48.029854 [ 190 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
8407 | 2024.05.16 00:52:48.030078 [ 3 ] {9b44d79f-f5ab-40fc-b805-220c0947298c} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8408 | 2024.05.16 00:52:48.030324 [ 148 ] {} <Debug> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
8409 | 2024.05.16 00:52:48.030469 [ 148 ] {} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8410 | 2024.05.16 00:52:48.030480 [ 3 ] {9b44d79f-f5ab-40fc-b805-220c0947298c} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00462 sec., 34848.48484848485 rows/sec., 2.43 MiB/sec. | ||
8411 | 2024.05.16 00:52:48.030592 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
8412 | 2024.05.16 00:52:48.031161 [ 196 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
8413 | 2024.05.16 00:52:48.031199 [ 3 ] {9b44d79f-f5ab-40fc-b805-220c0947298c} <Debug> DynamicQueryHandler: Done processing query | ||
8414 | 2024.05.16 00:52:48.031237 [ 3 ] {9b44d79f-f5ab-40fc-b805-220c0947298c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8415 | 2024.05.16 00:52:48.031291 [ 3 ] {} <Debug> HTTP-Session: bcab2e4e-5944-41de-a215-f72743d43dce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8416 | 2024.05.16 00:52:48.031435 [ 190 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_61_12} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8417 | 2024.05.16 00:52:48.031490 [ 196 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8418 | 2024.05.16 00:52:48.031532 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8419 | 2024.05.16 00:52:48.031612 [ 196 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 8080 rows starting from the beginning of the part | ||
8420 | 2024.05.16 00:52:48.031681 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8421 | 2024.05.16 00:52:48.031756 [ 3 ] {} <Debug> HTTP-Session: acc76183-3326-454b-9a5e-c533aa3a4fec Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
8422 | 2024.05.16 00:52:48.031798 [ 190 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_61_12} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
8423 | 2024.05.16 00:52:48.031890 [ 3 ] {} <Debug> HTTP-Session: acc76183-3326-454b-9a5e-c533aa3a4fec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8424 | 2024.05.16 00:52:48.032022 [ 3 ] {} <Debug> HTTP-Session: acc76183-3326-454b-9a5e-c533aa3a4fec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8425 | 2024.05.16 00:52:48.032119 [ 196 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 160 rows starting from the beginning of the part | ||
8426 | 2024.05.16 00:52:48.032178 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
8427 | 2024.05.16 00:52:48.032200 [ 3 ] {} <Trace> HTTP-Session: acc76183-3326-454b-9a5e-c533aa3a4fec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8428 | 2024.05.16 00:52:48.032473 [ 196 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
8429 | 2024.05.16 00:52:48.032561 [ 3 ] {b39fe30f-8f85-465b-8130-22e99331106e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8430 | 2024.05.16 00:52:48.032738 [ 196 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
8431 | 2024.05.16 00:52:48.032750 [ 3 ] {b39fe30f-8f85-465b-8130-22e99331106e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8432 | 2024.05.16 00:52:48.033101 [ 196 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 198 rows starting from the beginning of the part | ||
8433 | 2024.05.16 00:52:48.033473 [ 196 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
8434 | 2024.05.16 00:52:48.033905 [ 3 ] {b39fe30f-8f85-465b-8130-22e99331106e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8435 | 2024.05.16 00:52:48.034452 [ 3 ] {b39fe30f-8f85-465b-8130-22e99331106e} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8436 | 2024.05.16 00:52:48.034489 [ 3 ] {b39fe30f-8f85-465b-8130-22e99331106e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
8437 | 2024.05.16 00:52:48.034892 [ 3 ] {b39fe30f-8f85-465b-8130-22e99331106e} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
8438 | 2024.05.16 00:52:48.035393 [ 3 ] {b39fe30f-8f85-465b-8130-22e99331106e} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8439 | 2024.05.16 00:52:48.035538 [ 148 ] {} <Debug> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
8440 | 2024.05.16 00:52:48.035540 [ 3 ] {b39fe30f-8f85-465b-8130-22e99331106e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003081 sec., 19474.196689386565 rows/sec., 1.31 MiB/sec. | ||
8441 | 2024.05.16 00:52:48.035576 [ 148 ] {} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8442 | 2024.05.16 00:52:48.035622 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
8443 | 2024.05.16 00:52:48.035940 [ 195 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
8444 | 2024.05.16 00:52:48.035984 [ 3 ] {b39fe30f-8f85-465b-8130-22e99331106e} <Debug> DynamicQueryHandler: Done processing query | ||
8445 | 2024.05.16 00:52:48.036026 [ 3 ] {b39fe30f-8f85-465b-8130-22e99331106e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8446 | 2024.05.16 00:52:48.036063 [ 3 ] {} <Debug> HTTP-Session: acc76183-3326-454b-9a5e-c533aa3a4fec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8447 | 2024.05.16 00:52:48.036195 [ 195 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8448 | 2024.05.16 00:52:48.036527 [ 195 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2834 rows starting from the beginning of the part | ||
8449 | 2024.05.16 00:52:48.036783 [ 195 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
8450 | 2024.05.16 00:52:48.036981 [ 195 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
8451 | 2024.05.16 00:52:48.037146 [ 195 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
8452 | 2024.05.16 00:52:48.037345 [ 195 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
8453 | 2024.05.16 00:52:48.037536 [ 195 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
8454 | 2024.05.16 00:52:48.038330 [ 196 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8919 rows, containing 5 columns (5 merged, 0 gathered) in 0.007471837 sec., 1193682.3568287157 rows/sec., 83.27 MiB/sec. | ||
8455 | 2024.05.16 00:52:48.038548 [ 196 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
8456 | 2024.05.16 00:52:48.039456 [ 196 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8457 | 2024.05.16 00:52:48.039615 [ 196 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
8458 | 2024.05.16 00:52:48.039784 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.51 MiB. | ||
8459 | 2024.05.16 00:52:48.040918 [ 188 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3134 rows, containing 4 columns (4 merged, 0 gathered) in 0.00507231 sec., 617864.4444050146 rows/sec., 41.58 MiB/sec. | ||
8460 | 2024.05.16 00:52:48.041212 [ 188 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
8461 | 2024.05.16 00:52:48.041657 [ 188 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_61_12} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8462 | 2024.05.16 00:52:48.041745 [ 188 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_61_12} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
8463 | 2024.05.16 00:52:48.041836 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. | ||
8464 | 2024.05.16 00:52:53.014041 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8465 | 2024.05.16 00:52:53.014227 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8466 | 2024.05.16 00:52:53.014270 [ 3 ] {} <Debug> HTTP-Session: bae6cc27-80df-49de-966b-c76f44e6609a Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
8467 | 2024.05.16 00:52:53.014310 [ 3 ] {} <Debug> HTTP-Session: bae6cc27-80df-49de-966b-c76f44e6609a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8468 | 2024.05.16 00:52:53.014337 [ 3 ] {} <Debug> HTTP-Session: bae6cc27-80df-49de-966b-c76f44e6609a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8469 | 2024.05.16 00:52:53.014411 [ 3 ] {} <Trace> HTTP-Session: bae6cc27-80df-49de-966b-c76f44e6609a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8470 | 2024.05.16 00:52:53.014695 [ 3 ] {74617344-63dc-4d02-94c2-772a60001c83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8471 | 2024.05.16 00:52:53.014797 [ 3 ] {74617344-63dc-4d02-94c2-772a60001c83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8472 | 2024.05.16 00:52:53.015102 [ 3 ] {74617344-63dc-4d02-94c2-772a60001c83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8473 | 2024.05.16 00:52:53.015583 [ 3 ] {74617344-63dc-4d02-94c2-772a60001c83} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8474 | 2024.05.16 00:52:53.015625 [ 3 ] {74617344-63dc-4d02-94c2-772a60001c83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
8475 | 2024.05.16 00:52:53.015985 [ 3 ] {74617344-63dc-4d02-94c2-772a60001c83} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
8476 | 2024.05.16 00:52:53.016311 [ 3 ] {74617344-63dc-4d02-94c2-772a60001c83} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8477 | 2024.05.16 00:52:53.016474 [ 3 ] {74617344-63dc-4d02-94c2-772a60001c83} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001875 sec., 16000 rows/sec., 1.27 MiB/sec. | ||
8478 | 2024.05.16 00:52:53.016686 [ 3 ] {74617344-63dc-4d02-94c2-772a60001c83} <Debug> DynamicQueryHandler: Done processing query | ||
8479 | 2024.05.16 00:52:53.016712 [ 3 ] {74617344-63dc-4d02-94c2-772a60001c83} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8480 | 2024.05.16 00:52:53.016729 [ 3 ] {} <Debug> HTTP-Session: bae6cc27-80df-49de-966b-c76f44e6609a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8481 | 2024.05.16 00:52:53.016906 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 21403, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8482 | 2024.05.16 00:52:53.016958 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8483 | 2024.05.16 00:52:53.016977 [ 3 ] {} <Debug> HTTP-Session: b152a32b-0902-41ce-8383-006ffdd6ea92 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
8484 | 2024.05.16 00:52:53.016996 [ 3 ] {} <Debug> HTTP-Session: b152a32b-0902-41ce-8383-006ffdd6ea92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8485 | 2024.05.16 00:52:53.017010 [ 3 ] {} <Debug> HTTP-Session: b152a32b-0902-41ce-8383-006ffdd6ea92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8486 | 2024.05.16 00:52:53.017044 [ 3 ] {} <Trace> HTTP-Session: b152a32b-0902-41ce-8383-006ffdd6ea92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8487 | 2024.05.16 00:52:53.017188 [ 3 ] {d009ae8c-c822-4bf0-8a5f-059d20afb027} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8488 | 2024.05.16 00:52:53.017232 [ 3 ] {d009ae8c-c822-4bf0-8a5f-059d20afb027} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8489 | 2024.05.16 00:52:53.017362 [ 3 ] {d009ae8c-c822-4bf0-8a5f-059d20afb027} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8490 | 2024.05.16 00:52:53.017810 [ 3 ] {d009ae8c-c822-4bf0-8a5f-059d20afb027} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8491 | 2024.05.16 00:52:53.017846 [ 3 ] {d009ae8c-c822-4bf0-8a5f-059d20afb027} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
8492 | 2024.05.16 00:52:53.018165 [ 3 ] {d009ae8c-c822-4bf0-8a5f-059d20afb027} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
8493 | 2024.05.16 00:52:53.018471 [ 3 ] {d009ae8c-c822-4bf0-8a5f-059d20afb027} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8494 | 2024.05.16 00:52:53.018622 [ 3 ] {d009ae8c-c822-4bf0-8a5f-059d20afb027} <Debug> executeQuery: Read 146 rows, 12.52 KiB in 0.001494 sec., 97724.23025435072 rows/sec., 8.18 MiB/sec. | ||
8495 | 2024.05.16 00:52:53.018879 [ 3 ] {d009ae8c-c822-4bf0-8a5f-059d20afb027} <Debug> DynamicQueryHandler: Done processing query | ||
8496 | 2024.05.16 00:52:53.018946 [ 3 ] {d009ae8c-c822-4bf0-8a5f-059d20afb027} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8497 | 2024.05.16 00:52:53.019015 [ 3 ] {} <Debug> HTTP-Session: b152a32b-0902-41ce-8383-006ffdd6ea92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8498 | 2024.05.16 00:52:53.019207 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 15971, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8499 | 2024.05.16 00:52:53.019260 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8500 | 2024.05.16 00:52:53.019279 [ 3 ] {} <Debug> HTTP-Session: ba0910ac-f540-4cbf-8e20-d8e9b37082dc Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
8501 | 2024.05.16 00:52:53.019297 [ 3 ] {} <Debug> HTTP-Session: ba0910ac-f540-4cbf-8e20-d8e9b37082dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8502 | 2024.05.16 00:52:53.019311 [ 3 ] {} <Debug> HTTP-Session: ba0910ac-f540-4cbf-8e20-d8e9b37082dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8503 | 2024.05.16 00:52:53.019343 [ 3 ] {} <Trace> HTTP-Session: ba0910ac-f540-4cbf-8e20-d8e9b37082dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8504 | 2024.05.16 00:52:53.019468 [ 3 ] {24e043c4-138c-424d-abcf-5dd190bc0ba7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8505 | 2024.05.16 00:52:53.019512 [ 3 ] {24e043c4-138c-424d-abcf-5dd190bc0ba7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8506 | 2024.05.16 00:52:53.019658 [ 3 ] {24e043c4-138c-424d-abcf-5dd190bc0ba7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8507 | 2024.05.16 00:52:53.020041 [ 3 ] {24e043c4-138c-424d-abcf-5dd190bc0ba7} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8508 | 2024.05.16 00:52:53.020077 [ 3 ] {24e043c4-138c-424d-abcf-5dd190bc0ba7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
8509 | 2024.05.16 00:52:53.020380 [ 3 ] {24e043c4-138c-424d-abcf-5dd190bc0ba7} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
8510 | 2024.05.16 00:52:53.020694 [ 3 ] {24e043c4-138c-424d-abcf-5dd190bc0ba7} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8511 | 2024.05.16 00:52:53.020827 [ 3 ] {24e043c4-138c-424d-abcf-5dd190bc0ba7} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001406 sec., 66856.33001422476 rows/sec., 5.22 MiB/sec. | ||
8512 | 2024.05.16 00:52:53.021019 [ 3 ] {24e043c4-138c-424d-abcf-5dd190bc0ba7} <Debug> DynamicQueryHandler: Done processing query | ||
8513 | 2024.05.16 00:52:53.021044 [ 3 ] {24e043c4-138c-424d-abcf-5dd190bc0ba7} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
8514 | 2024.05.16 00:52:53.021060 [ 3 ] {} <Debug> HTTP-Session: ba0910ac-f540-4cbf-8e20-d8e9b37082dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8515 | 2024.05.16 00:52:53.021214 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8516 | 2024.05.16 00:52:53.021263 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8517 | 2024.05.16 00:52:53.021281 [ 3 ] {} <Debug> HTTP-Session: 83371600-8b41-446c-8bc3-6b666e198d99 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
8518 | 2024.05.16 00:52:53.021297 [ 3 ] {} <Debug> HTTP-Session: 83371600-8b41-446c-8bc3-6b666e198d99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8519 | 2024.05.16 00:52:53.021310 [ 3 ] {} <Debug> HTTP-Session: 83371600-8b41-446c-8bc3-6b666e198d99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8520 | 2024.05.16 00:52:53.021339 [ 3 ] {} <Trace> HTTP-Session: 83371600-8b41-446c-8bc3-6b666e198d99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8521 | 2024.05.16 00:52:53.021480 [ 3 ] {5a00fed5-6af1-4db1-8623-42b27cab515b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8522 | 2024.05.16 00:52:53.021525 [ 3 ] {5a00fed5-6af1-4db1-8623-42b27cab515b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8523 | 2024.05.16 00:52:53.021677 [ 3 ] {5a00fed5-6af1-4db1-8623-42b27cab515b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8524 | 2024.05.16 00:52:53.022041 [ 3 ] {5a00fed5-6af1-4db1-8623-42b27cab515b} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8525 | 2024.05.16 00:52:53.022076 [ 3 ] {5a00fed5-6af1-4db1-8623-42b27cab515b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
8526 | 2024.05.16 00:52:53.022457 [ 3 ] {5a00fed5-6af1-4db1-8623-42b27cab515b} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
8527 | 2024.05.16 00:52:53.022788 [ 3 ] {5a00fed5-6af1-4db1-8623-42b27cab515b} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8528 | 2024.05.16 00:52:53.022936 [ 3 ] {5a00fed5-6af1-4db1-8623-42b27cab515b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001518 sec., 105401.84453227931 rows/sec., 7.34 MiB/sec. | ||
8529 | 2024.05.16 00:52:53.023179 [ 3 ] {5a00fed5-6af1-4db1-8623-42b27cab515b} <Debug> DynamicQueryHandler: Done processing query | ||
8530 | 2024.05.16 00:52:53.023234 [ 3 ] {5a00fed5-6af1-4db1-8623-42b27cab515b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8531 | 2024.05.16 00:52:53.023290 [ 3 ] {} <Debug> HTTP-Session: 83371600-8b41-446c-8bc3-6b666e198d99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8532 | 2024.05.16 00:52:53.023503 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 32124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8533 | 2024.05.16 00:52:53.023553 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8534 | 2024.05.16 00:52:53.023573 [ 3 ] {} <Debug> HTTP-Session: fb36c88e-94da-48a8-a353-83a3f8395cde Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
8535 | 2024.05.16 00:52:53.023591 [ 3 ] {} <Debug> HTTP-Session: fb36c88e-94da-48a8-a353-83a3f8395cde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8536 | 2024.05.16 00:52:53.023604 [ 3 ] {} <Debug> HTTP-Session: fb36c88e-94da-48a8-a353-83a3f8395cde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8537 | 2024.05.16 00:52:53.023635 [ 3 ] {} <Trace> HTTP-Session: fb36c88e-94da-48a8-a353-83a3f8395cde Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8538 | 2024.05.16 00:52:53.023892 [ 3 ] {aa795651-c119-49de-9828-a2b65d78c6ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8539 | 2024.05.16 00:52:53.023942 [ 3 ] {aa795651-c119-49de-9828-a2b65d78c6ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
8540 | 2024.05.16 00:52:53.024121 [ 3 ] {aa795651-c119-49de-9828-a2b65d78c6ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8541 | 2024.05.16 00:52:53.024588 [ 3 ] {aa795651-c119-49de-9828-a2b65d78c6ab} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8542 | 2024.05.16 00:52:53.024625 [ 3 ] {aa795651-c119-49de-9828-a2b65d78c6ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
8543 | 2024.05.16 00:52:53.025038 [ 3 ] {aa795651-c119-49de-9828-a2b65d78c6ab} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
8544 | 2024.05.16 00:52:53.025373 [ 3 ] {aa795651-c119-49de-9828-a2b65d78c6ab} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8545 | 2024.05.16 00:52:53.025521 [ 3 ] {aa795651-c119-49de-9828-a2b65d78c6ab} <Debug> executeQuery: Read 30 rows, 41.46 KiB in 0.001799 sec., 16675.93107281823 rows/sec., 22.50 MiB/sec. | ||
8546 | 2024.05.16 00:52:53.025545 [ 142 ] {} <Debug> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
8547 | 2024.05.16 00:52:53.025643 [ 142 ] {} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8548 | 2024.05.16 00:52:53.025688 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
8549 | 2024.05.16 00:52:53.025802 [ 3 ] {aa795651-c119-49de-9828-a2b65d78c6ab} <Debug> DynamicQueryHandler: Done processing query | ||
8550 | 2024.05.16 00:52:53.025885 [ 3 ] {aa795651-c119-49de-9828-a2b65d78c6ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
8551 | 2024.05.16 00:52:53.025947 [ 3 ] {} <Debug> HTTP-Session: fb36c88e-94da-48a8-a353-83a3f8395cde Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8552 | 2024.05.16 00:52:53.025975 [ 192 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::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 | ||
8553 | 2024.05.16 00:52:53.026216 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8554 | 2024.05.16 00:52:53.026402 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8555 | 2024.05.16 00:52:53.026513 [ 3 ] {} <Debug> HTTP-Session: 07835a47-9486-40af-9a42-c8a002b6071b Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
8556 | 2024.05.16 00:52:53.026583 [ 3 ] {} <Debug> HTTP-Session: 07835a47-9486-40af-9a42-c8a002b6071b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8557 | 2024.05.16 00:52:53.026663 [ 3 ] {} <Debug> HTTP-Session: 07835a47-9486-40af-9a42-c8a002b6071b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8558 | 2024.05.16 00:52:53.026755 [ 192 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8559 | 2024.05.16 00:52:53.026759 [ 3 ] {} <Trace> HTTP-Session: 07835a47-9486-40af-9a42-c8a002b6071b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8560 | 2024.05.16 00:52:53.026799 [ 192 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 738 rows starting from the beginning of the part | ||
8561 | 2024.05.16 00:52:53.026962 [ 192 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 30 rows starting from the beginning of the part | ||
8562 | 2024.05.16 00:52:53.027010 [ 3 ] {b5699a5a-96c1-46f2-917e-c104d9383770} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8563 | 2024.05.16 00:52:53.027220 [ 3 ] {b5699a5a-96c1-46f2-917e-c104d9383770} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8564 | 2024.05.16 00:52:53.027377 [ 192 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 30 rows starting from the beginning of the part | ||
8565 | 2024.05.16 00:52:53.027864 [ 192 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 30 rows starting from the beginning of the part | ||
8566 | 2024.05.16 00:52:53.028277 [ 192 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 30 rows starting from the beginning of the part | ||
8567 | 2024.05.16 00:52:53.028561 [ 3 ] {b5699a5a-96c1-46f2-917e-c104d9383770} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8568 | 2024.05.16 00:52:53.028629 [ 192 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 30 rows starting from the beginning of the part | ||
8569 | 2024.05.16 00:52:53.029331 [ 3 ] {b5699a5a-96c1-46f2-917e-c104d9383770} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8570 | 2024.05.16 00:52:53.029375 [ 3 ] {b5699a5a-96c1-46f2-917e-c104d9383770} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
8571 | 2024.05.16 00:52:53.029883 [ 3 ] {b5699a5a-96c1-46f2-917e-c104d9383770} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
8572 | 2024.05.16 00:52:53.030270 [ 3 ] {b5699a5a-96c1-46f2-917e-c104d9383770} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8573 | 2024.05.16 00:52:53.030495 [ 3 ] {b5699a5a-96c1-46f2-917e-c104d9383770} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003621 sec., 16570.008285004144 rows/sec., 1.12 MiB/sec. | ||
8574 | 2024.05.16 00:52:53.030725 [ 3 ] {b5699a5a-96c1-46f2-917e-c104d9383770} <Debug> DynamicQueryHandler: Done processing query | ||
8575 | 2024.05.16 00:52:53.030756 [ 3 ] {b5699a5a-96c1-46f2-917e-c104d9383770} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8576 | 2024.05.16 00:52:53.030786 [ 3 ] {} <Debug> HTTP-Session: 07835a47-9486-40af-9a42-c8a002b6071b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8577 | 2024.05.16 00:52:53.045044 [ 192 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 888 rows, containing 6 columns (6 merged, 0 gathered) in 0.019277566 sec., 46063.9066155966 rows/sec., 62.16 MiB/sec. | ||
8578 | 2024.05.16 00:52:53.045779 [ 192 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
8579 | 2024.05.16 00:52:53.046159 [ 192 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8580 | 2024.05.16 00:52:53.046236 [ 192 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
8581 | 2024.05.16 00:52:53.046310 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.41 MiB. | ||
8582 | 2024.05.16 00:52:58.012767 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8583 | 2024.05.16 00:52:58.012888 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8584 | 2024.05.16 00:52:58.012911 [ 3 ] {} <Debug> HTTP-Session: ee407ced-7f7e-4f85-be12-f18527495a1a Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
8585 | 2024.05.16 00:52:58.012935 [ 3 ] {} <Debug> HTTP-Session: ee407ced-7f7e-4f85-be12-f18527495a1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8586 | 2024.05.16 00:52:58.012950 [ 3 ] {} <Debug> HTTP-Session: ee407ced-7f7e-4f85-be12-f18527495a1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8587 | 2024.05.16 00:52:58.012999 [ 3 ] {} <Trace> HTTP-Session: ee407ced-7f7e-4f85-be12-f18527495a1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8588 | 2024.05.16 00:52:58.013185 [ 3 ] {c0837c76-65e9-4ab0-a607-38471f08f363} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8589 | 2024.05.16 00:52:58.013248 [ 3 ] {c0837c76-65e9-4ab0-a607-38471f08f363} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8590 | 2024.05.16 00:52:58.013426 [ 3 ] {c0837c76-65e9-4ab0-a607-38471f08f363} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8591 | 2024.05.16 00:52:58.013864 [ 3 ] {c0837c76-65e9-4ab0-a607-38471f08f363} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8592 | 2024.05.16 00:52:58.013910 [ 3 ] {c0837c76-65e9-4ab0-a607-38471f08f363} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
8593 | 2024.05.16 00:52:58.014269 [ 3 ] {c0837c76-65e9-4ab0-a607-38471f08f363} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
8594 | 2024.05.16 00:52:58.014595 [ 3 ] {c0837c76-65e9-4ab0-a607-38471f08f363} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8595 | 2024.05.16 00:52:58.014761 [ 3 ] {c0837c76-65e9-4ab0-a607-38471f08f363} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001634 sec., 34271.72582619339 rows/sec., 2.62 MiB/sec. | ||
8596 | 2024.05.16 00:52:58.014970 [ 3 ] {c0837c76-65e9-4ab0-a607-38471f08f363} <Debug> DynamicQueryHandler: Done processing query | ||
8597 | 2024.05.16 00:52:58.014997 [ 3 ] {c0837c76-65e9-4ab0-a607-38471f08f363} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8598 | 2024.05.16 00:52:58.015013 [ 3 ] {} <Debug> HTTP-Session: ee407ced-7f7e-4f85-be12-f18527495a1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8599 | 2024.05.16 00:52:58.015221 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8600 | 2024.05.16 00:52:58.015290 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8601 | 2024.05.16 00:52:58.015313 [ 3 ] {} <Debug> HTTP-Session: 169cc686-2a96-402d-8fa6-b51a9a9d1692 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
8602 | 2024.05.16 00:52:58.015333 [ 3 ] {} <Debug> HTTP-Session: 169cc686-2a96-402d-8fa6-b51a9a9d1692 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8603 | 2024.05.16 00:52:58.015346 [ 3 ] {} <Debug> HTTP-Session: 169cc686-2a96-402d-8fa6-b51a9a9d1692 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8604 | 2024.05.16 00:52:58.015388 [ 3 ] {} <Trace> HTTP-Session: 169cc686-2a96-402d-8fa6-b51a9a9d1692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8605 | 2024.05.16 00:52:58.015533 [ 3 ] {0df96fd2-28fe-4e1c-818b-41deb44b5223} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8606 | 2024.05.16 00:52:58.015596 [ 3 ] {0df96fd2-28fe-4e1c-818b-41deb44b5223} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8607 | 2024.05.16 00:52:58.015787 [ 3 ] {0df96fd2-28fe-4e1c-818b-41deb44b5223} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8608 | 2024.05.16 00:52:58.016216 [ 3 ] {0df96fd2-28fe-4e1c-818b-41deb44b5223} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8609 | 2024.05.16 00:52:58.016264 [ 3 ] {0df96fd2-28fe-4e1c-818b-41deb44b5223} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
8610 | 2024.05.16 00:52:58.016601 [ 3 ] {0df96fd2-28fe-4e1c-818b-41deb44b5223} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
8611 | 2024.05.16 00:52:58.016923 [ 3 ] {0df96fd2-28fe-4e1c-818b-41deb44b5223} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8612 | 2024.05.16 00:52:58.017078 [ 3 ] {0df96fd2-28fe-4e1c-818b-41deb44b5223} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001598 sec., 40050.06257822278 rows/sec., 3.13 MiB/sec. | ||
8613 | 2024.05.16 00:52:58.017241 [ 3 ] {0df96fd2-28fe-4e1c-818b-41deb44b5223} <Debug> DynamicQueryHandler: Done processing query | ||
8614 | 2024.05.16 00:52:58.017266 [ 3 ] {0df96fd2-28fe-4e1c-818b-41deb44b5223} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8615 | 2024.05.16 00:52:58.017282 [ 3 ] {} <Debug> HTTP-Session: 169cc686-2a96-402d-8fa6-b51a9a9d1692 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8616 | 2024.05.16 00:52:58.017434 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8617 | 2024.05.16 00:52:58.017484 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8618 | 2024.05.16 00:52:58.017504 [ 3 ] {} <Debug> HTTP-Session: 0604d3ab-e608-43eb-a023-2a0fd407cf7d Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
8619 | 2024.05.16 00:52:58.017521 [ 3 ] {} <Debug> HTTP-Session: 0604d3ab-e608-43eb-a023-2a0fd407cf7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8620 | 2024.05.16 00:52:58.017536 [ 3 ] {} <Debug> HTTP-Session: 0604d3ab-e608-43eb-a023-2a0fd407cf7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8621 | 2024.05.16 00:52:58.017570 [ 3 ] {} <Trace> HTTP-Session: 0604d3ab-e608-43eb-a023-2a0fd407cf7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8622 | 2024.05.16 00:52:58.017721 [ 3 ] {50105c4f-8248-4806-b160-2749b7c2f647} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8623 | 2024.05.16 00:52:58.017768 [ 3 ] {50105c4f-8248-4806-b160-2749b7c2f647} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8624 | 2024.05.16 00:52:58.017914 [ 3 ] {50105c4f-8248-4806-b160-2749b7c2f647} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8625 | 2024.05.16 00:52:58.018295 [ 3 ] {50105c4f-8248-4806-b160-2749b7c2f647} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8626 | 2024.05.16 00:52:58.018332 [ 3 ] {50105c4f-8248-4806-b160-2749b7c2f647} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
8627 | 2024.05.16 00:52:58.018729 [ 3 ] {50105c4f-8248-4806-b160-2749b7c2f647} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
8628 | 2024.05.16 00:52:58.019064 [ 3 ] {50105c4f-8248-4806-b160-2749b7c2f647} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8629 | 2024.05.16 00:52:58.019226 [ 3 ] {50105c4f-8248-4806-b160-2749b7c2f647} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001566 sec., 102171.13665389529 rows/sec., 7.12 MiB/sec. | ||
8630 | 2024.05.16 00:52:58.019406 [ 3 ] {50105c4f-8248-4806-b160-2749b7c2f647} <Debug> DynamicQueryHandler: Done processing query | ||
8631 | 2024.05.16 00:52:58.019443 [ 3 ] {50105c4f-8248-4806-b160-2749b7c2f647} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8632 | 2024.05.16 00:52:58.019476 [ 3 ] {} <Debug> HTTP-Session: 0604d3ab-e608-43eb-a023-2a0fd407cf7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8633 | 2024.05.16 00:52:58.019630 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8634 | 2024.05.16 00:52:58.019681 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8635 | 2024.05.16 00:52:58.019701 [ 3 ] {} <Debug> HTTP-Session: e4c07674-8aad-4cd4-ac2d-2cfd23aaf6a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
8636 | 2024.05.16 00:52:58.019718 [ 3 ] {} <Debug> HTTP-Session: e4c07674-8aad-4cd4-ac2d-2cfd23aaf6a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8637 | 2024.05.16 00:52:58.019732 [ 3 ] {} <Debug> HTTP-Session: e4c07674-8aad-4cd4-ac2d-2cfd23aaf6a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8638 | 2024.05.16 00:52:58.019762 [ 3 ] {} <Trace> HTTP-Session: e4c07674-8aad-4cd4-ac2d-2cfd23aaf6a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8639 | 2024.05.16 00:52:58.019876 [ 3 ] {6ec88a1a-553c-40af-8c1d-c82b59d0c2e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8640 | 2024.05.16 00:52:58.019920 [ 3 ] {6ec88a1a-553c-40af-8c1d-c82b59d0c2e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8641 | 2024.05.16 00:52:58.020044 [ 3 ] {6ec88a1a-553c-40af-8c1d-c82b59d0c2e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8642 | 2024.05.16 00:52:58.020342 [ 3 ] {6ec88a1a-553c-40af-8c1d-c82b59d0c2e1} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8643 | 2024.05.16 00:52:58.020380 [ 3 ] {6ec88a1a-553c-40af-8c1d-c82b59d0c2e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. | ||
8644 | 2024.05.16 00:52:58.020735 [ 3 ] {6ec88a1a-553c-40af-8c1d-c82b59d0c2e1} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
8645 | 2024.05.16 00:52:58.021056 [ 3 ] {6ec88a1a-553c-40af-8c1d-c82b59d0c2e1} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8646 | 2024.05.16 00:52:58.021212 [ 3 ] {6ec88a1a-553c-40af-8c1d-c82b59d0c2e1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001366 sec., 43923.86530014641 rows/sec., 2.96 MiB/sec. | ||
8647 | 2024.05.16 00:52:58.021390 [ 3 ] {6ec88a1a-553c-40af-8c1d-c82b59d0c2e1} <Debug> DynamicQueryHandler: Done processing query | ||
8648 | 2024.05.16 00:52:58.021431 [ 3 ] {6ec88a1a-553c-40af-8c1d-c82b59d0c2e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8649 | 2024.05.16 00:52:58.021461 [ 3 ] {} <Debug> HTTP-Session: e4c07674-8aad-4cd4-ac2d-2cfd23aaf6a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8650 | 2024.05.16 00:52:59.855129 [ 136 ] {} <Debug> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
8651 | 2024.05.16 00:52:59.855212 [ 136 ] {} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8652 | 2024.05.16 00:52:59.855239 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
8653 | 2024.05.16 00:52:59.855521 [ 194 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::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 | ||
8654 | 2024.05.16 00:52:59.855813 [ 194 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8655 | 2024.05.16 00:52:59.855875 [ 194 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::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 | ||
8656 | 2024.05.16 00:52:59.856051 [ 194 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part | ||
8657 | 2024.05.16 00:52:59.856212 [ 194 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::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 | ||
8658 | 2024.05.16 00:52:59.856519 [ 194 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 4 rows starting from the beginning of the part | ||
8659 | 2024.05.16 00:52:59.856660 [ 194 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part | ||
8660 | 2024.05.16 00:52:59.857671 [ 186 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.002346495 sec., 11932.691098851692 rows/sec., 833.19 KiB/sec. | ||
8661 | 2024.05.16 00:52:59.857867 [ 186 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
8662 | 2024.05.16 00:52:59.858354 [ 186 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_18_4} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8663 | 2024.05.16 00:52:59.858443 [ 186 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_18_4} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 | ||
8664 | 2024.05.16 00:52:59.858539 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
8665 | 2024.05.16 00:53:00.217598 [ 137 ] {} <Debug> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
8666 | 2024.05.16 00:53:00.217663 [ 137 ] {} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8667 | 2024.05.16 00:53:00.217685 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
8668 | 2024.05.16 00:53:00.217897 [ 200 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::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 | ||
8669 | 2024.05.16 00:53:00.218095 [ 200 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8670 | 2024.05.16 00:53:00.218136 [ 200 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::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 | ||
8671 | 2024.05.16 00:53:00.218255 [ 200 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part | ||
8672 | 2024.05.16 00:53:00.218424 [ 200 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::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 | ||
8673 | 2024.05.16 00:53:00.218632 [ 200 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 4 rows starting from the beginning of the part | ||
8674 | 2024.05.16 00:53:00.218789 [ 200 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part | ||
8675 | 2024.05.16 00:53:00.219785 [ 194 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.002029418 sec., 13797.0590583113 rows/sec., 1.10 MiB/sec. | ||
8676 | 2024.05.16 00:53:00.219992 [ 201 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
8677 | 2024.05.16 00:53:00.220466 [ 201 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_18_4} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8678 | 2024.05.16 00:53:00.220553 [ 201 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_18_4} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 | ||
8679 | 2024.05.16 00:53:00.220648 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
8680 | 2024.05.16 00:53:01.309831 [ 135 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8681 | 2024.05.16 00:53:01.309910 [ 135 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8682 | 2024.05.16 00:53:02.001185 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00084068 sec. | ||
8683 | 2024.05.16 00:53:03.013716 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8684 | 2024.05.16 00:53:03.013877 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8685 | 2024.05.16 00:53:03.013922 [ 3 ] {} <Debug> HTTP-Session: aa9c5a4e-6ba7-4634-9223-e19ae9376452 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
8686 | 2024.05.16 00:53:03.013962 [ 3 ] {} <Debug> HTTP-Session: aa9c5a4e-6ba7-4634-9223-e19ae9376452 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8687 | 2024.05.16 00:53:03.013990 [ 3 ] {} <Debug> HTTP-Session: aa9c5a4e-6ba7-4634-9223-e19ae9376452 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8688 | 2024.05.16 00:53:03.014066 [ 3 ] {} <Trace> HTTP-Session: aa9c5a4e-6ba7-4634-9223-e19ae9376452 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8689 | 2024.05.16 00:53:03.014350 [ 3 ] {d12deef6-1036-416a-8aa0-6981cc085323} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8690 | 2024.05.16 00:53:03.014452 [ 3 ] {d12deef6-1036-416a-8aa0-6981cc085323} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8691 | 2024.05.16 00:53:03.014663 [ 3 ] {d12deef6-1036-416a-8aa0-6981cc085323} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8692 | 2024.05.16 00:53:03.015152 [ 3 ] {d12deef6-1036-416a-8aa0-6981cc085323} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8693 | 2024.05.16 00:53:03.015197 [ 3 ] {d12deef6-1036-416a-8aa0-6981cc085323} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
8694 | 2024.05.16 00:53:03.015602 [ 3 ] {d12deef6-1036-416a-8aa0-6981cc085323} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
8695 | 2024.05.16 00:53:03.015933 [ 3 ] {d12deef6-1036-416a-8aa0-6981cc085323} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8696 | 2024.05.16 00:53:03.016085 [ 3 ] {d12deef6-1036-416a-8aa0-6981cc085323} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001835 sec., 16348.773841961853 rows/sec., 1.29 MiB/sec. | ||
8697 | 2024.05.16 00:53:03.016403 [ 3 ] {d12deef6-1036-416a-8aa0-6981cc085323} <Debug> DynamicQueryHandler: Done processing query | ||
8698 | 2024.05.16 00:53:03.016451 [ 3 ] {d12deef6-1036-416a-8aa0-6981cc085323} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8699 | 2024.05.16 00:53:03.016484 [ 3 ] {} <Debug> HTTP-Session: aa9c5a4e-6ba7-4634-9223-e19ae9376452 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8700 | 2024.05.16 00:53:03.016652 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8701 | 2024.05.16 00:53:03.016707 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8702 | 2024.05.16 00:53:03.016727 [ 3 ] {} <Debug> HTTP-Session: 7fd6392a-b38a-4d78-8288-48732d365532 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
8703 | 2024.05.16 00:53:03.016746 [ 3 ] {} <Debug> HTTP-Session: 7fd6392a-b38a-4d78-8288-48732d365532 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8704 | 2024.05.16 00:53:03.016759 [ 3 ] {} <Debug> HTTP-Session: 7fd6392a-b38a-4d78-8288-48732d365532 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8705 | 2024.05.16 00:53:03.016793 [ 3 ] {} <Trace> HTTP-Session: 7fd6392a-b38a-4d78-8288-48732d365532 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8706 | 2024.05.16 00:53:03.016904 [ 3 ] {96fba489-4294-411f-b947-0034803869b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8707 | 2024.05.16 00:53:03.016951 [ 3 ] {96fba489-4294-411f-b947-0034803869b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8708 | 2024.05.16 00:53:03.017101 [ 3 ] {96fba489-4294-411f-b947-0034803869b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8709 | 2024.05.16 00:53:03.017393 [ 3 ] {96fba489-4294-411f-b947-0034803869b4} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8710 | 2024.05.16 00:53:03.017429 [ 3 ] {96fba489-4294-411f-b947-0034803869b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
8711 | 2024.05.16 00:53:03.017725 [ 3 ] {96fba489-4294-411f-b947-0034803869b4} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
8712 | 2024.05.16 00:53:03.018020 [ 3 ] {96fba489-4294-411f-b947-0034803869b4} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8713 | 2024.05.16 00:53:03.018172 [ 3 ] {96fba489-4294-411f-b947-0034803869b4} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001296 sec., 3086.4197530864194 rows/sec., 251.68 KiB/sec. | ||
8714 | 2024.05.16 00:53:03.018332 [ 3 ] {96fba489-4294-411f-b947-0034803869b4} <Debug> DynamicQueryHandler: Done processing query | ||
8715 | 2024.05.16 00:53:03.018356 [ 3 ] {96fba489-4294-411f-b947-0034803869b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8716 | 2024.05.16 00:53:03.018371 [ 3 ] {} <Debug> HTTP-Session: 7fd6392a-b38a-4d78-8288-48732d365532 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8717 | 2024.05.16 00:53:03.018553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 21669, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8718 | 2024.05.16 00:53:03.018601 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8719 | 2024.05.16 00:53:03.018619 [ 3 ] {} <Debug> HTTP-Session: 47ee5c0d-fce5-401d-bd07-73ae3af957e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
8720 | 2024.05.16 00:53:03.018636 [ 3 ] {} <Debug> HTTP-Session: 47ee5c0d-fce5-401d-bd07-73ae3af957e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8721 | 2024.05.16 00:53:03.018649 [ 3 ] {} <Debug> HTTP-Session: 47ee5c0d-fce5-401d-bd07-73ae3af957e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8722 | 2024.05.16 00:53:03.018681 [ 3 ] {} <Trace> HTTP-Session: 47ee5c0d-fce5-401d-bd07-73ae3af957e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8723 | 2024.05.16 00:53:03.018816 [ 3 ] {bc88bda0-6af4-4edd-ba3d-54e5788133c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8724 | 2024.05.16 00:53:03.018859 [ 3 ] {bc88bda0-6af4-4edd-ba3d-54e5788133c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8725 | 2024.05.16 00:53:03.018983 [ 3 ] {bc88bda0-6af4-4edd-ba3d-54e5788133c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8726 | 2024.05.16 00:53:03.019353 [ 3 ] {bc88bda0-6af4-4edd-ba3d-54e5788133c3} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8727 | 2024.05.16 00:53:03.019388 [ 3 ] {bc88bda0-6af4-4edd-ba3d-54e5788133c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
8728 | 2024.05.16 00:53:03.019693 [ 3 ] {bc88bda0-6af4-4edd-ba3d-54e5788133c3} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
8729 | 2024.05.16 00:53:03.019983 [ 3 ] {bc88bda0-6af4-4edd-ba3d-54e5788133c3} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8730 | 2024.05.16 00:53:03.020132 [ 3 ] {bc88bda0-6af4-4edd-ba3d-54e5788133c3} <Debug> executeQuery: Read 148 rows, 12.67 KiB in 0.001375 sec., 107636.36363636365 rows/sec., 9.00 MiB/sec. | ||
8731 | 2024.05.16 00:53:03.020305 [ 3 ] {bc88bda0-6af4-4edd-ba3d-54e5788133c3} <Debug> DynamicQueryHandler: Done processing query | ||
8732 | 2024.05.16 00:53:03.020328 [ 3 ] {bc88bda0-6af4-4edd-ba3d-54e5788133c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8733 | 2024.05.16 00:53:03.020344 [ 3 ] {} <Debug> HTTP-Session: 47ee5c0d-fce5-401d-bd07-73ae3af957e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8734 | 2024.05.16 00:53:03.020457 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8735 | 2024.05.16 00:53:03.020505 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8736 | 2024.05.16 00:53:03.020524 [ 3 ] {} <Debug> HTTP-Session: 2e7efd8c-e7d6-45b7-890a-ea24e01004a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
8737 | 2024.05.16 00:53:03.020540 [ 3 ] {} <Debug> HTTP-Session: 2e7efd8c-e7d6-45b7-890a-ea24e01004a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8738 | 2024.05.16 00:53:03.020554 [ 3 ] {} <Debug> HTTP-Session: 2e7efd8c-e7d6-45b7-890a-ea24e01004a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8739 | 2024.05.16 00:53:03.020584 [ 3 ] {} <Trace> HTTP-Session: 2e7efd8c-e7d6-45b7-890a-ea24e01004a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8740 | 2024.05.16 00:53:03.020677 [ 3 ] {176106f7-dd19-4163-b66b-0c83ef4b2461} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8741 | 2024.05.16 00:53:03.020719 [ 3 ] {176106f7-dd19-4163-b66b-0c83ef4b2461} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8742 | 2024.05.16 00:53:03.020845 [ 3 ] {176106f7-dd19-4163-b66b-0c83ef4b2461} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8743 | 2024.05.16 00:53:03.021104 [ 3 ] {176106f7-dd19-4163-b66b-0c83ef4b2461} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8744 | 2024.05.16 00:53:03.021140 [ 3 ] {176106f7-dd19-4163-b66b-0c83ef4b2461} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
8745 | 2024.05.16 00:53:03.021432 [ 3 ] {176106f7-dd19-4163-b66b-0c83ef4b2461} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
8746 | 2024.05.16 00:53:03.021729 [ 3 ] {176106f7-dd19-4163-b66b-0c83ef4b2461} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8747 | 2024.05.16 00:53:03.021877 [ 3 ] {176106f7-dd19-4163-b66b-0c83ef4b2461} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001223 sec., 3270.645952575634 rows/sec., 228.37 KiB/sec. | ||
8748 | 2024.05.16 00:53:03.022023 [ 3 ] {176106f7-dd19-4163-b66b-0c83ef4b2461} <Debug> DynamicQueryHandler: Done processing query | ||
8749 | 2024.05.16 00:53:03.022047 [ 3 ] {176106f7-dd19-4163-b66b-0c83ef4b2461} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8750 | 2024.05.16 00:53:03.022062 [ 3 ] {} <Debug> HTTP-Session: 2e7efd8c-e7d6-45b7-890a-ea24e01004a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8751 | 2024.05.16 00:53:03.022183 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 16653, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8752 | 2024.05.16 00:53:03.022229 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8753 | 2024.05.16 00:53:03.022247 [ 3 ] {} <Debug> HTTP-Session: c0bbe4f2-07bc-4261-814a-a7227403862c Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
8754 | 2024.05.16 00:53:03.022265 [ 3 ] {} <Debug> HTTP-Session: c0bbe4f2-07bc-4261-814a-a7227403862c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8755 | 2024.05.16 00:53:03.022278 [ 3 ] {} <Debug> HTTP-Session: c0bbe4f2-07bc-4261-814a-a7227403862c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8756 | 2024.05.16 00:53:03.022308 [ 3 ] {} <Trace> HTTP-Session: c0bbe4f2-07bc-4261-814a-a7227403862c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8757 | 2024.05.16 00:53:03.022425 [ 3 ] {dbaad9b6-5efe-4c86-a281-f1906c4fd28e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8758 | 2024.05.16 00:53:03.022467 [ 3 ] {dbaad9b6-5efe-4c86-a281-f1906c4fd28e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8759 | 2024.05.16 00:53:03.022588 [ 3 ] {dbaad9b6-5efe-4c86-a281-f1906c4fd28e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8760 | 2024.05.16 00:53:03.022920 [ 3 ] {dbaad9b6-5efe-4c86-a281-f1906c4fd28e} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8761 | 2024.05.16 00:53:03.022955 [ 3 ] {dbaad9b6-5efe-4c86-a281-f1906c4fd28e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
8762 | 2024.05.16 00:53:03.023255 [ 3 ] {dbaad9b6-5efe-4c86-a281-f1906c4fd28e} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
8763 | 2024.05.16 00:53:03.023544 [ 3 ] {dbaad9b6-5efe-4c86-a281-f1906c4fd28e} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8764 | 2024.05.16 00:53:03.023691 [ 3 ] {dbaad9b6-5efe-4c86-a281-f1906c4fd28e} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001303 sec., 75211.05141980047 rows/sec., 5.88 MiB/sec. | ||
8765 | 2024.05.16 00:53:03.023851 [ 3 ] {dbaad9b6-5efe-4c86-a281-f1906c4fd28e} <Debug> DynamicQueryHandler: Done processing query | ||
8766 | 2024.05.16 00:53:03.023876 [ 3 ] {dbaad9b6-5efe-4c86-a281-f1906c4fd28e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
8767 | 2024.05.16 00:53:03.023891 [ 3 ] {} <Debug> HTTP-Session: c0bbe4f2-07bc-4261-814a-a7227403862c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8768 | 2024.05.16 00:53:03.024052 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 31014, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8769 | 2024.05.16 00:53:03.024099 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8770 | 2024.05.16 00:53:03.024118 [ 3 ] {} <Debug> HTTP-Session: 0e3d14c8-494c-4fc7-839c-fc1ab62b9979 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
8771 | 2024.05.16 00:53:03.024134 [ 3 ] {} <Debug> HTTP-Session: 0e3d14c8-494c-4fc7-839c-fc1ab62b9979 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8772 | 2024.05.16 00:53:03.024147 [ 3 ] {} <Debug> HTTP-Session: 0e3d14c8-494c-4fc7-839c-fc1ab62b9979 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8773 | 2024.05.16 00:53:03.024177 [ 3 ] {} <Trace> HTTP-Session: 0e3d14c8-494c-4fc7-839c-fc1ab62b9979 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8774 | 2024.05.16 00:53:03.024323 [ 3 ] {05f81adc-8e6b-45fe-ac82-6eb01462550d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8775 | 2024.05.16 00:53:03.024371 [ 3 ] {05f81adc-8e6b-45fe-ac82-6eb01462550d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8776 | 2024.05.16 00:53:03.024513 [ 3 ] {05f81adc-8e6b-45fe-ac82-6eb01462550d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8777 | 2024.05.16 00:53:03.024882 [ 3 ] {05f81adc-8e6b-45fe-ac82-6eb01462550d} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8778 | 2024.05.16 00:53:03.024917 [ 3 ] {05f81adc-8e6b-45fe-ac82-6eb01462550d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
8779 | 2024.05.16 00:53:03.025287 [ 3 ] {05f81adc-8e6b-45fe-ac82-6eb01462550d} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
8780 | 2024.05.16 00:53:03.025622 [ 3 ] {05f81adc-8e6b-45fe-ac82-6eb01462550d} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8781 | 2024.05.16 00:53:03.025784 [ 3 ] {05f81adc-8e6b-45fe-ac82-6eb01462550d} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001522 sec., 106438.89618922472 rows/sec., 7.41 MiB/sec. | ||
8782 | 2024.05.16 00:53:03.026086 [ 3 ] {05f81adc-8e6b-45fe-ac82-6eb01462550d} <Debug> DynamicQueryHandler: Done processing query | ||
8783 | 2024.05.16 00:53:03.026165 [ 3 ] {05f81adc-8e6b-45fe-ac82-6eb01462550d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8784 | 2024.05.16 00:53:03.026242 [ 3 ] {} <Debug> HTTP-Session: 0e3d14c8-494c-4fc7-839c-fc1ab62b9979 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8785 | 2024.05.16 00:53:03.026498 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 32124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8786 | 2024.05.16 00:53:03.026559 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8787 | 2024.05.16 00:53:03.026578 [ 3 ] {} <Debug> HTTP-Session: 7912f3a5-12c4-4bf2-b14e-e13ce75551b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
8788 | 2024.05.16 00:53:03.026596 [ 3 ] {} <Debug> HTTP-Session: 7912f3a5-12c4-4bf2-b14e-e13ce75551b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8789 | 2024.05.16 00:53:03.026610 [ 3 ] {} <Debug> HTTP-Session: 7912f3a5-12c4-4bf2-b14e-e13ce75551b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8790 | 2024.05.16 00:53:03.026641 [ 3 ] {} <Trace> HTTP-Session: 7912f3a5-12c4-4bf2-b14e-e13ce75551b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8791 | 2024.05.16 00:53:03.026902 [ 3 ] {3e757333-cb69-47ae-9170-2c025e9493f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8792 | 2024.05.16 00:53:03.026951 [ 3 ] {3e757333-cb69-47ae-9170-2c025e9493f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
8793 | 2024.05.16 00:53:03.027133 [ 3 ] {3e757333-cb69-47ae-9170-2c025e9493f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8794 | 2024.05.16 00:53:03.027706 [ 3 ] {3e757333-cb69-47ae-9170-2c025e9493f1} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8795 | 2024.05.16 00:53:03.027741 [ 3 ] {3e757333-cb69-47ae-9170-2c025e9493f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
8796 | 2024.05.16 00:53:03.028155 [ 3 ] {3e757333-cb69-47ae-9170-2c025e9493f1} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
8797 | 2024.05.16 00:53:03.028485 [ 3 ] {3e757333-cb69-47ae-9170-2c025e9493f1} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8798 | 2024.05.16 00:53:03.028623 [ 3 ] {3e757333-cb69-47ae-9170-2c025e9493f1} <Debug> executeQuery: Read 30 rows, 41.46 KiB in 0.001893 sec., 15847.860538827259 rows/sec., 21.39 MiB/sec. | ||
8799 | 2024.05.16 00:53:03.028802 [ 3 ] {3e757333-cb69-47ae-9170-2c025e9493f1} <Debug> DynamicQueryHandler: Done processing query | ||
8800 | 2024.05.16 00:53:03.028826 [ 3 ] {3e757333-cb69-47ae-9170-2c025e9493f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
8801 | 2024.05.16 00:53:03.028842 [ 3 ] {} <Debug> HTTP-Session: 7912f3a5-12c4-4bf2-b14e-e13ce75551b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8802 | 2024.05.16 00:53:03.028964 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8803 | 2024.05.16 00:53:03.029012 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8804 | 2024.05.16 00:53:03.029030 [ 3 ] {} <Debug> HTTP-Session: 2acbc818-b856-4dee-99db-ee5f1cc492d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
8805 | 2024.05.16 00:53:03.029046 [ 3 ] {} <Debug> HTTP-Session: 2acbc818-b856-4dee-99db-ee5f1cc492d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8806 | 2024.05.16 00:53:03.029060 [ 3 ] {} <Debug> HTTP-Session: 2acbc818-b856-4dee-99db-ee5f1cc492d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8807 | 2024.05.16 00:53:03.029089 [ 3 ] {} <Trace> HTTP-Session: 2acbc818-b856-4dee-99db-ee5f1cc492d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8808 | 2024.05.16 00:53:03.029205 [ 3 ] {800d07b6-7013-41c4-ac7b-acb6f4e55674} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8809 | 2024.05.16 00:53:03.029248 [ 3 ] {800d07b6-7013-41c4-ac7b-acb6f4e55674} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8810 | 2024.05.16 00:53:03.029373 [ 3 ] {800d07b6-7013-41c4-ac7b-acb6f4e55674} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8811 | 2024.05.16 00:53:03.029681 [ 3 ] {800d07b6-7013-41c4-ac7b-acb6f4e55674} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8812 | 2024.05.16 00:53:03.029717 [ 3 ] {800d07b6-7013-41c4-ac7b-acb6f4e55674} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
8813 | 2024.05.16 00:53:03.030063 [ 3 ] {800d07b6-7013-41c4-ac7b-acb6f4e55674} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
8814 | 2024.05.16 00:53:03.030364 [ 3 ] {800d07b6-7013-41c4-ac7b-acb6f4e55674} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8815 | 2024.05.16 00:53:03.030515 [ 3 ] {800d07b6-7013-41c4-ac7b-acb6f4e55674} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001354 sec., 44313.14623338257 rows/sec., 2.99 MiB/sec. | ||
8816 | 2024.05.16 00:53:03.030804 [ 3 ] {800d07b6-7013-41c4-ac7b-acb6f4e55674} <Debug> DynamicQueryHandler: Done processing query | ||
8817 | 2024.05.16 00:53:03.030874 [ 3 ] {800d07b6-7013-41c4-ac7b-acb6f4e55674} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8818 | 2024.05.16 00:53:03.030944 [ 3 ] {} <Debug> HTTP-Session: 2acbc818-b856-4dee-99db-ee5f1cc492d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8819 | 2024.05.16 00:53:08.012148 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8820 | 2024.05.16 00:53:08.012275 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8821 | 2024.05.16 00:53:08.012302 [ 3 ] {} <Debug> HTTP-Session: 94982b57-bf5b-4cc5-b321-72ab107dc0db Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
8822 | 2024.05.16 00:53:08.012329 [ 3 ] {} <Debug> HTTP-Session: 94982b57-bf5b-4cc5-b321-72ab107dc0db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8823 | 2024.05.16 00:53:08.012348 [ 3 ] {} <Debug> HTTP-Session: 94982b57-bf5b-4cc5-b321-72ab107dc0db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8824 | 2024.05.16 00:53:08.012401 [ 3 ] {} <Trace> HTTP-Session: 94982b57-bf5b-4cc5-b321-72ab107dc0db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8825 | 2024.05.16 00:53:08.012603 [ 3 ] {58e7c8ef-f1a0-453c-baa9-e09527e4e15f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8826 | 2024.05.16 00:53:08.012672 [ 3 ] {58e7c8ef-f1a0-453c-baa9-e09527e4e15f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8827 | 2024.05.16 00:53:08.012849 [ 3 ] {58e7c8ef-f1a0-453c-baa9-e09527e4e15f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8828 | 2024.05.16 00:53:08.013298 [ 3 ] {58e7c8ef-f1a0-453c-baa9-e09527e4e15f} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8829 | 2024.05.16 00:53:08.013342 [ 3 ] {58e7c8ef-f1a0-453c-baa9-e09527e4e15f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
8830 | 2024.05.16 00:53:08.013701 [ 3 ] {58e7c8ef-f1a0-453c-baa9-e09527e4e15f} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
8831 | 2024.05.16 00:53:08.014024 [ 3 ] {58e7c8ef-f1a0-453c-baa9-e09527e4e15f} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8832 | 2024.05.16 00:53:08.014205 [ 3 ] {58e7c8ef-f1a0-453c-baa9-e09527e4e15f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001665 sec., 33633.63363363363 rows/sec., 2.57 MiB/sec. | ||
8833 | 2024.05.16 00:53:08.014502 [ 3 ] {58e7c8ef-f1a0-453c-baa9-e09527e4e15f} <Debug> DynamicQueryHandler: Done processing query | ||
8834 | 2024.05.16 00:53:08.014558 [ 3 ] {58e7c8ef-f1a0-453c-baa9-e09527e4e15f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8835 | 2024.05.16 00:53:08.014621 [ 3 ] {} <Debug> HTTP-Session: 94982b57-bf5b-4cc5-b321-72ab107dc0db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8836 | 2024.05.16 00:53:08.014890 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8837 | 2024.05.16 00:53:08.014948 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8838 | 2024.05.16 00:53:08.014968 [ 3 ] {} <Debug> HTTP-Session: 4fc0ee08-e528-4be1-984c-69f69bb172ea Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
8839 | 2024.05.16 00:53:08.014987 [ 3 ] {} <Debug> HTTP-Session: 4fc0ee08-e528-4be1-984c-69f69bb172ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8840 | 2024.05.16 00:53:08.015001 [ 3 ] {} <Debug> HTTP-Session: 4fc0ee08-e528-4be1-984c-69f69bb172ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8841 | 2024.05.16 00:53:08.015035 [ 3 ] {} <Trace> HTTP-Session: 4fc0ee08-e528-4be1-984c-69f69bb172ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8842 | 2024.05.16 00:53:08.015165 [ 3 ] {3388a178-fe8c-4fa7-975e-4ed70debf7bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8843 | 2024.05.16 00:53:08.015212 [ 3 ] {3388a178-fe8c-4fa7-975e-4ed70debf7bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8844 | 2024.05.16 00:53:08.015360 [ 3 ] {3388a178-fe8c-4fa7-975e-4ed70debf7bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8845 | 2024.05.16 00:53:08.015696 [ 3 ] {3388a178-fe8c-4fa7-975e-4ed70debf7bc} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8846 | 2024.05.16 00:53:08.015733 [ 3 ] {3388a178-fe8c-4fa7-975e-4ed70debf7bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
8847 | 2024.05.16 00:53:08.016041 [ 3 ] {3388a178-fe8c-4fa7-975e-4ed70debf7bc} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
8848 | 2024.05.16 00:53:08.016349 [ 3 ] {3388a178-fe8c-4fa7-975e-4ed70debf7bc} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8849 | 2024.05.16 00:53:08.016506 [ 3 ] {3388a178-fe8c-4fa7-975e-4ed70debf7bc} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001382 sec., 46309.69609261939 rows/sec., 3.61 MiB/sec. | ||
8850 | 2024.05.16 00:53:08.016735 [ 3 ] {3388a178-fe8c-4fa7-975e-4ed70debf7bc} <Debug> DynamicQueryHandler: Done processing query | ||
8851 | 2024.05.16 00:53:08.016766 [ 3 ] {3388a178-fe8c-4fa7-975e-4ed70debf7bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
8852 | 2024.05.16 00:53:08.016785 [ 3 ] {} <Debug> HTTP-Session: 4fc0ee08-e528-4be1-984c-69f69bb172ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8853 | 2024.05.16 00:53:08.016959 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8854 | 2024.05.16 00:53:08.017019 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8855 | 2024.05.16 00:53:08.017043 [ 3 ] {} <Debug> HTTP-Session: be260daf-1d5a-4013-9239-b13dc5c22dd2 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
8856 | 2024.05.16 00:53:08.017063 [ 3 ] {} <Debug> HTTP-Session: be260daf-1d5a-4013-9239-b13dc5c22dd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8857 | 2024.05.16 00:53:08.017080 [ 3 ] {} <Debug> HTTP-Session: be260daf-1d5a-4013-9239-b13dc5c22dd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8858 | 2024.05.16 00:53:08.017119 [ 3 ] {} <Trace> HTTP-Session: be260daf-1d5a-4013-9239-b13dc5c22dd2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8859 | 2024.05.16 00:53:08.017293 [ 3 ] {852e3a92-1bd5-4f6e-bdea-f169b86ee5e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8860 | 2024.05.16 00:53:08.017349 [ 3 ] {852e3a92-1bd5-4f6e-bdea-f169b86ee5e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8861 | 2024.05.16 00:53:08.017524 [ 3 ] {852e3a92-1bd5-4f6e-bdea-f169b86ee5e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8862 | 2024.05.16 00:53:08.017910 [ 3 ] {852e3a92-1bd5-4f6e-bdea-f169b86ee5e8} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8863 | 2024.05.16 00:53:08.017947 [ 3 ] {852e3a92-1bd5-4f6e-bdea-f169b86ee5e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
8864 | 2024.05.16 00:53:08.018344 [ 3 ] {852e3a92-1bd5-4f6e-bdea-f169b86ee5e8} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
8865 | 2024.05.16 00:53:08.018685 [ 3 ] {852e3a92-1bd5-4f6e-bdea-f169b86ee5e8} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8866 | 2024.05.16 00:53:08.018855 [ 3 ] {852e3a92-1bd5-4f6e-bdea-f169b86ee5e8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001642 sec., 97442.143727162 rows/sec., 6.79 MiB/sec. | ||
8867 | 2024.05.16 00:53:08.019026 [ 3 ] {852e3a92-1bd5-4f6e-bdea-f169b86ee5e8} <Debug> DynamicQueryHandler: Done processing query | ||
8868 | 2024.05.16 00:53:08.019050 [ 3 ] {852e3a92-1bd5-4f6e-bdea-f169b86ee5e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8869 | 2024.05.16 00:53:08.019066 [ 3 ] {} <Debug> HTTP-Session: be260daf-1d5a-4013-9239-b13dc5c22dd2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8870 | 2024.05.16 00:53:08.019211 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8871 | 2024.05.16 00:53:08.019260 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8872 | 2024.05.16 00:53:08.019280 [ 3 ] {} <Debug> HTTP-Session: a386c6c5-9e39-42bb-837c-75845c460a1e Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
8873 | 2024.05.16 00:53:08.019296 [ 3 ] {} <Debug> HTTP-Session: a386c6c5-9e39-42bb-837c-75845c460a1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8874 | 2024.05.16 00:53:08.019309 [ 3 ] {} <Debug> HTTP-Session: a386c6c5-9e39-42bb-837c-75845c460a1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8875 | 2024.05.16 00:53:08.019339 [ 3 ] {} <Trace> HTTP-Session: a386c6c5-9e39-42bb-837c-75845c460a1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8876 | 2024.05.16 00:53:08.019449 [ 3 ] {c95a961c-a825-4242-9302-a4867a887d23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8877 | 2024.05.16 00:53:08.019493 [ 3 ] {c95a961c-a825-4242-9302-a4867a887d23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8878 | 2024.05.16 00:53:08.019622 [ 3 ] {c95a961c-a825-4242-9302-a4867a887d23} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8879 | 2024.05.16 00:53:08.019904 [ 3 ] {c95a961c-a825-4242-9302-a4867a887d23} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8880 | 2024.05.16 00:53:08.019941 [ 3 ] {c95a961c-a825-4242-9302-a4867a887d23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
8881 | 2024.05.16 00:53:08.020292 [ 3 ] {c95a961c-a825-4242-9302-a4867a887d23} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
8882 | 2024.05.16 00:53:08.020632 [ 3 ] {c95a961c-a825-4242-9302-a4867a887d23} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8883 | 2024.05.16 00:53:08.020821 [ 3 ] {c95a961c-a825-4242-9302-a4867a887d23} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001399 sec., 42887.776983559685 rows/sec., 2.89 MiB/sec. | ||
8884 | 2024.05.16 00:53:08.020994 [ 3 ] {c95a961c-a825-4242-9302-a4867a887d23} <Debug> DynamicQueryHandler: Done processing query | ||
8885 | 2024.05.16 00:53:08.021023 [ 3 ] {c95a961c-a825-4242-9302-a4867a887d23} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8886 | 2024.05.16 00:53:08.021040 [ 3 ] {} <Debug> HTTP-Session: a386c6c5-9e39-42bb-837c-75845c460a1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8887 | 2024.05.16 00:53:13.015690 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8888 | 2024.05.16 00:53:13.015873 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8889 | 2024.05.16 00:53:13.015919 [ 3 ] {} <Debug> HTTP-Session: ee3be3a5-cd4e-4671-b9d2-b508660b4995 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
8890 | 2024.05.16 00:53:13.015960 [ 3 ] {} <Debug> HTTP-Session: ee3be3a5-cd4e-4671-b9d2-b508660b4995 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8891 | 2024.05.16 00:53:13.015989 [ 3 ] {} <Debug> HTTP-Session: ee3be3a5-cd4e-4671-b9d2-b508660b4995 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8892 | 2024.05.16 00:53:13.016068 [ 3 ] {} <Trace> HTTP-Session: ee3be3a5-cd4e-4671-b9d2-b508660b4995 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8893 | 2024.05.16 00:53:13.016359 [ 3 ] {68e766c9-f10e-4300-a494-a8b8ec588f21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8894 | 2024.05.16 00:53:13.016462 [ 3 ] {68e766c9-f10e-4300-a494-a8b8ec588f21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8895 | 2024.05.16 00:53:13.016772 [ 3 ] {68e766c9-f10e-4300-a494-a8b8ec588f21} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8896 | 2024.05.16 00:53:13.017212 [ 3 ] {68e766c9-f10e-4300-a494-a8b8ec588f21} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8897 | 2024.05.16 00:53:13.017253 [ 3 ] {68e766c9-f10e-4300-a494-a8b8ec588f21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
8898 | 2024.05.16 00:53:13.017618 [ 3 ] {68e766c9-f10e-4300-a494-a8b8ec588f21} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
8899 | 2024.05.16 00:53:13.017942 [ 3 ] {68e766c9-f10e-4300-a494-a8b8ec588f21} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8900 | 2024.05.16 00:53:13.018080 [ 3 ] {68e766c9-f10e-4300-a494-a8b8ec588f21} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001823 sec., 16456.390565002745 rows/sec., 1.30 MiB/sec. | ||
8901 | 2024.05.16 00:53:13.018273 [ 3 ] {68e766c9-f10e-4300-a494-a8b8ec588f21} <Debug> DynamicQueryHandler: Done processing query | ||
8902 | 2024.05.16 00:53:13.018299 [ 3 ] {68e766c9-f10e-4300-a494-a8b8ec588f21} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8903 | 2024.05.16 00:53:13.018316 [ 3 ] {} <Debug> HTTP-Session: ee3be3a5-cd4e-4671-b9d2-b508660b4995 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8904 | 2024.05.16 00:53:13.018477 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8905 | 2024.05.16 00:53:13.018527 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8906 | 2024.05.16 00:53:13.018547 [ 3 ] {} <Debug> HTTP-Session: c00bf9dd-2d38-41e7-b662-7d8a22457ade Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
8907 | 2024.05.16 00:53:13.018564 [ 3 ] {} <Debug> HTTP-Session: c00bf9dd-2d38-41e7-b662-7d8a22457ade Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8908 | 2024.05.16 00:53:13.018578 [ 3 ] {} <Debug> HTTP-Session: c00bf9dd-2d38-41e7-b662-7d8a22457ade Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8909 | 2024.05.16 00:53:13.018609 [ 3 ] {} <Trace> HTTP-Session: c00bf9dd-2d38-41e7-b662-7d8a22457ade Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8910 | 2024.05.16 00:53:13.018704 [ 3 ] {63754f8b-4ae1-4aa5-926b-393bc2a9dc70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8911 | 2024.05.16 00:53:13.018747 [ 3 ] {63754f8b-4ae1-4aa5-926b-393bc2a9dc70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8912 | 2024.05.16 00:53:13.018874 [ 3 ] {63754f8b-4ae1-4aa5-926b-393bc2a9dc70} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8913 | 2024.05.16 00:53:13.019157 [ 3 ] {63754f8b-4ae1-4aa5-926b-393bc2a9dc70} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8914 | 2024.05.16 00:53:13.019193 [ 3 ] {63754f8b-4ae1-4aa5-926b-393bc2a9dc70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
8915 | 2024.05.16 00:53:13.019495 [ 3 ] {63754f8b-4ae1-4aa5-926b-393bc2a9dc70} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
8916 | 2024.05.16 00:53:13.019795 [ 3 ] {63754f8b-4ae1-4aa5-926b-393bc2a9dc70} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8917 | 2024.05.16 00:53:13.019920 [ 3 ] {63754f8b-4ae1-4aa5-926b-393bc2a9dc70} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001241 sec., 3223.2070910556004 rows/sec., 262.83 KiB/sec. | ||
8918 | 2024.05.16 00:53:13.020198 [ 3 ] {63754f8b-4ae1-4aa5-926b-393bc2a9dc70} <Debug> DynamicQueryHandler: Done processing query | ||
8919 | 2024.05.16 00:53:13.020238 [ 3 ] {63754f8b-4ae1-4aa5-926b-393bc2a9dc70} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8920 | 2024.05.16 00:53:13.020265 [ 3 ] {} <Debug> HTTP-Session: c00bf9dd-2d38-41e7-b662-7d8a22457ade Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8921 | 2024.05.16 00:53:13.020442 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 26598, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8922 | 2024.05.16 00:53:13.020492 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8923 | 2024.05.16 00:53:13.020511 [ 3 ] {} <Debug> HTTP-Session: f7575044-b569-494a-9a77-0dfea1cc8d2e Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
8924 | 2024.05.16 00:53:13.020528 [ 3 ] {} <Debug> HTTP-Session: f7575044-b569-494a-9a77-0dfea1cc8d2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8925 | 2024.05.16 00:53:13.020541 [ 3 ] {} <Debug> HTTP-Session: f7575044-b569-494a-9a77-0dfea1cc8d2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8926 | 2024.05.16 00:53:13.020573 [ 3 ] {} <Trace> HTTP-Session: f7575044-b569-494a-9a77-0dfea1cc8d2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8927 | 2024.05.16 00:53:13.020717 [ 3 ] {d365f3b8-e287-4be3-96ea-153bc1e92cbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8928 | 2024.05.16 00:53:13.020762 [ 3 ] {d365f3b8-e287-4be3-96ea-153bc1e92cbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8929 | 2024.05.16 00:53:13.020907 [ 3 ] {d365f3b8-e287-4be3-96ea-153bc1e92cbe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8930 | 2024.05.16 00:53:13.021307 [ 3 ] {d365f3b8-e287-4be3-96ea-153bc1e92cbe} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8931 | 2024.05.16 00:53:13.021344 [ 3 ] {d365f3b8-e287-4be3-96ea-153bc1e92cbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
8932 | 2024.05.16 00:53:13.021666 [ 3 ] {d365f3b8-e287-4be3-96ea-153bc1e92cbe} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
8933 | 2024.05.16 00:53:13.021967 [ 3 ] {d365f3b8-e287-4be3-96ea-153bc1e92cbe} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8934 | 2024.05.16 00:53:13.022090 [ 3 ] {d365f3b8-e287-4be3-96ea-153bc1e92cbe} <Debug> executeQuery: Read 184 rows, 15.43 KiB in 0.001437 sec., 128044.537230341 rows/sec., 10.49 MiB/sec. | ||
8935 | 2024.05.16 00:53:13.022090 [ 124 ] {} <Debug> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
8936 | 2024.05.16 00:53:13.022163 [ 124 ] {} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8937 | 2024.05.16 00:53:13.022201 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
8938 | 2024.05.16 00:53:13.022278 [ 3 ] {d365f3b8-e287-4be3-96ea-153bc1e92cbe} <Debug> DynamicQueryHandler: Done processing query | ||
8939 | 2024.05.16 00:53:13.022310 [ 3 ] {d365f3b8-e287-4be3-96ea-153bc1e92cbe} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
8940 | 2024.05.16 00:53:13.022315 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::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 | ||
8941 | 2024.05.16 00:53:13.022328 [ 3 ] {} <Debug> HTTP-Session: f7575044-b569-494a-9a77-0dfea1cc8d2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8942 | 2024.05.16 00:53:13.022433 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8943 | 2024.05.16 00:53:13.022467 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 190 rows starting from the beginning of the part | ||
8944 | 2024.05.16 00:53:13.022481 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8945 | 2024.05.16 00:53:13.022551 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8946 | 2024.05.16 00:53:13.022562 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 146 rows starting from the beginning of the part | ||
8947 | 2024.05.16 00:53:13.022607 [ 3 ] {} <Debug> HTTP-Session: 6045f34c-dc3e-4a17-af27-eaee4a0eab76 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
8948 | 2024.05.16 00:53:13.022698 [ 3 ] {} <Debug> HTTP-Session: 6045f34c-dc3e-4a17-af27-eaee4a0eab76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8949 | 2024.05.16 00:53:13.022799 [ 3 ] {} <Debug> HTTP-Session: 6045f34c-dc3e-4a17-af27-eaee4a0eab76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8950 | 2024.05.16 00:53:13.022869 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 56 rows starting from the beginning of the part | ||
8951 | 2024.05.16 00:53:13.022980 [ 3 ] {} <Trace> HTTP-Session: 6045f34c-dc3e-4a17-af27-eaee4a0eab76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8952 | 2024.05.16 00:53:13.023261 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 148 rows starting from the beginning of the part | ||
8953 | 2024.05.16 00:53:13.023343 [ 3 ] {1013008e-1fdd-438d-8875-e1b8e703dafd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8954 | 2024.05.16 00:53:13.023488 [ 3 ] {1013008e-1fdd-438d-8875-e1b8e703dafd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8955 | 2024.05.16 00:53:13.023502 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 56 rows starting from the beginning of the part | ||
8956 | 2024.05.16 00:53:13.023863 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 184 rows starting from the beginning of the part | ||
8957 | 2024.05.16 00:53:13.024353 [ 3 ] {1013008e-1fdd-438d-8875-e1b8e703dafd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8958 | 2024.05.16 00:53:13.024783 [ 3 ] {1013008e-1fdd-438d-8875-e1b8e703dafd} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8959 | 2024.05.16 00:53:13.024823 [ 3 ] {1013008e-1fdd-438d-8875-e1b8e703dafd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
8960 | 2024.05.16 00:53:13.025222 [ 3 ] {1013008e-1fdd-438d-8875-e1b8e703dafd} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
8961 | 2024.05.16 00:53:13.025699 [ 3 ] {1013008e-1fdd-438d-8875-e1b8e703dafd} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8962 | 2024.05.16 00:53:13.025969 [ 3 ] {1013008e-1fdd-438d-8875-e1b8e703dafd} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.002712 sec., 1474.9262536873157 rows/sec., 102.99 KiB/sec. | ||
8963 | 2024.05.16 00:53:13.025993 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 780 rows, containing 4 columns (4 merged, 0 gathered) in 0.003734839 sec., 208844.3437588608 rows/sec., 17.06 MiB/sec. | ||
8964 | 2024.05.16 00:53:13.026149 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
8965 | 2024.05.16 00:53:13.026170 [ 3 ] {1013008e-1fdd-438d-8875-e1b8e703dafd} <Debug> DynamicQueryHandler: Done processing query | ||
8966 | 2024.05.16 00:53:13.026202 [ 3 ] {1013008e-1fdd-438d-8875-e1b8e703dafd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8967 | 2024.05.16 00:53:13.026221 [ 3 ] {} <Debug> HTTP-Session: 6045f34c-dc3e-4a17-af27-eaee4a0eab76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8968 | 2024.05.16 00:53:13.026428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 20691, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8969 | 2024.05.16 00:53:13.026486 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8970 | 2024.05.16 00:53:13.026514 [ 3 ] {} <Debug> HTTP-Session: 3433bd09-b85b-43b7-ad50-4aa2644b60b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
8971 | 2024.05.16 00:53:13.026525 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_66_13} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8972 | 2024.05.16 00:53:13.026534 [ 3 ] {} <Debug> HTTP-Session: 3433bd09-b85b-43b7-ad50-4aa2644b60b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8973 | 2024.05.16 00:53:13.026559 [ 3 ] {} <Debug> HTTP-Session: 3433bd09-b85b-43b7-ad50-4aa2644b60b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8974 | 2024.05.16 00:53:13.026603 [ 3 ] {} <Trace> HTTP-Session: 3433bd09-b85b-43b7-ad50-4aa2644b60b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8975 | 2024.05.16 00:53:13.026623 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_66_13} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
8976 | 2024.05.16 00:53:13.026706 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
8977 | 2024.05.16 00:53:13.026757 [ 3 ] {2ee2ae35-aa72-48f1-b155-15a69265582c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8978 | 2024.05.16 00:53:13.026800 [ 3 ] {2ee2ae35-aa72-48f1-b155-15a69265582c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8979 | 2024.05.16 00:53:13.026924 [ 3 ] {2ee2ae35-aa72-48f1-b155-15a69265582c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8980 | 2024.05.16 00:53:13.027297 [ 3 ] {2ee2ae35-aa72-48f1-b155-15a69265582c} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8981 | 2024.05.16 00:53:13.027333 [ 3 ] {2ee2ae35-aa72-48f1-b155-15a69265582c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
8982 | 2024.05.16 00:53:13.027654 [ 3 ] {2ee2ae35-aa72-48f1-b155-15a69265582c} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
8983 | 2024.05.16 00:53:13.027948 [ 3 ] {2ee2ae35-aa72-48f1-b155-15a69265582c} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8984 | 2024.05.16 00:53:13.028071 [ 3 ] {2ee2ae35-aa72-48f1-b155-15a69265582c} <Debug> executeQuery: Read 122 rows, 9.74 KiB in 0.001377 sec., 88598.40232389253 rows/sec., 6.91 MiB/sec. | ||
8985 | 2024.05.16 00:53:13.028078 [ 124 ] {} <Debug> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
8986 | 2024.05.16 00:53:13.028128 [ 124 ] {} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8987 | 2024.05.16 00:53:13.028163 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
8988 | 2024.05.16 00:53:13.028297 [ 3 ] {2ee2ae35-aa72-48f1-b155-15a69265582c} <Debug> DynamicQueryHandler: Done processing query | ||
8989 | 2024.05.16 00:53:13.028368 [ 3 ] {2ee2ae35-aa72-48f1-b155-15a69265582c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8990 | 2024.05.16 00:53:13.028436 [ 3 ] {} <Debug> HTTP-Session: 3433bd09-b85b-43b7-ad50-4aa2644b60b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8991 | 2024.05.16 00:53:13.028462 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::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 | ||
8992 | 2024.05.16 00:53:13.028729 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 37975, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8993 | 2024.05.16 00:53:13.028911 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8994 | 2024.05.16 00:53:13.029001 [ 3 ] {} <Debug> HTTP-Session: 71b63dac-26d8-42ca-af95-30c995b77224 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
8995 | 2024.05.16 00:53:13.029072 [ 3 ] {} <Debug> HTTP-Session: 71b63dac-26d8-42ca-af95-30c995b77224 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8996 | 2024.05.16 00:53:13.029106 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8997 | 2024.05.16 00:53:13.029137 [ 3 ] {} <Debug> HTTP-Session: 71b63dac-26d8-42ca-af95-30c995b77224 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8998 | 2024.05.16 00:53:13.029215 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 150 rows starting from the beginning of the part | ||
8999 | 2024.05.16 00:53:13.029298 [ 3 ] {} <Trace> HTTP-Session: 71b63dac-26d8-42ca-af95-30c995b77224 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9000 | 2024.05.16 00:53:13.029641 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 94 rows starting from the beginning of the part | ||
9001 | 2024.05.16 00:53:13.029907 [ 3 ] {8cee50dc-69ae-4908-8988-1c79b47af361} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9002 | 2024.05.16 00:53:13.030037 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 64 rows starting from the beginning of the part | ||
9003 | 2024.05.16 00:53:13.030155 [ 3 ] {8cee50dc-69ae-4908-8988-1c79b47af361} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9004 | 2024.05.16 00:53:13.030397 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 98 rows starting from the beginning of the part | ||
9005 | 2024.05.16 00:53:13.030726 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 64 rows starting from the beginning of the part | ||
9006 | 2024.05.16 00:53:13.031000 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 122 rows starting from the beginning of the part | ||
9007 | 2024.05.16 00:53:13.031646 [ 3 ] {8cee50dc-69ae-4908-8988-1c79b47af361} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9008 | 2024.05.16 00:53:13.032518 [ 3 ] {8cee50dc-69ae-4908-8988-1c79b47af361} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9009 | 2024.05.16 00:53:13.032589 [ 3 ] {8cee50dc-69ae-4908-8988-1c79b47af361} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
9010 | 2024.05.16 00:53:13.033538 [ 3 ] {8cee50dc-69ae-4908-8988-1c79b47af361} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
9011 | 2024.05.16 00:53:13.033621 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 592 rows, containing 4 columns (4 merged, 0 gathered) in 0.005374427 sec., 110151.27752223633 rows/sec., 8.60 MiB/sec. | ||
9012 | 2024.05.16 00:53:13.033840 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
9013 | 2024.05.16 00:53:13.034317 [ 3 ] {8cee50dc-69ae-4908-8988-1c79b47af361} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9014 | 2024.05.16 00:53:13.034539 [ 124 ] {} <Debug> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
9015 | 2024.05.16 00:53:13.034612 [ 3 ] {8cee50dc-69ae-4908-8988-1c79b47af361} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.004995 sec., 39639.63963963964 rows/sec., 2.77 MiB/sec. | ||
9016 | 2024.05.16 00:53:13.034620 [ 124 ] {} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9017 | 2024.05.16 00:53:13.034674 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_66_13} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9018 | 2024.05.16 00:53:13.034704 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
9019 | 2024.05.16 00:53:13.035119 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_66_13} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
9020 | 2024.05.16 00:53:13.035385 [ 3 ] {8cee50dc-69ae-4908-8988-1c79b47af361} <Debug> DynamicQueryHandler: Done processing query | ||
9021 | 2024.05.16 00:53:13.035507 [ 3 ] {8cee50dc-69ae-4908-8988-1c79b47af361} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
9022 | 2024.05.16 00:53:13.035494 [ 187 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
9023 | 2024.05.16 00:53:13.035591 [ 3 ] {} <Debug> HTTP-Session: 71b63dac-26d8-42ca-af95-30c995b77224 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9024 | 2024.05.16 00:53:13.035613 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
9025 | 2024.05.16 00:53:13.036030 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 32124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9026 | 2024.05.16 00:53:13.036203 [ 187 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9027 | 2024.05.16 00:53:13.036256 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9028 | 2024.05.16 00:53:13.036333 [ 187 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_61_12, total 8919 rows starting from the beginning of the part | ||
9029 | 2024.05.16 00:53:13.036368 [ 3 ] {} <Debug> HTTP-Session: 58d6494b-db85-49c1-b179-d8128855bcaa Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
9030 | 2024.05.16 00:53:13.036444 [ 3 ] {} <Debug> HTTP-Session: 58d6494b-db85-49c1-b179-d8128855bcaa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9031 | 2024.05.16 00:53:13.036507 [ 3 ] {} <Debug> HTTP-Session: 58d6494b-db85-49c1-b179-d8128855bcaa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9032 | 2024.05.16 00:53:13.036653 [ 3 ] {} <Trace> HTTP-Session: 58d6494b-db85-49c1-b179-d8128855bcaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9033 | 2024.05.16 00:53:13.036681 [ 187 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
9034 | 2024.05.16 00:53:13.036945 [ 187 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 160 rows starting from the beginning of the part | ||
9035 | 2024.05.16 00:53:13.037105 [ 187 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 162 rows starting from the beginning of the part | ||
9036 | 2024.05.16 00:53:13.037192 [ 3 ] {8d8a4c72-c6ec-4ab9-a171-960485ace0ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9037 | 2024.05.16 00:53:13.037433 [ 3 ] {8d8a4c72-c6ec-4ab9-a171-960485ace0ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
9038 | 2024.05.16 00:53:13.037525 [ 187 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
9039 | 2024.05.16 00:53:13.037979 [ 187 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 198 rows starting from the beginning of the part | ||
9040 | 2024.05.16 00:53:13.038719 [ 3 ] {8d8a4c72-c6ec-4ab9-a171-960485ace0ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9041 | 2024.05.16 00:53:13.039333 [ 3 ] {8d8a4c72-c6ec-4ab9-a171-960485ace0ae} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9042 | 2024.05.16 00:53:13.039379 [ 3 ] {8d8a4c72-c6ec-4ab9-a171-960485ace0ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
9043 | 2024.05.16 00:53:13.040234 [ 3 ] {8d8a4c72-c6ec-4ab9-a171-960485ace0ae} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
9044 | 2024.05.16 00:53:13.041140 [ 3 ] {8d8a4c72-c6ec-4ab9-a171-960485ace0ae} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9045 | 2024.05.16 00:53:13.041500 [ 3 ] {8d8a4c72-c6ec-4ab9-a171-960485ace0ae} <Debug> executeQuery: Read 30 rows, 41.46 KiB in 0.004629 sec., 6480.881399870382 rows/sec., 8.75 MiB/sec. | ||
9046 | 2024.05.16 00:53:13.041867 [ 3 ] {8d8a4c72-c6ec-4ab9-a171-960485ace0ae} <Debug> DynamicQueryHandler: Done processing query | ||
9047 | 2024.05.16 00:53:13.041947 [ 3 ] {8d8a4c72-c6ec-4ab9-a171-960485ace0ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
9048 | 2024.05.16 00:53:13.041967 [ 3 ] {} <Debug> HTTP-Session: 58d6494b-db85-49c1-b179-d8128855bcaa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9049 | 2024.05.16 00:53:13.042119 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9050 | 2024.05.16 00:53:13.042180 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9051 | 2024.05.16 00:53:13.042199 [ 3 ] {} <Debug> HTTP-Session: 9cd497a8-6ce8-486f-8878-fc0ac3391e68 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
9052 | 2024.05.16 00:53:13.042216 [ 3 ] {} <Debug> HTTP-Session: 9cd497a8-6ce8-486f-8878-fc0ac3391e68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9053 | 2024.05.16 00:53:13.042230 [ 3 ] {} <Debug> HTTP-Session: 9cd497a8-6ce8-486f-8878-fc0ac3391e68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9054 | 2024.05.16 00:53:13.042292 [ 3 ] {} <Trace> HTTP-Session: 9cd497a8-6ce8-486f-8878-fc0ac3391e68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9055 | 2024.05.16 00:53:13.042432 [ 3 ] {13cc176a-ce62-4aa8-bbfa-da0d87aa68f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9056 | 2024.05.16 00:53:13.042510 [ 3 ] {13cc176a-ce62-4aa8-bbfa-da0d87aa68f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9057 | 2024.05.16 00:53:13.042663 [ 3 ] {13cc176a-ce62-4aa8-bbfa-da0d87aa68f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9058 | 2024.05.16 00:53:13.043349 [ 187 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9759 rows, containing 5 columns (5 merged, 0 gathered) in 0.008397219 sec., 1162170.4757253563 rows/sec., 81.07 MiB/sec. | ||
9059 | 2024.05.16 00:53:13.043398 [ 3 ] {13cc176a-ce62-4aa8-bbfa-da0d87aa68f8} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9060 | 2024.05.16 00:53:13.043451 [ 3 ] {13cc176a-ce62-4aa8-bbfa-da0d87aa68f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
9061 | 2024.05.16 00:53:13.043719 [ 199 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
9062 | 2024.05.16 00:53:13.044042 [ 3 ] {13cc176a-ce62-4aa8-bbfa-da0d87aa68f8} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
9063 | 2024.05.16 00:53:13.044691 [ 199 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9064 | 2024.05.16 00:53:13.044858 [ 3 ] {13cc176a-ce62-4aa8-bbfa-da0d87aa68f8} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9065 | 2024.05.16 00:53:13.044915 [ 199 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
9066 | 2024.05.16 00:53:13.045178 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.92 MiB. | ||
9067 | 2024.05.16 00:53:13.045207 [ 3 ] {13cc176a-ce62-4aa8-bbfa-da0d87aa68f8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002807 sec., 21375.133594584964 rows/sec., 1.44 MiB/sec. | ||
9068 | 2024.05.16 00:53:13.045251 [ 123 ] {} <Debug> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
9069 | 2024.05.16 00:53:13.045352 [ 123 ] {} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9070 | 2024.05.16 00:53:13.045430 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
9071 | 2024.05.16 00:53:13.045555 [ 3 ] {13cc176a-ce62-4aa8-bbfa-da0d87aa68f8} <Debug> DynamicQueryHandler: Done processing query | ||
9072 | 2024.05.16 00:53:13.045618 [ 3 ] {13cc176a-ce62-4aa8-bbfa-da0d87aa68f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9073 | 2024.05.16 00:53:13.045633 [ 199 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
9074 | 2024.05.16 00:53:13.045646 [ 3 ] {} <Debug> HTTP-Session: 9cd497a8-6ce8-486f-8878-fc0ac3391e68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9075 | 2024.05.16 00:53:13.045800 [ 199 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9076 | 2024.05.16 00:53:13.045838 [ 199 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3134 rows starting from the beginning of the part | ||
9077 | 2024.05.16 00:53:13.045914 [ 199 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
9078 | 2024.05.16 00:53:13.046152 [ 199 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
9079 | 2024.05.16 00:53:13.046271 [ 199 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 60 rows starting from the beginning of the part | ||
9080 | 2024.05.16 00:53:13.046480 [ 199 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
9081 | 2024.05.16 00:53:13.046616 [ 199 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
9082 | 2024.05.16 00:53:13.048286 [ 199 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3434 rows, containing 4 columns (4 merged, 0 gathered) in 0.002758556 sec., 1244854.1918307983 rows/sec., 83.78 MiB/sec. | ||
9083 | 2024.05.16 00:53:13.048534 [ 199 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
9084 | 2024.05.16 00:53:13.048884 [ 199 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_66_13} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9085 | 2024.05.16 00:53:13.048959 [ 199 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_66_13} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
9086 | 2024.05.16 00:53:13.049024 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
9087 | 2024.05.16 00:53:16.310159 [ 119 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9088 | 2024.05.16 00:53:16.310234 [ 119 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9089 | 2024.05.16 00:53:18.012916 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9090 | 2024.05.16 00:53:18.013023 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9091 | 2024.05.16 00:53:18.013047 [ 3 ] {} <Debug> HTTP-Session: 0eab3fd6-dd53-45c2-83e7-41bc22be342b Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
9092 | 2024.05.16 00:53:18.013071 [ 3 ] {} <Debug> HTTP-Session: 0eab3fd6-dd53-45c2-83e7-41bc22be342b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9093 | 2024.05.16 00:53:18.013087 [ 3 ] {} <Debug> HTTP-Session: 0eab3fd6-dd53-45c2-83e7-41bc22be342b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9094 | 2024.05.16 00:53:18.013139 [ 3 ] {} <Trace> HTTP-Session: 0eab3fd6-dd53-45c2-83e7-41bc22be342b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9095 | 2024.05.16 00:53:18.013326 [ 3 ] {6b6a038d-ab96-4361-a520-905327cbba2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9096 | 2024.05.16 00:53:18.013390 [ 3 ] {6b6a038d-ab96-4361-a520-905327cbba2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9097 | 2024.05.16 00:53:18.013573 [ 3 ] {6b6a038d-ab96-4361-a520-905327cbba2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9098 | 2024.05.16 00:53:18.014029 [ 3 ] {6b6a038d-ab96-4361-a520-905327cbba2d} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9099 | 2024.05.16 00:53:18.014072 [ 3 ] {6b6a038d-ab96-4361-a520-905327cbba2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
9100 | 2024.05.16 00:53:18.014459 [ 3 ] {6b6a038d-ab96-4361-a520-905327cbba2d} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
9101 | 2024.05.16 00:53:18.014800 [ 3 ] {6b6a038d-ab96-4361-a520-905327cbba2d} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9102 | 2024.05.16 00:53:18.014978 [ 3 ] {6b6a038d-ab96-4361-a520-905327cbba2d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001708 sec., 32786.885245901634 rows/sec., 2.50 MiB/sec. | ||
9103 | 2024.05.16 00:53:18.015194 [ 3 ] {6b6a038d-ab96-4361-a520-905327cbba2d} <Debug> DynamicQueryHandler: Done processing query | ||
9104 | 2024.05.16 00:53:18.015221 [ 3 ] {6b6a038d-ab96-4361-a520-905327cbba2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9105 | 2024.05.16 00:53:18.015238 [ 3 ] {} <Debug> HTTP-Session: 0eab3fd6-dd53-45c2-83e7-41bc22be342b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9106 | 2024.05.16 00:53:18.015415 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9107 | 2024.05.16 00:53:18.015472 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9108 | 2024.05.16 00:53:18.015493 [ 3 ] {} <Debug> HTTP-Session: d992ae24-607c-43ea-9e38-a856ea7a62e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
9109 | 2024.05.16 00:53:18.015510 [ 3 ] {} <Debug> HTTP-Session: d992ae24-607c-43ea-9e38-a856ea7a62e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9110 | 2024.05.16 00:53:18.015525 [ 3 ] {} <Debug> HTTP-Session: d992ae24-607c-43ea-9e38-a856ea7a62e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9111 | 2024.05.16 00:53:18.015561 [ 3 ] {} <Trace> HTTP-Session: d992ae24-607c-43ea-9e38-a856ea7a62e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9112 | 2024.05.16 00:53:18.015690 [ 3 ] {7aa81613-4319-4e9f-b279-28e8e809e24f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9113 | 2024.05.16 00:53:18.015736 [ 3 ] {7aa81613-4319-4e9f-b279-28e8e809e24f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9114 | 2024.05.16 00:53:18.015871 [ 3 ] {7aa81613-4319-4e9f-b279-28e8e809e24f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9115 | 2024.05.16 00:53:18.016198 [ 3 ] {7aa81613-4319-4e9f-b279-28e8e809e24f} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9116 | 2024.05.16 00:53:18.016236 [ 3 ] {7aa81613-4319-4e9f-b279-28e8e809e24f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
9117 | 2024.05.16 00:53:18.016562 [ 3 ] {7aa81613-4319-4e9f-b279-28e8e809e24f} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
9118 | 2024.05.16 00:53:18.016884 [ 3 ] {7aa81613-4319-4e9f-b279-28e8e809e24f} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9119 | 2024.05.16 00:53:18.017043 [ 3 ] {7aa81613-4319-4e9f-b279-28e8e809e24f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001395 sec., 45878.13620071685 rows/sec., 3.58 MiB/sec. | ||
9120 | 2024.05.16 00:53:18.017223 [ 3 ] {7aa81613-4319-4e9f-b279-28e8e809e24f} <Debug> DynamicQueryHandler: Done processing query | ||
9121 | 2024.05.16 00:53:18.017248 [ 3 ] {7aa81613-4319-4e9f-b279-28e8e809e24f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9122 | 2024.05.16 00:53:18.017264 [ 3 ] {} <Debug> HTTP-Session: d992ae24-607c-43ea-9e38-a856ea7a62e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9123 | 2024.05.16 00:53:18.017453 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9124 | 2024.05.16 00:53:18.017505 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9125 | 2024.05.16 00:53:18.017525 [ 3 ] {} <Debug> HTTP-Session: 95acb1b3-e295-4dd3-95f8-cbe85c0203b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
9126 | 2024.05.16 00:53:18.017541 [ 3 ] {} <Debug> HTTP-Session: 95acb1b3-e295-4dd3-95f8-cbe85c0203b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9127 | 2024.05.16 00:53:18.017554 [ 3 ] {} <Debug> HTTP-Session: 95acb1b3-e295-4dd3-95f8-cbe85c0203b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9128 | 2024.05.16 00:53:18.017587 [ 3 ] {} <Trace> HTTP-Session: 95acb1b3-e295-4dd3-95f8-cbe85c0203b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9129 | 2024.05.16 00:53:18.017735 [ 3 ] {c73ca9b6-3d06-43f8-9aed-5bf2edd834b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9130 | 2024.05.16 00:53:18.017782 [ 3 ] {c73ca9b6-3d06-43f8-9aed-5bf2edd834b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9131 | 2024.05.16 00:53:18.017931 [ 3 ] {c73ca9b6-3d06-43f8-9aed-5bf2edd834b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9132 | 2024.05.16 00:53:18.018324 [ 3 ] {c73ca9b6-3d06-43f8-9aed-5bf2edd834b9} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9133 | 2024.05.16 00:53:18.018361 [ 3 ] {c73ca9b6-3d06-43f8-9aed-5bf2edd834b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
9134 | 2024.05.16 00:53:18.018756 [ 3 ] {c73ca9b6-3d06-43f8-9aed-5bf2edd834b9} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
9135 | 2024.05.16 00:53:18.019097 [ 3 ] {c73ca9b6-3d06-43f8-9aed-5bf2edd834b9} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9136 | 2024.05.16 00:53:18.019254 [ 3 ] {c73ca9b6-3d06-43f8-9aed-5bf2edd834b9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001579 sec., 101329.9556681444 rows/sec., 7.06 MiB/sec. | ||
9137 | 2024.05.16 00:53:18.019536 [ 3 ] {c73ca9b6-3d06-43f8-9aed-5bf2edd834b9} <Debug> DynamicQueryHandler: Done processing query | ||
9138 | 2024.05.16 00:53:18.019592 [ 3 ] {c73ca9b6-3d06-43f8-9aed-5bf2edd834b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9139 | 2024.05.16 00:53:18.019657 [ 3 ] {} <Debug> HTTP-Session: 95acb1b3-e295-4dd3-95f8-cbe85c0203b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9140 | 2024.05.16 00:53:18.019829 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9141 | 2024.05.16 00:53:18.019883 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9142 | 2024.05.16 00:53:18.019902 [ 3 ] {} <Debug> HTTP-Session: bbbac1b1-a2b6-4b87-9abe-3cb2281f5e95 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
9143 | 2024.05.16 00:53:18.019919 [ 3 ] {} <Debug> HTTP-Session: bbbac1b1-a2b6-4b87-9abe-3cb2281f5e95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9144 | 2024.05.16 00:53:18.019934 [ 3 ] {} <Debug> HTTP-Session: bbbac1b1-a2b6-4b87-9abe-3cb2281f5e95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9145 | 2024.05.16 00:53:18.019967 [ 3 ] {} <Trace> HTTP-Session: bbbac1b1-a2b6-4b87-9abe-3cb2281f5e95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9146 | 2024.05.16 00:53:18.020100 [ 3 ] {c4c094ea-0281-4a7c-8c64-1d434e01ec92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9147 | 2024.05.16 00:53:18.020146 [ 3 ] {c4c094ea-0281-4a7c-8c64-1d434e01ec92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9148 | 2024.05.16 00:53:18.020288 [ 3 ] {c4c094ea-0281-4a7c-8c64-1d434e01ec92} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9149 | 2024.05.16 00:53:18.020585 [ 3 ] {c4c094ea-0281-4a7c-8c64-1d434e01ec92} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9150 | 2024.05.16 00:53:18.020623 [ 3 ] {c4c094ea-0281-4a7c-8c64-1d434e01ec92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
9151 | 2024.05.16 00:53:18.020985 [ 3 ] {c4c094ea-0281-4a7c-8c64-1d434e01ec92} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
9152 | 2024.05.16 00:53:18.021303 [ 3 ] {c4c094ea-0281-4a7c-8c64-1d434e01ec92} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9153 | 2024.05.16 00:53:18.021458 [ 3 ] {c4c094ea-0281-4a7c-8c64-1d434e01ec92} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001405 sec., 42704.62633451957 rows/sec., 2.88 MiB/sec. | ||
9154 | 2024.05.16 00:53:18.021664 [ 3 ] {c4c094ea-0281-4a7c-8c64-1d434e01ec92} <Debug> DynamicQueryHandler: Done processing query | ||
9155 | 2024.05.16 00:53:18.021701 [ 3 ] {c4c094ea-0281-4a7c-8c64-1d434e01ec92} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9156 | 2024.05.16 00:53:18.021734 [ 3 ] {} <Debug> HTTP-Session: bbbac1b1-a2b6-4b87-9abe-3cb2281f5e95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9157 | 2024.05.16 00:53:23.014427 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9158 | 2024.05.16 00:53:23.014561 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9159 | 2024.05.16 00:53:23.014591 [ 3 ] {} <Debug> HTTP-Session: 4bbf9b39-1bda-4bd0-98b9-0a0e25f0cf1c Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
9160 | 2024.05.16 00:53:23.014618 [ 3 ] {} <Debug> HTTP-Session: 4bbf9b39-1bda-4bd0-98b9-0a0e25f0cf1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9161 | 2024.05.16 00:53:23.014636 [ 3 ] {} <Debug> HTTP-Session: 4bbf9b39-1bda-4bd0-98b9-0a0e25f0cf1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9162 | 2024.05.16 00:53:23.014690 [ 3 ] {} <Trace> HTTP-Session: 4bbf9b39-1bda-4bd0-98b9-0a0e25f0cf1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9163 | 2024.05.16 00:53:23.014897 [ 3 ] {b21801e8-ce75-4075-8286-d8eb714b93ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9164 | 2024.05.16 00:53:23.014966 [ 3 ] {b21801e8-ce75-4075-8286-d8eb714b93ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9165 | 2024.05.16 00:53:23.015159 [ 3 ] {b21801e8-ce75-4075-8286-d8eb714b93ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9166 | 2024.05.16 00:53:23.015672 [ 3 ] {b21801e8-ce75-4075-8286-d8eb714b93ff} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9167 | 2024.05.16 00:53:23.015714 [ 3 ] {b21801e8-ce75-4075-8286-d8eb714b93ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
9168 | 2024.05.16 00:53:23.016095 [ 3 ] {b21801e8-ce75-4075-8286-d8eb714b93ff} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
9169 | 2024.05.16 00:53:23.016438 [ 3 ] {b21801e8-ce75-4075-8286-d8eb714b93ff} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9170 | 2024.05.16 00:53:23.016604 [ 112 ] {} <Debug> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2) (MergerMutator): Selected 5 parts from all_1_30_7 to all_34_34_0 | ||
9171 | 2024.05.16 00:53:23.016617 [ 3 ] {b21801e8-ce75-4075-8286-d8eb714b93ff} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001783 sec., 16825.57487380819 rows/sec., 1.33 MiB/sec. | ||
9172 | 2024.05.16 00:53:23.016651 [ 112 ] {} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9173 | 2024.05.16 00:53:23.016692 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
9174 | 2024.05.16 00:53:23.016867 [ 195 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_34_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_30_7 to all_34_34_0 into Compact with storage Full | ||
9175 | 2024.05.16 00:53:23.016881 [ 3 ] {b21801e8-ce75-4075-8286-d8eb714b93ff} <Debug> DynamicQueryHandler: Done processing query | ||
9176 | 2024.05.16 00:53:23.016964 [ 3 ] {b21801e8-ce75-4075-8286-d8eb714b93ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9177 | 2024.05.16 00:53:23.016994 [ 3 ] {} <Debug> HTTP-Session: 4bbf9b39-1bda-4bd0-98b9-0a0e25f0cf1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9178 | 2024.05.16 00:53:23.017107 [ 195 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_34_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9179 | 2024.05.16 00:53:23.017146 [ 195 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_7, total 30 rows starting from the beginning of the part | ||
9180 | 2024.05.16 00:53:23.017230 [ 195 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 30 rows starting from the beginning of the part | ||
9181 | 2024.05.16 00:53:23.017303 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 21403, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9182 | 2024.05.16 00:53:23.017494 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9183 | 2024.05.16 00:53:23.017610 [ 3 ] {} <Debug> HTTP-Session: 8996bb4d-8f0f-42fe-9096-8fd01b370bfd Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
9184 | 2024.05.16 00:53:23.017695 [ 3 ] {} <Debug> HTTP-Session: 8996bb4d-8f0f-42fe-9096-8fd01b370bfd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9185 | 2024.05.16 00:53:23.017692 [ 195 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 30 rows starting from the beginning of the part | ||
9186 | 2024.05.16 00:53:23.017730 [ 3 ] {} <Debug> HTTP-Session: 8996bb4d-8f0f-42fe-9096-8fd01b370bfd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9187 | 2024.05.16 00:53:23.017863 [ 3 ] {} <Trace> HTTP-Session: 8996bb4d-8f0f-42fe-9096-8fd01b370bfd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9188 | 2024.05.16 00:53:23.017892 [ 195 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 30 rows starting from the beginning of the part | ||
9189 | 2024.05.16 00:53:23.018200 [ 195 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 30 rows starting from the beginning of the part | ||
9190 | 2024.05.16 00:53:23.018391 [ 3 ] {75900e43-2de7-4351-abfe-727a33fd41ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9191 | 2024.05.16 00:53:23.018627 [ 3 ] {75900e43-2de7-4351-abfe-727a33fd41ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9192 | 2024.05.16 00:53:23.019115 [ 3 ] {75900e43-2de7-4351-abfe-727a33fd41ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9193 | 2024.05.16 00:53:23.020079 [ 3 ] {75900e43-2de7-4351-abfe-727a33fd41ca} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9194 | 2024.05.16 00:53:23.020157 [ 3 ] {75900e43-2de7-4351-abfe-727a33fd41ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
9195 | 2024.05.16 00:53:23.020684 [ 190 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_34_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 4 columns (4 merged, 0 gathered) in 0.003895422 sec., 38506.73944953846 rows/sec., 3.05 MiB/sec. | ||
9196 | 2024.05.16 00:53:23.020915 [ 3 ] {75900e43-2de7-4351-abfe-727a33fd41ca} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
9197 | 2024.05.16 00:53:23.020936 [ 190 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_34_8} <Trace> MergedBlockOutputStream: filled checksums all_1_34_8 (state Temporary) | ||
9198 | 2024.05.16 00:53:23.021609 [ 3 ] {75900e43-2de7-4351-abfe-727a33fd41ca} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9199 | 2024.05.16 00:53:23.021763 [ 190 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_34_8} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_merge_all_1_34_8 to all_1_34_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9200 | 2024.05.16 00:53:23.021922 [ 3 ] {75900e43-2de7-4351-abfe-727a33fd41ca} <Debug> executeQuery: Read 146 rows, 12.52 KiB in 0.003785 sec., 38573.31571994716 rows/sec., 3.23 MiB/sec. | ||
9201 | 2024.05.16 00:53:23.022011 [ 190 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_34_8} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2) (MergerMutator): Merged 5 parts: [all_1_30_7, all_34_34_0] -> all_1_34_8 | ||
9202 | 2024.05.16 00:53:23.022212 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
9203 | 2024.05.16 00:53:23.022281 [ 3 ] {75900e43-2de7-4351-abfe-727a33fd41ca} <Debug> DynamicQueryHandler: Done processing query | ||
9204 | 2024.05.16 00:53:23.022312 [ 3 ] {75900e43-2de7-4351-abfe-727a33fd41ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
9205 | 2024.05.16 00:53:23.022328 [ 3 ] {} <Debug> HTTP-Session: 8996bb4d-8f0f-42fe-9096-8fd01b370bfd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9206 | 2024.05.16 00:53:23.022480 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 15971, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9207 | 2024.05.16 00:53:23.022531 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9208 | 2024.05.16 00:53:23.022551 [ 3 ] {} <Debug> HTTP-Session: b3d9e33f-0614-4014-8bea-9f5f12d570d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
9209 | 2024.05.16 00:53:23.022568 [ 3 ] {} <Debug> HTTP-Session: b3d9e33f-0614-4014-8bea-9f5f12d570d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9210 | 2024.05.16 00:53:23.022581 [ 3 ] {} <Debug> HTTP-Session: b3d9e33f-0614-4014-8bea-9f5f12d570d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9211 | 2024.05.16 00:53:23.022615 [ 3 ] {} <Trace> HTTP-Session: b3d9e33f-0614-4014-8bea-9f5f12d570d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9212 | 2024.05.16 00:53:23.022742 [ 3 ] {46054e88-d7ff-453c-a68f-62272b1edc6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9213 | 2024.05.16 00:53:23.022787 [ 3 ] {46054e88-d7ff-453c-a68f-62272b1edc6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9214 | 2024.05.16 00:53:23.022933 [ 3 ] {46054e88-d7ff-453c-a68f-62272b1edc6c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9215 | 2024.05.16 00:53:23.023332 [ 3 ] {46054e88-d7ff-453c-a68f-62272b1edc6c} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9216 | 2024.05.16 00:53:23.023368 [ 3 ] {46054e88-d7ff-453c-a68f-62272b1edc6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
9217 | 2024.05.16 00:53:23.023683 [ 3 ] {46054e88-d7ff-453c-a68f-62272b1edc6c} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
9218 | 2024.05.16 00:53:23.023987 [ 3 ] {46054e88-d7ff-453c-a68f-62272b1edc6c} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9219 | 2024.05.16 00:53:23.024113 [ 3 ] {46054e88-d7ff-453c-a68f-62272b1edc6c} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.00142 sec., 66197.18309859154 rows/sec., 5.17 MiB/sec. | ||
9220 | 2024.05.16 00:53:23.024272 [ 3 ] {46054e88-d7ff-453c-a68f-62272b1edc6c} <Debug> DynamicQueryHandler: Done processing query | ||
9221 | 2024.05.16 00:53:23.024297 [ 3 ] {46054e88-d7ff-453c-a68f-62272b1edc6c} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
9222 | 2024.05.16 00:53:23.024313 [ 3 ] {} <Debug> HTTP-Session: b3d9e33f-0614-4014-8bea-9f5f12d570d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9223 | 2024.05.16 00:53:23.024483 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9224 | 2024.05.16 00:53:23.024531 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9225 | 2024.05.16 00:53:23.024549 [ 3 ] {} <Debug> HTTP-Session: c20b06c8-4292-48a4-8990-c3a95f7b9211 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
9226 | 2024.05.16 00:53:23.024567 [ 3 ] {} <Debug> HTTP-Session: c20b06c8-4292-48a4-8990-c3a95f7b9211 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9227 | 2024.05.16 00:53:23.024580 [ 3 ] {} <Debug> HTTP-Session: c20b06c8-4292-48a4-8990-c3a95f7b9211 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9228 | 2024.05.16 00:53:23.024612 [ 3 ] {} <Trace> HTTP-Session: c20b06c8-4292-48a4-8990-c3a95f7b9211 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9229 | 2024.05.16 00:53:23.024761 [ 3 ] {b2aeb51d-adca-45f5-86fe-42c3b39dbabd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9230 | 2024.05.16 00:53:23.024808 [ 3 ] {b2aeb51d-adca-45f5-86fe-42c3b39dbabd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9231 | 2024.05.16 00:53:23.024949 [ 3 ] {b2aeb51d-adca-45f5-86fe-42c3b39dbabd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9232 | 2024.05.16 00:53:23.025319 [ 3 ] {b2aeb51d-adca-45f5-86fe-42c3b39dbabd} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9233 | 2024.05.16 00:53:23.025354 [ 3 ] {b2aeb51d-adca-45f5-86fe-42c3b39dbabd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
9234 | 2024.05.16 00:53:23.025731 [ 3 ] {b2aeb51d-adca-45f5-86fe-42c3b39dbabd} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
9235 | 2024.05.16 00:53:23.026076 [ 3 ] {b2aeb51d-adca-45f5-86fe-42c3b39dbabd} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9236 | 2024.05.16 00:53:23.026206 [ 3 ] {b2aeb51d-adca-45f5-86fe-42c3b39dbabd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001514 sec., 105680.31704095112 rows/sec., 7.36 MiB/sec. | ||
9237 | 2024.05.16 00:53:23.026445 [ 3 ] {b2aeb51d-adca-45f5-86fe-42c3b39dbabd} <Debug> DynamicQueryHandler: Done processing query | ||
9238 | 2024.05.16 00:53:23.026502 [ 3 ] {b2aeb51d-adca-45f5-86fe-42c3b39dbabd} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9239 | 2024.05.16 00:53:23.026561 [ 3 ] {} <Debug> HTTP-Session: c20b06c8-4292-48a4-8990-c3a95f7b9211 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9240 | 2024.05.16 00:53:23.026878 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 32124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9241 | 2024.05.16 00:53:23.026932 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9242 | 2024.05.16 00:53:23.026951 [ 3 ] {} <Debug> HTTP-Session: 38dd2001-275e-498a-8c8a-513cc2131b45 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
9243 | 2024.05.16 00:53:23.026967 [ 3 ] {} <Debug> HTTP-Session: 38dd2001-275e-498a-8c8a-513cc2131b45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9244 | 2024.05.16 00:53:23.026981 [ 3 ] {} <Debug> HTTP-Session: 38dd2001-275e-498a-8c8a-513cc2131b45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9245 | 2024.05.16 00:53:23.027013 [ 3 ] {} <Trace> HTTP-Session: 38dd2001-275e-498a-8c8a-513cc2131b45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9246 | 2024.05.16 00:53:23.027263 [ 3 ] {e860cb4a-f8a2-4b2c-9517-b2f7357dbd8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9247 | 2024.05.16 00:53:23.027312 [ 3 ] {e860cb4a-f8a2-4b2c-9517-b2f7357dbd8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
9248 | 2024.05.16 00:53:23.027488 [ 3 ] {e860cb4a-f8a2-4b2c-9517-b2f7357dbd8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9249 | 2024.05.16 00:53:23.027935 [ 3 ] {e860cb4a-f8a2-4b2c-9517-b2f7357dbd8f} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9250 | 2024.05.16 00:53:23.027969 [ 3 ] {e860cb4a-f8a2-4b2c-9517-b2f7357dbd8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
9251 | 2024.05.16 00:53:23.028380 [ 3 ] {e860cb4a-f8a2-4b2c-9517-b2f7357dbd8f} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
9252 | 2024.05.16 00:53:23.028719 [ 3 ] {e860cb4a-f8a2-4b2c-9517-b2f7357dbd8f} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9253 | 2024.05.16 00:53:23.028853 [ 3 ] {e860cb4a-f8a2-4b2c-9517-b2f7357dbd8f} <Debug> executeQuery: Read 30 rows, 41.46 KiB in 0.001761 sec., 17035.775127768313 rows/sec., 22.99 MiB/sec. | ||
9254 | 2024.05.16 00:53:23.029022 [ 3 ] {e860cb4a-f8a2-4b2c-9517-b2f7357dbd8f} <Debug> DynamicQueryHandler: Done processing query | ||
9255 | 2024.05.16 00:53:23.029046 [ 3 ] {e860cb4a-f8a2-4b2c-9517-b2f7357dbd8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
9256 | 2024.05.16 00:53:23.029061 [ 3 ] {} <Debug> HTTP-Session: 38dd2001-275e-498a-8c8a-513cc2131b45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9257 | 2024.05.16 00:53:23.029200 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9258 | 2024.05.16 00:53:23.029249 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9259 | 2024.05.16 00:53:23.029268 [ 3 ] {} <Debug> HTTP-Session: b435b2c2-7ffd-43d5-bb14-faa9dfdc5213 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
9260 | 2024.05.16 00:53:23.029284 [ 3 ] {} <Debug> HTTP-Session: b435b2c2-7ffd-43d5-bb14-faa9dfdc5213 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9261 | 2024.05.16 00:53:23.029297 [ 3 ] {} <Debug> HTTP-Session: b435b2c2-7ffd-43d5-bb14-faa9dfdc5213 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9262 | 2024.05.16 00:53:23.029327 [ 3 ] {} <Trace> HTTP-Session: b435b2c2-7ffd-43d5-bb14-faa9dfdc5213 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9263 | 2024.05.16 00:53:23.029457 [ 3 ] {b2dcb4b2-154c-44c9-84d3-6697e8901154} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9264 | 2024.05.16 00:53:23.029499 [ 3 ] {b2dcb4b2-154c-44c9-84d3-6697e8901154} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9265 | 2024.05.16 00:53:23.029623 [ 3 ] {b2dcb4b2-154c-44c9-84d3-6697e8901154} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9266 | 2024.05.16 00:53:23.029903 [ 3 ] {b2dcb4b2-154c-44c9-84d3-6697e8901154} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9267 | 2024.05.16 00:53:23.029938 [ 3 ] {b2dcb4b2-154c-44c9-84d3-6697e8901154} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
9268 | 2024.05.16 00:53:23.030287 [ 3 ] {b2dcb4b2-154c-44c9-84d3-6697e8901154} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
9269 | 2024.05.16 00:53:23.030601 [ 3 ] {b2dcb4b2-154c-44c9-84d3-6697e8901154} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9270 | 2024.05.16 00:53:23.030727 [ 3 ] {b2dcb4b2-154c-44c9-84d3-6697e8901154} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001326 sec., 45248.86877828054 rows/sec., 3.05 MiB/sec. | ||
9271 | 2024.05.16 00:53:23.030978 [ 3 ] {b2dcb4b2-154c-44c9-84d3-6697e8901154} <Debug> DynamicQueryHandler: Done processing query | ||
9272 | 2024.05.16 00:53:23.031037 [ 3 ] {b2dcb4b2-154c-44c9-84d3-6697e8901154} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9273 | 2024.05.16 00:53:23.031094 [ 3 ] {} <Debug> HTTP-Session: b435b2c2-7ffd-43d5-bb14-faa9dfdc5213 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9274 | 2024.05.16 00:53:28.013241 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9275 | 2024.05.16 00:53:28.013381 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9276 | 2024.05.16 00:53:28.013409 [ 3 ] {} <Debug> HTTP-Session: 2e05a122-06e0-4260-83e6-c50c7cd71d1d Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
9277 | 2024.05.16 00:53:28.013437 [ 3 ] {} <Debug> HTTP-Session: 2e05a122-06e0-4260-83e6-c50c7cd71d1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9278 | 2024.05.16 00:53:28.013454 [ 3 ] {} <Debug> HTTP-Session: 2e05a122-06e0-4260-83e6-c50c7cd71d1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9279 | 2024.05.16 00:53:28.013509 [ 3 ] {} <Trace> HTTP-Session: 2e05a122-06e0-4260-83e6-c50c7cd71d1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9280 | 2024.05.16 00:53:28.013719 [ 3 ] {39bb415e-2010-4896-a44d-43ecf08a2c50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9281 | 2024.05.16 00:53:28.013789 [ 3 ] {39bb415e-2010-4896-a44d-43ecf08a2c50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9282 | 2024.05.16 00:53:28.013996 [ 3 ] {39bb415e-2010-4896-a44d-43ecf08a2c50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9283 | 2024.05.16 00:53:28.014467 [ 3 ] {39bb415e-2010-4896-a44d-43ecf08a2c50} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9284 | 2024.05.16 00:53:28.014508 [ 3 ] {39bb415e-2010-4896-a44d-43ecf08a2c50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
9285 | 2024.05.16 00:53:28.014873 [ 3 ] {39bb415e-2010-4896-a44d-43ecf08a2c50} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
9286 | 2024.05.16 00:53:28.015191 [ 3 ] {39bb415e-2010-4896-a44d-43ecf08a2c50} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9287 | 2024.05.16 00:53:28.015347 [ 3 ] {39bb415e-2010-4896-a44d-43ecf08a2c50} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.0017 sec., 32941.17647058824 rows/sec., 2.51 MiB/sec. | ||
9288 | 2024.05.16 00:53:28.015588 [ 3 ] {39bb415e-2010-4896-a44d-43ecf08a2c50} <Debug> DynamicQueryHandler: Done processing query | ||
9289 | 2024.05.16 00:53:28.015614 [ 3 ] {39bb415e-2010-4896-a44d-43ecf08a2c50} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9290 | 2024.05.16 00:53:28.015630 [ 3 ] {} <Debug> HTTP-Session: 2e05a122-06e0-4260-83e6-c50c7cd71d1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9291 | 2024.05.16 00:53:28.015802 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9292 | 2024.05.16 00:53:28.015852 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9293 | 2024.05.16 00:53:28.015871 [ 3 ] {} <Debug> HTTP-Session: d68bc281-7964-4b3d-8c30-6ee5b64cb041 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
9294 | 2024.05.16 00:53:28.015888 [ 3 ] {} <Debug> HTTP-Session: d68bc281-7964-4b3d-8c30-6ee5b64cb041 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9295 | 2024.05.16 00:53:28.015901 [ 3 ] {} <Debug> HTTP-Session: d68bc281-7964-4b3d-8c30-6ee5b64cb041 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9296 | 2024.05.16 00:53:28.015933 [ 3 ] {} <Trace> HTTP-Session: d68bc281-7964-4b3d-8c30-6ee5b64cb041 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9297 | 2024.05.16 00:53:28.016048 [ 3 ] {e0c3c5e1-1e7d-4dd8-ab92-9c4b3877d683} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9298 | 2024.05.16 00:53:28.016091 [ 3 ] {e0c3c5e1-1e7d-4dd8-ab92-9c4b3877d683} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9299 | 2024.05.16 00:53:28.016232 [ 3 ] {e0c3c5e1-1e7d-4dd8-ab92-9c4b3877d683} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9300 | 2024.05.16 00:53:28.016626 [ 3 ] {e0c3c5e1-1e7d-4dd8-ab92-9c4b3877d683} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9301 | 2024.05.16 00:53:28.016663 [ 3 ] {e0c3c5e1-1e7d-4dd8-ab92-9c4b3877d683} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
9302 | 2024.05.16 00:53:28.016966 [ 3 ] {e0c3c5e1-1e7d-4dd8-ab92-9c4b3877d683} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
9303 | 2024.05.16 00:53:28.017263 [ 3 ] {e0c3c5e1-1e7d-4dd8-ab92-9c4b3877d683} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9304 | 2024.05.16 00:53:28.017411 [ 3 ] {e0c3c5e1-1e7d-4dd8-ab92-9c4b3877d683} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001403 sec., 45616.535994297934 rows/sec., 3.56 MiB/sec. | ||
9305 | 2024.05.16 00:53:28.017668 [ 3 ] {e0c3c5e1-1e7d-4dd8-ab92-9c4b3877d683} <Debug> DynamicQueryHandler: Done processing query | ||
9306 | 2024.05.16 00:53:28.017731 [ 3 ] {e0c3c5e1-1e7d-4dd8-ab92-9c4b3877d683} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9307 | 2024.05.16 00:53:28.017789 [ 3 ] {} <Debug> HTTP-Session: d68bc281-7964-4b3d-8c30-6ee5b64cb041 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9308 | 2024.05.16 00:53:28.018011 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9309 | 2024.05.16 00:53:28.018065 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9310 | 2024.05.16 00:53:28.018084 [ 3 ] {} <Debug> HTTP-Session: b326d3a7-3904-4e8c-9240-4051af03b39d Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
9311 | 2024.05.16 00:53:28.018101 [ 3 ] {} <Debug> HTTP-Session: b326d3a7-3904-4e8c-9240-4051af03b39d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9312 | 2024.05.16 00:53:28.018115 [ 3 ] {} <Debug> HTTP-Session: b326d3a7-3904-4e8c-9240-4051af03b39d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9313 | 2024.05.16 00:53:28.018147 [ 3 ] {} <Trace> HTTP-Session: b326d3a7-3904-4e8c-9240-4051af03b39d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9314 | 2024.05.16 00:53:28.018296 [ 3 ] {68d2d837-c116-461d-a3f6-9f0d80c79d58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9315 | 2024.05.16 00:53:28.018344 [ 3 ] {68d2d837-c116-461d-a3f6-9f0d80c79d58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9316 | 2024.05.16 00:53:28.018513 [ 3 ] {68d2d837-c116-461d-a3f6-9f0d80c79d58} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9317 | 2024.05.16 00:53:28.018992 [ 3 ] {68d2d837-c116-461d-a3f6-9f0d80c79d58} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9318 | 2024.05.16 00:53:28.019028 [ 3 ] {68d2d837-c116-461d-a3f6-9f0d80c79d58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
9319 | 2024.05.16 00:53:28.019416 [ 3 ] {68d2d837-c116-461d-a3f6-9f0d80c79d58} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
9320 | 2024.05.16 00:53:28.019759 [ 3 ] {68d2d837-c116-461d-a3f6-9f0d80c79d58} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9321 | 2024.05.16 00:53:28.019892 [ 3 ] {68d2d837-c116-461d-a3f6-9f0d80c79d58} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001665 sec., 96096.0960960961 rows/sec., 6.69 MiB/sec. | ||
9322 | 2024.05.16 00:53:28.020086 [ 3 ] {68d2d837-c116-461d-a3f6-9f0d80c79d58} <Debug> DynamicQueryHandler: Done processing query | ||
9323 | 2024.05.16 00:53:28.020110 [ 3 ] {68d2d837-c116-461d-a3f6-9f0d80c79d58} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9324 | 2024.05.16 00:53:28.020126 [ 3 ] {} <Debug> HTTP-Session: b326d3a7-3904-4e8c-9240-4051af03b39d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9325 | 2024.05.16 00:53:28.020254 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9326 | 2024.05.16 00:53:28.020303 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9327 | 2024.05.16 00:53:28.020322 [ 3 ] {} <Debug> HTTP-Session: d840f1e5-fa63-4675-8098-ca2cb3117593 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
9328 | 2024.05.16 00:53:28.020338 [ 3 ] {} <Debug> HTTP-Session: d840f1e5-fa63-4675-8098-ca2cb3117593 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9329 | 2024.05.16 00:53:28.020351 [ 3 ] {} <Debug> HTTP-Session: d840f1e5-fa63-4675-8098-ca2cb3117593 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9330 | 2024.05.16 00:53:28.020382 [ 3 ] {} <Trace> HTTP-Session: d840f1e5-fa63-4675-8098-ca2cb3117593 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9331 | 2024.05.16 00:53:28.020511 [ 3 ] {d27154d7-2ec6-4575-af83-e3d6ee4e3b7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9332 | 2024.05.16 00:53:28.020556 [ 3 ] {d27154d7-2ec6-4575-af83-e3d6ee4e3b7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9333 | 2024.05.16 00:53:28.020690 [ 3 ] {d27154d7-2ec6-4575-af83-e3d6ee4e3b7f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9334 | 2024.05.16 00:53:28.021019 [ 3 ] {d27154d7-2ec6-4575-af83-e3d6ee4e3b7f} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9335 | 2024.05.16 00:53:28.021055 [ 3 ] {d27154d7-2ec6-4575-af83-e3d6ee4e3b7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
9336 | 2024.05.16 00:53:28.021418 [ 3 ] {d27154d7-2ec6-4575-af83-e3d6ee4e3b7f} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
9337 | 2024.05.16 00:53:28.021740 [ 3 ] {d27154d7-2ec6-4575-af83-e3d6ee4e3b7f} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9338 | 2024.05.16 00:53:28.021890 [ 3 ] {d27154d7-2ec6-4575-af83-e3d6ee4e3b7f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001428 sec., 42016.80672268908 rows/sec., 2.83 MiB/sec. | ||
9339 | 2024.05.16 00:53:28.022061 [ 3 ] {d27154d7-2ec6-4575-af83-e3d6ee4e3b7f} <Debug> DynamicQueryHandler: Done processing query | ||
9340 | 2024.05.16 00:53:28.022085 [ 3 ] {d27154d7-2ec6-4575-af83-e3d6ee4e3b7f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9341 | 2024.05.16 00:53:28.022101 [ 3 ] {} <Debug> HTTP-Session: d840f1e5-fa63-4675-8098-ca2cb3117593 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9342 | 2024.05.16 00:53:31.310273 [ 31 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9343 | 2024.05.16 00:53:31.310375 [ 31 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9344 | 2024.05.16 00:53:33.014698 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9345 | 2024.05.16 00:53:33.014805 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9346 | 2024.05.16 00:53:33.014832 [ 3 ] {} <Debug> HTTP-Session: c0cec91e-fe21-401e-a037-ecdeb183a818 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
9347 | 2024.05.16 00:53:33.014859 [ 3 ] {} <Debug> HTTP-Session: c0cec91e-fe21-401e-a037-ecdeb183a818 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9348 | 2024.05.16 00:53:33.014877 [ 3 ] {} <Debug> HTTP-Session: c0cec91e-fe21-401e-a037-ecdeb183a818 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9349 | 2024.05.16 00:53:33.014930 [ 3 ] {} <Trace> HTTP-Session: c0cec91e-fe21-401e-a037-ecdeb183a818 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9350 | 2024.05.16 00:53:33.015132 [ 3 ] {7efaee9e-ee4d-4b6d-b5e0-aef30738a831} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9351 | 2024.05.16 00:53:33.015199 [ 3 ] {7efaee9e-ee4d-4b6d-b5e0-aef30738a831} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9352 | 2024.05.16 00:53:33.015398 [ 3 ] {7efaee9e-ee4d-4b6d-b5e0-aef30738a831} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9353 | 2024.05.16 00:53:33.015847 [ 3 ] {7efaee9e-ee4d-4b6d-b5e0-aef30738a831} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9354 | 2024.05.16 00:53:33.015889 [ 3 ] {7efaee9e-ee4d-4b6d-b5e0-aef30738a831} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
9355 | 2024.05.16 00:53:33.016259 [ 3 ] {7efaee9e-ee4d-4b6d-b5e0-aef30738a831} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
9356 | 2024.05.16 00:53:33.016593 [ 3 ] {7efaee9e-ee4d-4b6d-b5e0-aef30738a831} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9357 | 2024.05.16 00:53:33.016744 [ 3 ] {7efaee9e-ee4d-4b6d-b5e0-aef30738a831} <Debug> executeQuery: Read 30 rows, 2.43 KiB in 0.001679 sec., 17867.77843954735 rows/sec., 1.41 MiB/sec. | ||
9358 | 2024.05.16 00:53:33.016957 [ 3 ] {7efaee9e-ee4d-4b6d-b5e0-aef30738a831} <Debug> DynamicQueryHandler: Done processing query | ||
9359 | 2024.05.16 00:53:33.016984 [ 3 ] {7efaee9e-ee4d-4b6d-b5e0-aef30738a831} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9360 | 2024.05.16 00:53:33.017001 [ 3 ] {} <Debug> HTTP-Session: c0cec91e-fe21-401e-a037-ecdeb183a818 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9361 | 2024.05.16 00:53:33.017195 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 21403, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9362 | 2024.05.16 00:53:33.017249 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9363 | 2024.05.16 00:53:33.017270 [ 3 ] {} <Debug> HTTP-Session: 2328fc0f-3651-46fb-a975-2a384d78c549 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
9364 | 2024.05.16 00:53:33.017287 [ 3 ] {} <Debug> HTTP-Session: 2328fc0f-3651-46fb-a975-2a384d78c549 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9365 | 2024.05.16 00:53:33.017301 [ 3 ] {} <Debug> HTTP-Session: 2328fc0f-3651-46fb-a975-2a384d78c549 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9366 | 2024.05.16 00:53:33.017338 [ 3 ] {} <Trace> HTTP-Session: 2328fc0f-3651-46fb-a975-2a384d78c549 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9367 | 2024.05.16 00:53:33.017481 [ 3 ] {6dd70984-b0a8-441a-89a2-0f67e20f0d42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9368 | 2024.05.16 00:53:33.017526 [ 3 ] {6dd70984-b0a8-441a-89a2-0f67e20f0d42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9369 | 2024.05.16 00:53:33.017658 [ 3 ] {6dd70984-b0a8-441a-89a2-0f67e20f0d42} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9370 | 2024.05.16 00:53:33.018071 [ 3 ] {6dd70984-b0a8-441a-89a2-0f67e20f0d42} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9371 | 2024.05.16 00:53:33.018109 [ 3 ] {6dd70984-b0a8-441a-89a2-0f67e20f0d42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
9372 | 2024.05.16 00:53:33.018427 [ 3 ] {6dd70984-b0a8-441a-89a2-0f67e20f0d42} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
9373 | 2024.05.16 00:53:33.018747 [ 3 ] {6dd70984-b0a8-441a-89a2-0f67e20f0d42} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9374 | 2024.05.16 00:53:33.018900 [ 3 ] {6dd70984-b0a8-441a-89a2-0f67e20f0d42} <Debug> executeQuery: Read 146 rows, 12.52 KiB in 0.00148 sec., 98648.64864864865 rows/sec., 8.26 MiB/sec. | ||
9375 | 2024.05.16 00:53:33.019170 [ 3 ] {6dd70984-b0a8-441a-89a2-0f67e20f0d42} <Debug> DynamicQueryHandler: Done processing query | ||
9376 | 2024.05.16 00:53:33.019232 [ 3 ] {6dd70984-b0a8-441a-89a2-0f67e20f0d42} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
9377 | 2024.05.16 00:53:33.019291 [ 3 ] {} <Debug> HTTP-Session: 2328fc0f-3651-46fb-a975-2a384d78c549 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9378 | 2024.05.16 00:53:33.019481 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 15971, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9379 | 2024.05.16 00:53:33.019535 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9380 | 2024.05.16 00:53:33.019555 [ 3 ] {} <Debug> HTTP-Session: 1706d0ae-fb9f-49be-80df-6367b485a7ac Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
9381 | 2024.05.16 00:53:33.019571 [ 3 ] {} <Debug> HTTP-Session: 1706d0ae-fb9f-49be-80df-6367b485a7ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9382 | 2024.05.16 00:53:33.019586 [ 3 ] {} <Debug> HTTP-Session: 1706d0ae-fb9f-49be-80df-6367b485a7ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9383 | 2024.05.16 00:53:33.019619 [ 3 ] {} <Trace> HTTP-Session: 1706d0ae-fb9f-49be-80df-6367b485a7ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9384 | 2024.05.16 00:53:33.019755 [ 3 ] {c7cc5bb0-ad7f-46d8-b993-3ef4e0af6f73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9385 | 2024.05.16 00:53:33.019799 [ 3 ] {c7cc5bb0-ad7f-46d8-b993-3ef4e0af6f73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9386 | 2024.05.16 00:53:33.019946 [ 3 ] {c7cc5bb0-ad7f-46d8-b993-3ef4e0af6f73} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9387 | 2024.05.16 00:53:33.020351 [ 3 ] {c7cc5bb0-ad7f-46d8-b993-3ef4e0af6f73} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9388 | 2024.05.16 00:53:33.020393 [ 3 ] {c7cc5bb0-ad7f-46d8-b993-3ef4e0af6f73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
9389 | 2024.05.16 00:53:33.020711 [ 3 ] {c7cc5bb0-ad7f-46d8-b993-3ef4e0af6f73} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
9390 | 2024.05.16 00:53:33.021018 [ 3 ] {c7cc5bb0-ad7f-46d8-b993-3ef4e0af6f73} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9391 | 2024.05.16 00:53:33.021184 [ 3 ] {c7cc5bb0-ad7f-46d8-b993-3ef4e0af6f73} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.001478 sec., 63599.45872801083 rows/sec., 4.97 MiB/sec. | ||
9392 | 2024.05.16 00:53:33.021349 [ 3 ] {c7cc5bb0-ad7f-46d8-b993-3ef4e0af6f73} <Debug> DynamicQueryHandler: Done processing query | ||
9393 | 2024.05.16 00:53:33.021374 [ 3 ] {c7cc5bb0-ad7f-46d8-b993-3ef4e0af6f73} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
9394 | 2024.05.16 00:53:33.021392 [ 3 ] {} <Debug> HTTP-Session: 1706d0ae-fb9f-49be-80df-6367b485a7ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9395 | 2024.05.16 00:53:33.021599 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9396 | 2024.05.16 00:53:33.021650 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9397 | 2024.05.16 00:53:33.021669 [ 3 ] {} <Debug> HTTP-Session: d31799f3-0a30-4070-b472-d1ebd9462da4 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
9398 | 2024.05.16 00:53:33.021687 [ 3 ] {} <Debug> HTTP-Session: d31799f3-0a30-4070-b472-d1ebd9462da4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9399 | 2024.05.16 00:53:33.021701 [ 3 ] {} <Debug> HTTP-Session: d31799f3-0a30-4070-b472-d1ebd9462da4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9400 | 2024.05.16 00:53:33.021732 [ 3 ] {} <Trace> HTTP-Session: d31799f3-0a30-4070-b472-d1ebd9462da4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9401 | 2024.05.16 00:53:33.021873 [ 3 ] {a14256ae-eae3-487b-84d4-b4d53eee6680} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9402 | 2024.05.16 00:53:33.021917 [ 3 ] {a14256ae-eae3-487b-84d4-b4d53eee6680} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9403 | 2024.05.16 00:53:33.022061 [ 3 ] {a14256ae-eae3-487b-84d4-b4d53eee6680} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9404 | 2024.05.16 00:53:33.022446 [ 3 ] {a14256ae-eae3-487b-84d4-b4d53eee6680} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9405 | 2024.05.16 00:53:33.022483 [ 3 ] {a14256ae-eae3-487b-84d4-b4d53eee6680} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
9406 | 2024.05.16 00:53:33.022879 [ 3 ] {a14256ae-eae3-487b-84d4-b4d53eee6680} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
9407 | 2024.05.16 00:53:33.023214 [ 3 ] {a14256ae-eae3-487b-84d4-b4d53eee6680} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9408 | 2024.05.16 00:53:33.023369 [ 3 ] {a14256ae-eae3-487b-84d4-b4d53eee6680} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001551 sec., 103159.2520954223 rows/sec., 7.18 MiB/sec. | ||
9409 | 2024.05.16 00:53:33.023538 [ 3 ] {a14256ae-eae3-487b-84d4-b4d53eee6680} <Debug> DynamicQueryHandler: Done processing query | ||
9410 | 2024.05.16 00:53:33.023563 [ 3 ] {a14256ae-eae3-487b-84d4-b4d53eee6680} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9411 | 2024.05.16 00:53:33.023578 [ 3 ] {} <Debug> HTTP-Session: d31799f3-0a30-4070-b472-d1ebd9462da4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9412 | 2024.05.16 00:53:33.023733 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 32124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9413 | 2024.05.16 00:53:33.023782 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9414 | 2024.05.16 00:53:33.023801 [ 3 ] {} <Debug> HTTP-Session: ebd04225-6e6e-446b-affe-bd1ede5df529 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
9415 | 2024.05.16 00:53:33.023817 [ 3 ] {} <Debug> HTTP-Session: ebd04225-6e6e-446b-affe-bd1ede5df529 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9416 | 2024.05.16 00:53:33.023832 [ 3 ] {} <Debug> HTTP-Session: ebd04225-6e6e-446b-affe-bd1ede5df529 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9417 | 2024.05.16 00:53:33.023863 [ 3 ] {} <Trace> HTTP-Session: ebd04225-6e6e-446b-affe-bd1ede5df529 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9418 | 2024.05.16 00:53:33.024118 [ 3 ] {5da5a0c2-509e-453e-8828-225a872af4de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9419 | 2024.05.16 00:53:33.024165 [ 3 ] {5da5a0c2-509e-453e-8828-225a872af4de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
9420 | 2024.05.16 00:53:33.024322 [ 3 ] {5da5a0c2-509e-453e-8828-225a872af4de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9421 | 2024.05.16 00:53:33.024818 [ 3 ] {5da5a0c2-509e-453e-8828-225a872af4de} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9422 | 2024.05.16 00:53:33.024855 [ 3 ] {5da5a0c2-509e-453e-8828-225a872af4de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
9423 | 2024.05.16 00:53:33.025257 [ 3 ] {5da5a0c2-509e-453e-8828-225a872af4de} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
9424 | 2024.05.16 00:53:33.025602 [ 3 ] {5da5a0c2-509e-453e-8828-225a872af4de} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9425 | 2024.05.16 00:53:33.025756 [ 3 ] {5da5a0c2-509e-453e-8828-225a872af4de} <Debug> executeQuery: Read 30 rows, 41.46 KiB in 0.001811 sec., 16565.433462175595 rows/sec., 22.35 MiB/sec. | ||
9426 | 2024.05.16 00:53:33.025956 [ 3 ] {5da5a0c2-509e-453e-8828-225a872af4de} <Debug> DynamicQueryHandler: Done processing query | ||
9427 | 2024.05.16 00:53:33.025987 [ 3 ] {5da5a0c2-509e-453e-8828-225a872af4de} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
9428 | 2024.05.16 00:53:33.026003 [ 3 ] {} <Debug> HTTP-Session: ebd04225-6e6e-446b-affe-bd1ede5df529 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9429 | 2024.05.16 00:53:33.026142 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9430 | 2024.05.16 00:53:33.026192 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9431 | 2024.05.16 00:53:33.026210 [ 3 ] {} <Debug> HTTP-Session: 2512edd0-ae34-4914-a449-59545bc4883b Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
9432 | 2024.05.16 00:53:33.026226 [ 3 ] {} <Debug> HTTP-Session: 2512edd0-ae34-4914-a449-59545bc4883b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9433 | 2024.05.16 00:53:33.026241 [ 3 ] {} <Debug> HTTP-Session: 2512edd0-ae34-4914-a449-59545bc4883b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9434 | 2024.05.16 00:53:33.026271 [ 3 ] {} <Trace> HTTP-Session: 2512edd0-ae34-4914-a449-59545bc4883b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9435 | 2024.05.16 00:53:33.026397 [ 3 ] {d3ee2d67-9533-479e-96ac-6f6612306a73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9436 | 2024.05.16 00:53:33.026442 [ 3 ] {d3ee2d67-9533-479e-96ac-6f6612306a73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9437 | 2024.05.16 00:53:33.026567 [ 3 ] {d3ee2d67-9533-479e-96ac-6f6612306a73} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9438 | 2024.05.16 00:53:33.026878 [ 3 ] {d3ee2d67-9533-479e-96ac-6f6612306a73} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9439 | 2024.05.16 00:53:33.026915 [ 3 ] {d3ee2d67-9533-479e-96ac-6f6612306a73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
9440 | 2024.05.16 00:53:33.027264 [ 3 ] {d3ee2d67-9533-479e-96ac-6f6612306a73} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
9441 | 2024.05.16 00:53:33.027581 [ 3 ] {d3ee2d67-9533-479e-96ac-6f6612306a73} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9442 | 2024.05.16 00:53:33.027733 [ 3 ] {d3ee2d67-9533-479e-96ac-6f6612306a73} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001377 sec., 43572.98474945534 rows/sec., 2.94 MiB/sec. | ||
9443 | 2024.05.16 00:53:33.027884 [ 3 ] {d3ee2d67-9533-479e-96ac-6f6612306a73} <Debug> DynamicQueryHandler: Done processing query | ||
9444 | 2024.05.16 00:53:33.027909 [ 3 ] {d3ee2d67-9533-479e-96ac-6f6612306a73} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9445 | 2024.05.16 00:53:33.027924 [ 3 ] {} <Debug> HTTP-Session: 2512edd0-ae34-4914-a449-59545bc4883b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9446 | 2024.05.16 00:53:38.012597 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9447 | 2024.05.16 00:53:38.012730 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9448 | 2024.05.16 00:53:38.012758 [ 3 ] {} <Debug> HTTP-Session: 4777691e-ee71-45cc-a428-bf41604f4e85 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
9449 | 2024.05.16 00:53:38.012788 [ 3 ] {} <Debug> HTTP-Session: 4777691e-ee71-45cc-a428-bf41604f4e85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9450 | 2024.05.16 00:53:38.012803 [ 3 ] {} <Debug> HTTP-Session: 4777691e-ee71-45cc-a428-bf41604f4e85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9451 | 2024.05.16 00:53:38.012850 [ 3 ] {} <Trace> HTTP-Session: 4777691e-ee71-45cc-a428-bf41604f4e85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9452 | 2024.05.16 00:53:38.013064 [ 3 ] {0dfd70bc-f2cc-4efc-aa54-07b452d72cef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9453 | 2024.05.16 00:53:38.013131 [ 3 ] {0dfd70bc-f2cc-4efc-aa54-07b452d72cef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9454 | 2024.05.16 00:53:38.013328 [ 3 ] {0dfd70bc-f2cc-4efc-aa54-07b452d72cef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9455 | 2024.05.16 00:53:38.013803 [ 3 ] {0dfd70bc-f2cc-4efc-aa54-07b452d72cef} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9456 | 2024.05.16 00:53:38.013850 [ 3 ] {0dfd70bc-f2cc-4efc-aa54-07b452d72cef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
9457 | 2024.05.16 00:53:38.014275 [ 3 ] {0dfd70bc-f2cc-4efc-aa54-07b452d72cef} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
9458 | 2024.05.16 00:53:38.014626 [ 3 ] {0dfd70bc-f2cc-4efc-aa54-07b452d72cef} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9459 | 2024.05.16 00:53:38.014784 [ 3 ] {0dfd70bc-f2cc-4efc-aa54-07b452d72cef} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001804 sec., 31042.12860310421 rows/sec., 2.37 MiB/sec. | ||
9460 | 2024.05.16 00:53:38.014843 [ 49 ] {} <Debug> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
9461 | 2024.05.16 00:53:38.014936 [ 49 ] {} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9462 | 2024.05.16 00:53:38.014966 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
9463 | 2024.05.16 00:53:38.015054 [ 3 ] {0dfd70bc-f2cc-4efc-aa54-07b452d72cef} <Debug> DynamicQueryHandler: Done processing query | ||
9464 | 2024.05.16 00:53:38.015142 [ 3 ] {0dfd70bc-f2cc-4efc-aa54-07b452d72cef} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9465 | 2024.05.16 00:53:38.015201 [ 3 ] {} <Debug> HTTP-Session: 4777691e-ee71-45cc-a428-bf41604f4e85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9466 | 2024.05.16 00:53:38.015227 [ 189 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::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 | ||
9467 | 2024.05.16 00:53:38.015479 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9468 | 2024.05.16 00:53:38.015640 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9469 | 2024.05.16 00:53:38.015701 [ 189 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9470 | 2024.05.16 00:53:38.015739 [ 3 ] {} <Debug> HTTP-Session: 0b0ff087-b192-4a83-8907-eeb6a250a391 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
9471 | 2024.05.16 00:53:38.015816 [ 189 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 190 rows starting from the beginning of the part | ||
9472 | 2024.05.16 00:53:38.015819 [ 3 ] {} <Debug> HTTP-Session: 0b0ff087-b192-4a83-8907-eeb6a250a391 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9473 | 2024.05.16 00:53:38.015902 [ 3 ] {} <Debug> HTTP-Session: 0b0ff087-b192-4a83-8907-eeb6a250a391 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9474 | 2024.05.16 00:53:38.016124 [ 3 ] {} <Trace> HTTP-Session: 0b0ff087-b192-4a83-8907-eeb6a250a391 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9475 | 2024.05.16 00:53:38.016250 [ 189 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::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.05.16 00:53:38.016627 [ 3 ] {707b1d2f-22e3-4ae1-9d80-68df6e20695b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9477 | 2024.05.16 00:53:38.016698 [ 189 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 146 rows starting from the beginning of the part | ||
9478 | 2024.05.16 00:53:38.016844 [ 3 ] {707b1d2f-22e3-4ae1-9d80-68df6e20695b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9479 | 2024.05.16 00:53:38.017060 [ 189 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 56 rows starting from the beginning of the part | ||
9480 | 2024.05.16 00:53:38.017617 [ 189 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 146 rows starting from the beginning of the part | ||
9481 | 2024.05.16 00:53:38.017980 [ 189 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 56 rows starting from the beginning of the part | ||
9482 | 2024.05.16 00:53:38.018462 [ 3 ] {707b1d2f-22e3-4ae1-9d80-68df6e20695b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9483 | 2024.05.16 00:53:38.019435 [ 3 ] {707b1d2f-22e3-4ae1-9d80-68df6e20695b} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9484 | 2024.05.16 00:53:38.019485 [ 3 ] {707b1d2f-22e3-4ae1-9d80-68df6e20695b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
9485 | 2024.05.16 00:53:38.020390 [ 3 ] {707b1d2f-22e3-4ae1-9d80-68df6e20695b} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
9486 | 2024.05.16 00:53:38.021106 [ 3 ] {707b1d2f-22e3-4ae1-9d80-68df6e20695b} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9487 | 2024.05.16 00:53:38.021106 [ 190 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 650 rows, containing 4 columns (4 merged, 0 gathered) in 0.006057753 sec., 107300.5122526455 rows/sec., 8.72 MiB/sec. | ||
9488 | 2024.05.16 00:53:38.021341 [ 49 ] {} <Debug> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
9489 | 2024.05.16 00:53:38.021361 [ 3 ] {707b1d2f-22e3-4ae1-9d80-68df6e20695b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004928 sec., 12987.012987012988 rows/sec., 1.01 MiB/sec. | ||
9490 | 2024.05.16 00:53:38.021418 [ 49 ] {} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9491 | 2024.05.16 00:53:38.021481 [ 190 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
9492 | 2024.05.16 00:53:38.021505 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
9493 | 2024.05.16 00:53:38.021861 [ 3 ] {707b1d2f-22e3-4ae1-9d80-68df6e20695b} <Debug> DynamicQueryHandler: Done processing query | ||
9494 | 2024.05.16 00:53:38.021904 [ 196 ] {a3945bea-d52e-471f-9886-008e21606338::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 | ||
9495 | 2024.05.16 00:53:38.021921 [ 3 ] {707b1d2f-22e3-4ae1-9d80-68df6e20695b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9496 | 2024.05.16 00:53:38.021959 [ 3 ] {} <Debug> HTTP-Session: 0b0ff087-b192-4a83-8907-eeb6a250a391 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9497 | 2024.05.16 00:53:38.022311 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9498 | 2024.05.16 00:53:38.022476 [ 196 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9499 | 2024.05.16 00:53:38.022511 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9500 | 2024.05.16 00:53:38.022594 [ 196 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 150 rows starting from the beginning of the part | ||
9501 | 2024.05.16 00:53:38.022608 [ 3 ] {} <Debug> HTTP-Session: d05f85e3-1c6f-4ad5-ac91-5534a9dc4be6 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
9502 | 2024.05.16 00:53:38.022683 [ 3 ] {} <Debug> HTTP-Session: d05f85e3-1c6f-4ad5-ac91-5534a9dc4be6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9503 | 2024.05.16 00:53:38.022761 [ 3 ] {} <Debug> HTTP-Session: d05f85e3-1c6f-4ad5-ac91-5534a9dc4be6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9504 | 2024.05.16 00:53:38.022952 [ 3 ] {} <Trace> HTTP-Session: d05f85e3-1c6f-4ad5-ac91-5534a9dc4be6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9505 | 2024.05.16 00:53:38.022978 [ 196 ] {a3945bea-d52e-471f-9886-008e21606338::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 | ||
9506 | 2024.05.16 00:53:38.023291 [ 196 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 94 rows starting from the beginning of the part | ||
9507 | 2024.05.16 00:53:38.023408 [ 190 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_71_14} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9508 | 2024.05.16 00:53:38.023446 [ 3 ] {aedd3881-264b-4f9a-a461-bdbe8f2410e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9509 | 2024.05.16 00:53:38.023856 [ 3 ] {aedd3881-264b-4f9a-a461-bdbe8f2410e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9510 | 2024.05.16 00:53:38.023910 [ 196 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 64 rows starting from the beginning of the part | ||
9511 | 2024.05.16 00:53:38.024106 [ 190 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_71_14} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
9512 | 2024.05.16 00:53:38.024341 [ 196 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 94 rows starting from the beginning of the part | ||
9513 | 2024.05.16 00:53:38.024810 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
9514 | 2024.05.16 00:53:38.024853 [ 196 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 64 rows starting from the beginning of the part | ||
9515 | 2024.05.16 00:53:38.025512 [ 3 ] {aedd3881-264b-4f9a-a461-bdbe8f2410e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9516 | 2024.05.16 00:53:38.026125 [ 3 ] {aedd3881-264b-4f9a-a461-bdbe8f2410e4} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9517 | 2024.05.16 00:53:38.026168 [ 3 ] {aedd3881-264b-4f9a-a461-bdbe8f2410e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
9518 | 2024.05.16 00:53:38.026696 [ 196 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 530 rows, containing 4 columns (4 merged, 0 gathered) in 0.00505098 sec., 104930.13237035189 rows/sec., 8.19 MiB/sec. | ||
9519 | 2024.05.16 00:53:38.026788 [ 3 ] {aedd3881-264b-4f9a-a461-bdbe8f2410e4} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
9520 | 2024.05.16 00:53:38.026818 [ 196 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
9521 | 2024.05.16 00:53:38.027392 [ 3 ] {aedd3881-264b-4f9a-a461-bdbe8f2410e4} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9522 | 2024.05.16 00:53:38.027393 [ 196 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_71_14} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9523 | 2024.05.16 00:53:38.027493 [ 196 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_71_14} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
9524 | 2024.05.16 00:53:38.027605 [ 49 ] {} <Debug> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
9525 | 2024.05.16 00:53:38.027615 [ 3 ] {aedd3881-264b-4f9a-a461-bdbe8f2410e4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004407 sec., 36305.877013841615 rows/sec., 2.53 MiB/sec. | ||
9526 | 2024.05.16 00:53:38.027667 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
9527 | 2024.05.16 00:53:38.027708 [ 49 ] {} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9528 | 2024.05.16 00:53:38.027804 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
9529 | 2024.05.16 00:53:38.027973 [ 193 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
9530 | 2024.05.16 00:53:38.028027 [ 3 ] {aedd3881-264b-4f9a-a461-bdbe8f2410e4} <Debug> DynamicQueryHandler: Done processing query | ||
9531 | 2024.05.16 00:53:38.028071 [ 3 ] {aedd3881-264b-4f9a-a461-bdbe8f2410e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9532 | 2024.05.16 00:53:38.028115 [ 3 ] {} <Debug> HTTP-Session: d05f85e3-1c6f-4ad5-ac91-5534a9dc4be6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9533 | 2024.05.16 00:53:38.028207 [ 193 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9534 | 2024.05.16 00:53:38.028242 [ 193 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_66_13, total 9759 rows starting from the beginning of the part | ||
9535 | 2024.05.16 00:53:38.028377 [ 193 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
9536 | 2024.05.16 00:53:38.028410 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9537 | 2024.05.16 00:53:38.028596 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9538 | 2024.05.16 00:53:38.028685 [ 3 ] {} <Debug> HTTP-Session: f65e7680-044f-4a7f-92ad-a81eba7714e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
9539 | 2024.05.16 00:53:38.028700 [ 193 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 160 rows starting from the beginning of the part | ||
9540 | 2024.05.16 00:53:38.028744 [ 3 ] {} <Debug> HTTP-Session: f65e7680-044f-4a7f-92ad-a81eba7714e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9541 | 2024.05.16 00:53:38.028817 [ 3 ] {} <Debug> HTTP-Session: f65e7680-044f-4a7f-92ad-a81eba7714e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9542 | 2024.05.16 00:53:38.028944 [ 3 ] {} <Trace> HTTP-Session: f65e7680-044f-4a7f-92ad-a81eba7714e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9543 | 2024.05.16 00:53:38.029022 [ 193 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part | ||
9544 | 2024.05.16 00:53:38.029345 [ 193 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
9545 | 2024.05.16 00:53:38.029346 [ 3 ] {fd6a2703-3091-43d4-8b09-e3f648ddb031} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9546 | 2024.05.16 00:53:38.029520 [ 3 ] {fd6a2703-3091-43d4-8b09-e3f648ddb031} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9547 | 2024.05.16 00:53:38.029551 [ 193 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
9548 | 2024.05.16 00:53:38.030411 [ 3 ] {fd6a2703-3091-43d4-8b09-e3f648ddb031} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9549 | 2024.05.16 00:53:38.031007 [ 3 ] {fd6a2703-3091-43d4-8b09-e3f648ddb031} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9550 | 2024.05.16 00:53:38.031046 [ 3 ] {fd6a2703-3091-43d4-8b09-e3f648ddb031} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
9551 | 2024.05.16 00:53:38.031709 [ 3 ] {fd6a2703-3091-43d4-8b09-e3f648ddb031} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
9552 | 2024.05.16 00:53:38.032604 [ 3 ] {fd6a2703-3091-43d4-8b09-e3f648ddb031} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9553 | 2024.05.16 00:53:38.032874 [ 49 ] {} <Debug> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
9554 | 2024.05.16 00:53:38.032882 [ 3 ] {fd6a2703-3091-43d4-8b09-e3f648ddb031} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003708 sec., 16181.229773462783 rows/sec., 1.09 MiB/sec. | ||
9555 | 2024.05.16 00:53:38.032925 [ 49 ] {} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9556 | 2024.05.16 00:53:38.033088 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
9557 | 2024.05.16 00:53:38.033434 [ 188 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
9558 | 2024.05.16 00:53:38.033494 [ 3 ] {fd6a2703-3091-43d4-8b09-e3f648ddb031} <Debug> DynamicQueryHandler: Done processing query | ||
9559 | 2024.05.16 00:53:38.033531 [ 3 ] {fd6a2703-3091-43d4-8b09-e3f648ddb031} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9560 | 2024.05.16 00:53:38.033560 [ 3 ] {} <Debug> HTTP-Session: f65e7680-044f-4a7f-92ad-a81eba7714e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9561 | 2024.05.16 00:53:38.033579 [ 188 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9562 | 2024.05.16 00:53:38.033614 [ 188 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3434 rows starting from the beginning of the part | ||
9563 | 2024.05.16 00:53:38.033684 [ 188 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
9564 | 2024.05.16 00:53:38.033969 [ 188 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
9565 | 2024.05.16 00:53:38.034335 [ 188 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
9566 | 2024.05.16 00:53:38.034440 [ 188 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
9567 | 2024.05.16 00:53:38.034647 [ 188 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
9568 | 2024.05.16 00:53:38.035757 [ 193 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10559 rows, containing 5 columns (5 merged, 0 gathered) in 0.007856406 sec., 1343998.7699210045 rows/sec., 93.74 MiB/sec. | ||
9569 | 2024.05.16 00:53:38.036063 [ 193 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
9570 | 2024.05.16 00:53:38.036777 [ 193 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9571 | 2024.05.16 00:53:38.036905 [ 193 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
9572 | 2024.05.16 00:53:38.037046 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.04 MiB. | ||
9573 | 2024.05.16 00:53:38.037284 [ 194 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3734 rows, containing 4 columns (4 merged, 0 gathered) in 0.004088187 sec., 913363.3075003662 rows/sec., 61.48 MiB/sec. | ||
9574 | 2024.05.16 00:53:38.037626 [ 186 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
9575 | 2024.05.16 00:53:38.038148 [ 186 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_71_14} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9576 | 2024.05.16 00:53:38.038249 [ 186 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_71_14} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
9577 | 2024.05.16 00:53:38.038356 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
9578 | 2024.05.16 00:53:39.000147 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 194.39 MiB, peak 203.20 MiB, free memory in arenas 0.00 B, will set to 195.39 MiB (RSS), difference: 1.00 MiB | ||
9579 | 2024.05.16 00:53:43.014933 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 4495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9580 | 2024.05.16 00:53:43.015055 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9581 | 2024.05.16 00:53:43.015085 [ 3 ] {} <Debug> HTTP-Session: d3ee763f-6bcd-499f-b0e1-79372aa50bb5 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
9582 | 2024.05.16 00:53:43.015113 [ 3 ] {} <Debug> HTTP-Session: d3ee763f-6bcd-499f-b0e1-79372aa50bb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9583 | 2024.05.16 00:53:43.015131 [ 3 ] {} <Debug> HTTP-Session: d3ee763f-6bcd-499f-b0e1-79372aa50bb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9584 | 2024.05.16 00:53:43.015186 [ 3 ] {} <Trace> HTTP-Session: d3ee763f-6bcd-499f-b0e1-79372aa50bb5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9585 | 2024.05.16 00:53:43.015394 [ 3 ] {660389ee-4e26-4505-bede-b3dbb067b882} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9586 | 2024.05.16 00:53:43.015467 [ 3 ] {660389ee-4e26-4505-bede-b3dbb067b882} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9587 | 2024.05.16 00:53:43.015672 [ 3 ] {660389ee-4e26-4505-bede-b3dbb067b882} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9588 | 2024.05.16 00:53:43.016137 [ 3 ] {660389ee-4e26-4505-bede-b3dbb067b882} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9589 | 2024.05.16 00:53:43.016184 [ 3 ] {660389ee-4e26-4505-bede-b3dbb067b882} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
9590 | 2024.05.16 00:53:43.016564 [ 3 ] {660389ee-4e26-4505-bede-b3dbb067b882} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
9591 | 2024.05.16 00:53:43.016904 [ 3 ] {660389ee-4e26-4505-bede-b3dbb067b882} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9592 | 2024.05.16 00:53:43.017057 [ 3 ] {660389ee-4e26-4505-bede-b3dbb067b882} <Debug> executeQuery: Read 31 rows, 2.51 KiB in 0.001732 sec., 17898.38337182448 rows/sec., 1.42 MiB/sec. | ||
9593 | 2024.05.16 00:53:43.017294 [ 3 ] {660389ee-4e26-4505-bede-b3dbb067b882} <Debug> DynamicQueryHandler: Done processing query | ||
9594 | 2024.05.16 00:53:43.017323 [ 3 ] {660389ee-4e26-4505-bede-b3dbb067b882} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9595 | 2024.05.16 00:53:43.017340 [ 3 ] {} <Debug> HTTP-Session: d3ee763f-6bcd-499f-b0e1-79372aa50bb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9596 | 2024.05.16 00:53:43.017520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9597 | 2024.05.16 00:53:43.017575 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9598 | 2024.05.16 00:53:43.017596 [ 3 ] {} <Debug> HTTP-Session: 4b7f675b-67bb-4711-85fc-43ff0d3d90f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
9599 | 2024.05.16 00:53:43.017614 [ 3 ] {} <Debug> HTTP-Session: 4b7f675b-67bb-4711-85fc-43ff0d3d90f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9600 | 2024.05.16 00:53:43.017628 [ 3 ] {} <Debug> HTTP-Session: 4b7f675b-67bb-4711-85fc-43ff0d3d90f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9601 | 2024.05.16 00:53:43.017664 [ 3 ] {} <Trace> HTTP-Session: 4b7f675b-67bb-4711-85fc-43ff0d3d90f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9602 | 2024.05.16 00:53:43.017781 [ 3 ] {e3382e7c-69a2-46ad-b8d4-4631b7ced125} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9603 | 2024.05.16 00:53:43.017828 [ 3 ] {e3382e7c-69a2-46ad-b8d4-4631b7ced125} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9604 | 2024.05.16 00:53:43.017969 [ 3 ] {e3382e7c-69a2-46ad-b8d4-4631b7ced125} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9605 | 2024.05.16 00:53:43.018259 [ 3 ] {e3382e7c-69a2-46ad-b8d4-4631b7ced125} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9606 | 2024.05.16 00:53:43.018298 [ 3 ] {e3382e7c-69a2-46ad-b8d4-4631b7ced125} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
9607 | 2024.05.16 00:53:43.018605 [ 3 ] {e3382e7c-69a2-46ad-b8d4-4631b7ced125} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
9608 | 2024.05.16 00:53:43.018913 [ 3 ] {e3382e7c-69a2-46ad-b8d4-4631b7ced125} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9609 | 2024.05.16 00:53:43.019069 [ 3 ] {e3382e7c-69a2-46ad-b8d4-4631b7ced125} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001311 sec., 3051.106025934401 rows/sec., 248.80 KiB/sec. | ||
9610 | 2024.05.16 00:53:43.019327 [ 3 ] {e3382e7c-69a2-46ad-b8d4-4631b7ced125} <Debug> DynamicQueryHandler: Done processing query | ||
9611 | 2024.05.16 00:53:43.019368 [ 3 ] {e3382e7c-69a2-46ad-b8d4-4631b7ced125} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9612 | 2024.05.16 00:53:43.019395 [ 3 ] {} <Debug> HTTP-Session: 4b7f675b-67bb-4711-85fc-43ff0d3d90f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9613 | 2024.05.16 00:53:43.019553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 27065, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9614 | 2024.05.16 00:53:43.019606 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9615 | 2024.05.16 00:53:43.019628 [ 3 ] {} <Debug> HTTP-Session: 9aee3af4-5ae1-4311-a01b-49d72ee5b7c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
9616 | 2024.05.16 00:53:43.019646 [ 3 ] {} <Debug> HTTP-Session: 9aee3af4-5ae1-4311-a01b-49d72ee5b7c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9617 | 2024.05.16 00:53:43.019661 [ 3 ] {} <Debug> HTTP-Session: 9aee3af4-5ae1-4311-a01b-49d72ee5b7c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9618 | 2024.05.16 00:53:43.019693 [ 3 ] {} <Trace> HTTP-Session: 9aee3af4-5ae1-4311-a01b-49d72ee5b7c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9619 | 2024.05.16 00:53:43.019843 [ 3 ] {4bfee20a-8340-4526-a467-a8dad56cf255} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9620 | 2024.05.16 00:53:43.019887 [ 3 ] {4bfee20a-8340-4526-a467-a8dad56cf255} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9621 | 2024.05.16 00:53:43.020033 [ 3 ] {4bfee20a-8340-4526-a467-a8dad56cf255} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9622 | 2024.05.16 00:53:43.020450 [ 3 ] {4bfee20a-8340-4526-a467-a8dad56cf255} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9623 | 2024.05.16 00:53:43.020489 [ 3 ] {4bfee20a-8340-4526-a467-a8dad56cf255} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
9624 | 2024.05.16 00:53:43.020816 [ 3 ] {4bfee20a-8340-4526-a467-a8dad56cf255} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
9625 | 2024.05.16 00:53:43.021120 [ 3 ] {4bfee20a-8340-4526-a467-a8dad56cf255} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9626 | 2024.05.16 00:53:43.021272 [ 3 ] {4bfee20a-8340-4526-a467-a8dad56cf255} <Debug> executeQuery: Read 187 rows, 15.72 KiB in 0.001494 sec., 125167.33601070949 rows/sec., 10.27 MiB/sec. | ||
9627 | 2024.05.16 00:53:43.021535 [ 3 ] {4bfee20a-8340-4526-a467-a8dad56cf255} <Debug> DynamicQueryHandler: Done processing query | ||
9628 | 2024.05.16 00:53:43.021596 [ 3 ] {4bfee20a-8340-4526-a467-a8dad56cf255} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
9629 | 2024.05.16 00:53:43.021664 [ 3 ] {} <Debug> HTTP-Session: 9aee3af4-5ae1-4311-a01b-49d72ee5b7c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9630 | 2024.05.16 00:53:43.021849 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9631 | 2024.05.16 00:53:43.021903 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9632 | 2024.05.16 00:53:43.021925 [ 3 ] {} <Debug> HTTP-Session: 9d825bfa-e0ca-4bed-b01e-601d2a0a89ef Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
9633 | 2024.05.16 00:53:43.021941 [ 3 ] {} <Debug> HTTP-Session: 9d825bfa-e0ca-4bed-b01e-601d2a0a89ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9634 | 2024.05.16 00:53:43.021956 [ 3 ] {} <Debug> HTTP-Session: 9d825bfa-e0ca-4bed-b01e-601d2a0a89ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9635 | 2024.05.16 00:53:43.021990 [ 3 ] {} <Trace> HTTP-Session: 9d825bfa-e0ca-4bed-b01e-601d2a0a89ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9636 | 2024.05.16 00:53:43.022091 [ 3 ] {0c41842a-c830-460f-8290-dad159affc98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9637 | 2024.05.16 00:53:43.022137 [ 3 ] {0c41842a-c830-460f-8290-dad159affc98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9638 | 2024.05.16 00:53:43.022286 [ 3 ] {0c41842a-c830-460f-8290-dad159affc98} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9639 | 2024.05.16 00:53:43.022588 [ 3 ] {0c41842a-c830-460f-8290-dad159affc98} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9640 | 2024.05.16 00:53:43.022627 [ 3 ] {0c41842a-c830-460f-8290-dad159affc98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
9641 | 2024.05.16 00:53:43.023057 [ 3 ] {0c41842a-c830-460f-8290-dad159affc98} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
9642 | 2024.05.16 00:53:43.023377 [ 3 ] {0c41842a-c830-460f-8290-dad159affc98} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9643 | 2024.05.16 00:53:43.023533 [ 3 ] {0c41842a-c830-460f-8290-dad159affc98} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001462 sec., 2735.9781121751025 rows/sec., 191.04 KiB/sec. | ||
9644 | 2024.05.16 00:53:43.023870 [ 3 ] {0c41842a-c830-460f-8290-dad159affc98} <Debug> DynamicQueryHandler: Done processing query | ||
9645 | 2024.05.16 00:53:43.023898 [ 3 ] {0c41842a-c830-460f-8290-dad159affc98} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9646 | 2024.05.16 00:53:43.023915 [ 3 ] {} <Debug> HTTP-Session: 9d825bfa-e0ca-4bed-b01e-601d2a0a89ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9647 | 2024.05.16 00:53:43.024046 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 20864, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9648 | 2024.05.16 00:53:43.024095 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9649 | 2024.05.16 00:53:43.024115 [ 3 ] {} <Debug> HTTP-Session: ef330774-a5db-42ed-b5da-0c70cf4ed9e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
9650 | 2024.05.16 00:53:43.024133 [ 3 ] {} <Debug> HTTP-Session: ef330774-a5db-42ed-b5da-0c70cf4ed9e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9651 | 2024.05.16 00:53:43.024147 [ 3 ] {} <Debug> HTTP-Session: ef330774-a5db-42ed-b5da-0c70cf4ed9e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9652 | 2024.05.16 00:53:43.024178 [ 3 ] {} <Trace> HTTP-Session: ef330774-a5db-42ed-b5da-0c70cf4ed9e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9653 | 2024.05.16 00:53:43.024315 [ 3 ] {a9fc9a4e-5d95-48f0-bf46-fb2ef8eafe96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9654 | 2024.05.16 00:53:43.024361 [ 3 ] {a9fc9a4e-5d95-48f0-bf46-fb2ef8eafe96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9655 | 2024.05.16 00:53:43.024507 [ 3 ] {a9fc9a4e-5d95-48f0-bf46-fb2ef8eafe96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9656 | 2024.05.16 00:53:43.024879 [ 3 ] {a9fc9a4e-5d95-48f0-bf46-fb2ef8eafe96} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9657 | 2024.05.16 00:53:43.024916 [ 3 ] {a9fc9a4e-5d95-48f0-bf46-fb2ef8eafe96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
9658 | 2024.05.16 00:53:43.025230 [ 3 ] {a9fc9a4e-5d95-48f0-bf46-fb2ef8eafe96} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
9659 | 2024.05.16 00:53:43.025535 [ 3 ] {a9fc9a4e-5d95-48f0-bf46-fb2ef8eafe96} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9660 | 2024.05.16 00:53:43.025679 [ 3 ] {a9fc9a4e-5d95-48f0-bf46-fb2ef8eafe96} <Debug> executeQuery: Read 123 rows, 9.82 KiB in 0.001416 sec., 86864.40677966102 rows/sec., 6.77 MiB/sec. | ||
9661 | 2024.05.16 00:53:43.025842 [ 3 ] {a9fc9a4e-5d95-48f0-bf46-fb2ef8eafe96} <Debug> DynamicQueryHandler: Done processing query | ||
9662 | 2024.05.16 00:53:43.025868 [ 3 ] {a9fc9a4e-5d95-48f0-bf46-fb2ef8eafe96} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
9663 | 2024.05.16 00:53:43.025885 [ 3 ] {} <Debug> HTTP-Session: ef330774-a5db-42ed-b5da-0c70cf4ed9e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9664 | 2024.05.16 00:53:43.026071 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 37976, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9665 | 2024.05.16 00:53:43.026119 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9666 | 2024.05.16 00:53:43.026140 [ 3 ] {} <Debug> HTTP-Session: a0d86db4-cd2c-43ba-b669-dd2b7e2d3c6a Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
9667 | 2024.05.16 00:53:43.026156 [ 3 ] {} <Debug> HTTP-Session: a0d86db4-cd2c-43ba-b669-dd2b7e2d3c6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9668 | 2024.05.16 00:53:43.026170 [ 3 ] {} <Debug> HTTP-Session: a0d86db4-cd2c-43ba-b669-dd2b7e2d3c6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9669 | 2024.05.16 00:53:43.026201 [ 3 ] {} <Trace> HTTP-Session: a0d86db4-cd2c-43ba-b669-dd2b7e2d3c6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9670 | 2024.05.16 00:53:43.026381 [ 3 ] {c62df816-da9d-4815-affa-3392ad0fbfd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9671 | 2024.05.16 00:53:43.026428 [ 3 ] {c62df816-da9d-4815-affa-3392ad0fbfd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9672 | 2024.05.16 00:53:43.026571 [ 3 ] {c62df816-da9d-4815-affa-3392ad0fbfd7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9673 | 2024.05.16 00:53:43.026976 [ 3 ] {c62df816-da9d-4815-affa-3392ad0fbfd7} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9674 | 2024.05.16 00:53:43.027012 [ 3 ] {c62df816-da9d-4815-affa-3392ad0fbfd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
9675 | 2024.05.16 00:53:43.027403 [ 3 ] {c62df816-da9d-4815-affa-3392ad0fbfd7} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
9676 | 2024.05.16 00:53:43.027739 [ 3 ] {c62df816-da9d-4815-affa-3392ad0fbfd7} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9677 | 2024.05.16 00:53:43.027893 [ 3 ] {c62df816-da9d-4815-affa-3392ad0fbfd7} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.001596 sec., 124060.15037593985 rows/sec., 8.66 MiB/sec. | ||
9678 | 2024.05.16 00:53:43.028049 [ 3 ] {c62df816-da9d-4815-affa-3392ad0fbfd7} <Debug> DynamicQueryHandler: Done processing query | ||
9679 | 2024.05.16 00:53:43.028074 [ 3 ] {c62df816-da9d-4815-affa-3392ad0fbfd7} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
9680 | 2024.05.16 00:53:43.028090 [ 3 ] {} <Debug> HTTP-Session: a0d86db4-cd2c-43ba-b669-dd2b7e2d3c6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9681 | 2024.05.16 00:53:43.028243 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 33192, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9682 | 2024.05.16 00:53:43.028292 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9683 | 2024.05.16 00:53:43.028312 [ 3 ] {} <Debug> HTTP-Session: 185d09ce-b0aa-4d8b-9511-0a822f6589b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
9684 | 2024.05.16 00:53:43.028329 [ 3 ] {} <Debug> HTTP-Session: 185d09ce-b0aa-4d8b-9511-0a822f6589b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9685 | 2024.05.16 00:53:43.028344 [ 3 ] {} <Debug> HTTP-Session: 185d09ce-b0aa-4d8b-9511-0a822f6589b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9686 | 2024.05.16 00:53:43.028375 [ 3 ] {} <Trace> HTTP-Session: 185d09ce-b0aa-4d8b-9511-0a822f6589b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9687 | 2024.05.16 00:53:43.028633 [ 3 ] {3ebfe106-846c-4877-b91a-352ef57290ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9688 | 2024.05.16 00:53:43.028681 [ 3 ] {3ebfe106-846c-4877-b91a-352ef57290ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
9689 | 2024.05.16 00:53:43.028839 [ 3 ] {3ebfe106-846c-4877-b91a-352ef57290ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9690 | 2024.05.16 00:53:43.029323 [ 3 ] {3ebfe106-846c-4877-b91a-352ef57290ec} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9691 | 2024.05.16 00:53:43.029362 [ 3 ] {3ebfe106-846c-4877-b91a-352ef57290ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
9692 | 2024.05.16 00:53:43.029777 [ 3 ] {3ebfe106-846c-4877-b91a-352ef57290ec} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
9693 | 2024.05.16 00:53:43.030124 [ 3 ] {3ebfe106-846c-4877-b91a-352ef57290ec} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9694 | 2024.05.16 00:53:43.030284 [ 81 ] {} <Debug> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
9695 | 2024.05.16 00:53:43.030285 [ 3 ] {3ebfe106-846c-4877-b91a-352ef57290ec} <Debug> executeQuery: Read 31 rows, 42.84 KiB in 0.00182 sec., 17032.967032967033 rows/sec., 22.99 MiB/sec. | ||
9696 | 2024.05.16 00:53:43.030375 [ 81 ] {} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9697 | 2024.05.16 00:53:43.030443 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
9698 | 2024.05.16 00:53:43.030630 [ 3 ] {3ebfe106-846c-4877-b91a-352ef57290ec} <Debug> DynamicQueryHandler: Done processing query | ||
9699 | 2024.05.16 00:53:43.030646 [ 193 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::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 | ||
9700 | 2024.05.16 00:53:43.030683 [ 3 ] {3ebfe106-846c-4877-b91a-352ef57290ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
9701 | 2024.05.16 00:53:43.030744 [ 3 ] {} <Debug> HTTP-Session: 185d09ce-b0aa-4d8b-9511-0a822f6589b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9702 | 2024.05.16 00:53:43.030952 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9703 | 2024.05.16 00:53:43.030966 [ 193 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9704 | 2024.05.16 00:53:43.031049 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9705 | 2024.05.16 00:53:43.031057 [ 193 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 888 rows starting from the beginning of the part | ||
9706 | 2024.05.16 00:53:43.031088 [ 3 ] {} <Debug> HTTP-Session: e7c7d24e-3639-43ae-9d19-69effbf9cfa5 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
9707 | 2024.05.16 00:53:43.031130 [ 3 ] {} <Debug> HTTP-Session: e7c7d24e-3639-43ae-9d19-69effbf9cfa5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9708 | 2024.05.16 00:53:43.031173 [ 3 ] {} <Debug> HTTP-Session: e7c7d24e-3639-43ae-9d19-69effbf9cfa5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9709 | 2024.05.16 00:53:43.031350 [ 3 ] {} <Trace> HTTP-Session: e7c7d24e-3639-43ae-9d19-69effbf9cfa5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9710 | 2024.05.16 00:53:43.031371 [ 193 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 30 rows starting from the beginning of the part | ||
9711 | 2024.05.16 00:53:43.031634 [ 193 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 30 rows starting from the beginning of the part | ||
9712 | 2024.05.16 00:53:43.031775 [ 3 ] {bb7d9399-2686-4f53-a456-558d14f57768} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9713 | 2024.05.16 00:53:43.031904 [ 193 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 30 rows starting from the beginning of the part | ||
9714 | 2024.05.16 00:53:43.031973 [ 3 ] {bb7d9399-2686-4f53-a456-558d14f57768} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9715 | 2024.05.16 00:53:43.032214 [ 193 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 30 rows starting from the beginning of the part | ||
9716 | 2024.05.16 00:53:43.032583 [ 193 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 31 rows starting from the beginning of the part | ||
9717 | 2024.05.16 00:53:43.033092 [ 3 ] {bb7d9399-2686-4f53-a456-558d14f57768} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9718 | 2024.05.16 00:53:43.033780 [ 3 ] {bb7d9399-2686-4f53-a456-558d14f57768} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9719 | 2024.05.16 00:53:43.033838 [ 3 ] {bb7d9399-2686-4f53-a456-558d14f57768} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
9720 | 2024.05.16 00:53:43.034354 [ 3 ] {bb7d9399-2686-4f53-a456-558d14f57768} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
9721 | 2024.05.16 00:53:43.034775 [ 3 ] {bb7d9399-2686-4f53-a456-558d14f57768} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9722 | 2024.05.16 00:53:43.035155 [ 3 ] {bb7d9399-2686-4f53-a456-558d14f57768} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00359 sec., 16713.091922005573 rows/sec., 1.13 MiB/sec. | ||
9723 | 2024.05.16 00:53:43.035686 [ 3 ] {bb7d9399-2686-4f53-a456-558d14f57768} <Debug> DynamicQueryHandler: Done processing query | ||
9724 | 2024.05.16 00:53:43.035753 [ 3 ] {bb7d9399-2686-4f53-a456-558d14f57768} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9725 | 2024.05.16 00:53:43.035842 [ 3 ] {} <Debug> HTTP-Session: e7c7d24e-3639-43ae-9d19-69effbf9cfa5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9726 | 2024.05.16 00:53:43.040166 [ 186 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1039 rows, containing 6 columns (6 merged, 0 gathered) in 0.009610807 sec., 108107.4669380001 rows/sec., 145.89 MiB/sec. | ||
9727 | 2024.05.16 00:53:43.040934 [ 194 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
9728 | 2024.05.16 00:53:43.041453 [ 194 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9729 | 2024.05.16 00:53:43.041548 [ 194 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
9730 | 2024.05.16 00:53:43.041664 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
9731 | 2024.05.16 00:53:46.310459 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9732 | 2024.05.16 00:53:46.310523 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9733 | 2024.05.16 00:53:48.013746 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9734 | 2024.05.16 00:53:48.013858 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9735 | 2024.05.16 00:53:48.013886 [ 3 ] {} <Debug> HTTP-Session: 176f6b03-16ee-49ae-afc5-9995605e3b73 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
9736 | 2024.05.16 00:53:48.013913 [ 3 ] {} <Debug> HTTP-Session: 176f6b03-16ee-49ae-afc5-9995605e3b73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9737 | 2024.05.16 00:53:48.013931 [ 3 ] {} <Debug> HTTP-Session: 176f6b03-16ee-49ae-afc5-9995605e3b73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9738 | 2024.05.16 00:53:48.013985 [ 3 ] {} <Trace> HTTP-Session: 176f6b03-16ee-49ae-afc5-9995605e3b73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9739 | 2024.05.16 00:53:48.014174 [ 3 ] {f1e96306-6214-4ce9-8fda-427846007062} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9740 | 2024.05.16 00:53:48.014248 [ 3 ] {f1e96306-6214-4ce9-8fda-427846007062} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9741 | 2024.05.16 00:53:48.014460 [ 3 ] {f1e96306-6214-4ce9-8fda-427846007062} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9742 | 2024.05.16 00:53:48.014891 [ 3 ] {f1e96306-6214-4ce9-8fda-427846007062} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9743 | 2024.05.16 00:53:48.014937 [ 3 ] {f1e96306-6214-4ce9-8fda-427846007062} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
9744 | 2024.05.16 00:53:48.015299 [ 3 ] {f1e96306-6214-4ce9-8fda-427846007062} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
9745 | 2024.05.16 00:53:48.015646 [ 3 ] {f1e96306-6214-4ce9-8fda-427846007062} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9746 | 2024.05.16 00:53:48.015813 [ 3 ] {f1e96306-6214-4ce9-8fda-427846007062} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001696 sec., 1179.245283018868 rows/sec., 96.16 KiB/sec. | ||
9747 | 2024.05.16 00:53:48.016036 [ 3 ] {f1e96306-6214-4ce9-8fda-427846007062} <Debug> DynamicQueryHandler: Done processing query | ||
9748 | 2024.05.16 00:53:48.016065 [ 3 ] {f1e96306-6214-4ce9-8fda-427846007062} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9749 | 2024.05.16 00:53:48.016081 [ 3 ] {} <Debug> HTTP-Session: 176f6b03-16ee-49ae-afc5-9995605e3b73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9750 | 2024.05.16 00:53:48.016261 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9751 | 2024.05.16 00:53:48.016315 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9752 | 2024.05.16 00:53:48.016337 [ 3 ] {} <Debug> HTTP-Session: ac80f3c9-39fb-4fce-b3ca-89cb6cb145ed Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
9753 | 2024.05.16 00:53:48.016356 [ 3 ] {} <Debug> HTTP-Session: ac80f3c9-39fb-4fce-b3ca-89cb6cb145ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9754 | 2024.05.16 00:53:48.016369 [ 3 ] {} <Debug> HTTP-Session: ac80f3c9-39fb-4fce-b3ca-89cb6cb145ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9755 | 2024.05.16 00:53:48.016405 [ 3 ] {} <Trace> HTTP-Session: ac80f3c9-39fb-4fce-b3ca-89cb6cb145ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9756 | 2024.05.16 00:53:48.016525 [ 3 ] {d7905bf9-b37e-42b8-984e-192915e47b7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9757 | 2024.05.16 00:53:48.016572 [ 3 ] {d7905bf9-b37e-42b8-984e-192915e47b7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9758 | 2024.05.16 00:53:48.016707 [ 3 ] {d7905bf9-b37e-42b8-984e-192915e47b7c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9759 | 2024.05.16 00:53:48.017055 [ 3 ] {d7905bf9-b37e-42b8-984e-192915e47b7c} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9760 | 2024.05.16 00:53:48.017119 [ 3 ] {d7905bf9-b37e-42b8-984e-192915e47b7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
9761 | 2024.05.16 00:53:48.017442 [ 3 ] {d7905bf9-b37e-42b8-984e-192915e47b7c} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
9762 | 2024.05.16 00:53:48.017765 [ 3 ] {d7905bf9-b37e-42b8-984e-192915e47b7c} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9763 | 2024.05.16 00:53:48.017908 [ 3 ] {d7905bf9-b37e-42b8-984e-192915e47b7c} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.00142 sec., 40140.84507042253 rows/sec., 3.06 MiB/sec. | ||
9764 | 2024.05.16 00:53:48.018067 [ 3 ] {d7905bf9-b37e-42b8-984e-192915e47b7c} <Debug> DynamicQueryHandler: Done processing query | ||
9765 | 2024.05.16 00:53:48.018092 [ 3 ] {d7905bf9-b37e-42b8-984e-192915e47b7c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9766 | 2024.05.16 00:53:48.018108 [ 3 ] {} <Debug> HTTP-Session: ac80f3c9-39fb-4fce-b3ca-89cb6cb145ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9767 | 2024.05.16 00:53:48.018249 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9768 | 2024.05.16 00:53:48.018297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9769 | 2024.05.16 00:53:48.018316 [ 3 ] {} <Debug> HTTP-Session: 2b63230b-1811-4dfd-9c30-b5c67c96393f Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
9770 | 2024.05.16 00:53:48.018335 [ 3 ] {} <Debug> HTTP-Session: 2b63230b-1811-4dfd-9c30-b5c67c96393f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9771 | 2024.05.16 00:53:48.018374 [ 3 ] {} <Debug> HTTP-Session: 2b63230b-1811-4dfd-9c30-b5c67c96393f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9772 | 2024.05.16 00:53:48.018407 [ 3 ] {} <Trace> HTTP-Session: 2b63230b-1811-4dfd-9c30-b5c67c96393f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9773 | 2024.05.16 00:53:48.018502 [ 3 ] {7d5764c1-7a01-447c-b631-5e7afe4e5074} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9774 | 2024.05.16 00:53:48.018547 [ 3 ] {7d5764c1-7a01-447c-b631-5e7afe4e5074} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9775 | 2024.05.16 00:53:48.018671 [ 3 ] {7d5764c1-7a01-447c-b631-5e7afe4e5074} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9776 | 2024.05.16 00:53:48.018942 [ 3 ] {7d5764c1-7a01-447c-b631-5e7afe4e5074} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9777 | 2024.05.16 00:53:48.018979 [ 3 ] {7d5764c1-7a01-447c-b631-5e7afe4e5074} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
9778 | 2024.05.16 00:53:48.019275 [ 3 ] {7d5764c1-7a01-447c-b631-5e7afe4e5074} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
9779 | 2024.05.16 00:53:48.019581 [ 3 ] {7d5764c1-7a01-447c-b631-5e7afe4e5074} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9780 | 2024.05.16 00:53:48.019737 [ 3 ] {7d5764c1-7a01-447c-b631-5e7afe4e5074} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001246 sec., 1605.1364365971108 rows/sec., 112.08 KiB/sec. | ||
9781 | 2024.05.16 00:53:48.020044 [ 3 ] {7d5764c1-7a01-447c-b631-5e7afe4e5074} <Debug> DynamicQueryHandler: Done processing query | ||
9782 | 2024.05.16 00:53:48.020080 [ 3 ] {7d5764c1-7a01-447c-b631-5e7afe4e5074} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9783 | 2024.05.16 00:53:48.020098 [ 3 ] {} <Debug> HTTP-Session: 2b63230b-1811-4dfd-9c30-b5c67c96393f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9784 | 2024.05.16 00:53:48.020231 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 11233, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9785 | 2024.05.16 00:53:48.020281 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9786 | 2024.05.16 00:53:48.020300 [ 3 ] {} <Debug> HTTP-Session: a74e7bdb-0d9c-4514-b604-d4e5c6880c11 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
9787 | 2024.05.16 00:53:48.020316 [ 3 ] {} <Debug> HTTP-Session: a74e7bdb-0d9c-4514-b604-d4e5c6880c11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9788 | 2024.05.16 00:53:48.020331 [ 3 ] {} <Debug> HTTP-Session: a74e7bdb-0d9c-4514-b604-d4e5c6880c11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9789 | 2024.05.16 00:53:48.020363 [ 3 ] {} <Trace> HTTP-Session: a74e7bdb-0d9c-4514-b604-d4e5c6880c11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9790 | 2024.05.16 00:53:48.020484 [ 3 ] {85deba28-a5ac-4c2d-abc0-0e0b57e306e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9791 | 2024.05.16 00:53:48.020529 [ 3 ] {85deba28-a5ac-4c2d-abc0-0e0b57e306e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9792 | 2024.05.16 00:53:48.020674 [ 3 ] {85deba28-a5ac-4c2d-abc0-0e0b57e306e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9793 | 2024.05.16 00:53:48.021032 [ 3 ] {85deba28-a5ac-4c2d-abc0-0e0b57e306e2} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9794 | 2024.05.16 00:53:48.021071 [ 3 ] {85deba28-a5ac-4c2d-abc0-0e0b57e306e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
9795 | 2024.05.16 00:53:48.021373 [ 3 ] {85deba28-a5ac-4c2d-abc0-0e0b57e306e2} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
9796 | 2024.05.16 00:53:48.021674 [ 3 ] {85deba28-a5ac-4c2d-abc0-0e0b57e306e2} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9797 | 2024.05.16 00:53:48.021816 [ 3 ] {85deba28-a5ac-4c2d-abc0-0e0b57e306e2} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001372 sec., 48104.95626822158 rows/sec., 3.76 MiB/sec. | ||
9798 | 2024.05.16 00:53:48.021972 [ 3 ] {85deba28-a5ac-4c2d-abc0-0e0b57e306e2} <Debug> DynamicQueryHandler: Done processing query | ||
9799 | 2024.05.16 00:53:48.021999 [ 3 ] {85deba28-a5ac-4c2d-abc0-0e0b57e306e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9800 | 2024.05.16 00:53:48.022014 [ 3 ] {} <Debug> HTTP-Session: a74e7bdb-0d9c-4514-b604-d4e5c6880c11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9801 | 2024.05.16 00:53:48.022187 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30824, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9802 | 2024.05.16 00:53:48.022235 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9803 | 2024.05.16 00:53:48.022255 [ 3 ] {} <Debug> HTTP-Session: 8820be30-51ca-47d3-804a-05fec1eddf62 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
9804 | 2024.05.16 00:53:48.022270 [ 3 ] {} <Debug> HTTP-Session: 8820be30-51ca-47d3-804a-05fec1eddf62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9805 | 2024.05.16 00:53:48.022284 [ 3 ] {} <Debug> HTTP-Session: 8820be30-51ca-47d3-804a-05fec1eddf62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9806 | 2024.05.16 00:53:48.022314 [ 3 ] {} <Trace> HTTP-Session: 8820be30-51ca-47d3-804a-05fec1eddf62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9807 | 2024.05.16 00:53:48.022462 [ 3 ] {99b74bef-1128-4253-9c0e-c3e53886f52d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9808 | 2024.05.16 00:53:48.022509 [ 3 ] {99b74bef-1128-4253-9c0e-c3e53886f52d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9809 | 2024.05.16 00:53:48.022651 [ 3 ] {99b74bef-1128-4253-9c0e-c3e53886f52d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9810 | 2024.05.16 00:53:48.023027 [ 3 ] {99b74bef-1128-4253-9c0e-c3e53886f52d} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9811 | 2024.05.16 00:53:48.023064 [ 3 ] {99b74bef-1128-4253-9c0e-c3e53886f52d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
9812 | 2024.05.16 00:53:48.023454 [ 3 ] {99b74bef-1128-4253-9c0e-c3e53886f52d} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
9813 | 2024.05.16 00:53:48.023781 [ 3 ] {99b74bef-1128-4253-9c0e-c3e53886f52d} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9814 | 2024.05.16 00:53:48.023939 [ 3 ] {99b74bef-1128-4253-9c0e-c3e53886f52d} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001534 sec., 104954.36766623208 rows/sec., 7.31 MiB/sec. | ||
9815 | 2024.05.16 00:53:48.024109 [ 3 ] {99b74bef-1128-4253-9c0e-c3e53886f52d} <Debug> DynamicQueryHandler: Done processing query | ||
9816 | 2024.05.16 00:53:48.024134 [ 3 ] {99b74bef-1128-4253-9c0e-c3e53886f52d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9817 | 2024.05.16 00:53:48.024151 [ 3 ] {} <Debug> HTTP-Session: 8820be30-51ca-47d3-804a-05fec1eddf62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9818 | 2024.05.16 00:53:48.024279 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9819 | 2024.05.16 00:53:48.024331 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9820 | 2024.05.16 00:53:48.024356 [ 3 ] {} <Debug> HTTP-Session: 616486e3-b0d3-4efd-a52e-95429f19bd59 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
9821 | 2024.05.16 00:53:48.024381 [ 3 ] {} <Debug> HTTP-Session: 616486e3-b0d3-4efd-a52e-95429f19bd59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9822 | 2024.05.16 00:53:48.024395 [ 3 ] {} <Debug> HTTP-Session: 616486e3-b0d3-4efd-a52e-95429f19bd59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9823 | 2024.05.16 00:53:48.024426 [ 3 ] {} <Trace> HTTP-Session: 616486e3-b0d3-4efd-a52e-95429f19bd59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9824 | 2024.05.16 00:53:48.024553 [ 3 ] {6cb0fd4f-16a5-4735-a504-b9312231f9a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9825 | 2024.05.16 00:53:48.024597 [ 3 ] {6cb0fd4f-16a5-4735-a504-b9312231f9a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9826 | 2024.05.16 00:53:48.024722 [ 3 ] {6cb0fd4f-16a5-4735-a504-b9312231f9a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9827 | 2024.05.16 00:53:48.025004 [ 3 ] {6cb0fd4f-16a5-4735-a504-b9312231f9a1} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9828 | 2024.05.16 00:53:48.025041 [ 3 ] {6cb0fd4f-16a5-4735-a504-b9312231f9a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
9829 | 2024.05.16 00:53:48.025390 [ 3 ] {6cb0fd4f-16a5-4735-a504-b9312231f9a1} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
9830 | 2024.05.16 00:53:48.025702 [ 3 ] {6cb0fd4f-16a5-4735-a504-b9312231f9a1} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9831 | 2024.05.16 00:53:48.025854 [ 3 ] {6cb0fd4f-16a5-4735-a504-b9312231f9a1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001348 sec., 44510.38575667656 rows/sec., 3.00 MiB/sec. | ||
9832 | 2024.05.16 00:53:48.026002 [ 3 ] {6cb0fd4f-16a5-4735-a504-b9312231f9a1} <Debug> DynamicQueryHandler: Done processing query | ||
9833 | 2024.05.16 00:53:48.026026 [ 3 ] {6cb0fd4f-16a5-4735-a504-b9312231f9a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9834 | 2024.05.16 00:53:48.026042 [ 3 ] {} <Debug> HTTP-Session: 616486e3-b0d3-4efd-a52e-95429f19bd59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9835 | 2024.05.16 00:53:53.021084 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 5640, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9836 | 2024.05.16 00:53:53.021261 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9837 | 2024.05.16 00:53:53.021303 [ 3 ] {} <Debug> HTTP-Session: 78e74fcd-cde5-4fdc-a2db-5308e335bf00 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
9838 | 2024.05.16 00:53:53.021342 [ 3 ] {} <Debug> HTTP-Session: 78e74fcd-cde5-4fdc-a2db-5308e335bf00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9839 | 2024.05.16 00:53:53.021367 [ 3 ] {} <Debug> HTTP-Session: 78e74fcd-cde5-4fdc-a2db-5308e335bf00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9840 | 2024.05.16 00:53:53.021443 [ 3 ] {} <Trace> HTTP-Session: 78e74fcd-cde5-4fdc-a2db-5308e335bf00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9841 | 2024.05.16 00:53:53.021724 [ 3 ] {f6af70a7-3032-4c2f-96e0-499404642d63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9842 | 2024.05.16 00:53:53.021826 [ 3 ] {f6af70a7-3032-4c2f-96e0-499404642d63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9843 | 2024.05.16 00:53:53.022093 [ 3 ] {f6af70a7-3032-4c2f-96e0-499404642d63} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9844 | 2024.05.16 00:53:53.022679 [ 3 ] {f6af70a7-3032-4c2f-96e0-499404642d63} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9845 | 2024.05.16 00:53:53.022736 [ 3 ] {f6af70a7-3032-4c2f-96e0-499404642d63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
9846 | 2024.05.16 00:53:53.023253 [ 3 ] {f6af70a7-3032-4c2f-96e0-499404642d63} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
9847 | 2024.05.16 00:53:53.023739 [ 3 ] {f6af70a7-3032-4c2f-96e0-499404642d63} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9848 | 2024.05.16 00:53:53.023977 [ 3 ] {f6af70a7-3032-4c2f-96e0-499404642d63} <Debug> executeQuery: Read 39 rows, 3.16 KiB in 0.002344 sec., 16638.225255972695 rows/sec., 1.32 MiB/sec. | ||
9849 | 2024.05.16 00:53:53.024395 [ 3 ] {f6af70a7-3032-4c2f-96e0-499404642d63} <Debug> DynamicQueryHandler: Done processing query | ||
9850 | 2024.05.16 00:53:53.024466 [ 3 ] {f6af70a7-3032-4c2f-96e0-499404642d63} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9851 | 2024.05.16 00:53:53.024491 [ 3 ] {} <Debug> HTTP-Session: 78e74fcd-cde5-4fdc-a2db-5308e335bf00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9852 | 2024.05.16 00:53:53.024751 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 25440, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9853 | 2024.05.16 00:53:53.024832 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9854 | 2024.05.16 00:53:53.024862 [ 3 ] {} <Debug> HTTP-Session: 356cad0a-5b88-4335-a5f4-7d7b14dc5e22 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
9855 | 2024.05.16 00:53:53.024888 [ 3 ] {} <Debug> HTTP-Session: 356cad0a-5b88-4335-a5f4-7d7b14dc5e22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9856 | 2024.05.16 00:53:53.024911 [ 3 ] {} <Debug> HTTP-Session: 356cad0a-5b88-4335-a5f4-7d7b14dc5e22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9857 | 2024.05.16 00:53:53.024960 [ 3 ] {} <Trace> HTTP-Session: 356cad0a-5b88-4335-a5f4-7d7b14dc5e22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9858 | 2024.05.16 00:53:53.025178 [ 3 ] {2ef449ea-e5d5-489d-a739-135424caedee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9859 | 2024.05.16 00:53:53.025244 [ 3 ] {2ef449ea-e5d5-489d-a739-135424caedee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9860 | 2024.05.16 00:53:53.025457 [ 3 ] {2ef449ea-e5d5-489d-a739-135424caedee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9861 | 2024.05.16 00:53:53.026005 [ 3 ] {2ef449ea-e5d5-489d-a739-135424caedee} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9862 | 2024.05.16 00:53:53.026060 [ 3 ] {2ef449ea-e5d5-489d-a739-135424caedee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
9863 | 2024.05.16 00:53:53.026523 [ 3 ] {2ef449ea-e5d5-489d-a739-135424caedee} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
9864 | 2024.05.16 00:53:53.026967 [ 3 ] {2ef449ea-e5d5-489d-a739-135424caedee} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9865 | 2024.05.16 00:53:53.027187 [ 3 ] {2ef449ea-e5d5-489d-a739-135424caedee} <Debug> executeQuery: Read 173 rows, 14.93 KiB in 0.002105 sec., 82185.27315914488 rows/sec., 6.93 MiB/sec. | ||
9866 | 2024.05.16 00:53:53.027420 [ 3 ] {2ef449ea-e5d5-489d-a739-135424caedee} <Debug> DynamicQueryHandler: Done processing query | ||
9867 | 2024.05.16 00:53:53.027455 [ 3 ] {2ef449ea-e5d5-489d-a739-135424caedee} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
9868 | 2024.05.16 00:53:53.027477 [ 3 ] {} <Debug> HTTP-Session: 356cad0a-5b88-4335-a5f4-7d7b14dc5e22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9869 | 2024.05.16 00:53:53.027789 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 18541, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9870 | 2024.05.16 00:53:53.027858 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9871 | 2024.05.16 00:53:53.027886 [ 3 ] {} <Debug> HTTP-Session: c8c60a38-1505-42f6-b4b4-5b33973e4c97 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
9872 | 2024.05.16 00:53:53.027908 [ 3 ] {} <Debug> HTTP-Session: c8c60a38-1505-42f6-b4b4-5b33973e4c97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9873 | 2024.05.16 00:53:53.027929 [ 3 ] {} <Debug> HTTP-Session: c8c60a38-1505-42f6-b4b4-5b33973e4c97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9874 | 2024.05.16 00:53:53.027973 [ 3 ] {} <Trace> HTTP-Session: c8c60a38-1505-42f6-b4b4-5b33973e4c97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9875 | 2024.05.16 00:53:53.028151 [ 3 ] {6ea7f482-681d-4762-8ed0-e986eacc3b72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9876 | 2024.05.16 00:53:53.028214 [ 3 ] {6ea7f482-681d-4762-8ed0-e986eacc3b72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9877 | 2024.05.16 00:53:53.028387 [ 3 ] {6ea7f482-681d-4762-8ed0-e986eacc3b72} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9878 | 2024.05.16 00:53:53.028859 [ 3 ] {6ea7f482-681d-4762-8ed0-e986eacc3b72} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9879 | 2024.05.16 00:53:53.028911 [ 3 ] {6ea7f482-681d-4762-8ed0-e986eacc3b72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
9880 | 2024.05.16 00:53:53.029340 [ 3 ] {6ea7f482-681d-4762-8ed0-e986eacc3b72} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
9881 | 2024.05.16 00:53:53.029789 [ 3 ] {6ea7f482-681d-4762-8ed0-e986eacc3b72} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9882 | 2024.05.16 00:53:53.029998 [ 3 ] {6ea7f482-681d-4762-8ed0-e986eacc3b72} <Debug> executeQuery: Read 109 rows, 8.75 KiB in 0.00192 sec., 56770.83333333333 rows/sec., 4.45 MiB/sec. | ||
9883 | 2024.05.16 00:53:53.030262 [ 3 ] {6ea7f482-681d-4762-8ed0-e986eacc3b72} <Debug> DynamicQueryHandler: Done processing query | ||
9884 | 2024.05.16 00:53:53.030317 [ 3 ] {6ea7f482-681d-4762-8ed0-e986eacc3b72} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
9885 | 2024.05.16 00:53:53.030359 [ 3 ] {} <Debug> HTTP-Session: c8c60a38-1505-42f6-b4b4-5b33973e4c97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9886 | 2024.05.16 00:53:53.030670 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9887 | 2024.05.16 00:53:53.030742 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9888 | 2024.05.16 00:53:53.030771 [ 3 ] {} <Debug> HTTP-Session: b135787f-03a8-40e8-b2da-6706da0464bc Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
9889 | 2024.05.16 00:53:53.030793 [ 3 ] {} <Debug> HTTP-Session: b135787f-03a8-40e8-b2da-6706da0464bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9890 | 2024.05.16 00:53:53.030812 [ 3 ] {} <Debug> HTTP-Session: b135787f-03a8-40e8-b2da-6706da0464bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9891 | 2024.05.16 00:53:53.030854 [ 3 ] {} <Trace> HTTP-Session: b135787f-03a8-40e8-b2da-6706da0464bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9892 | 2024.05.16 00:53:53.031060 [ 3 ] {d48509ef-0c84-40f1-88c3-ff3d99ef7f94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9893 | 2024.05.16 00:53:53.031126 [ 3 ] {d48509ef-0c84-40f1-88c3-ff3d99ef7f94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9894 | 2024.05.16 00:53:53.031339 [ 3 ] {d48509ef-0c84-40f1-88c3-ff3d99ef7f94} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9895 | 2024.05.16 00:53:53.031852 [ 3 ] {d48509ef-0c84-40f1-88c3-ff3d99ef7f94} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9896 | 2024.05.16 00:53:53.031907 [ 3 ] {d48509ef-0c84-40f1-88c3-ff3d99ef7f94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
9897 | 2024.05.16 00:53:53.032472 [ 3 ] {d48509ef-0c84-40f1-88c3-ff3d99ef7f94} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
9898 | 2024.05.16 00:53:53.032973 [ 3 ] {d48509ef-0c84-40f1-88c3-ff3d99ef7f94} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9899 | 2024.05.16 00:53:53.033195 [ 3 ] {d48509ef-0c84-40f1-88c3-ff3d99ef7f94} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002219 sec., 72104.55159981974 rows/sec., 5.02 MiB/sec. | ||
9900 | 2024.05.16 00:53:53.033433 [ 3 ] {d48509ef-0c84-40f1-88c3-ff3d99ef7f94} <Debug> DynamicQueryHandler: Done processing query | ||
9901 | 2024.05.16 00:53:53.033473 [ 3 ] {d48509ef-0c84-40f1-88c3-ff3d99ef7f94} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9902 | 2024.05.16 00:53:53.033494 [ 3 ] {} <Debug> HTTP-Session: b135787f-03a8-40e8-b2da-6706da0464bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9903 | 2024.05.16 00:53:53.033862 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 41737, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9904 | 2024.05.16 00:53:53.033929 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9905 | 2024.05.16 00:53:53.033957 [ 3 ] {} <Debug> HTTP-Session: 280df4f4-682e-46a6-9451-19ae326a3175 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
9906 | 2024.05.16 00:53:53.033980 [ 3 ] {} <Debug> HTTP-Session: 280df4f4-682e-46a6-9451-19ae326a3175 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9907 | 2024.05.16 00:53:53.033999 [ 3 ] {} <Debug> HTTP-Session: 280df4f4-682e-46a6-9451-19ae326a3175 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9908 | 2024.05.16 00:53:53.034044 [ 3 ] {} <Trace> HTTP-Session: 280df4f4-682e-46a6-9451-19ae326a3175 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9909 | 2024.05.16 00:53:53.034473 [ 3 ] {ed4d860b-d0c5-4a3f-a691-4e101c6bf182} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9910 | 2024.05.16 00:53:53.034546 [ 3 ] {ed4d860b-d0c5-4a3f-a691-4e101c6bf182} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
9911 | 2024.05.16 00:53:53.034784 [ 3 ] {ed4d860b-d0c5-4a3f-a691-4e101c6bf182} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9912 | 2024.05.16 00:53:53.035519 [ 3 ] {ed4d860b-d0c5-4a3f-a691-4e101c6bf182} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9913 | 2024.05.16 00:53:53.035571 [ 3 ] {ed4d860b-d0c5-4a3f-a691-4e101c6bf182} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
9914 | 2024.05.16 00:53:53.036174 [ 3 ] {ed4d860b-d0c5-4a3f-a691-4e101c6bf182} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
9915 | 2024.05.16 00:53:53.036686 [ 3 ] {ed4d860b-d0c5-4a3f-a691-4e101c6bf182} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9916 | 2024.05.16 00:53:53.036871 [ 3 ] {ed4d860b-d0c5-4a3f-a691-4e101c6bf182} <Debug> executeQuery: Read 39 rows, 53.89 KiB in 0.002698 sec., 14455.151964418088 rows/sec., 19.51 MiB/sec. | ||
9917 | 2024.05.16 00:53:53.037148 [ 3 ] {ed4d860b-d0c5-4a3f-a691-4e101c6bf182} <Debug> DynamicQueryHandler: Done processing query | ||
9918 | 2024.05.16 00:53:53.037182 [ 3 ] {ed4d860b-d0c5-4a3f-a691-4e101c6bf182} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
9919 | 2024.05.16 00:53:53.037205 [ 3 ] {} <Debug> HTTP-Session: 280df4f4-682e-46a6-9451-19ae326a3175 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9920 | 2024.05.16 00:53:53.037410 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 1545, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9921 | 2024.05.16 00:53:53.037480 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9922 | 2024.05.16 00:53:53.037507 [ 3 ] {} <Debug> HTTP-Session: febb50a5-8a82-4702-b124-8b78dbaec683 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
9923 | 2024.05.16 00:53:53.037530 [ 3 ] {} <Debug> HTTP-Session: febb50a5-8a82-4702-b124-8b78dbaec683 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9924 | 2024.05.16 00:53:53.037546 [ 3 ] {} <Debug> HTTP-Session: febb50a5-8a82-4702-b124-8b78dbaec683 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9925 | 2024.05.16 00:53:53.037584 [ 3 ] {} <Trace> HTTP-Session: febb50a5-8a82-4702-b124-8b78dbaec683 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9926 | 2024.05.16 00:53:53.037709 [ 3 ] {ea05c0f0-0608-429e-9715-c6c2dfcc927c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
9927 | 2024.05.16 00:53:53.037774 [ 3 ] {ea05c0f0-0608-429e-9715-c6c2dfcc927c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
9928 | 2024.05.16 00:53:53.037953 [ 3 ] {ea05c0f0-0608-429e-9715-c6c2dfcc927c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9929 | 2024.05.16 00:53:53.038324 [ 3 ] {ea05c0f0-0608-429e-9715-c6c2dfcc927c} <Trace> oximeter.measurements_i64 (74e24dc1-baa9-43be-8658-e526ae654bba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9930 | 2024.05.16 00:53:53.038378 [ 3 ] {ea05c0f0-0608-429e-9715-c6c2dfcc927c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
9931 | 2024.05.16 00:53:53.038897 [ 3 ] {ea05c0f0-0608-429e-9715-c6c2dfcc927c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
9932 | 2024.05.16 00:53:53.039363 [ 3 ] {ea05c0f0-0608-429e-9715-c6c2dfcc927c} <Trace> oximeter.measurements_i64 (74e24dc1-baa9-43be-8658-e526ae654bba): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9933 | 2024.05.16 00:53:53.039579 [ 3 ] {ea05c0f0-0608-429e-9715-c6c2dfcc927c} <Debug> executeQuery: Read 9 rows, 709.00 B in 0.001892 sec., 4756.871035940803 rows/sec., 365.95 KiB/sec. | ||
9934 | 2024.05.16 00:53:53.039925 [ 3 ] {ea05c0f0-0608-429e-9715-c6c2dfcc927c} <Debug> DynamicQueryHandler: Done processing query | ||
9935 | 2024.05.16 00:53:53.039959 [ 3 ] {ea05c0f0-0608-429e-9715-c6c2dfcc927c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9936 | 2024.05.16 00:53:53.039980 [ 3 ] {} <Debug> HTTP-Session: febb50a5-8a82-4702-b124-8b78dbaec683 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9937 | 2024.05.16 00:53:53.040199 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9938 | 2024.05.16 00:53:53.040266 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9939 | 2024.05.16 00:53:53.040292 [ 3 ] {} <Debug> HTTP-Session: 0216a329-0269-47e5-b611-1f568eccb436 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
9940 | 2024.05.16 00:53:53.040315 [ 3 ] {} <Debug> HTTP-Session: 0216a329-0269-47e5-b611-1f568eccb436 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9941 | 2024.05.16 00:53:53.040335 [ 3 ] {} <Debug> HTTP-Session: 0216a329-0269-47e5-b611-1f568eccb436 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9942 | 2024.05.16 00:53:53.040377 [ 3 ] {} <Trace> HTTP-Session: 0216a329-0269-47e5-b611-1f568eccb436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9943 | 2024.05.16 00:53:53.040540 [ 3 ] {7df4991b-1275-40d3-9cf3-7e67ef68fd54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9944 | 2024.05.16 00:53:53.040600 [ 3 ] {7df4991b-1275-40d3-9cf3-7e67ef68fd54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9945 | 2024.05.16 00:53:53.040807 [ 3 ] {7df4991b-1275-40d3-9cf3-7e67ef68fd54} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9946 | 2024.05.16 00:53:53.041213 [ 3 ] {7df4991b-1275-40d3-9cf3-7e67ef68fd54} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9947 | 2024.05.16 00:53:53.041265 [ 3 ] {7df4991b-1275-40d3-9cf3-7e67ef68fd54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
9948 | 2024.05.16 00:53:53.041779 [ 3 ] {7df4991b-1275-40d3-9cf3-7e67ef68fd54} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
9949 | 2024.05.16 00:53:53.042245 [ 3 ] {7df4991b-1275-40d3-9cf3-7e67ef68fd54} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9950 | 2024.05.16 00:53:53.042450 [ 3 ] {7df4991b-1275-40d3-9cf3-7e67ef68fd54} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001966 sec., 30518.819938962362 rows/sec., 2.06 MiB/sec. | ||
9951 | 2024.05.16 00:53:53.042686 [ 3 ] {7df4991b-1275-40d3-9cf3-7e67ef68fd54} <Debug> DynamicQueryHandler: Done processing query | ||
9952 | 2024.05.16 00:53:53.042722 [ 3 ] {7df4991b-1275-40d3-9cf3-7e67ef68fd54} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9953 | 2024.05.16 00:53:53.042744 [ 3 ] {} <Debug> HTTP-Session: 0216a329-0269-47e5-b611-1f568eccb436 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9954 | 2024.05.16 00:53:58.011637 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9955 | 2024.05.16 00:53:58.011770 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9956 | 2024.05.16 00:53:58.011802 [ 3 ] {} <Debug> HTTP-Session: 1ef3a861-7eb5-4dae-92d2-479f55e4e040 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
9957 | 2024.05.16 00:53:58.011829 [ 3 ] {} <Debug> HTTP-Session: 1ef3a861-7eb5-4dae-92d2-479f55e4e040 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9958 | 2024.05.16 00:53:58.011847 [ 3 ] {} <Debug> HTTP-Session: 1ef3a861-7eb5-4dae-92d2-479f55e4e040 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9959 | 2024.05.16 00:53:58.011901 [ 3 ] {} <Trace> HTTP-Session: 1ef3a861-7eb5-4dae-92d2-479f55e4e040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9960 | 2024.05.16 00:53:58.012110 [ 3 ] {5fd21189-430e-42eb-8ca7-1be372e67aa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9961 | 2024.05.16 00:53:58.012177 [ 3 ] {5fd21189-430e-42eb-8ca7-1be372e67aa3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9962 | 2024.05.16 00:53:58.012364 [ 3 ] {5fd21189-430e-42eb-8ca7-1be372e67aa3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9963 | 2024.05.16 00:53:58.012835 [ 3 ] {5fd21189-430e-42eb-8ca7-1be372e67aa3} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9964 | 2024.05.16 00:53:58.012882 [ 3 ] {5fd21189-430e-42eb-8ca7-1be372e67aa3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
9965 | 2024.05.16 00:53:58.013264 [ 3 ] {5fd21189-430e-42eb-8ca7-1be372e67aa3} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
9966 | 2024.05.16 00:53:58.013599 [ 3 ] {5fd21189-430e-42eb-8ca7-1be372e67aa3} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9967 | 2024.05.16 00:53:58.013762 [ 3 ] {5fd21189-430e-42eb-8ca7-1be372e67aa3} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001723 sec., 32501.450957632038 rows/sec., 2.48 MiB/sec. | ||
9968 | 2024.05.16 00:53:58.014082 [ 3 ] {5fd21189-430e-42eb-8ca7-1be372e67aa3} <Debug> DynamicQueryHandler: Done processing query | ||
9969 | 2024.05.16 00:53:58.014152 [ 3 ] {5fd21189-430e-42eb-8ca7-1be372e67aa3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9970 | 2024.05.16 00:53:58.014208 [ 3 ] {} <Debug> HTTP-Session: 1ef3a861-7eb5-4dae-92d2-479f55e4e040 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9971 | 2024.05.16 00:53:58.014430 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9972 | 2024.05.16 00:53:58.014492 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9973 | 2024.05.16 00:53:58.014513 [ 3 ] {} <Debug> HTTP-Session: ae4485ee-6e2a-4716-b0ca-a7eef9d82fe5 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
9974 | 2024.05.16 00:53:58.014532 [ 3 ] {} <Debug> HTTP-Session: ae4485ee-6e2a-4716-b0ca-a7eef9d82fe5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9975 | 2024.05.16 00:53:58.014548 [ 3 ] {} <Debug> HTTP-Session: ae4485ee-6e2a-4716-b0ca-a7eef9d82fe5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9976 | 2024.05.16 00:53:58.014585 [ 3 ] {} <Trace> HTTP-Session: ae4485ee-6e2a-4716-b0ca-a7eef9d82fe5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9977 | 2024.05.16 00:53:58.014723 [ 3 ] {fe374f5d-62c1-4cc9-a37c-8705495aa472} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9978 | 2024.05.16 00:53:58.014774 [ 3 ] {fe374f5d-62c1-4cc9-a37c-8705495aa472} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9979 | 2024.05.16 00:53:58.014932 [ 3 ] {fe374f5d-62c1-4cc9-a37c-8705495aa472} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9980 | 2024.05.16 00:53:58.015347 [ 3 ] {fe374f5d-62c1-4cc9-a37c-8705495aa472} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9981 | 2024.05.16 00:53:58.015401 [ 3 ] {fe374f5d-62c1-4cc9-a37c-8705495aa472} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
9982 | 2024.05.16 00:53:58.015753 [ 3 ] {fe374f5d-62c1-4cc9-a37c-8705495aa472} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
9983 | 2024.05.16 00:53:58.016086 [ 3 ] {fe374f5d-62c1-4cc9-a37c-8705495aa472} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9984 | 2024.05.16 00:53:58.016246 [ 3 ] {fe374f5d-62c1-4cc9-a37c-8705495aa472} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001566 sec., 40868.45466155811 rows/sec., 3.19 MiB/sec. | ||
9985 | 2024.05.16 00:53:58.016443 [ 3 ] {fe374f5d-62c1-4cc9-a37c-8705495aa472} <Debug> DynamicQueryHandler: Done processing query | ||
9986 | 2024.05.16 00:53:58.016470 [ 3 ] {fe374f5d-62c1-4cc9-a37c-8705495aa472} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
9987 | 2024.05.16 00:53:58.016489 [ 3 ] {} <Debug> HTTP-Session: ae4485ee-6e2a-4716-b0ca-a7eef9d82fe5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9988 | 2024.05.16 00:53:58.016682 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9989 | 2024.05.16 00:53:58.016738 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9990 | 2024.05.16 00:53:58.016759 [ 3 ] {} <Debug> HTTP-Session: 02f947a2-2670-4a94-aab2-ced1fb66a0a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
9991 | 2024.05.16 00:53:58.016778 [ 3 ] {} <Debug> HTTP-Session: 02f947a2-2670-4a94-aab2-ced1fb66a0a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9992 | 2024.05.16 00:53:58.016793 [ 3 ] {} <Debug> HTTP-Session: 02f947a2-2670-4a94-aab2-ced1fb66a0a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9993 | 2024.05.16 00:53:58.016828 [ 3 ] {} <Trace> HTTP-Session: 02f947a2-2670-4a94-aab2-ced1fb66a0a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9994 | 2024.05.16 00:53:58.016980 [ 3 ] {d59e0fd1-0aa2-4790-9230-0fc62d2b2cb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9995 | 2024.05.16 00:53:58.017030 [ 3 ] {d59e0fd1-0aa2-4790-9230-0fc62d2b2cb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9996 | 2024.05.16 00:53:58.017183 [ 3 ] {d59e0fd1-0aa2-4790-9230-0fc62d2b2cb1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9997 | 2024.05.16 00:53:58.017581 [ 3 ] {d59e0fd1-0aa2-4790-9230-0fc62d2b2cb1} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9998 | 2024.05.16 00:53:58.017619 [ 3 ] {d59e0fd1-0aa2-4790-9230-0fc62d2b2cb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
9999 | 2024.05.16 00:53:58.018018 [ 3 ] {d59e0fd1-0aa2-4790-9230-0fc62d2b2cb1} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
10000 | 2024.05.16 00:53:58.018416 [ 3 ] {d59e0fd1-0aa2-4790-9230-0fc62d2b2cb1} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10001 | 2024.05.16 00:53:58.018574 [ 3 ] {d59e0fd1-0aa2-4790-9230-0fc62d2b2cb1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001662 sec., 96269.55475330926 rows/sec., 6.70 MiB/sec. | ||
10002 | 2024.05.16 00:53:58.018754 [ 3 ] {d59e0fd1-0aa2-4790-9230-0fc62d2b2cb1} <Debug> DynamicQueryHandler: Done processing query | ||
10003 | 2024.05.16 00:53:58.018780 [ 3 ] {d59e0fd1-0aa2-4790-9230-0fc62d2b2cb1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10004 | 2024.05.16 00:53:58.018798 [ 3 ] {} <Debug> HTTP-Session: 02f947a2-2670-4a94-aab2-ced1fb66a0a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10005 | 2024.05.16 00:53:58.018940 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10006 | 2024.05.16 00:53:58.018989 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10007 | 2024.05.16 00:53:58.019010 [ 3 ] {} <Debug> HTTP-Session: 84061846-1a4e-4e7a-b90f-7e77fa246cdb Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
10008 | 2024.05.16 00:53:58.019027 [ 3 ] {} <Debug> HTTP-Session: 84061846-1a4e-4e7a-b90f-7e77fa246cdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10009 | 2024.05.16 00:53:58.019041 [ 3 ] {} <Debug> HTTP-Session: 84061846-1a4e-4e7a-b90f-7e77fa246cdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10010 | 2024.05.16 00:53:58.019072 [ 3 ] {} <Trace> HTTP-Session: 84061846-1a4e-4e7a-b90f-7e77fa246cdb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10011 | 2024.05.16 00:53:58.019203 [ 3 ] {97ad8104-7a81-4119-a0ce-04c96ced9837} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10012 | 2024.05.16 00:53:58.019248 [ 3 ] {97ad8104-7a81-4119-a0ce-04c96ced9837} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10013 | 2024.05.16 00:53:58.019378 [ 3 ] {97ad8104-7a81-4119-a0ce-04c96ced9837} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10014 | 2024.05.16 00:53:58.019708 [ 3 ] {97ad8104-7a81-4119-a0ce-04c96ced9837} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10015 | 2024.05.16 00:53:58.019745 [ 3 ] {97ad8104-7a81-4119-a0ce-04c96ced9837} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
10016 | 2024.05.16 00:53:58.020104 [ 3 ] {97ad8104-7a81-4119-a0ce-04c96ced9837} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
10017 | 2024.05.16 00:53:58.020426 [ 3 ] {97ad8104-7a81-4119-a0ce-04c96ced9837} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10018 | 2024.05.16 00:53:58.020567 [ 3 ] {97ad8104-7a81-4119-a0ce-04c96ced9837} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001419 sec., 42283.29809725159 rows/sec., 2.85 MiB/sec. | ||
10019 | 2024.05.16 00:53:58.020777 [ 3 ] {97ad8104-7a81-4119-a0ce-04c96ced9837} <Debug> DynamicQueryHandler: Done processing query | ||
10020 | 2024.05.16 00:53:58.020819 [ 3 ] {97ad8104-7a81-4119-a0ce-04c96ced9837} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10021 | 2024.05.16 00:53:58.020861 [ 3 ] {} <Debug> HTTP-Session: 84061846-1a4e-4e7a-b90f-7e77fa246cdb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10022 | 2024.05.16 00:53:59.313939 [ 98 ] {} <Debug> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97) (MergerMutator): Selected 5 parts from all_1_18_4 to all_22_22_0 | ||
10023 | 2024.05.16 00:53:59.314018 [ 98 ] {} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10024 | 2024.05.16 00:53:59.314047 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
10025 | 2024.05.16 00:53:59.314260 [ 198 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::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 | ||
10026 | 2024.05.16 00:53:59.314509 [ 198 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_22_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10027 | 2024.05.16 00:53:59.314553 [ 198 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::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 | ||
10028 | 2024.05.16 00:53:59.314642 [ 198 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 4 rows starting from the beginning of the part | ||
10029 | 2024.05.16 00:53:59.314894 [ 198 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::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 | ||
10030 | 2024.05.16 00:53:59.315111 [ 198 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 4 rows starting from the beginning of the part | ||
10031 | 2024.05.16 00:53:59.315284 [ 198 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part | ||
10032 | 2024.05.16 00:53:59.316414 [ 197 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_22_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.002281174 sec., 12274.381524600929 rows/sec., 1000.89 KiB/sec. | ||
10033 | 2024.05.16 00:53:59.316617 [ 199 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_22_5} <Trace> MergedBlockOutputStream: filled checksums all_1_22_5 (state Temporary) | ||
10034 | 2024.05.16 00:53:59.317121 [ 199 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_22_5} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Renaming temporary part tmp_merge_all_1_22_5 to all_1_22_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10035 | 2024.05.16 00:53:59.317215 [ 199 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_22_5} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97) (MergerMutator): Merged 5 parts: [all_1_18_4, all_22_22_0] -> all_1_22_5 | ||
10036 | 2024.05.16 00:53:59.317311 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
10037 | 2024.05.16 00:53:59.436961 [ 98 ] {} <Debug> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d) (MergerMutator): Selected 5 parts from all_1_18_4 to all_22_22_0 | ||
10038 | 2024.05.16 00:53:59.437003 [ 98 ] {} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10039 | 2024.05.16 00:53:59.437028 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
10040 | 2024.05.16 00:53:59.437152 [ 199 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::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 | ||
10041 | 2024.05.16 00:53:59.437319 [ 199 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_22_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10042 | 2024.05.16 00:53:59.437351 [ 199 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::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 | ||
10043 | 2024.05.16 00:53:59.437447 [ 199 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 4 rows starting from the beginning of the part | ||
10044 | 2024.05.16 00:53:59.437627 [ 199 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::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 | ||
10045 | 2024.05.16 00:53:59.437837 [ 199 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 4 rows starting from the beginning of the part | ||
10046 | 2024.05.16 00:53:59.437998 [ 199 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part | ||
10047 | 2024.05.16 00:53:59.439106 [ 197 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_22_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.002024428 sec., 13831.067343466895 rows/sec., 965.74 KiB/sec. | ||
10048 | 2024.05.16 00:53:59.439265 [ 197 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_22_5} <Trace> MergedBlockOutputStream: filled checksums all_1_22_5 (state Temporary) | ||
10049 | 2024.05.16 00:53:59.439677 [ 197 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_22_5} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Renaming temporary part tmp_merge_all_1_22_5 to all_1_22_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10050 | 2024.05.16 00:53:59.439765 [ 197 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_22_5} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d) (MergerMutator): Merged 5 parts: [all_1_18_4, all_22_22_0] -> all_1_22_5 | ||
10051 | 2024.05.16 00:53:59.439859 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
10052 | 2024.05.16 00:54:01.310779 [ 97 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10053 | 2024.05.16 00:54:01.310856 [ 97 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10054 | 2024.05.16 00:54:03.015098 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 6357, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10055 | 2024.05.16 00:54:03.015202 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10056 | 2024.05.16 00:54:03.015227 [ 3 ] {} <Debug> HTTP-Session: 58a9edda-d91d-4bde-b256-7f0baefbe822 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
10057 | 2024.05.16 00:54:03.015249 [ 3 ] {} <Debug> HTTP-Session: 58a9edda-d91d-4bde-b256-7f0baefbe822 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10058 | 2024.05.16 00:54:03.015270 [ 3 ] {} <Debug> HTTP-Session: 58a9edda-d91d-4bde-b256-7f0baefbe822 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10059 | 2024.05.16 00:54:03.015316 [ 3 ] {} <Trace> HTTP-Session: 58a9edda-d91d-4bde-b256-7f0baefbe822 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10060 | 2024.05.16 00:54:03.015495 [ 3 ] {b3a4fa08-9d24-40bd-ba27-19cf39da01f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10061 | 2024.05.16 00:54:03.015555 [ 3 ] {b3a4fa08-9d24-40bd-ba27-19cf39da01f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10062 | 2024.05.16 00:54:03.015729 [ 3 ] {b3a4fa08-9d24-40bd-ba27-19cf39da01f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10063 | 2024.05.16 00:54:03.016154 [ 3 ] {b3a4fa08-9d24-40bd-ba27-19cf39da01f4} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10064 | 2024.05.16 00:54:03.016194 [ 3 ] {b3a4fa08-9d24-40bd-ba27-19cf39da01f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
10065 | 2024.05.16 00:54:03.016560 [ 3 ] {b3a4fa08-9d24-40bd-ba27-19cf39da01f4} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
10066 | 2024.05.16 00:54:03.016884 [ 3 ] {b3a4fa08-9d24-40bd-ba27-19cf39da01f4} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10067 | 2024.05.16 00:54:03.017023 [ 3 ] {b3a4fa08-9d24-40bd-ba27-19cf39da01f4} <Debug> executeQuery: Read 44 rows, 3.57 KiB in 0.001586 sec., 27742.749054224463 rows/sec., 2.20 MiB/sec. | ||
10068 | 2024.05.16 00:54:03.017219 [ 3 ] {b3a4fa08-9d24-40bd-ba27-19cf39da01f4} <Debug> DynamicQueryHandler: Done processing query | ||
10069 | 2024.05.16 00:54:03.017245 [ 3 ] {b3a4fa08-9d24-40bd-ba27-19cf39da01f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10070 | 2024.05.16 00:54:03.017261 [ 3 ] {} <Debug> HTTP-Session: 58a9edda-d91d-4bde-b256-7f0baefbe822 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10071 | 2024.05.16 00:54:03.017418 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10072 | 2024.05.16 00:54:03.017468 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10073 | 2024.05.16 00:54:03.017487 [ 3 ] {} <Debug> HTTP-Session: 000cfa2d-157e-42c3-96d4-3f45534d420c Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
10074 | 2024.05.16 00:54:03.017504 [ 3 ] {} <Debug> HTTP-Session: 000cfa2d-157e-42c3-96d4-3f45534d420c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10075 | 2024.05.16 00:54:03.017518 [ 3 ] {} <Debug> HTTP-Session: 000cfa2d-157e-42c3-96d4-3f45534d420c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10076 | 2024.05.16 00:54:03.017549 [ 3 ] {} <Trace> HTTP-Session: 000cfa2d-157e-42c3-96d4-3f45534d420c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10077 | 2024.05.16 00:54:03.017642 [ 3 ] {35df72c7-f670-46fb-a49b-c706e8e79e05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10078 | 2024.05.16 00:54:03.017684 [ 3 ] {35df72c7-f670-46fb-a49b-c706e8e79e05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10079 | 2024.05.16 00:54:03.017809 [ 3 ] {35df72c7-f670-46fb-a49b-c706e8e79e05} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10080 | 2024.05.16 00:54:03.018084 [ 3 ] {35df72c7-f670-46fb-a49b-c706e8e79e05} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10081 | 2024.05.16 00:54:03.018120 [ 3 ] {35df72c7-f670-46fb-a49b-c706e8e79e05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
10082 | 2024.05.16 00:54:03.018420 [ 3 ] {35df72c7-f670-46fb-a49b-c706e8e79e05} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
10083 | 2024.05.16 00:54:03.018746 [ 3 ] {35df72c7-f670-46fb-a49b-c706e8e79e05} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10084 | 2024.05.16 00:54:03.018869 [ 3 ] {35df72c7-f670-46fb-a49b-c706e8e79e05} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00125 sec., 3200 rows/sec., 260.94 KiB/sec. | ||
10085 | 2024.05.16 00:54:03.019030 [ 3 ] {35df72c7-f670-46fb-a49b-c706e8e79e05} <Debug> DynamicQueryHandler: Done processing query | ||
10086 | 2024.05.16 00:54:03.019054 [ 3 ] {35df72c7-f670-46fb-a49b-c706e8e79e05} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10087 | 2024.05.16 00:54:03.019070 [ 3 ] {} <Debug> HTTP-Session: 000cfa2d-157e-42c3-96d4-3f45534d420c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10088 | 2024.05.16 00:54:03.019248 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 28000, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10089 | 2024.05.16 00:54:03.019299 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10090 | 2024.05.16 00:54:03.019318 [ 3 ] {} <Debug> HTTP-Session: 7b946b9e-7fc6-4aa1-9316-5b1544166228 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
10091 | 2024.05.16 00:54:03.019336 [ 3 ] {} <Debug> HTTP-Session: 7b946b9e-7fc6-4aa1-9316-5b1544166228 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10092 | 2024.05.16 00:54:03.019351 [ 3 ] {} <Debug> HTTP-Session: 7b946b9e-7fc6-4aa1-9316-5b1544166228 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10093 | 2024.05.16 00:54:03.019381 [ 3 ] {} <Trace> HTTP-Session: 7b946b9e-7fc6-4aa1-9316-5b1544166228 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10094 | 2024.05.16 00:54:03.019520 [ 3 ] {1ec6efbd-4e78-4e35-afb5-ea4475a4c33d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10095 | 2024.05.16 00:54:03.019562 [ 3 ] {1ec6efbd-4e78-4e35-afb5-ea4475a4c33d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10096 | 2024.05.16 00:54:03.019685 [ 3 ] {1ec6efbd-4e78-4e35-afb5-ea4475a4c33d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10097 | 2024.05.16 00:54:03.020165 [ 3 ] {1ec6efbd-4e78-4e35-afb5-ea4475a4c33d} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10098 | 2024.05.16 00:54:03.020201 [ 3 ] {1ec6efbd-4e78-4e35-afb5-ea4475a4c33d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
10099 | 2024.05.16 00:54:03.020522 [ 3 ] {1ec6efbd-4e78-4e35-afb5-ea4475a4c33d} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
10100 | 2024.05.16 00:54:03.020836 [ 3 ] {1ec6efbd-4e78-4e35-afb5-ea4475a4c33d} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10101 | 2024.05.16 00:54:03.020961 [ 3 ] {1ec6efbd-4e78-4e35-afb5-ea4475a4c33d} <Debug> executeQuery: Read 190 rows, 16.46 KiB in 0.001504 sec., 126329.78723404257 rows/sec., 10.69 MiB/sec. | ||
10102 | 2024.05.16 00:54:03.020963 [ 96 ] {} <Debug> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
10103 | 2024.05.16 00:54:03.021028 [ 96 ] {} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10104 | 2024.05.16 00:54:03.021066 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
10105 | 2024.05.16 00:54:03.021161 [ 3 ] {1ec6efbd-4e78-4e35-afb5-ea4475a4c33d} <Debug> DynamicQueryHandler: Done processing query | ||
10106 | 2024.05.16 00:54:03.021177 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::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 | ||
10107 | 2024.05.16 00:54:03.021189 [ 3 ] {1ec6efbd-4e78-4e35-afb5-ea4475a4c33d} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
10108 | 2024.05.16 00:54:03.021222 [ 3 ] {} <Debug> HTTP-Session: 7b946b9e-7fc6-4aa1-9316-5b1544166228 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10109 | 2024.05.16 00:54:03.021318 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10110 | 2024.05.16 00:54:03.021354 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 190 rows starting from the beginning of the part | ||
10111 | 2024.05.16 00:54:03.021367 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10112 | 2024.05.16 00:54:03.021428 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 187 rows starting from the beginning of the part | ||
10113 | 2024.05.16 00:54:03.021432 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10114 | 2024.05.16 00:54:03.021499 [ 3 ] {} <Debug> HTTP-Session: 269af6aa-7d03-42c9-bbc0-d74e2dc3d8ac Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
10115 | 2024.05.16 00:54:03.021596 [ 3 ] {} <Debug> HTTP-Session: 269af6aa-7d03-42c9-bbc0-d74e2dc3d8ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10116 | 2024.05.16 00:54:03.021663 [ 3 ] {} <Debug> HTTP-Session: 269af6aa-7d03-42c9-bbc0-d74e2dc3d8ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10117 | 2024.05.16 00:54:03.021782 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 57 rows starting from the beginning of the part | ||
10118 | 2024.05.16 00:54:03.021827 [ 3 ] {} <Trace> HTTP-Session: 269af6aa-7d03-42c9-bbc0-d74e2dc3d8ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10119 | 2024.05.16 00:54:03.022040 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 173 rows starting from the beginning of the part | ||
10120 | 2024.05.16 00:54:03.022072 [ 3 ] {fd72e7b0-5d4c-4852-907d-91e0760d4523} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10121 | 2024.05.16 00:54:03.022203 [ 3 ] {fd72e7b0-5d4c-4852-907d-91e0760d4523} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10122 | 2024.05.16 00:54:03.022257 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 56 rows starting from the beginning of the part | ||
10123 | 2024.05.16 00:54:03.022607 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 190 rows starting from the beginning of the part | ||
10124 | 2024.05.16 00:54:03.022941 [ 3 ] {fd72e7b0-5d4c-4852-907d-91e0760d4523} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10125 | 2024.05.16 00:54:03.023400 [ 3 ] {fd72e7b0-5d4c-4852-907d-91e0760d4523} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10126 | 2024.05.16 00:54:03.023443 [ 3 ] {fd72e7b0-5d4c-4852-907d-91e0760d4523} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
10127 | 2024.05.16 00:54:03.023903 [ 3 ] {fd72e7b0-5d4c-4852-907d-91e0760d4523} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
10128 | 2024.05.16 00:54:03.024275 [ 197 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 853 rows, containing 4 columns (4 merged, 0 gathered) in 0.003137714 sec., 271853.9675700207 rows/sec., 22.35 MiB/sec. | ||
10129 | 2024.05.16 00:54:03.024341 [ 3 ] {fd72e7b0-5d4c-4852-907d-91e0760d4523} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10130 | 2024.05.16 00:54:03.024589 [ 197 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
10131 | 2024.05.16 00:54:03.024608 [ 3 ] {fd72e7b0-5d4c-4852-907d-91e0760d4523} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.002581 sec., 1549.7869043006588 rows/sec., 108.21 KiB/sec. | ||
10132 | 2024.05.16 00:54:03.025202 [ 3 ] {fd72e7b0-5d4c-4852-907d-91e0760d4523} <Debug> DynamicQueryHandler: Done processing query | ||
10133 | 2024.05.16 00:54:03.025279 [ 3 ] {fd72e7b0-5d4c-4852-907d-91e0760d4523} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10134 | 2024.05.16 00:54:03.025338 [ 3 ] {} <Debug> HTTP-Session: 269af6aa-7d03-42c9-bbc0-d74e2dc3d8ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10135 | 2024.05.16 00:54:03.025551 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 20011, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10136 | 2024.05.16 00:54:03.025624 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10137 | 2024.05.16 00:54:03.025667 [ 3 ] {} <Debug> HTTP-Session: fbb58f93-bd94-4808-a8b4-794e4d6d05b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
10138 | 2024.05.16 00:54:03.025682 [ 197 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_76_15} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10139 | 2024.05.16 00:54:03.025697 [ 3 ] {} <Debug> HTTP-Session: fbb58f93-bd94-4808-a8b4-794e4d6d05b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10140 | 2024.05.16 00:54:03.025758 [ 3 ] {} <Debug> HTTP-Session: fbb58f93-bd94-4808-a8b4-794e4d6d05b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10141 | 2024.05.16 00:54:03.025826 [ 3 ] {} <Trace> HTTP-Session: fbb58f93-bd94-4808-a8b4-794e4d6d05b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10142 | 2024.05.16 00:54:03.025854 [ 197 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_76_15} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
10143 | 2024.05.16 00:54:03.026007 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
10144 | 2024.05.16 00:54:03.026058 [ 3 ] {017b9f6a-d68d-4517-bb23-49965d128400} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10145 | 2024.05.16 00:54:03.026108 [ 3 ] {017b9f6a-d68d-4517-bb23-49965d128400} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10146 | 2024.05.16 00:54:03.026270 [ 3 ] {017b9f6a-d68d-4517-bb23-49965d128400} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10147 | 2024.05.16 00:54:03.026713 [ 3 ] {017b9f6a-d68d-4517-bb23-49965d128400} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10148 | 2024.05.16 00:54:03.026751 [ 3 ] {017b9f6a-d68d-4517-bb23-49965d128400} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
10149 | 2024.05.16 00:54:03.027082 [ 3 ] {017b9f6a-d68d-4517-bb23-49965d128400} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
10150 | 2024.05.16 00:54:03.027394 [ 3 ] {017b9f6a-d68d-4517-bb23-49965d128400} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10151 | 2024.05.16 00:54:03.027517 [ 3 ] {017b9f6a-d68d-4517-bb23-49965d128400} <Debug> executeQuery: Read 118 rows, 9.42 KiB in 0.001548 sec., 76227.39018087856 rows/sec., 5.94 MiB/sec. | ||
10152 | 2024.05.16 00:54:03.027522 [ 96 ] {} <Debug> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
10153 | 2024.05.16 00:54:03.027578 [ 96 ] {} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10154 | 2024.05.16 00:54:03.027613 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
10155 | 2024.05.16 00:54:03.027740 [ 3 ] {017b9f6a-d68d-4517-bb23-49965d128400} <Debug> DynamicQueryHandler: Done processing query | ||
10156 | 2024.05.16 00:54:03.027761 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::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 | ||
10157 | 2024.05.16 00:54:03.027774 [ 3 ] {017b9f6a-d68d-4517-bb23-49965d128400} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10158 | 2024.05.16 00:54:03.027831 [ 3 ] {} <Debug> HTTP-Session: fbb58f93-bd94-4808-a8b4-794e4d6d05b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10159 | 2024.05.16 00:54:03.027964 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10160 | 2024.05.16 00:54:03.028009 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 150 rows starting from the beginning of the part | ||
10161 | 2024.05.16 00:54:03.028071 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 31014, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10162 | 2024.05.16 00:54:03.028221 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10163 | 2024.05.16 00:54:03.028233 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 123 rows starting from the beginning of the part | ||
10164 | 2024.05.16 00:54:03.028283 [ 3 ] {} <Debug> HTTP-Session: e37e7791-6e92-42c5-a8ca-8721f679fbc5 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
10165 | 2024.05.16 00:54:03.028360 [ 3 ] {} <Debug> HTTP-Session: e37e7791-6e92-42c5-a8ca-8721f679fbc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10166 | 2024.05.16 00:54:03.028455 [ 3 ] {} <Debug> HTTP-Session: e37e7791-6e92-42c5-a8ca-8721f679fbc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10167 | 2024.05.16 00:54:03.028538 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 66 rows starting from the beginning of the part | ||
10168 | 2024.05.16 00:54:03.028571 [ 3 ] {} <Trace> HTTP-Session: e37e7791-6e92-42c5-a8ca-8721f679fbc5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10169 | 2024.05.16 00:54:03.028800 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 109 rows starting from the beginning of the part | ||
10170 | 2024.05.16 00:54:03.029002 [ 3 ] {b9c0fe84-f948-4c0c-90c8-1b5ef874bc10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10171 | 2024.05.16 00:54:03.029024 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 64 rows starting from the beginning of the part | ||
10172 | 2024.05.16 00:54:03.029202 [ 3 ] {b9c0fe84-f948-4c0c-90c8-1b5ef874bc10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10173 | 2024.05.16 00:54:03.029280 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 118 rows starting from the beginning of the part | ||
10174 | 2024.05.16 00:54:03.030004 [ 3 ] {b9c0fe84-f948-4c0c-90c8-1b5ef874bc10} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10175 | 2024.05.16 00:54:03.030998 [ 3 ] {b9c0fe84-f948-4c0c-90c8-1b5ef874bc10} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10176 | 2024.05.16 00:54:03.031062 [ 3 ] {b9c0fe84-f948-4c0c-90c8-1b5ef874bc10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
10177 | 2024.05.16 00:54:03.031916 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 630 rows, containing 4 columns (4 merged, 0 gathered) in 0.004229031 sec., 148970.2960323535 rows/sec., 11.64 MiB/sec. | ||
10178 | 2024.05.16 00:54:03.032040 [ 3 ] {b9c0fe84-f948-4c0c-90c8-1b5ef874bc10} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
10179 | 2024.05.16 00:54:03.032093 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
10180 | 2024.05.16 00:54:03.032995 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_76_15} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10181 | 2024.05.16 00:54:03.033002 [ 3 ] {b9c0fe84-f948-4c0c-90c8-1b5ef874bc10} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10182 | 2024.05.16 00:54:03.033141 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_76_15} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
10183 | 2024.05.16 00:54:03.033246 [ 96 ] {} <Debug> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
10184 | 2024.05.16 00:54:03.033322 [ 3 ] {b9c0fe84-f948-4c0c-90c8-1b5ef874bc10} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.004536 sec., 35714.28571428571 rows/sec., 2.49 MiB/sec. | ||
10185 | 2024.05.16 00:54:03.033336 [ 96 ] {} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10186 | 2024.05.16 00:54:03.033367 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
10187 | 2024.05.16 00:54:03.033409 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
10188 | 2024.05.16 00:54:03.033793 [ 201 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
10189 | 2024.05.16 00:54:03.033894 [ 3 ] {b9c0fe84-f948-4c0c-90c8-1b5ef874bc10} <Debug> DynamicQueryHandler: Done processing query | ||
10190 | 2024.05.16 00:54:03.033990 [ 3 ] {b9c0fe84-f948-4c0c-90c8-1b5ef874bc10} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10191 | 2024.05.16 00:54:03.034055 [ 3 ] {} <Debug> HTTP-Session: e37e7791-6e92-42c5-a8ca-8721f679fbc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10192 | 2024.05.16 00:54:03.034386 [ 201 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10193 | 2024.05.16 00:54:03.034382 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 47079, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10194 | 2024.05.16 00:54:03.034525 [ 201 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_71_14, total 10559 rows starting from the beginning of the part | ||
10195 | 2024.05.16 00:54:03.034565 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10196 | 2024.05.16 00:54:03.034656 [ 3 ] {} <Debug> HTTP-Session: 2f481c6c-87c2-4839-b410-19574cd0e3be Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
10197 | 2024.05.16 00:54:03.034772 [ 3 ] {} <Debug> HTTP-Session: 2f481c6c-87c2-4839-b410-19574cd0e3be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10198 | 2024.05.16 00:54:03.034878 [ 3 ] {} <Debug> HTTP-Session: 2f481c6c-87c2-4839-b410-19574cd0e3be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10199 | 2024.05.16 00:54:03.034975 [ 201 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 198 rows starting from the beginning of the part | ||
10200 | 2024.05.16 00:54:03.035085 [ 3 ] {} <Trace> HTTP-Session: 2f481c6c-87c2-4839-b410-19574cd0e3be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10201 | 2024.05.16 00:54:03.035456 [ 201 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
10202 | 2024.05.16 00:54:03.035846 [ 201 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
10203 | 2024.05.16 00:54:03.035880 [ 3 ] {73036646-9579-4ba8-b425-433e5cc5389b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10204 | 2024.05.16 00:54:03.036175 [ 3 ] {73036646-9579-4ba8-b425-433e5cc5389b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
10205 | 2024.05.16 00:54:03.036219 [ 201 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 160 rows starting from the beginning of the part | ||
10206 | 2024.05.16 00:54:03.036680 [ 201 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 162 rows starting from the beginning of the part | ||
10207 | 2024.05.16 00:54:03.037688 [ 3 ] {73036646-9579-4ba8-b425-433e5cc5389b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10208 | 2024.05.16 00:54:03.038506 [ 3 ] {73036646-9579-4ba8-b425-433e5cc5389b} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10209 | 2024.05.16 00:54:03.038546 [ 3 ] {73036646-9579-4ba8-b425-433e5cc5389b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
10210 | 2024.05.16 00:54:03.039721 [ 3 ] {73036646-9579-4ba8-b425-433e5cc5389b} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
10211 | 2024.05.16 00:54:03.040408 [ 3 ] {73036646-9579-4ba8-b425-433e5cc5389b} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10212 | 2024.05.16 00:54:03.040771 [ 3 ] {73036646-9579-4ba8-b425-433e5cc5389b} <Debug> executeQuery: Read 44 rows, 60.80 KiB in 0.005344 sec., 8233.532934131737 rows/sec., 11.11 MiB/sec. | ||
10213 | 2024.05.16 00:54:03.041051 [ 3 ] {73036646-9579-4ba8-b425-433e5cc5389b} <Debug> DynamicQueryHandler: Done processing query | ||
10214 | 2024.05.16 00:54:03.041139 [ 3 ] {73036646-9579-4ba8-b425-433e5cc5389b} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
10215 | 2024.05.16 00:54:03.041158 [ 3 ] {} <Debug> HTTP-Session: 2f481c6c-87c2-4839-b410-19574cd0e3be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10216 | 2024.05.16 00:54:03.041321 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 971, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10217 | 2024.05.16 00:54:03.041375 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10218 | 2024.05.16 00:54:03.041394 [ 3 ] {} <Debug> HTTP-Session: 28dd75a0-d0cd-48c5-ae8d-e86b271d4fb1 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
10219 | 2024.05.16 00:54:03.041412 [ 3 ] {} <Debug> HTTP-Session: 28dd75a0-d0cd-48c5-ae8d-e86b271d4fb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10220 | 2024.05.16 00:54:03.041428 [ 3 ] {} <Debug> HTTP-Session: 28dd75a0-d0cd-48c5-ae8d-e86b271d4fb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10221 | 2024.05.16 00:54:03.041462 [ 3 ] {} <Trace> HTTP-Session: 28dd75a0-d0cd-48c5-ae8d-e86b271d4fb1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10222 | 2024.05.16 00:54:03.041563 [ 3 ] {b07f482a-3d9d-4a51-a0f0-97f4179eea8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
10223 | 2024.05.16 00:54:03.041621 [ 3 ] {b07f482a-3d9d-4a51-a0f0-97f4179eea8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
10224 | 2024.05.16 00:54:03.041782 [ 3 ] {b07f482a-3d9d-4a51-a0f0-97f4179eea8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10225 | 2024.05.16 00:54:03.042091 [ 3 ] {b07f482a-3d9d-4a51-a0f0-97f4179eea8c} <Trace> oximeter.measurements_i64 (74e24dc1-baa9-43be-8658-e526ae654bba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10226 | 2024.05.16 00:54:03.042128 [ 3 ] {b07f482a-3d9d-4a51-a0f0-97f4179eea8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
10227 | 2024.05.16 00:54:03.042602 [ 201 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11400 rows, containing 5 columns (5 merged, 0 gathered) in 0.009050894 sec., 1259544.0848163727 rows/sec., 87.84 MiB/sec. | ||
10228 | 2024.05.16 00:54:03.042935 [ 201 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
10229 | 2024.05.16 00:54:03.042934 [ 3 ] {b07f482a-3d9d-4a51-a0f0-97f4179eea8c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
10230 | 2024.05.16 00:54:03.043813 [ 3 ] {b07f482a-3d9d-4a51-a0f0-97f4179eea8c} <Trace> oximeter.measurements_i64 (74e24dc1-baa9-43be-8658-e526ae654bba): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10231 | 2024.05.16 00:54:03.043853 [ 201 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10232 | 2024.05.16 00:54:03.044032 [ 201 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
10233 | 2024.05.16 00:54:03.044098 [ 3 ] {b07f482a-3d9d-4a51-a0f0-97f4179eea8c} <Debug> executeQuery: Read 6 rows, 405.00 B in 0.002551 sec., 2352.0188161505293 rows/sec., 155.04 KiB/sec. | ||
10234 | 2024.05.16 00:54:03.044253 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.49 MiB. | ||
10235 | 2024.05.16 00:54:03.044461 [ 3 ] {b07f482a-3d9d-4a51-a0f0-97f4179eea8c} <Debug> DynamicQueryHandler: Done processing query | ||
10236 | 2024.05.16 00:54:03.044491 [ 3 ] {b07f482a-3d9d-4a51-a0f0-97f4179eea8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10237 | 2024.05.16 00:54:03.044508 [ 3 ] {} <Debug> HTTP-Session: 28dd75a0-d0cd-48c5-ae8d-e86b271d4fb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10238 | 2024.05.16 00:54:03.044641 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10239 | 2024.05.16 00:54:03.044691 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10240 | 2024.05.16 00:54:03.044711 [ 3 ] {} <Debug> HTTP-Session: 5b00c52f-e0d6-4d0a-86a5-acdda6f884f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
10241 | 2024.05.16 00:54:03.044727 [ 3 ] {} <Debug> HTTP-Session: 5b00c52f-e0d6-4d0a-86a5-acdda6f884f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10242 | 2024.05.16 00:54:03.044741 [ 3 ] {} <Debug> HTTP-Session: 5b00c52f-e0d6-4d0a-86a5-acdda6f884f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10243 | 2024.05.16 00:54:03.044776 [ 3 ] {} <Trace> HTTP-Session: 5b00c52f-e0d6-4d0a-86a5-acdda6f884f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10244 | 2024.05.16 00:54:03.044900 [ 3 ] {54200182-de9c-42a0-98bb-47472cf76b60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10245 | 2024.05.16 00:54:03.044946 [ 3 ] {54200182-de9c-42a0-98bb-47472cf76b60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10246 | 2024.05.16 00:54:03.045091 [ 3 ] {54200182-de9c-42a0-98bb-47472cf76b60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10247 | 2024.05.16 00:54:03.045422 [ 3 ] {54200182-de9c-42a0-98bb-47472cf76b60} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10248 | 2024.05.16 00:54:03.045460 [ 3 ] {54200182-de9c-42a0-98bb-47472cf76b60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
10249 | 2024.05.16 00:54:03.045834 [ 3 ] {54200182-de9c-42a0-98bb-47472cf76b60} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
10250 | 2024.05.16 00:54:03.046172 [ 3 ] {54200182-de9c-42a0-98bb-47472cf76b60} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10251 | 2024.05.16 00:54:03.046296 [ 3 ] {54200182-de9c-42a0-98bb-47472cf76b60} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00144 sec., 41666.666666666664 rows/sec., 2.81 MiB/sec. | ||
10252 | 2024.05.16 00:54:03.046373 [ 95 ] {} <Debug> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
10253 | 2024.05.16 00:54:03.046455 [ 95 ] {} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10254 | 2024.05.16 00:54:03.046496 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
10255 | 2024.05.16 00:54:03.046518 [ 3 ] {54200182-de9c-42a0-98bb-47472cf76b60} <Debug> DynamicQueryHandler: Done processing query | ||
10256 | 2024.05.16 00:54:03.046589 [ 3 ] {54200182-de9c-42a0-98bb-47472cf76b60} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10257 | 2024.05.16 00:54:03.046636 [ 3 ] {} <Debug> HTTP-Session: 5b00c52f-e0d6-4d0a-86a5-acdda6f884f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10258 | 2024.05.16 00:54:03.046763 [ 191 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
10259 | 2024.05.16 00:54:03.046960 [ 191 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10260 | 2024.05.16 00:54:03.047003 [ 191 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 3734 rows starting from the beginning of the part | ||
10261 | 2024.05.16 00:54:03.047141 [ 191 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
10262 | 2024.05.16 00:54:03.047326 [ 191 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
10263 | 2024.05.16 00:54:03.047486 [ 191 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
10264 | 2024.05.16 00:54:03.047616 [ 191 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
10265 | 2024.05.16 00:54:03.047811 [ 191 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
10266 | 2024.05.16 00:54:03.049655 [ 196 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4034 rows, containing 4 columns (4 merged, 0 gathered) in 0.003040262 sec., 1326859.3298867005 rows/sec., 89.32 MiB/sec. | ||
10267 | 2024.05.16 00:54:03.050018 [ 196 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
10268 | 2024.05.16 00:54:03.050422 [ 196 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_76_15} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10269 | 2024.05.16 00:54:03.050500 [ 196 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_76_15} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
10270 | 2024.05.16 00:54:03.050583 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. | ||
10271 | 2024.05.16 00:54:08.012515 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10272 | 2024.05.16 00:54:08.012647 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10273 | 2024.05.16 00:54:08.012676 [ 3 ] {} <Debug> HTTP-Session: cc3d6c86-c1ae-4cc9-8069-6eb981f529a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
10274 | 2024.05.16 00:54:08.012703 [ 3 ] {} <Debug> HTTP-Session: cc3d6c86-c1ae-4cc9-8069-6eb981f529a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10275 | 2024.05.16 00:54:08.012721 [ 3 ] {} <Debug> HTTP-Session: cc3d6c86-c1ae-4cc9-8069-6eb981f529a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10276 | 2024.05.16 00:54:08.012775 [ 3 ] {} <Trace> HTTP-Session: cc3d6c86-c1ae-4cc9-8069-6eb981f529a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10277 | 2024.05.16 00:54:08.012985 [ 3 ] {42aa364c-4677-4022-a5db-b9f3a15a6cae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10278 | 2024.05.16 00:54:08.013055 [ 3 ] {42aa364c-4677-4022-a5db-b9f3a15a6cae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10279 | 2024.05.16 00:54:08.013265 [ 3 ] {42aa364c-4677-4022-a5db-b9f3a15a6cae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10280 | 2024.05.16 00:54:08.013738 [ 3 ] {42aa364c-4677-4022-a5db-b9f3a15a6cae} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10281 | 2024.05.16 00:54:08.013779 [ 3 ] {42aa364c-4677-4022-a5db-b9f3a15a6cae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
10282 | 2024.05.16 00:54:08.014157 [ 3 ] {42aa364c-4677-4022-a5db-b9f3a15a6cae} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
10283 | 2024.05.16 00:54:08.014501 [ 3 ] {42aa364c-4677-4022-a5db-b9f3a15a6cae} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10284 | 2024.05.16 00:54:08.014646 [ 3 ] {42aa364c-4677-4022-a5db-b9f3a15a6cae} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001732 sec., 32332.56351039261 rows/sec., 2.47 MiB/sec. | ||
10285 | 2024.05.16 00:54:08.014914 [ 3 ] {42aa364c-4677-4022-a5db-b9f3a15a6cae} <Debug> DynamicQueryHandler: Done processing query | ||
10286 | 2024.05.16 00:54:08.014983 [ 3 ] {42aa364c-4677-4022-a5db-b9f3a15a6cae} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10287 | 2024.05.16 00:54:08.015046 [ 3 ] {} <Debug> HTTP-Session: cc3d6c86-c1ae-4cc9-8069-6eb981f529a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10288 | 2024.05.16 00:54:08.015253 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10289 | 2024.05.16 00:54:08.015310 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10290 | 2024.05.16 00:54:08.015330 [ 3 ] {} <Debug> HTTP-Session: 7fd8fb95-a5ca-4410-9e9f-f22d23782970 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
10291 | 2024.05.16 00:54:08.015348 [ 3 ] {} <Debug> HTTP-Session: 7fd8fb95-a5ca-4410-9e9f-f22d23782970 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10292 | 2024.05.16 00:54:08.015362 [ 3 ] {} <Debug> HTTP-Session: 7fd8fb95-a5ca-4410-9e9f-f22d23782970 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10293 | 2024.05.16 00:54:08.015399 [ 3 ] {} <Trace> HTTP-Session: 7fd8fb95-a5ca-4410-9e9f-f22d23782970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10294 | 2024.05.16 00:54:08.015530 [ 3 ] {d63d4841-edf0-4c58-8e91-c161cccdbce5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10295 | 2024.05.16 00:54:08.015575 [ 3 ] {d63d4841-edf0-4c58-8e91-c161cccdbce5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10296 | 2024.05.16 00:54:08.015721 [ 3 ] {d63d4841-edf0-4c58-8e91-c161cccdbce5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10297 | 2024.05.16 00:54:08.016025 [ 3 ] {d63d4841-edf0-4c58-8e91-c161cccdbce5} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10298 | 2024.05.16 00:54:08.016062 [ 3 ] {d63d4841-edf0-4c58-8e91-c161cccdbce5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
10299 | 2024.05.16 00:54:08.016406 [ 3 ] {d63d4841-edf0-4c58-8e91-c161cccdbce5} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
10300 | 2024.05.16 00:54:08.016714 [ 3 ] {d63d4841-edf0-4c58-8e91-c161cccdbce5} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10301 | 2024.05.16 00:54:08.016839 [ 3 ] {d63d4841-edf0-4c58-8e91-c161cccdbce5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001356 sec., 47197.6401179941 rows/sec., 3.68 MiB/sec. | ||
10302 | 2024.05.16 00:54:08.017074 [ 3 ] {d63d4841-edf0-4c58-8e91-c161cccdbce5} <Debug> DynamicQueryHandler: Done processing query | ||
10303 | 2024.05.16 00:54:08.017136 [ 3 ] {d63d4841-edf0-4c58-8e91-c161cccdbce5} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10304 | 2024.05.16 00:54:08.017193 [ 3 ] {} <Debug> HTTP-Session: 7fd8fb95-a5ca-4410-9e9f-f22d23782970 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10305 | 2024.05.16 00:54:08.017434 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10306 | 2024.05.16 00:54:08.017486 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10307 | 2024.05.16 00:54:08.017507 [ 3 ] {} <Debug> HTTP-Session: a72ac3d1-55d9-4045-b6b3-301b058a3f66 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
10308 | 2024.05.16 00:54:08.017524 [ 3 ] {} <Debug> HTTP-Session: a72ac3d1-55d9-4045-b6b3-301b058a3f66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10309 | 2024.05.16 00:54:08.017537 [ 3 ] {} <Debug> HTTP-Session: a72ac3d1-55d9-4045-b6b3-301b058a3f66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10310 | 2024.05.16 00:54:08.017570 [ 3 ] {} <Trace> HTTP-Session: a72ac3d1-55d9-4045-b6b3-301b058a3f66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10311 | 2024.05.16 00:54:08.017717 [ 3 ] {b39ee5ec-c7cc-45d3-825a-f2d7c3826a57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10312 | 2024.05.16 00:54:08.017766 [ 3 ] {b39ee5ec-c7cc-45d3-825a-f2d7c3826a57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10313 | 2024.05.16 00:54:08.017925 [ 3 ] {b39ee5ec-c7cc-45d3-825a-f2d7c3826a57} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10314 | 2024.05.16 00:54:08.018268 [ 3 ] {b39ee5ec-c7cc-45d3-825a-f2d7c3826a57} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10315 | 2024.05.16 00:54:08.018304 [ 3 ] {b39ee5ec-c7cc-45d3-825a-f2d7c3826a57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
10316 | 2024.05.16 00:54:08.018697 [ 3 ] {b39ee5ec-c7cc-45d3-825a-f2d7c3826a57} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
10317 | 2024.05.16 00:54:08.019030 [ 3 ] {b39ee5ec-c7cc-45d3-825a-f2d7c3826a57} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10318 | 2024.05.16 00:54:08.019154 [ 3 ] {b39ee5ec-c7cc-45d3-825a-f2d7c3826a57} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001503 sec., 106453.75914836992 rows/sec., 7.41 MiB/sec. | ||
10319 | 2024.05.16 00:54:08.019308 [ 3 ] {b39ee5ec-c7cc-45d3-825a-f2d7c3826a57} <Debug> DynamicQueryHandler: Done processing query | ||
10320 | 2024.05.16 00:54:08.019333 [ 3 ] {b39ee5ec-c7cc-45d3-825a-f2d7c3826a57} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10321 | 2024.05.16 00:54:08.019349 [ 3 ] {} <Debug> HTTP-Session: a72ac3d1-55d9-4045-b6b3-301b058a3f66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10322 | 2024.05.16 00:54:08.019572 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10323 | 2024.05.16 00:54:08.019621 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10324 | 2024.05.16 00:54:08.019640 [ 3 ] {} <Debug> HTTP-Session: 92d9cff3-2ac3-4036-9501-62b9f5d98591 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
10325 | 2024.05.16 00:54:08.019656 [ 3 ] {} <Debug> HTTP-Session: 92d9cff3-2ac3-4036-9501-62b9f5d98591 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10326 | 2024.05.16 00:54:08.019669 [ 3 ] {} <Debug> HTTP-Session: 92d9cff3-2ac3-4036-9501-62b9f5d98591 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10327 | 2024.05.16 00:54:08.019699 [ 3 ] {} <Trace> HTTP-Session: 92d9cff3-2ac3-4036-9501-62b9f5d98591 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10328 | 2024.05.16 00:54:08.019808 [ 3 ] {85ef6c24-02af-4f9e-9140-8cf391abfe87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10329 | 2024.05.16 00:54:08.019851 [ 3 ] {85ef6c24-02af-4f9e-9140-8cf391abfe87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10330 | 2024.05.16 00:54:08.019976 [ 3 ] {85ef6c24-02af-4f9e-9140-8cf391abfe87} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10331 | 2024.05.16 00:54:08.020220 [ 3 ] {85ef6c24-02af-4f9e-9140-8cf391abfe87} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10332 | 2024.05.16 00:54:08.020262 [ 3 ] {85ef6c24-02af-4f9e-9140-8cf391abfe87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
10333 | 2024.05.16 00:54:08.020614 [ 3 ] {85ef6c24-02af-4f9e-9140-8cf391abfe87} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
10334 | 2024.05.16 00:54:08.020919 [ 3 ] {85ef6c24-02af-4f9e-9140-8cf391abfe87} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10335 | 2024.05.16 00:54:08.021037 [ 3 ] {85ef6c24-02af-4f9e-9140-8cf391abfe87} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001267 sec., 47355.95895816891 rows/sec., 3.19 MiB/sec. | ||
10336 | 2024.05.16 00:54:08.021180 [ 3 ] {85ef6c24-02af-4f9e-9140-8cf391abfe87} <Debug> DynamicQueryHandler: Done processing query | ||
10337 | 2024.05.16 00:54:08.021205 [ 3 ] {85ef6c24-02af-4f9e-9140-8cf391abfe87} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10338 | 2024.05.16 00:54:08.021220 [ 3 ] {} <Debug> HTTP-Session: 92d9cff3-2ac3-4036-9501-62b9f5d98591 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10339 | 2024.05.16 00:54:13.021331 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 6932, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10340 | 2024.05.16 00:54:13.021530 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10341 | 2024.05.16 00:54:13.021578 [ 3 ] {} <Debug> HTTP-Session: 48560f43-cbd3-4b6d-8cfe-d780e69b6136 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
10342 | 2024.05.16 00:54:13.021625 [ 3 ] {} <Debug> HTTP-Session: 48560f43-cbd3-4b6d-8cfe-d780e69b6136 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10343 | 2024.05.16 00:54:13.021656 [ 3 ] {} <Debug> HTTP-Session: 48560f43-cbd3-4b6d-8cfe-d780e69b6136 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10344 | 2024.05.16 00:54:13.021742 [ 3 ] {} <Trace> HTTP-Session: 48560f43-cbd3-4b6d-8cfe-d780e69b6136 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10345 | 2024.05.16 00:54:13.022028 [ 3 ] {b2c0cfab-287a-47ab-8a34-b24f29a62116} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10346 | 2024.05.16 00:54:13.022128 [ 3 ] {b2c0cfab-287a-47ab-8a34-b24f29a62116} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10347 | 2024.05.16 00:54:13.022429 [ 3 ] {b2c0cfab-287a-47ab-8a34-b24f29a62116} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10348 | 2024.05.16 00:54:13.022954 [ 3 ] {b2c0cfab-287a-47ab-8a34-b24f29a62116} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10349 | 2024.05.16 00:54:13.023004 [ 3 ] {b2c0cfab-287a-47ab-8a34-b24f29a62116} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
10350 | 2024.05.16 00:54:13.023450 [ 3 ] {b2c0cfab-287a-47ab-8a34-b24f29a62116} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
10351 | 2024.05.16 00:54:13.023901 [ 3 ] {b2c0cfab-287a-47ab-8a34-b24f29a62116} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10352 | 2024.05.16 00:54:13.024211 [ 3 ] {b2c0cfab-287a-47ab-8a34-b24f29a62116} <Debug> executeQuery: Read 48 rows, 3.89 KiB in 0.002264 sec., 21201.413427561838 rows/sec., 1.68 MiB/sec. | ||
10353 | 2024.05.16 00:54:13.024235 [ 86 ] {} <Debug> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2) (MergerMutator): Selected 6 parts from all_1_34_8 to all_39_39_0 | ||
10354 | 2024.05.16 00:54:13.024369 [ 86 ] {} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10355 | 2024.05.16 00:54:13.024457 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
10356 | 2024.05.16 00:54:13.024677 [ 192 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_39_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_34_8 to all_39_39_0 into Compact with storage Full | ||
10357 | 2024.05.16 00:54:13.024680 [ 3 ] {b2c0cfab-287a-47ab-8a34-b24f29a62116} <Debug> DynamicQueryHandler: Done processing query | ||
10358 | 2024.05.16 00:54:13.024782 [ 3 ] {b2c0cfab-287a-47ab-8a34-b24f29a62116} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10359 | 2024.05.16 00:54:13.024834 [ 3 ] {} <Debug> HTTP-Session: 48560f43-cbd3-4b6d-8cfe-d780e69b6136 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10360 | 2024.05.16 00:54:13.024921 [ 192 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_39_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10361 | 2024.05.16 00:54:13.024967 [ 192 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_39_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_34_8, total 30 rows starting from the beginning of the part | ||
10362 | 2024.05.16 00:54:13.025044 [ 192 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_39_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 30 rows starting from the beginning of the part | ||
10363 | 2024.05.16 00:54:13.025165 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10364 | 2024.05.16 00:54:13.025336 [ 192 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_39_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 31 rows starting from the beginning of the part | ||
10365 | 2024.05.16 00:54:13.025447 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10366 | 2024.05.16 00:54:13.025633 [ 3 ] {} <Debug> HTTP-Session: 42bd031b-f419-45a9-b08f-c588bafe931c Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
10367 | 2024.05.16 00:54:13.025666 [ 192 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_39_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 39 rows starting from the beginning of the part | ||
10368 | 2024.05.16 00:54:13.025742 [ 3 ] {} <Debug> HTTP-Session: 42bd031b-f419-45a9-b08f-c588bafe931c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10369 | 2024.05.16 00:54:13.025878 [ 3 ] {} <Debug> HTTP-Session: 42bd031b-f419-45a9-b08f-c588bafe931c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10370 | 2024.05.16 00:54:13.026017 [ 192 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_39_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 44 rows starting from the beginning of the part | ||
10371 | 2024.05.16 00:54:13.026100 [ 3 ] {} <Trace> HTTP-Session: 42bd031b-f419-45a9-b08f-c588bafe931c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10372 | 2024.05.16 00:54:13.026359 [ 192 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_39_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 48 rows starting from the beginning of the part | ||
10373 | 2024.05.16 00:54:13.026516 [ 3 ] {d4981c29-6772-4ce6-850e-d2dabdf44da1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10374 | 2024.05.16 00:54:13.026750 [ 3 ] {d4981c29-6772-4ce6-850e-d2dabdf44da1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10375 | 2024.05.16 00:54:13.027126 [ 3 ] {d4981c29-6772-4ce6-850e-d2dabdf44da1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10376 | 2024.05.16 00:54:13.027735 [ 3 ] {d4981c29-6772-4ce6-850e-d2dabdf44da1} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10377 | 2024.05.16 00:54:13.027799 [ 3 ] {d4981c29-6772-4ce6-850e-d2dabdf44da1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
10378 | 2024.05.16 00:54:13.028477 [ 188 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_39_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 222 rows, containing 4 columns (4 merged, 0 gathered) in 0.003909482 sec., 56785.01653160189 rows/sec., 4.49 MiB/sec. | ||
10379 | 2024.05.16 00:54:13.028492 [ 3 ] {d4981c29-6772-4ce6-850e-d2dabdf44da1} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
10380 | 2024.05.16 00:54:13.028627 [ 188 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_39_9} <Trace> MergedBlockOutputStream: filled checksums all_1_39_9 (state Temporary) | ||
10381 | 2024.05.16 00:54:13.029046 [ 3 ] {d4981c29-6772-4ce6-850e-d2dabdf44da1} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10382 | 2024.05.16 00:54:13.029283 [ 189 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_39_9} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_merge_all_1_39_9 to all_1_39_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10383 | 2024.05.16 00:54:13.029373 [ 3 ] {d4981c29-6772-4ce6-850e-d2dabdf44da1} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002946 sec., 1357.7732518669384 rows/sec., 110.72 KiB/sec. | ||
10384 | 2024.05.16 00:54:13.029775 [ 189 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_39_9} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2) (MergerMutator): Merged 6 parts: [all_1_34_8, all_39_39_0] -> all_1_39_9 | ||
10385 | 2024.05.16 00:54:13.030146 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
10386 | 2024.05.16 00:54:13.030281 [ 3 ] {d4981c29-6772-4ce6-850e-d2dabdf44da1} <Debug> DynamicQueryHandler: Done processing query | ||
10387 | 2024.05.16 00:54:13.030368 [ 3 ] {d4981c29-6772-4ce6-850e-d2dabdf44da1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10388 | 2024.05.16 00:54:13.030400 [ 3 ] {} <Debug> HTTP-Session: 42bd031b-f419-45a9-b08f-c588bafe931c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10389 | 2024.05.16 00:54:13.030684 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 34786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10390 | 2024.05.16 00:54:13.030761 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10391 | 2024.05.16 00:54:13.030792 [ 3 ] {} <Debug> HTTP-Session: 255fc07f-f488-4cac-a538-5b86196c347b Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
10392 | 2024.05.16 00:54:13.030820 [ 3 ] {} <Debug> HTTP-Session: 255fc07f-f488-4cac-a538-5b86196c347b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10393 | 2024.05.16 00:54:13.030839 [ 3 ] {} <Debug> HTTP-Session: 255fc07f-f488-4cac-a538-5b86196c347b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10394 | 2024.05.16 00:54:13.030887 [ 3 ] {} <Trace> HTTP-Session: 255fc07f-f488-4cac-a538-5b86196c347b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10395 | 2024.05.16 00:54:13.031136 [ 3 ] {872ae63f-4085-44bb-acb8-cbd0983b30b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10396 | 2024.05.16 00:54:13.031209 [ 3 ] {872ae63f-4085-44bb-acb8-cbd0983b30b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10397 | 2024.05.16 00:54:13.031444 [ 3 ] {872ae63f-4085-44bb-acb8-cbd0983b30b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10398 | 2024.05.16 00:54:13.032094 [ 3 ] {872ae63f-4085-44bb-acb8-cbd0983b30b4} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10399 | 2024.05.16 00:54:13.032155 [ 3 ] {872ae63f-4085-44bb-acb8-cbd0983b30b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
10400 | 2024.05.16 00:54:13.032659 [ 3 ] {872ae63f-4085-44bb-acb8-cbd0983b30b4} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
10401 | 2024.05.16 00:54:13.033132 [ 3 ] {872ae63f-4085-44bb-acb8-cbd0983b30b4} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10402 | 2024.05.16 00:54:13.033374 [ 3 ] {872ae63f-4085-44bb-acb8-cbd0983b30b4} <Debug> executeQuery: Read 238 rows, 20.35 KiB in 0.002359 sec., 100890.20771513353 rows/sec., 8.42 MiB/sec. | ||
10403 | 2024.05.16 00:54:13.033616 [ 3 ] {872ae63f-4085-44bb-acb8-cbd0983b30b4} <Debug> DynamicQueryHandler: Done processing query | ||
10404 | 2024.05.16 00:54:13.033649 [ 3 ] {872ae63f-4085-44bb-acb8-cbd0983b30b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
10405 | 2024.05.16 00:54:13.033669 [ 3 ] {} <Debug> HTTP-Session: 255fc07f-f488-4cac-a538-5b86196c347b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10406 | 2024.05.16 00:54:13.033951 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10407 | 2024.05.16 00:54:13.034051 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10408 | 2024.05.16 00:54:13.034085 [ 3 ] {} <Debug> HTTP-Session: e85c1065-8894-4f4a-9077-25f9f2f1f813 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
10409 | 2024.05.16 00:54:13.034112 [ 3 ] {} <Debug> HTTP-Session: e85c1065-8894-4f4a-9077-25f9f2f1f813 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10410 | 2024.05.16 00:54:13.034136 [ 3 ] {} <Debug> HTTP-Session: e85c1065-8894-4f4a-9077-25f9f2f1f813 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10411 | 2024.05.16 00:54:13.034188 [ 3 ] {} <Trace> HTTP-Session: e85c1065-8894-4f4a-9077-25f9f2f1f813 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10412 | 2024.05.16 00:54:13.034381 [ 3 ] {e58b45e4-302f-49ab-bb18-3cb7c82b7ac6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10413 | 2024.05.16 00:54:13.034469 [ 3 ] {e58b45e4-302f-49ab-bb18-3cb7c82b7ac6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10414 | 2024.05.16 00:54:13.034678 [ 3 ] {e58b45e4-302f-49ab-bb18-3cb7c82b7ac6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10415 | 2024.05.16 00:54:13.035063 [ 3 ] {e58b45e4-302f-49ab-bb18-3cb7c82b7ac6} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10416 | 2024.05.16 00:54:13.035120 [ 3 ] {e58b45e4-302f-49ab-bb18-3cb7c82b7ac6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
10417 | 2024.05.16 00:54:13.035577 [ 3 ] {e58b45e4-302f-49ab-bb18-3cb7c82b7ac6} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
10418 | 2024.05.16 00:54:13.036022 [ 3 ] {e58b45e4-302f-49ab-bb18-3cb7c82b7ac6} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10419 | 2024.05.16 00:54:13.036260 [ 3 ] {e58b45e4-302f-49ab-bb18-3cb7c82b7ac6} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001913 sec., 2090.9566126502873 rows/sec., 146.00 KiB/sec. | ||
10420 | 2024.05.16 00:54:13.036515 [ 3 ] {e58b45e4-302f-49ab-bb18-3cb7c82b7ac6} <Debug> DynamicQueryHandler: Done processing query | ||
10421 | 2024.05.16 00:54:13.036544 [ 3 ] {e58b45e4-302f-49ab-bb18-3cb7c82b7ac6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10422 | 2024.05.16 00:54:13.036563 [ 3 ] {} <Debug> HTTP-Session: e85c1065-8894-4f4a-9077-25f9f2f1f813 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10423 | 2024.05.16 00:54:13.036731 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 23739, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10424 | 2024.05.16 00:54:13.036790 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10425 | 2024.05.16 00:54:13.036816 [ 3 ] {} <Debug> HTTP-Session: 87eeb64a-c578-4467-ac87-aed498357092 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
10426 | 2024.05.16 00:54:13.036839 [ 3 ] {} <Debug> HTTP-Session: 87eeb64a-c578-4467-ac87-aed498357092 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10427 | 2024.05.16 00:54:13.036856 [ 3 ] {} <Debug> HTTP-Session: 87eeb64a-c578-4467-ac87-aed498357092 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10428 | 2024.05.16 00:54:13.036893 [ 3 ] {} <Trace> HTTP-Session: 87eeb64a-c578-4467-ac87-aed498357092 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10429 | 2024.05.16 00:54:13.037044 [ 3 ] {45c1b2c0-84b7-43f0-8437-746750031ca0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10430 | 2024.05.16 00:54:13.037096 [ 3 ] {45c1b2c0-84b7-43f0-8437-746750031ca0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10431 | 2024.05.16 00:54:13.037244 [ 3 ] {45c1b2c0-84b7-43f0-8437-746750031ca0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10432 | 2024.05.16 00:54:13.037695 [ 3 ] {45c1b2c0-84b7-43f0-8437-746750031ca0} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10433 | 2024.05.16 00:54:13.037749 [ 3 ] {45c1b2c0-84b7-43f0-8437-746750031ca0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
10434 | 2024.05.16 00:54:13.038169 [ 3 ] {45c1b2c0-84b7-43f0-8437-746750031ca0} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
10435 | 2024.05.16 00:54:13.038543 [ 3 ] {45c1b2c0-84b7-43f0-8437-746750031ca0} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10436 | 2024.05.16 00:54:13.038706 [ 3 ] {45c1b2c0-84b7-43f0-8437-746750031ca0} <Debug> executeQuery: Read 140 rows, 11.18 KiB in 0.001726 sec., 81112.39860950173 rows/sec., 6.33 MiB/sec. | ||
10437 | 2024.05.16 00:54:13.038942 [ 3 ] {45c1b2c0-84b7-43f0-8437-746750031ca0} <Debug> DynamicQueryHandler: Done processing query | ||
10438 | 2024.05.16 00:54:13.038974 [ 3 ] {45c1b2c0-84b7-43f0-8437-746750031ca0} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
10439 | 2024.05.16 00:54:13.038996 [ 3 ] {} <Debug> HTTP-Session: 87eeb64a-c578-4467-ac87-aed498357092 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10440 | 2024.05.16 00:54:13.039250 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 37975, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10441 | 2024.05.16 00:54:13.039316 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10442 | 2024.05.16 00:54:13.039342 [ 3 ] {} <Debug> HTTP-Session: a665eb71-4384-48b4-aa77-14d08720f991 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
10443 | 2024.05.16 00:54:13.039363 [ 3 ] {} <Debug> HTTP-Session: a665eb71-4384-48b4-aa77-14d08720f991 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10444 | 2024.05.16 00:54:13.039380 [ 3 ] {} <Debug> HTTP-Session: a665eb71-4384-48b4-aa77-14d08720f991 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10445 | 2024.05.16 00:54:13.039422 [ 3 ] {} <Trace> HTTP-Session: a665eb71-4384-48b4-aa77-14d08720f991 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10446 | 2024.05.16 00:54:13.039630 [ 3 ] {a5357eac-acf2-4786-9155-e89ad40c505b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10447 | 2024.05.16 00:54:13.039692 [ 3 ] {a5357eac-acf2-4786-9155-e89ad40c505b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10448 | 2024.05.16 00:54:13.039875 [ 3 ] {a5357eac-acf2-4786-9155-e89ad40c505b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10449 | 2024.05.16 00:54:13.040421 [ 3 ] {a5357eac-acf2-4786-9155-e89ad40c505b} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10450 | 2024.05.16 00:54:13.040475 [ 3 ] {a5357eac-acf2-4786-9155-e89ad40c505b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
10451 | 2024.05.16 00:54:13.041040 [ 3 ] {a5357eac-acf2-4786-9155-e89ad40c505b} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
10452 | 2024.05.16 00:54:13.041540 [ 3 ] {a5357eac-acf2-4786-9155-e89ad40c505b} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10453 | 2024.05.16 00:54:13.041779 [ 3 ] {a5357eac-acf2-4786-9155-e89ad40c505b} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.002247 sec., 88117.48998664887 rows/sec., 6.15 MiB/sec. | ||
10454 | 2024.05.16 00:54:13.042050 [ 3 ] {a5357eac-acf2-4786-9155-e89ad40c505b} <Debug> DynamicQueryHandler: Done processing query | ||
10455 | 2024.05.16 00:54:13.042090 [ 3 ] {a5357eac-acf2-4786-9155-e89ad40c505b} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
10456 | 2024.05.16 00:54:13.042112 [ 3 ] {} <Debug> HTTP-Session: a665eb71-4384-48b4-aa77-14d08720f991 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10457 | 2024.05.16 00:54:13.042430 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 51354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10458 | 2024.05.16 00:54:13.042502 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10459 | 2024.05.16 00:54:13.042527 [ 3 ] {} <Debug> HTTP-Session: 547c7e8d-0b41-4a57-a472-a138b7fbc3f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
10460 | 2024.05.16 00:54:13.042546 [ 3 ] {} <Debug> HTTP-Session: 547c7e8d-0b41-4a57-a472-a138b7fbc3f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10461 | 2024.05.16 00:54:13.042563 [ 3 ] {} <Debug> HTTP-Session: 547c7e8d-0b41-4a57-a472-a138b7fbc3f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10462 | 2024.05.16 00:54:13.042600 [ 3 ] {} <Trace> HTTP-Session: 547c7e8d-0b41-4a57-a472-a138b7fbc3f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10463 | 2024.05.16 00:54:13.043108 [ 3 ] {8223e93b-1665-4e01-85dd-cb11647ae446} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10464 | 2024.05.16 00:54:13.043183 [ 3 ] {8223e93b-1665-4e01-85dd-cb11647ae446} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
10465 | 2024.05.16 00:54:13.043428 [ 3 ] {8223e93b-1665-4e01-85dd-cb11647ae446} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10466 | 2024.05.16 00:54:13.044337 [ 3 ] {8223e93b-1665-4e01-85dd-cb11647ae446} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10467 | 2024.05.16 00:54:13.044391 [ 3 ] {8223e93b-1665-4e01-85dd-cb11647ae446} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
10468 | 2024.05.16 00:54:13.044970 [ 3 ] {8223e93b-1665-4e01-85dd-cb11647ae446} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
10469 | 2024.05.16 00:54:13.045445 [ 3 ] {8223e93b-1665-4e01-85dd-cb11647ae446} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10470 | 2024.05.16 00:54:13.045648 [ 3 ] {8223e93b-1665-4e01-85dd-cb11647ae446} <Debug> executeQuery: Read 48 rows, 66.33 KiB in 0.002931 sec., 16376.663254861822 rows/sec., 22.10 MiB/sec. | ||
10471 | 2024.05.16 00:54:13.046049 [ 3 ] {8223e93b-1665-4e01-85dd-cb11647ae446} <Debug> DynamicQueryHandler: Done processing query | ||
10472 | 2024.05.16 00:54:13.046106 [ 3 ] {8223e93b-1665-4e01-85dd-cb11647ae446} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
10473 | 2024.05.16 00:54:13.046144 [ 3 ] {} <Debug> HTTP-Session: 547c7e8d-0b41-4a57-a472-a138b7fbc3f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10474 | 2024.05.16 00:54:13.046352 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10475 | 2024.05.16 00:54:13.046433 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10476 | 2024.05.16 00:54:13.046463 [ 3 ] {} <Debug> HTTP-Session: b67ceb52-5e4a-485c-acff-be0cd0d8744a Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
10477 | 2024.05.16 00:54:13.046488 [ 3 ] {} <Debug> HTTP-Session: b67ceb52-5e4a-485c-acff-be0cd0d8744a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10478 | 2024.05.16 00:54:13.046546 [ 3 ] {} <Debug> HTTP-Session: b67ceb52-5e4a-485c-acff-be0cd0d8744a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10479 | 2024.05.16 00:54:13.046595 [ 3 ] {} <Trace> HTTP-Session: b67ceb52-5e4a-485c-acff-be0cd0d8744a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10480 | 2024.05.16 00:54:13.046801 [ 3 ] {00f9e6f3-58f7-4c99-858b-47d2c088aec0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10481 | 2024.05.16 00:54:13.046875 [ 3 ] {00f9e6f3-58f7-4c99-858b-47d2c088aec0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10482 | 2024.05.16 00:54:13.047104 [ 3 ] {00f9e6f3-58f7-4c99-858b-47d2c088aec0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10483 | 2024.05.16 00:54:13.047579 [ 3 ] {00f9e6f3-58f7-4c99-858b-47d2c088aec0} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10484 | 2024.05.16 00:54:13.047636 [ 3 ] {00f9e6f3-58f7-4c99-858b-47d2c088aec0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
10485 | 2024.05.16 00:54:13.048123 [ 3 ] {00f9e6f3-58f7-4c99-858b-47d2c088aec0} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
10486 | 2024.05.16 00:54:13.048538 [ 3 ] {00f9e6f3-58f7-4c99-858b-47d2c088aec0} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10487 | 2024.05.16 00:54:13.048780 [ 3 ] {00f9e6f3-58f7-4c99-858b-47d2c088aec0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002062 sec., 29097.963142580018 rows/sec., 1.96 MiB/sec. | ||
10488 | 2024.05.16 00:54:13.049023 [ 3 ] {00f9e6f3-58f7-4c99-858b-47d2c088aec0} <Debug> DynamicQueryHandler: Done processing query | ||
10489 | 2024.05.16 00:54:13.049054 [ 3 ] {00f9e6f3-58f7-4c99-858b-47d2c088aec0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10490 | 2024.05.16 00:54:13.049074 [ 3 ] {} <Debug> HTTP-Session: b67ceb52-5e4a-485c-acff-be0cd0d8744a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10491 | 2024.05.16 00:54:16.310902 [ 83 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10492 | 2024.05.16 00:54:16.310979 [ 83 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10493 | 2024.05.16 00:54:18.012355 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10494 | 2024.05.16 00:54:18.012512 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10495 | 2024.05.16 00:54:18.012556 [ 3 ] {} <Debug> HTTP-Session: 0c014d1b-2d31-406b-9264-1f17354f9789 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
10496 | 2024.05.16 00:54:18.012598 [ 3 ] {} <Debug> HTTP-Session: 0c014d1b-2d31-406b-9264-1f17354f9789 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10497 | 2024.05.16 00:54:18.012627 [ 3 ] {} <Debug> HTTP-Session: 0c014d1b-2d31-406b-9264-1f17354f9789 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10498 | 2024.05.16 00:54:18.012704 [ 3 ] {} <Trace> HTTP-Session: 0c014d1b-2d31-406b-9264-1f17354f9789 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10499 | 2024.05.16 00:54:18.012897 [ 3 ] {12fa60da-d87a-44c4-88ae-0615b239ef46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10500 | 2024.05.16 00:54:18.012958 [ 3 ] {12fa60da-d87a-44c4-88ae-0615b239ef46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10501 | 2024.05.16 00:54:18.013140 [ 3 ] {12fa60da-d87a-44c4-88ae-0615b239ef46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10502 | 2024.05.16 00:54:18.013643 [ 3 ] {12fa60da-d87a-44c4-88ae-0615b239ef46} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10503 | 2024.05.16 00:54:18.013684 [ 3 ] {12fa60da-d87a-44c4-88ae-0615b239ef46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
10504 | 2024.05.16 00:54:18.014038 [ 3 ] {12fa60da-d87a-44c4-88ae-0615b239ef46} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
10505 | 2024.05.16 00:54:18.014362 [ 3 ] {12fa60da-d87a-44c4-88ae-0615b239ef46} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10506 | 2024.05.16 00:54:18.014510 [ 3 ] {12fa60da-d87a-44c4-88ae-0615b239ef46} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001676 sec., 33412.88782816229 rows/sec., 2.55 MiB/sec. | ||
10507 | 2024.05.16 00:54:18.014711 [ 3 ] {12fa60da-d87a-44c4-88ae-0615b239ef46} <Debug> DynamicQueryHandler: Done processing query | ||
10508 | 2024.05.16 00:54:18.014739 [ 3 ] {12fa60da-d87a-44c4-88ae-0615b239ef46} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10509 | 2024.05.16 00:54:18.014755 [ 3 ] {} <Debug> HTTP-Session: 0c014d1b-2d31-406b-9264-1f17354f9789 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10510 | 2024.05.16 00:54:18.014957 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10511 | 2024.05.16 00:54:18.015008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10512 | 2024.05.16 00:54:18.015028 [ 3 ] {} <Debug> HTTP-Session: 19e7ef41-253a-4b2b-997b-14a8af84146d Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
10513 | 2024.05.16 00:54:18.015046 [ 3 ] {} <Debug> HTTP-Session: 19e7ef41-253a-4b2b-997b-14a8af84146d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10514 | 2024.05.16 00:54:18.015059 [ 3 ] {} <Debug> HTTP-Session: 19e7ef41-253a-4b2b-997b-14a8af84146d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10515 | 2024.05.16 00:54:18.015093 [ 3 ] {} <Trace> HTTP-Session: 19e7ef41-253a-4b2b-997b-14a8af84146d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10516 | 2024.05.16 00:54:18.015218 [ 3 ] {c898783d-3fef-4420-9f8c-55d6939890c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10517 | 2024.05.16 00:54:18.015263 [ 3 ] {c898783d-3fef-4420-9f8c-55d6939890c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10518 | 2024.05.16 00:54:18.015390 [ 3 ] {c898783d-3fef-4420-9f8c-55d6939890c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10519 | 2024.05.16 00:54:18.015708 [ 3 ] {c898783d-3fef-4420-9f8c-55d6939890c7} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10520 | 2024.05.16 00:54:18.015744 [ 3 ] {c898783d-3fef-4420-9f8c-55d6939890c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
10521 | 2024.05.16 00:54:18.016039 [ 3 ] {c898783d-3fef-4420-9f8c-55d6939890c7} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
10522 | 2024.05.16 00:54:18.016333 [ 3 ] {c898783d-3fef-4420-9f8c-55d6939890c7} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10523 | 2024.05.16 00:54:18.016452 [ 3 ] {c898783d-3fef-4420-9f8c-55d6939890c7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001284 sec., 49844.23676012461 rows/sec., 3.89 MiB/sec. | ||
10524 | 2024.05.16 00:54:18.016602 [ 3 ] {c898783d-3fef-4420-9f8c-55d6939890c7} <Debug> DynamicQueryHandler: Done processing query | ||
10525 | 2024.05.16 00:54:18.016628 [ 3 ] {c898783d-3fef-4420-9f8c-55d6939890c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10526 | 2024.05.16 00:54:18.016643 [ 3 ] {} <Debug> HTTP-Session: 19e7ef41-253a-4b2b-997b-14a8af84146d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10527 | 2024.05.16 00:54:18.016829 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10528 | 2024.05.16 00:54:18.016876 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10529 | 2024.05.16 00:54:18.016895 [ 3 ] {} <Debug> HTTP-Session: 5f5ae835-ab52-49fe-99a9-88a4f3068f48 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
10530 | 2024.05.16 00:54:18.016911 [ 3 ] {} <Debug> HTTP-Session: 5f5ae835-ab52-49fe-99a9-88a4f3068f48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10531 | 2024.05.16 00:54:18.016926 [ 3 ] {} <Debug> HTTP-Session: 5f5ae835-ab52-49fe-99a9-88a4f3068f48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10532 | 2024.05.16 00:54:18.016957 [ 3 ] {} <Trace> HTTP-Session: 5f5ae835-ab52-49fe-99a9-88a4f3068f48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10533 | 2024.05.16 00:54:18.017103 [ 3 ] {a3fedd29-8de0-4754-9697-5591bc3f623d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10534 | 2024.05.16 00:54:18.017150 [ 3 ] {a3fedd29-8de0-4754-9697-5591bc3f623d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10535 | 2024.05.16 00:54:18.017290 [ 3 ] {a3fedd29-8de0-4754-9697-5591bc3f623d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10536 | 2024.05.16 00:54:18.017658 [ 3 ] {a3fedd29-8de0-4754-9697-5591bc3f623d} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10537 | 2024.05.16 00:54:18.017695 [ 3 ] {a3fedd29-8de0-4754-9697-5591bc3f623d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
10538 | 2024.05.16 00:54:18.018090 [ 3 ] {a3fedd29-8de0-4754-9697-5591bc3f623d} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
10539 | 2024.05.16 00:54:18.018411 [ 3 ] {a3fedd29-8de0-4754-9697-5591bc3f623d} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10540 | 2024.05.16 00:54:18.018538 [ 3 ] {a3fedd29-8de0-4754-9697-5591bc3f623d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001499 sec., 106737.82521681121 rows/sec., 7.43 MiB/sec. | ||
10541 | 2024.05.16 00:54:18.018700 [ 3 ] {a3fedd29-8de0-4754-9697-5591bc3f623d} <Debug> DynamicQueryHandler: Done processing query | ||
10542 | 2024.05.16 00:54:18.018725 [ 3 ] {a3fedd29-8de0-4754-9697-5591bc3f623d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10543 | 2024.05.16 00:54:18.018741 [ 3 ] {} <Debug> HTTP-Session: 5f5ae835-ab52-49fe-99a9-88a4f3068f48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10544 | 2024.05.16 00:54:18.018887 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10545 | 2024.05.16 00:54:18.018935 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10546 | 2024.05.16 00:54:18.018954 [ 3 ] {} <Debug> HTTP-Session: bb591756-15f6-4fef-bf8e-cb09c7e00071 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
10547 | 2024.05.16 00:54:18.018971 [ 3 ] {} <Debug> HTTP-Session: bb591756-15f6-4fef-bf8e-cb09c7e00071 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10548 | 2024.05.16 00:54:18.018985 [ 3 ] {} <Debug> HTTP-Session: bb591756-15f6-4fef-bf8e-cb09c7e00071 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10549 | 2024.05.16 00:54:18.019015 [ 3 ] {} <Trace> HTTP-Session: bb591756-15f6-4fef-bf8e-cb09c7e00071 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10550 | 2024.05.16 00:54:18.019121 [ 3 ] {d9e69e4a-9ea3-4c96-aca1-34fb5848afb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10551 | 2024.05.16 00:54:18.019164 [ 3 ] {d9e69e4a-9ea3-4c96-aca1-34fb5848afb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10552 | 2024.05.16 00:54:18.019288 [ 3 ] {d9e69e4a-9ea3-4c96-aca1-34fb5848afb0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10553 | 2024.05.16 00:54:18.019559 [ 3 ] {d9e69e4a-9ea3-4c96-aca1-34fb5848afb0} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10554 | 2024.05.16 00:54:18.019593 [ 3 ] {d9e69e4a-9ea3-4c96-aca1-34fb5848afb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
10555 | 2024.05.16 00:54:18.019931 [ 3 ] {d9e69e4a-9ea3-4c96-aca1-34fb5848afb0} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
10556 | 2024.05.16 00:54:18.020236 [ 3 ] {d9e69e4a-9ea3-4c96-aca1-34fb5848afb0} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10557 | 2024.05.16 00:54:18.020356 [ 3 ] {d9e69e4a-9ea3-4c96-aca1-34fb5848afb0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001272 sec., 47169.81132075472 rows/sec., 3.18 MiB/sec. | ||
10558 | 2024.05.16 00:54:18.020574 [ 3 ] {d9e69e4a-9ea3-4c96-aca1-34fb5848afb0} <Debug> DynamicQueryHandler: Done processing query | ||
10559 | 2024.05.16 00:54:18.020615 [ 3 ] {d9e69e4a-9ea3-4c96-aca1-34fb5848afb0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10560 | 2024.05.16 00:54:18.020672 [ 3 ] {} <Debug> HTTP-Session: bb591756-15f6-4fef-bf8e-cb09c7e00071 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10561 | 2024.05.16 00:54:23.009164 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 1208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10562 | 2024.05.16 00:54:23.009283 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10563 | 2024.05.16 00:54:23.009308 [ 3 ] {} <Debug> HTTP-Session: 137101b0-8d68-4adf-bda5-215aea17734f Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
10564 | 2024.05.16 00:54:23.009332 [ 3 ] {} <Debug> HTTP-Session: 137101b0-8d68-4adf-bda5-215aea17734f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10565 | 2024.05.16 00:54:23.009347 [ 3 ] {} <Debug> HTTP-Session: 137101b0-8d68-4adf-bda5-215aea17734f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10566 | 2024.05.16 00:54:23.009394 [ 3 ] {} <Trace> HTTP-Session: 137101b0-8d68-4adf-bda5-215aea17734f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10567 | 2024.05.16 00:54:23.009622 [ 3 ] {5121f55e-57dd-496d-8d4a-72faea7f5442} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
10568 | 2024.05.16 00:54:23.009998 [ 3 ] {5121f55e-57dd-496d-8d4a-72faea7f5442} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
10569 | 2024.05.16 00:54:23.010049 [ 3 ] {5121f55e-57dd-496d-8d4a-72faea7f5442} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
10570 | 2024.05.16 00:54:23.010395 [ 3 ] {5121f55e-57dd-496d-8d4a-72faea7f5442} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
10571 | 2024.05.16 00:54:23.010477 [ 3 ] {5121f55e-57dd-496d-8d4a-72faea7f5442} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
10572 | 2024.05.16 00:54:23.010650 [ 3 ] {5121f55e-57dd-496d-8d4a-72faea7f5442} <Debug> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
10573 | 2024.05.16 00:54:23.010690 [ 3 ] {5121f55e-57dd-496d-8d4a-72faea7f5442} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
10574 | 2024.05.16 00:54:23.010715 [ 3 ] {5121f55e-57dd-496d-8d4a-72faea7f5442} <Debug> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (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 | ||
10575 | 2024.05.16 00:54:23.010733 [ 3 ] {5121f55e-57dd-496d-8d4a-72faea7f5442} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
10576 | 2024.05.16 00:54:23.010780 [ 3 ] {5121f55e-57dd-496d-8d4a-72faea7f5442} <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', 'database_transaction:retry_data', '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', 'oximeter_collector:collections', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
10577 | 2024.05.16 00:54:23.010806 [ 3 ] {5121f55e-57dd-496d-8d4a-72faea7f5442} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 30 rows starting from 0 | ||
10578 | 2024.05.16 00:54:23.011958 [ 3 ] {5121f55e-57dd-496d-8d4a-72faea7f5442} <Debug> executeQuery: Read 30 rows, 1.24 KiB in 0.002441 sec., 12290.045063498566 rows/sec., 507.28 KiB/sec. | ||
10579 | 2024.05.16 00:54:23.012237 [ 3 ] {5121f55e-57dd-496d-8d4a-72faea7f5442} <Debug> DynamicQueryHandler: Done processing query | ||
10580 | 2024.05.16 00:54:23.012265 [ 3 ] {5121f55e-57dd-496d-8d4a-72faea7f5442} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
10581 | 2024.05.16 00:54:23.012282 [ 3 ] {} <Debug> HTTP-Session: 137101b0-8d68-4adf-bda5-215aea17734f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10582 | 2024.05.16 00:54:23.018837 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10583 | 2024.05.16 00:54:23.018904 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10584 | 2024.05.16 00:54:23.018929 [ 3 ] {} <Debug> HTTP-Session: f18ebf1e-8563-4af1-ac06-c9854fbe9528 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
10585 | 2024.05.16 00:54:23.018951 [ 3 ] {} <Debug> HTTP-Session: f18ebf1e-8563-4af1-ac06-c9854fbe9528 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10586 | 2024.05.16 00:54:23.018968 [ 3 ] {} <Debug> HTTP-Session: f18ebf1e-8563-4af1-ac06-c9854fbe9528 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10587 | 2024.05.16 00:54:23.019010 [ 3 ] {} <Trace> HTTP-Session: f18ebf1e-8563-4af1-ac06-c9854fbe9528 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10588 | 2024.05.16 00:54:23.019148 [ 3 ] {df3f5cab-f99e-4c58-b33a-51f785ace12a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
10589 | 2024.05.16 00:54:23.019207 [ 3 ] {df3f5cab-f99e-4c58-b33a-51f785ace12a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
10590 | 2024.05.16 00:54:23.019411 [ 3 ] {df3f5cab-f99e-4c58-b33a-51f785ace12a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10591 | 2024.05.16 00:54:23.019803 [ 3 ] {df3f5cab-f99e-4c58-b33a-51f785ace12a} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10592 | 2024.05.16 00:54:23.019844 [ 3 ] {df3f5cab-f99e-4c58-b33a-51f785ace12a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
10593 | 2024.05.16 00:54:23.020348 [ 3 ] {df3f5cab-f99e-4c58-b33a-51f785ace12a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
10594 | 2024.05.16 00:54:23.020676 [ 3 ] {df3f5cab-f99e-4c58-b33a-51f785ace12a} <Trace> oximeter.timeseries_schema (a5cf8103-48f9-479e-b6e9-4e2aae50ec65): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10595 | 2024.05.16 00:54:23.020869 [ 3 ] {df3f5cab-f99e-4c58-b33a-51f785ace12a} <Debug> executeQuery: Read 1 rows, 285.00 B in 0.001749 sec., 571.7552887364209 rows/sec., 159.13 KiB/sec. | ||
10596 | 2024.05.16 00:54:23.021397 [ 3 ] {df3f5cab-f99e-4c58-b33a-51f785ace12a} <Debug> DynamicQueryHandler: Done processing query | ||
10597 | 2024.05.16 00:54:23.021424 [ 3 ] {df3f5cab-f99e-4c58-b33a-51f785ace12a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
10598 | 2024.05.16 00:54:23.021439 [ 3 ] {} <Debug> HTTP-Session: f18ebf1e-8563-4af1-ac06-c9854fbe9528 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10599 | 2024.05.16 00:54:23.021628 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7938, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10600 | 2024.05.16 00:54:23.021680 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10601 | 2024.05.16 00:54:23.021700 [ 3 ] {} <Debug> HTTP-Session: f7d35569-afef-42ed-823c-6d0cf2e33cfe Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
10602 | 2024.05.16 00:54:23.021717 [ 3 ] {} <Debug> HTTP-Session: f7d35569-afef-42ed-823c-6d0cf2e33cfe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10603 | 2024.05.16 00:54:23.021730 [ 3 ] {} <Debug> HTTP-Session: f7d35569-afef-42ed-823c-6d0cf2e33cfe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10604 | 2024.05.16 00:54:23.021763 [ 3 ] {} <Trace> HTTP-Session: f7d35569-afef-42ed-823c-6d0cf2e33cfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10605 | 2024.05.16 00:54:23.021877 [ 3 ] {e2f55ace-cae2-468e-b11a-1564396e7dd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10606 | 2024.05.16 00:54:23.021923 [ 3 ] {e2f55ace-cae2-468e-b11a-1564396e7dd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10607 | 2024.05.16 00:54:23.022071 [ 3 ] {e2f55ace-cae2-468e-b11a-1564396e7dd6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10608 | 2024.05.16 00:54:23.022424 [ 3 ] {e2f55ace-cae2-468e-b11a-1564396e7dd6} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10609 | 2024.05.16 00:54:23.022462 [ 3 ] {e2f55ace-cae2-468e-b11a-1564396e7dd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
10610 | 2024.05.16 00:54:23.022772 [ 3 ] {e2f55ace-cae2-468e-b11a-1564396e7dd6} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
10611 | 2024.05.16 00:54:23.023076 [ 3 ] {e2f55ace-cae2-468e-b11a-1564396e7dd6} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10612 | 2024.05.16 00:54:23.023234 [ 3 ] {e2f55ace-cae2-468e-b11a-1564396e7dd6} <Debug> executeQuery: Read 55 rows, 4.46 KiB in 0.001395 sec., 39426.52329749104 rows/sec., 3.12 MiB/sec. | ||
10613 | 2024.05.16 00:54:23.023404 [ 3 ] {e2f55ace-cae2-468e-b11a-1564396e7dd6} <Debug> DynamicQueryHandler: Done processing query | ||
10614 | 2024.05.16 00:54:23.023430 [ 3 ] {e2f55ace-cae2-468e-b11a-1564396e7dd6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10615 | 2024.05.16 00:54:23.023445 [ 3 ] {} <Debug> HTTP-Session: f7d35569-afef-42ed-823c-6d0cf2e33cfe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10616 | 2024.05.16 00:54:23.023594 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 499, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10617 | 2024.05.16 00:54:23.023644 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10618 | 2024.05.16 00:54:23.023665 [ 3 ] {} <Debug> HTTP-Session: c2d6b9cb-f122-44a1-985f-93035ddc87bc Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
10619 | 2024.05.16 00:54:23.023682 [ 3 ] {} <Debug> HTTP-Session: c2d6b9cb-f122-44a1-985f-93035ddc87bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10620 | 2024.05.16 00:54:23.023695 [ 3 ] {} <Debug> HTTP-Session: c2d6b9cb-f122-44a1-985f-93035ddc87bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10621 | 2024.05.16 00:54:23.023726 [ 3 ] {} <Trace> HTTP-Session: c2d6b9cb-f122-44a1-985f-93035ddc87bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10622 | 2024.05.16 00:54:23.023820 [ 3 ] {9176b195-b054-4cb5-90dd-53a0e6eefc6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10623 | 2024.05.16 00:54:23.023864 [ 3 ] {9176b195-b054-4cb5-90dd-53a0e6eefc6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10624 | 2024.05.16 00:54:23.023993 [ 3 ] {9176b195-b054-4cb5-90dd-53a0e6eefc6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10625 | 2024.05.16 00:54:23.024279 [ 3 ] {9176b195-b054-4cb5-90dd-53a0e6eefc6e} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10626 | 2024.05.16 00:54:23.024315 [ 3 ] {9176b195-b054-4cb5-90dd-53a0e6eefc6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
10627 | 2024.05.16 00:54:23.024607 [ 3 ] {9176b195-b054-4cb5-90dd-53a0e6eefc6e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
10628 | 2024.05.16 00:54:23.024907 [ 3 ] {9176b195-b054-4cb5-90dd-53a0e6eefc6e} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10629 | 2024.05.16 00:54:23.025066 [ 3 ] {9176b195-b054-4cb5-90dd-53a0e6eefc6e} <Debug> executeQuery: Read 3 rows, 228.00 B in 0.001261 sec., 2379.064234734338 rows/sec., 176.57 KiB/sec. | ||
10630 | 2024.05.16 00:54:23.025344 [ 3 ] {9176b195-b054-4cb5-90dd-53a0e6eefc6e} <Debug> DynamicQueryHandler: Done processing query | ||
10631 | 2024.05.16 00:54:23.025381 [ 3 ] {9176b195-b054-4cb5-90dd-53a0e6eefc6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10632 | 2024.05.16 00:54:23.025397 [ 3 ] {} <Debug> HTTP-Session: c2d6b9cb-f122-44a1-985f-93035ddc87bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10633 | 2024.05.16 00:54:23.025531 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 33587, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10634 | 2024.05.16 00:54:23.025581 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10635 | 2024.05.16 00:54:23.025599 [ 3 ] {} <Debug> HTTP-Session: 8b02729a-b2a9-4169-a8eb-c9c7e8aa40dc Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
10636 | 2024.05.16 00:54:23.025616 [ 3 ] {} <Debug> HTTP-Session: 8b02729a-b2a9-4169-a8eb-c9c7e8aa40dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10637 | 2024.05.16 00:54:23.025630 [ 3 ] {} <Debug> HTTP-Session: 8b02729a-b2a9-4169-a8eb-c9c7e8aa40dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10638 | 2024.05.16 00:54:23.025659 [ 3 ] {} <Trace> HTTP-Session: 8b02729a-b2a9-4169-a8eb-c9c7e8aa40dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10639 | 2024.05.16 00:54:23.025809 [ 3 ] {100da7ce-afb9-4ea8-80e0-090b5fa6e46d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10640 | 2024.05.16 00:54:23.025851 [ 3 ] {100da7ce-afb9-4ea8-80e0-090b5fa6e46d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10641 | 2024.05.16 00:54:23.025993 [ 3 ] {100da7ce-afb9-4ea8-80e0-090b5fa6e46d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10642 | 2024.05.16 00:54:23.026446 [ 3 ] {100da7ce-afb9-4ea8-80e0-090b5fa6e46d} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10643 | 2024.05.16 00:54:23.026482 [ 3 ] {100da7ce-afb9-4ea8-80e0-090b5fa6e46d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
10644 | 2024.05.16 00:54:23.026794 [ 3 ] {100da7ce-afb9-4ea8-80e0-090b5fa6e46d} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
10645 | 2024.05.16 00:54:23.027092 [ 3 ] {100da7ce-afb9-4ea8-80e0-090b5fa6e46d} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10646 | 2024.05.16 00:54:23.027246 [ 3 ] {100da7ce-afb9-4ea8-80e0-090b5fa6e46d} <Debug> executeQuery: Read 227 rows, 19.80 KiB in 0.001505 sec., 150830.56478405316 rows/sec., 12.85 MiB/sec. | ||
10647 | 2024.05.16 00:54:23.027407 [ 3 ] {100da7ce-afb9-4ea8-80e0-090b5fa6e46d} <Debug> DynamicQueryHandler: Done processing query | ||
10648 | 2024.05.16 00:54:23.027432 [ 3 ] {100da7ce-afb9-4ea8-80e0-090b5fa6e46d} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
10649 | 2024.05.16 00:54:23.027448 [ 3 ] {} <Debug> HTTP-Session: 8b02729a-b2a9-4169-a8eb-c9c7e8aa40dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10650 | 2024.05.16 00:54:23.027606 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 448, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10651 | 2024.05.16 00:54:23.027654 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10652 | 2024.05.16 00:54:23.027674 [ 3 ] {} <Debug> HTTP-Session: 5edeea35-dae8-4f80-88be-94314e93f9f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
10653 | 2024.05.16 00:54:23.027690 [ 3 ] {} <Debug> HTTP-Session: 5edeea35-dae8-4f80-88be-94314e93f9f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10654 | 2024.05.16 00:54:23.027703 [ 3 ] {} <Debug> HTTP-Session: 5edeea35-dae8-4f80-88be-94314e93f9f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10655 | 2024.05.16 00:54:23.027733 [ 3 ] {} <Trace> HTTP-Session: 5edeea35-dae8-4f80-88be-94314e93f9f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10656 | 2024.05.16 00:54:23.027825 [ 3 ] {9f890fbe-05f2-47a7-a31f-133f5f2c5582} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10657 | 2024.05.16 00:54:23.027867 [ 3 ] {9f890fbe-05f2-47a7-a31f-133f5f2c5582} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10658 | 2024.05.16 00:54:23.027991 [ 3 ] {9f890fbe-05f2-47a7-a31f-133f5f2c5582} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10659 | 2024.05.16 00:54:23.028253 [ 3 ] {9f890fbe-05f2-47a7-a31f-133f5f2c5582} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10660 | 2024.05.16 00:54:23.028290 [ 3 ] {9f890fbe-05f2-47a7-a31f-133f5f2c5582} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
10661 | 2024.05.16 00:54:23.028571 [ 3 ] {9f890fbe-05f2-47a7-a31f-133f5f2c5582} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
10662 | 2024.05.16 00:54:23.028866 [ 3 ] {9f890fbe-05f2-47a7-a31f-133f5f2c5582} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10663 | 2024.05.16 00:54:23.029017 [ 3 ] {9f890fbe-05f2-47a7-a31f-133f5f2c5582} <Debug> executeQuery: Read 3 rows, 192.00 B in 0.001215 sec., 2469.135802469136 rows/sec., 154.32 KiB/sec. | ||
10664 | 2024.05.16 00:54:23.029177 [ 3 ] {9f890fbe-05f2-47a7-a31f-133f5f2c5582} <Debug> DynamicQueryHandler: Done processing query | ||
10665 | 2024.05.16 00:54:23.029202 [ 3 ] {9f890fbe-05f2-47a7-a31f-133f5f2c5582} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10666 | 2024.05.16 00:54:23.029217 [ 3 ] {} <Debug> HTTP-Session: 5edeea35-dae8-4f80-88be-94314e93f9f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10667 | 2024.05.16 00:54:23.029341 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 25078, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10668 | 2024.05.16 00:54:23.029389 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10669 | 2024.05.16 00:54:23.029408 [ 3 ] {} <Debug> HTTP-Session: 2997f9cf-3533-4750-b082-695368a22843 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
10670 | 2024.05.16 00:54:23.029425 [ 3 ] {} <Debug> HTTP-Session: 2997f9cf-3533-4750-b082-695368a22843 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10671 | 2024.05.16 00:54:23.029438 [ 3 ] {} <Debug> HTTP-Session: 2997f9cf-3533-4750-b082-695368a22843 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10672 | 2024.05.16 00:54:23.029467 [ 3 ] {} <Trace> HTTP-Session: 2997f9cf-3533-4750-b082-695368a22843 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10673 | 2024.05.16 00:54:23.029625 [ 3 ] {4d1240ad-6867-4e21-a1ee-adc5fdfc6592} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10674 | 2024.05.16 00:54:23.029667 [ 3 ] {4d1240ad-6867-4e21-a1ee-adc5fdfc6592} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10675 | 2024.05.16 00:54:23.029789 [ 3 ] {4d1240ad-6867-4e21-a1ee-adc5fdfc6592} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10676 | 2024.05.16 00:54:23.030178 [ 3 ] {4d1240ad-6867-4e21-a1ee-adc5fdfc6592} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10677 | 2024.05.16 00:54:23.030215 [ 3 ] {4d1240ad-6867-4e21-a1ee-adc5fdfc6592} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
10678 | 2024.05.16 00:54:23.030518 [ 3 ] {4d1240ad-6867-4e21-a1ee-adc5fdfc6592} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
10679 | 2024.05.16 00:54:23.030808 [ 3 ] {4d1240ad-6867-4e21-a1ee-adc5fdfc6592} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10680 | 2024.05.16 00:54:23.030961 [ 3 ] {4d1240ad-6867-4e21-a1ee-adc5fdfc6592} <Debug> executeQuery: Read 149 rows, 11.72 KiB in 0.001417 sec., 105151.72900494 rows/sec., 8.07 MiB/sec. | ||
10681 | 2024.05.16 00:54:23.031128 [ 3 ] {4d1240ad-6867-4e21-a1ee-adc5fdfc6592} <Debug> DynamicQueryHandler: Done processing query | ||
10682 | 2024.05.16 00:54:23.031151 [ 3 ] {4d1240ad-6867-4e21-a1ee-adc5fdfc6592} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
10683 | 2024.05.16 00:54:23.031166 [ 3 ] {} <Debug> HTTP-Session: 2997f9cf-3533-4750-b082-695368a22843 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10684 | 2024.05.16 00:54:23.031373 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 31173, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10685 | 2024.05.16 00:54:23.031421 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10686 | 2024.05.16 00:54:23.031440 [ 3 ] {} <Debug> HTTP-Session: 7ff16860-83c3-4ea9-9607-ff96b594373e Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
10687 | 2024.05.16 00:54:23.031457 [ 3 ] {} <Debug> HTTP-Session: 7ff16860-83c3-4ea9-9607-ff96b594373e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10688 | 2024.05.16 00:54:23.031471 [ 3 ] {} <Debug> HTTP-Session: 7ff16860-83c3-4ea9-9607-ff96b594373e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10689 | 2024.05.16 00:54:23.031500 [ 3 ] {} <Trace> HTTP-Session: 7ff16860-83c3-4ea9-9607-ff96b594373e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10690 | 2024.05.16 00:54:23.031647 [ 3 ] {ba328354-95ee-4862-8e4a-9e7b9a83a544} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10691 | 2024.05.16 00:54:23.031693 [ 3 ] {ba328354-95ee-4862-8e4a-9e7b9a83a544} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10692 | 2024.05.16 00:54:23.031832 [ 3 ] {ba328354-95ee-4862-8e4a-9e7b9a83a544} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10693 | 2024.05.16 00:54:23.032625 [ 3 ] {ba328354-95ee-4862-8e4a-9e7b9a83a544} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10694 | 2024.05.16 00:54:23.032707 [ 3 ] {ba328354-95ee-4862-8e4a-9e7b9a83a544} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
10695 | 2024.05.16 00:54:23.033209 [ 3 ] {ba328354-95ee-4862-8e4a-9e7b9a83a544} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
10696 | 2024.05.16 00:54:23.033549 [ 3 ] {ba328354-95ee-4862-8e4a-9e7b9a83a544} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10697 | 2024.05.16 00:54:23.033683 [ 3 ] {ba328354-95ee-4862-8e4a-9e7b9a83a544} <Debug> executeQuery: Read 163 rows, 11.60 KiB in 0.002109 sec., 77287.81412991938 rows/sec., 5.37 MiB/sec. | ||
10698 | 2024.05.16 00:54:23.033875 [ 3 ] {ba328354-95ee-4862-8e4a-9e7b9a83a544} <Debug> DynamicQueryHandler: Done processing query | ||
10699 | 2024.05.16 00:54:23.033899 [ 3 ] {ba328354-95ee-4862-8e4a-9e7b9a83a544} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10700 | 2024.05.16 00:54:23.033915 [ 3 ] {} <Debug> HTTP-Session: 7ff16860-83c3-4ea9-9607-ff96b594373e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10701 | 2024.05.16 00:54:23.034080 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 58835, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10702 | 2024.05.16 00:54:23.034129 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10703 | 2024.05.16 00:54:23.034148 [ 3 ] {} <Debug> HTTP-Session: 03ca42eb-9e1b-4b64-b93c-22bfa49e5199 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
10704 | 2024.05.16 00:54:23.034164 [ 3 ] {} <Debug> HTTP-Session: 03ca42eb-9e1b-4b64-b93c-22bfa49e5199 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10705 | 2024.05.16 00:54:23.034179 [ 3 ] {} <Debug> HTTP-Session: 03ca42eb-9e1b-4b64-b93c-22bfa49e5199 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10706 | 2024.05.16 00:54:23.034209 [ 3 ] {} <Trace> HTTP-Session: 03ca42eb-9e1b-4b64-b93c-22bfa49e5199 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10707 | 2024.05.16 00:54:23.034595 [ 3 ] {fa21d280-9ffe-46b0-835a-0d1c91e89bd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10708 | 2024.05.16 00:54:23.034644 [ 3 ] {fa21d280-9ffe-46b0-835a-0d1c91e89bd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
10709 | 2024.05.16 00:54:23.034813 [ 3 ] {fa21d280-9ffe-46b0-835a-0d1c91e89bd9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10710 | 2024.05.16 00:54:23.035473 [ 3 ] {fa21d280-9ffe-46b0-835a-0d1c91e89bd9} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10711 | 2024.05.16 00:54:23.035508 [ 3 ] {fa21d280-9ffe-46b0-835a-0d1c91e89bd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
10712 | 2024.05.16 00:54:23.035934 [ 3 ] {fa21d280-9ffe-46b0-835a-0d1c91e89bd9} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
10713 | 2024.05.16 00:54:23.036268 [ 3 ] {fa21d280-9ffe-46b0-835a-0d1c91e89bd9} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10714 | 2024.05.16 00:54:23.036424 [ 3 ] {fa21d280-9ffe-46b0-835a-0d1c91e89bd9} <Debug> executeQuery: Read 55 rows, 76.00 KiB in 0.002111 sec., 26054.002842254857 rows/sec., 35.16 MiB/sec. | ||
10715 | 2024.05.16 00:54:23.036595 [ 3 ] {fa21d280-9ffe-46b0-835a-0d1c91e89bd9} <Debug> DynamicQueryHandler: Done processing query | ||
10716 | 2024.05.16 00:54:23.036619 [ 3 ] {fa21d280-9ffe-46b0-835a-0d1c91e89bd9} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
10717 | 2024.05.16 00:54:23.036635 [ 3 ] {} <Debug> HTTP-Session: 03ca42eb-9e1b-4b64-b93c-22bfa49e5199 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10718 | 2024.05.16 00:54:23.036762 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 1450, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10719 | 2024.05.16 00:54:23.036810 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10720 | 2024.05.16 00:54:23.036829 [ 3 ] {} <Debug> HTTP-Session: fbc193a7-0bb5-4faa-9ef4-5dbf88f088cf Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
10721 | 2024.05.16 00:54:23.036845 [ 3 ] {} <Debug> HTTP-Session: fbc193a7-0bb5-4faa-9ef4-5dbf88f088cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10722 | 2024.05.16 00:54:23.036859 [ 3 ] {} <Debug> HTTP-Session: fbc193a7-0bb5-4faa-9ef4-5dbf88f088cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10723 | 2024.05.16 00:54:23.036889 [ 3 ] {} <Trace> HTTP-Session: fbc193a7-0bb5-4faa-9ef4-5dbf88f088cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10724 | 2024.05.16 00:54:23.036985 [ 3 ] {abb944ac-9795-4b11-86af-8a45ea07725f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
10725 | 2024.05.16 00:54:23.037027 [ 3 ] {abb944ac-9795-4b11-86af-8a45ea07725f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
10726 | 2024.05.16 00:54:23.037151 [ 3 ] {abb944ac-9795-4b11-86af-8a45ea07725f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10727 | 2024.05.16 00:54:23.037443 [ 3 ] {abb944ac-9795-4b11-86af-8a45ea07725f} <Trace> oximeter.measurements_i64 (74e24dc1-baa9-43be-8658-e526ae654bba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10728 | 2024.05.16 00:54:23.037478 [ 3 ] {abb944ac-9795-4b11-86af-8a45ea07725f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
10729 | 2024.05.16 00:54:23.037820 [ 3 ] {abb944ac-9795-4b11-86af-8a45ea07725f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
10730 | 2024.05.16 00:54:23.038132 [ 3 ] {abb944ac-9795-4b11-86af-8a45ea07725f} <Trace> oximeter.measurements_i64 (74e24dc1-baa9-43be-8658-e526ae654bba): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10731 | 2024.05.16 00:54:23.038285 [ 3 ] {abb944ac-9795-4b11-86af-8a45ea07725f} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001324 sec., 6797.583081570997 rows/sec., 480.17 KiB/sec. | ||
10732 | 2024.05.16 00:54:23.038561 [ 3 ] {abb944ac-9795-4b11-86af-8a45ea07725f} <Debug> DynamicQueryHandler: Done processing query | ||
10733 | 2024.05.16 00:54:23.038585 [ 3 ] {abb944ac-9795-4b11-86af-8a45ea07725f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10734 | 2024.05.16 00:54:23.038600 [ 3 ] {} <Debug> HTTP-Session: fbc193a7-0bb5-4faa-9ef4-5dbf88f088cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10735 | 2024.05.16 00:54:23.038706 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10736 | 2024.05.16 00:54:23.038754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10737 | 2024.05.16 00:54:23.038774 [ 3 ] {} <Debug> HTTP-Session: 2da33b91-1bb4-47c9-a909-c931b45cb407 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
10738 | 2024.05.16 00:54:23.038790 [ 3 ] {} <Debug> HTTP-Session: 2da33b91-1bb4-47c9-a909-c931b45cb407 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10739 | 2024.05.16 00:54:23.038803 [ 3 ] {} <Debug> HTTP-Session: 2da33b91-1bb4-47c9-a909-c931b45cb407 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10740 | 2024.05.16 00:54:23.038833 [ 3 ] {} <Trace> HTTP-Session: 2da33b91-1bb4-47c9-a909-c931b45cb407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10741 | 2024.05.16 00:54:23.038968 [ 3 ] {d6de3df5-50f9-4995-b7b9-e496112e9db6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10742 | 2024.05.16 00:54:23.039013 [ 3 ] {d6de3df5-50f9-4995-b7b9-e496112e9db6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10743 | 2024.05.16 00:54:23.039162 [ 3 ] {d6de3df5-50f9-4995-b7b9-e496112e9db6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10744 | 2024.05.16 00:54:23.039488 [ 3 ] {d6de3df5-50f9-4995-b7b9-e496112e9db6} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10745 | 2024.05.16 00:54:23.039524 [ 3 ] {d6de3df5-50f9-4995-b7b9-e496112e9db6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
10746 | 2024.05.16 00:54:23.039880 [ 3 ] {d6de3df5-50f9-4995-b7b9-e496112e9db6} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
10747 | 2024.05.16 00:54:23.040192 [ 3 ] {d6de3df5-50f9-4995-b7b9-e496112e9db6} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10748 | 2024.05.16 00:54:23.040335 [ 3 ] {d6de3df5-50f9-4995-b7b9-e496112e9db6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001425 sec., 42105.26315789473 rows/sec., 2.84 MiB/sec. | ||
10749 | 2024.05.16 00:54:23.040495 [ 3 ] {d6de3df5-50f9-4995-b7b9-e496112e9db6} <Debug> DynamicQueryHandler: Done processing query | ||
10750 | 2024.05.16 00:54:23.040519 [ 3 ] {d6de3df5-50f9-4995-b7b9-e496112e9db6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10751 | 2024.05.16 00:54:23.040534 [ 3 ] {} <Debug> HTTP-Session: 2da33b91-1bb4-47c9-a909-c931b45cb407 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10752 | 2024.05.16 00:54:28.011941 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10753 | 2024.05.16 00:54:28.012067 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10754 | 2024.05.16 00:54:28.012097 [ 3 ] {} <Debug> HTTP-Session: 45146e19-b8d6-44c0-ab61-413d588f6115 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
10755 | 2024.05.16 00:54:28.012124 [ 3 ] {} <Debug> HTTP-Session: 45146e19-b8d6-44c0-ab61-413d588f6115 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10756 | 2024.05.16 00:54:28.012143 [ 3 ] {} <Debug> HTTP-Session: 45146e19-b8d6-44c0-ab61-413d588f6115 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10757 | 2024.05.16 00:54:28.012198 [ 3 ] {} <Trace> HTTP-Session: 45146e19-b8d6-44c0-ab61-413d588f6115 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10758 | 2024.05.16 00:54:28.012411 [ 3 ] {600f1622-34ac-4aa4-a983-b9ecdad68c5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10759 | 2024.05.16 00:54:28.012483 [ 3 ] {600f1622-34ac-4aa4-a983-b9ecdad68c5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10760 | 2024.05.16 00:54:28.012695 [ 3 ] {600f1622-34ac-4aa4-a983-b9ecdad68c5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10761 | 2024.05.16 00:54:28.013150 [ 3 ] {600f1622-34ac-4aa4-a983-b9ecdad68c5d} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10762 | 2024.05.16 00:54:28.013197 [ 3 ] {600f1622-34ac-4aa4-a983-b9ecdad68c5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
10763 | 2024.05.16 00:54:28.013567 [ 3 ] {600f1622-34ac-4aa4-a983-b9ecdad68c5d} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
10764 | 2024.05.16 00:54:28.013895 [ 3 ] {600f1622-34ac-4aa4-a983-b9ecdad68c5d} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10765 | 2024.05.16 00:54:28.014055 [ 3 ] {600f1622-34ac-4aa4-a983-b9ecdad68c5d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001711 sec., 32729.398012857975 rows/sec., 2.50 MiB/sec. | ||
10766 | 2024.05.16 00:54:28.014076 [ 73 ] {} <Debug> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
10767 | 2024.05.16 00:54:28.014178 [ 73 ] {} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10768 | 2024.05.16 00:54:28.014214 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
10769 | 2024.05.16 00:54:28.014298 [ 3 ] {600f1622-34ac-4aa4-a983-b9ecdad68c5d} <Debug> DynamicQueryHandler: Done processing query | ||
10770 | 2024.05.16 00:54:28.014339 [ 3 ] {600f1622-34ac-4aa4-a983-b9ecdad68c5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10771 | 2024.05.16 00:54:28.014361 [ 3 ] {} <Debug> HTTP-Session: 45146e19-b8d6-44c0-ab61-413d588f6115 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10772 | 2024.05.16 00:54:28.014368 [ 188 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::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 | ||
10773 | 2024.05.16 00:54:28.014504 [ 188 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10774 | 2024.05.16 00:54:28.014537 [ 188 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 232 rows starting from the beginning of the part | ||
10775 | 2024.05.16 00:54:28.014568 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10776 | 2024.05.16 00:54:28.014626 [ 188 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 56 rows starting from the beginning of the part | ||
10777 | 2024.05.16 00:54:28.014715 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10778 | 2024.05.16 00:54:28.014807 [ 3 ] {} <Debug> HTTP-Session: c6e842b9-5850-4c72-ae45-e3d47a87298b Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
10779 | 2024.05.16 00:54:28.014924 [ 3 ] {} <Debug> HTTP-Session: c6e842b9-5850-4c72-ae45-e3d47a87298b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10780 | 2024.05.16 00:54:28.015028 [ 3 ] {} <Debug> HTTP-Session: c6e842b9-5850-4c72-ae45-e3d47a87298b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10781 | 2024.05.16 00:54:28.015061 [ 188 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 238 rows starting from the beginning of the part | ||
10782 | 2024.05.16 00:54:28.015212 [ 3 ] {} <Trace> HTTP-Session: c6e842b9-5850-4c72-ae45-e3d47a87298b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10783 | 2024.05.16 00:54:28.015428 [ 188 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 56 rows starting from the beginning of the part | ||
10784 | 2024.05.16 00:54:28.015654 [ 3 ] {44cefe27-663c-4e4a-ae63-b283dc9048b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10785 | 2024.05.16 00:54:28.015753 [ 188 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 227 rows starting from the beginning of the part | ||
10786 | 2024.05.16 00:54:28.015801 [ 3 ] {44cefe27-663c-4e4a-ae63-b283dc9048b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10787 | 2024.05.16 00:54:28.016101 [ 188 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 56 rows starting from the beginning of the part | ||
10788 | 2024.05.16 00:54:28.016695 [ 3 ] {44cefe27-663c-4e4a-ae63-b283dc9048b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10789 | 2024.05.16 00:54:28.017307 [ 3 ] {44cefe27-663c-4e4a-ae63-b283dc9048b7} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10790 | 2024.05.16 00:54:28.017348 [ 3 ] {44cefe27-663c-4e4a-ae63-b283dc9048b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
10791 | 2024.05.16 00:54:28.017774 [ 3 ] {44cefe27-663c-4e4a-ae63-b283dc9048b7} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
10792 | 2024.05.16 00:54:28.018050 [ 188 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 865 rows, containing 4 columns (4 merged, 0 gathered) in 0.003761089 sec., 229986.58101416903 rows/sec., 18.95 MiB/sec. | ||
10793 | 2024.05.16 00:54:28.018304 [ 3 ] {44cefe27-663c-4e4a-ae63-b283dc9048b7} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10794 | 2024.05.16 00:54:28.018435 [ 190 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
10795 | 2024.05.16 00:54:28.018567 [ 73 ] {} <Debug> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
10796 | 2024.05.16 00:54:28.018574 [ 3 ] {44cefe27-663c-4e4a-ae63-b283dc9048b7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003105 sec., 20611.916264090178 rows/sec., 1.61 MiB/sec. | ||
10797 | 2024.05.16 00:54:28.018678 [ 73 ] {} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10798 | 2024.05.16 00:54:28.018773 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
10799 | 2024.05.16 00:54:28.019137 [ 3 ] {44cefe27-663c-4e4a-ae63-b283dc9048b7} <Debug> DynamicQueryHandler: Done processing query | ||
10800 | 2024.05.16 00:54:28.019138 [ 186 ] {a3945bea-d52e-471f-9886-008e21606338::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 | ||
10801 | 2024.05.16 00:54:28.019226 [ 3 ] {44cefe27-663c-4e4a-ae63-b283dc9048b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
10802 | 2024.05.16 00:54:28.019318 [ 3 ] {} <Debug> HTTP-Session: c6e842b9-5850-4c72-ae45-e3d47a87298b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10803 | 2024.05.16 00:54:28.019669 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10804 | 2024.05.16 00:54:28.019765 [ 186 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10805 | 2024.05.16 00:54:28.019819 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10806 | 2024.05.16 00:54:28.019844 [ 186 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 167 rows starting from the beginning of the part | ||
10807 | 2024.05.16 00:54:28.019883 [ 3 ] {} <Debug> HTTP-Session: 1813ae9b-7e8b-47d6-93c9-1de74ab1927e Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
10808 | 2024.05.16 00:54:28.019952 [ 3 ] {} <Debug> HTTP-Session: 1813ae9b-7e8b-47d6-93c9-1de74ab1927e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10809 | 2024.05.16 00:54:28.020049 [ 3 ] {} <Debug> HTTP-Session: 1813ae9b-7e8b-47d6-93c9-1de74ab1927e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10810 | 2024.05.16 00:54:28.020272 [ 3 ] {} <Trace> HTTP-Session: 1813ae9b-7e8b-47d6-93c9-1de74ab1927e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10811 | 2024.05.16 00:54:28.020284 [ 186 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 64 rows starting from the beginning of the part | ||
10812 | 2024.05.16 00:54:28.020271 [ 190 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_81_16} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10813 | 2024.05.16 00:54:28.020664 [ 186 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 140 rows starting from the beginning of the part | ||
10814 | 2024.05.16 00:54:28.020817 [ 3 ] {0a311a0f-4cce-407e-80e3-9a5d5348dd2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10815 | 2024.05.16 00:54:28.020846 [ 190 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_81_16} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
10816 | 2024.05.16 00:54:28.021058 [ 3 ] {0a311a0f-4cce-407e-80e3-9a5d5348dd2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10817 | 2024.05.16 00:54:28.021069 [ 186 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 64 rows starting from the beginning of the part | ||
10818 | 2024.05.16 00:54:28.021363 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
10819 | 2024.05.16 00:54:28.021594 [ 186 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 149 rows starting from the beginning of the part | ||
10820 | 2024.05.16 00:54:28.021983 [ 186 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 64 rows starting from the beginning of the part | ||
10821 | 2024.05.16 00:54:28.022652 [ 3 ] {0a311a0f-4cce-407e-80e3-9a5d5348dd2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10822 | 2024.05.16 00:54:28.023508 [ 3 ] {0a311a0f-4cce-407e-80e3-9a5d5348dd2b} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10823 | 2024.05.16 00:54:28.023564 [ 3 ] {0a311a0f-4cce-407e-80e3-9a5d5348dd2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
10824 | 2024.05.16 00:54:28.024614 [ 3 ] {0a311a0f-4cce-407e-80e3-9a5d5348dd2b} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
10825 | 2024.05.16 00:54:28.024683 [ 186 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 648 rows, containing 4 columns (4 merged, 0 gathered) in 0.005707855 sec., 113527.76130437791 rows/sec., 8.83 MiB/sec. | ||
10826 | 2024.05.16 00:54:28.024888 [ 186 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
10827 | 2024.05.16 00:54:28.025388 [ 3 ] {0a311a0f-4cce-407e-80e3-9a5d5348dd2b} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10828 | 2024.05.16 00:54:28.025630 [ 73 ] {} <Debug> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
10829 | 2024.05.16 00:54:28.025667 [ 3 ] {0a311a0f-4cce-407e-80e3-9a5d5348dd2b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005124 sec., 31225.604996096798 rows/sec., 2.17 MiB/sec. | ||
10830 | 2024.05.16 00:54:28.025705 [ 73 ] {} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10831 | 2024.05.16 00:54:28.025786 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
10832 | 2024.05.16 00:54:28.025948 [ 186 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_81_16} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10833 | 2024.05.16 00:54:28.026209 [ 3 ] {0a311a0f-4cce-407e-80e3-9a5d5348dd2b} <Debug> DynamicQueryHandler: Done processing query | ||
10834 | 2024.05.16 00:54:28.026282 [ 3 ] {0a311a0f-4cce-407e-80e3-9a5d5348dd2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10835 | 2024.05.16 00:54:28.026283 [ 186 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_81_16} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
10836 | 2024.05.16 00:54:28.026307 [ 194 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
10837 | 2024.05.16 00:54:28.026324 [ 3 ] {} <Debug> HTTP-Session: 1813ae9b-7e8b-47d6-93c9-1de74ab1927e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10838 | 2024.05.16 00:54:28.026491 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
10839 | 2024.05.16 00:54:28.026604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10840 | 2024.05.16 00:54:28.026685 [ 194 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10841 | 2024.05.16 00:54:28.026704 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10842 | 2024.05.16 00:54:28.026767 [ 194 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_76_15, total 11400 rows starting from the beginning of the part | ||
10843 | 2024.05.16 00:54:28.026772 [ 3 ] {} <Debug> HTTP-Session: b625c1f1-a4ee-40d1-90b8-ad6594240d88 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
10844 | 2024.05.16 00:54:28.026828 [ 3 ] {} <Debug> HTTP-Session: b625c1f1-a4ee-40d1-90b8-ad6594240d88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10845 | 2024.05.16 00:54:28.026897 [ 3 ] {} <Debug> HTTP-Session: b625c1f1-a4ee-40d1-90b8-ad6594240d88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10846 | 2024.05.16 00:54:28.027036 [ 194 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
10847 | 2024.05.16 00:54:28.027080 [ 3 ] {} <Trace> HTTP-Session: b625c1f1-a4ee-40d1-90b8-ad6594240d88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10848 | 2024.05.16 00:54:28.027318 [ 194 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 198 rows starting from the beginning of the part | ||
10849 | 2024.05.16 00:54:28.027560 [ 3 ] {a5fd832f-85c7-43a9-b4e3-154ea8b8f891} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10850 | 2024.05.16 00:54:28.027649 [ 194 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
10851 | 2024.05.16 00:54:28.027776 [ 3 ] {a5fd832f-85c7-43a9-b4e3-154ea8b8f891} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10852 | 2024.05.16 00:54:28.028024 [ 194 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 163 rows starting from the beginning of the part | ||
10853 | 2024.05.16 00:54:28.028374 [ 194 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 160 rows starting from the beginning of the part | ||
10854 | 2024.05.16 00:54:28.029045 [ 3 ] {a5fd832f-85c7-43a9-b4e3-154ea8b8f891} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10855 | 2024.05.16 00:54:28.029768 [ 3 ] {a5fd832f-85c7-43a9-b4e3-154ea8b8f891} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10856 | 2024.05.16 00:54:28.029807 [ 3 ] {a5fd832f-85c7-43a9-b4e3-154ea8b8f891} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
10857 | 2024.05.16 00:54:28.030351 [ 3 ] {a5fd832f-85c7-43a9-b4e3-154ea8b8f891} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
10858 | 2024.05.16 00:54:28.031308 [ 3 ] {a5fd832f-85c7-43a9-b4e3-154ea8b8f891} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10859 | 2024.05.16 00:54:28.031628 [ 73 ] {} <Debug> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
10860 | 2024.05.16 00:54:28.031706 [ 3 ] {a5fd832f-85c7-43a9-b4e3-154ea8b8f891} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004355 sec., 13777.26750861079 rows/sec., 950.77 KiB/sec. | ||
10861 | 2024.05.16 00:54:28.031728 [ 73 ] {} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10862 | 2024.05.16 00:54:28.031821 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
10863 | 2024.05.16 00:54:28.032307 [ 187 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
10864 | 2024.05.16 00:54:28.032387 [ 3 ] {a5fd832f-85c7-43a9-b4e3-154ea8b8f891} <Debug> DynamicQueryHandler: Done processing query | ||
10865 | 2024.05.16 00:54:28.032606 [ 3 ] {a5fd832f-85c7-43a9-b4e3-154ea8b8f891} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10866 | 2024.05.16 00:54:28.032677 [ 3 ] {} <Debug> HTTP-Session: b625c1f1-a4ee-40d1-90b8-ad6594240d88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10867 | 2024.05.16 00:54:28.033485 [ 187 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10868 | 2024.05.16 00:54:28.033599 [ 187 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4034 rows starting from the beginning of the part | ||
10869 | 2024.05.16 00:54:28.034007 [ 187 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
10870 | 2024.05.16 00:54:28.034167 [ 187 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
10871 | 2024.05.16 00:54:28.034453 [ 187 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
10872 | 2024.05.16 00:54:28.034521 [ 187 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
10873 | 2024.05.16 00:54:28.034929 [ 187 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
10874 | 2024.05.16 00:54:28.035370 [ 194 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12241 rows, containing 5 columns (5 merged, 0 gathered) in 0.009351041 sec., 1309052.1151602266 rows/sec., 91.29 MiB/sec. | ||
10875 | 2024.05.16 00:54:28.035648 [ 194 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
10876 | 2024.05.16 00:54:28.036288 [ 194 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10877 | 2024.05.16 00:54:28.036381 [ 194 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
10878 | 2024.05.16 00:54:28.036482 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.55 MiB. | ||
10879 | 2024.05.16 00:54:28.036693 [ 200 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4334 rows, containing 4 columns (4 merged, 0 gathered) in 0.004689721 sec., 924148.7926467267 rows/sec., 62.22 MiB/sec. | ||
10880 | 2024.05.16 00:54:28.037034 [ 198 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
10881 | 2024.05.16 00:54:28.037427 [ 198 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_81_16} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10882 | 2024.05.16 00:54:28.037508 [ 198 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_81_16} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
10883 | 2024.05.16 00:54:28.037585 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB. | ||
10884 | 2024.05.16 00:54:31.311036 [ 72 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10885 | 2024.05.16 00:54:31.311146 [ 72 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10886 | 2024.05.16 00:54:33.015383 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7938, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10887 | 2024.05.16 00:54:33.015496 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10888 | 2024.05.16 00:54:33.015524 [ 3 ] {} <Debug> HTTP-Session: 1d05bb5d-df0e-4f07-8beb-4c3848593cbb Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
10889 | 2024.05.16 00:54:33.015552 [ 3 ] {} <Debug> HTTP-Session: 1d05bb5d-df0e-4f07-8beb-4c3848593cbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10890 | 2024.05.16 00:54:33.015571 [ 3 ] {} <Debug> HTTP-Session: 1d05bb5d-df0e-4f07-8beb-4c3848593cbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10891 | 2024.05.16 00:54:33.015624 [ 3 ] {} <Trace> HTTP-Session: 1d05bb5d-df0e-4f07-8beb-4c3848593cbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10892 | 2024.05.16 00:54:33.015839 [ 3 ] {4f01f7be-728b-4b68-907a-1c068a4ebec9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10893 | 2024.05.16 00:54:33.015908 [ 3 ] {4f01f7be-728b-4b68-907a-1c068a4ebec9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10894 | 2024.05.16 00:54:33.016116 [ 3 ] {4f01f7be-728b-4b68-907a-1c068a4ebec9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10895 | 2024.05.16 00:54:33.016661 [ 3 ] {4f01f7be-728b-4b68-907a-1c068a4ebec9} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10896 | 2024.05.16 00:54:33.016713 [ 3 ] {4f01f7be-728b-4b68-907a-1c068a4ebec9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
10897 | 2024.05.16 00:54:33.017146 [ 3 ] {4f01f7be-728b-4b68-907a-1c068a4ebec9} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
10898 | 2024.05.16 00:54:33.017486 [ 3 ] {4f01f7be-728b-4b68-907a-1c068a4ebec9} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10899 | 2024.05.16 00:54:33.017655 [ 3 ] {4f01f7be-728b-4b68-907a-1c068a4ebec9} <Debug> executeQuery: Read 55 rows, 4.46 KiB in 0.001886 sec., 29162.24814422057 rows/sec., 2.31 MiB/sec. | ||
10900 | 2024.05.16 00:54:33.017847 [ 3 ] {4f01f7be-728b-4b68-907a-1c068a4ebec9} <Debug> DynamicQueryHandler: Done processing query | ||
10901 | 2024.05.16 00:54:33.017872 [ 3 ] {4f01f7be-728b-4b68-907a-1c068a4ebec9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10902 | 2024.05.16 00:54:33.017890 [ 3 ] {} <Debug> HTTP-Session: 1d05bb5d-df0e-4f07-8beb-4c3848593cbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10903 | 2024.05.16 00:54:33.018052 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 499, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10904 | 2024.05.16 00:54:33.018105 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10905 | 2024.05.16 00:54:33.018125 [ 3 ] {} <Debug> HTTP-Session: 65bf7100-3d84-4209-add3-ccc328a4bd89 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
10906 | 2024.05.16 00:54:33.018145 [ 3 ] {} <Debug> HTTP-Session: 65bf7100-3d84-4209-add3-ccc328a4bd89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10907 | 2024.05.16 00:54:33.018158 [ 3 ] {} <Debug> HTTP-Session: 65bf7100-3d84-4209-add3-ccc328a4bd89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10908 | 2024.05.16 00:54:33.018193 [ 3 ] {} <Trace> HTTP-Session: 65bf7100-3d84-4209-add3-ccc328a4bd89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10909 | 2024.05.16 00:54:33.018294 [ 3 ] {0f5ea132-6816-4f9f-8de4-7dfd177c8616} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10910 | 2024.05.16 00:54:33.018340 [ 3 ] {0f5ea132-6816-4f9f-8de4-7dfd177c8616} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10911 | 2024.05.16 00:54:33.018474 [ 3 ] {0f5ea132-6816-4f9f-8de4-7dfd177c8616} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10912 | 2024.05.16 00:54:33.018746 [ 3 ] {0f5ea132-6816-4f9f-8de4-7dfd177c8616} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10913 | 2024.05.16 00:54:33.018784 [ 3 ] {0f5ea132-6816-4f9f-8de4-7dfd177c8616} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
10914 | 2024.05.16 00:54:33.019089 [ 3 ] {0f5ea132-6816-4f9f-8de4-7dfd177c8616} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
10915 | 2024.05.16 00:54:33.019409 [ 3 ] {0f5ea132-6816-4f9f-8de4-7dfd177c8616} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10916 | 2024.05.16 00:54:33.019571 [ 3 ] {0f5ea132-6816-4f9f-8de4-7dfd177c8616} <Debug> executeQuery: Read 3 rows, 228.00 B in 0.001296 sec., 2314.814814814815 rows/sec., 171.80 KiB/sec. | ||
10917 | 2024.05.16 00:54:33.019768 [ 3 ] {0f5ea132-6816-4f9f-8de4-7dfd177c8616} <Debug> DynamicQueryHandler: Done processing query | ||
10918 | 2024.05.16 00:54:33.019794 [ 3 ] {0f5ea132-6816-4f9f-8de4-7dfd177c8616} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10919 | 2024.05.16 00:54:33.019810 [ 3 ] {} <Debug> HTTP-Session: 65bf7100-3d84-4209-add3-ccc328a4bd89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10920 | 2024.05.16 00:54:33.019957 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 33587, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10921 | 2024.05.16 00:54:33.020005 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10922 | 2024.05.16 00:54:33.020025 [ 3 ] {} <Debug> HTTP-Session: 7342e06a-9c0f-498a-be4b-ad1b69f2c5bb Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
10923 | 2024.05.16 00:54:33.020042 [ 3 ] {} <Debug> HTTP-Session: 7342e06a-9c0f-498a-be4b-ad1b69f2c5bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10924 | 2024.05.16 00:54:33.020056 [ 3 ] {} <Debug> HTTP-Session: 7342e06a-9c0f-498a-be4b-ad1b69f2c5bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10925 | 2024.05.16 00:54:33.020087 [ 3 ] {} <Trace> HTTP-Session: 7342e06a-9c0f-498a-be4b-ad1b69f2c5bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10926 | 2024.05.16 00:54:33.020243 [ 3 ] {95ac5e8e-7996-45fb-9175-6a46e725f34c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10927 | 2024.05.16 00:54:33.020287 [ 3 ] {95ac5e8e-7996-45fb-9175-6a46e725f34c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10928 | 2024.05.16 00:54:33.020413 [ 3 ] {95ac5e8e-7996-45fb-9175-6a46e725f34c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10929 | 2024.05.16 00:54:33.020820 [ 3 ] {95ac5e8e-7996-45fb-9175-6a46e725f34c} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10930 | 2024.05.16 00:54:33.020857 [ 3 ] {95ac5e8e-7996-45fb-9175-6a46e725f34c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
10931 | 2024.05.16 00:54:33.021180 [ 3 ] {95ac5e8e-7996-45fb-9175-6a46e725f34c} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
10932 | 2024.05.16 00:54:33.021505 [ 3 ] {95ac5e8e-7996-45fb-9175-6a46e725f34c} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10933 | 2024.05.16 00:54:33.021640 [ 3 ] {95ac5e8e-7996-45fb-9175-6a46e725f34c} <Debug> executeQuery: Read 227 rows, 19.80 KiB in 0.001471 sec., 154316.79129843644 rows/sec., 13.14 MiB/sec. | ||
10934 | 2024.05.16 00:54:33.021852 [ 3 ] {95ac5e8e-7996-45fb-9175-6a46e725f34c} <Debug> DynamicQueryHandler: Done processing query | ||
10935 | 2024.05.16 00:54:33.021906 [ 3 ] {95ac5e8e-7996-45fb-9175-6a46e725f34c} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
10936 | 2024.05.16 00:54:33.021962 [ 3 ] {} <Debug> HTTP-Session: 7342e06a-9c0f-498a-be4b-ad1b69f2c5bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10937 | 2024.05.16 00:54:33.022203 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 448, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10938 | 2024.05.16 00:54:33.022254 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10939 | 2024.05.16 00:54:33.022275 [ 3 ] {} <Debug> HTTP-Session: 87244afd-93d8-4f7e-83b7-51ad3e989bcb Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
10940 | 2024.05.16 00:54:33.022291 [ 3 ] {} <Debug> HTTP-Session: 87244afd-93d8-4f7e-83b7-51ad3e989bcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10941 | 2024.05.16 00:54:33.022305 [ 3 ] {} <Debug> HTTP-Session: 87244afd-93d8-4f7e-83b7-51ad3e989bcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10942 | 2024.05.16 00:54:33.022336 [ 3 ] {} <Trace> HTTP-Session: 87244afd-93d8-4f7e-83b7-51ad3e989bcb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10943 | 2024.05.16 00:54:33.022438 [ 3 ] {4e6949fb-1edf-43ac-b728-f6c9b815acf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10944 | 2024.05.16 00:54:33.022481 [ 3 ] {4e6949fb-1edf-43ac-b728-f6c9b815acf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10945 | 2024.05.16 00:54:33.022623 [ 3 ] {4e6949fb-1edf-43ac-b728-f6c9b815acf7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10946 | 2024.05.16 00:54:33.022863 [ 3 ] {4e6949fb-1edf-43ac-b728-f6c9b815acf7} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10947 | 2024.05.16 00:54:33.022901 [ 3 ] {4e6949fb-1edf-43ac-b728-f6c9b815acf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
10948 | 2024.05.16 00:54:33.023202 [ 3 ] {4e6949fb-1edf-43ac-b728-f6c9b815acf7} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
10949 | 2024.05.16 00:54:33.023511 [ 3 ] {4e6949fb-1edf-43ac-b728-f6c9b815acf7} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10950 | 2024.05.16 00:54:33.023665 [ 3 ] {4e6949fb-1edf-43ac-b728-f6c9b815acf7} <Debug> executeQuery: Read 3 rows, 192.00 B in 0.001244 sec., 2411.5755627009644 rows/sec., 150.72 KiB/sec. | ||
10951 | 2024.05.16 00:54:33.023864 [ 3 ] {4e6949fb-1edf-43ac-b728-f6c9b815acf7} <Debug> DynamicQueryHandler: Done processing query | ||
10952 | 2024.05.16 00:54:33.023889 [ 3 ] {4e6949fb-1edf-43ac-b728-f6c9b815acf7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10953 | 2024.05.16 00:54:33.023905 [ 3 ] {} <Debug> HTTP-Session: 87244afd-93d8-4f7e-83b7-51ad3e989bcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10954 | 2024.05.16 00:54:33.024023 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 23550, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10955 | 2024.05.16 00:54:33.024071 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10956 | 2024.05.16 00:54:33.024090 [ 3 ] {} <Debug> HTTP-Session: f3b02adc-4cab-42fc-875d-784ae4147d66 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
10957 | 2024.05.16 00:54:33.024108 [ 3 ] {} <Debug> HTTP-Session: f3b02adc-4cab-42fc-875d-784ae4147d66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10958 | 2024.05.16 00:54:33.024122 [ 3 ] {} <Debug> HTTP-Session: f3b02adc-4cab-42fc-875d-784ae4147d66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10959 | 2024.05.16 00:54:33.024152 [ 3 ] {} <Trace> HTTP-Session: f3b02adc-4cab-42fc-875d-784ae4147d66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10960 | 2024.05.16 00:54:33.024282 [ 3 ] {54654a71-9037-401d-a896-7d4967c0145d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10961 | 2024.05.16 00:54:33.024324 [ 3 ] {54654a71-9037-401d-a896-7d4967c0145d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10962 | 2024.05.16 00:54:33.024449 [ 3 ] {54654a71-9037-401d-a896-7d4967c0145d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10963 | 2024.05.16 00:54:33.024780 [ 3 ] {54654a71-9037-401d-a896-7d4967c0145d} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10964 | 2024.05.16 00:54:33.024816 [ 3 ] {54654a71-9037-401d-a896-7d4967c0145d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
10965 | 2024.05.16 00:54:33.025127 [ 3 ] {54654a71-9037-401d-a896-7d4967c0145d} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
10966 | 2024.05.16 00:54:33.025438 [ 3 ] {54654a71-9037-401d-a896-7d4967c0145d} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10967 | 2024.05.16 00:54:33.025585 [ 3 ] {54654a71-9037-401d-a896-7d4967c0145d} <Debug> executeQuery: Read 140 rows, 10.99 KiB in 0.001356 sec., 103244.83775811209 rows/sec., 7.92 MiB/sec. | ||
10968 | 2024.05.16 00:54:33.025833 [ 3 ] {54654a71-9037-401d-a896-7d4967c0145d} <Debug> DynamicQueryHandler: Done processing query | ||
10969 | 2024.05.16 00:54:33.025883 [ 3 ] {54654a71-9037-401d-a896-7d4967c0145d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
10970 | 2024.05.16 00:54:33.025935 [ 3 ] {} <Debug> HTTP-Session: f3b02adc-4cab-42fc-875d-784ae4147d66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10971 | 2024.05.16 00:54:33.026173 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 31173, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10972 | 2024.05.16 00:54:33.026225 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10973 | 2024.05.16 00:54:33.026245 [ 3 ] {} <Debug> HTTP-Session: 8a7fc829-771e-4e51-adde-e437ebdad255 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
10974 | 2024.05.16 00:54:33.026261 [ 3 ] {} <Debug> HTTP-Session: 8a7fc829-771e-4e51-adde-e437ebdad255 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10975 | 2024.05.16 00:54:33.026275 [ 3 ] {} <Debug> HTTP-Session: 8a7fc829-771e-4e51-adde-e437ebdad255 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10976 | 2024.05.16 00:54:33.026306 [ 3 ] {} <Trace> HTTP-Session: 8a7fc829-771e-4e51-adde-e437ebdad255 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10977 | 2024.05.16 00:54:33.026450 [ 3 ] {69212807-7f04-44fd-87d5-5bc384052ff3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10978 | 2024.05.16 00:54:33.026497 [ 3 ] {69212807-7f04-44fd-87d5-5bc384052ff3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10979 | 2024.05.16 00:54:33.026658 [ 3 ] {69212807-7f04-44fd-87d5-5bc384052ff3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10980 | 2024.05.16 00:54:33.027006 [ 3 ] {69212807-7f04-44fd-87d5-5bc384052ff3} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10981 | 2024.05.16 00:54:33.027042 [ 3 ] {69212807-7f04-44fd-87d5-5bc384052ff3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
10982 | 2024.05.16 00:54:33.027436 [ 3 ] {69212807-7f04-44fd-87d5-5bc384052ff3} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
10983 | 2024.05.16 00:54:33.027784 [ 3 ] {69212807-7f04-44fd-87d5-5bc384052ff3} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10984 | 2024.05.16 00:54:33.027937 [ 3 ] {69212807-7f04-44fd-87d5-5bc384052ff3} <Debug> executeQuery: Read 163 rows, 11.60 KiB in 0.001548 sec., 105297.15762273902 rows/sec., 7.32 MiB/sec. | ||
10985 | 2024.05.16 00:54:33.028093 [ 3 ] {69212807-7f04-44fd-87d5-5bc384052ff3} <Debug> DynamicQueryHandler: Done processing query | ||
10986 | 2024.05.16 00:54:33.028118 [ 3 ] {69212807-7f04-44fd-87d5-5bc384052ff3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10987 | 2024.05.16 00:54:33.028134 [ 3 ] {} <Debug> HTTP-Session: 8a7fc829-771e-4e51-adde-e437ebdad255 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10988 | 2024.05.16 00:54:33.028309 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 58835, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10989 | 2024.05.16 00:54:33.028355 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10990 | 2024.05.16 00:54:33.028374 [ 3 ] {} <Debug> HTTP-Session: 67488ccf-8c48-4934-a15a-4c1e0e3f0ae8 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
10991 | 2024.05.16 00:54:33.028389 [ 3 ] {} <Debug> HTTP-Session: 67488ccf-8c48-4934-a15a-4c1e0e3f0ae8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10992 | 2024.05.16 00:54:33.028403 [ 3 ] {} <Debug> HTTP-Session: 67488ccf-8c48-4934-a15a-4c1e0e3f0ae8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10993 | 2024.05.16 00:54:33.028432 [ 3 ] {} <Trace> HTTP-Session: 67488ccf-8c48-4934-a15a-4c1e0e3f0ae8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10994 | 2024.05.16 00:54:33.028810 [ 3 ] {2b40aa98-4d44-4f77-a5e3-5182673c41c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10995 | 2024.05.16 00:54:33.028857 [ 3 ] {2b40aa98-4d44-4f77-a5e3-5182673c41c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
10996 | 2024.05.16 00:54:33.029015 [ 3 ] {2b40aa98-4d44-4f77-a5e3-5182673c41c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10997 | 2024.05.16 00:54:33.029588 [ 3 ] {2b40aa98-4d44-4f77-a5e3-5182673c41c9} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10998 | 2024.05.16 00:54:33.029624 [ 3 ] {2b40aa98-4d44-4f77-a5e3-5182673c41c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
10999 | 2024.05.16 00:54:33.030040 [ 3 ] {2b40aa98-4d44-4f77-a5e3-5182673c41c9} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
11000 | 2024.05.16 00:54:33.030379 [ 3 ] {2b40aa98-4d44-4f77-a5e3-5182673c41c9} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11001 | 2024.05.16 00:54:33.030538 [ 3 ] {2b40aa98-4d44-4f77-a5e3-5182673c41c9} <Debug> executeQuery: Read 55 rows, 76.00 KiB in 0.002017 sec., 27268.22012890431 rows/sec., 36.80 MiB/sec. | ||
11002 | 2024.05.16 00:54:33.030537 [ 66 ] {} <Debug> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
11003 | 2024.05.16 00:54:33.030648 [ 66 ] {} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11004 | 2024.05.16 00:54:33.030696 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
11005 | 2024.05.16 00:54:33.030804 [ 3 ] {2b40aa98-4d44-4f77-a5e3-5182673c41c9} <Debug> DynamicQueryHandler: Done processing query | ||
11006 | 2024.05.16 00:54:33.030859 [ 3 ] {2b40aa98-4d44-4f77-a5e3-5182673c41c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
11007 | 2024.05.16 00:54:33.030884 [ 195 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::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 | ||
11008 | 2024.05.16 00:54:33.030892 [ 3 ] {} <Debug> HTTP-Session: 67488ccf-8c48-4934-a15a-4c1e0e3f0ae8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11009 | 2024.05.16 00:54:33.031130 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11010 | 2024.05.16 00:54:33.031152 [ 195 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11011 | 2024.05.16 00:54:33.031227 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11012 | 2024.05.16 00:54:33.031228 [ 195 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1039 rows starting from the beginning of the part | ||
11013 | 2024.05.16 00:54:33.031268 [ 3 ] {} <Debug> HTTP-Session: b87d4829-4edc-42eb-9261-9c5dd7b8fedc Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
11014 | 2024.05.16 00:54:33.031310 [ 3 ] {} <Debug> HTTP-Session: b87d4829-4edc-42eb-9261-9c5dd7b8fedc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11015 | 2024.05.16 00:54:33.031348 [ 3 ] {} <Debug> HTTP-Session: b87d4829-4edc-42eb-9261-9c5dd7b8fedc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11016 | 2024.05.16 00:54:33.031473 [ 3 ] {} <Trace> HTTP-Session: b87d4829-4edc-42eb-9261-9c5dd7b8fedc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11017 | 2024.05.16 00:54:33.031481 [ 195 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 39 rows starting from the beginning of the part | ||
11018 | 2024.05.16 00:54:33.031862 [ 195 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 44 rows starting from the beginning of the part | ||
11019 | 2024.05.16 00:54:33.031878 [ 3 ] {f156f663-96b4-44b8-ae66-0f92628874a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11020 | 2024.05.16 00:54:33.032051 [ 3 ] {f156f663-96b4-44b8-ae66-0f92628874a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11021 | 2024.05.16 00:54:33.032274 [ 195 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 48 rows starting from the beginning of the part | ||
11022 | 2024.05.16 00:54:33.032644 [ 195 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 55 rows starting from the beginning of the part | ||
11023 | 2024.05.16 00:54:33.033034 [ 195 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 55 rows starting from the beginning of the part | ||
11024 | 2024.05.16 00:54:33.033193 [ 3 ] {f156f663-96b4-44b8-ae66-0f92628874a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11025 | 2024.05.16 00:54:33.033988 [ 3 ] {f156f663-96b4-44b8-ae66-0f92628874a7} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11026 | 2024.05.16 00:54:33.034054 [ 3 ] {f156f663-96b4-44b8-ae66-0f92628874a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
11027 | 2024.05.16 00:54:33.034702 [ 3 ] {f156f663-96b4-44b8-ae66-0f92628874a7} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
11028 | 2024.05.16 00:54:33.035035 [ 3 ] {f156f663-96b4-44b8-ae66-0f92628874a7} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11029 | 2024.05.16 00:54:33.035196 [ 3 ] {f156f663-96b4-44b8-ae66-0f92628874a7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003481 sec., 17236.426314277505 rows/sec., 1.16 MiB/sec. | ||
11030 | 2024.05.16 00:54:33.035407 [ 3 ] {f156f663-96b4-44b8-ae66-0f92628874a7} <Debug> DynamicQueryHandler: Done processing query | ||
11031 | 2024.05.16 00:54:33.035453 [ 3 ] {f156f663-96b4-44b8-ae66-0f92628874a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11032 | 2024.05.16 00:54:33.035496 [ 3 ] {} <Debug> HTTP-Session: b87d4829-4edc-42eb-9261-9c5dd7b8fedc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11033 | 2024.05.16 00:54:33.037737 [ 198 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1280 rows, containing 6 columns (6 merged, 0 gathered) in 0.006960105 sec., 183905.2715440356 rows/sec., 248.17 MiB/sec. | ||
11034 | 2024.05.16 00:54:33.038423 [ 191 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
11035 | 2024.05.16 00:54:33.038858 [ 191 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11036 | 2024.05.16 00:54:33.038941 [ 191 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
11037 | 2024.05.16 00:54:33.039027 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.61 MiB. | ||
11038 | 2024.05.16 00:54:36.140189 [ 64 ] {} <Debug> oximeter.measurements_i64 (74e24dc1-baa9-43be-8658-e526ae654bba) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
11039 | 2024.05.16 00:54:36.140328 [ 64 ] {} <Trace> oximeter.measurements_i64 (74e24dc1-baa9-43be-8658-e526ae654bba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11040 | 2024.05.16 00:54:36.140378 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
11041 | 2024.05.16 00:54:36.140670 [ 197 ] {74e24dc1-baa9-43be-8658-e526ae654bba::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 | ||
11042 | 2024.05.16 00:54:36.140888 [ 197 ] {74e24dc1-baa9-43be-8658-e526ae654bba::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11043 | 2024.05.16 00:54:36.140928 [ 197 ] {74e24dc1-baa9-43be-8658-e526ae654bba::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part | ||
11044 | 2024.05.16 00:54:36.141008 [ 197 ] {74e24dc1-baa9-43be-8658-e526ae654bba::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 15 rows starting from the beginning of the part | ||
11045 | 2024.05.16 00:54:36.141207 [ 197 ] {74e24dc1-baa9-43be-8658-e526ae654bba::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 | ||
11046 | 2024.05.16 00:54:36.141513 [ 197 ] {74e24dc1-baa9-43be-8658-e526ae654bba::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 | ||
11047 | 2024.05.16 00:54:36.141692 [ 197 ] {74e24dc1-baa9-43be-8658-e526ae654bba::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 | ||
11048 | 2024.05.16 00:54:36.142923 [ 191 ] {74e24dc1-baa9-43be-8658-e526ae654bba::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.002410477 sec., 21157.63809403699 rows/sec., 1.51 MiB/sec. | ||
11049 | 2024.05.16 00:54:36.143165 [ 198 ] {74e24dc1-baa9-43be-8658-e526ae654bba::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
11050 | 2024.05.16 00:54:36.143723 [ 198 ] {74e24dc1-baa9-43be-8658-e526ae654bba::all_1_5_1} <Trace> oximeter.measurements_i64 (74e24dc1-baa9-43be-8658-e526ae654bba): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11051 | 2024.05.16 00:54:36.143832 [ 198 ] {74e24dc1-baa9-43be-8658-e526ae654bba::all_1_5_1} <Trace> oximeter.measurements_i64 (74e24dc1-baa9-43be-8658-e526ae654bba) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
11052 | 2024.05.16 00:54:36.143946 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
11053 | 2024.05.16 00:54:38.012165 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11054 | 2024.05.16 00:54:38.012280 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11055 | 2024.05.16 00:54:38.012308 [ 3 ] {} <Debug> HTTP-Session: 808c3c61-9874-4a41-b6fc-2f61565b660c Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
11056 | 2024.05.16 00:54:38.012335 [ 3 ] {} <Debug> HTTP-Session: 808c3c61-9874-4a41-b6fc-2f61565b660c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11057 | 2024.05.16 00:54:38.012353 [ 3 ] {} <Debug> HTTP-Session: 808c3c61-9874-4a41-b6fc-2f61565b660c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11058 | 2024.05.16 00:54:38.012407 [ 3 ] {} <Trace> HTTP-Session: 808c3c61-9874-4a41-b6fc-2f61565b660c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11059 | 2024.05.16 00:54:38.012616 [ 3 ] {2e922656-df06-4b76-8824-cfa5cdc14505} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11060 | 2024.05.16 00:54:38.012686 [ 3 ] {2e922656-df06-4b76-8824-cfa5cdc14505} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11061 | 2024.05.16 00:54:38.012895 [ 3 ] {2e922656-df06-4b76-8824-cfa5cdc14505} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11062 | 2024.05.16 00:54:38.013330 [ 3 ] {2e922656-df06-4b76-8824-cfa5cdc14505} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11063 | 2024.05.16 00:54:38.013369 [ 3 ] {2e922656-df06-4b76-8824-cfa5cdc14505} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
11064 | 2024.05.16 00:54:38.013749 [ 3 ] {2e922656-df06-4b76-8824-cfa5cdc14505} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
11065 | 2024.05.16 00:54:38.014080 [ 3 ] {2e922656-df06-4b76-8824-cfa5cdc14505} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11066 | 2024.05.16 00:54:38.014237 [ 3 ] {2e922656-df06-4b76-8824-cfa5cdc14505} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001691 sec., 33116.499112950914 rows/sec., 2.53 MiB/sec. | ||
11067 | 2024.05.16 00:54:38.014430 [ 3 ] {2e922656-df06-4b76-8824-cfa5cdc14505} <Debug> DynamicQueryHandler: Done processing query | ||
11068 | 2024.05.16 00:54:38.014455 [ 3 ] {2e922656-df06-4b76-8824-cfa5cdc14505} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11069 | 2024.05.16 00:54:38.014471 [ 3 ] {} <Debug> HTTP-Session: 808c3c61-9874-4a41-b6fc-2f61565b660c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11070 | 2024.05.16 00:54:38.014641 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11071 | 2024.05.16 00:54:38.014689 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11072 | 2024.05.16 00:54:38.014710 [ 3 ] {} <Debug> HTTP-Session: 7dd2d792-a5ea-4c6e-82a1-356723f28407 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
11073 | 2024.05.16 00:54:38.014726 [ 3 ] {} <Debug> HTTP-Session: 7dd2d792-a5ea-4c6e-82a1-356723f28407 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11074 | 2024.05.16 00:54:38.014740 [ 3 ] {} <Debug> HTTP-Session: 7dd2d792-a5ea-4c6e-82a1-356723f28407 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11075 | 2024.05.16 00:54:38.014771 [ 3 ] {} <Trace> HTTP-Session: 7dd2d792-a5ea-4c6e-82a1-356723f28407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11076 | 2024.05.16 00:54:38.014884 [ 3 ] {09d5f482-feea-4b76-84b9-d25d9182056d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11077 | 2024.05.16 00:54:38.014927 [ 3 ] {09d5f482-feea-4b76-84b9-d25d9182056d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11078 | 2024.05.16 00:54:38.015052 [ 3 ] {09d5f482-feea-4b76-84b9-d25d9182056d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11079 | 2024.05.16 00:54:38.015479 [ 3 ] {09d5f482-feea-4b76-84b9-d25d9182056d} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11080 | 2024.05.16 00:54:38.015517 [ 3 ] {09d5f482-feea-4b76-84b9-d25d9182056d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
11081 | 2024.05.16 00:54:38.015837 [ 3 ] {09d5f482-feea-4b76-84b9-d25d9182056d} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
11082 | 2024.05.16 00:54:38.016150 [ 3 ] {09d5f482-feea-4b76-84b9-d25d9182056d} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11083 | 2024.05.16 00:54:38.016299 [ 3 ] {09d5f482-feea-4b76-84b9-d25d9182056d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001449 sec., 44168.39199447895 rows/sec., 3.45 MiB/sec. | ||
11084 | 2024.05.16 00:54:38.016463 [ 3 ] {09d5f482-feea-4b76-84b9-d25d9182056d} <Debug> DynamicQueryHandler: Done processing query | ||
11085 | 2024.05.16 00:54:38.016488 [ 3 ] {09d5f482-feea-4b76-84b9-d25d9182056d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11086 | 2024.05.16 00:54:38.016504 [ 3 ] {} <Debug> HTTP-Session: 7dd2d792-a5ea-4c6e-82a1-356723f28407 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11087 | 2024.05.16 00:54:38.016660 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11088 | 2024.05.16 00:54:38.016710 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11089 | 2024.05.16 00:54:38.016729 [ 3 ] {} <Debug> HTTP-Session: f33ae9d0-68a5-41a4-8312-77bdaee4d159 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
11090 | 2024.05.16 00:54:38.016744 [ 3 ] {} <Debug> HTTP-Session: f33ae9d0-68a5-41a4-8312-77bdaee4d159 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11091 | 2024.05.16 00:54:38.016758 [ 3 ] {} <Debug> HTTP-Session: f33ae9d0-68a5-41a4-8312-77bdaee4d159 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11092 | 2024.05.16 00:54:38.016788 [ 3 ] {} <Trace> HTTP-Session: f33ae9d0-68a5-41a4-8312-77bdaee4d159 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11093 | 2024.05.16 00:54:38.016930 [ 3 ] {c9c4d545-7233-42d5-8d0e-caaf291d1f25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11094 | 2024.05.16 00:54:38.016976 [ 3 ] {c9c4d545-7233-42d5-8d0e-caaf291d1f25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11095 | 2024.05.16 00:54:38.017119 [ 3 ] {c9c4d545-7233-42d5-8d0e-caaf291d1f25} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11096 | 2024.05.16 00:54:38.017504 [ 3 ] {c9c4d545-7233-42d5-8d0e-caaf291d1f25} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11097 | 2024.05.16 00:54:38.017541 [ 3 ] {c9c4d545-7233-42d5-8d0e-caaf291d1f25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
11098 | 2024.05.16 00:54:38.017933 [ 3 ] {c9c4d545-7233-42d5-8d0e-caaf291d1f25} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
11099 | 2024.05.16 00:54:38.018270 [ 3 ] {c9c4d545-7233-42d5-8d0e-caaf291d1f25} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11100 | 2024.05.16 00:54:38.018422 [ 3 ] {c9c4d545-7233-42d5-8d0e-caaf291d1f25} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001553 sec., 103026.400515132 rows/sec., 7.18 MiB/sec. | ||
11101 | 2024.05.16 00:54:38.018587 [ 3 ] {c9c4d545-7233-42d5-8d0e-caaf291d1f25} <Debug> DynamicQueryHandler: Done processing query | ||
11102 | 2024.05.16 00:54:38.018611 [ 3 ] {c9c4d545-7233-42d5-8d0e-caaf291d1f25} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11103 | 2024.05.16 00:54:38.018626 [ 3 ] {} <Debug> HTTP-Session: f33ae9d0-68a5-41a4-8312-77bdaee4d159 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11104 | 2024.05.16 00:54:38.018799 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11105 | 2024.05.16 00:54:38.018846 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11106 | 2024.05.16 00:54:38.018865 [ 3 ] {} <Debug> HTTP-Session: 0f8ccf4e-1f8d-4ae5-80ac-cdc3fd7c9e49 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
11107 | 2024.05.16 00:54:38.018881 [ 3 ] {} <Debug> HTTP-Session: 0f8ccf4e-1f8d-4ae5-80ac-cdc3fd7c9e49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11108 | 2024.05.16 00:54:38.018894 [ 3 ] {} <Debug> HTTP-Session: 0f8ccf4e-1f8d-4ae5-80ac-cdc3fd7c9e49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11109 | 2024.05.16 00:54:38.018925 [ 3 ] {} <Trace> HTTP-Session: 0f8ccf4e-1f8d-4ae5-80ac-cdc3fd7c9e49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11110 | 2024.05.16 00:54:38.019049 [ 3 ] {1ca60069-c35e-4ddb-a437-f3ea7aec1014} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11111 | 2024.05.16 00:54:38.019092 [ 3 ] {1ca60069-c35e-4ddb-a437-f3ea7aec1014} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11112 | 2024.05.16 00:54:38.019216 [ 3 ] {1ca60069-c35e-4ddb-a437-f3ea7aec1014} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11113 | 2024.05.16 00:54:38.019512 [ 3 ] {1ca60069-c35e-4ddb-a437-f3ea7aec1014} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11114 | 2024.05.16 00:54:38.019549 [ 3 ] {1ca60069-c35e-4ddb-a437-f3ea7aec1014} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
11115 | 2024.05.16 00:54:38.019912 [ 3 ] {1ca60069-c35e-4ddb-a437-f3ea7aec1014} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
11116 | 2024.05.16 00:54:38.020232 [ 3 ] {1ca60069-c35e-4ddb-a437-f3ea7aec1014} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11117 | 2024.05.16 00:54:38.020383 [ 3 ] {1ca60069-c35e-4ddb-a437-f3ea7aec1014} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00138 sec., 43478.260869565216 rows/sec., 2.93 MiB/sec. | ||
11118 | 2024.05.16 00:54:38.020556 [ 3 ] {1ca60069-c35e-4ddb-a437-f3ea7aec1014} <Debug> DynamicQueryHandler: Done processing query | ||
11119 | 2024.05.16 00:54:38.020581 [ 3 ] {1ca60069-c35e-4ddb-a437-f3ea7aec1014} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11120 | 2024.05.16 00:54:38.020597 [ 3 ] {} <Debug> HTTP-Session: 0f8ccf4e-1f8d-4ae5-80ac-cdc3fd7c9e49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11121 | 2024.05.16 00:54:43.016377 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7938, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11122 | 2024.05.16 00:54:43.016499 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11123 | 2024.05.16 00:54:43.016527 [ 3 ] {} <Debug> HTTP-Session: ba37d299-ce79-4b16-974d-cb6b3fa8582a Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
11124 | 2024.05.16 00:54:43.016554 [ 3 ] {} <Debug> HTTP-Session: ba37d299-ce79-4b16-974d-cb6b3fa8582a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11125 | 2024.05.16 00:54:43.016572 [ 3 ] {} <Debug> HTTP-Session: ba37d299-ce79-4b16-974d-cb6b3fa8582a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11126 | 2024.05.16 00:54:43.016624 [ 3 ] {} <Trace> HTTP-Session: ba37d299-ce79-4b16-974d-cb6b3fa8582a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11127 | 2024.05.16 00:54:43.016830 [ 3 ] {cc81a23c-8bbe-4048-b65b-bc21aa160d96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11128 | 2024.05.16 00:54:43.016898 [ 3 ] {cc81a23c-8bbe-4048-b65b-bc21aa160d96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11129 | 2024.05.16 00:54:43.017108 [ 3 ] {cc81a23c-8bbe-4048-b65b-bc21aa160d96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11130 | 2024.05.16 00:54:43.017586 [ 3 ] {cc81a23c-8bbe-4048-b65b-bc21aa160d96} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11131 | 2024.05.16 00:54:43.017625 [ 3 ] {cc81a23c-8bbe-4048-b65b-bc21aa160d96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
11132 | 2024.05.16 00:54:43.017983 [ 3 ] {cc81a23c-8bbe-4048-b65b-bc21aa160d96} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
11133 | 2024.05.16 00:54:43.018320 [ 3 ] {cc81a23c-8bbe-4048-b65b-bc21aa160d96} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11134 | 2024.05.16 00:54:43.018461 [ 3 ] {cc81a23c-8bbe-4048-b65b-bc21aa160d96} <Debug> executeQuery: Read 55 rows, 4.46 KiB in 0.001699 sec., 32371.98351971748 rows/sec., 2.56 MiB/sec. | ||
11135 | 2024.05.16 00:54:43.018748 [ 3 ] {cc81a23c-8bbe-4048-b65b-bc21aa160d96} <Debug> DynamicQueryHandler: Done processing query | ||
11136 | 2024.05.16 00:54:43.018796 [ 3 ] {cc81a23c-8bbe-4048-b65b-bc21aa160d96} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11137 | 2024.05.16 00:54:43.018832 [ 3 ] {} <Debug> HTTP-Session: ba37d299-ce79-4b16-974d-cb6b3fa8582a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11138 | 2024.05.16 00:54:43.018993 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11139 | 2024.05.16 00:54:43.019044 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11140 | 2024.05.16 00:54:43.019064 [ 3 ] {} <Debug> HTTP-Session: 19e01788-afe5-4a86-b1a3-a63072771a56 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
11141 | 2024.05.16 00:54:43.019083 [ 3 ] {} <Debug> HTTP-Session: 19e01788-afe5-4a86-b1a3-a63072771a56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11142 | 2024.05.16 00:54:43.019097 [ 3 ] {} <Debug> HTTP-Session: 19e01788-afe5-4a86-b1a3-a63072771a56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11143 | 2024.05.16 00:54:43.019129 [ 3 ] {} <Trace> HTTP-Session: 19e01788-afe5-4a86-b1a3-a63072771a56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11144 | 2024.05.16 00:54:43.019233 [ 3 ] {591d3391-92a2-450d-a181-6e27dab408ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11145 | 2024.05.16 00:54:43.019278 [ 3 ] {591d3391-92a2-450d-a181-6e27dab408ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11146 | 2024.05.16 00:54:43.019423 [ 3 ] {591d3391-92a2-450d-a181-6e27dab408ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11147 | 2024.05.16 00:54:43.019725 [ 3 ] {591d3391-92a2-450d-a181-6e27dab408ad} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11148 | 2024.05.16 00:54:43.019761 [ 3 ] {591d3391-92a2-450d-a181-6e27dab408ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
11149 | 2024.05.16 00:54:43.020049 [ 3 ] {591d3391-92a2-450d-a181-6e27dab408ad} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
11150 | 2024.05.16 00:54:43.020343 [ 3 ] {591d3391-92a2-450d-a181-6e27dab408ad} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11151 | 2024.05.16 00:54:43.020460 [ 56 ] {} <Debug> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97) (MergerMutator): Selected 6 parts from all_1_22_5 to all_27_27_0 | ||
11152 | 2024.05.16 00:54:43.020465 [ 3 ] {591d3391-92a2-450d-a181-6e27dab408ad} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001263 sec., 3167.0625494853525 rows/sec., 258.25 KiB/sec. | ||
11153 | 2024.05.16 00:54:43.020500 [ 56 ] {} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11154 | 2024.05.16 00:54:43.020535 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
11155 | 2024.05.16 00:54:43.020707 [ 3 ] {591d3391-92a2-450d-a181-6e27dab408ad} <Debug> DynamicQueryHandler: Done processing query | ||
11156 | 2024.05.16 00:54:43.020744 [ 191 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_27_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_22_5 to all_27_27_0 into Compact with storage Full | ||
11157 | 2024.05.16 00:54:43.020748 [ 3 ] {591d3391-92a2-450d-a181-6e27dab408ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11158 | 2024.05.16 00:54:43.020837 [ 3 ] {} <Debug> HTTP-Session: 19e01788-afe5-4a86-b1a3-a63072771a56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11159 | 2024.05.16 00:54:43.020993 [ 191 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_27_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11160 | 2024.05.16 00:54:43.021064 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 38012, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11161 | 2024.05.16 00:54:43.021070 [ 191 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_22_5, total 14 rows starting from the beginning of the part | ||
11162 | 2024.05.16 00:54:43.021153 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11163 | 2024.05.16 00:54:43.021228 [ 3 ] {} <Debug> HTTP-Session: ce03eaaa-a0bb-4809-aa64-9c08570e7f46 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
11164 | 2024.05.16 00:54:43.021314 [ 3 ] {} <Debug> HTTP-Session: ce03eaaa-a0bb-4809-aa64-9c08570e7f46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11165 | 2024.05.16 00:54:43.021335 [ 191 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 4 rows starting from the beginning of the part | ||
11166 | 2024.05.16 00:54:43.021360 [ 3 ] {} <Debug> HTTP-Session: ce03eaaa-a0bb-4809-aa64-9c08570e7f46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11167 | 2024.05.16 00:54:43.021482 [ 3 ] {} <Trace> HTTP-Session: ce03eaaa-a0bb-4809-aa64-9c08570e7f46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11168 | 2024.05.16 00:54:43.021624 [ 191 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part | ||
11169 | 2024.05.16 00:54:43.021935 [ 3 ] {d165f372-60bf-4747-86f8-80ab51926000} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11170 | 2024.05.16 00:54:43.021960 [ 191 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 3 rows starting from the beginning of the part | ||
11171 | 2024.05.16 00:54:43.022072 [ 3 ] {d165f372-60bf-4747-86f8-80ab51926000} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11172 | 2024.05.16 00:54:43.022258 [ 191 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 3 rows starting from the beginning of the part | ||
11173 | 2024.05.16 00:54:43.022701 [ 191 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 4 rows starting from the beginning of the part | ||
11174 | 2024.05.16 00:54:43.023005 [ 3 ] {d165f372-60bf-4747-86f8-80ab51926000} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11175 | 2024.05.16 00:54:43.024146 [ 3 ] {d165f372-60bf-4747-86f8-80ab51926000} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11176 | 2024.05.16 00:54:43.024234 [ 3 ] {d165f372-60bf-4747-86f8-80ab51926000} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
11177 | 2024.05.16 00:54:43.025109 [ 198 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_27_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.004476776 sec., 7148.001150828185 rows/sec., 573.05 KiB/sec. | ||
11178 | 2024.05.16 00:54:43.025149 [ 3 ] {d165f372-60bf-4747-86f8-80ab51926000} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
11179 | 2024.05.16 00:54:43.025375 [ 198 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_27_6} <Trace> MergedBlockOutputStream: filled checksums all_1_27_6 (state Temporary) | ||
11180 | 2024.05.16 00:54:43.025922 [ 3 ] {d165f372-60bf-4747-86f8-80ab51926000} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11181 | 2024.05.16 00:54:43.026224 [ 3 ] {d165f372-60bf-4747-86f8-80ab51926000} <Debug> executeQuery: Read 259 rows, 22.30 KiB in 0.004518 sec., 57326.250553342186 rows/sec., 4.82 MiB/sec. | ||
11182 | 2024.05.16 00:54:43.026406 [ 198 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_27_6} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Renaming temporary part tmp_merge_all_1_27_6 to all_1_27_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11183 | 2024.05.16 00:54:43.026550 [ 3 ] {d165f372-60bf-4747-86f8-80ab51926000} <Debug> DynamicQueryHandler: Done processing query | ||
11184 | 2024.05.16 00:54:43.026562 [ 198 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_27_6} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97) (MergerMutator): Merged 6 parts: [all_1_22_5, all_27_27_0] -> all_1_27_6 | ||
11185 | 2024.05.16 00:54:43.026591 [ 3 ] {d165f372-60bf-4747-86f8-80ab51926000} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
11186 | 2024.05.16 00:54:43.026641 [ 3 ] {} <Debug> HTTP-Session: ce03eaaa-a0bb-4809-aa64-9c08570e7f46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11187 | 2024.05.16 00:54:43.026752 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
11188 | 2024.05.16 00:54:43.026813 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11189 | 2024.05.16 00:54:43.026869 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11190 | 2024.05.16 00:54:43.026889 [ 3 ] {} <Debug> HTTP-Session: adc6e719-7ada-4ca2-9ec8-ec5c0c6350c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
11191 | 2024.05.16 00:54:43.026905 [ 3 ] {} <Debug> HTTP-Session: adc6e719-7ada-4ca2-9ec8-ec5c0c6350c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11192 | 2024.05.16 00:54:43.026918 [ 3 ] {} <Debug> HTTP-Session: adc6e719-7ada-4ca2-9ec8-ec5c0c6350c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11193 | 2024.05.16 00:54:43.026950 [ 3 ] {} <Trace> HTTP-Session: adc6e719-7ada-4ca2-9ec8-ec5c0c6350c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11194 | 2024.05.16 00:54:43.027053 [ 3 ] {3817f65f-8674-4608-b2e5-787faed89ce2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11195 | 2024.05.16 00:54:43.027098 [ 3 ] {3817f65f-8674-4608-b2e5-787faed89ce2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11196 | 2024.05.16 00:54:43.027247 [ 3 ] {3817f65f-8674-4608-b2e5-787faed89ce2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11197 | 2024.05.16 00:54:43.027531 [ 3 ] {3817f65f-8674-4608-b2e5-787faed89ce2} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11198 | 2024.05.16 00:54:43.027567 [ 3 ] {3817f65f-8674-4608-b2e5-787faed89ce2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
11199 | 2024.05.16 00:54:43.027863 [ 3 ] {3817f65f-8674-4608-b2e5-787faed89ce2} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
11200 | 2024.05.16 00:54:43.028181 [ 3 ] {3817f65f-8674-4608-b2e5-787faed89ce2} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11201 | 2024.05.16 00:54:43.028303 [ 56 ] {} <Debug> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d) (MergerMutator): Selected 6 parts from all_1_22_5 to all_27_27_0 | ||
11202 | 2024.05.16 00:54:43.028312 [ 3 ] {3817f65f-8674-4608-b2e5-787faed89ce2} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001286 sec., 3110.4199066874025 rows/sec., 217.18 KiB/sec. | ||
11203 | 2024.05.16 00:54:43.028333 [ 56 ] {} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11204 | 2024.05.16 00:54:43.028366 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
11205 | 2024.05.16 00:54:43.028569 [ 201 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_27_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_22_5 to all_27_27_0 into Compact with storage Full | ||
11206 | 2024.05.16 00:54:43.028582 [ 3 ] {3817f65f-8674-4608-b2e5-787faed89ce2} <Debug> DynamicQueryHandler: Done processing query | ||
11207 | 2024.05.16 00:54:43.028668 [ 3 ] {3817f65f-8674-4608-b2e5-787faed89ce2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11208 | 2024.05.16 00:54:43.028691 [ 3 ] {} <Debug> HTTP-Session: adc6e719-7ada-4ca2-9ec8-ec5c0c6350c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11209 | 2024.05.16 00:54:43.028811 [ 201 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_27_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11210 | 2024.05.16 00:54:43.028871 [ 201 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_22_5, total 14 rows starting from the beginning of the part | ||
11211 | 2024.05.16 00:54:43.028874 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 24931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11212 | 2024.05.16 00:54:43.029026 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11213 | 2024.05.16 00:54:43.029114 [ 3 ] {} <Debug> HTTP-Session: d0af3460-a319-4b30-b895-4fbc934f9f02 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
11214 | 2024.05.16 00:54:43.029130 [ 201 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 4 rows starting from the beginning of the part | ||
11215 | 2024.05.16 00:54:43.029187 [ 3 ] {} <Debug> HTTP-Session: d0af3460-a319-4b30-b895-4fbc934f9f02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11216 | 2024.05.16 00:54:43.029237 [ 3 ] {} <Debug> HTTP-Session: d0af3460-a319-4b30-b895-4fbc934f9f02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11217 | 2024.05.16 00:54:43.029379 [ 3 ] {} <Trace> HTTP-Session: d0af3460-a319-4b30-b895-4fbc934f9f02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11218 | 2024.05.16 00:54:43.029422 [ 201 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part | ||
11219 | 2024.05.16 00:54:43.029657 [ 201 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 3 rows starting from the beginning of the part | ||
11220 | 2024.05.16 00:54:43.029806 [ 3 ] {20dc2cfc-bbbe-4851-b14a-83dffdd70b0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11221 | 2024.05.16 00:54:43.029954 [ 201 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 3 rows starting from the beginning of the part | ||
11222 | 2024.05.16 00:54:43.029992 [ 3 ] {20dc2cfc-bbbe-4851-b14a-83dffdd70b0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11223 | 2024.05.16 00:54:43.030370 [ 201 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 4 rows starting from the beginning of the part | ||
11224 | 2024.05.16 00:54:43.031134 [ 3 ] {20dc2cfc-bbbe-4851-b14a-83dffdd70b0a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11225 | 2024.05.16 00:54:43.031999 [ 3 ] {20dc2cfc-bbbe-4851-b14a-83dffdd70b0a} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11226 | 2024.05.16 00:54:43.032063 [ 3 ] {20dc2cfc-bbbe-4851-b14a-83dffdd70b0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
11227 | 2024.05.16 00:54:43.032917 [ 3 ] {20dc2cfc-bbbe-4851-b14a-83dffdd70b0a} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
11228 | 2024.05.16 00:54:43.032949 [ 201 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_27_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.004484756 sec., 7135.282276226399 rows/sec., 488.42 KiB/sec. | ||
11229 | 2024.05.16 00:54:43.033122 [ 201 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_27_6} <Trace> MergedBlockOutputStream: filled checksums all_1_27_6 (state Temporary) | ||
11230 | 2024.05.16 00:54:43.033577 [ 3 ] {20dc2cfc-bbbe-4851-b14a-83dffdd70b0a} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11231 | 2024.05.16 00:54:43.033858 [ 3 ] {20dc2cfc-bbbe-4851-b14a-83dffdd70b0a} <Debug> executeQuery: Read 147 rows, 11.74 KiB in 0.004272 sec., 34410.11235955056 rows/sec., 2.68 MiB/sec. | ||
11232 | 2024.05.16 00:54:43.033945 [ 201 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_27_6} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Renaming temporary part tmp_merge_all_1_27_6 to all_1_27_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11233 | 2024.05.16 00:54:43.034144 [ 201 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_27_6} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d) (MergerMutator): Merged 6 parts: [all_1_22_5, all_27_27_0] -> all_1_27_6 | ||
11234 | 2024.05.16 00:54:43.034187 [ 3 ] {20dc2cfc-bbbe-4851-b14a-83dffdd70b0a} <Debug> DynamicQueryHandler: Done processing query | ||
11235 | 2024.05.16 00:54:43.034257 [ 3 ] {20dc2cfc-bbbe-4851-b14a-83dffdd70b0a} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
11236 | 2024.05.16 00:54:43.034288 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
11237 | 2024.05.16 00:54:43.034299 [ 3 ] {} <Debug> HTTP-Session: d0af3460-a319-4b30-b895-4fbc934f9f02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11238 | 2024.05.16 00:54:43.034525 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 37977, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11239 | 2024.05.16 00:54:43.034572 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11240 | 2024.05.16 00:54:43.034592 [ 3 ] {} <Debug> HTTP-Session: c4b269c5-b602-4a3d-8860-9e154effc06f Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
11241 | 2024.05.16 00:54:43.034608 [ 3 ] {} <Debug> HTTP-Session: c4b269c5-b602-4a3d-8860-9e154effc06f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11242 | 2024.05.16 00:54:43.034621 [ 3 ] {} <Debug> HTTP-Session: c4b269c5-b602-4a3d-8860-9e154effc06f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11243 | 2024.05.16 00:54:43.034652 [ 3 ] {} <Trace> HTTP-Session: c4b269c5-b602-4a3d-8860-9e154effc06f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11244 | 2024.05.16 00:54:43.034831 [ 3 ] {92d2b347-f037-4500-aa44-e109cfac9d46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11245 | 2024.05.16 00:54:43.034877 [ 3 ] {92d2b347-f037-4500-aa44-e109cfac9d46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11246 | 2024.05.16 00:54:43.035041 [ 3 ] {92d2b347-f037-4500-aa44-e109cfac9d46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11247 | 2024.05.16 00:54:43.035466 [ 3 ] {92d2b347-f037-4500-aa44-e109cfac9d46} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11248 | 2024.05.16 00:54:43.035501 [ 3 ] {92d2b347-f037-4500-aa44-e109cfac9d46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
11249 | 2024.05.16 00:54:43.035888 [ 3 ] {92d2b347-f037-4500-aa44-e109cfac9d46} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
11250 | 2024.05.16 00:54:43.036220 [ 3 ] {92d2b347-f037-4500-aa44-e109cfac9d46} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11251 | 2024.05.16 00:54:43.036345 [ 3 ] {92d2b347-f037-4500-aa44-e109cfac9d46} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.001605 sec., 123364.4859813084 rows/sec., 8.61 MiB/sec. | ||
11252 | 2024.05.16 00:54:43.036510 [ 3 ] {92d2b347-f037-4500-aa44-e109cfac9d46} <Debug> DynamicQueryHandler: Done processing query | ||
11253 | 2024.05.16 00:54:43.036535 [ 3 ] {92d2b347-f037-4500-aa44-e109cfac9d46} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
11254 | 2024.05.16 00:54:43.036551 [ 3 ] {} <Debug> HTTP-Session: c4b269c5-b602-4a3d-8860-9e154effc06f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11255 | 2024.05.16 00:54:43.036733 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 58835, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11256 | 2024.05.16 00:54:43.036781 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11257 | 2024.05.16 00:54:43.036800 [ 3 ] {} <Debug> HTTP-Session: 99c700a2-2934-4c38-84f0-5f523366b705 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
11258 | 2024.05.16 00:54:43.036816 [ 3 ] {} <Debug> HTTP-Session: 99c700a2-2934-4c38-84f0-5f523366b705 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11259 | 2024.05.16 00:54:43.036830 [ 3 ] {} <Debug> HTTP-Session: 99c700a2-2934-4c38-84f0-5f523366b705 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11260 | 2024.05.16 00:54:43.036860 [ 3 ] {} <Trace> HTTP-Session: 99c700a2-2934-4c38-84f0-5f523366b705 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11261 | 2024.05.16 00:54:43.037248 [ 3 ] {9077a462-a763-4840-b542-cca0bd4db10b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11262 | 2024.05.16 00:54:43.037295 [ 3 ] {9077a462-a763-4840-b542-cca0bd4db10b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
11263 | 2024.05.16 00:54:43.037450 [ 3 ] {9077a462-a763-4840-b542-cca0bd4db10b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11264 | 2024.05.16 00:54:43.038060 [ 3 ] {9077a462-a763-4840-b542-cca0bd4db10b} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11265 | 2024.05.16 00:54:43.038096 [ 3 ] {9077a462-a763-4840-b542-cca0bd4db10b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
11266 | 2024.05.16 00:54:43.038513 [ 3 ] {9077a462-a763-4840-b542-cca0bd4db10b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
11267 | 2024.05.16 00:54:43.038852 [ 3 ] {9077a462-a763-4840-b542-cca0bd4db10b} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11268 | 2024.05.16 00:54:43.038979 [ 3 ] {9077a462-a763-4840-b542-cca0bd4db10b} <Debug> executeQuery: Read 55 rows, 76.00 KiB in 0.002033 sec., 27053.61534677816 rows/sec., 36.51 MiB/sec. | ||
11269 | 2024.05.16 00:54:43.039239 [ 3 ] {9077a462-a763-4840-b542-cca0bd4db10b} <Debug> DynamicQueryHandler: Done processing query | ||
11270 | 2024.05.16 00:54:43.039289 [ 3 ] {9077a462-a763-4840-b542-cca0bd4db10b} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
11271 | 2024.05.16 00:54:43.039338 [ 3 ] {} <Debug> HTTP-Session: 99c700a2-2934-4c38-84f0-5f523366b705 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11272 | 2024.05.16 00:54:43.039527 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11273 | 2024.05.16 00:54:43.039578 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11274 | 2024.05.16 00:54:43.039597 [ 3 ] {} <Debug> HTTP-Session: 7f3e3153-ab2c-4d8c-afe9-7c3071b0163e Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
11275 | 2024.05.16 00:54:43.039614 [ 3 ] {} <Debug> HTTP-Session: 7f3e3153-ab2c-4d8c-afe9-7c3071b0163e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11276 | 2024.05.16 00:54:43.039627 [ 3 ] {} <Debug> HTTP-Session: 7f3e3153-ab2c-4d8c-afe9-7c3071b0163e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11277 | 2024.05.16 00:54:43.039658 [ 3 ] {} <Trace> HTTP-Session: 7f3e3153-ab2c-4d8c-afe9-7c3071b0163e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11278 | 2024.05.16 00:54:43.039781 [ 3 ] {554fba72-d883-40f1-bac4-01585f09a73d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11279 | 2024.05.16 00:54:43.039828 [ 3 ] {554fba72-d883-40f1-bac4-01585f09a73d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11280 | 2024.05.16 00:54:43.039968 [ 3 ] {554fba72-d883-40f1-bac4-01585f09a73d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11281 | 2024.05.16 00:54:43.040304 [ 3 ] {554fba72-d883-40f1-bac4-01585f09a73d} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11282 | 2024.05.16 00:54:43.040339 [ 3 ] {554fba72-d883-40f1-bac4-01585f09a73d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
11283 | 2024.05.16 00:54:43.040687 [ 3 ] {554fba72-d883-40f1-bac4-01585f09a73d} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
11284 | 2024.05.16 00:54:43.041005 [ 3 ] {554fba72-d883-40f1-bac4-01585f09a73d} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11285 | 2024.05.16 00:54:43.041128 [ 3 ] {554fba72-d883-40f1-bac4-01585f09a73d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001393 sec., 43072.50538406317 rows/sec., 2.90 MiB/sec. | ||
11286 | 2024.05.16 00:54:43.041386 [ 3 ] {554fba72-d883-40f1-bac4-01585f09a73d} <Debug> DynamicQueryHandler: Done processing query | ||
11287 | 2024.05.16 00:54:43.041460 [ 3 ] {554fba72-d883-40f1-bac4-01585f09a73d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11288 | 2024.05.16 00:54:43.041527 [ 3 ] {} <Debug> HTTP-Session: 7f3e3153-ab2c-4d8c-afe9-7c3071b0163e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11289 | 2024.05.16 00:54:46.311214 [ 54 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11290 | 2024.05.16 00:54:46.311318 [ 54 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11291 | 2024.05.16 00:54:48.011534 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11292 | 2024.05.16 00:54:48.011648 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11293 | 2024.05.16 00:54:48.011676 [ 3 ] {} <Debug> HTTP-Session: f6b1d046-758f-4dfd-becc-615e90c7d795 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
11294 | 2024.05.16 00:54:48.011702 [ 3 ] {} <Debug> HTTP-Session: f6b1d046-758f-4dfd-becc-615e90c7d795 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11295 | 2024.05.16 00:54:48.011719 [ 3 ] {} <Debug> HTTP-Session: f6b1d046-758f-4dfd-becc-615e90c7d795 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11296 | 2024.05.16 00:54:48.011771 [ 3 ] {} <Trace> HTTP-Session: f6b1d046-758f-4dfd-becc-615e90c7d795 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11297 | 2024.05.16 00:54:48.011955 [ 3 ] {f5965601-1fe3-4d79-9d6b-9d467a05f3fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11298 | 2024.05.16 00:54:48.012026 [ 3 ] {f5965601-1fe3-4d79-9d6b-9d467a05f3fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11299 | 2024.05.16 00:54:48.012239 [ 3 ] {f5965601-1fe3-4d79-9d6b-9d467a05f3fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11300 | 2024.05.16 00:54:48.012671 [ 3 ] {f5965601-1fe3-4d79-9d6b-9d467a05f3fb} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11301 | 2024.05.16 00:54:48.012713 [ 3 ] {f5965601-1fe3-4d79-9d6b-9d467a05f3fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
11302 | 2024.05.16 00:54:48.013073 [ 3 ] {f5965601-1fe3-4d79-9d6b-9d467a05f3fb} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
11303 | 2024.05.16 00:54:48.013398 [ 3 ] {f5965601-1fe3-4d79-9d6b-9d467a05f3fb} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11304 | 2024.05.16 00:54:48.013565 [ 3 ] {f5965601-1fe3-4d79-9d6b-9d467a05f3fb} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00166 sec., 1204.8192771084337 rows/sec., 98.24 KiB/sec. | ||
11305 | 2024.05.16 00:54:48.013746 [ 3 ] {f5965601-1fe3-4d79-9d6b-9d467a05f3fb} <Debug> DynamicQueryHandler: Done processing query | ||
11306 | 2024.05.16 00:54:48.013773 [ 3 ] {f5965601-1fe3-4d79-9d6b-9d467a05f3fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11307 | 2024.05.16 00:54:48.013789 [ 3 ] {} <Debug> HTTP-Session: f6b1d046-758f-4dfd-becc-615e90c7d795 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11308 | 2024.05.16 00:54:48.013927 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11309 | 2024.05.16 00:54:48.013976 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11310 | 2024.05.16 00:54:48.013995 [ 3 ] {} <Debug> HTTP-Session: bd2b2f3f-e6c2-4c10-a555-d639020779d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
11311 | 2024.05.16 00:54:48.014013 [ 3 ] {} <Debug> HTTP-Session: bd2b2f3f-e6c2-4c10-a555-d639020779d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11312 | 2024.05.16 00:54:48.014026 [ 3 ] {} <Debug> HTTP-Session: bd2b2f3f-e6c2-4c10-a555-d639020779d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11313 | 2024.05.16 00:54:48.014060 [ 3 ] {} <Trace> HTTP-Session: bd2b2f3f-e6c2-4c10-a555-d639020779d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11314 | 2024.05.16 00:54:48.014176 [ 3 ] {6a77ddfa-ca3e-43d4-99a8-2fe7a9c443ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11315 | 2024.05.16 00:54:48.014220 [ 3 ] {6a77ddfa-ca3e-43d4-99a8-2fe7a9c443ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11316 | 2024.05.16 00:54:48.014348 [ 3 ] {6a77ddfa-ca3e-43d4-99a8-2fe7a9c443ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11317 | 2024.05.16 00:54:48.014678 [ 3 ] {6a77ddfa-ca3e-43d4-99a8-2fe7a9c443ae} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11318 | 2024.05.16 00:54:48.014714 [ 3 ] {6a77ddfa-ca3e-43d4-99a8-2fe7a9c443ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
11319 | 2024.05.16 00:54:48.015029 [ 3 ] {6a77ddfa-ca3e-43d4-99a8-2fe7a9c443ae} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
11320 | 2024.05.16 00:54:48.015332 [ 3 ] {6a77ddfa-ca3e-43d4-99a8-2fe7a9c443ae} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11321 | 2024.05.16 00:54:48.015485 [ 3 ] {6a77ddfa-ca3e-43d4-99a8-2fe7a9c443ae} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001345 sec., 42379.18215613383 rows/sec., 3.23 MiB/sec. | ||
11322 | 2024.05.16 00:54:48.015656 [ 3 ] {6a77ddfa-ca3e-43d4-99a8-2fe7a9c443ae} <Debug> DynamicQueryHandler: Done processing query | ||
11323 | 2024.05.16 00:54:48.015681 [ 3 ] {6a77ddfa-ca3e-43d4-99a8-2fe7a9c443ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11324 | 2024.05.16 00:54:48.015696 [ 3 ] {} <Debug> HTTP-Session: bd2b2f3f-e6c2-4c10-a555-d639020779d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11325 | 2024.05.16 00:54:48.015822 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11326 | 2024.05.16 00:54:48.015870 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11327 | 2024.05.16 00:54:48.015888 [ 3 ] {} <Debug> HTTP-Session: f7c52bab-b196-40d6-beb6-7800d4d0b283 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
11328 | 2024.05.16 00:54:48.015906 [ 3 ] {} <Debug> HTTP-Session: f7c52bab-b196-40d6-beb6-7800d4d0b283 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11329 | 2024.05.16 00:54:48.015919 [ 3 ] {} <Debug> HTTP-Session: f7c52bab-b196-40d6-beb6-7800d4d0b283 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11330 | 2024.05.16 00:54:48.015949 [ 3 ] {} <Trace> HTTP-Session: f7c52bab-b196-40d6-beb6-7800d4d0b283 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11331 | 2024.05.16 00:54:48.016043 [ 3 ] {df9aadd8-51af-428c-933d-90b78f74ea3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11332 | 2024.05.16 00:54:48.016091 [ 3 ] {df9aadd8-51af-428c-933d-90b78f74ea3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11333 | 2024.05.16 00:54:48.016217 [ 3 ] {df9aadd8-51af-428c-933d-90b78f74ea3f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11334 | 2024.05.16 00:54:48.016468 [ 3 ] {df9aadd8-51af-428c-933d-90b78f74ea3f} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11335 | 2024.05.16 00:54:48.016504 [ 3 ] {df9aadd8-51af-428c-933d-90b78f74ea3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
11336 | 2024.05.16 00:54:48.016793 [ 3 ] {df9aadd8-51af-428c-933d-90b78f74ea3f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
11337 | 2024.05.16 00:54:48.017090 [ 3 ] {df9aadd8-51af-428c-933d-90b78f74ea3f} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11338 | 2024.05.16 00:54:48.017230 [ 3 ] {df9aadd8-51af-428c-933d-90b78f74ea3f} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001209 sec., 1654.259718775848 rows/sec., 115.51 KiB/sec. | ||
11339 | 2024.05.16 00:54:48.017378 [ 3 ] {df9aadd8-51af-428c-933d-90b78f74ea3f} <Debug> DynamicQueryHandler: Done processing query | ||
11340 | 2024.05.16 00:54:48.017402 [ 3 ] {df9aadd8-51af-428c-933d-90b78f74ea3f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11341 | 2024.05.16 00:54:48.017418 [ 3 ] {} <Debug> HTTP-Session: f7c52bab-b196-40d6-beb6-7800d4d0b283 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11342 | 2024.05.16 00:54:48.017573 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 11233, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11343 | 2024.05.16 00:54:48.017620 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11344 | 2024.05.16 00:54:48.017639 [ 3 ] {} <Debug> HTTP-Session: d7f42b69-a15b-462a-bda3-289b6a9b0a14 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
11345 | 2024.05.16 00:54:48.017655 [ 3 ] {} <Debug> HTTP-Session: d7f42b69-a15b-462a-bda3-289b6a9b0a14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11346 | 2024.05.16 00:54:48.017668 [ 3 ] {} <Debug> HTTP-Session: d7f42b69-a15b-462a-bda3-289b6a9b0a14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11347 | 2024.05.16 00:54:48.017697 [ 3 ] {} <Trace> HTTP-Session: d7f42b69-a15b-462a-bda3-289b6a9b0a14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11348 | 2024.05.16 00:54:48.017817 [ 3 ] {ead38e84-c5b6-43b1-9cc4-19c8d088a82d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11349 | 2024.05.16 00:54:48.017859 [ 3 ] {ead38e84-c5b6-43b1-9cc4-19c8d088a82d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11350 | 2024.05.16 00:54:48.017981 [ 3 ] {ead38e84-c5b6-43b1-9cc4-19c8d088a82d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11351 | 2024.05.16 00:54:48.018286 [ 3 ] {ead38e84-c5b6-43b1-9cc4-19c8d088a82d} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11352 | 2024.05.16 00:54:48.018323 [ 3 ] {ead38e84-c5b6-43b1-9cc4-19c8d088a82d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
11353 | 2024.05.16 00:54:48.018624 [ 3 ] {ead38e84-c5b6-43b1-9cc4-19c8d088a82d} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
11354 | 2024.05.16 00:54:48.018915 [ 3 ] {ead38e84-c5b6-43b1-9cc4-19c8d088a82d} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11355 | 2024.05.16 00:54:48.019067 [ 3 ] {ead38e84-c5b6-43b1-9cc4-19c8d088a82d} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001289 sec., 51202.482544608225 rows/sec., 4.00 MiB/sec. | ||
11356 | 2024.05.16 00:54:48.019226 [ 3 ] {ead38e84-c5b6-43b1-9cc4-19c8d088a82d} <Debug> DynamicQueryHandler: Done processing query | ||
11357 | 2024.05.16 00:54:48.019250 [ 3 ] {ead38e84-c5b6-43b1-9cc4-19c8d088a82d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11358 | 2024.05.16 00:54:48.019266 [ 3 ] {} <Debug> HTTP-Session: d7f42b69-a15b-462a-bda3-289b6a9b0a14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11359 | 2024.05.16 00:54:48.019431 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30824, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11360 | 2024.05.16 00:54:48.019480 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11361 | 2024.05.16 00:54:48.019499 [ 3 ] {} <Debug> HTTP-Session: 3a803df5-bb29-4bcc-b2b3-03ec66cd2657 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
11362 | 2024.05.16 00:54:48.019514 [ 3 ] {} <Debug> HTTP-Session: 3a803df5-bb29-4bcc-b2b3-03ec66cd2657 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11363 | 2024.05.16 00:54:48.019528 [ 3 ] {} <Debug> HTTP-Session: 3a803df5-bb29-4bcc-b2b3-03ec66cd2657 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11364 | 2024.05.16 00:54:48.019556 [ 3 ] {} <Trace> HTTP-Session: 3a803df5-bb29-4bcc-b2b3-03ec66cd2657 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11365 | 2024.05.16 00:54:48.019703 [ 3 ] {adc83a38-3900-4ef8-aea2-833ded7e95b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11366 | 2024.05.16 00:54:48.019748 [ 3 ] {adc83a38-3900-4ef8-aea2-833ded7e95b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11367 | 2024.05.16 00:54:48.019889 [ 3 ] {adc83a38-3900-4ef8-aea2-833ded7e95b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11368 | 2024.05.16 00:54:48.020302 [ 3 ] {adc83a38-3900-4ef8-aea2-833ded7e95b4} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11369 | 2024.05.16 00:54:48.020337 [ 3 ] {adc83a38-3900-4ef8-aea2-833ded7e95b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
11370 | 2024.05.16 00:54:48.020725 [ 3 ] {adc83a38-3900-4ef8-aea2-833ded7e95b4} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
11371 | 2024.05.16 00:54:48.021054 [ 3 ] {adc83a38-3900-4ef8-aea2-833ded7e95b4} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11372 | 2024.05.16 00:54:48.021213 [ 3 ] {adc83a38-3900-4ef8-aea2-833ded7e95b4} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001575 sec., 102222.22222222222 rows/sec., 7.12 MiB/sec. | ||
11373 | 2024.05.16 00:54:48.021382 [ 3 ] {adc83a38-3900-4ef8-aea2-833ded7e95b4} <Debug> DynamicQueryHandler: Done processing query | ||
11374 | 2024.05.16 00:54:48.021407 [ 3 ] {adc83a38-3900-4ef8-aea2-833ded7e95b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11375 | 2024.05.16 00:54:48.021423 [ 3 ] {} <Debug> HTTP-Session: 3a803df5-bb29-4bcc-b2b3-03ec66cd2657 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11376 | 2024.05.16 00:54:48.021598 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11377 | 2024.05.16 00:54:48.021646 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11378 | 2024.05.16 00:54:48.021665 [ 3 ] {} <Debug> HTTP-Session: 60478e06-5bd0-4b3d-b2c4-95f489615586 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
11379 | 2024.05.16 00:54:48.021680 [ 3 ] {} <Debug> HTTP-Session: 60478e06-5bd0-4b3d-b2c4-95f489615586 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11380 | 2024.05.16 00:54:48.021694 [ 3 ] {} <Debug> HTTP-Session: 60478e06-5bd0-4b3d-b2c4-95f489615586 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11381 | 2024.05.16 00:54:48.021723 [ 3 ] {} <Trace> HTTP-Session: 60478e06-5bd0-4b3d-b2c4-95f489615586 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11382 | 2024.05.16 00:54:48.021845 [ 3 ] {323dc5ff-2a85-4b63-b74e-6da542ded5be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11383 | 2024.05.16 00:54:48.021889 [ 3 ] {323dc5ff-2a85-4b63-b74e-6da542ded5be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11384 | 2024.05.16 00:54:48.022013 [ 3 ] {323dc5ff-2a85-4b63-b74e-6da542ded5be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11385 | 2024.05.16 00:54:48.022316 [ 3 ] {323dc5ff-2a85-4b63-b74e-6da542ded5be} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11386 | 2024.05.16 00:54:48.022352 [ 3 ] {323dc5ff-2a85-4b63-b74e-6da542ded5be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
11387 | 2024.05.16 00:54:48.022707 [ 3 ] {323dc5ff-2a85-4b63-b74e-6da542ded5be} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
11388 | 2024.05.16 00:54:48.023017 [ 3 ] {323dc5ff-2a85-4b63-b74e-6da542ded5be} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11389 | 2024.05.16 00:54:48.023165 [ 3 ] {323dc5ff-2a85-4b63-b74e-6da542ded5be} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001369 sec., 43827.61139517897 rows/sec., 2.95 MiB/sec. | ||
11390 | 2024.05.16 00:54:48.023426 [ 3 ] {323dc5ff-2a85-4b63-b74e-6da542ded5be} <Debug> DynamicQueryHandler: Done processing query | ||
11391 | 2024.05.16 00:54:48.023487 [ 3 ] {323dc5ff-2a85-4b63-b74e-6da542ded5be} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11392 | 2024.05.16 00:54:48.023546 [ 3 ] {} <Debug> HTTP-Session: 60478e06-5bd0-4b3d-b2c4-95f489615586 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11393 | 2024.05.16 00:54:53.014719 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7938, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11394 | 2024.05.16 00:54:53.014835 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11395 | 2024.05.16 00:54:53.014858 [ 3 ] {} <Debug> HTTP-Session: 3ae89271-da67-4a37-9fd6-9c59728112a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
11396 | 2024.05.16 00:54:53.014881 [ 3 ] {} <Debug> HTTP-Session: 3ae89271-da67-4a37-9fd6-9c59728112a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11397 | 2024.05.16 00:54:53.014895 [ 3 ] {} <Debug> HTTP-Session: 3ae89271-da67-4a37-9fd6-9c59728112a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11398 | 2024.05.16 00:54:53.014940 [ 3 ] {} <Trace> HTTP-Session: 3ae89271-da67-4a37-9fd6-9c59728112a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11399 | 2024.05.16 00:54:53.015116 [ 3 ] {2c261b99-e62f-4cf0-8d02-be8624e78144} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11400 | 2024.05.16 00:54:53.015177 [ 3 ] {2c261b99-e62f-4cf0-8d02-be8624e78144} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11401 | 2024.05.16 00:54:53.015355 [ 3 ] {2c261b99-e62f-4cf0-8d02-be8624e78144} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11402 | 2024.05.16 00:54:53.015846 [ 3 ] {2c261b99-e62f-4cf0-8d02-be8624e78144} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11403 | 2024.05.16 00:54:53.015886 [ 3 ] {2c261b99-e62f-4cf0-8d02-be8624e78144} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
11404 | 2024.05.16 00:54:53.016248 [ 3 ] {2c261b99-e62f-4cf0-8d02-be8624e78144} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
11405 | 2024.05.16 00:54:53.016583 [ 3 ] {2c261b99-e62f-4cf0-8d02-be8624e78144} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11406 | 2024.05.16 00:54:53.016734 [ 3 ] {2c261b99-e62f-4cf0-8d02-be8624e78144} <Debug> executeQuery: Read 55 rows, 4.46 KiB in 0.00168 sec., 32738.095238095237 rows/sec., 2.59 MiB/sec. | ||
11407 | 2024.05.16 00:54:53.016953 [ 3 ] {2c261b99-e62f-4cf0-8d02-be8624e78144} <Debug> DynamicQueryHandler: Done processing query | ||
11408 | 2024.05.16 00:54:53.016980 [ 3 ] {2c261b99-e62f-4cf0-8d02-be8624e78144} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11409 | 2024.05.16 00:54:53.016996 [ 3 ] {} <Debug> HTTP-Session: 3ae89271-da67-4a37-9fd6-9c59728112a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11410 | 2024.05.16 00:54:53.017209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 32815, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11411 | 2024.05.16 00:54:53.017262 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11412 | 2024.05.16 00:54:53.017282 [ 3 ] {} <Debug> HTTP-Session: d7bf3645-dc9f-4b45-a072-faa7f22fae5a Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
11413 | 2024.05.16 00:54:53.017300 [ 3 ] {} <Debug> HTTP-Session: d7bf3645-dc9f-4b45-a072-faa7f22fae5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11414 | 2024.05.16 00:54:53.017313 [ 3 ] {} <Debug> HTTP-Session: d7bf3645-dc9f-4b45-a072-faa7f22fae5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11415 | 2024.05.16 00:54:53.017347 [ 3 ] {} <Trace> HTTP-Session: d7bf3645-dc9f-4b45-a072-faa7f22fae5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11416 | 2024.05.16 00:54:53.017507 [ 3 ] {f0bbec58-faa1-4e61-bf48-5496690184c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11417 | 2024.05.16 00:54:53.017553 [ 3 ] {f0bbec58-faa1-4e61-bf48-5496690184c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11418 | 2024.05.16 00:54:53.017683 [ 3 ] {f0bbec58-faa1-4e61-bf48-5496690184c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11419 | 2024.05.16 00:54:53.018125 [ 3 ] {f0bbec58-faa1-4e61-bf48-5496690184c5} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11420 | 2024.05.16 00:54:53.018160 [ 3 ] {f0bbec58-faa1-4e61-bf48-5496690184c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
11421 | 2024.05.16 00:54:53.018476 [ 3 ] {f0bbec58-faa1-4e61-bf48-5496690184c5} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
11422 | 2024.05.16 00:54:53.018781 [ 3 ] {f0bbec58-faa1-4e61-bf48-5496690184c5} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11423 | 2024.05.16 00:54:53.018931 [ 3 ] {f0bbec58-faa1-4e61-bf48-5496690184c5} <Debug> executeQuery: Read 221 rows, 19.38 KiB in 0.0015 sec., 147333.33333333334 rows/sec., 12.62 MiB/sec. | ||
11424 | 2024.05.16 00:54:53.018954 [ 45 ] {} <Debug> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
11425 | 2024.05.16 00:54:53.019054 [ 45 ] {} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11426 | 2024.05.16 00:54:53.019091 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
11427 | 2024.05.16 00:54:53.019144 [ 3 ] {f0bbec58-faa1-4e61-bf48-5496690184c5} <Debug> DynamicQueryHandler: Done processing query | ||
11428 | 2024.05.16 00:54:53.019196 [ 3 ] {f0bbec58-faa1-4e61-bf48-5496690184c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
11429 | 2024.05.16 00:54:53.019233 [ 3 ] {} <Debug> HTTP-Session: d7bf3645-dc9f-4b45-a072-faa7f22fae5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11430 | 2024.05.16 00:54:53.019275 [ 192 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::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 | ||
11431 | 2024.05.16 00:54:53.019455 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 20207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11432 | 2024.05.16 00:54:53.019587 [ 192 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11433 | 2024.05.16 00:54:53.019587 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11434 | 2024.05.16 00:54:53.019659 [ 3 ] {} <Debug> HTTP-Session: c6033e3f-7793-4378-a744-6ccb697a6f6d Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
11435 | 2024.05.16 00:54:53.019664 [ 192 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 271 rows starting from the beginning of the part | ||
11436 | 2024.05.16 00:54:53.019700 [ 3 ] {} <Debug> HTTP-Session: c6033e3f-7793-4378-a744-6ccb697a6f6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11437 | 2024.05.16 00:54:53.019743 [ 3 ] {} <Debug> HTTP-Session: c6033e3f-7793-4378-a744-6ccb697a6f6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11438 | 2024.05.16 00:54:53.019905 [ 3 ] {} <Trace> HTTP-Session: c6033e3f-7793-4378-a744-6ccb697a6f6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11439 | 2024.05.16 00:54:53.020042 [ 192 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 227 rows starting from the beginning of the part | ||
11440 | 2024.05.16 00:54:53.020471 [ 3 ] {5efe8d40-4074-4271-a84d-1bec584a2705} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11441 | 2024.05.16 00:54:53.020535 [ 192 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 56 rows starting from the beginning of the part | ||
11442 | 2024.05.16 00:54:53.020636 [ 3 ] {5efe8d40-4074-4271-a84d-1bec584a2705} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11443 | 2024.05.16 00:54:53.020860 [ 192 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 259 rows starting from the beginning of the part | ||
11444 | 2024.05.16 00:54:53.021146 [ 192 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 57 rows starting from the beginning of the part | ||
11445 | 2024.05.16 00:54:53.021351 [ 192 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 221 rows starting from the beginning of the part | ||
11446 | 2024.05.16 00:54:53.021600 [ 3 ] {5efe8d40-4074-4271-a84d-1bec584a2705} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11447 | 2024.05.16 00:54:53.022245 [ 3 ] {5efe8d40-4074-4271-a84d-1bec584a2705} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11448 | 2024.05.16 00:54:53.022286 [ 3 ] {5efe8d40-4074-4271-a84d-1bec584a2705} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
11449 | 2024.05.16 00:54:53.022740 [ 3 ] {5efe8d40-4074-4271-a84d-1bec584a2705} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
11450 | 2024.05.16 00:54:53.023122 [ 189 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1091 rows, containing 4 columns (4 merged, 0 gathered) in 0.003946873 sec., 276421.35939007916 rows/sec., 23.13 MiB/sec. | ||
11451 | 2024.05.16 00:54:53.023227 [ 3 ] {5efe8d40-4074-4271-a84d-1bec584a2705} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11452 | 2024.05.16 00:54:53.023423 [ 189 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
11453 | 2024.05.16 00:54:53.023468 [ 45 ] {} <Debug> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
11454 | 2024.05.16 00:54:53.023495 [ 3 ] {5efe8d40-4074-4271-a84d-1bec584a2705} <Debug> executeQuery: Read 119 rows, 9.52 KiB in 0.003289 sec., 36181.210094253576 rows/sec., 2.83 MiB/sec. | ||
11455 | 2024.05.16 00:54:53.023554 [ 45 ] {} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11456 | 2024.05.16 00:54:53.023627 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
11457 | 2024.05.16 00:54:53.024038 [ 3 ] {5efe8d40-4074-4271-a84d-1bec584a2705} <Debug> DynamicQueryHandler: Done processing query | ||
11458 | 2024.05.16 00:54:53.024129 [ 3 ] {5efe8d40-4074-4271-a84d-1bec584a2705} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
11459 | 2024.05.16 00:54:53.024257 [ 3 ] {} <Debug> HTTP-Session: c6033e3f-7793-4378-a744-6ccb697a6f6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11460 | 2024.05.16 00:54:53.024285 [ 199 ] {a3945bea-d52e-471f-9886-008e21606338::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 | ||
11461 | 2024.05.16 00:54:53.024549 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11462 | 2024.05.16 00:54:53.024704 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11463 | 2024.05.16 00:54:53.024766 [ 189 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_86_17} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11464 | 2024.05.16 00:54:53.024789 [ 3 ] {} <Debug> HTTP-Session: 51d15ccb-ad47-4d0b-b411-973448307f5c Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
11465 | 2024.05.16 00:54:53.024818 [ 199 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11466 | 2024.05.16 00:54:53.024865 [ 3 ] {} <Debug> HTTP-Session: 51d15ccb-ad47-4d0b-b411-973448307f5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11467 | 2024.05.16 00:54:53.024925 [ 3 ] {} <Debug> HTTP-Session: 51d15ccb-ad47-4d0b-b411-973448307f5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11468 | 2024.05.16 00:54:53.024942 [ 199 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 199 rows starting from the beginning of the part | ||
11469 | 2024.05.16 00:54:53.025012 [ 3 ] {} <Trace> HTTP-Session: 51d15ccb-ad47-4d0b-b411-973448307f5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11470 | 2024.05.16 00:54:53.025050 [ 189 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_86_17} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
11471 | 2024.05.16 00:54:53.025453 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
11472 | 2024.05.16 00:54:53.025463 [ 3 ] {21529838-ca6f-4c26-9579-ac0fb176f513} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11473 | 2024.05.16 00:54:53.025487 [ 199 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 140 rows starting from the beginning of the part | ||
11474 | 2024.05.16 00:54:53.025610 [ 3 ] {21529838-ca6f-4c26-9579-ac0fb176f513} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11475 | 2024.05.16 00:54:53.025761 [ 199 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 64 rows starting from the beginning of the part | ||
11476 | 2024.05.16 00:54:53.026088 [ 199 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 147 rows starting from the beginning of the part | ||
11477 | 2024.05.16 00:54:53.026433 [ 199 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 66 rows starting from the beginning of the part | ||
11478 | 2024.05.16 00:54:53.026745 [ 199 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 119 rows starting from the beginning of the part | ||
11479 | 2024.05.16 00:54:53.027201 [ 3 ] {21529838-ca6f-4c26-9579-ac0fb176f513} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11480 | 2024.05.16 00:54:53.028165 [ 3 ] {21529838-ca6f-4c26-9579-ac0fb176f513} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11481 | 2024.05.16 00:54:53.028232 [ 3 ] {21529838-ca6f-4c26-9579-ac0fb176f513} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
11482 | 2024.05.16 00:54:53.029229 [ 3 ] {21529838-ca6f-4c26-9579-ac0fb176f513} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
11483 | 2024.05.16 00:54:53.029502 [ 187 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 735 rows, containing 4 columns (4 merged, 0 gathered) in 0.005695585 sec., 129047.32349705955 rows/sec., 10.01 MiB/sec. | ||
11484 | 2024.05.16 00:54:53.029797 [ 187 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
11485 | 2024.05.16 00:54:53.029953 [ 3 ] {21529838-ca6f-4c26-9579-ac0fb176f513} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11486 | 2024.05.16 00:54:53.030201 [ 45 ] {} <Debug> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
11487 | 2024.05.16 00:54:53.030319 [ 3 ] {21529838-ca6f-4c26-9579-ac0fb176f513} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005016 sec., 31897.92663476874 rows/sec., 2.22 MiB/sec. | ||
11488 | 2024.05.16 00:54:53.030338 [ 45 ] {} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11489 | 2024.05.16 00:54:53.030435 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
11490 | 2024.05.16 00:54:53.030979 [ 194 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
11491 | 2024.05.16 00:54:53.031064 [ 3 ] {21529838-ca6f-4c26-9579-ac0fb176f513} <Debug> DynamicQueryHandler: Done processing query | ||
11492 | 2024.05.16 00:54:53.031116 [ 3 ] {21529838-ca6f-4c26-9579-ac0fb176f513} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11493 | 2024.05.16 00:54:53.031209 [ 3 ] {} <Debug> HTTP-Session: 51d15ccb-ad47-4d0b-b411-973448307f5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11494 | 2024.05.16 00:54:53.031327 [ 187 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_86_17} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11495 | 2024.05.16 00:54:53.031364 [ 194 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11496 | 2024.05.16 00:54:53.031415 [ 194 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_81_16, total 12241 rows starting from the beginning of the part | ||
11497 | 2024.05.16 00:54:53.031485 [ 187 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_86_17} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
11498 | 2024.05.16 00:54:53.031551 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 58835, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11499 | 2024.05.16 00:54:53.031795 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11500 | 2024.05.16 00:54:53.031799 [ 194 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 163 rows starting from the beginning of the part | ||
11501 | 2024.05.16 00:54:53.031903 [ 3 ] {} <Debug> HTTP-Session: 1a96d933-8617-44e7-a88e-e5b6122520b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
11502 | 2024.05.16 00:54:53.031928 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
11503 | 2024.05.16 00:54:53.031996 [ 3 ] {} <Debug> HTTP-Session: 1a96d933-8617-44e7-a88e-e5b6122520b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11504 | 2024.05.16 00:54:53.032085 [ 3 ] {} <Debug> HTTP-Session: 1a96d933-8617-44e7-a88e-e5b6122520b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11505 | 2024.05.16 00:54:53.032228 [ 3 ] {} <Trace> HTTP-Session: 1a96d933-8617-44e7-a88e-e5b6122520b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11506 | 2024.05.16 00:54:53.032300 [ 194 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
11507 | 2024.05.16 00:54:53.032579 [ 194 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 198 rows starting from the beginning of the part | ||
11508 | 2024.05.16 00:54:53.032756 [ 194 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
11509 | 2024.05.16 00:54:53.032958 [ 3 ] {c1487a28-95e9-4c9d-8d0f-89128c0e9fa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11510 | 2024.05.16 00:54:53.033123 [ 194 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
11511 | 2024.05.16 00:54:53.033145 [ 3 ] {c1487a28-95e9-4c9d-8d0f-89128c0e9fa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
11512 | 2024.05.16 00:54:53.034015 [ 3 ] {c1487a28-95e9-4c9d-8d0f-89128c0e9fa9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11513 | 2024.05.16 00:54:53.034917 [ 3 ] {c1487a28-95e9-4c9d-8d0f-89128c0e9fa9} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11514 | 2024.05.16 00:54:53.034960 [ 3 ] {c1487a28-95e9-4c9d-8d0f-89128c0e9fa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
11515 | 2024.05.16 00:54:53.036165 [ 3 ] {c1487a28-95e9-4c9d-8d0f-89128c0e9fa9} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
11516 | 2024.05.16 00:54:53.036710 [ 3 ] {c1487a28-95e9-4c9d-8d0f-89128c0e9fa9} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11517 | 2024.05.16 00:54:53.037063 [ 3 ] {c1487a28-95e9-4c9d-8d0f-89128c0e9fa9} <Debug> executeQuery: Read 55 rows, 76.00 KiB in 0.00459 sec., 11982.570806100217 rows/sec., 16.17 MiB/sec. | ||
11518 | 2024.05.16 00:54:53.037287 [ 3 ] {c1487a28-95e9-4c9d-8d0f-89128c0e9fa9} <Debug> DynamicQueryHandler: Done processing query | ||
11519 | 2024.05.16 00:54:53.037330 [ 3 ] {c1487a28-95e9-4c9d-8d0f-89128c0e9fa9} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
11520 | 2024.05.16 00:54:53.037359 [ 3 ] {} <Debug> HTTP-Session: 1a96d933-8617-44e7-a88e-e5b6122520b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11521 | 2024.05.16 00:54:53.037569 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11522 | 2024.05.16 00:54:53.037625 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11523 | 2024.05.16 00:54:53.037658 [ 3 ] {} <Debug> HTTP-Session: 1c083920-6ebf-452a-b88b-cd75afc32110 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
11524 | 2024.05.16 00:54:53.037676 [ 3 ] {} <Debug> HTTP-Session: 1c083920-6ebf-452a-b88b-cd75afc32110 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11525 | 2024.05.16 00:54:53.037690 [ 3 ] {} <Debug> HTTP-Session: 1c083920-6ebf-452a-b88b-cd75afc32110 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11526 | 2024.05.16 00:54:53.037724 [ 3 ] {} <Trace> HTTP-Session: 1c083920-6ebf-452a-b88b-cd75afc32110 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11527 | 2024.05.16 00:54:53.037868 [ 3 ] {7be4dcc3-3c75-4f49-9f46-2c1b3293df2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11528 | 2024.05.16 00:54:53.037913 [ 3 ] {7be4dcc3-3c75-4f49-9f46-2c1b3293df2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11529 | 2024.05.16 00:54:53.038110 [ 3 ] {7be4dcc3-3c75-4f49-9f46-2c1b3293df2f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11530 | 2024.05.16 00:54:53.038399 [ 3 ] {7be4dcc3-3c75-4f49-9f46-2c1b3293df2f} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11531 | 2024.05.16 00:54:53.038443 [ 3 ] {7be4dcc3-3c75-4f49-9f46-2c1b3293df2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
11532 | 2024.05.16 00:54:53.039111 [ 3 ] {7be4dcc3-3c75-4f49-9f46-2c1b3293df2f} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
11533 | 2024.05.16 00:54:53.039273 [ 194 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13083 rows, containing 5 columns (5 merged, 0 gathered) in 0.008606014 sec., 1520215.9791978027 rows/sec., 106.00 MiB/sec. | ||
11534 | 2024.05.16 00:54:53.039622 [ 3 ] {7be4dcc3-3c75-4f49-9f46-2c1b3293df2f} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11535 | 2024.05.16 00:54:53.039648 [ 194 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
11536 | 2024.05.16 00:54:53.039937 [ 45 ] {} <Debug> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
11537 | 2024.05.16 00:54:53.039979 [ 3 ] {7be4dcc3-3c75-4f49-9f46-2c1b3293df2f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002167 sec., 27688.04799261652 rows/sec., 1.87 MiB/sec. | ||
11538 | 2024.05.16 00:54:53.040008 [ 45 ] {} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11539 | 2024.05.16 00:54:53.040111 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
11540 | 2024.05.16 00:54:53.040605 [ 190 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
11541 | 2024.05.16 00:54:53.040661 [ 3 ] {7be4dcc3-3c75-4f49-9f46-2c1b3293df2f} <Debug> DynamicQueryHandler: Done processing query | ||
11542 | 2024.05.16 00:54:53.040747 [ 3 ] {7be4dcc3-3c75-4f49-9f46-2c1b3293df2f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11543 | 2024.05.16 00:54:53.040852 [ 3 ] {} <Debug> HTTP-Session: 1c083920-6ebf-452a-b88b-cd75afc32110 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11544 | 2024.05.16 00:54:53.041016 [ 190 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11545 | 2024.05.16 00:54:53.041057 [ 190 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4334 rows starting from the beginning of the part | ||
11546 | 2024.05.16 00:54:53.041091 [ 194 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11547 | 2024.05.16 00:54:53.041200 [ 190 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
11548 | 2024.05.16 00:54:53.041440 [ 194 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
11549 | 2024.05.16 00:54:53.041579 [ 190 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
11550 | 2024.05.16 00:54:53.041742 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.61 MiB. | ||
11551 | 2024.05.16 00:54:53.041880 [ 190 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
11552 | 2024.05.16 00:54:53.042020 [ 190 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
11553 | 2024.05.16 00:54:53.042209 [ 190 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
11554 | 2024.05.16 00:54:53.044007 [ 188 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4634 rows, containing 4 columns (4 merged, 0 gathered) in 0.003743279 sec., 1237952.0735697232 rows/sec., 83.35 MiB/sec. | ||
11555 | 2024.05.16 00:54:53.044511 [ 200 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
11556 | 2024.05.16 00:54:53.044916 [ 200 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_86_17} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11557 | 2024.05.16 00:54:53.044990 [ 200 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_86_17} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
11558 | 2024.05.16 00:54:53.045076 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. | ||
11559 | 2024.05.16 00:54:58.011697 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11560 | 2024.05.16 00:54:58.011828 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11561 | 2024.05.16 00:54:58.011857 [ 3 ] {} <Debug> HTTP-Session: 9a8880fe-25d5-45e6-8edb-eb11155eb976 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
11562 | 2024.05.16 00:54:58.011884 [ 3 ] {} <Debug> HTTP-Session: 9a8880fe-25d5-45e6-8edb-eb11155eb976 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11563 | 2024.05.16 00:54:58.011902 [ 3 ] {} <Debug> HTTP-Session: 9a8880fe-25d5-45e6-8edb-eb11155eb976 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11564 | 2024.05.16 00:54:58.011956 [ 3 ] {} <Trace> HTTP-Session: 9a8880fe-25d5-45e6-8edb-eb11155eb976 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11565 | 2024.05.16 00:54:58.012164 [ 3 ] {908cafba-7cca-4fce-a8a9-2102d37b9b04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11566 | 2024.05.16 00:54:58.012235 [ 3 ] {908cafba-7cca-4fce-a8a9-2102d37b9b04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11567 | 2024.05.16 00:54:58.012444 [ 3 ] {908cafba-7cca-4fce-a8a9-2102d37b9b04} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11568 | 2024.05.16 00:54:58.012884 [ 3 ] {908cafba-7cca-4fce-a8a9-2102d37b9b04} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11569 | 2024.05.16 00:54:58.012925 [ 3 ] {908cafba-7cca-4fce-a8a9-2102d37b9b04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
11570 | 2024.05.16 00:54:58.013303 [ 3 ] {908cafba-7cca-4fce-a8a9-2102d37b9b04} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
11571 | 2024.05.16 00:54:58.013634 [ 3 ] {908cafba-7cca-4fce-a8a9-2102d37b9b04} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11572 | 2024.05.16 00:54:58.013789 [ 3 ] {908cafba-7cca-4fce-a8a9-2102d37b9b04} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001693 sec., 33077.377436503244 rows/sec., 2.53 MiB/sec. | ||
11573 | 2024.05.16 00:54:58.014055 [ 3 ] {908cafba-7cca-4fce-a8a9-2102d37b9b04} <Debug> DynamicQueryHandler: Done processing query | ||
11574 | 2024.05.16 00:54:58.014125 [ 3 ] {908cafba-7cca-4fce-a8a9-2102d37b9b04} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11575 | 2024.05.16 00:54:58.014179 [ 3 ] {} <Debug> HTTP-Session: 9a8880fe-25d5-45e6-8edb-eb11155eb976 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11576 | 2024.05.16 00:54:58.014399 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11577 | 2024.05.16 00:54:58.014454 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11578 | 2024.05.16 00:54:58.014473 [ 3 ] {} <Debug> HTTP-Session: 1438a6e3-1d98-49f3-8cfa-212b6ebc4fb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
11579 | 2024.05.16 00:54:58.014492 [ 3 ] {} <Debug> HTTP-Session: 1438a6e3-1d98-49f3-8cfa-212b6ebc4fb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11580 | 2024.05.16 00:54:58.014506 [ 3 ] {} <Debug> HTTP-Session: 1438a6e3-1d98-49f3-8cfa-212b6ebc4fb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11581 | 2024.05.16 00:54:58.014541 [ 3 ] {} <Trace> HTTP-Session: 1438a6e3-1d98-49f3-8cfa-212b6ebc4fb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11582 | 2024.05.16 00:54:58.014666 [ 3 ] {4b0b3c42-77a4-4ed4-bcc1-a51069677331} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11583 | 2024.05.16 00:54:58.014712 [ 3 ] {4b0b3c42-77a4-4ed4-bcc1-a51069677331} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11584 | 2024.05.16 00:54:58.014859 [ 3 ] {4b0b3c42-77a4-4ed4-bcc1-a51069677331} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11585 | 2024.05.16 00:54:58.015238 [ 3 ] {4b0b3c42-77a4-4ed4-bcc1-a51069677331} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11586 | 2024.05.16 00:54:58.015276 [ 3 ] {4b0b3c42-77a4-4ed4-bcc1-a51069677331} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
11587 | 2024.05.16 00:54:58.015586 [ 3 ] {4b0b3c42-77a4-4ed4-bcc1-a51069677331} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
11588 | 2024.05.16 00:54:58.015901 [ 3 ] {4b0b3c42-77a4-4ed4-bcc1-a51069677331} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11589 | 2024.05.16 00:54:58.016062 [ 3 ] {4b0b3c42-77a4-4ed4-bcc1-a51069677331} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001438 sec., 44506.25869262865 rows/sec., 3.47 MiB/sec. | ||
11590 | 2024.05.16 00:54:58.016238 [ 3 ] {4b0b3c42-77a4-4ed4-bcc1-a51069677331} <Debug> DynamicQueryHandler: Done processing query | ||
11591 | 2024.05.16 00:54:58.016264 [ 3 ] {4b0b3c42-77a4-4ed4-bcc1-a51069677331} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11592 | 2024.05.16 00:54:58.016281 [ 3 ] {} <Debug> HTTP-Session: 1438a6e3-1d98-49f3-8cfa-212b6ebc4fb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11593 | 2024.05.16 00:54:58.016448 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11594 | 2024.05.16 00:54:58.016500 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11595 | 2024.05.16 00:54:58.016519 [ 3 ] {} <Debug> HTTP-Session: cba68a8b-503f-4eba-98b7-db5958a46e61 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
11596 | 2024.05.16 00:54:58.016536 [ 3 ] {} <Debug> HTTP-Session: cba68a8b-503f-4eba-98b7-db5958a46e61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11597 | 2024.05.16 00:54:58.016550 [ 3 ] {} <Debug> HTTP-Session: cba68a8b-503f-4eba-98b7-db5958a46e61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11598 | 2024.05.16 00:54:58.016581 [ 3 ] {} <Trace> HTTP-Session: cba68a8b-503f-4eba-98b7-db5958a46e61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11599 | 2024.05.16 00:54:58.016725 [ 3 ] {3f8f2d27-a5e6-476c-8e38-9cd5522ea1b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11600 | 2024.05.16 00:54:58.016773 [ 3 ] {3f8f2d27-a5e6-476c-8e38-9cd5522ea1b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11601 | 2024.05.16 00:54:58.016922 [ 3 ] {3f8f2d27-a5e6-476c-8e38-9cd5522ea1b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11602 | 2024.05.16 00:54:58.017304 [ 3 ] {3f8f2d27-a5e6-476c-8e38-9cd5522ea1b7} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11603 | 2024.05.16 00:54:58.017341 [ 3 ] {3f8f2d27-a5e6-476c-8e38-9cd5522ea1b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
11604 | 2024.05.16 00:54:58.017727 [ 3 ] {3f8f2d27-a5e6-476c-8e38-9cd5522ea1b7} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
11605 | 2024.05.16 00:54:58.018058 [ 3 ] {3f8f2d27-a5e6-476c-8e38-9cd5522ea1b7} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11606 | 2024.05.16 00:54:58.018215 [ 3 ] {3f8f2d27-a5e6-476c-8e38-9cd5522ea1b7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001554 sec., 102960.10296010296 rows/sec., 7.17 MiB/sec. | ||
11607 | 2024.05.16 00:54:58.018381 [ 3 ] {3f8f2d27-a5e6-476c-8e38-9cd5522ea1b7} <Debug> DynamicQueryHandler: Done processing query | ||
11608 | 2024.05.16 00:54:58.018405 [ 3 ] {3f8f2d27-a5e6-476c-8e38-9cd5522ea1b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11609 | 2024.05.16 00:54:58.018421 [ 3 ] {} <Debug> HTTP-Session: cba68a8b-503f-4eba-98b7-db5958a46e61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11610 | 2024.05.16 00:54:58.018563 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11611 | 2024.05.16 00:54:58.018612 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11612 | 2024.05.16 00:54:58.018633 [ 3 ] {} <Debug> HTTP-Session: 33b3aa39-e657-4d0c-bfaf-70aef2d2964e Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
11613 | 2024.05.16 00:54:58.018650 [ 3 ] {} <Debug> HTTP-Session: 33b3aa39-e657-4d0c-bfaf-70aef2d2964e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11614 | 2024.05.16 00:54:58.018664 [ 3 ] {} <Debug> HTTP-Session: 33b3aa39-e657-4d0c-bfaf-70aef2d2964e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11615 | 2024.05.16 00:54:58.018695 [ 3 ] {} <Trace> HTTP-Session: 33b3aa39-e657-4d0c-bfaf-70aef2d2964e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11616 | 2024.05.16 00:54:58.018819 [ 3 ] {d1b9d0fa-4c56-40f1-8334-d6e67b57aba4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11617 | 2024.05.16 00:54:58.018864 [ 3 ] {d1b9d0fa-4c56-40f1-8334-d6e67b57aba4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11618 | 2024.05.16 00:54:58.018989 [ 3 ] {d1b9d0fa-4c56-40f1-8334-d6e67b57aba4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11619 | 2024.05.16 00:54:58.019274 [ 3 ] {d1b9d0fa-4c56-40f1-8334-d6e67b57aba4} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11620 | 2024.05.16 00:54:58.019311 [ 3 ] {d1b9d0fa-4c56-40f1-8334-d6e67b57aba4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
11621 | 2024.05.16 00:54:58.019670 [ 3 ] {d1b9d0fa-4c56-40f1-8334-d6e67b57aba4} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
11622 | 2024.05.16 00:54:58.019991 [ 3 ] {d1b9d0fa-4c56-40f1-8334-d6e67b57aba4} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11623 | 2024.05.16 00:54:58.020144 [ 3 ] {d1b9d0fa-4c56-40f1-8334-d6e67b57aba4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001371 sec., 43763.6761487965 rows/sec., 2.95 MiB/sec. | ||
11624 | 2024.05.16 00:54:58.020309 [ 3 ] {d1b9d0fa-4c56-40f1-8334-d6e67b57aba4} <Debug> DynamicQueryHandler: Done processing query | ||
11625 | 2024.05.16 00:54:58.020334 [ 3 ] {d1b9d0fa-4c56-40f1-8334-d6e67b57aba4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11626 | 2024.05.16 00:54:58.020350 [ 3 ] {} <Debug> HTTP-Session: 33b3aa39-e657-4d0c-bfaf-70aef2d2964e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11627 | 2024.05.16 00:55:01.311372 [ 37 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11628 | 2024.05.16 00:55:01.311453 [ 37 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11629 | 2024.05.16 00:55:02.001418 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001072675 sec. | ||
11630 | 2024.05.16 00:55:03.014593 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7938, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11631 | 2024.05.16 00:55:03.014700 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11632 | 2024.05.16 00:55:03.014728 [ 3 ] {} <Debug> HTTP-Session: 27b4c7e8-8f28-4bb6-99e2-6e3dd75752e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
11633 | 2024.05.16 00:55:03.014760 [ 3 ] {} <Debug> HTTP-Session: 27b4c7e8-8f28-4bb6-99e2-6e3dd75752e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11634 | 2024.05.16 00:55:03.014779 [ 3 ] {} <Debug> HTTP-Session: 27b4c7e8-8f28-4bb6-99e2-6e3dd75752e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11635 | 2024.05.16 00:55:03.014832 [ 3 ] {} <Trace> HTTP-Session: 27b4c7e8-8f28-4bb6-99e2-6e3dd75752e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11636 | 2024.05.16 00:55:03.015035 [ 3 ] {3eba6285-b49f-4cf5-bcd1-7e10a4eb9090} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11637 | 2024.05.16 00:55:03.015097 [ 3 ] {3eba6285-b49f-4cf5-bcd1-7e10a4eb9090} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11638 | 2024.05.16 00:55:03.015276 [ 3 ] {3eba6285-b49f-4cf5-bcd1-7e10a4eb9090} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11639 | 2024.05.16 00:55:03.015682 [ 3 ] {3eba6285-b49f-4cf5-bcd1-7e10a4eb9090} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11640 | 2024.05.16 00:55:03.015723 [ 3 ] {3eba6285-b49f-4cf5-bcd1-7e10a4eb9090} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
11641 | 2024.05.16 00:55:03.016086 [ 3 ] {3eba6285-b49f-4cf5-bcd1-7e10a4eb9090} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
11642 | 2024.05.16 00:55:03.016417 [ 3 ] {3eba6285-b49f-4cf5-bcd1-7e10a4eb9090} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11643 | 2024.05.16 00:55:03.016585 [ 3 ] {3eba6285-b49f-4cf5-bcd1-7e10a4eb9090} <Debug> executeQuery: Read 55 rows, 4.46 KiB in 0.001618 sec., 33992.58343634116 rows/sec., 2.69 MiB/sec. | ||
11644 | 2024.05.16 00:55:03.016608 [ 35 ] {} <Debug> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2) (MergerMutator): Selected 6 parts from all_1_39_9 to all_44_44_0 | ||
11645 | 2024.05.16 00:55:03.016724 [ 35 ] {} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11646 | 2024.05.16 00:55:03.016766 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
11647 | 2024.05.16 00:55:03.016935 [ 3 ] {3eba6285-b49f-4cf5-bcd1-7e10a4eb9090} <Debug> DynamicQueryHandler: Done processing query | ||
11648 | 2024.05.16 00:55:03.017019 [ 190 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_44_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_39_9 to all_44_44_0 into Compact with storage Full | ||
11649 | 2024.05.16 00:55:03.017043 [ 3 ] {3eba6285-b49f-4cf5-bcd1-7e10a4eb9090} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11650 | 2024.05.16 00:55:03.017168 [ 3 ] {} <Debug> HTTP-Session: 27b4c7e8-8f28-4bb6-99e2-6e3dd75752e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11651 | 2024.05.16 00:55:03.017520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11652 | 2024.05.16 00:55:03.017685 [ 190 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_44_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11653 | 2024.05.16 00:55:03.017719 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11654 | 2024.05.16 00:55:03.017803 [ 190 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_44_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_39_9, total 48 rows starting from the beginning of the part | ||
11655 | 2024.05.16 00:55:03.017817 [ 3 ] {} <Debug> HTTP-Session: b740ad14-e4ca-4f2a-b9dd-8058bc3b56dc Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
11656 | 2024.05.16 00:55:03.017868 [ 3 ] {} <Debug> HTTP-Session: b740ad14-e4ca-4f2a-b9dd-8058bc3b56dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11657 | 2024.05.16 00:55:03.017915 [ 3 ] {} <Debug> HTTP-Session: b740ad14-e4ca-4f2a-b9dd-8058bc3b56dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11658 | 2024.05.16 00:55:03.018043 [ 3 ] {} <Trace> HTTP-Session: b740ad14-e4ca-4f2a-b9dd-8058bc3b56dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11659 | 2024.05.16 00:55:03.018035 [ 190 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_44_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 55 rows starting from the beginning of the part | ||
11660 | 2024.05.16 00:55:03.018377 [ 3 ] {10324e59-5ef2-49bb-bfe1-26a40c112cf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11661 | 2024.05.16 00:55:03.018495 [ 190 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_44_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 55 rows starting from the beginning of the part | ||
11662 | 2024.05.16 00:55:03.018512 [ 3 ] {10324e59-5ef2-49bb-bfe1-26a40c112cf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11663 | 2024.05.16 00:55:03.018840 [ 190 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_44_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 55 rows starting from the beginning of the part | ||
11664 | 2024.05.16 00:55:03.019176 [ 190 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_44_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 55 rows starting from the beginning of the part | ||
11665 | 2024.05.16 00:55:03.019521 [ 190 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_44_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 55 rows starting from the beginning of the part | ||
11666 | 2024.05.16 00:55:03.019717 [ 3 ] {10324e59-5ef2-49bb-bfe1-26a40c112cf6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11667 | 2024.05.16 00:55:03.020581 [ 3 ] {10324e59-5ef2-49bb-bfe1-26a40c112cf6} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11668 | 2024.05.16 00:55:03.020652 [ 3 ] {10324e59-5ef2-49bb-bfe1-26a40c112cf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
11669 | 2024.05.16 00:55:03.021508 [ 3 ] {10324e59-5ef2-49bb-bfe1-26a40c112cf6} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
11670 | 2024.05.16 00:55:03.022248 [ 188 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_44_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 323 rows, containing 4 columns (4 merged, 0 gathered) in 0.005394957 sec., 59870.727421923846 rows/sec., 4.74 MiB/sec. | ||
11671 | 2024.05.16 00:55:03.022260 [ 3 ] {10324e59-5ef2-49bb-bfe1-26a40c112cf6} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11672 | 2024.05.16 00:55:03.022452 [ 188 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_44_10} <Trace> MergedBlockOutputStream: filled checksums all_1_44_10 (state Temporary) | ||
11673 | 2024.05.16 00:55:03.022512 [ 3 ] {10324e59-5ef2-49bb-bfe1-26a40c112cf6} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.004275 sec., 935.672514619883 rows/sec., 76.30 KiB/sec. | ||
11674 | 2024.05.16 00:55:03.022749 [ 3 ] {10324e59-5ef2-49bb-bfe1-26a40c112cf6} <Debug> DynamicQueryHandler: Done processing query | ||
11675 | 2024.05.16 00:55:03.022779 [ 3 ] {10324e59-5ef2-49bb-bfe1-26a40c112cf6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11676 | 2024.05.16 00:55:03.022809 [ 3 ] {} <Debug> HTTP-Session: b740ad14-e4ca-4f2a-b9dd-8058bc3b56dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11677 | 2024.05.16 00:55:03.023002 [ 188 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_44_10} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_merge_all_1_44_10 to all_1_44_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11678 | 2024.05.16 00:55:03.023035 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 33081, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11679 | 2024.05.16 00:55:03.023093 [ 188 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_44_10} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2) (MergerMutator): Merged 6 parts: [all_1_39_9, all_44_44_0] -> all_1_44_10 | ||
11680 | 2024.05.16 00:55:03.023098 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11681 | 2024.05.16 00:55:03.023125 [ 3 ] {} <Debug> HTTP-Session: 9ba4087e-1aba-45d8-843c-56f7c71d4838 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
11682 | 2024.05.16 00:55:03.023151 [ 3 ] {} <Debug> HTTP-Session: 9ba4087e-1aba-45d8-843c-56f7c71d4838 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11683 | 2024.05.16 00:55:03.023177 [ 3 ] {} <Debug> HTTP-Session: 9ba4087e-1aba-45d8-843c-56f7c71d4838 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11684 | 2024.05.16 00:55:03.023185 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
11685 | 2024.05.16 00:55:03.023218 [ 3 ] {} <Trace> HTTP-Session: 9ba4087e-1aba-45d8-843c-56f7c71d4838 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11686 | 2024.05.16 00:55:03.023377 [ 3 ] {b05799cb-fc8f-49b0-a442-17da63af3e8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11687 | 2024.05.16 00:55:03.023419 [ 3 ] {b05799cb-fc8f-49b0-a442-17da63af3e8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11688 | 2024.05.16 00:55:03.023544 [ 3 ] {b05799cb-fc8f-49b0-a442-17da63af3e8d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11689 | 2024.05.16 00:55:03.023955 [ 3 ] {b05799cb-fc8f-49b0-a442-17da63af3e8d} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11690 | 2024.05.16 00:55:03.023991 [ 3 ] {b05799cb-fc8f-49b0-a442-17da63af3e8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
11691 | 2024.05.16 00:55:03.024301 [ 3 ] {b05799cb-fc8f-49b0-a442-17da63af3e8d} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
11692 | 2024.05.16 00:55:03.024607 [ 3 ] {b05799cb-fc8f-49b0-a442-17da63af3e8d} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11693 | 2024.05.16 00:55:03.024768 [ 3 ] {b05799cb-fc8f-49b0-a442-17da63af3e8d} <Debug> executeQuery: Read 223 rows, 19.53 KiB in 0.001455 sec., 153264.60481099656 rows/sec., 13.11 MiB/sec. | ||
11694 | 2024.05.16 00:55:03.024944 [ 3 ] {b05799cb-fc8f-49b0-a442-17da63af3e8d} <Debug> DynamicQueryHandler: Done processing query | ||
11695 | 2024.05.16 00:55:03.024982 [ 3 ] {b05799cb-fc8f-49b0-a442-17da63af3e8d} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
11696 | 2024.05.16 00:55:03.025013 [ 3 ] {} <Debug> HTTP-Session: 9ba4087e-1aba-45d8-843c-56f7c71d4838 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11697 | 2024.05.16 00:55:03.025164 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11698 | 2024.05.16 00:55:03.025212 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11699 | 2024.05.16 00:55:03.025231 [ 3 ] {} <Debug> HTTP-Session: f5c6c2a6-1301-4fcf-8407-7b892b544a52 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
11700 | 2024.05.16 00:55:03.025247 [ 3 ] {} <Debug> HTTP-Session: f5c6c2a6-1301-4fcf-8407-7b892b544a52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11701 | 2024.05.16 00:55:03.025260 [ 3 ] {} <Debug> HTTP-Session: f5c6c2a6-1301-4fcf-8407-7b892b544a52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11702 | 2024.05.16 00:55:03.025291 [ 3 ] {} <Trace> HTTP-Session: f5c6c2a6-1301-4fcf-8407-7b892b544a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11703 | 2024.05.16 00:55:03.025383 [ 3 ] {16a4e9ae-c0bf-4793-a150-b017e38b7db8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11704 | 2024.05.16 00:55:03.025424 [ 3 ] {16a4e9ae-c0bf-4793-a150-b017e38b7db8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11705 | 2024.05.16 00:55:03.025547 [ 3 ] {16a4e9ae-c0bf-4793-a150-b017e38b7db8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11706 | 2024.05.16 00:55:03.025807 [ 3 ] {16a4e9ae-c0bf-4793-a150-b017e38b7db8} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11707 | 2024.05.16 00:55:03.025842 [ 3 ] {16a4e9ae-c0bf-4793-a150-b017e38b7db8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
11708 | 2024.05.16 00:55:03.026129 [ 3 ] {16a4e9ae-c0bf-4793-a150-b017e38b7db8} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
11709 | 2024.05.16 00:55:03.026424 [ 3 ] {16a4e9ae-c0bf-4793-a150-b017e38b7db8} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11710 | 2024.05.16 00:55:03.026575 [ 3 ] {16a4e9ae-c0bf-4793-a150-b017e38b7db8} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001207 sec., 3314.001657000829 rows/sec., 231.40 KiB/sec. | ||
11711 | 2024.05.16 00:55:03.026879 [ 3 ] {16a4e9ae-c0bf-4793-a150-b017e38b7db8} <Debug> DynamicQueryHandler: Done processing query | ||
11712 | 2024.05.16 00:55:03.026903 [ 3 ] {16a4e9ae-c0bf-4793-a150-b017e38b7db8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11713 | 2024.05.16 00:55:03.026919 [ 3 ] {} <Debug> HTTP-Session: f5c6c2a6-1301-4fcf-8407-7b892b544a52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11714 | 2024.05.16 00:55:03.027106 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 20889, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11715 | 2024.05.16 00:55:03.027155 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11716 | 2024.05.16 00:55:03.027174 [ 3 ] {} <Debug> HTTP-Session: d612926d-69a3-4ae5-8620-0e23923c6c86 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
11717 | 2024.05.16 00:55:03.027189 [ 3 ] {} <Debug> HTTP-Session: d612926d-69a3-4ae5-8620-0e23923c6c86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11718 | 2024.05.16 00:55:03.027203 [ 3 ] {} <Debug> HTTP-Session: d612926d-69a3-4ae5-8620-0e23923c6c86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11719 | 2024.05.16 00:55:03.027232 [ 3 ] {} <Trace> HTTP-Session: d612926d-69a3-4ae5-8620-0e23923c6c86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11720 | 2024.05.16 00:55:03.027371 [ 3 ] {859bf322-d380-4216-a6be-866f8cd60d6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11721 | 2024.05.16 00:55:03.027413 [ 3 ] {859bf322-d380-4216-a6be-866f8cd60d6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11722 | 2024.05.16 00:55:03.027554 [ 3 ] {859bf322-d380-4216-a6be-866f8cd60d6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11723 | 2024.05.16 00:55:03.027898 [ 3 ] {859bf322-d380-4216-a6be-866f8cd60d6e} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11724 | 2024.05.16 00:55:03.027934 [ 3 ] {859bf322-d380-4216-a6be-866f8cd60d6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
11725 | 2024.05.16 00:55:03.028238 [ 3 ] {859bf322-d380-4216-a6be-866f8cd60d6e} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
11726 | 2024.05.16 00:55:03.028538 [ 3 ] {859bf322-d380-4216-a6be-866f8cd60d6e} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11727 | 2024.05.16 00:55:03.028686 [ 3 ] {859bf322-d380-4216-a6be-866f8cd60d6e} <Debug> executeQuery: Read 123 rows, 9.85 KiB in 0.001372 sec., 89650.14577259475 rows/sec., 7.01 MiB/sec. | ||
11728 | 2024.05.16 00:55:03.028860 [ 3 ] {859bf322-d380-4216-a6be-866f8cd60d6e} <Debug> DynamicQueryHandler: Done processing query | ||
11729 | 2024.05.16 00:55:03.028897 [ 3 ] {859bf322-d380-4216-a6be-866f8cd60d6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
11730 | 2024.05.16 00:55:03.028928 [ 3 ] {} <Debug> HTTP-Session: d612926d-69a3-4ae5-8620-0e23923c6c86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11731 | 2024.05.16 00:55:03.029115 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 31014, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11732 | 2024.05.16 00:55:03.029163 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11733 | 2024.05.16 00:55:03.029182 [ 3 ] {} <Debug> HTTP-Session: 9ce1ef5c-6584-46cc-a77e-61458c6a5f32 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
11734 | 2024.05.16 00:55:03.029198 [ 3 ] {} <Debug> HTTP-Session: 9ce1ef5c-6584-46cc-a77e-61458c6a5f32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11735 | 2024.05.16 00:55:03.029211 [ 3 ] {} <Debug> HTTP-Session: 9ce1ef5c-6584-46cc-a77e-61458c6a5f32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11736 | 2024.05.16 00:55:03.029242 [ 3 ] {} <Trace> HTTP-Session: 9ce1ef5c-6584-46cc-a77e-61458c6a5f32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11737 | 2024.05.16 00:55:03.029381 [ 3 ] {b531044d-b99c-43f7-b0d9-6786ae804930} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11738 | 2024.05.16 00:55:03.029425 [ 3 ] {b531044d-b99c-43f7-b0d9-6786ae804930} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11739 | 2024.05.16 00:55:03.029565 [ 3 ] {b531044d-b99c-43f7-b0d9-6786ae804930} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11740 | 2024.05.16 00:55:03.030091 [ 3 ] {b531044d-b99c-43f7-b0d9-6786ae804930} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11741 | 2024.05.16 00:55:03.030127 [ 3 ] {b531044d-b99c-43f7-b0d9-6786ae804930} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
11742 | 2024.05.16 00:55:03.030498 [ 3 ] {b531044d-b99c-43f7-b0d9-6786ae804930} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
11743 | 2024.05.16 00:55:03.030823 [ 3 ] {b531044d-b99c-43f7-b0d9-6786ae804930} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11744 | 2024.05.16 00:55:03.030974 [ 3 ] {b531044d-b99c-43f7-b0d9-6786ae804930} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001647 sec., 98360.65573770492 rows/sec., 6.85 MiB/sec. | ||
11745 | 2024.05.16 00:55:03.031141 [ 3 ] {b531044d-b99c-43f7-b0d9-6786ae804930} <Debug> DynamicQueryHandler: Done processing query | ||
11746 | 2024.05.16 00:55:03.031166 [ 3 ] {b531044d-b99c-43f7-b0d9-6786ae804930} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11747 | 2024.05.16 00:55:03.031181 [ 3 ] {} <Debug> HTTP-Session: 9ce1ef5c-6584-46cc-a77e-61458c6a5f32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11748 | 2024.05.16 00:55:03.031354 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 58835, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11749 | 2024.05.16 00:55:03.031404 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11750 | 2024.05.16 00:55:03.031423 [ 3 ] {} <Debug> HTTP-Session: a95c60d3-ebdd-41f1-80cb-2b744da94181 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
11751 | 2024.05.16 00:55:03.031439 [ 3 ] {} <Debug> HTTP-Session: a95c60d3-ebdd-41f1-80cb-2b744da94181 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11752 | 2024.05.16 00:55:03.031452 [ 3 ] {} <Debug> HTTP-Session: a95c60d3-ebdd-41f1-80cb-2b744da94181 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11753 | 2024.05.16 00:55:03.031481 [ 3 ] {} <Trace> HTTP-Session: a95c60d3-ebdd-41f1-80cb-2b744da94181 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11754 | 2024.05.16 00:55:03.031903 [ 3 ] {41afd0dd-cd3a-4df3-b224-8655d5f490f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11755 | 2024.05.16 00:55:03.031950 [ 3 ] {41afd0dd-cd3a-4df3-b224-8655d5f490f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
11756 | 2024.05.16 00:55:03.032106 [ 3 ] {41afd0dd-cd3a-4df3-b224-8655d5f490f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11757 | 2024.05.16 00:55:03.032713 [ 3 ] {41afd0dd-cd3a-4df3-b224-8655d5f490f0} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11758 | 2024.05.16 00:55:03.032748 [ 3 ] {41afd0dd-cd3a-4df3-b224-8655d5f490f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
11759 | 2024.05.16 00:55:03.033163 [ 3 ] {41afd0dd-cd3a-4df3-b224-8655d5f490f0} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
11760 | 2024.05.16 00:55:03.033489 [ 3 ] {41afd0dd-cd3a-4df3-b224-8655d5f490f0} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11761 | 2024.05.16 00:55:03.033646 [ 3 ] {41afd0dd-cd3a-4df3-b224-8655d5f490f0} <Debug> executeQuery: Read 55 rows, 76.00 KiB in 0.002074 sec., 26518.80424300868 rows/sec., 35.79 MiB/sec. | ||
11762 | 2024.05.16 00:55:03.033800 [ 3 ] {41afd0dd-cd3a-4df3-b224-8655d5f490f0} <Debug> DynamicQueryHandler: Done processing query | ||
11763 | 2024.05.16 00:55:03.033823 [ 3 ] {41afd0dd-cd3a-4df3-b224-8655d5f490f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
11764 | 2024.05.16 00:55:03.033839 [ 3 ] {} <Debug> HTTP-Session: a95c60d3-ebdd-41f1-80cb-2b744da94181 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11765 | 2024.05.16 00:55:03.033965 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11766 | 2024.05.16 00:55:03.034013 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11767 | 2024.05.16 00:55:03.034031 [ 3 ] {} <Debug> HTTP-Session: 988d3b00-55a9-4825-93c5-9357188e4c3a Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
11768 | 2024.05.16 00:55:03.034047 [ 3 ] {} <Debug> HTTP-Session: 988d3b00-55a9-4825-93c5-9357188e4c3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11769 | 2024.05.16 00:55:03.034060 [ 3 ] {} <Debug> HTTP-Session: 988d3b00-55a9-4825-93c5-9357188e4c3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11770 | 2024.05.16 00:55:03.034090 [ 3 ] {} <Trace> HTTP-Session: 988d3b00-55a9-4825-93c5-9357188e4c3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11771 | 2024.05.16 00:55:03.034197 [ 3 ] {9304ebef-2280-4f6b-b89d-1b9fc8f08cea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11772 | 2024.05.16 00:55:03.034239 [ 3 ] {9304ebef-2280-4f6b-b89d-1b9fc8f08cea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11773 | 2024.05.16 00:55:03.034361 [ 3 ] {9304ebef-2280-4f6b-b89d-1b9fc8f08cea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11774 | 2024.05.16 00:55:03.034697 [ 3 ] {9304ebef-2280-4f6b-b89d-1b9fc8f08cea} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11775 | 2024.05.16 00:55:03.034733 [ 3 ] {9304ebef-2280-4f6b-b89d-1b9fc8f08cea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
11776 | 2024.05.16 00:55:03.035081 [ 3 ] {9304ebef-2280-4f6b-b89d-1b9fc8f08cea} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
11777 | 2024.05.16 00:55:03.035398 [ 3 ] {9304ebef-2280-4f6b-b89d-1b9fc8f08cea} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11778 | 2024.05.16 00:55:03.035551 [ 3 ] {9304ebef-2280-4f6b-b89d-1b9fc8f08cea} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00139 sec., 43165.467625899284 rows/sec., 2.91 MiB/sec. | ||
11779 | 2024.05.16 00:55:03.035714 [ 3 ] {9304ebef-2280-4f6b-b89d-1b9fc8f08cea} <Debug> DynamicQueryHandler: Done processing query | ||
11780 | 2024.05.16 00:55:03.035738 [ 3 ] {9304ebef-2280-4f6b-b89d-1b9fc8f08cea} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11781 | 2024.05.16 00:55:03.035754 [ 3 ] {} <Debug> HTTP-Session: 988d3b00-55a9-4825-93c5-9357188e4c3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11782 | 2024.05.16 00:55:08.011932 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11783 | 2024.05.16 00:55:08.012064 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11784 | 2024.05.16 00:55:08.012091 [ 3 ] {} <Debug> HTTP-Session: aeacb806-d0dd-45e9-946c-b3d6608a8f97 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
11785 | 2024.05.16 00:55:08.012120 [ 3 ] {} <Debug> HTTP-Session: aeacb806-d0dd-45e9-946c-b3d6608a8f97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11786 | 2024.05.16 00:55:08.012138 [ 3 ] {} <Debug> HTTP-Session: aeacb806-d0dd-45e9-946c-b3d6608a8f97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11787 | 2024.05.16 00:55:08.012191 [ 3 ] {} <Trace> HTTP-Session: aeacb806-d0dd-45e9-946c-b3d6608a8f97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11788 | 2024.05.16 00:55:08.012397 [ 3 ] {454e2623-3130-4853-96c2-94189f94e3c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11789 | 2024.05.16 00:55:08.012466 [ 3 ] {454e2623-3130-4853-96c2-94189f94e3c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11790 | 2024.05.16 00:55:08.012682 [ 3 ] {454e2623-3130-4853-96c2-94189f94e3c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11791 | 2024.05.16 00:55:08.013188 [ 3 ] {454e2623-3130-4853-96c2-94189f94e3c8} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11792 | 2024.05.16 00:55:08.013230 [ 3 ] {454e2623-3130-4853-96c2-94189f94e3c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
11793 | 2024.05.16 00:55:08.013594 [ 3 ] {454e2623-3130-4853-96c2-94189f94e3c8} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
11794 | 2024.05.16 00:55:08.013922 [ 3 ] {454e2623-3130-4853-96c2-94189f94e3c8} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11795 | 2024.05.16 00:55:08.014089 [ 3 ] {454e2623-3130-4853-96c2-94189f94e3c8} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00176 sec., 31818.181818181816 rows/sec., 2.43 MiB/sec. | ||
11796 | 2024.05.16 00:55:08.014373 [ 3 ] {454e2623-3130-4853-96c2-94189f94e3c8} <Debug> DynamicQueryHandler: Done processing query | ||
11797 | 2024.05.16 00:55:08.014401 [ 3 ] {454e2623-3130-4853-96c2-94189f94e3c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11798 | 2024.05.16 00:55:08.014446 [ 3 ] {} <Debug> HTTP-Session: aeacb806-d0dd-45e9-946c-b3d6608a8f97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11799 | 2024.05.16 00:55:08.014733 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11800 | 2024.05.16 00:55:08.014880 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11801 | 2024.05.16 00:55:08.014953 [ 3 ] {} <Debug> HTTP-Session: b1672f3b-91d7-4b38-b372-429055203554 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
11802 | 2024.05.16 00:55:08.015002 [ 3 ] {} <Debug> HTTP-Session: b1672f3b-91d7-4b38-b372-429055203554 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11803 | 2024.05.16 00:55:08.015038 [ 3 ] {} <Debug> HTTP-Session: b1672f3b-91d7-4b38-b372-429055203554 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11804 | 2024.05.16 00:55:08.015093 [ 3 ] {} <Trace> HTTP-Session: b1672f3b-91d7-4b38-b372-429055203554 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11805 | 2024.05.16 00:55:08.015221 [ 3 ] {f07654b7-3b6a-4c6e-9256-19264a6ebd6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11806 | 2024.05.16 00:55:08.015265 [ 3 ] {f07654b7-3b6a-4c6e-9256-19264a6ebd6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11807 | 2024.05.16 00:55:08.015411 [ 3 ] {f07654b7-3b6a-4c6e-9256-19264a6ebd6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11808 | 2024.05.16 00:55:08.015764 [ 3 ] {f07654b7-3b6a-4c6e-9256-19264a6ebd6d} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11809 | 2024.05.16 00:55:08.015802 [ 3 ] {f07654b7-3b6a-4c6e-9256-19264a6ebd6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
11810 | 2024.05.16 00:55:08.016113 [ 3 ] {f07654b7-3b6a-4c6e-9256-19264a6ebd6d} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
11811 | 2024.05.16 00:55:08.016414 [ 3 ] {f07654b7-3b6a-4c6e-9256-19264a6ebd6d} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11812 | 2024.05.16 00:55:08.016572 [ 3 ] {f07654b7-3b6a-4c6e-9256-19264a6ebd6d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001391 sec., 46010.064701653486 rows/sec., 3.59 MiB/sec. | ||
11813 | 2024.05.16 00:55:08.016737 [ 3 ] {f07654b7-3b6a-4c6e-9256-19264a6ebd6d} <Debug> DynamicQueryHandler: Done processing query | ||
11814 | 2024.05.16 00:55:08.016762 [ 3 ] {f07654b7-3b6a-4c6e-9256-19264a6ebd6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
11815 | 2024.05.16 00:55:08.016777 [ 3 ] {} <Debug> HTTP-Session: b1672f3b-91d7-4b38-b372-429055203554 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11816 | 2024.05.16 00:55:08.016995 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11817 | 2024.05.16 00:55:08.017045 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11818 | 2024.05.16 00:55:08.017064 [ 3 ] {} <Debug> HTTP-Session: 8eebd9fa-b35e-4649-9a28-865141e9da59 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
11819 | 2024.05.16 00:55:08.017081 [ 3 ] {} <Debug> HTTP-Session: 8eebd9fa-b35e-4649-9a28-865141e9da59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11820 | 2024.05.16 00:55:08.017095 [ 3 ] {} <Debug> HTTP-Session: 8eebd9fa-b35e-4649-9a28-865141e9da59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11821 | 2024.05.16 00:55:08.017125 [ 3 ] {} <Trace> HTTP-Session: 8eebd9fa-b35e-4649-9a28-865141e9da59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11822 | 2024.05.16 00:55:08.017273 [ 3 ] {61d5a1e6-7109-4199-a720-cb61154a2647} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11823 | 2024.05.16 00:55:08.017318 [ 3 ] {61d5a1e6-7109-4199-a720-cb61154a2647} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11824 | 2024.05.16 00:55:08.017462 [ 3 ] {61d5a1e6-7109-4199-a720-cb61154a2647} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11825 | 2024.05.16 00:55:08.017828 [ 3 ] {61d5a1e6-7109-4199-a720-cb61154a2647} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11826 | 2024.05.16 00:55:08.017863 [ 3 ] {61d5a1e6-7109-4199-a720-cb61154a2647} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
11827 | 2024.05.16 00:55:08.018250 [ 3 ] {61d5a1e6-7109-4199-a720-cb61154a2647} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
11828 | 2024.05.16 00:55:08.018577 [ 3 ] {61d5a1e6-7109-4199-a720-cb61154a2647} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11829 | 2024.05.16 00:55:08.018732 [ 3 ] {61d5a1e6-7109-4199-a720-cb61154a2647} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001526 sec., 104849.27916120576 rows/sec., 7.30 MiB/sec. | ||
11830 | 2024.05.16 00:55:08.018886 [ 3 ] {61d5a1e6-7109-4199-a720-cb61154a2647} <Debug> DynamicQueryHandler: Done processing query | ||
11831 | 2024.05.16 00:55:08.018910 [ 3 ] {61d5a1e6-7109-4199-a720-cb61154a2647} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11832 | 2024.05.16 00:55:08.018926 [ 3 ] {} <Debug> HTTP-Session: 8eebd9fa-b35e-4649-9a28-865141e9da59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11833 | 2024.05.16 00:55:08.019060 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11834 | 2024.05.16 00:55:08.019107 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11835 | 2024.05.16 00:55:08.019125 [ 3 ] {} <Debug> HTTP-Session: a65c6d32-4e02-4506-be19-423d984ac317 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
11836 | 2024.05.16 00:55:08.019141 [ 3 ] {} <Debug> HTTP-Session: a65c6d32-4e02-4506-be19-423d984ac317 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11837 | 2024.05.16 00:55:08.019156 [ 3 ] {} <Debug> HTTP-Session: a65c6d32-4e02-4506-be19-423d984ac317 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11838 | 2024.05.16 00:55:08.019186 [ 3 ] {} <Trace> HTTP-Session: a65c6d32-4e02-4506-be19-423d984ac317 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11839 | 2024.05.16 00:55:08.019295 [ 3 ] {4326689f-5bfb-4bd2-ab0f-24bc37ae3381} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11840 | 2024.05.16 00:55:08.019337 [ 3 ] {4326689f-5bfb-4bd2-ab0f-24bc37ae3381} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11841 | 2024.05.16 00:55:08.019459 [ 3 ] {4326689f-5bfb-4bd2-ab0f-24bc37ae3381} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11842 | 2024.05.16 00:55:08.019756 [ 3 ] {4326689f-5bfb-4bd2-ab0f-24bc37ae3381} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11843 | 2024.05.16 00:55:08.019791 [ 3 ] {4326689f-5bfb-4bd2-ab0f-24bc37ae3381} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
11844 | 2024.05.16 00:55:08.020147 [ 3 ] {4326689f-5bfb-4bd2-ab0f-24bc37ae3381} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
11845 | 2024.05.16 00:55:08.020462 [ 3 ] {4326689f-5bfb-4bd2-ab0f-24bc37ae3381} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11846 | 2024.05.16 00:55:08.020618 [ 3 ] {4326689f-5bfb-4bd2-ab0f-24bc37ae3381} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001356 sec., 44247.78761061947 rows/sec., 2.98 MiB/sec. | ||
11847 | 2024.05.16 00:55:08.020803 [ 3 ] {4326689f-5bfb-4bd2-ab0f-24bc37ae3381} <Debug> DynamicQueryHandler: Done processing query | ||
11848 | 2024.05.16 00:55:08.020838 [ 3 ] {4326689f-5bfb-4bd2-ab0f-24bc37ae3381} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11849 | 2024.05.16 00:55:08.020868 [ 3 ] {} <Debug> HTTP-Session: a65c6d32-4e02-4506-be19-423d984ac317 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11850 | 2024.05.16 00:55:13.015907 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7938, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11851 | 2024.05.16 00:55:13.016032 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11852 | 2024.05.16 00:55:13.016059 [ 3 ] {} <Debug> HTTP-Session: a71bf5c2-5b61-4920-8f1c-557954cc9836 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
11853 | 2024.05.16 00:55:13.016083 [ 3 ] {} <Debug> HTTP-Session: a71bf5c2-5b61-4920-8f1c-557954cc9836 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11854 | 2024.05.16 00:55:13.016098 [ 3 ] {} <Debug> HTTP-Session: a71bf5c2-5b61-4920-8f1c-557954cc9836 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11855 | 2024.05.16 00:55:13.016148 [ 3 ] {} <Trace> HTTP-Session: a71bf5c2-5b61-4920-8f1c-557954cc9836 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11856 | 2024.05.16 00:55:13.016339 [ 3 ] {f9263e5c-40f6-422d-8849-e5e20d45f53a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11857 | 2024.05.16 00:55:13.016403 [ 3 ] {f9263e5c-40f6-422d-8849-e5e20d45f53a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11858 | 2024.05.16 00:55:13.016589 [ 3 ] {f9263e5c-40f6-422d-8849-e5e20d45f53a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11859 | 2024.05.16 00:55:13.017053 [ 3 ] {f9263e5c-40f6-422d-8849-e5e20d45f53a} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11860 | 2024.05.16 00:55:13.017101 [ 3 ] {f9263e5c-40f6-422d-8849-e5e20d45f53a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
11861 | 2024.05.16 00:55:13.017583 [ 3 ] {f9263e5c-40f6-422d-8849-e5e20d45f53a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
11862 | 2024.05.16 00:55:13.017928 [ 3 ] {f9263e5c-40f6-422d-8849-e5e20d45f53a} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11863 | 2024.05.16 00:55:13.018096 [ 3 ] {f9263e5c-40f6-422d-8849-e5e20d45f53a} <Debug> executeQuery: Read 55 rows, 4.46 KiB in 0.001817 sec., 30269.675288937808 rows/sec., 2.40 MiB/sec. | ||
11864 | 2024.05.16 00:55:13.018300 [ 3 ] {f9263e5c-40f6-422d-8849-e5e20d45f53a} <Debug> DynamicQueryHandler: Done processing query | ||
11865 | 2024.05.16 00:55:13.018327 [ 3 ] {f9263e5c-40f6-422d-8849-e5e20d45f53a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11866 | 2024.05.16 00:55:13.018344 [ 3 ] {} <Debug> HTTP-Session: a71bf5c2-5b61-4920-8f1c-557954cc9836 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11867 | 2024.05.16 00:55:13.018484 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11868 | 2024.05.16 00:55:13.018538 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11869 | 2024.05.16 00:55:13.018558 [ 3 ] {} <Debug> HTTP-Session: 76b85cf0-007b-4273-adfc-8bdbc3624280 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
11870 | 2024.05.16 00:55:13.018577 [ 3 ] {} <Debug> HTTP-Session: 76b85cf0-007b-4273-adfc-8bdbc3624280 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11871 | 2024.05.16 00:55:13.018591 [ 3 ] {} <Debug> HTTP-Session: 76b85cf0-007b-4273-adfc-8bdbc3624280 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11872 | 2024.05.16 00:55:13.018627 [ 3 ] {} <Trace> HTTP-Session: 76b85cf0-007b-4273-adfc-8bdbc3624280 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11873 | 2024.05.16 00:55:13.018733 [ 3 ] {383023d3-93b8-4874-8266-911cfb4aab74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11874 | 2024.05.16 00:55:13.018779 [ 3 ] {383023d3-93b8-4874-8266-911cfb4aab74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11875 | 2024.05.16 00:55:13.018910 [ 3 ] {383023d3-93b8-4874-8266-911cfb4aab74} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11876 | 2024.05.16 00:55:13.019256 [ 3 ] {383023d3-93b8-4874-8266-911cfb4aab74} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11877 | 2024.05.16 00:55:13.019296 [ 3 ] {383023d3-93b8-4874-8266-911cfb4aab74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
11878 | 2024.05.16 00:55:13.019609 [ 3 ] {383023d3-93b8-4874-8266-911cfb4aab74} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
11879 | 2024.05.16 00:55:13.019946 [ 3 ] {383023d3-93b8-4874-8266-911cfb4aab74} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11880 | 2024.05.16 00:55:13.020105 [ 3 ] {383023d3-93b8-4874-8266-911cfb4aab74} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001399 sec., 2859.1851322373122 rows/sec., 233.15 KiB/sec. | ||
11881 | 2024.05.16 00:55:13.020274 [ 3 ] {383023d3-93b8-4874-8266-911cfb4aab74} <Debug> DynamicQueryHandler: Done processing query | ||
11882 | 2024.05.16 00:55:13.020299 [ 3 ] {383023d3-93b8-4874-8266-911cfb4aab74} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11883 | 2024.05.16 00:55:13.020315 [ 3 ] {} <Debug> HTTP-Session: 76b85cf0-007b-4273-adfc-8bdbc3624280 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11884 | 2024.05.16 00:55:13.020509 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 38010, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11885 | 2024.05.16 00:55:13.020560 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11886 | 2024.05.16 00:55:13.020581 [ 3 ] {} <Debug> HTTP-Session: 6f4a63d8-6db6-4848-a036-d9c992f781fa Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
11887 | 2024.05.16 00:55:13.020606 [ 3 ] {} <Debug> HTTP-Session: 6f4a63d8-6db6-4848-a036-d9c992f781fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11888 | 2024.05.16 00:55:13.020620 [ 3 ] {} <Debug> HTTP-Session: 6f4a63d8-6db6-4848-a036-d9c992f781fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11889 | 2024.05.16 00:55:13.020652 [ 3 ] {} <Trace> HTTP-Session: 6f4a63d8-6db6-4848-a036-d9c992f781fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11890 | 2024.05.16 00:55:13.020838 [ 3 ] {a4c6603b-73f0-4ba0-b4e1-3a626bd5a073} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11891 | 2024.05.16 00:55:13.020883 [ 3 ] {a4c6603b-73f0-4ba0-b4e1-3a626bd5a073} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11892 | 2024.05.16 00:55:13.021009 [ 3 ] {a4c6603b-73f0-4ba0-b4e1-3a626bd5a073} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11893 | 2024.05.16 00:55:13.021465 [ 3 ] {a4c6603b-73f0-4ba0-b4e1-3a626bd5a073} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11894 | 2024.05.16 00:55:13.021504 [ 3 ] {a4c6603b-73f0-4ba0-b4e1-3a626bd5a073} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
11895 | 2024.05.16 00:55:13.021932 [ 3 ] {a4c6603b-73f0-4ba0-b4e1-3a626bd5a073} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
11896 | 2024.05.16 00:55:13.022233 [ 3 ] {a4c6603b-73f0-4ba0-b4e1-3a626bd5a073} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11897 | 2024.05.16 00:55:13.022359 [ 3 ] {a4c6603b-73f0-4ba0-b4e1-3a626bd5a073} <Debug> executeQuery: Read 259 rows, 22.30 KiB in 0.001627 sec., 159188.69084204058 rows/sec., 13.38 MiB/sec. | ||
11898 | 2024.05.16 00:55:13.022512 [ 3 ] {a4c6603b-73f0-4ba0-b4e1-3a626bd5a073} <Debug> DynamicQueryHandler: Done processing query | ||
11899 | 2024.05.16 00:55:13.022536 [ 3 ] {a4c6603b-73f0-4ba0-b4e1-3a626bd5a073} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
11900 | 2024.05.16 00:55:13.022552 [ 3 ] {} <Debug> HTTP-Session: 6f4a63d8-6db6-4848-a036-d9c992f781fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11901 | 2024.05.16 00:55:13.022697 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11902 | 2024.05.16 00:55:13.022747 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11903 | 2024.05.16 00:55:13.022767 [ 3 ] {} <Debug> HTTP-Session: 73f2bf3d-5746-4779-b50e-f16f5c873968 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
11904 | 2024.05.16 00:55:13.022785 [ 3 ] {} <Debug> HTTP-Session: 73f2bf3d-5746-4779-b50e-f16f5c873968 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11905 | 2024.05.16 00:55:13.022886 [ 3 ] {} <Debug> HTTP-Session: 73f2bf3d-5746-4779-b50e-f16f5c873968 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11906 | 2024.05.16 00:55:13.022921 [ 3 ] {} <Trace> HTTP-Session: 73f2bf3d-5746-4779-b50e-f16f5c873968 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11907 | 2024.05.16 00:55:13.023017 [ 3 ] {9ded7480-f5c7-4d14-bb2e-aeac8bbe0770} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11908 | 2024.05.16 00:55:13.023061 [ 3 ] {9ded7480-f5c7-4d14-bb2e-aeac8bbe0770} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11909 | 2024.05.16 00:55:13.023183 [ 3 ] {9ded7480-f5c7-4d14-bb2e-aeac8bbe0770} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11910 | 2024.05.16 00:55:13.023465 [ 3 ] {9ded7480-f5c7-4d14-bb2e-aeac8bbe0770} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11911 | 2024.05.16 00:55:13.023501 [ 3 ] {9ded7480-f5c7-4d14-bb2e-aeac8bbe0770} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
11912 | 2024.05.16 00:55:13.023803 [ 3 ] {9ded7480-f5c7-4d14-bb2e-aeac8bbe0770} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
11913 | 2024.05.16 00:55:13.024099 [ 3 ] {9ded7480-f5c7-4d14-bb2e-aeac8bbe0770} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11914 | 2024.05.16 00:55:13.024224 [ 3 ] {9ded7480-f5c7-4d14-bb2e-aeac8bbe0770} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001231 sec., 3249.390739236393 rows/sec., 226.89 KiB/sec. | ||
11915 | 2024.05.16 00:55:13.024405 [ 3 ] {9ded7480-f5c7-4d14-bb2e-aeac8bbe0770} <Debug> DynamicQueryHandler: Done processing query | ||
11916 | 2024.05.16 00:55:13.024430 [ 3 ] {9ded7480-f5c7-4d14-bb2e-aeac8bbe0770} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11917 | 2024.05.16 00:55:13.024446 [ 3 ] {} <Debug> HTTP-Session: 73f2bf3d-5746-4779-b50e-f16f5c873968 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11918 | 2024.05.16 00:55:13.024622 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 24927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11919 | 2024.05.16 00:55:13.024672 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11920 | 2024.05.16 00:55:13.024691 [ 3 ] {} <Debug> HTTP-Session: cf2668de-dec4-4f5c-826f-0905784ba05b Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
11921 | 2024.05.16 00:55:13.024709 [ 3 ] {} <Debug> HTTP-Session: cf2668de-dec4-4f5c-826f-0905784ba05b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11922 | 2024.05.16 00:55:13.024722 [ 3 ] {} <Debug> HTTP-Session: cf2668de-dec4-4f5c-826f-0905784ba05b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11923 | 2024.05.16 00:55:13.024754 [ 3 ] {} <Trace> HTTP-Session: cf2668de-dec4-4f5c-826f-0905784ba05b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11924 | 2024.05.16 00:55:13.024896 [ 3 ] {d33dc710-a816-42b0-be61-ad33f1046539} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11925 | 2024.05.16 00:55:13.024940 [ 3 ] {d33dc710-a816-42b0-be61-ad33f1046539} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11926 | 2024.05.16 00:55:13.025063 [ 3 ] {d33dc710-a816-42b0-be61-ad33f1046539} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11927 | 2024.05.16 00:55:13.025452 [ 3 ] {d33dc710-a816-42b0-be61-ad33f1046539} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11928 | 2024.05.16 00:55:13.025488 [ 3 ] {d33dc710-a816-42b0-be61-ad33f1046539} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
11929 | 2024.05.16 00:55:13.025830 [ 3 ] {d33dc710-a816-42b0-be61-ad33f1046539} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
11930 | 2024.05.16 00:55:13.026128 [ 3 ] {d33dc710-a816-42b0-be61-ad33f1046539} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11931 | 2024.05.16 00:55:13.026258 [ 3 ] {d33dc710-a816-42b0-be61-ad33f1046539} <Debug> executeQuery: Read 147 rows, 11.74 KiB in 0.001431 sec., 102725.36687631028 rows/sec., 8.01 MiB/sec. | ||
11932 | 2024.05.16 00:55:13.026511 [ 3 ] {d33dc710-a816-42b0-be61-ad33f1046539} <Debug> DynamicQueryHandler: Done processing query | ||
11933 | 2024.05.16 00:55:13.026568 [ 3 ] {d33dc710-a816-42b0-be61-ad33f1046539} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
11934 | 2024.05.16 00:55:13.026625 [ 3 ] {} <Debug> HTTP-Session: cf2668de-dec4-4f5c-826f-0905784ba05b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11935 | 2024.05.16 00:55:13.026847 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 37975, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11936 | 2024.05.16 00:55:13.026901 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11937 | 2024.05.16 00:55:13.026921 [ 3 ] {} <Debug> HTTP-Session: b454d9dc-8445-43c3-a984-d6fcbcfb2b2d Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
11938 | 2024.05.16 00:55:13.026939 [ 3 ] {} <Debug> HTTP-Session: b454d9dc-8445-43c3-a984-d6fcbcfb2b2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11939 | 2024.05.16 00:55:13.026953 [ 3 ] {} <Debug> HTTP-Session: b454d9dc-8445-43c3-a984-d6fcbcfb2b2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11940 | 2024.05.16 00:55:13.026985 [ 3 ] {} <Trace> HTTP-Session: b454d9dc-8445-43c3-a984-d6fcbcfb2b2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11941 | 2024.05.16 00:55:13.027164 [ 3 ] {e5fff227-8e1c-4717-b47e-a68a0147debd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11942 | 2024.05.16 00:55:13.027212 [ 3 ] {e5fff227-8e1c-4717-b47e-a68a0147debd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11943 | 2024.05.16 00:55:13.027376 [ 3 ] {e5fff227-8e1c-4717-b47e-a68a0147debd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11944 | 2024.05.16 00:55:13.027805 [ 3 ] {e5fff227-8e1c-4717-b47e-a68a0147debd} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11945 | 2024.05.16 00:55:13.027843 [ 3 ] {e5fff227-8e1c-4717-b47e-a68a0147debd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
11946 | 2024.05.16 00:55:13.028238 [ 3 ] {e5fff227-8e1c-4717-b47e-a68a0147debd} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
11947 | 2024.05.16 00:55:13.028571 [ 3 ] {e5fff227-8e1c-4717-b47e-a68a0147debd} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11948 | 2024.05.16 00:55:13.028702 [ 3 ] {e5fff227-8e1c-4717-b47e-a68a0147debd} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.001626 sec., 121771.21771217712 rows/sec., 8.50 MiB/sec. | ||
11949 | 2024.05.16 00:55:13.028872 [ 3 ] {e5fff227-8e1c-4717-b47e-a68a0147debd} <Debug> DynamicQueryHandler: Done processing query | ||
11950 | 2024.05.16 00:55:13.028898 [ 3 ] {e5fff227-8e1c-4717-b47e-a68a0147debd} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
11951 | 2024.05.16 00:55:13.028915 [ 3 ] {} <Debug> HTTP-Session: b454d9dc-8445-43c3-a984-d6fcbcfb2b2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11952 | 2024.05.16 00:55:13.029114 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 58835, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11953 | 2024.05.16 00:55:13.029164 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11954 | 2024.05.16 00:55:13.029183 [ 3 ] {} <Debug> HTTP-Session: 60288aec-cc48-4c13-b592-b6cb4b3aa790 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
11955 | 2024.05.16 00:55:13.029201 [ 3 ] {} <Debug> HTTP-Session: 60288aec-cc48-4c13-b592-b6cb4b3aa790 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11956 | 2024.05.16 00:55:13.029214 [ 3 ] {} <Debug> HTTP-Session: 60288aec-cc48-4c13-b592-b6cb4b3aa790 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11957 | 2024.05.16 00:55:13.029245 [ 3 ] {} <Trace> HTTP-Session: 60288aec-cc48-4c13-b592-b6cb4b3aa790 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11958 | 2024.05.16 00:55:13.029702 [ 3 ] {8fc457ef-a07a-4720-bf97-3feeb8a7a04c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11959 | 2024.05.16 00:55:13.029752 [ 3 ] {8fc457ef-a07a-4720-bf97-3feeb8a7a04c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
11960 | 2024.05.16 00:55:13.029912 [ 3 ] {8fc457ef-a07a-4720-bf97-3feeb8a7a04c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11961 | 2024.05.16 00:55:13.030475 [ 3 ] {8fc457ef-a07a-4720-bf97-3feeb8a7a04c} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11962 | 2024.05.16 00:55:13.030511 [ 3 ] {8fc457ef-a07a-4720-bf97-3feeb8a7a04c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
11963 | 2024.05.16 00:55:13.030941 [ 3 ] {8fc457ef-a07a-4720-bf97-3feeb8a7a04c} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
11964 | 2024.05.16 00:55:13.031279 [ 3 ] {8fc457ef-a07a-4720-bf97-3feeb8a7a04c} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11965 | 2024.05.16 00:55:13.031460 [ 3 ] {8fc457ef-a07a-4720-bf97-3feeb8a7a04c} <Debug> executeQuery: Read 55 rows, 76.00 KiB in 0.00212 sec., 25943.396226415094 rows/sec., 35.01 MiB/sec. | ||
11966 | 2024.05.16 00:55:13.031667 [ 3 ] {8fc457ef-a07a-4720-bf97-3feeb8a7a04c} <Debug> DynamicQueryHandler: Done processing query | ||
11967 | 2024.05.16 00:55:13.031702 [ 3 ] {8fc457ef-a07a-4720-bf97-3feeb8a7a04c} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
11968 | 2024.05.16 00:55:13.031723 [ 3 ] {} <Debug> HTTP-Session: 60288aec-cc48-4c13-b592-b6cb4b3aa790 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11969 | 2024.05.16 00:55:13.031878 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11970 | 2024.05.16 00:55:13.031935 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11971 | 2024.05.16 00:55:13.031956 [ 3 ] {} <Debug> HTTP-Session: 015ce8db-8671-4aae-b901-28817680f4d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
11972 | 2024.05.16 00:55:13.031973 [ 3 ] {} <Debug> HTTP-Session: 015ce8db-8671-4aae-b901-28817680f4d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11973 | 2024.05.16 00:55:13.031986 [ 3 ] {} <Debug> HTTP-Session: 015ce8db-8671-4aae-b901-28817680f4d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11974 | 2024.05.16 00:55:13.032018 [ 3 ] {} <Trace> HTTP-Session: 015ce8db-8671-4aae-b901-28817680f4d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11975 | 2024.05.16 00:55:13.032133 [ 3 ] {ed389041-09e5-4bfb-8571-68281a0016e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11976 | 2024.05.16 00:55:13.032192 [ 3 ] {ed389041-09e5-4bfb-8571-68281a0016e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11977 | 2024.05.16 00:55:13.032347 [ 3 ] {ed389041-09e5-4bfb-8571-68281a0016e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11978 | 2024.05.16 00:55:13.032649 [ 3 ] {ed389041-09e5-4bfb-8571-68281a0016e4} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11979 | 2024.05.16 00:55:13.032685 [ 3 ] {ed389041-09e5-4bfb-8571-68281a0016e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
11980 | 2024.05.16 00:55:13.033067 [ 3 ] {ed389041-09e5-4bfb-8571-68281a0016e4} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
11981 | 2024.05.16 00:55:13.033385 [ 3 ] {ed389041-09e5-4bfb-8571-68281a0016e4} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11982 | 2024.05.16 00:55:13.033513 [ 3 ] {ed389041-09e5-4bfb-8571-68281a0016e4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001424 sec., 42134.83146067416 rows/sec., 2.84 MiB/sec. | ||
11983 | 2024.05.16 00:55:13.033676 [ 3 ] {ed389041-09e5-4bfb-8571-68281a0016e4} <Debug> DynamicQueryHandler: Done processing query | ||
11984 | 2024.05.16 00:55:13.033701 [ 3 ] {ed389041-09e5-4bfb-8571-68281a0016e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11985 | 2024.05.16 00:55:13.033717 [ 3 ] {} <Debug> HTTP-Session: 015ce8db-8671-4aae-b901-28817680f4d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11986 | 2024.05.16 00:55:16.311501 [ 47 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11987 | 2024.05.16 00:55:16.311604 [ 47 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11988 | 2024.05.16 00:55:18.011660 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11989 | 2024.05.16 00:55:18.011766 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11990 | 2024.05.16 00:55:18.011790 [ 3 ] {} <Debug> HTTP-Session: 4a259bb3-4973-42a2-998b-d550dcebe6c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
11991 | 2024.05.16 00:55:18.011814 [ 3 ] {} <Debug> HTTP-Session: 4a259bb3-4973-42a2-998b-d550dcebe6c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11992 | 2024.05.16 00:55:18.011828 [ 3 ] {} <Debug> HTTP-Session: 4a259bb3-4973-42a2-998b-d550dcebe6c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11993 | 2024.05.16 00:55:18.011876 [ 3 ] {} <Trace> HTTP-Session: 4a259bb3-4973-42a2-998b-d550dcebe6c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11994 | 2024.05.16 00:55:18.012066 [ 3 ] {b12cefbd-ff64-477b-b92d-f567b7676f6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11995 | 2024.05.16 00:55:18.012127 [ 3 ] {b12cefbd-ff64-477b-b92d-f567b7676f6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11996 | 2024.05.16 00:55:18.012306 [ 3 ] {b12cefbd-ff64-477b-b92d-f567b7676f6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11997 | 2024.05.16 00:55:18.012733 [ 3 ] {b12cefbd-ff64-477b-b92d-f567b7676f6b} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11998 | 2024.05.16 00:55:18.012774 [ 3 ] {b12cefbd-ff64-477b-b92d-f567b7676f6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
11999 | 2024.05.16 00:55:18.013142 [ 3 ] {b12cefbd-ff64-477b-b92d-f567b7676f6b} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
12000 | 2024.05.16 00:55:18.013470 [ 3 ] {b12cefbd-ff64-477b-b92d-f567b7676f6b} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12001 | 2024.05.16 00:55:18.013612 [ 3 ] {b12cefbd-ff64-477b-b92d-f567b7676f6b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001607 sec., 34847.542003733666 rows/sec., 2.66 MiB/sec. | ||
12002 | 2024.05.16 00:55:18.013618 [ 88 ] {} <Debug> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
12003 | 2024.05.16 00:55:18.013677 [ 88 ] {} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12004 | 2024.05.16 00:55:18.013713 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
12005 | 2024.05.16 00:55:18.013820 [ 3 ] {b12cefbd-ff64-477b-b92d-f567b7676f6b} <Debug> DynamicQueryHandler: Done processing query | ||
12006 | 2024.05.16 00:55:18.013820 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::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 | ||
12007 | 2024.05.16 00:55:18.013850 [ 3 ] {b12cefbd-ff64-477b-b92d-f567b7676f6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12008 | 2024.05.16 00:55:18.013879 [ 3 ] {} <Debug> HTTP-Session: 4a259bb3-4973-42a2-998b-d550dcebe6c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12009 | 2024.05.16 00:55:18.013960 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12010 | 2024.05.16 00:55:18.013991 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 271 rows starting from the beginning of the part | ||
12011 | 2024.05.16 00:55:18.014043 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12012 | 2024.05.16 00:55:18.014080 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 56 rows starting from the beginning of the part | ||
12013 | 2024.05.16 00:55:18.014145 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12014 | 2024.05.16 00:55:18.014208 [ 3 ] {} <Debug> HTTP-Session: b5c54a6a-f8f6-4981-86aa-058c2054bf5e Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
12015 | 2024.05.16 00:55:18.014293 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 223 rows starting from the beginning of the part | ||
12016 | 2024.05.16 00:55:18.014307 [ 3 ] {} <Debug> HTTP-Session: b5c54a6a-f8f6-4981-86aa-058c2054bf5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12017 | 2024.05.16 00:55:18.014370 [ 3 ] {} <Debug> HTTP-Session: b5c54a6a-f8f6-4981-86aa-058c2054bf5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12018 | 2024.05.16 00:55:18.014570 [ 3 ] {} <Trace> HTTP-Session: b5c54a6a-f8f6-4981-86aa-058c2054bf5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12019 | 2024.05.16 00:55:18.014624 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 56 rows starting from the beginning of the part | ||
12020 | 2024.05.16 00:55:18.014742 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 259 rows starting from the beginning of the part | ||
12021 | 2024.05.16 00:55:18.014916 [ 3 ] {a7a8b287-75eb-43bb-8226-d1cf6c3396dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12022 | 2024.05.16 00:55:18.015078 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 56 rows starting from the beginning of the part | ||
12023 | 2024.05.16 00:55:18.015088 [ 3 ] {a7a8b287-75eb-43bb-8226-d1cf6c3396dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12024 | 2024.05.16 00:55:18.015478 [ 3 ] {a7a8b287-75eb-43bb-8226-d1cf6c3396dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12025 | 2024.05.16 00:55:18.015957 [ 3 ] {a7a8b287-75eb-43bb-8226-d1cf6c3396dc} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12026 | 2024.05.16 00:55:18.016001 [ 3 ] {a7a8b287-75eb-43bb-8226-d1cf6c3396dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
12027 | 2024.05.16 00:55:18.016446 [ 3 ] {a7a8b287-75eb-43bb-8226-d1cf6c3396dc} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
12028 | 2024.05.16 00:55:18.016666 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 921 rows, containing 4 columns (4 merged, 0 gathered) in 0.002895229 sec., 318109.5519559938 rows/sec., 26.35 MiB/sec. | ||
12029 | 2024.05.16 00:55:18.016808 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
12030 | 2024.05.16 00:55:18.016906 [ 3 ] {a7a8b287-75eb-43bb-8226-d1cf6c3396dc} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12031 | 2024.05.16 00:55:18.017114 [ 88 ] {} <Debug> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
12032 | 2024.05.16 00:55:18.017153 [ 3 ] {a7a8b287-75eb-43bb-8226-d1cf6c3396dc} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002425 sec., 26391.75257731959 rows/sec., 2.06 MiB/sec. | ||
12033 | 2024.05.16 00:55:18.017161 [ 88 ] {} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12034 | 2024.05.16 00:55:18.017206 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
12035 | 2024.05.16 00:55:18.017524 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_91_18} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12036 | 2024.05.16 00:55:18.017633 [ 3 ] {a7a8b287-75eb-43bb-8226-d1cf6c3396dc} <Debug> DynamicQueryHandler: Done processing query | ||
12037 | 2024.05.16 00:55:18.017658 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::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 | ||
12038 | 2024.05.16 00:55:18.017679 [ 3 ] {a7a8b287-75eb-43bb-8226-d1cf6c3396dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
12039 | 2024.05.16 00:55:18.017768 [ 3 ] {} <Debug> HTTP-Session: b5c54a6a-f8f6-4981-86aa-058c2054bf5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12040 | 2024.05.16 00:55:18.017807 [ 200 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_91_18} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
12041 | 2024.05.16 00:55:18.018086 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
12042 | 2024.05.16 00:55:18.018176 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12043 | 2024.05.16 00:55:18.018347 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12044 | 2024.05.16 00:55:18.018433 [ 3 ] {} <Debug> HTTP-Session: 1017575f-d631-492d-8cfe-ca6407d56560 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
12045 | 2024.05.16 00:55:18.018504 [ 3 ] {} <Debug> HTTP-Session: 1017575f-d631-492d-8cfe-ca6407d56560 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12046 | 2024.05.16 00:55:18.018531 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12047 | 2024.05.16 00:55:18.018558 [ 3 ] {} <Debug> HTTP-Session: 1017575f-d631-492d-8cfe-ca6407d56560 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12048 | 2024.05.16 00:55:18.018659 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 199 rows starting from the beginning of the part | ||
12049 | 2024.05.16 00:55:18.018693 [ 3 ] {} <Trace> HTTP-Session: 1017575f-d631-492d-8cfe-ca6407d56560 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12050 | 2024.05.16 00:55:18.018979 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 64 rows starting from the beginning of the part | ||
12051 | 2024.05.16 00:55:18.019206 [ 3 ] {ae20cd72-e344-4e42-bd77-8f4c373bfcd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12052 | 2024.05.16 00:55:18.019422 [ 3 ] {ae20cd72-e344-4e42-bd77-8f4c373bfcd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12053 | 2024.05.16 00:55:18.019421 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 123 rows starting from the beginning of the part | ||
12054 | 2024.05.16 00:55:18.019813 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 64 rows starting from the beginning of the part | ||
12055 | 2024.05.16 00:55:18.020277 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 147 rows starting from the beginning of the part | ||
12056 | 2024.05.16 00:55:18.020764 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 64 rows starting from the beginning of the part | ||
12057 | 2024.05.16 00:55:18.021200 [ 3 ] {ae20cd72-e344-4e42-bd77-8f4c373bfcd4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12058 | 2024.05.16 00:55:18.022277 [ 3 ] {ae20cd72-e344-4e42-bd77-8f4c373bfcd4} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12059 | 2024.05.16 00:55:18.022342 [ 3 ] {ae20cd72-e344-4e42-bd77-8f4c373bfcd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
12060 | 2024.05.16 00:55:18.023349 [ 3 ] {ae20cd72-e344-4e42-bd77-8f4c373bfcd4} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
12061 | 2024.05.16 00:55:18.023973 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 661 rows, containing 4 columns (4 merged, 0 gathered) in 0.006673488 sec., 99048.65341782289 rows/sec., 7.71 MiB/sec. | ||
12062 | 2024.05.16 00:55:18.024193 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
12063 | 2024.05.16 00:55:18.024278 [ 3 ] {ae20cd72-e344-4e42-bd77-8f4c373bfcd4} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12064 | 2024.05.16 00:55:18.024514 [ 88 ] {} <Debug> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
12065 | 2024.05.16 00:55:18.024644 [ 88 ] {} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12066 | 2024.05.16 00:55:18.024685 [ 3 ] {ae20cd72-e344-4e42-bd77-8f4c373bfcd4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005717 sec., 27986.706314500614 rows/sec., 1.95 MiB/sec. | ||
12067 | 2024.05.16 00:55:18.024738 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
12068 | 2024.05.16 00:55:18.025256 [ 196 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
12069 | 2024.05.16 00:55:18.025375 [ 3 ] {ae20cd72-e344-4e42-bd77-8f4c373bfcd4} <Debug> DynamicQueryHandler: Done processing query | ||
12070 | 2024.05.16 00:55:18.025454 [ 3 ] {ae20cd72-e344-4e42-bd77-8f4c373bfcd4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12071 | 2024.05.16 00:55:18.025517 [ 3 ] {} <Debug> HTTP-Session: 1017575f-d631-492d-8cfe-ca6407d56560 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12072 | 2024.05.16 00:55:18.025618 [ 196 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12073 | 2024.05.16 00:55:18.025674 [ 196 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_86_17, total 13083 rows starting from the beginning of the part | ||
12074 | 2024.05.16 00:55:18.025688 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_91_18} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12075 | 2024.05.16 00:55:18.025876 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12076 | 2024.05.16 00:55:18.025977 [ 196 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 160 rows starting from the beginning of the part | ||
12077 | 2024.05.16 00:55:18.026079 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12078 | 2024.05.16 00:55:18.026119 [ 201 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_91_18} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
12079 | 2024.05.16 00:55:18.026202 [ 3 ] {} <Debug> HTTP-Session: ffa5c552-039b-46e8-b714-2a535560b0a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
12080 | 2024.05.16 00:55:18.026304 [ 3 ] {} <Debug> HTTP-Session: ffa5c552-039b-46e8-b714-2a535560b0a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12081 | 2024.05.16 00:55:18.026414 [ 3 ] {} <Debug> HTTP-Session: ffa5c552-039b-46e8-b714-2a535560b0a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12082 | 2024.05.16 00:55:18.026471 [ 196 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 162 rows starting from the beginning of the part | ||
12083 | 2024.05.16 00:55:18.026579 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
12084 | 2024.05.16 00:55:18.026599 [ 3 ] {} <Trace> HTTP-Session: ffa5c552-039b-46e8-b714-2a535560b0a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12085 | 2024.05.16 00:55:18.026847 [ 196 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
12086 | 2024.05.16 00:55:18.027089 [ 3 ] {f40fde07-e5d9-4168-bd5c-9123ff4cc45c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12087 | 2024.05.16 00:55:18.027148 [ 196 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 198 rows starting from the beginning of the part | ||
12088 | 2024.05.16 00:55:18.027205 [ 3 ] {f40fde07-e5d9-4168-bd5c-9123ff4cc45c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12089 | 2024.05.16 00:55:18.027419 [ 196 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
12090 | 2024.05.16 00:55:18.027909 [ 3 ] {f40fde07-e5d9-4168-bd5c-9123ff4cc45c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12091 | 2024.05.16 00:55:18.028271 [ 3 ] {f40fde07-e5d9-4168-bd5c-9123ff4cc45c} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12092 | 2024.05.16 00:55:18.028306 [ 3 ] {f40fde07-e5d9-4168-bd5c-9123ff4cc45c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
12093 | 2024.05.16 00:55:18.028703 [ 3 ] {f40fde07-e5d9-4168-bd5c-9123ff4cc45c} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
12094 | 2024.05.16 00:55:18.029198 [ 3 ] {f40fde07-e5d9-4168-bd5c-9123ff4cc45c} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12095 | 2024.05.16 00:55:18.029392 [ 88 ] {} <Debug> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
12096 | 2024.05.16 00:55:18.029428 [ 3 ] {f40fde07-e5d9-4168-bd5c-9123ff4cc45c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002544 sec., 23584.90566037736 rows/sec., 1.59 MiB/sec. | ||
12097 | 2024.05.16 00:55:18.029434 [ 88 ] {} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12098 | 2024.05.16 00:55:18.029475 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
12099 | 2024.05.16 00:55:18.029812 [ 198 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
12100 | 2024.05.16 00:55:18.029832 [ 3 ] {f40fde07-e5d9-4168-bd5c-9123ff4cc45c} <Debug> DynamicQueryHandler: Done processing query | ||
12101 | 2024.05.16 00:55:18.029958 [ 3 ] {f40fde07-e5d9-4168-bd5c-9123ff4cc45c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12102 | 2024.05.16 00:55:18.030055 [ 3 ] {} <Debug> HTTP-Session: ffa5c552-039b-46e8-b714-2a535560b0a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12103 | 2024.05.16 00:55:18.030626 [ 198 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12104 | 2024.05.16 00:55:18.030722 [ 198 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 4634 rows starting from the beginning of the part | ||
12105 | 2024.05.16 00:55:18.030871 [ 198 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
12106 | 2024.05.16 00:55:18.031147 [ 198 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
12107 | 2024.05.16 00:55:18.031244 [ 198 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
12108 | 2024.05.16 00:55:18.031329 [ 198 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
12109 | 2024.05.16 00:55:18.031545 [ 198 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
12110 | 2024.05.16 00:55:18.032427 [ 196 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13923 rows, containing 5 columns (5 merged, 0 gathered) in 0.007524258 sec., 1850415.0176668584 rows/sec., 129.02 MiB/sec. | ||
12111 | 2024.05.16 00:55:18.033069 [ 191 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
12112 | 2024.05.16 00:55:18.033878 [ 191 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12113 | 2024.05.16 00:55:18.034052 [ 191 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
12114 | 2024.05.16 00:55:18.034225 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.97 MiB. | ||
12115 | 2024.05.16 00:55:18.034583 [ 193 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4934 rows, containing 4 columns (4 merged, 0 gathered) in 0.004980898 sec., 990584.4287516027 rows/sec., 66.70 MiB/sec. | ||
12116 | 2024.05.16 00:55:18.034981 [ 191 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
12117 | 2024.05.16 00:55:18.035381 [ 191 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_91_18} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12118 | 2024.05.16 00:55:18.035478 [ 191 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_91_18} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
12119 | 2024.05.16 00:55:18.035571 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. | ||
12120 | 2024.05.16 00:55:23.014998 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7938, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12121 | 2024.05.16 00:55:23.015175 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12122 | 2024.05.16 00:55:23.015220 [ 3 ] {} <Debug> HTTP-Session: 1c789d54-f507-48f1-ae4b-9b587eeaf4ae Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
12123 | 2024.05.16 00:55:23.015260 [ 3 ] {} <Debug> HTTP-Session: 1c789d54-f507-48f1-ae4b-9b587eeaf4ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12124 | 2024.05.16 00:55:23.015289 [ 3 ] {} <Debug> HTTP-Session: 1c789d54-f507-48f1-ae4b-9b587eeaf4ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12125 | 2024.05.16 00:55:23.015366 [ 3 ] {} <Trace> HTTP-Session: 1c789d54-f507-48f1-ae4b-9b587eeaf4ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12126 | 2024.05.16 00:55:23.015628 [ 3 ] {971cbcc9-100e-4e83-948f-0a8ee4b90125} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12127 | 2024.05.16 00:55:23.015687 [ 3 ] {971cbcc9-100e-4e83-948f-0a8ee4b90125} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12128 | 2024.05.16 00:55:23.015861 [ 3 ] {971cbcc9-100e-4e83-948f-0a8ee4b90125} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12129 | 2024.05.16 00:55:23.016260 [ 3 ] {971cbcc9-100e-4e83-948f-0a8ee4b90125} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12130 | 2024.05.16 00:55:23.016299 [ 3 ] {971cbcc9-100e-4e83-948f-0a8ee4b90125} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
12131 | 2024.05.16 00:55:23.016664 [ 3 ] {971cbcc9-100e-4e83-948f-0a8ee4b90125} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
12132 | 2024.05.16 00:55:23.017016 [ 3 ] {971cbcc9-100e-4e83-948f-0a8ee4b90125} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12133 | 2024.05.16 00:55:23.017159 [ 3 ] {971cbcc9-100e-4e83-948f-0a8ee4b90125} <Debug> executeQuery: Read 55 rows, 4.46 KiB in 0.001606 sec., 34246.57534246575 rows/sec., 2.71 MiB/sec. | ||
12134 | 2024.05.16 00:55:23.017349 [ 3 ] {971cbcc9-100e-4e83-948f-0a8ee4b90125} <Debug> DynamicQueryHandler: Done processing query | ||
12135 | 2024.05.16 00:55:23.017376 [ 3 ] {971cbcc9-100e-4e83-948f-0a8ee4b90125} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12136 | 2024.05.16 00:55:23.017392 [ 3 ] {} <Debug> HTTP-Session: 1c789d54-f507-48f1-ae4b-9b587eeaf4ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12137 | 2024.05.16 00:55:23.017635 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 32815, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12138 | 2024.05.16 00:55:23.017687 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12139 | 2024.05.16 00:55:23.017707 [ 3 ] {} <Debug> HTTP-Session: ebc2d708-78c8-4d3d-b7a3-ea1a95c74ba2 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
12140 | 2024.05.16 00:55:23.017725 [ 3 ] {} <Debug> HTTP-Session: ebc2d708-78c8-4d3d-b7a3-ea1a95c74ba2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12141 | 2024.05.16 00:55:23.017738 [ 3 ] {} <Debug> HTTP-Session: ebc2d708-78c8-4d3d-b7a3-ea1a95c74ba2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12142 | 2024.05.16 00:55:23.017773 [ 3 ] {} <Trace> HTTP-Session: ebc2d708-78c8-4d3d-b7a3-ea1a95c74ba2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12143 | 2024.05.16 00:55:23.017935 [ 3 ] {93efb423-6e94-4709-90fe-6f5eba47e267} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12144 | 2024.05.16 00:55:23.017979 [ 3 ] {93efb423-6e94-4709-90fe-6f5eba47e267} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12145 | 2024.05.16 00:55:23.018104 [ 3 ] {93efb423-6e94-4709-90fe-6f5eba47e267} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12146 | 2024.05.16 00:55:23.018519 [ 3 ] {93efb423-6e94-4709-90fe-6f5eba47e267} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12147 | 2024.05.16 00:55:23.018557 [ 3 ] {93efb423-6e94-4709-90fe-6f5eba47e267} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
12148 | 2024.05.16 00:55:23.018886 [ 3 ] {93efb423-6e94-4709-90fe-6f5eba47e267} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
12149 | 2024.05.16 00:55:23.019196 [ 3 ] {93efb423-6e94-4709-90fe-6f5eba47e267} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12150 | 2024.05.16 00:55:23.019321 [ 3 ] {93efb423-6e94-4709-90fe-6f5eba47e267} <Debug> executeQuery: Read 221 rows, 19.38 KiB in 0.001464 sec., 150956.28415300546 rows/sec., 12.93 MiB/sec. | ||
12151 | 2024.05.16 00:55:23.019475 [ 3 ] {93efb423-6e94-4709-90fe-6f5eba47e267} <Debug> DynamicQueryHandler: Done processing query | ||
12152 | 2024.05.16 00:55:23.019500 [ 3 ] {93efb423-6e94-4709-90fe-6f5eba47e267} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
12153 | 2024.05.16 00:55:23.019516 [ 3 ] {} <Debug> HTTP-Session: ebc2d708-78c8-4d3d-b7a3-ea1a95c74ba2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12154 | 2024.05.16 00:55:23.019740 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 20207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12155 | 2024.05.16 00:55:23.019790 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12156 | 2024.05.16 00:55:23.019809 [ 3 ] {} <Debug> HTTP-Session: 15f1d9aa-afc9-4e1c-afd0-aa8a73d05b5c Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
12157 | 2024.05.16 00:55:23.019826 [ 3 ] {} <Debug> HTTP-Session: 15f1d9aa-afc9-4e1c-afd0-aa8a73d05b5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12158 | 2024.05.16 00:55:23.019839 [ 3 ] {} <Debug> HTTP-Session: 15f1d9aa-afc9-4e1c-afd0-aa8a73d05b5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12159 | 2024.05.16 00:55:23.019871 [ 3 ] {} <Trace> HTTP-Session: 15f1d9aa-afc9-4e1c-afd0-aa8a73d05b5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12160 | 2024.05.16 00:55:23.020000 [ 3 ] {3d5600c9-f999-4577-8a3f-9d699bf186e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12161 | 2024.05.16 00:55:23.020043 [ 3 ] {3d5600c9-f999-4577-8a3f-9d699bf186e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12162 | 2024.05.16 00:55:23.020165 [ 3 ] {3d5600c9-f999-4577-8a3f-9d699bf186e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12163 | 2024.05.16 00:55:23.020468 [ 3 ] {3d5600c9-f999-4577-8a3f-9d699bf186e7} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12164 | 2024.05.16 00:55:23.020504 [ 3 ] {3d5600c9-f999-4577-8a3f-9d699bf186e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
12165 | 2024.05.16 00:55:23.020814 [ 3 ] {3d5600c9-f999-4577-8a3f-9d699bf186e7} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
12166 | 2024.05.16 00:55:23.021116 [ 3 ] {3d5600c9-f999-4577-8a3f-9d699bf186e7} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12167 | 2024.05.16 00:55:23.021237 [ 3 ] {3d5600c9-f999-4577-8a3f-9d699bf186e7} <Debug> executeQuery: Read 119 rows, 9.52 KiB in 0.001286 sec., 92534.99222395023 rows/sec., 7.23 MiB/sec. | ||
12168 | 2024.05.16 00:55:23.021387 [ 3 ] {3d5600c9-f999-4577-8a3f-9d699bf186e7} <Debug> DynamicQueryHandler: Done processing query | ||
12169 | 2024.05.16 00:55:23.021411 [ 3 ] {3d5600c9-f999-4577-8a3f-9d699bf186e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
12170 | 2024.05.16 00:55:23.021426 [ 3 ] {} <Debug> HTTP-Session: 15f1d9aa-afc9-4e1c-afd0-aa8a73d05b5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12171 | 2024.05.16 00:55:23.021613 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12172 | 2024.05.16 00:55:23.021661 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12173 | 2024.05.16 00:55:23.021682 [ 3 ] {} <Debug> HTTP-Session: 77596683-9c57-414d-98cb-2addb90bcf59 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
12174 | 2024.05.16 00:55:23.021698 [ 3 ] {} <Debug> HTTP-Session: 77596683-9c57-414d-98cb-2addb90bcf59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12175 | 2024.05.16 00:55:23.021711 [ 3 ] {} <Debug> HTTP-Session: 77596683-9c57-414d-98cb-2addb90bcf59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12176 | 2024.05.16 00:55:23.021742 [ 3 ] {} <Trace> HTTP-Session: 77596683-9c57-414d-98cb-2addb90bcf59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12177 | 2024.05.16 00:55:23.021885 [ 3 ] {9b157787-a738-4e3b-93dc-1a124f941ccb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12178 | 2024.05.16 00:55:23.021930 [ 3 ] {9b157787-a738-4e3b-93dc-1a124f941ccb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12179 | 2024.05.16 00:55:23.022069 [ 3 ] {9b157787-a738-4e3b-93dc-1a124f941ccb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12180 | 2024.05.16 00:55:23.022387 [ 3 ] {9b157787-a738-4e3b-93dc-1a124f941ccb} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12181 | 2024.05.16 00:55:23.022423 [ 3 ] {9b157787-a738-4e3b-93dc-1a124f941ccb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
12182 | 2024.05.16 00:55:23.022805 [ 3 ] {9b157787-a738-4e3b-93dc-1a124f941ccb} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
12183 | 2024.05.16 00:55:23.023150 [ 3 ] {9b157787-a738-4e3b-93dc-1a124f941ccb} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12184 | 2024.05.16 00:55:23.023276 [ 3 ] {9b157787-a738-4e3b-93dc-1a124f941ccb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001457 sec., 109814.68771448181 rows/sec., 7.65 MiB/sec. | ||
12185 | 2024.05.16 00:55:23.023504 [ 3 ] {9b157787-a738-4e3b-93dc-1a124f941ccb} <Debug> DynamicQueryHandler: Done processing query | ||
12186 | 2024.05.16 00:55:23.023564 [ 3 ] {9b157787-a738-4e3b-93dc-1a124f941ccb} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12187 | 2024.05.16 00:55:23.023638 [ 3 ] {} <Debug> HTTP-Session: 77596683-9c57-414d-98cb-2addb90bcf59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12188 | 2024.05.16 00:55:23.023958 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 58835, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12189 | 2024.05.16 00:55:23.024024 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12190 | 2024.05.16 00:55:23.024043 [ 3 ] {} <Debug> HTTP-Session: 70537fab-c0ee-4427-9fce-23c781f977a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
12191 | 2024.05.16 00:55:23.024060 [ 3 ] {} <Debug> HTTP-Session: 70537fab-c0ee-4427-9fce-23c781f977a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12192 | 2024.05.16 00:55:23.024074 [ 3 ] {} <Debug> HTTP-Session: 70537fab-c0ee-4427-9fce-23c781f977a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12193 | 2024.05.16 00:55:23.024106 [ 3 ] {} <Trace> HTTP-Session: 70537fab-c0ee-4427-9fce-23c781f977a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12194 | 2024.05.16 00:55:23.024492 [ 3 ] {0e2b7c41-ab4e-4060-9616-8480d40be486} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12195 | 2024.05.16 00:55:23.024542 [ 3 ] {0e2b7c41-ab4e-4060-9616-8480d40be486} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
12196 | 2024.05.16 00:55:23.024715 [ 3 ] {0e2b7c41-ab4e-4060-9616-8480d40be486} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12197 | 2024.05.16 00:55:23.025282 [ 3 ] {0e2b7c41-ab4e-4060-9616-8480d40be486} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12198 | 2024.05.16 00:55:23.025316 [ 3 ] {0e2b7c41-ab4e-4060-9616-8480d40be486} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
12199 | 2024.05.16 00:55:23.025735 [ 3 ] {0e2b7c41-ab4e-4060-9616-8480d40be486} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
12200 | 2024.05.16 00:55:23.026068 [ 3 ] {0e2b7c41-ab4e-4060-9616-8480d40be486} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12201 | 2024.05.16 00:55:23.026196 [ 3 ] {0e2b7c41-ab4e-4060-9616-8480d40be486} <Debug> executeQuery: Read 55 rows, 76.00 KiB in 0.002002 sec., 27472.527472527476 rows/sec., 37.07 MiB/sec. | ||
12202 | 2024.05.16 00:55:23.026204 [ 28 ] {} <Debug> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
12203 | 2024.05.16 00:55:23.026265 [ 28 ] {} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12204 | 2024.05.16 00:55:23.026303 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
12205 | 2024.05.16 00:55:23.026397 [ 3 ] {0e2b7c41-ab4e-4060-9616-8480d40be486} <Debug> DynamicQueryHandler: Done processing query | ||
12206 | 2024.05.16 00:55:23.026473 [ 3 ] {0e2b7c41-ab4e-4060-9616-8480d40be486} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
12207 | 2024.05.16 00:55:23.026571 [ 3 ] {} <Debug> HTTP-Session: 70537fab-c0ee-4427-9fce-23c781f977a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12208 | 2024.05.16 00:55:23.026869 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12209 | 2024.05.16 00:55:23.026913 [ 186 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::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 | ||
12210 | 2024.05.16 00:55:23.026971 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12211 | 2024.05.16 00:55:23.027066 [ 3 ] {} <Debug> HTTP-Session: 0e078905-0618-4765-a3fe-3e9882b7051b Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
12212 | 2024.05.16 00:55:23.027127 [ 3 ] {} <Debug> HTTP-Session: 0e078905-0618-4765-a3fe-3e9882b7051b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12213 | 2024.05.16 00:55:23.027198 [ 3 ] {} <Debug> HTTP-Session: 0e078905-0618-4765-a3fe-3e9882b7051b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12214 | 2024.05.16 00:55:23.027295 [ 3 ] {} <Trace> HTTP-Session: 0e078905-0618-4765-a3fe-3e9882b7051b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12215 | 2024.05.16 00:55:23.027532 [ 186 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12216 | 2024.05.16 00:55:23.027557 [ 3 ] {560354ec-35ae-4568-9c76-713e7bc2b036} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12217 | 2024.05.16 00:55:23.027617 [ 186 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1280 rows starting from the beginning of the part | ||
12218 | 2024.05.16 00:55:23.027641 [ 3 ] {560354ec-35ae-4568-9c76-713e7bc2b036} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12219 | 2024.05.16 00:55:23.027900 [ 186 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 55 rows starting from the beginning of the part | ||
12220 | 2024.05.16 00:55:23.028359 [ 186 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 55 rows starting from the beginning of the part | ||
12221 | 2024.05.16 00:55:23.028875 [ 186 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 55 rows starting from the beginning of the part | ||
12222 | 2024.05.16 00:55:23.028904 [ 3 ] {560354ec-35ae-4568-9c76-713e7bc2b036} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12223 | 2024.05.16 00:55:23.029198 [ 186 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 55 rows starting from the beginning of the part | ||
12224 | 2024.05.16 00:55:23.029439 [ 186 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 55 rows starting from the beginning of the part | ||
12225 | 2024.05.16 00:55:23.030226 [ 3 ] {560354ec-35ae-4568-9c76-713e7bc2b036} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12226 | 2024.05.16 00:55:23.030277 [ 3 ] {560354ec-35ae-4568-9c76-713e7bc2b036} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
12227 | 2024.05.16 00:55:23.031080 [ 3 ] {560354ec-35ae-4568-9c76-713e7bc2b036} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
12228 | 2024.05.16 00:55:23.031422 [ 3 ] {560354ec-35ae-4568-9c76-713e7bc2b036} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12229 | 2024.05.16 00:55:23.031563 [ 3 ] {560354ec-35ae-4568-9c76-713e7bc2b036} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004118 sec., 14570.179698882952 rows/sec., 1005.49 KiB/sec. | ||
12230 | 2024.05.16 00:55:23.031836 [ 3 ] {560354ec-35ae-4568-9c76-713e7bc2b036} <Debug> DynamicQueryHandler: Done processing query | ||
12231 | 2024.05.16 00:55:23.031876 [ 3 ] {560354ec-35ae-4568-9c76-713e7bc2b036} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12232 | 2024.05.16 00:55:23.031923 [ 3 ] {} <Debug> HTTP-Session: 0e078905-0618-4765-a3fe-3e9882b7051b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12233 | 2024.05.16 00:55:23.034041 [ 191 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1555 rows, containing 6 columns (6 merged, 0 gathered) in 0.00761031 sec., 204328.07599164816 rows/sec., 275.73 MiB/sec. | ||
12234 | 2024.05.16 00:55:23.035219 [ 193 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
12235 | 2024.05.16 00:55:23.035733 [ 193 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_46_9} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12236 | 2024.05.16 00:55:23.035833 [ 193 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_46_9} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
12237 | 2024.05.16 00:55:23.035975 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.17 MiB. | ||
12238 | 2024.05.16 00:55:28.012603 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12239 | 2024.05.16 00:55:28.012740 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12240 | 2024.05.16 00:55:28.012772 [ 3 ] {} <Debug> HTTP-Session: e7437015-c8a1-4ee2-9b54-34862e52a7fc Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
12241 | 2024.05.16 00:55:28.012799 [ 3 ] {} <Debug> HTTP-Session: e7437015-c8a1-4ee2-9b54-34862e52a7fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12242 | 2024.05.16 00:55:28.012818 [ 3 ] {} <Debug> HTTP-Session: e7437015-c8a1-4ee2-9b54-34862e52a7fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12243 | 2024.05.16 00:55:28.012874 [ 3 ] {} <Trace> HTTP-Session: e7437015-c8a1-4ee2-9b54-34862e52a7fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12244 | 2024.05.16 00:55:28.013086 [ 3 ] {d5bfd53b-a4a5-41fa-b1f5-68fc951874c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12245 | 2024.05.16 00:55:28.013158 [ 3 ] {d5bfd53b-a4a5-41fa-b1f5-68fc951874c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12246 | 2024.05.16 00:55:28.013367 [ 3 ] {d5bfd53b-a4a5-41fa-b1f5-68fc951874c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12247 | 2024.05.16 00:55:28.013862 [ 3 ] {d5bfd53b-a4a5-41fa-b1f5-68fc951874c2} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12248 | 2024.05.16 00:55:28.013907 [ 3 ] {d5bfd53b-a4a5-41fa-b1f5-68fc951874c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
12249 | 2024.05.16 00:55:28.014296 [ 3 ] {d5bfd53b-a4a5-41fa-b1f5-68fc951874c2} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
12250 | 2024.05.16 00:55:28.014642 [ 3 ] {d5bfd53b-a4a5-41fa-b1f5-68fc951874c2} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12251 | 2024.05.16 00:55:28.014802 [ 3 ] {d5bfd53b-a4a5-41fa-b1f5-68fc951874c2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001786 sec., 31354.98320268757 rows/sec., 2.39 MiB/sec. | ||
12252 | 2024.05.16 00:55:28.015074 [ 3 ] {d5bfd53b-a4a5-41fa-b1f5-68fc951874c2} <Debug> DynamicQueryHandler: Done processing query | ||
12253 | 2024.05.16 00:55:28.015133 [ 3 ] {d5bfd53b-a4a5-41fa-b1f5-68fc951874c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12254 | 2024.05.16 00:55:28.015186 [ 3 ] {} <Debug> HTTP-Session: e7437015-c8a1-4ee2-9b54-34862e52a7fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12255 | 2024.05.16 00:55:28.015440 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12256 | 2024.05.16 00:55:28.015496 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12257 | 2024.05.16 00:55:28.015517 [ 3 ] {} <Debug> HTTP-Session: bf079221-3b3a-4eee-8ad6-07e2d94030ab Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
12258 | 2024.05.16 00:55:28.015534 [ 3 ] {} <Debug> HTTP-Session: bf079221-3b3a-4eee-8ad6-07e2d94030ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12259 | 2024.05.16 00:55:28.015549 [ 3 ] {} <Debug> HTTP-Session: bf079221-3b3a-4eee-8ad6-07e2d94030ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12260 | 2024.05.16 00:55:28.015584 [ 3 ] {} <Trace> HTTP-Session: bf079221-3b3a-4eee-8ad6-07e2d94030ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12261 | 2024.05.16 00:55:28.015714 [ 3 ] {d2563d88-81b5-4534-a674-0d4c06466c06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12262 | 2024.05.16 00:55:28.015759 [ 3 ] {d2563d88-81b5-4534-a674-0d4c06466c06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12263 | 2024.05.16 00:55:28.015902 [ 3 ] {d2563d88-81b5-4534-a674-0d4c06466c06} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12264 | 2024.05.16 00:55:28.016256 [ 3 ] {d2563d88-81b5-4534-a674-0d4c06466c06} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12265 | 2024.05.16 00:55:28.016295 [ 3 ] {d2563d88-81b5-4534-a674-0d4c06466c06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
12266 | 2024.05.16 00:55:28.016613 [ 3 ] {d2563d88-81b5-4534-a674-0d4c06466c06} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
12267 | 2024.05.16 00:55:28.016929 [ 3 ] {d2563d88-81b5-4534-a674-0d4c06466c06} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12268 | 2024.05.16 00:55:28.017099 [ 3 ] {d2563d88-81b5-4534-a674-0d4c06466c06} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001425 sec., 44912.28070175438 rows/sec., 3.51 MiB/sec. | ||
12269 | 2024.05.16 00:55:28.017266 [ 3 ] {d2563d88-81b5-4534-a674-0d4c06466c06} <Debug> DynamicQueryHandler: Done processing query | ||
12270 | 2024.05.16 00:55:28.017291 [ 3 ] {d2563d88-81b5-4534-a674-0d4c06466c06} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
12271 | 2024.05.16 00:55:28.017307 [ 3 ] {} <Debug> HTTP-Session: bf079221-3b3a-4eee-8ad6-07e2d94030ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12272 | 2024.05.16 00:55:28.017478 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12273 | 2024.05.16 00:55:28.017528 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12274 | 2024.05.16 00:55:28.017548 [ 3 ] {} <Debug> HTTP-Session: 963e4e74-f1ae-4f42-806e-69c9acfa045d Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
12275 | 2024.05.16 00:55:28.017564 [ 3 ] {} <Debug> HTTP-Session: 963e4e74-f1ae-4f42-806e-69c9acfa045d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12276 | 2024.05.16 00:55:28.017578 [ 3 ] {} <Debug> HTTP-Session: 963e4e74-f1ae-4f42-806e-69c9acfa045d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12277 | 2024.05.16 00:55:28.017610 [ 3 ] {} <Trace> HTTP-Session: 963e4e74-f1ae-4f42-806e-69c9acfa045d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12278 | 2024.05.16 00:55:28.017756 [ 3 ] {ecf57ba3-92b4-432a-a52f-613f13aab2ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12279 | 2024.05.16 00:55:28.017803 [ 3 ] {ecf57ba3-92b4-432a-a52f-613f13aab2ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12280 | 2024.05.16 00:55:28.017949 [ 3 ] {ecf57ba3-92b4-432a-a52f-613f13aab2ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12281 | 2024.05.16 00:55:28.018325 [ 3 ] {ecf57ba3-92b4-432a-a52f-613f13aab2ba} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12282 | 2024.05.16 00:55:28.018362 [ 3 ] {ecf57ba3-92b4-432a-a52f-613f13aab2ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
12283 | 2024.05.16 00:55:28.018755 [ 3 ] {ecf57ba3-92b4-432a-a52f-613f13aab2ba} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
12284 | 2024.05.16 00:55:28.019097 [ 3 ] {ecf57ba3-92b4-432a-a52f-613f13aab2ba} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12285 | 2024.05.16 00:55:28.019254 [ 3 ] {ecf57ba3-92b4-432a-a52f-613f13aab2ba} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001556 sec., 102827.76349614395 rows/sec., 7.16 MiB/sec. | ||
12286 | 2024.05.16 00:55:28.019503 [ 3 ] {ecf57ba3-92b4-432a-a52f-613f13aab2ba} <Debug> DynamicQueryHandler: Done processing query | ||
12287 | 2024.05.16 00:55:28.019562 [ 3 ] {ecf57ba3-92b4-432a-a52f-613f13aab2ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12288 | 2024.05.16 00:55:28.019619 [ 3 ] {} <Debug> HTTP-Session: 963e4e74-f1ae-4f42-806e-69c9acfa045d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12289 | 2024.05.16 00:55:28.019827 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12290 | 2024.05.16 00:55:28.019881 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12291 | 2024.05.16 00:55:28.019901 [ 3 ] {} <Debug> HTTP-Session: 0954bb12-2dfc-484b-ac02-5953bf4c6124 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
12292 | 2024.05.16 00:55:28.019918 [ 3 ] {} <Debug> HTTP-Session: 0954bb12-2dfc-484b-ac02-5953bf4c6124 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12293 | 2024.05.16 00:55:28.019931 [ 3 ] {} <Debug> HTTP-Session: 0954bb12-2dfc-484b-ac02-5953bf4c6124 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12294 | 2024.05.16 00:55:28.019964 [ 3 ] {} <Trace> HTTP-Session: 0954bb12-2dfc-484b-ac02-5953bf4c6124 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12295 | 2024.05.16 00:55:28.020100 [ 3 ] {25be2876-2d27-4cd3-8af3-736bc822abf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12296 | 2024.05.16 00:55:28.020146 [ 3 ] {25be2876-2d27-4cd3-8af3-736bc822abf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12297 | 2024.05.16 00:55:28.020284 [ 3 ] {25be2876-2d27-4cd3-8af3-736bc822abf2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12298 | 2024.05.16 00:55:28.020575 [ 3 ] {25be2876-2d27-4cd3-8af3-736bc822abf2} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12299 | 2024.05.16 00:55:28.020613 [ 3 ] {25be2876-2d27-4cd3-8af3-736bc822abf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
12300 | 2024.05.16 00:55:28.020977 [ 3 ] {25be2876-2d27-4cd3-8af3-736bc822abf2} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
12301 | 2024.05.16 00:55:28.021302 [ 3 ] {25be2876-2d27-4cd3-8af3-736bc822abf2} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12302 | 2024.05.16 00:55:28.021451 [ 3 ] {25be2876-2d27-4cd3-8af3-736bc822abf2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001403 sec., 42765.50249465431 rows/sec., 2.88 MiB/sec. | ||
12303 | 2024.05.16 00:55:28.021622 [ 3 ] {25be2876-2d27-4cd3-8af3-736bc822abf2} <Debug> DynamicQueryHandler: Done processing query | ||
12304 | 2024.05.16 00:55:28.021647 [ 3 ] {25be2876-2d27-4cd3-8af3-736bc822abf2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12305 | 2024.05.16 00:55:28.021664 [ 3 ] {} <Debug> HTTP-Session: 0954bb12-2dfc-484b-ac02-5953bf4c6124 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12306 | 2024.05.16 00:55:31.311664 [ 113 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12307 | 2024.05.16 00:55:31.311735 [ 113 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12308 | 2024.05.16 00:55:33.014661 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7938, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12309 | 2024.05.16 00:55:33.014776 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12310 | 2024.05.16 00:55:33.014807 [ 3 ] {} <Debug> HTTP-Session: c454d74c-bc3f-42ae-baa4-465f06a4a739 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
12311 | 2024.05.16 00:55:33.014855 [ 3 ] {} <Debug> HTTP-Session: c454d74c-bc3f-42ae-baa4-465f06a4a739 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12312 | 2024.05.16 00:55:33.014883 [ 3 ] {} <Debug> HTTP-Session: c454d74c-bc3f-42ae-baa4-465f06a4a739 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12313 | 2024.05.16 00:55:33.014960 [ 3 ] {} <Trace> HTTP-Session: c454d74c-bc3f-42ae-baa4-465f06a4a739 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12314 | 2024.05.16 00:55:33.015256 [ 3 ] {6ce85f67-dcb0-4673-b4b4-7de9e2eb0f51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12315 | 2024.05.16 00:55:33.015357 [ 3 ] {6ce85f67-dcb0-4673-b4b4-7de9e2eb0f51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12316 | 2024.05.16 00:55:33.015661 [ 3 ] {6ce85f67-dcb0-4673-b4b4-7de9e2eb0f51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12317 | 2024.05.16 00:55:33.016161 [ 3 ] {6ce85f67-dcb0-4673-b4b4-7de9e2eb0f51} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12318 | 2024.05.16 00:55:33.016204 [ 3 ] {6ce85f67-dcb0-4673-b4b4-7de9e2eb0f51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
12319 | 2024.05.16 00:55:33.016577 [ 3 ] {6ce85f67-dcb0-4673-b4b4-7de9e2eb0f51} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
12320 | 2024.05.16 00:55:33.016908 [ 3 ] {6ce85f67-dcb0-4673-b4b4-7de9e2eb0f51} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12321 | 2024.05.16 00:55:33.017066 [ 3 ] {6ce85f67-dcb0-4673-b4b4-7de9e2eb0f51} <Debug> executeQuery: Read 55 rows, 4.46 KiB in 0.001912 sec., 28765.690376569037 rows/sec., 2.28 MiB/sec. | ||
12322 | 2024.05.16 00:55:33.017287 [ 3 ] {6ce85f67-dcb0-4673-b4b4-7de9e2eb0f51} <Debug> DynamicQueryHandler: Done processing query | ||
12323 | 2024.05.16 00:55:33.017320 [ 3 ] {6ce85f67-dcb0-4673-b4b4-7de9e2eb0f51} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12324 | 2024.05.16 00:55:33.017338 [ 3 ] {} <Debug> HTTP-Session: c454d74c-bc3f-42ae-baa4-465f06a4a739 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12325 | 2024.05.16 00:55:33.017537 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 32815, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12326 | 2024.05.16 00:55:33.017588 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12327 | 2024.05.16 00:55:33.017608 [ 3 ] {} <Debug> HTTP-Session: c68726a3-0dd6-40a0-94ca-0a1183e7ec08 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
12328 | 2024.05.16 00:55:33.017626 [ 3 ] {} <Debug> HTTP-Session: c68726a3-0dd6-40a0-94ca-0a1183e7ec08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12329 | 2024.05.16 00:55:33.017639 [ 3 ] {} <Debug> HTTP-Session: c68726a3-0dd6-40a0-94ca-0a1183e7ec08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12330 | 2024.05.16 00:55:33.017674 [ 3 ] {} <Trace> HTTP-Session: c68726a3-0dd6-40a0-94ca-0a1183e7ec08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12331 | 2024.05.16 00:55:33.017831 [ 3 ] {4300f7c9-f133-49f3-b10a-913b2bf120d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12332 | 2024.05.16 00:55:33.017874 [ 3 ] {4300f7c9-f133-49f3-b10a-913b2bf120d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12333 | 2024.05.16 00:55:33.017999 [ 3 ] {4300f7c9-f133-49f3-b10a-913b2bf120d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12334 | 2024.05.16 00:55:33.018395 [ 3 ] {4300f7c9-f133-49f3-b10a-913b2bf120d0} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12335 | 2024.05.16 00:55:33.018431 [ 3 ] {4300f7c9-f133-49f3-b10a-913b2bf120d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
12336 | 2024.05.16 00:55:33.018752 [ 3 ] {4300f7c9-f133-49f3-b10a-913b2bf120d0} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
12337 | 2024.05.16 00:55:33.019074 [ 3 ] {4300f7c9-f133-49f3-b10a-913b2bf120d0} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12338 | 2024.05.16 00:55:33.019217 [ 3 ] {4300f7c9-f133-49f3-b10a-913b2bf120d0} <Debug> executeQuery: Read 221 rows, 19.38 KiB in 0.001459 sec., 151473.61206305688 rows/sec., 12.97 MiB/sec. | ||
12339 | 2024.05.16 00:55:33.019382 [ 3 ] {4300f7c9-f133-49f3-b10a-913b2bf120d0} <Debug> DynamicQueryHandler: Done processing query | ||
12340 | 2024.05.16 00:55:33.019407 [ 3 ] {4300f7c9-f133-49f3-b10a-913b2bf120d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
12341 | 2024.05.16 00:55:33.019422 [ 3 ] {} <Debug> HTTP-Session: c68726a3-0dd6-40a0-94ca-0a1183e7ec08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12342 | 2024.05.16 00:55:33.019666 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 20207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12343 | 2024.05.16 00:55:33.019714 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12344 | 2024.05.16 00:55:33.019733 [ 3 ] {} <Debug> HTTP-Session: 2dca1c50-1ec9-4def-ae62-5e2b5b401fea Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
12345 | 2024.05.16 00:55:33.019748 [ 3 ] {} <Debug> HTTP-Session: 2dca1c50-1ec9-4def-ae62-5e2b5b401fea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12346 | 2024.05.16 00:55:33.019762 [ 3 ] {} <Debug> HTTP-Session: 2dca1c50-1ec9-4def-ae62-5e2b5b401fea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12347 | 2024.05.16 00:55:33.019794 [ 3 ] {} <Trace> HTTP-Session: 2dca1c50-1ec9-4def-ae62-5e2b5b401fea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12348 | 2024.05.16 00:55:33.019919 [ 3 ] {92e6a7ef-9a00-4b78-90b3-c7210f5517b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12349 | 2024.05.16 00:55:33.019962 [ 3 ] {92e6a7ef-9a00-4b78-90b3-c7210f5517b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12350 | 2024.05.16 00:55:33.020086 [ 3 ] {92e6a7ef-9a00-4b78-90b3-c7210f5517b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12351 | 2024.05.16 00:55:33.020400 [ 3 ] {92e6a7ef-9a00-4b78-90b3-c7210f5517b5} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12352 | 2024.05.16 00:55:33.020436 [ 3 ] {92e6a7ef-9a00-4b78-90b3-c7210f5517b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
12353 | 2024.05.16 00:55:33.020743 [ 3 ] {92e6a7ef-9a00-4b78-90b3-c7210f5517b5} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
12354 | 2024.05.16 00:55:33.021050 [ 3 ] {92e6a7ef-9a00-4b78-90b3-c7210f5517b5} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12355 | 2024.05.16 00:55:33.021190 [ 3 ] {92e6a7ef-9a00-4b78-90b3-c7210f5517b5} <Debug> executeQuery: Read 119 rows, 9.52 KiB in 0.001319 sec., 90219.86353297952 rows/sec., 7.05 MiB/sec. | ||
12356 | 2024.05.16 00:55:33.021412 [ 3 ] {92e6a7ef-9a00-4b78-90b3-c7210f5517b5} <Debug> DynamicQueryHandler: Done processing query | ||
12357 | 2024.05.16 00:55:33.021467 [ 3 ] {92e6a7ef-9a00-4b78-90b3-c7210f5517b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
12358 | 2024.05.16 00:55:33.021520 [ 3 ] {} <Debug> HTTP-Session: 2dca1c50-1ec9-4def-ae62-5e2b5b401fea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12359 | 2024.05.16 00:55:33.021776 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12360 | 2024.05.16 00:55:33.021827 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12361 | 2024.05.16 00:55:33.021846 [ 3 ] {} <Debug> HTTP-Session: 0523dfe3-d0e7-4f6d-b0bc-a18d34bacb4e Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
12362 | 2024.05.16 00:55:33.021863 [ 3 ] {} <Debug> HTTP-Session: 0523dfe3-d0e7-4f6d-b0bc-a18d34bacb4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12363 | 2024.05.16 00:55:33.021876 [ 3 ] {} <Debug> HTTP-Session: 0523dfe3-d0e7-4f6d-b0bc-a18d34bacb4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12364 | 2024.05.16 00:55:33.021907 [ 3 ] {} <Trace> HTTP-Session: 0523dfe3-d0e7-4f6d-b0bc-a18d34bacb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12365 | 2024.05.16 00:55:33.022052 [ 3 ] {96692cbc-fc77-45c0-a11f-3ed1a155d38e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12366 | 2024.05.16 00:55:33.022098 [ 3 ] {96692cbc-fc77-45c0-a11f-3ed1a155d38e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12367 | 2024.05.16 00:55:33.022253 [ 3 ] {96692cbc-fc77-45c0-a11f-3ed1a155d38e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12368 | 2024.05.16 00:55:33.022705 [ 3 ] {96692cbc-fc77-45c0-a11f-3ed1a155d38e} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12369 | 2024.05.16 00:55:33.022742 [ 3 ] {96692cbc-fc77-45c0-a11f-3ed1a155d38e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
12370 | 2024.05.16 00:55:33.023116 [ 3 ] {96692cbc-fc77-45c0-a11f-3ed1a155d38e} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
12371 | 2024.05.16 00:55:33.023440 [ 3 ] {96692cbc-fc77-45c0-a11f-3ed1a155d38e} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12372 | 2024.05.16 00:55:33.023591 [ 3 ] {96692cbc-fc77-45c0-a11f-3ed1a155d38e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001604 sec., 99750.62344139651 rows/sec., 6.95 MiB/sec. | ||
12373 | 2024.05.16 00:55:33.023769 [ 3 ] {96692cbc-fc77-45c0-a11f-3ed1a155d38e} <Debug> DynamicQueryHandler: Done processing query | ||
12374 | 2024.05.16 00:55:33.023793 [ 3 ] {96692cbc-fc77-45c0-a11f-3ed1a155d38e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12375 | 2024.05.16 00:55:33.023809 [ 3 ] {} <Debug> HTTP-Session: 0523dfe3-d0e7-4f6d-b0bc-a18d34bacb4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12376 | 2024.05.16 00:55:33.024019 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 58835, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12377 | 2024.05.16 00:55:33.024069 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12378 | 2024.05.16 00:55:33.024088 [ 3 ] {} <Debug> HTTP-Session: 3e815cbd-b02b-44ce-9eae-0f8fa26cb7f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
12379 | 2024.05.16 00:55:33.024104 [ 3 ] {} <Debug> HTTP-Session: 3e815cbd-b02b-44ce-9eae-0f8fa26cb7f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12380 | 2024.05.16 00:55:33.024118 [ 3 ] {} <Debug> HTTP-Session: 3e815cbd-b02b-44ce-9eae-0f8fa26cb7f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12381 | 2024.05.16 00:55:33.024148 [ 3 ] {} <Trace> HTTP-Session: 3e815cbd-b02b-44ce-9eae-0f8fa26cb7f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12382 | 2024.05.16 00:55:33.024536 [ 3 ] {4db42274-0502-41aa-a503-9c113f409cac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12383 | 2024.05.16 00:55:33.024583 [ 3 ] {4db42274-0502-41aa-a503-9c113f409cac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
12384 | 2024.05.16 00:55:33.024742 [ 3 ] {4db42274-0502-41aa-a503-9c113f409cac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12385 | 2024.05.16 00:55:33.025367 [ 3 ] {4db42274-0502-41aa-a503-9c113f409cac} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12386 | 2024.05.16 00:55:33.025403 [ 3 ] {4db42274-0502-41aa-a503-9c113f409cac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
12387 | 2024.05.16 00:55:33.025825 [ 3 ] {4db42274-0502-41aa-a503-9c113f409cac} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
12388 | 2024.05.16 00:55:33.026164 [ 3 ] {4db42274-0502-41aa-a503-9c113f409cac} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12389 | 2024.05.16 00:55:33.026315 [ 3 ] {4db42274-0502-41aa-a503-9c113f409cac} <Debug> executeQuery: Read 55 rows, 76.00 KiB in 0.002075 sec., 26506.024096385543 rows/sec., 35.77 MiB/sec. | ||
12390 | 2024.05.16 00:55:33.026473 [ 3 ] {4db42274-0502-41aa-a503-9c113f409cac} <Debug> DynamicQueryHandler: Done processing query | ||
12391 | 2024.05.16 00:55:33.026498 [ 3 ] {4db42274-0502-41aa-a503-9c113f409cac} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
12392 | 2024.05.16 00:55:33.026513 [ 3 ] {} <Debug> HTTP-Session: 3e815cbd-b02b-44ce-9eae-0f8fa26cb7f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12393 | 2024.05.16 00:55:33.026654 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12394 | 2024.05.16 00:55:33.026702 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12395 | 2024.05.16 00:55:33.026720 [ 3 ] {} <Debug> HTTP-Session: 60289132-ded2-4173-8d27-48a9ac5580c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
12396 | 2024.05.16 00:55:33.026736 [ 3 ] {} <Debug> HTTP-Session: 60289132-ded2-4173-8d27-48a9ac5580c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12397 | 2024.05.16 00:55:33.026749 [ 3 ] {} <Debug> HTTP-Session: 60289132-ded2-4173-8d27-48a9ac5580c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12398 | 2024.05.16 00:55:33.026779 [ 3 ] {} <Trace> HTTP-Session: 60289132-ded2-4173-8d27-48a9ac5580c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12399 | 2024.05.16 00:55:33.026894 [ 3 ] {41b537a5-940e-4e45-a297-3ed6ccf5f420} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12400 | 2024.05.16 00:55:33.026936 [ 3 ] {41b537a5-940e-4e45-a297-3ed6ccf5f420} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12401 | 2024.05.16 00:55:33.027060 [ 3 ] {41b537a5-940e-4e45-a297-3ed6ccf5f420} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12402 | 2024.05.16 00:55:33.027398 [ 3 ] {41b537a5-940e-4e45-a297-3ed6ccf5f420} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12403 | 2024.05.16 00:55:33.027435 [ 3 ] {41b537a5-940e-4e45-a297-3ed6ccf5f420} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
12404 | 2024.05.16 00:55:33.027782 [ 3 ] {41b537a5-940e-4e45-a297-3ed6ccf5f420} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
12405 | 2024.05.16 00:55:33.028099 [ 3 ] {41b537a5-940e-4e45-a297-3ed6ccf5f420} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12406 | 2024.05.16 00:55:33.028252 [ 3 ] {41b537a5-940e-4e45-a297-3ed6ccf5f420} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001396 sec., 42979.942693409736 rows/sec., 2.90 MiB/sec. | ||
12407 | 2024.05.16 00:55:33.028419 [ 3 ] {41b537a5-940e-4e45-a297-3ed6ccf5f420} <Debug> DynamicQueryHandler: Done processing query | ||
12408 | 2024.05.16 00:55:33.028444 [ 3 ] {41b537a5-940e-4e45-a297-3ed6ccf5f420} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12409 | 2024.05.16 00:55:33.028459 [ 3 ] {} <Debug> HTTP-Session: 60289132-ded2-4173-8d27-48a9ac5580c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12410 | 2024.05.16 00:55:38.011905 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12411 | 2024.05.16 00:55:38.012089 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12412 | 2024.05.16 00:55:38.012135 [ 3 ] {} <Debug> HTTP-Session: 7664542f-cf7b-4460-a7aa-0ade780a8c5f Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
12413 | 2024.05.16 00:55:38.012175 [ 3 ] {} <Debug> HTTP-Session: 7664542f-cf7b-4460-a7aa-0ade780a8c5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12414 | 2024.05.16 00:55:38.012204 [ 3 ] {} <Debug> HTTP-Session: 7664542f-cf7b-4460-a7aa-0ade780a8c5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12415 | 2024.05.16 00:55:38.012284 [ 3 ] {} <Trace> HTTP-Session: 7664542f-cf7b-4460-a7aa-0ade780a8c5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12416 | 2024.05.16 00:55:38.012586 [ 3 ] {8035022e-3053-4b45-8d06-e17e74ecb28b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12417 | 2024.05.16 00:55:38.012690 [ 3 ] {8035022e-3053-4b45-8d06-e17e74ecb28b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12418 | 2024.05.16 00:55:38.012993 [ 3 ] {8035022e-3053-4b45-8d06-e17e74ecb28b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12419 | 2024.05.16 00:55:38.013481 [ 3 ] {8035022e-3053-4b45-8d06-e17e74ecb28b} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12420 | 2024.05.16 00:55:38.013524 [ 3 ] {8035022e-3053-4b45-8d06-e17e74ecb28b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
12421 | 2024.05.16 00:55:38.013901 [ 3 ] {8035022e-3053-4b45-8d06-e17e74ecb28b} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
12422 | 2024.05.16 00:55:38.014235 [ 3 ] {8035022e-3053-4b45-8d06-e17e74ecb28b} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12423 | 2024.05.16 00:55:38.014400 [ 3 ] {8035022e-3053-4b45-8d06-e17e74ecb28b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001919 sec., 29181.86555497655 rows/sec., 2.23 MiB/sec. | ||
12424 | 2024.05.16 00:55:38.014600 [ 3 ] {8035022e-3053-4b45-8d06-e17e74ecb28b} <Debug> DynamicQueryHandler: Done processing query | ||
12425 | 2024.05.16 00:55:38.014636 [ 3 ] {8035022e-3053-4b45-8d06-e17e74ecb28b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12426 | 2024.05.16 00:55:38.014654 [ 3 ] {} <Debug> HTTP-Session: 7664542f-cf7b-4460-a7aa-0ade780a8c5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12427 | 2024.05.16 00:55:38.014823 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12428 | 2024.05.16 00:55:38.014874 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12429 | 2024.05.16 00:55:38.014893 [ 3 ] {} <Debug> HTTP-Session: c1a8c1d6-7297-4a6c-a4fa-a6b0b9821cbd Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
12430 | 2024.05.16 00:55:38.014911 [ 3 ] {} <Debug> HTTP-Session: c1a8c1d6-7297-4a6c-a4fa-a6b0b9821cbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12431 | 2024.05.16 00:55:38.014924 [ 3 ] {} <Debug> HTTP-Session: c1a8c1d6-7297-4a6c-a4fa-a6b0b9821cbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12432 | 2024.05.16 00:55:38.014959 [ 3 ] {} <Trace> HTTP-Session: c1a8c1d6-7297-4a6c-a4fa-a6b0b9821cbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12433 | 2024.05.16 00:55:38.015085 [ 3 ] {e5ba46ca-21c0-4c97-85ea-2093eafe8e46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12434 | 2024.05.16 00:55:38.015131 [ 3 ] {e5ba46ca-21c0-4c97-85ea-2093eafe8e46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12435 | 2024.05.16 00:55:38.015260 [ 3 ] {e5ba46ca-21c0-4c97-85ea-2093eafe8e46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12436 | 2024.05.16 00:55:38.015666 [ 3 ] {e5ba46ca-21c0-4c97-85ea-2093eafe8e46} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12437 | 2024.05.16 00:55:38.015705 [ 3 ] {e5ba46ca-21c0-4c97-85ea-2093eafe8e46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
12438 | 2024.05.16 00:55:38.016021 [ 3 ] {e5ba46ca-21c0-4c97-85ea-2093eafe8e46} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
12439 | 2024.05.16 00:55:38.016336 [ 3 ] {e5ba46ca-21c0-4c97-85ea-2093eafe8e46} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12440 | 2024.05.16 00:55:38.016485 [ 3 ] {e5ba46ca-21c0-4c97-85ea-2093eafe8e46} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001446 sec., 44260.02766251729 rows/sec., 3.45 MiB/sec. | ||
12441 | 2024.05.16 00:55:38.016658 [ 3 ] {e5ba46ca-21c0-4c97-85ea-2093eafe8e46} <Debug> DynamicQueryHandler: Done processing query | ||
12442 | 2024.05.16 00:55:38.016683 [ 3 ] {e5ba46ca-21c0-4c97-85ea-2093eafe8e46} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
12443 | 2024.05.16 00:55:38.016699 [ 3 ] {} <Debug> HTTP-Session: c1a8c1d6-7297-4a6c-a4fa-a6b0b9821cbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12444 | 2024.05.16 00:55:38.016883 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12445 | 2024.05.16 00:55:38.016932 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12446 | 2024.05.16 00:55:38.016952 [ 3 ] {} <Debug> HTTP-Session: 6fb514f8-4b9d-456d-b2dd-6f9119a31319 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
12447 | 2024.05.16 00:55:38.016968 [ 3 ] {} <Debug> HTTP-Session: 6fb514f8-4b9d-456d-b2dd-6f9119a31319 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12448 | 2024.05.16 00:55:38.016981 [ 3 ] {} <Debug> HTTP-Session: 6fb514f8-4b9d-456d-b2dd-6f9119a31319 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12449 | 2024.05.16 00:55:38.017013 [ 3 ] {} <Trace> HTTP-Session: 6fb514f8-4b9d-456d-b2dd-6f9119a31319 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12450 | 2024.05.16 00:55:38.017159 [ 3 ] {f8d99dab-8e6d-4a82-85a3-b24fd8d96d16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12451 | 2024.05.16 00:55:38.017206 [ 3 ] {f8d99dab-8e6d-4a82-85a3-b24fd8d96d16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12452 | 2024.05.16 00:55:38.017352 [ 3 ] {f8d99dab-8e6d-4a82-85a3-b24fd8d96d16} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12453 | 2024.05.16 00:55:38.017705 [ 3 ] {f8d99dab-8e6d-4a82-85a3-b24fd8d96d16} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12454 | 2024.05.16 00:55:38.017742 [ 3 ] {f8d99dab-8e6d-4a82-85a3-b24fd8d96d16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
12455 | 2024.05.16 00:55:38.018135 [ 3 ] {f8d99dab-8e6d-4a82-85a3-b24fd8d96d16} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
12456 | 2024.05.16 00:55:38.018469 [ 3 ] {f8d99dab-8e6d-4a82-85a3-b24fd8d96d16} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12457 | 2024.05.16 00:55:38.018617 [ 3 ] {f8d99dab-8e6d-4a82-85a3-b24fd8d96d16} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001524 sec., 104986.87664041996 rows/sec., 7.31 MiB/sec. | ||
12458 | 2024.05.16 00:55:38.018780 [ 3 ] {f8d99dab-8e6d-4a82-85a3-b24fd8d96d16} <Debug> DynamicQueryHandler: Done processing query | ||
12459 | 2024.05.16 00:55:38.018805 [ 3 ] {f8d99dab-8e6d-4a82-85a3-b24fd8d96d16} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12460 | 2024.05.16 00:55:38.018821 [ 3 ] {} <Debug> HTTP-Session: 6fb514f8-4b9d-456d-b2dd-6f9119a31319 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12461 | 2024.05.16 00:55:38.018950 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12462 | 2024.05.16 00:55:38.018998 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12463 | 2024.05.16 00:55:38.019017 [ 3 ] {} <Debug> HTTP-Session: 40d92d56-dfd6-4f4a-bdb9-4c6b10a43cac Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
12464 | 2024.05.16 00:55:38.019034 [ 3 ] {} <Debug> HTTP-Session: 40d92d56-dfd6-4f4a-bdb9-4c6b10a43cac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12465 | 2024.05.16 00:55:38.019047 [ 3 ] {} <Debug> HTTP-Session: 40d92d56-dfd6-4f4a-bdb9-4c6b10a43cac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12466 | 2024.05.16 00:55:38.019078 [ 3 ] {} <Trace> HTTP-Session: 40d92d56-dfd6-4f4a-bdb9-4c6b10a43cac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12467 | 2024.05.16 00:55:38.019195 [ 3 ] {98460982-e3b3-48e5-8489-cb99043ddb7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12468 | 2024.05.16 00:55:38.019239 [ 3 ] {98460982-e3b3-48e5-8489-cb99043ddb7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12469 | 2024.05.16 00:55:38.019362 [ 3 ] {98460982-e3b3-48e5-8489-cb99043ddb7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12470 | 2024.05.16 00:55:38.019718 [ 3 ] {98460982-e3b3-48e5-8489-cb99043ddb7a} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12471 | 2024.05.16 00:55:38.019755 [ 3 ] {98460982-e3b3-48e5-8489-cb99043ddb7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
12472 | 2024.05.16 00:55:38.020111 [ 3 ] {98460982-e3b3-48e5-8489-cb99043ddb7a} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
12473 | 2024.05.16 00:55:38.020428 [ 3 ] {98460982-e3b3-48e5-8489-cb99043ddb7a} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12474 | 2024.05.16 00:55:38.020575 [ 3 ] {98460982-e3b3-48e5-8489-cb99043ddb7a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001419 sec., 42283.29809725159 rows/sec., 2.85 MiB/sec. | ||
12475 | 2024.05.16 00:55:38.020849 [ 3 ] {98460982-e3b3-48e5-8489-cb99043ddb7a} <Debug> DynamicQueryHandler: Done processing query | ||
12476 | 2024.05.16 00:55:38.020906 [ 3 ] {98460982-e3b3-48e5-8489-cb99043ddb7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12477 | 2024.05.16 00:55:38.020968 [ 3 ] {} <Debug> HTTP-Session: 40d92d56-dfd6-4f4a-bdb9-4c6b10a43cac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12478 | 2024.05.16 00:55:43.016185 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7938, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12479 | 2024.05.16 00:55:43.016368 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12480 | 2024.05.16 00:55:43.016412 [ 3 ] {} <Debug> HTTP-Session: e8a81371-c520-48ff-b94b-a6c0eb98e462 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
12481 | 2024.05.16 00:55:43.016452 [ 3 ] {} <Debug> HTTP-Session: e8a81371-c520-48ff-b94b-a6c0eb98e462 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12482 | 2024.05.16 00:55:43.016481 [ 3 ] {} <Debug> HTTP-Session: e8a81371-c520-48ff-b94b-a6c0eb98e462 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12483 | 2024.05.16 00:55:43.016559 [ 3 ] {} <Trace> HTTP-Session: e8a81371-c520-48ff-b94b-a6c0eb98e462 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12484 | 2024.05.16 00:55:43.016857 [ 3 ] {46e71d46-997f-414c-a4e3-24cf75baab3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12485 | 2024.05.16 00:55:43.016958 [ 3 ] {46e71d46-997f-414c-a4e3-24cf75baab3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12486 | 2024.05.16 00:55:43.017209 [ 3 ] {46e71d46-997f-414c-a4e3-24cf75baab3e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12487 | 2024.05.16 00:55:43.017640 [ 3 ] {46e71d46-997f-414c-a4e3-24cf75baab3e} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12488 | 2024.05.16 00:55:43.017684 [ 3 ] {46e71d46-997f-414c-a4e3-24cf75baab3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
12489 | 2024.05.16 00:55:43.018059 [ 3 ] {46e71d46-997f-414c-a4e3-24cf75baab3e} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
12490 | 2024.05.16 00:55:43.018396 [ 3 ] {46e71d46-997f-414c-a4e3-24cf75baab3e} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12491 | 2024.05.16 00:55:43.018560 [ 3 ] {46e71d46-997f-414c-a4e3-24cf75baab3e} <Debug> executeQuery: Read 55 rows, 4.46 KiB in 0.001808 sec., 30420.353982300887 rows/sec., 2.41 MiB/sec. | ||
12492 | 2024.05.16 00:55:43.018575 [ 146 ] {} <Debug> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2) (MergerMutator): Selected 5 parts from all_1_44_10 to all_48_48_0 | ||
12493 | 2024.05.16 00:55:43.018693 [ 146 ] {} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12494 | 2024.05.16 00:55:43.018732 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
12495 | 2024.05.16 00:55:43.018858 [ 3 ] {46e71d46-997f-414c-a4e3-24cf75baab3e} <Debug> DynamicQueryHandler: Done processing query | ||
12496 | 2024.05.16 00:55:43.018961 [ 3 ] {46e71d46-997f-414c-a4e3-24cf75baab3e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12497 | 2024.05.16 00:55:43.019049 [ 3 ] {} <Debug> HTTP-Session: e8a81371-c520-48ff-b94b-a6c0eb98e462 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12498 | 2024.05.16 00:55:43.019253 [ 187 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_48_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_44_10 to all_48_48_0 into Compact with storage Full | ||
12499 | 2024.05.16 00:55:43.019327 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12500 | 2024.05.16 00:55:43.019464 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12501 | 2024.05.16 00:55:43.019565 [ 3 ] {} <Debug> HTTP-Session: 1d5b2c36-0c18-4613-8d81-7f909f7197cd Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
12502 | 2024.05.16 00:55:43.019644 [ 3 ] {} <Debug> HTTP-Session: 1d5b2c36-0c18-4613-8d81-7f909f7197cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12503 | 2024.05.16 00:55:43.019718 [ 3 ] {} <Debug> HTTP-Session: 1d5b2c36-0c18-4613-8d81-7f909f7197cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12504 | 2024.05.16 00:55:43.019823 [ 3 ] {} <Trace> HTTP-Session: 1d5b2c36-0c18-4613-8d81-7f909f7197cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12505 | 2024.05.16 00:55:43.019862 [ 187 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_48_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12506 | 2024.05.16 00:55:43.019926 [ 187 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_48_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_44_10, total 55 rows starting from the beginning of the part | ||
12507 | 2024.05.16 00:55:43.020033 [ 3 ] {a51524b3-d311-45db-9b80-ce2f45398f90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12508 | 2024.05.16 00:55:43.020130 [ 187 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_48_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 55 rows starting from the beginning of the part | ||
12509 | 2024.05.16 00:55:43.020209 [ 3 ] {a51524b3-d311-45db-9b80-ce2f45398f90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12510 | 2024.05.16 00:55:43.020456 [ 187 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_48_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 55 rows starting from the beginning of the part | ||
12511 | 2024.05.16 00:55:43.020815 [ 187 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_48_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 55 rows starting from the beginning of the part | ||
12512 | 2024.05.16 00:55:43.021193 [ 187 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_48_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 55 rows starting from the beginning of the part | ||
12513 | 2024.05.16 00:55:43.021485 [ 3 ] {a51524b3-d311-45db-9b80-ce2f45398f90} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12514 | 2024.05.16 00:55:43.022728 [ 3 ] {a51524b3-d311-45db-9b80-ce2f45398f90} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12515 | 2024.05.16 00:55:43.022798 [ 3 ] {a51524b3-d311-45db-9b80-ce2f45398f90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
12516 | 2024.05.16 00:55:43.023708 [ 3 ] {a51524b3-d311-45db-9b80-ce2f45398f90} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
12517 | 2024.05.16 00:55:43.024197 [ 187 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_48_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 275 rows, containing 4 columns (4 merged, 0 gathered) in 0.005348666 sec., 51414.689195399376 rows/sec., 4.07 MiB/sec. | ||
12518 | 2024.05.16 00:55:43.024404 [ 187 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_48_11} <Trace> MergedBlockOutputStream: filled checksums all_1_48_11 (state Temporary) | ||
12519 | 2024.05.16 00:55:43.024549 [ 3 ] {a51524b3-d311-45db-9b80-ce2f45398f90} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12520 | 2024.05.16 00:55:43.025018 [ 3 ] {a51524b3-d311-45db-9b80-ce2f45398f90} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.005057 sec., 790.9827961241843 rows/sec., 64.50 KiB/sec. | ||
12521 | 2024.05.16 00:55:43.025418 [ 187 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_48_11} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_merge_all_1_48_11 to all_1_48_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12522 | 2024.05.16 00:55:43.025571 [ 3 ] {a51524b3-d311-45db-9b80-ce2f45398f90} <Debug> DynamicQueryHandler: Done processing query | ||
12523 | 2024.05.16 00:55:43.025657 [ 3 ] {a51524b3-d311-45db-9b80-ce2f45398f90} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12524 | 2024.05.16 00:55:43.025747 [ 3 ] {} <Debug> HTTP-Session: 1d5b2c36-0c18-4613-8d81-7f909f7197cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12525 | 2024.05.16 00:55:43.025824 [ 187 ] {67362c4d-248b-4ca0-8b1e-ebd629e820e2::all_1_48_11} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2) (MergerMutator): Merged 5 parts: [all_1_44_10, all_48_48_0] -> all_1_48_11 | ||
12526 | 2024.05.16 00:55:43.025981 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
12527 | 2024.05.16 00:55:43.026032 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 38012, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12528 | 2024.05.16 00:55:43.026088 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12529 | 2024.05.16 00:55:43.026109 [ 3 ] {} <Debug> HTTP-Session: 4baeb998-bc1f-4d4f-ac59-4633388f166e Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
12530 | 2024.05.16 00:55:43.026126 [ 3 ] {} <Debug> HTTP-Session: 4baeb998-bc1f-4d4f-ac59-4633388f166e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12531 | 2024.05.16 00:55:43.026140 [ 3 ] {} <Debug> HTTP-Session: 4baeb998-bc1f-4d4f-ac59-4633388f166e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12532 | 2024.05.16 00:55:43.026172 [ 3 ] {} <Trace> HTTP-Session: 4baeb998-bc1f-4d4f-ac59-4633388f166e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12533 | 2024.05.16 00:55:43.026361 [ 3 ] {5b94db33-5874-4e0c-abbf-d9384afa3e92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12534 | 2024.05.16 00:55:43.026406 [ 3 ] {5b94db33-5874-4e0c-abbf-d9384afa3e92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12535 | 2024.05.16 00:55:43.026561 [ 3 ] {5b94db33-5874-4e0c-abbf-d9384afa3e92} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12536 | 2024.05.16 00:55:43.027041 [ 3 ] {5b94db33-5874-4e0c-abbf-d9384afa3e92} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12537 | 2024.05.16 00:55:43.027078 [ 3 ] {5b94db33-5874-4e0c-abbf-d9384afa3e92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
12538 | 2024.05.16 00:55:43.027415 [ 3 ] {5b94db33-5874-4e0c-abbf-d9384afa3e92} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
12539 | 2024.05.16 00:55:43.027733 [ 3 ] {5b94db33-5874-4e0c-abbf-d9384afa3e92} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12540 | 2024.05.16 00:55:43.027890 [ 146 ] {} <Debug> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
12541 | 2024.05.16 00:55:43.027906 [ 3 ] {5b94db33-5874-4e0c-abbf-d9384afa3e92} <Debug> executeQuery: Read 259 rows, 22.30 KiB in 0.001635 sec., 158409.78593272172 rows/sec., 13.32 MiB/sec. | ||
12542 | 2024.05.16 00:55:43.027944 [ 146 ] {} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12543 | 2024.05.16 00:55:43.028010 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
12544 | 2024.05.16 00:55:43.028166 [ 199 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::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 | ||
12545 | 2024.05.16 00:55:43.028185 [ 3 ] {5b94db33-5874-4e0c-abbf-d9384afa3e92} <Debug> DynamicQueryHandler: Done processing query | ||
12546 | 2024.05.16 00:55:43.028228 [ 3 ] {5b94db33-5874-4e0c-abbf-d9384afa3e92} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
12547 | 2024.05.16 00:55:43.028263 [ 3 ] {} <Debug> HTTP-Session: 4baeb998-bc1f-4d4f-ac59-4633388f166e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12548 | 2024.05.16 00:55:43.028360 [ 199 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12549 | 2024.05.16 00:55:43.028398 [ 199 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 271 rows starting from the beginning of the part | ||
12550 | 2024.05.16 00:55:43.028454 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12551 | 2024.05.16 00:55:43.028612 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12552 | 2024.05.16 00:55:43.028626 [ 199 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 221 rows starting from the beginning of the part | ||
12553 | 2024.05.16 00:55:43.028694 [ 3 ] {} <Debug> HTTP-Session: 56a855ff-294e-41ef-af97-c2f3bf730d81 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
12554 | 2024.05.16 00:55:43.028775 [ 3 ] {} <Debug> HTTP-Session: 56a855ff-294e-41ef-af97-c2f3bf730d81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12555 | 2024.05.16 00:55:43.028835 [ 3 ] {} <Debug> HTTP-Session: 56a855ff-294e-41ef-af97-c2f3bf730d81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12556 | 2024.05.16 00:55:43.028878 [ 199 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 56 rows starting from the beginning of the part | ||
12557 | 2024.05.16 00:55:43.028966 [ 3 ] {} <Trace> HTTP-Session: 56a855ff-294e-41ef-af97-c2f3bf730d81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12558 | 2024.05.16 00:55:43.029194 [ 199 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 221 rows starting from the beginning of the part | ||
12559 | 2024.05.16 00:55:43.029315 [ 3 ] {e9db3540-05df-4a15-a1be-25505e8aefcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12560 | 2024.05.16 00:55:43.029479 [ 3 ] {e9db3540-05df-4a15-a1be-25505e8aefcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12561 | 2024.05.16 00:55:43.029627 [ 199 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 56 rows starting from the beginning of the part | ||
12562 | 2024.05.16 00:55:43.029925 [ 199 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 259 rows starting from the beginning of the part | ||
12563 | 2024.05.16 00:55:43.030343 [ 3 ] {e9db3540-05df-4a15-a1be-25505e8aefcd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12564 | 2024.05.16 00:55:43.031136 [ 3 ] {e9db3540-05df-4a15-a1be-25505e8aefcd} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12565 | 2024.05.16 00:55:43.031194 [ 3 ] {e9db3540-05df-4a15-a1be-25505e8aefcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
12566 | 2024.05.16 00:55:43.032107 [ 3 ] {e9db3540-05df-4a15-a1be-25505e8aefcd} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
12567 | 2024.05.16 00:55:43.032733 [ 3 ] {e9db3540-05df-4a15-a1be-25505e8aefcd} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12568 | 2024.05.16 00:55:43.033019 [ 189 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1084 rows, containing 4 columns (4 merged, 0 gathered) in 0.004910956 sec., 220730.95340296268 rows/sec., 18.49 MiB/sec. | ||
12569 | 2024.05.16 00:55:43.033086 [ 3 ] {e9db3540-05df-4a15-a1be-25505e8aefcd} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.003889 sec., 1028.5420416559527 rows/sec., 71.82 KiB/sec. | ||
12570 | 2024.05.16 00:55:43.033439 [ 189 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
12571 | 2024.05.16 00:55:43.033596 [ 3 ] {e9db3540-05df-4a15-a1be-25505e8aefcd} <Debug> DynamicQueryHandler: Done processing query | ||
12572 | 2024.05.16 00:55:43.033677 [ 3 ] {e9db3540-05df-4a15-a1be-25505e8aefcd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12573 | 2024.05.16 00:55:43.033741 [ 3 ] {} <Debug> HTTP-Session: 56a855ff-294e-41ef-af97-c2f3bf730d81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12574 | 2024.05.16 00:55:43.034081 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 24931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12575 | 2024.05.16 00:55:43.034162 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12576 | 2024.05.16 00:55:43.034163 [ 189 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_96_19} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12577 | 2024.05.16 00:55:43.034193 [ 3 ] {} <Debug> HTTP-Session: 50fac859-aa9d-4935-aeb3-7334eca8b7c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
12578 | 2024.05.16 00:55:43.034240 [ 3 ] {} <Debug> HTTP-Session: 50fac859-aa9d-4935-aeb3-7334eca8b7c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12579 | 2024.05.16 00:55:43.034272 [ 3 ] {} <Debug> HTTP-Session: 50fac859-aa9d-4935-aeb3-7334eca8b7c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12580 | 2024.05.16 00:55:43.034329 [ 3 ] {} <Trace> HTTP-Session: 50fac859-aa9d-4935-aeb3-7334eca8b7c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12581 | 2024.05.16 00:55:43.034345 [ 189 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_96_19} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
12582 | 2024.05.16 00:55:43.034503 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
12583 | 2024.05.16 00:55:43.034572 [ 3 ] {088cbcab-dbd3-4c62-8778-30d07c96fefb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12584 | 2024.05.16 00:55:43.034620 [ 3 ] {088cbcab-dbd3-4c62-8778-30d07c96fefb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12585 | 2024.05.16 00:55:43.034766 [ 3 ] {088cbcab-dbd3-4c62-8778-30d07c96fefb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12586 | 2024.05.16 00:55:43.035143 [ 3 ] {088cbcab-dbd3-4c62-8778-30d07c96fefb} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12587 | 2024.05.16 00:55:43.035180 [ 3 ] {088cbcab-dbd3-4c62-8778-30d07c96fefb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
12588 | 2024.05.16 00:55:43.035507 [ 3 ] {088cbcab-dbd3-4c62-8778-30d07c96fefb} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
12589 | 2024.05.16 00:55:43.035822 [ 3 ] {088cbcab-dbd3-4c62-8778-30d07c96fefb} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12590 | 2024.05.16 00:55:43.035971 [ 3 ] {088cbcab-dbd3-4c62-8778-30d07c96fefb} <Debug> executeQuery: Read 147 rows, 11.74 KiB in 0.001511 sec., 97286.5651886168 rows/sec., 7.59 MiB/sec. | ||
12591 | 2024.05.16 00:55:43.035993 [ 146 ] {} <Debug> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
12592 | 2024.05.16 00:55:43.036067 [ 146 ] {} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12593 | 2024.05.16 00:55:43.036120 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
12594 | 2024.05.16 00:55:43.036223 [ 3 ] {088cbcab-dbd3-4c62-8778-30d07c96fefb} <Debug> DynamicQueryHandler: Done processing query | ||
12595 | 2024.05.16 00:55:43.036259 [ 3 ] {088cbcab-dbd3-4c62-8778-30d07c96fefb} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
12596 | 2024.05.16 00:55:43.036282 [ 192 ] {a3945bea-d52e-471f-9886-008e21606338::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 | ||
12597 | 2024.05.16 00:55:43.036291 [ 3 ] {} <Debug> HTTP-Session: 50fac859-aa9d-4935-aeb3-7334eca8b7c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12598 | 2024.05.16 00:55:43.036586 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 37977, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12599 | 2024.05.16 00:55:43.036649 [ 192 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12600 | 2024.05.16 00:55:43.036696 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12601 | 2024.05.16 00:55:43.036732 [ 192 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 199 rows starting from the beginning of the part | ||
12602 | 2024.05.16 00:55:43.036752 [ 3 ] {} <Debug> HTTP-Session: 9b332d38-3956-4663-815e-aa0aae8fa139 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
12603 | 2024.05.16 00:55:43.036807 [ 3 ] {} <Debug> HTTP-Session: 9b332d38-3956-4663-815e-aa0aae8fa139 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12604 | 2024.05.16 00:55:43.036856 [ 3 ] {} <Debug> HTTP-Session: 9b332d38-3956-4663-815e-aa0aae8fa139 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12605 | 2024.05.16 00:55:43.037050 [ 3 ] {} <Trace> HTTP-Session: 9b332d38-3956-4663-815e-aa0aae8fa139 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12606 | 2024.05.16 00:55:43.037202 [ 192 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 119 rows starting from the beginning of the part | ||
12607 | 2024.05.16 00:55:43.037660 [ 3 ] {93666a0b-83a5-4b9a-a9d6-96921a70c79e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12608 | 2024.05.16 00:55:43.037660 [ 192 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 64 rows starting from the beginning of the part | ||
12609 | 2024.05.16 00:55:43.037993 [ 3 ] {93666a0b-83a5-4b9a-a9d6-96921a70c79e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12610 | 2024.05.16 00:55:43.038231 [ 192 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 119 rows starting from the beginning of the part | ||
12611 | 2024.05.16 00:55:43.038530 [ 192 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 64 rows starting from the beginning of the part | ||
12612 | 2024.05.16 00:55:43.038877 [ 192 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 147 rows starting from the beginning of the part | ||
12613 | 2024.05.16 00:55:43.039309 [ 3 ] {93666a0b-83a5-4b9a-a9d6-96921a70c79e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12614 | 2024.05.16 00:55:43.040076 [ 3 ] {93666a0b-83a5-4b9a-a9d6-96921a70c79e} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12615 | 2024.05.16 00:55:43.040124 [ 3 ] {93666a0b-83a5-4b9a-a9d6-96921a70c79e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
12616 | 2024.05.16 00:55:43.040674 [ 3 ] {93666a0b-83a5-4b9a-a9d6-96921a70c79e} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
12617 | 2024.05.16 00:55:43.040803 [ 189 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 712 rows, containing 4 columns (4 merged, 0 gathered) in 0.004605268 sec., 154605.5517290199 rows/sec., 12.03 MiB/sec. | ||
12618 | 2024.05.16 00:55:43.041057 [ 189 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
12619 | 2024.05.16 00:55:43.041342 [ 3 ] {93666a0b-83a5-4b9a-a9d6-96921a70c79e} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12620 | 2024.05.16 00:55:43.041730 [ 144 ] {} <Debug> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
12621 | 2024.05.16 00:55:43.041753 [ 3 ] {93666a0b-83a5-4b9a-a9d6-96921a70c79e} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.004387 sec., 45133.348529746974 rows/sec., 3.15 MiB/sec. | ||
12622 | 2024.05.16 00:55:43.041782 [ 189 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_96_19} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12623 | 2024.05.16 00:55:43.041795 [ 144 ] {} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12624 | 2024.05.16 00:55:43.041904 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
12625 | 2024.05.16 00:55:43.042206 [ 189 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_96_19} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
12626 | 2024.05.16 00:55:43.042307 [ 3 ] {93666a0b-83a5-4b9a-a9d6-96921a70c79e} <Debug> DynamicQueryHandler: Done processing query | ||
12627 | 2024.05.16 00:55:43.042383 [ 3 ] {93666a0b-83a5-4b9a-a9d6-96921a70c79e} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
12628 | 2024.05.16 00:55:43.042398 [ 194 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
12629 | 2024.05.16 00:55:43.042433 [ 3 ] {} <Debug> HTTP-Session: 9b332d38-3956-4663-815e-aa0aae8fa139 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12630 | 2024.05.16 00:55:43.042443 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
12631 | 2024.05.16 00:55:43.042630 [ 194 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12632 | 2024.05.16 00:55:43.042673 [ 194 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_91_18, total 13923 rows starting from the beginning of the part | ||
12633 | 2024.05.16 00:55:43.042736 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 58835, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12634 | 2024.05.16 00:55:43.042911 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12635 | 2024.05.16 00:55:43.042925 [ 194 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 160 rows starting from the beginning of the part | ||
12636 | 2024.05.16 00:55:43.042992 [ 3 ] {} <Debug> HTTP-Session: d88fa15b-6aa5-46ed-a331-a13e2ac2a6c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
12637 | 2024.05.16 00:55:43.043056 [ 3 ] {} <Debug> HTTP-Session: d88fa15b-6aa5-46ed-a331-a13e2ac2a6c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12638 | 2024.05.16 00:55:43.043114 [ 3 ] {} <Debug> HTTP-Session: d88fa15b-6aa5-46ed-a331-a13e2ac2a6c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12639 | 2024.05.16 00:55:43.043265 [ 3 ] {} <Trace> HTTP-Session: d88fa15b-6aa5-46ed-a331-a13e2ac2a6c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12640 | 2024.05.16 00:55:43.043312 [ 194 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 160 rows starting from the beginning of the part | ||
12641 | 2024.05.16 00:55:43.043551 [ 194 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
12642 | 2024.05.16 00:55:43.043705 [ 194 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
12643 | 2024.05.16 00:55:43.043833 [ 194 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 198 rows starting from the beginning of the part | ||
12644 | 2024.05.16 00:55:43.044058 [ 3 ] {af97bafb-6fb2-49b2-bf1e-af0883f71148} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12645 | 2024.05.16 00:55:43.044248 [ 3 ] {af97bafb-6fb2-49b2-bf1e-af0883f71148} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
12646 | 2024.05.16 00:55:43.044869 [ 3 ] {af97bafb-6fb2-49b2-bf1e-af0883f71148} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12647 | 2024.05.16 00:55:43.045744 [ 3 ] {af97bafb-6fb2-49b2-bf1e-af0883f71148} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12648 | 2024.05.16 00:55:43.045787 [ 3 ] {af97bafb-6fb2-49b2-bf1e-af0883f71148} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
12649 | 2024.05.16 00:55:43.046631 [ 3 ] {af97bafb-6fb2-49b2-bf1e-af0883f71148} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
12650 | 2024.05.16 00:55:43.047582 [ 3 ] {af97bafb-6fb2-49b2-bf1e-af0883f71148} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12651 | 2024.05.16 00:55:43.047781 [ 3 ] {af97bafb-6fb2-49b2-bf1e-af0883f71148} <Debug> executeQuery: Read 55 rows, 76.00 KiB in 0.004322 sec., 12725.590004627486 rows/sec., 17.17 MiB/sec. | ||
12652 | 2024.05.16 00:55:43.047984 [ 3 ] {af97bafb-6fb2-49b2-bf1e-af0883f71148} <Debug> DynamicQueryHandler: Done processing query | ||
12653 | 2024.05.16 00:55:43.048010 [ 3 ] {af97bafb-6fb2-49b2-bf1e-af0883f71148} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
12654 | 2024.05.16 00:55:43.048028 [ 3 ] {} <Debug> HTTP-Session: d88fa15b-6aa5-46ed-a331-a13e2ac2a6c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12655 | 2024.05.16 00:55:43.048154 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12656 | 2024.05.16 00:55:43.048203 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12657 | 2024.05.16 00:55:43.048222 [ 3 ] {} <Debug> HTTP-Session: 14e9a2ab-bbf2-49d5-8409-5774b3affa5e Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
12658 | 2024.05.16 00:55:43.048238 [ 3 ] {} <Debug> HTTP-Session: 14e9a2ab-bbf2-49d5-8409-5774b3affa5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12659 | 2024.05.16 00:55:43.048252 [ 3 ] {} <Debug> HTTP-Session: 14e9a2ab-bbf2-49d5-8409-5774b3affa5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12660 | 2024.05.16 00:55:43.048372 [ 3 ] {} <Trace> HTTP-Session: 14e9a2ab-bbf2-49d5-8409-5774b3affa5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12661 | 2024.05.16 00:55:43.048594 [ 3 ] {ebbe0735-95c2-4775-ae72-846436692b26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12662 | 2024.05.16 00:55:43.048648 [ 3 ] {ebbe0735-95c2-4775-ae72-846436692b26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12663 | 2024.05.16 00:55:43.048798 [ 3 ] {ebbe0735-95c2-4775-ae72-846436692b26} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12664 | 2024.05.16 00:55:43.049126 [ 3 ] {ebbe0735-95c2-4775-ae72-846436692b26} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12665 | 2024.05.16 00:55:43.049161 [ 3 ] {ebbe0735-95c2-4775-ae72-846436692b26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
12666 | 2024.05.16 00:55:43.049631 [ 3 ] {ebbe0735-95c2-4775-ae72-846436692b26} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
12667 | 2024.05.16 00:55:43.050279 [ 3 ] {ebbe0735-95c2-4775-ae72-846436692b26} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12668 | 2024.05.16 00:55:43.050553 [ 195 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14761 rows, containing 5 columns (5 merged, 0 gathered) in 0.008392758 sec., 1758778.2228440281 rows/sec., 122.63 MiB/sec. | ||
12669 | 2024.05.16 00:55:43.050638 [ 144 ] {} <Debug> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
12670 | 2024.05.16 00:55:43.050674 [ 3 ] {ebbe0735-95c2-4775-ae72-846436692b26} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002161 sec., 27764.92364645997 rows/sec., 1.87 MiB/sec. | ||
12671 | 2024.05.16 00:55:43.050702 [ 144 ] {} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12672 | 2024.05.16 00:55:43.050756 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
12673 | 2024.05.16 00:55:43.050976 [ 3 ] {ebbe0735-95c2-4775-ae72-846436692b26} <Debug> DynamicQueryHandler: Done processing query | ||
12674 | 2024.05.16 00:55:43.051048 [ 3 ] {ebbe0735-95c2-4775-ae72-846436692b26} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12675 | 2024.05.16 00:55:43.051087 [ 194 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
12676 | 2024.05.16 00:55:43.051107 [ 3 ] {} <Debug> HTTP-Session: 14e9a2ab-bbf2-49d5-8409-5774b3affa5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12677 | 2024.05.16 00:55:43.051319 [ 195 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
12678 | 2024.05.16 00:55:43.052121 [ 194 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12679 | 2024.05.16 00:55:43.052674 [ 194 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 4934 rows starting from the beginning of the part | ||
12680 | 2024.05.16 00:55:43.053003 [ 195 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12681 | 2024.05.16 00:55:43.053053 [ 194 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
12682 | 2024.05.16 00:55:43.053277 [ 195 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
12683 | 2024.05.16 00:55:43.053313 [ 194 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
12684 | 2024.05.16 00:55:43.053578 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.01 MiB. | ||
12685 | 2024.05.16 00:55:43.053613 [ 194 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
12686 | 2024.05.16 00:55:43.053738 [ 194 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
12687 | 2024.05.16 00:55:43.053892 [ 194 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
12688 | 2024.05.16 00:55:43.055797 [ 190 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5234 rows, containing 4 columns (4 merged, 0 gathered) in 0.004942827 sec., 1058908.191607758 rows/sec., 71.30 MiB/sec. | ||
12689 | 2024.05.16 00:55:43.056264 [ 197 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
12690 | 2024.05.16 00:55:43.056746 [ 197 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_96_19} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12691 | 2024.05.16 00:55:43.056848 [ 197 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_96_19} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
12692 | 2024.05.16 00:55:43.056949 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. | ||
12693 | 2024.05.16 00:55:46.311794 [ 145 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12694 | 2024.05.16 00:55:46.311903 [ 145 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12695 | 2024.05.16 00:55:48.012122 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12696 | 2024.05.16 00:55:48.012239 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12697 | 2024.05.16 00:55:48.012284 [ 3 ] {} <Debug> HTTP-Session: eb14f2e8-8a29-4700-a347-795f4e488e29 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
12698 | 2024.05.16 00:55:48.012325 [ 3 ] {} <Debug> HTTP-Session: eb14f2e8-8a29-4700-a347-795f4e488e29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12699 | 2024.05.16 00:55:48.012354 [ 3 ] {} <Debug> HTTP-Session: eb14f2e8-8a29-4700-a347-795f4e488e29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12700 | 2024.05.16 00:55:48.012430 [ 3 ] {} <Trace> HTTP-Session: eb14f2e8-8a29-4700-a347-795f4e488e29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12701 | 2024.05.16 00:55:48.012701 [ 3 ] {9a2ff964-5dce-4c5f-8cbc-b0005b1d7126} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12702 | 2024.05.16 00:55:48.012806 [ 3 ] {9a2ff964-5dce-4c5f-8cbc-b0005b1d7126} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12703 | 2024.05.16 00:55:48.013116 [ 3 ] {9a2ff964-5dce-4c5f-8cbc-b0005b1d7126} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12704 | 2024.05.16 00:55:48.013608 [ 3 ] {9a2ff964-5dce-4c5f-8cbc-b0005b1d7126} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12705 | 2024.05.16 00:55:48.013651 [ 3 ] {9a2ff964-5dce-4c5f-8cbc-b0005b1d7126} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
12706 | 2024.05.16 00:55:48.014026 [ 3 ] {9a2ff964-5dce-4c5f-8cbc-b0005b1d7126} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
12707 | 2024.05.16 00:55:48.014385 [ 3 ] {9a2ff964-5dce-4c5f-8cbc-b0005b1d7126} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12708 | 2024.05.16 00:55:48.014555 [ 3 ] {9a2ff964-5dce-4c5f-8cbc-b0005b1d7126} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001933 sec., 1034.6611484738748 rows/sec., 84.37 KiB/sec. | ||
12709 | 2024.05.16 00:55:48.014572 [ 142 ] {} <Debug> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97) (MergerMutator): Selected 6 parts from all_1_27_6 to all_32_32_0 | ||
12710 | 2024.05.16 00:55:48.014677 [ 142 ] {} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12711 | 2024.05.16 00:55:48.014729 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
12712 | 2024.05.16 00:55:48.014868 [ 3 ] {9a2ff964-5dce-4c5f-8cbc-b0005b1d7126} <Debug> DynamicQueryHandler: Done processing query | ||
12713 | 2024.05.16 00:55:48.014938 [ 3 ] {9a2ff964-5dce-4c5f-8cbc-b0005b1d7126} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12714 | 2024.05.16 00:55:48.014985 [ 3 ] {} <Debug> HTTP-Session: eb14f2e8-8a29-4700-a347-795f4e488e29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12715 | 2024.05.16 00:55:48.015039 [ 200 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_32_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_27_6 to all_32_32_0 into Compact with storage Full | ||
12716 | 2024.05.16 00:55:48.015300 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12717 | 2024.05.16 00:55:48.015490 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12718 | 2024.05.16 00:55:48.015577 [ 3 ] {} <Debug> HTTP-Session: 15bd67b8-b683-4cba-9f8c-44a2ae442ce4 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
12719 | 2024.05.16 00:55:48.015639 [ 3 ] {} <Debug> HTTP-Session: 15bd67b8-b683-4cba-9f8c-44a2ae442ce4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12720 | 2024.05.16 00:55:48.015657 [ 200 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_32_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12721 | 2024.05.16 00:55:48.015662 [ 3 ] {} <Debug> HTTP-Session: 15bd67b8-b683-4cba-9f8c-44a2ae442ce4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12722 | 2024.05.16 00:55:48.015693 [ 200 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_27_6, total 17 rows starting from the beginning of the part | ||
12723 | 2024.05.16 00:55:48.015710 [ 3 ] {} <Trace> HTTP-Session: 15bd67b8-b683-4cba-9f8c-44a2ae442ce4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12724 | 2024.05.16 00:55:48.015768 [ 200 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 2 rows starting from the beginning of the part | ||
12725 | 2024.05.16 00:55:48.016034 [ 3 ] {4b22470d-727c-48cf-b3ce-da2d6df78126} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12726 | 2024.05.16 00:55:48.016084 [ 200 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 4 rows starting from the beginning of the part | ||
12727 | 2024.05.16 00:55:48.016208 [ 3 ] {4b22470d-727c-48cf-b3ce-da2d6df78126} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12728 | 2024.05.16 00:55:48.016429 [ 200 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 4 rows starting from the beginning of the part | ||
12729 | 2024.05.16 00:55:48.016596 [ 200 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 4 rows starting from the beginning of the part | ||
12730 | 2024.05.16 00:55:48.016863 [ 200 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 2 rows starting from the beginning of the part | ||
12731 | 2024.05.16 00:55:48.017141 [ 3 ] {4b22470d-727c-48cf-b3ce-da2d6df78126} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12732 | 2024.05.16 00:55:48.017616 [ 3 ] {4b22470d-727c-48cf-b3ce-da2d6df78126} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12733 | 2024.05.16 00:55:48.017663 [ 3 ] {4b22470d-727c-48cf-b3ce-da2d6df78126} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
12734 | 2024.05.16 00:55:48.018128 [ 3 ] {4b22470d-727c-48cf-b3ce-da2d6df78126} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
12735 | 2024.05.16 00:55:48.018264 [ 190 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_32_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 33 rows, containing 4 columns (4 merged, 0 gathered) in 0.003430941 sec., 9618.352516117298 rows/sec., 777.90 KiB/sec. | ||
12736 | 2024.05.16 00:55:48.018560 [ 190 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_32_7} <Trace> MergedBlockOutputStream: filled checksums all_1_32_7 (state Temporary) | ||
12737 | 2024.05.16 00:55:48.018745 [ 3 ] {4b22470d-727c-48cf-b3ce-da2d6df78126} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12738 | 2024.05.16 00:55:48.019147 [ 3 ] {4b22470d-727c-48cf-b3ce-da2d6df78126} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.003293 sec., 17309.444275736412 rows/sec., 1.32 MiB/sec. | ||
12739 | 2024.05.16 00:55:48.019530 [ 3 ] {4b22470d-727c-48cf-b3ce-da2d6df78126} <Debug> DynamicQueryHandler: Done processing query | ||
12740 | 2024.05.16 00:55:48.019581 [ 3 ] {4b22470d-727c-48cf-b3ce-da2d6df78126} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12741 | 2024.05.16 00:55:48.019616 [ 190 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_32_7} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Renaming temporary part tmp_merge_all_1_32_7 to all_1_32_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12742 | 2024.05.16 00:55:48.019630 [ 3 ] {} <Debug> HTTP-Session: 15bd67b8-b683-4cba-9f8c-44a2ae442ce4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12743 | 2024.05.16 00:55:48.019769 [ 190 ] {9755dda1-efcb-439f-8f39-33da9ca09d97::all_1_32_7} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97) (MergerMutator): Merged 6 parts: [all_1_27_6, all_32_32_0] -> all_1_32_7 | ||
12744 | 2024.05.16 00:55:48.019880 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12745 | 2024.05.16 00:55:48.019927 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
12746 | 2024.05.16 00:55:48.019977 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12747 | 2024.05.16 00:55:48.020003 [ 3 ] {} <Debug> HTTP-Session: 14b4e6b0-6075-4d05-8e03-7dadfe90300f Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
12748 | 2024.05.16 00:55:48.020020 [ 3 ] {} <Debug> HTTP-Session: 14b4e6b0-6075-4d05-8e03-7dadfe90300f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12749 | 2024.05.16 00:55:48.020034 [ 3 ] {} <Debug> HTTP-Session: 14b4e6b0-6075-4d05-8e03-7dadfe90300f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12750 | 2024.05.16 00:55:48.020066 [ 3 ] {} <Trace> HTTP-Session: 14b4e6b0-6075-4d05-8e03-7dadfe90300f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12751 | 2024.05.16 00:55:48.020169 [ 3 ] {da65276f-dfa1-4ab8-b7c5-891192c83224} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12752 | 2024.05.16 00:55:48.020214 [ 3 ] {da65276f-dfa1-4ab8-b7c5-891192c83224} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12753 | 2024.05.16 00:55:48.020357 [ 3 ] {da65276f-dfa1-4ab8-b7c5-891192c83224} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12754 | 2024.05.16 00:55:48.020605 [ 3 ] {da65276f-dfa1-4ab8-b7c5-891192c83224} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12755 | 2024.05.16 00:55:48.020642 [ 3 ] {da65276f-dfa1-4ab8-b7c5-891192c83224} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
12756 | 2024.05.16 00:55:48.020956 [ 3 ] {da65276f-dfa1-4ab8-b7c5-891192c83224} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
12757 | 2024.05.16 00:55:48.021273 [ 3 ] {da65276f-dfa1-4ab8-b7c5-891192c83224} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12758 | 2024.05.16 00:55:48.021394 [ 140 ] {} <Debug> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d) (MergerMutator): Selected 6 parts from all_1_27_6 to all_32_32_0 | ||
12759 | 2024.05.16 00:55:48.021398 [ 3 ] {da65276f-dfa1-4ab8-b7c5-891192c83224} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001256 sec., 1592.3566878980891 rows/sec., 111.19 KiB/sec. | ||
12760 | 2024.05.16 00:55:48.021435 [ 140 ] {} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12761 | 2024.05.16 00:55:48.021467 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
12762 | 2024.05.16 00:55:48.021638 [ 198 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_32_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_27_6 to all_32_32_0 into Compact with storage Full | ||
12763 | 2024.05.16 00:55:48.021638 [ 3 ] {da65276f-dfa1-4ab8-b7c5-891192c83224} <Debug> DynamicQueryHandler: Done processing query | ||
12764 | 2024.05.16 00:55:48.021715 [ 3 ] {da65276f-dfa1-4ab8-b7c5-891192c83224} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12765 | 2024.05.16 00:55:48.021751 [ 3 ] {} <Debug> HTTP-Session: 14b4e6b0-6075-4d05-8e03-7dadfe90300f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12766 | 2024.05.16 00:55:48.021855 [ 198 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_32_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12767 | 2024.05.16 00:55:48.021896 [ 198 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_27_6, total 17 rows starting from the beginning of the part | ||
12768 | 2024.05.16 00:55:48.021953 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 11233, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12769 | 2024.05.16 00:55:48.022109 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12770 | 2024.05.16 00:55:48.022132 [ 198 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 2 rows starting from the beginning of the part | ||
12771 | 2024.05.16 00:55:48.022187 [ 3 ] {} <Debug> HTTP-Session: 137a792b-c4f2-48b3-9e23-b1d5249bca0b Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
12772 | 2024.05.16 00:55:48.022261 [ 3 ] {} <Debug> HTTP-Session: 137a792b-c4f2-48b3-9e23-b1d5249bca0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12773 | 2024.05.16 00:55:48.022335 [ 3 ] {} <Debug> HTTP-Session: 137a792b-c4f2-48b3-9e23-b1d5249bca0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12774 | 2024.05.16 00:55:48.022468 [ 198 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 4 rows starting from the beginning of the part | ||
12775 | 2024.05.16 00:55:48.022481 [ 3 ] {} <Trace> HTTP-Session: 137a792b-c4f2-48b3-9e23-b1d5249bca0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12776 | 2024.05.16 00:55:48.022672 [ 198 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 4 rows starting from the beginning of the part | ||
12777 | 2024.05.16 00:55:48.022855 [ 3 ] {b229b917-65dd-47ce-a32c-cf088d9abacf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12778 | 2024.05.16 00:55:48.022993 [ 198 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 4 rows starting from the beginning of the part | ||
12779 | 2024.05.16 00:55:48.023006 [ 3 ] {b229b917-65dd-47ce-a32c-cf088d9abacf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12780 | 2024.05.16 00:55:48.023408 [ 198 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_32_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 2 rows starting from the beginning of the part | ||
12781 | 2024.05.16 00:55:48.024131 [ 3 ] {b229b917-65dd-47ce-a32c-cf088d9abacf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12782 | 2024.05.16 00:55:48.024922 [ 3 ] {b229b917-65dd-47ce-a32c-cf088d9abacf} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12783 | 2024.05.16 00:55:48.024988 [ 3 ] {b229b917-65dd-47ce-a32c-cf088d9abacf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
12784 | 2024.05.16 00:55:48.025968 [ 3 ] {b229b917-65dd-47ce-a32c-cf088d9abacf} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
12785 | 2024.05.16 00:55:48.026092 [ 196 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_32_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 33 rows, containing 4 columns (4 merged, 0 gathered) in 0.004546647 sec., 7258.095911118677 rows/sec., 501.96 KiB/sec. | ||
12786 | 2024.05.16 00:55:48.026381 [ 201 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_32_7} <Trace> MergedBlockOutputStream: filled checksums all_1_32_7 (state Temporary) | ||
12787 | 2024.05.16 00:55:48.026606 [ 3 ] {b229b917-65dd-47ce-a32c-cf088d9abacf} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12788 | 2024.05.16 00:55:48.027038 [ 3 ] {b229b917-65dd-47ce-a32c-cf088d9abacf} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.004345 sec., 15189.87341772152 rows/sec., 1.19 MiB/sec. | ||
12789 | 2024.05.16 00:55:48.027372 [ 3 ] {b229b917-65dd-47ce-a32c-cf088d9abacf} <Debug> DynamicQueryHandler: Done processing query | ||
12790 | 2024.05.16 00:55:48.027381 [ 191 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_32_7} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Renaming temporary part tmp_merge_all_1_32_7 to all_1_32_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12791 | 2024.05.16 00:55:48.027403 [ 3 ] {b229b917-65dd-47ce-a32c-cf088d9abacf} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
12792 | 2024.05.16 00:55:48.027443 [ 3 ] {} <Debug> HTTP-Session: 137a792b-c4f2-48b3-9e23-b1d5249bca0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12793 | 2024.05.16 00:55:48.027561 [ 191 ] {54da2405-b20f-4c24-b67e-95b14419aa9d::all_1_32_7} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d) (MergerMutator): Merged 6 parts: [all_1_27_6, all_32_32_0] -> all_1_32_7 | ||
12794 | 2024.05.16 00:55:48.027692 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30824, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12795 | 2024.05.16 00:55:48.027716 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
12796 | 2024.05.16 00:55:48.027773 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12797 | 2024.05.16 00:55:48.027798 [ 3 ] {} <Debug> HTTP-Session: 214779f0-bc6a-4e40-818b-124bfcba092a Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
12798 | 2024.05.16 00:55:48.027815 [ 3 ] {} <Debug> HTTP-Session: 214779f0-bc6a-4e40-818b-124bfcba092a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12799 | 2024.05.16 00:55:48.027830 [ 3 ] {} <Debug> HTTP-Session: 214779f0-bc6a-4e40-818b-124bfcba092a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12800 | 2024.05.16 00:55:48.027861 [ 3 ] {} <Trace> HTTP-Session: 214779f0-bc6a-4e40-818b-124bfcba092a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12801 | 2024.05.16 00:55:48.028026 [ 3 ] {4f6fe470-cb88-463d-9622-7210f7381f93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12802 | 2024.05.16 00:55:48.028076 [ 3 ] {4f6fe470-cb88-463d-9622-7210f7381f93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12803 | 2024.05.16 00:55:48.028248 [ 3 ] {4f6fe470-cb88-463d-9622-7210f7381f93} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12804 | 2024.05.16 00:55:48.028615 [ 3 ] {4f6fe470-cb88-463d-9622-7210f7381f93} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12805 | 2024.05.16 00:55:48.028651 [ 3 ] {4f6fe470-cb88-463d-9622-7210f7381f93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
12806 | 2024.05.16 00:55:48.029061 [ 3 ] {4f6fe470-cb88-463d-9622-7210f7381f93} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
12807 | 2024.05.16 00:55:48.029409 [ 3 ] {4f6fe470-cb88-463d-9622-7210f7381f93} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12808 | 2024.05.16 00:55:48.029542 [ 3 ] {4f6fe470-cb88-463d-9622-7210f7381f93} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001595 sec., 100940.43887147335 rows/sec., 7.03 MiB/sec. | ||
12809 | 2024.05.16 00:55:48.029701 [ 3 ] {4f6fe470-cb88-463d-9622-7210f7381f93} <Debug> DynamicQueryHandler: Done processing query | ||
12810 | 2024.05.16 00:55:48.029726 [ 3 ] {4f6fe470-cb88-463d-9622-7210f7381f93} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12811 | 2024.05.16 00:55:48.029744 [ 3 ] {} <Debug> HTTP-Session: 214779f0-bc6a-4e40-818b-124bfcba092a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12812 | 2024.05.16 00:55:48.029881 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12813 | 2024.05.16 00:55:48.029931 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12814 | 2024.05.16 00:55:48.029950 [ 3 ] {} <Debug> HTTP-Session: b53b60f6-3abb-4e0a-8706-18a062d8dcc5 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
12815 | 2024.05.16 00:55:48.029968 [ 3 ] {} <Debug> HTTP-Session: b53b60f6-3abb-4e0a-8706-18a062d8dcc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12816 | 2024.05.16 00:55:48.029982 [ 3 ] {} <Debug> HTTP-Session: b53b60f6-3abb-4e0a-8706-18a062d8dcc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12817 | 2024.05.16 00:55:48.030014 [ 3 ] {} <Trace> HTTP-Session: b53b60f6-3abb-4e0a-8706-18a062d8dcc5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12818 | 2024.05.16 00:55:48.030126 [ 3 ] {7e164568-3222-4699-9188-c97fdaf810e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12819 | 2024.05.16 00:55:48.030170 [ 3 ] {7e164568-3222-4699-9188-c97fdaf810e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12820 | 2024.05.16 00:55:48.030297 [ 3 ] {7e164568-3222-4699-9188-c97fdaf810e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12821 | 2024.05.16 00:55:48.030553 [ 3 ] {7e164568-3222-4699-9188-c97fdaf810e7} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12822 | 2024.05.16 00:55:48.030589 [ 3 ] {7e164568-3222-4699-9188-c97fdaf810e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
12823 | 2024.05.16 00:55:48.030959 [ 3 ] {7e164568-3222-4699-9188-c97fdaf810e7} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
12824 | 2024.05.16 00:55:48.031283 [ 3 ] {7e164568-3222-4699-9188-c97fdaf810e7} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12825 | 2024.05.16 00:55:48.031415 [ 3 ] {7e164568-3222-4699-9188-c97fdaf810e7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001328 sec., 45180.72289156626 rows/sec., 3.04 MiB/sec. | ||
12826 | 2024.05.16 00:55:48.031564 [ 3 ] {7e164568-3222-4699-9188-c97fdaf810e7} <Debug> DynamicQueryHandler: Done processing query | ||
12827 | 2024.05.16 00:55:48.031589 [ 3 ] {7e164568-3222-4699-9188-c97fdaf810e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12828 | 2024.05.16 00:55:48.031604 [ 3 ] {} <Debug> HTTP-Session: b53b60f6-3abb-4e0a-8706-18a062d8dcc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12829 | 2024.05.16 00:55:53.015443 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7938, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12830 | 2024.05.16 00:55:53.015584 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12831 | 2024.05.16 00:55:53.015615 [ 3 ] {} <Debug> HTTP-Session: 46127717-e60e-4b08-819b-7fec723b69e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
12832 | 2024.05.16 00:55:53.015643 [ 3 ] {} <Debug> HTTP-Session: 46127717-e60e-4b08-819b-7fec723b69e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12833 | 2024.05.16 00:55:53.015667 [ 3 ] {} <Debug> HTTP-Session: 46127717-e60e-4b08-819b-7fec723b69e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12834 | 2024.05.16 00:55:53.015730 [ 3 ] {} <Trace> HTTP-Session: 46127717-e60e-4b08-819b-7fec723b69e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12835 | 2024.05.16 00:55:53.015964 [ 3 ] {7b70c549-b268-4d73-84cf-3c96b4b0c12c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12836 | 2024.05.16 00:55:53.016042 [ 3 ] {7b70c549-b268-4d73-84cf-3c96b4b0c12c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12837 | 2024.05.16 00:55:53.016259 [ 3 ] {7b70c549-b268-4d73-84cf-3c96b4b0c12c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12838 | 2024.05.16 00:55:53.016667 [ 3 ] {7b70c549-b268-4d73-84cf-3c96b4b0c12c} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12839 | 2024.05.16 00:55:53.016713 [ 3 ] {7b70c549-b268-4d73-84cf-3c96b4b0c12c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
12840 | 2024.05.16 00:55:53.017106 [ 3 ] {7b70c549-b268-4d73-84cf-3c96b4b0c12c} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
12841 | 2024.05.16 00:55:53.017456 [ 3 ] {7b70c549-b268-4d73-84cf-3c96b4b0c12c} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12842 | 2024.05.16 00:55:53.017609 [ 3 ] {7b70c549-b268-4d73-84cf-3c96b4b0c12c} <Debug> executeQuery: Read 55 rows, 4.46 KiB in 0.001728 sec., 31828.703703703704 rows/sec., 2.52 MiB/sec. | ||
12843 | 2024.05.16 00:55:53.017913 [ 3 ] {7b70c549-b268-4d73-84cf-3c96b4b0c12c} <Debug> DynamicQueryHandler: Done processing query | ||
12844 | 2024.05.16 00:55:53.017951 [ 3 ] {7b70c549-b268-4d73-84cf-3c96b4b0c12c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12845 | 2024.05.16 00:55:53.017979 [ 3 ] {} <Debug> HTTP-Session: 46127717-e60e-4b08-819b-7fec723b69e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12846 | 2024.05.16 00:55:53.018198 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 32815, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12847 | 2024.05.16 00:55:53.018254 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12848 | 2024.05.16 00:55:53.018274 [ 3 ] {} <Debug> HTTP-Session: f82e36e9-bbdf-4160-a269-439b8e1091e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
12849 | 2024.05.16 00:55:53.018292 [ 3 ] {} <Debug> HTTP-Session: f82e36e9-bbdf-4160-a269-439b8e1091e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12850 | 2024.05.16 00:55:53.018307 [ 3 ] {} <Debug> HTTP-Session: f82e36e9-bbdf-4160-a269-439b8e1091e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12851 | 2024.05.16 00:55:53.018343 [ 3 ] {} <Trace> HTTP-Session: f82e36e9-bbdf-4160-a269-439b8e1091e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12852 | 2024.05.16 00:55:53.018513 [ 3 ] {d30f3df5-934d-4689-8753-0221f2305e26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12853 | 2024.05.16 00:55:53.018562 [ 3 ] {d30f3df5-934d-4689-8753-0221f2305e26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12854 | 2024.05.16 00:55:53.018714 [ 3 ] {d30f3df5-934d-4689-8753-0221f2305e26} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12855 | 2024.05.16 00:55:53.019134 [ 3 ] {d30f3df5-934d-4689-8753-0221f2305e26} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12856 | 2024.05.16 00:55:53.019171 [ 3 ] {d30f3df5-934d-4689-8753-0221f2305e26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
12857 | 2024.05.16 00:55:53.019497 [ 3 ] {d30f3df5-934d-4689-8753-0221f2305e26} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
12858 | 2024.05.16 00:55:53.019804 [ 3 ] {d30f3df5-934d-4689-8753-0221f2305e26} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12859 | 2024.05.16 00:55:53.019935 [ 3 ] {d30f3df5-934d-4689-8753-0221f2305e26} <Debug> executeQuery: Read 221 rows, 19.38 KiB in 0.001503 sec., 147039.25482368597 rows/sec., 12.59 MiB/sec. | ||
12860 | 2024.05.16 00:55:53.020093 [ 3 ] {d30f3df5-934d-4689-8753-0221f2305e26} <Debug> DynamicQueryHandler: Done processing query | ||
12861 | 2024.05.16 00:55:53.020118 [ 3 ] {d30f3df5-934d-4689-8753-0221f2305e26} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
12862 | 2024.05.16 00:55:53.020136 [ 3 ] {} <Debug> HTTP-Session: f82e36e9-bbdf-4160-a269-439b8e1091e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12863 | 2024.05.16 00:55:53.020319 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 20207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12864 | 2024.05.16 00:55:53.020390 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12865 | 2024.05.16 00:55:53.020410 [ 3 ] {} <Debug> HTTP-Session: 9eaa9f5a-8612-4d46-86bf-10255c1290fe Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
12866 | 2024.05.16 00:55:53.020426 [ 3 ] {} <Debug> HTTP-Session: 9eaa9f5a-8612-4d46-86bf-10255c1290fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12867 | 2024.05.16 00:55:53.020441 [ 3 ] {} <Debug> HTTP-Session: 9eaa9f5a-8612-4d46-86bf-10255c1290fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12868 | 2024.05.16 00:55:53.020472 [ 3 ] {} <Trace> HTTP-Session: 9eaa9f5a-8612-4d46-86bf-10255c1290fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12869 | 2024.05.16 00:55:53.020592 [ 3 ] {f4c10fcf-209e-4911-82b3-2719dcb8f041} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12870 | 2024.05.16 00:55:53.020635 [ 3 ] {f4c10fcf-209e-4911-82b3-2719dcb8f041} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12871 | 2024.05.16 00:55:53.020759 [ 3 ] {f4c10fcf-209e-4911-82b3-2719dcb8f041} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12872 | 2024.05.16 00:55:53.021119 [ 3 ] {f4c10fcf-209e-4911-82b3-2719dcb8f041} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12873 | 2024.05.16 00:55:53.021155 [ 3 ] {f4c10fcf-209e-4911-82b3-2719dcb8f041} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
12874 | 2024.05.16 00:55:53.021490 [ 3 ] {f4c10fcf-209e-4911-82b3-2719dcb8f041} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
12875 | 2024.05.16 00:55:53.021791 [ 3 ] {f4c10fcf-209e-4911-82b3-2719dcb8f041} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12876 | 2024.05.16 00:55:53.021927 [ 3 ] {f4c10fcf-209e-4911-82b3-2719dcb8f041} <Debug> executeQuery: Read 119 rows, 9.52 KiB in 0.00138 sec., 86231.88405797102 rows/sec., 6.74 MiB/sec. | ||
12877 | 2024.05.16 00:55:53.022152 [ 3 ] {f4c10fcf-209e-4911-82b3-2719dcb8f041} <Debug> DynamicQueryHandler: Done processing query | ||
12878 | 2024.05.16 00:55:53.022211 [ 3 ] {f4c10fcf-209e-4911-82b3-2719dcb8f041} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
12879 | 2024.05.16 00:55:53.022265 [ 3 ] {} <Debug> HTTP-Session: 9eaa9f5a-8612-4d46-86bf-10255c1290fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12880 | 2024.05.16 00:55:53.022500 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12881 | 2024.05.16 00:55:53.022552 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12882 | 2024.05.16 00:55:53.022572 [ 3 ] {} <Debug> HTTP-Session: f1155837-c2ee-4090-91ec-e50f79c6c9ed Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
12883 | 2024.05.16 00:55:53.022588 [ 3 ] {} <Debug> HTTP-Session: f1155837-c2ee-4090-91ec-e50f79c6c9ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12884 | 2024.05.16 00:55:53.022602 [ 3 ] {} <Debug> HTTP-Session: f1155837-c2ee-4090-91ec-e50f79c6c9ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12885 | 2024.05.16 00:55:53.022634 [ 3 ] {} <Trace> HTTP-Session: f1155837-c2ee-4090-91ec-e50f79c6c9ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12886 | 2024.05.16 00:55:53.022777 [ 3 ] {b94a80a8-44a7-44f6-95f9-c01179a2d11e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12887 | 2024.05.16 00:55:53.022825 [ 3 ] {b94a80a8-44a7-44f6-95f9-c01179a2d11e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12888 | 2024.05.16 00:55:53.022983 [ 3 ] {b94a80a8-44a7-44f6-95f9-c01179a2d11e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12889 | 2024.05.16 00:55:53.023332 [ 3 ] {b94a80a8-44a7-44f6-95f9-c01179a2d11e} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12890 | 2024.05.16 00:55:53.023369 [ 3 ] {b94a80a8-44a7-44f6-95f9-c01179a2d11e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
12891 | 2024.05.16 00:55:53.023754 [ 3 ] {b94a80a8-44a7-44f6-95f9-c01179a2d11e} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
12892 | 2024.05.16 00:55:53.024099 [ 3 ] {b94a80a8-44a7-44f6-95f9-c01179a2d11e} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12893 | 2024.05.16 00:55:53.024253 [ 3 ] {b94a80a8-44a7-44f6-95f9-c01179a2d11e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001538 sec., 104031.20936280883 rows/sec., 7.25 MiB/sec. | ||
12894 | 2024.05.16 00:55:53.024517 [ 3 ] {b94a80a8-44a7-44f6-95f9-c01179a2d11e} <Debug> DynamicQueryHandler: Done processing query | ||
12895 | 2024.05.16 00:55:53.024575 [ 3 ] {b94a80a8-44a7-44f6-95f9-c01179a2d11e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12896 | 2024.05.16 00:55:53.024628 [ 3 ] {} <Debug> HTTP-Session: f1155837-c2ee-4090-91ec-e50f79c6c9ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12897 | 2024.05.16 00:55:53.024842 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 58835, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12898 | 2024.05.16 00:55:53.024895 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12899 | 2024.05.16 00:55:53.024916 [ 3 ] {} <Debug> HTTP-Session: 8bbb088d-ef1f-4ea5-8fa5-42d746ade8da Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
12900 | 2024.05.16 00:55:53.024934 [ 3 ] {} <Debug> HTTP-Session: 8bbb088d-ef1f-4ea5-8fa5-42d746ade8da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12901 | 2024.05.16 00:55:53.024949 [ 3 ] {} <Debug> HTTP-Session: 8bbb088d-ef1f-4ea5-8fa5-42d746ade8da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12902 | 2024.05.16 00:55:53.024981 [ 3 ] {} <Trace> HTTP-Session: 8bbb088d-ef1f-4ea5-8fa5-42d746ade8da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12903 | 2024.05.16 00:55:53.025488 [ 3 ] {8b27b916-a7da-4ff0-8108-b35af34f6c38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12904 | 2024.05.16 00:55:53.025540 [ 3 ] {8b27b916-a7da-4ff0-8108-b35af34f6c38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
12905 | 2024.05.16 00:55:53.025722 [ 3 ] {8b27b916-a7da-4ff0-8108-b35af34f6c38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12906 | 2024.05.16 00:55:53.026260 [ 3 ] {8b27b916-a7da-4ff0-8108-b35af34f6c38} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12907 | 2024.05.16 00:55:53.026297 [ 3 ] {8b27b916-a7da-4ff0-8108-b35af34f6c38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
12908 | 2024.05.16 00:55:53.026756 [ 3 ] {8b27b916-a7da-4ff0-8108-b35af34f6c38} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
12909 | 2024.05.16 00:55:53.027107 [ 3 ] {8b27b916-a7da-4ff0-8108-b35af34f6c38} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12910 | 2024.05.16 00:55:53.027252 [ 3 ] {8b27b916-a7da-4ff0-8108-b35af34f6c38} <Debug> executeQuery: Read 55 rows, 76.00 KiB in 0.00218 sec., 25229.357798165136 rows/sec., 34.05 MiB/sec. | ||
12911 | 2024.05.16 00:55:53.027420 [ 3 ] {8b27b916-a7da-4ff0-8108-b35af34f6c38} <Debug> DynamicQueryHandler: Done processing query | ||
12912 | 2024.05.16 00:55:53.027446 [ 3 ] {8b27b916-a7da-4ff0-8108-b35af34f6c38} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
12913 | 2024.05.16 00:55:53.027462 [ 3 ] {} <Debug> HTTP-Session: 8bbb088d-ef1f-4ea5-8fa5-42d746ade8da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12914 | 2024.05.16 00:55:53.027601 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12915 | 2024.05.16 00:55:53.027650 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12916 | 2024.05.16 00:55:53.027670 [ 3 ] {} <Debug> HTTP-Session: 46d00ba5-49c4-41af-a3bc-77045fec973c Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
12917 | 2024.05.16 00:55:53.027687 [ 3 ] {} <Debug> HTTP-Session: 46d00ba5-49c4-41af-a3bc-77045fec973c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12918 | 2024.05.16 00:55:53.027701 [ 3 ] {} <Debug> HTTP-Session: 46d00ba5-49c4-41af-a3bc-77045fec973c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12919 | 2024.05.16 00:55:53.027732 [ 3 ] {} <Trace> HTTP-Session: 46d00ba5-49c4-41af-a3bc-77045fec973c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12920 | 2024.05.16 00:55:53.027841 [ 3 ] {d129b30e-be00-416b-b6b0-7f1901f52803} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12921 | 2024.05.16 00:55:53.027892 [ 3 ] {d129b30e-be00-416b-b6b0-7f1901f52803} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12922 | 2024.05.16 00:55:53.028018 [ 3 ] {d129b30e-be00-416b-b6b0-7f1901f52803} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12923 | 2024.05.16 00:55:53.028328 [ 3 ] {d129b30e-be00-416b-b6b0-7f1901f52803} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12924 | 2024.05.16 00:55:53.028375 [ 3 ] {d129b30e-be00-416b-b6b0-7f1901f52803} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
12925 | 2024.05.16 00:55:53.028870 [ 3 ] {d129b30e-be00-416b-b6b0-7f1901f52803} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
12926 | 2024.05.16 00:55:53.029327 [ 3 ] {d129b30e-be00-416b-b6b0-7f1901f52803} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12927 | 2024.05.16 00:55:53.029528 [ 3 ] {d129b30e-be00-416b-b6b0-7f1901f52803} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001712 sec., 35046.72897196262 rows/sec., 2.36 MiB/sec. | ||
12928 | 2024.05.16 00:55:53.029817 [ 3 ] {d129b30e-be00-416b-b6b0-7f1901f52803} <Debug> DynamicQueryHandler: Done processing query | ||
12929 | 2024.05.16 00:55:53.029886 [ 3 ] {d129b30e-be00-416b-b6b0-7f1901f52803} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12930 | 2024.05.16 00:55:53.029954 [ 3 ] {} <Debug> HTTP-Session: 46d00ba5-49c4-41af-a3bc-77045fec973c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12931 | 2024.05.16 00:55:58.012395 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12932 | 2024.05.16 00:55:58.012581 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12933 | 2024.05.16 00:55:58.012626 [ 3 ] {} <Debug> HTTP-Session: bea39bf7-9b90-4bdc-8960-cb28bedd8c98 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
12934 | 2024.05.16 00:55:58.012668 [ 3 ] {} <Debug> HTTP-Session: bea39bf7-9b90-4bdc-8960-cb28bedd8c98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12935 | 2024.05.16 00:55:58.012696 [ 3 ] {} <Debug> HTTP-Session: bea39bf7-9b90-4bdc-8960-cb28bedd8c98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12936 | 2024.05.16 00:55:58.012773 [ 3 ] {} <Trace> HTTP-Session: bea39bf7-9b90-4bdc-8960-cb28bedd8c98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12937 | 2024.05.16 00:55:58.013074 [ 3 ] {e8348324-8d52-4d34-8882-308114fee783} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12938 | 2024.05.16 00:55:58.013176 [ 3 ] {e8348324-8d52-4d34-8882-308114fee783} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12939 | 2024.05.16 00:55:58.013480 [ 3 ] {e8348324-8d52-4d34-8882-308114fee783} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12940 | 2024.05.16 00:55:58.013926 [ 3 ] {e8348324-8d52-4d34-8882-308114fee783} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12941 | 2024.05.16 00:55:58.013968 [ 3 ] {e8348324-8d52-4d34-8882-308114fee783} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
12942 | 2024.05.16 00:55:58.014337 [ 3 ] {e8348324-8d52-4d34-8882-308114fee783} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
12943 | 2024.05.16 00:55:58.014673 [ 3 ] {e8348324-8d52-4d34-8882-308114fee783} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12944 | 2024.05.16 00:55:58.014828 [ 3 ] {e8348324-8d52-4d34-8882-308114fee783} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00186 sec., 30107.526881720427 rows/sec., 2.30 MiB/sec. | ||
12945 | 2024.05.16 00:55:58.015084 [ 3 ] {e8348324-8d52-4d34-8882-308114fee783} <Debug> DynamicQueryHandler: Done processing query | ||
12946 | 2024.05.16 00:55:58.015120 [ 3 ] {e8348324-8d52-4d34-8882-308114fee783} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12947 | 2024.05.16 00:55:58.015141 [ 3 ] {} <Debug> HTTP-Session: bea39bf7-9b90-4bdc-8960-cb28bedd8c98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12948 | 2024.05.16 00:55:58.015349 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12949 | 2024.05.16 00:55:58.015411 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12950 | 2024.05.16 00:55:58.015435 [ 3 ] {} <Debug> HTTP-Session: e6c440a1-f687-40da-a877-bad9821c4b1d Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
12951 | 2024.05.16 00:55:58.015456 [ 3 ] {} <Debug> HTTP-Session: e6c440a1-f687-40da-a877-bad9821c4b1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12952 | 2024.05.16 00:55:58.015473 [ 3 ] {} <Debug> HTTP-Session: e6c440a1-f687-40da-a877-bad9821c4b1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12953 | 2024.05.16 00:55:58.015514 [ 3 ] {} <Trace> HTTP-Session: e6c440a1-f687-40da-a877-bad9821c4b1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12954 | 2024.05.16 00:55:58.015642 [ 3 ] {af77bf70-0379-4556-8b78-c85bcc8fd946} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12955 | 2024.05.16 00:55:58.015689 [ 3 ] {af77bf70-0379-4556-8b78-c85bcc8fd946} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12956 | 2024.05.16 00:55:58.015829 [ 3 ] {af77bf70-0379-4556-8b78-c85bcc8fd946} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12957 | 2024.05.16 00:55:58.016222 [ 3 ] {af77bf70-0379-4556-8b78-c85bcc8fd946} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12958 | 2024.05.16 00:55:58.016259 [ 3 ] {af77bf70-0379-4556-8b78-c85bcc8fd946} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
12959 | 2024.05.16 00:55:58.016574 [ 3 ] {af77bf70-0379-4556-8b78-c85bcc8fd946} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
12960 | 2024.05.16 00:55:58.016891 [ 3 ] {af77bf70-0379-4556-8b78-c85bcc8fd946} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12961 | 2024.05.16 00:55:58.017040 [ 3 ] {af77bf70-0379-4556-8b78-c85bcc8fd946} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001438 sec., 44506.25869262865 rows/sec., 3.47 MiB/sec. | ||
12962 | 2024.05.16 00:55:58.017257 [ 3 ] {af77bf70-0379-4556-8b78-c85bcc8fd946} <Debug> DynamicQueryHandler: Done processing query | ||
12963 | 2024.05.16 00:55:58.017283 [ 3 ] {af77bf70-0379-4556-8b78-c85bcc8fd946} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
12964 | 2024.05.16 00:55:58.017330 [ 3 ] {} <Debug> HTTP-Session: e6c440a1-f687-40da-a877-bad9821c4b1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12965 | 2024.05.16 00:55:58.017555 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12966 | 2024.05.16 00:55:58.017610 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12967 | 2024.05.16 00:55:58.017630 [ 3 ] {} <Debug> HTTP-Session: a941766b-e948-4d43-831a-14c41f4b3e82 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
12968 | 2024.05.16 00:55:58.017646 [ 3 ] {} <Debug> HTTP-Session: a941766b-e948-4d43-831a-14c41f4b3e82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12969 | 2024.05.16 00:55:58.017660 [ 3 ] {} <Debug> HTTP-Session: a941766b-e948-4d43-831a-14c41f4b3e82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12970 | 2024.05.16 00:55:58.017693 [ 3 ] {} <Trace> HTTP-Session: a941766b-e948-4d43-831a-14c41f4b3e82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12971 | 2024.05.16 00:55:58.017848 [ 3 ] {2de8b514-2e3a-4fd1-abcb-dce6c611ddc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12972 | 2024.05.16 00:55:58.017896 [ 3 ] {2de8b514-2e3a-4fd1-abcb-dce6c611ddc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12973 | 2024.05.16 00:55:58.018056 [ 3 ] {2de8b514-2e3a-4fd1-abcb-dce6c611ddc5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12974 | 2024.05.16 00:55:58.018445 [ 3 ] {2de8b514-2e3a-4fd1-abcb-dce6c611ddc5} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12975 | 2024.05.16 00:55:58.018482 [ 3 ] {2de8b514-2e3a-4fd1-abcb-dce6c611ddc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
12976 | 2024.05.16 00:55:58.018871 [ 3 ] {2de8b514-2e3a-4fd1-abcb-dce6c611ddc5} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
12977 | 2024.05.16 00:55:58.019207 [ 3 ] {2de8b514-2e3a-4fd1-abcb-dce6c611ddc5} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12978 | 2024.05.16 00:55:58.019350 [ 3 ] {2de8b514-2e3a-4fd1-abcb-dce6c611ddc5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001574 sec., 101651.84243964421 rows/sec., 7.08 MiB/sec. | ||
12979 | 2024.05.16 00:55:58.019514 [ 3 ] {2de8b514-2e3a-4fd1-abcb-dce6c611ddc5} <Debug> DynamicQueryHandler: Done processing query | ||
12980 | 2024.05.16 00:55:58.019539 [ 3 ] {2de8b514-2e3a-4fd1-abcb-dce6c611ddc5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12981 | 2024.05.16 00:55:58.019555 [ 3 ] {} <Debug> HTTP-Session: a941766b-e948-4d43-831a-14c41f4b3e82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12982 | 2024.05.16 00:55:58.019698 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12983 | 2024.05.16 00:55:58.019745 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12984 | 2024.05.16 00:55:58.019764 [ 3 ] {} <Debug> HTTP-Session: e80a829c-f859-4d09-ac71-857509b6506d Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
12985 | 2024.05.16 00:55:58.019780 [ 3 ] {} <Debug> HTTP-Session: e80a829c-f859-4d09-ac71-857509b6506d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12986 | 2024.05.16 00:55:58.019793 [ 3 ] {} <Debug> HTTP-Session: e80a829c-f859-4d09-ac71-857509b6506d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12987 | 2024.05.16 00:55:58.019824 [ 3 ] {} <Trace> HTTP-Session: e80a829c-f859-4d09-ac71-857509b6506d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12988 | 2024.05.16 00:55:58.019936 [ 3 ] {e59b4990-d76b-4ad3-86f3-af63bb574ddb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12989 | 2024.05.16 00:55:58.019980 [ 3 ] {e59b4990-d76b-4ad3-86f3-af63bb574ddb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12990 | 2024.05.16 00:55:58.020103 [ 3 ] {e59b4990-d76b-4ad3-86f3-af63bb574ddb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12991 | 2024.05.16 00:55:58.020386 [ 3 ] {e59b4990-d76b-4ad3-86f3-af63bb574ddb} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12992 | 2024.05.16 00:55:58.020420 [ 3 ] {e59b4990-d76b-4ad3-86f3-af63bb574ddb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
12993 | 2024.05.16 00:55:58.020768 [ 3 ] {e59b4990-d76b-4ad3-86f3-af63bb574ddb} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
12994 | 2024.05.16 00:55:58.021093 [ 3 ] {e59b4990-d76b-4ad3-86f3-af63bb574ddb} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12995 | 2024.05.16 00:55:58.021238 [ 3 ] {e59b4990-d76b-4ad3-86f3-af63bb574ddb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001339 sec., 44809.55937266617 rows/sec., 3.02 MiB/sec. | ||
12996 | 2024.05.16 00:55:58.021402 [ 3 ] {e59b4990-d76b-4ad3-86f3-af63bb574ddb} <Debug> DynamicQueryHandler: Done processing query | ||
12997 | 2024.05.16 00:55:58.021426 [ 3 ] {e59b4990-d76b-4ad3-86f3-af63bb574ddb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12998 | 2024.05.16 00:55:58.021442 [ 3 ] {} <Debug> HTTP-Session: e80a829c-f859-4d09-ac71-857509b6506d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12999 | 2024.05.16 00:56:01.311968 [ 129 ] {} <Debug> DNSResolver: Updating DNS cache | ||
13000 | 2024.05.16 00:56:01.312039 [ 129 ] {} <Debug> DNSResolver: Updated DNS cache | ||
13001 | 2024.05.16 00:56:03.014866 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7938, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13002 | 2024.05.16 00:56:03.014972 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13003 | 2024.05.16 00:56:03.014998 [ 3 ] {} <Debug> HTTP-Session: 5351f0e8-6869-4b24-872c-d4e3838442e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
13004 | 2024.05.16 00:56:03.015025 [ 3 ] {} <Debug> HTTP-Session: 5351f0e8-6869-4b24-872c-d4e3838442e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13005 | 2024.05.16 00:56:03.015043 [ 3 ] {} <Debug> HTTP-Session: 5351f0e8-6869-4b24-872c-d4e3838442e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13006 | 2024.05.16 00:56:03.015095 [ 3 ] {} <Trace> HTTP-Session: 5351f0e8-6869-4b24-872c-d4e3838442e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13007 | 2024.05.16 00:56:03.015301 [ 3 ] {ac7840d4-2c4f-4b39-9536-a43582288b83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13008 | 2024.05.16 00:56:03.015369 [ 3 ] {ac7840d4-2c4f-4b39-9536-a43582288b83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13009 | 2024.05.16 00:56:03.015576 [ 3 ] {ac7840d4-2c4f-4b39-9536-a43582288b83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13010 | 2024.05.16 00:56:03.016054 [ 3 ] {ac7840d4-2c4f-4b39-9536-a43582288b83} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13011 | 2024.05.16 00:56:03.016095 [ 3 ] {ac7840d4-2c4f-4b39-9536-a43582288b83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
13012 | 2024.05.16 00:56:03.016463 [ 3 ] {ac7840d4-2c4f-4b39-9536-a43582288b83} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
13013 | 2024.05.16 00:56:03.016800 [ 3 ] {ac7840d4-2c4f-4b39-9536-a43582288b83} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13014 | 2024.05.16 00:56:03.016955 [ 3 ] {ac7840d4-2c4f-4b39-9536-a43582288b83} <Debug> executeQuery: Read 55 rows, 4.46 KiB in 0.001725 sec., 31884.057971014492 rows/sec., 2.52 MiB/sec. | ||
13015 | 2024.05.16 00:56:03.017194 [ 3 ] {ac7840d4-2c4f-4b39-9536-a43582288b83} <Debug> DynamicQueryHandler: Done processing query | ||
13016 | 2024.05.16 00:56:03.017228 [ 3 ] {ac7840d4-2c4f-4b39-9536-a43582288b83} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13017 | 2024.05.16 00:56:03.017251 [ 3 ] {} <Debug> HTTP-Session: 5351f0e8-6869-4b24-872c-d4e3838442e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13018 | 2024.05.16 00:56:03.017422 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13019 | 2024.05.16 00:56:03.017472 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13020 | 2024.05.16 00:56:03.017492 [ 3 ] {} <Debug> HTTP-Session: 8feb2b5b-39b5-4d11-b994-ff895cbb7c88 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
13021 | 2024.05.16 00:56:03.017509 [ 3 ] {} <Debug> HTTP-Session: 8feb2b5b-39b5-4d11-b994-ff895cbb7c88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13022 | 2024.05.16 00:56:03.017522 [ 3 ] {} <Debug> HTTP-Session: 8feb2b5b-39b5-4d11-b994-ff895cbb7c88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13023 | 2024.05.16 00:56:03.017555 [ 3 ] {} <Trace> HTTP-Session: 8feb2b5b-39b5-4d11-b994-ff895cbb7c88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13024 | 2024.05.16 00:56:03.017657 [ 3 ] {0cb16daf-2c4a-43b1-af3e-572aec0f2760} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
13025 | 2024.05.16 00:56:03.017700 [ 3 ] {0cb16daf-2c4a-43b1-af3e-572aec0f2760} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
13026 | 2024.05.16 00:56:03.017830 [ 3 ] {0cb16daf-2c4a-43b1-af3e-572aec0f2760} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13027 | 2024.05.16 00:56:03.018161 [ 3 ] {0cb16daf-2c4a-43b1-af3e-572aec0f2760} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13028 | 2024.05.16 00:56:03.018198 [ 3 ] {0cb16daf-2c4a-43b1-af3e-572aec0f2760} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
13029 | 2024.05.16 00:56:03.018489 [ 3 ] {0cb16daf-2c4a-43b1-af3e-572aec0f2760} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
13030 | 2024.05.16 00:56:03.018786 [ 3 ] {0cb16daf-2c4a-43b1-af3e-572aec0f2760} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13031 | 2024.05.16 00:56:03.018942 [ 3 ] {0cb16daf-2c4a-43b1-af3e-572aec0f2760} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001306 sec., 3062.7871362940273 rows/sec., 249.75 KiB/sec. | ||
13032 | 2024.05.16 00:56:03.019107 [ 3 ] {0cb16daf-2c4a-43b1-af3e-572aec0f2760} <Debug> DynamicQueryHandler: Done processing query | ||
13033 | 2024.05.16 00:56:03.019131 [ 3 ] {0cb16daf-2c4a-43b1-af3e-572aec0f2760} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13034 | 2024.05.16 00:56:03.019146 [ 3 ] {} <Debug> HTTP-Session: 8feb2b5b-39b5-4d11-b994-ff895cbb7c88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13035 | 2024.05.16 00:56:03.019303 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 33081, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13036 | 2024.05.16 00:56:03.019354 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13037 | 2024.05.16 00:56:03.019372 [ 3 ] {} <Debug> HTTP-Session: f4bd1a9e-b543-452a-bc4a-31c2886524cf Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
13038 | 2024.05.16 00:56:03.019388 [ 3 ] {} <Debug> HTTP-Session: f4bd1a9e-b543-452a-bc4a-31c2886524cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13039 | 2024.05.16 00:56:03.019401 [ 3 ] {} <Debug> HTTP-Session: f4bd1a9e-b543-452a-bc4a-31c2886524cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13040 | 2024.05.16 00:56:03.019433 [ 3 ] {} <Trace> HTTP-Session: f4bd1a9e-b543-452a-bc4a-31c2886524cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13041 | 2024.05.16 00:56:03.019577 [ 3 ] {b633c121-6fa7-44fa-9ab6-f0049b94d28a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13042 | 2024.05.16 00:56:03.019619 [ 3 ] {b633c121-6fa7-44fa-9ab6-f0049b94d28a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13043 | 2024.05.16 00:56:03.019744 [ 3 ] {b633c121-6fa7-44fa-9ab6-f0049b94d28a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13044 | 2024.05.16 00:56:03.020173 [ 3 ] {b633c121-6fa7-44fa-9ab6-f0049b94d28a} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13045 | 2024.05.16 00:56:03.020210 [ 3 ] {b633c121-6fa7-44fa-9ab6-f0049b94d28a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
13046 | 2024.05.16 00:56:03.020521 [ 3 ] {b633c121-6fa7-44fa-9ab6-f0049b94d28a} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
13047 | 2024.05.16 00:56:03.020824 [ 3 ] {b633c121-6fa7-44fa-9ab6-f0049b94d28a} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13048 | 2024.05.16 00:56:03.020980 [ 3 ] {b633c121-6fa7-44fa-9ab6-f0049b94d28a} <Debug> executeQuery: Read 223 rows, 19.53 KiB in 0.001467 sec., 152010.9066121336 rows/sec., 13.00 MiB/sec. | ||
13049 | 2024.05.16 00:56:03.021141 [ 3 ] {b633c121-6fa7-44fa-9ab6-f0049b94d28a} <Debug> DynamicQueryHandler: Done processing query | ||
13050 | 2024.05.16 00:56:03.021164 [ 3 ] {b633c121-6fa7-44fa-9ab6-f0049b94d28a} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
13051 | 2024.05.16 00:56:03.021179 [ 3 ] {} <Debug> HTTP-Session: f4bd1a9e-b543-452a-bc4a-31c2886524cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13052 | 2024.05.16 00:56:03.021342 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13053 | 2024.05.16 00:56:03.021388 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13054 | 2024.05.16 00:56:03.021408 [ 3 ] {} <Debug> HTTP-Session: 44cb4d42-a9d1-4baa-984b-9059e9a18214 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
13055 | 2024.05.16 00:56:03.021423 [ 3 ] {} <Debug> HTTP-Session: 44cb4d42-a9d1-4baa-984b-9059e9a18214 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13056 | 2024.05.16 00:56:03.021437 [ 3 ] {} <Debug> HTTP-Session: 44cb4d42-a9d1-4baa-984b-9059e9a18214 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13057 | 2024.05.16 00:56:03.021467 [ 3 ] {} <Trace> HTTP-Session: 44cb4d42-a9d1-4baa-984b-9059e9a18214 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13058 | 2024.05.16 00:56:03.021558 [ 3 ] {270ec17a-4a7c-4dde-b702-f71ea064afc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13059 | 2024.05.16 00:56:03.021600 [ 3 ] {270ec17a-4a7c-4dde-b702-f71ea064afc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13060 | 2024.05.16 00:56:03.021723 [ 3 ] {270ec17a-4a7c-4dde-b702-f71ea064afc3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13061 | 2024.05.16 00:56:03.021994 [ 3 ] {270ec17a-4a7c-4dde-b702-f71ea064afc3} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13062 | 2024.05.16 00:56:03.022030 [ 3 ] {270ec17a-4a7c-4dde-b702-f71ea064afc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
13063 | 2024.05.16 00:56:03.022312 [ 3 ] {270ec17a-4a7c-4dde-b702-f71ea064afc3} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
13064 | 2024.05.16 00:56:03.022610 [ 3 ] {270ec17a-4a7c-4dde-b702-f71ea064afc3} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13065 | 2024.05.16 00:56:03.022761 [ 3 ] {270ec17a-4a7c-4dde-b702-f71ea064afc3} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001227 sec., 3259.9837000814996 rows/sec., 227.63 KiB/sec. | ||
13066 | 2024.05.16 00:56:03.022920 [ 3 ] {270ec17a-4a7c-4dde-b702-f71ea064afc3} <Debug> DynamicQueryHandler: Done processing query | ||
13067 | 2024.05.16 00:56:03.022945 [ 3 ] {270ec17a-4a7c-4dde-b702-f71ea064afc3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13068 | 2024.05.16 00:56:03.022960 [ 3 ] {} <Debug> HTTP-Session: 44cb4d42-a9d1-4baa-984b-9059e9a18214 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13069 | 2024.05.16 00:56:03.023086 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 20889, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13070 | 2024.05.16 00:56:03.023133 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13071 | 2024.05.16 00:56:03.023152 [ 3 ] {} <Debug> HTTP-Session: 286a602a-28b1-4a1f-a6ae-af301ef6fb03 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
13072 | 2024.05.16 00:56:03.023168 [ 3 ] {} <Debug> HTTP-Session: 286a602a-28b1-4a1f-a6ae-af301ef6fb03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13073 | 2024.05.16 00:56:03.023181 [ 3 ] {} <Debug> HTTP-Session: 286a602a-28b1-4a1f-a6ae-af301ef6fb03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13074 | 2024.05.16 00:56:03.023211 [ 3 ] {} <Trace> HTTP-Session: 286a602a-28b1-4a1f-a6ae-af301ef6fb03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13075 | 2024.05.16 00:56:03.023340 [ 3 ] {34391d20-b249-490d-b7d2-e2083abf9884} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13076 | 2024.05.16 00:56:03.023382 [ 3 ] {34391d20-b249-490d-b7d2-e2083abf9884} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13077 | 2024.05.16 00:56:03.023504 [ 3 ] {34391d20-b249-490d-b7d2-e2083abf9884} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13078 | 2024.05.16 00:56:03.023847 [ 3 ] {34391d20-b249-490d-b7d2-e2083abf9884} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13079 | 2024.05.16 00:56:03.023883 [ 3 ] {34391d20-b249-490d-b7d2-e2083abf9884} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
13080 | 2024.05.16 00:56:03.024183 [ 3 ] {34391d20-b249-490d-b7d2-e2083abf9884} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
13081 | 2024.05.16 00:56:03.024586 [ 3 ] {34391d20-b249-490d-b7d2-e2083abf9884} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13082 | 2024.05.16 00:56:03.024757 [ 3 ] {34391d20-b249-490d-b7d2-e2083abf9884} <Debug> executeQuery: Read 123 rows, 9.85 KiB in 0.001468 sec., 83787.4659400545 rows/sec., 6.55 MiB/sec. | ||
13083 | 2024.05.16 00:56:03.024937 [ 3 ] {34391d20-b249-490d-b7d2-e2083abf9884} <Debug> DynamicQueryHandler: Done processing query | ||
13084 | 2024.05.16 00:56:03.024961 [ 3 ] {34391d20-b249-490d-b7d2-e2083abf9884} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
13085 | 2024.05.16 00:56:03.024977 [ 3 ] {} <Debug> HTTP-Session: 286a602a-28b1-4a1f-a6ae-af301ef6fb03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13086 | 2024.05.16 00:56:03.025151 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 31014, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13087 | 2024.05.16 00:56:03.025199 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13088 | 2024.05.16 00:56:03.025217 [ 3 ] {} <Debug> HTTP-Session: 35c563f3-4a95-4fcf-9145-b84db6a46a87 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
13089 | 2024.05.16 00:56:03.025234 [ 3 ] {} <Debug> HTTP-Session: 35c563f3-4a95-4fcf-9145-b84db6a46a87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13090 | 2024.05.16 00:56:03.025248 [ 3 ] {} <Debug> HTTP-Session: 35c563f3-4a95-4fcf-9145-b84db6a46a87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13091 | 2024.05.16 00:56:03.025277 [ 3 ] {} <Trace> HTTP-Session: 35c563f3-4a95-4fcf-9145-b84db6a46a87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13092 | 2024.05.16 00:56:03.025434 [ 3 ] {69200f8f-61cc-436a-9656-342fc5369be1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13093 | 2024.05.16 00:56:03.025478 [ 3 ] {69200f8f-61cc-436a-9656-342fc5369be1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13094 | 2024.05.16 00:56:03.025625 [ 3 ] {69200f8f-61cc-436a-9656-342fc5369be1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13095 | 2024.05.16 00:56:03.026014 [ 3 ] {69200f8f-61cc-436a-9656-342fc5369be1} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13096 | 2024.05.16 00:56:03.026050 [ 3 ] {69200f8f-61cc-436a-9656-342fc5369be1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
13097 | 2024.05.16 00:56:03.026424 [ 3 ] {69200f8f-61cc-436a-9656-342fc5369be1} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
13098 | 2024.05.16 00:56:03.026751 [ 3 ] {69200f8f-61cc-436a-9656-342fc5369be1} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13099 | 2024.05.16 00:56:03.026905 [ 3 ] {69200f8f-61cc-436a-9656-342fc5369be1} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.00155 sec., 104516.12903225808 rows/sec., 7.28 MiB/sec. | ||
13100 | 2024.05.16 00:56:03.027086 [ 3 ] {69200f8f-61cc-436a-9656-342fc5369be1} <Debug> DynamicQueryHandler: Done processing query | ||
13101 | 2024.05.16 00:56:03.027110 [ 3 ] {69200f8f-61cc-436a-9656-342fc5369be1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13102 | 2024.05.16 00:56:03.027125 [ 3 ] {} <Debug> HTTP-Session: 35c563f3-4a95-4fcf-9145-b84db6a46a87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13103 | 2024.05.16 00:56:03.027286 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 58835, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13104 | 2024.05.16 00:56:03.027335 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13105 | 2024.05.16 00:56:03.027353 [ 3 ] {} <Debug> HTTP-Session: 2e17a529-6bcd-48cf-8e95-c8a4d8f7694b Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
13106 | 2024.05.16 00:56:03.027370 [ 3 ] {} <Debug> HTTP-Session: 2e17a529-6bcd-48cf-8e95-c8a4d8f7694b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13107 | 2024.05.16 00:56:03.027383 [ 3 ] {} <Debug> HTTP-Session: 2e17a529-6bcd-48cf-8e95-c8a4d8f7694b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13108 | 2024.05.16 00:56:03.027413 [ 3 ] {} <Trace> HTTP-Session: 2e17a529-6bcd-48cf-8e95-c8a4d8f7694b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13109 | 2024.05.16 00:56:03.027841 [ 3 ] {26983c34-87d3-4983-b92f-706924ce59c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13110 | 2024.05.16 00:56:03.027888 [ 3 ] {26983c34-87d3-4983-b92f-706924ce59c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
13111 | 2024.05.16 00:56:03.028042 [ 3 ] {26983c34-87d3-4983-b92f-706924ce59c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13112 | 2024.05.16 00:56:03.028637 [ 3 ] {26983c34-87d3-4983-b92f-706924ce59c7} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13113 | 2024.05.16 00:56:03.028674 [ 3 ] {26983c34-87d3-4983-b92f-706924ce59c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
13114 | 2024.05.16 00:56:03.029085 [ 3 ] {26983c34-87d3-4983-b92f-706924ce59c7} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
13115 | 2024.05.16 00:56:03.029413 [ 3 ] {26983c34-87d3-4983-b92f-706924ce59c7} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13116 | 2024.05.16 00:56:03.029568 [ 3 ] {26983c34-87d3-4983-b92f-706924ce59c7} <Debug> executeQuery: Read 55 rows, 76.00 KiB in 0.002067 sec., 26608.611514271895 rows/sec., 35.91 MiB/sec. | ||
13117 | 2024.05.16 00:56:03.029723 [ 3 ] {26983c34-87d3-4983-b92f-706924ce59c7} <Debug> DynamicQueryHandler: Done processing query | ||
13118 | 2024.05.16 00:56:03.029746 [ 3 ] {26983c34-87d3-4983-b92f-706924ce59c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
13119 | 2024.05.16 00:56:03.029763 [ 3 ] {} <Debug> HTTP-Session: 2e17a529-6bcd-48cf-8e95-c8a4d8f7694b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13120 | 2024.05.16 00:56:03.029935 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13121 | 2024.05.16 00:56:03.029983 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13122 | 2024.05.16 00:56:03.030001 [ 3 ] {} <Debug> HTTP-Session: 500eec3d-8884-423f-9c71-04d06cca214f Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
13123 | 2024.05.16 00:56:03.030017 [ 3 ] {} <Debug> HTTP-Session: 500eec3d-8884-423f-9c71-04d06cca214f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13124 | 2024.05.16 00:56:03.030030 [ 3 ] {} <Debug> HTTP-Session: 500eec3d-8884-423f-9c71-04d06cca214f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13125 | 2024.05.16 00:56:03.030059 [ 3 ] {} <Trace> HTTP-Session: 500eec3d-8884-423f-9c71-04d06cca214f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13126 | 2024.05.16 00:56:03.030187 [ 3 ] {bba8ce77-e1cc-4ebc-9a7e-04b775b8c000} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13127 | 2024.05.16 00:56:03.030229 [ 3 ] {bba8ce77-e1cc-4ebc-9a7e-04b775b8c000} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13128 | 2024.05.16 00:56:03.030351 [ 3 ] {bba8ce77-e1cc-4ebc-9a7e-04b775b8c000} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13129 | 2024.05.16 00:56:03.030620 [ 3 ] {bba8ce77-e1cc-4ebc-9a7e-04b775b8c000} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13130 | 2024.05.16 00:56:03.030657 [ 3 ] {bba8ce77-e1cc-4ebc-9a7e-04b775b8c000} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
13131 | 2024.05.16 00:56:03.030999 [ 3 ] {bba8ce77-e1cc-4ebc-9a7e-04b775b8c000} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
13132 | 2024.05.16 00:56:03.031308 [ 3 ] {bba8ce77-e1cc-4ebc-9a7e-04b775b8c000} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13133 | 2024.05.16 00:56:03.031451 [ 3 ] {bba8ce77-e1cc-4ebc-9a7e-04b775b8c000} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001319 sec., 45489.00682335102 rows/sec., 3.07 MiB/sec. | ||
13134 | 2024.05.16 00:56:03.031620 [ 3 ] {bba8ce77-e1cc-4ebc-9a7e-04b775b8c000} <Debug> DynamicQueryHandler: Done processing query | ||
13135 | 2024.05.16 00:56:03.031646 [ 3 ] {bba8ce77-e1cc-4ebc-9a7e-04b775b8c000} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13136 | 2024.05.16 00:56:03.031662 [ 3 ] {} <Debug> HTTP-Session: 500eec3d-8884-423f-9c71-04d06cca214f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13137 | 2024.05.16 00:56:08.011992 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13138 | 2024.05.16 00:56:08.012120 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13139 | 2024.05.16 00:56:08.012149 [ 3 ] {} <Debug> HTTP-Session: 1246c814-c343-4621-9233-c05616a929b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
13140 | 2024.05.16 00:56:08.012176 [ 3 ] {} <Debug> HTTP-Session: 1246c814-c343-4621-9233-c05616a929b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13141 | 2024.05.16 00:56:08.012194 [ 3 ] {} <Debug> HTTP-Session: 1246c814-c343-4621-9233-c05616a929b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13142 | 2024.05.16 00:56:08.012245 [ 3 ] {} <Trace> HTTP-Session: 1246c814-c343-4621-9233-c05616a929b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13143 | 2024.05.16 00:56:08.012453 [ 3 ] {9bb8c8bf-b92a-49cc-aa75-521011fbdde0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13144 | 2024.05.16 00:56:08.012524 [ 3 ] {9bb8c8bf-b92a-49cc-aa75-521011fbdde0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13145 | 2024.05.16 00:56:08.012728 [ 3 ] {9bb8c8bf-b92a-49cc-aa75-521011fbdde0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13146 | 2024.05.16 00:56:08.013159 [ 3 ] {9bb8c8bf-b92a-49cc-aa75-521011fbdde0} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13147 | 2024.05.16 00:56:08.013200 [ 3 ] {9bb8c8bf-b92a-49cc-aa75-521011fbdde0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
13148 | 2024.05.16 00:56:08.013567 [ 3 ] {9bb8c8bf-b92a-49cc-aa75-521011fbdde0} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
13149 | 2024.05.16 00:56:08.013895 [ 3 ] {9bb8c8bf-b92a-49cc-aa75-521011fbdde0} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13150 | 2024.05.16 00:56:08.014058 [ 3 ] {9bb8c8bf-b92a-49cc-aa75-521011fbdde0} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001674 sec., 33452.807646356036 rows/sec., 2.55 MiB/sec. | ||
13151 | 2024.05.16 00:56:08.014096 [ 123 ] {} <Debug> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
13152 | 2024.05.16 00:56:08.014212 [ 123 ] {} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13153 | 2024.05.16 00:56:08.014252 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
13154 | 2024.05.16 00:56:08.014336 [ 3 ] {9bb8c8bf-b92a-49cc-aa75-521011fbdde0} <Debug> DynamicQueryHandler: Done processing query | ||
13155 | 2024.05.16 00:56:08.014414 [ 3 ] {9bb8c8bf-b92a-49cc-aa75-521011fbdde0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13156 | 2024.05.16 00:56:08.014478 [ 3 ] {} <Debug> HTTP-Session: 1246c814-c343-4621-9233-c05616a929b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13157 | 2024.05.16 00:56:08.014601 [ 201 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::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 | ||
13158 | 2024.05.16 00:56:08.014793 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 10890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13159 | 2024.05.16 00:56:08.014974 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13160 | 2024.05.16 00:56:08.015067 [ 3 ] {} <Debug> HTTP-Session: 3effc669-893d-4ac8-8dc5-ec1f90286cd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
13161 | 2024.05.16 00:56:08.015149 [ 3 ] {} <Debug> HTTP-Session: 3effc669-893d-4ac8-8dc5-ec1f90286cd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13162 | 2024.05.16 00:56:08.015209 [ 201 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13163 | 2024.05.16 00:56:08.015225 [ 3 ] {} <Debug> HTTP-Session: 3effc669-893d-4ac8-8dc5-ec1f90286cd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13164 | 2024.05.16 00:56:08.015319 [ 201 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 271 rows starting from the beginning of the part | ||
13165 | 2024.05.16 00:56:08.015365 [ 3 ] {} <Trace> HTTP-Session: 3effc669-893d-4ac8-8dc5-ec1f90286cd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13166 | 2024.05.16 00:56:08.015712 [ 201 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 57 rows starting from the beginning of the part | ||
13167 | 2024.05.16 00:56:08.015789 [ 3 ] {16f1e94a-871e-45f6-818d-a358508b35d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13168 | 2024.05.16 00:56:08.016017 [ 3 ] {16f1e94a-871e-45f6-818d-a358508b35d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13169 | 2024.05.16 00:56:08.016094 [ 201 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 221 rows starting from the beginning of the part | ||
13170 | 2024.05.16 00:56:08.016448 [ 201 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 56 rows starting from the beginning of the part | ||
13171 | 2024.05.16 00:56:08.016901 [ 201 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 223 rows starting from the beginning of the part | ||
13172 | 2024.05.16 00:56:08.017356 [ 201 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 56 rows starting from the beginning of the part | ||
13173 | 2024.05.16 00:56:08.017495 [ 3 ] {16f1e94a-871e-45f6-818d-a358508b35d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13174 | 2024.05.16 00:56:08.019097 [ 3 ] {16f1e94a-871e-45f6-818d-a358508b35d0} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13175 | 2024.05.16 00:56:08.019167 [ 3 ] {16f1e94a-871e-45f6-818d-a358508b35d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
13176 | 2024.05.16 00:56:08.020016 [ 3 ] {16f1e94a-871e-45f6-818d-a358508b35d0} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
13177 | 2024.05.16 00:56:08.020691 [ 3 ] {16f1e94a-871e-45f6-818d-a358508b35d0} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13178 | 2024.05.16 00:56:08.020718 [ 201 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 884 rows, containing 4 columns (4 merged, 0 gathered) in 0.006360311 sec., 138986.91431912687 rows/sec., 11.56 MiB/sec. | ||
13179 | 2024.05.16 00:56:08.020981 [ 123 ] {} <Debug> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
13180 | 2024.05.16 00:56:08.021006 [ 201 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
13181 | 2024.05.16 00:56:08.020986 [ 3 ] {16f1e94a-871e-45f6-818d-a358508b35d0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005365 sec., 11929.170549860206 rows/sec., 953.45 KiB/sec. | ||
13182 | 2024.05.16 00:56:08.021080 [ 123 ] {} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13183 | 2024.05.16 00:56:08.021291 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
13184 | 2024.05.16 00:56:08.021737 [ 3 ] {16f1e94a-871e-45f6-818d-a358508b35d0} <Debug> DynamicQueryHandler: Done processing query | ||
13185 | 2024.05.16 00:56:08.021829 [ 3 ] {16f1e94a-871e-45f6-818d-a358508b35d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
13186 | 2024.05.16 00:56:08.021844 [ 193 ] {a3945bea-d52e-471f-9886-008e21606338::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 | ||
13187 | 2024.05.16 00:56:08.021907 [ 3 ] {} <Debug> HTTP-Session: 3effc669-893d-4ac8-8dc5-ec1f90286cd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13188 | 2024.05.16 00:56:08.022131 [ 193 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13189 | 2024.05.16 00:56:08.022184 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 30632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13190 | 2024.05.16 00:56:08.022204 [ 193 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 199 rows starting from the beginning of the part | ||
13191 | 2024.05.16 00:56:08.022328 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13192 | 2024.05.16 00:56:08.022415 [ 201 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_101_20} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13193 | 2024.05.16 00:56:08.022477 [ 3 ] {} <Debug> HTTP-Session: d407634d-d788-4eaf-a24f-63898ebc530d Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
13194 | 2024.05.16 00:56:08.022575 [ 193 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 66 rows starting from the beginning of the part | ||
13195 | 2024.05.16 00:56:08.022591 [ 3 ] {} <Debug> HTTP-Session: d407634d-d788-4eaf-a24f-63898ebc530d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13196 | 2024.05.16 00:56:08.022705 [ 3 ] {} <Debug> HTTP-Session: d407634d-d788-4eaf-a24f-63898ebc530d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13197 | 2024.05.16 00:56:08.022867 [ 201 ] {7f7b4bb8-676b-4835-891c-6c4fe7586c52::all_1_101_20} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
13198 | 2024.05.16 00:56:08.022921 [ 3 ] {} <Trace> HTTP-Session: d407634d-d788-4eaf-a24f-63898ebc530d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13199 | 2024.05.16 00:56:08.022964 [ 193 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 119 rows starting from the beginning of the part | ||
13200 | 2024.05.16 00:56:08.023249 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
13201 | 2024.05.16 00:56:08.023459 [ 193 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 64 rows starting from the beginning of the part | ||
13202 | 2024.05.16 00:56:08.023669 [ 3 ] {784d5e6c-f14b-4c04-8221-8b5785a4d3f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13203 | 2024.05.16 00:56:08.023819 [ 193 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 123 rows starting from the beginning of the part | ||
13204 | 2024.05.16 00:56:08.023925 [ 3 ] {784d5e6c-f14b-4c04-8221-8b5785a4d3f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13205 | 2024.05.16 00:56:08.024070 [ 193 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 64 rows starting from the beginning of the part | ||
13206 | 2024.05.16 00:56:08.024797 [ 3 ] {784d5e6c-f14b-4c04-8221-8b5785a4d3f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13207 | 2024.05.16 00:56:08.025784 [ 3 ] {784d5e6c-f14b-4c04-8221-8b5785a4d3f2} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13208 | 2024.05.16 00:56:08.025851 [ 3 ] {784d5e6c-f14b-4c04-8221-8b5785a4d3f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
13209 | 2024.05.16 00:56:08.026668 [ 193 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 635 rows, containing 4 columns (4 merged, 0 gathered) in 0.005159472 sec., 123074.60918481581 rows/sec., 9.58 MiB/sec. | ||
13210 | 2024.05.16 00:56:08.026827 [ 3 ] {784d5e6c-f14b-4c04-8221-8b5785a4d3f2} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
13211 | 2024.05.16 00:56:08.026849 [ 193 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
13212 | 2024.05.16 00:56:08.027757 [ 3 ] {784d5e6c-f14b-4c04-8221-8b5785a4d3f2} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13213 | 2024.05.16 00:56:08.027769 [ 193 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_101_20} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13214 | 2024.05.16 00:56:08.027964 [ 193 ] {a3945bea-d52e-471f-9886-008e21606338::all_1_101_20} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
13215 | 2024.05.16 00:56:08.028062 [ 123 ] {} <Debug> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
13216 | 2024.05.16 00:56:08.028099 [ 3 ] {784d5e6c-f14b-4c04-8221-8b5785a4d3f2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00475 sec., 33684.210526315794 rows/sec., 2.35 MiB/sec. | ||
13217 | 2024.05.16 00:56:08.028189 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
13218 | 2024.05.16 00:56:08.028203 [ 123 ] {} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13219 | 2024.05.16 00:56:08.028307 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
13220 | 2024.05.16 00:56:08.028608 [ 3 ] {784d5e6c-f14b-4c04-8221-8b5785a4d3f2} <Debug> DynamicQueryHandler: Done processing query | ||
13221 | 2024.05.16 00:56:08.028638 [ 186 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
13222 | 2024.05.16 00:56:08.028668 [ 3 ] {784d5e6c-f14b-4c04-8221-8b5785a4d3f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13223 | 2024.05.16 00:56:08.028743 [ 3 ] {} <Debug> HTTP-Session: d407634d-d788-4eaf-a24f-63898ebc530d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13224 | 2024.05.16 00:56:08.029031 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13225 | 2024.05.16 00:56:08.029220 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13226 | 2024.05.16 00:56:08.029315 [ 3 ] {} <Debug> HTTP-Session: 0e499ab8-2861-497f-88e5-bf66b72dd7ca Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
13227 | 2024.05.16 00:56:08.029408 [ 3 ] {} <Debug> HTTP-Session: 0e499ab8-2861-497f-88e5-bf66b72dd7ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13228 | 2024.05.16 00:56:08.029488 [ 186 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13229 | 2024.05.16 00:56:08.029491 [ 3 ] {} <Debug> HTTP-Session: 0e499ab8-2861-497f-88e5-bf66b72dd7ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13230 | 2024.05.16 00:56:08.029651 [ 186 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_96_19, total 14761 rows starting from the beginning of the part | ||
13231 | 2024.05.16 00:56:08.029658 [ 3 ] {} <Trace> HTTP-Session: 0e499ab8-2861-497f-88e5-bf66b72dd7ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13232 | 2024.05.16 00:56:08.030138 [ 3 ] {7714bfc4-90d9-4eb7-955e-22979b352ad7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13233 | 2024.05.16 00:56:08.030371 [ 3 ] {7714bfc4-90d9-4eb7-955e-22979b352ad7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13234 | 2024.05.16 00:56:08.030404 [ 186 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
13235 | 2024.05.16 00:56:08.031182 [ 186 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
13236 | 2024.05.16 00:56:08.031557 [ 186 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 160 rows starting from the beginning of the part | ||
13237 | 2024.05.16 00:56:08.031583 [ 3 ] {7714bfc4-90d9-4eb7-955e-22979b352ad7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13238 | 2024.05.16 00:56:08.031860 [ 186 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 162 rows starting from the beginning of the part | ||
13239 | 2024.05.16 00:56:08.032090 [ 186 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::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 | ||
13240 | 2024.05.16 00:56:08.032803 [ 3 ] {7714bfc4-90d9-4eb7-955e-22979b352ad7} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13241 | 2024.05.16 00:56:08.032856 [ 3 ] {7714bfc4-90d9-4eb7-955e-22979b352ad7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
13242 | 2024.05.16 00:56:08.033612 [ 3 ] {7714bfc4-90d9-4eb7-955e-22979b352ad7} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
13243 | 2024.05.16 00:56:08.034028 [ 3 ] {7714bfc4-90d9-4eb7-955e-22979b352ad7} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13244 | 2024.05.16 00:56:08.034238 [ 123 ] {} <Debug> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
13245 | 2024.05.16 00:56:08.034246 [ 3 ] {7714bfc4-90d9-4eb7-955e-22979b352ad7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004354 sec., 13780.431786862655 rows/sec., 950.99 KiB/sec. | ||
13246 | 2024.05.16 00:56:08.034292 [ 123 ] {} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13247 | 2024.05.16 00:56:08.034489 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
13248 | 2024.05.16 00:56:08.034757 [ 3 ] {7714bfc4-90d9-4eb7-955e-22979b352ad7} <Debug> DynamicQueryHandler: Done processing query | ||
13249 | 2024.05.16 00:56:08.034858 [ 3 ] {7714bfc4-90d9-4eb7-955e-22979b352ad7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13250 | 2024.05.16 00:56:08.034952 [ 3 ] {} <Debug> HTTP-Session: 0e499ab8-2861-497f-88e5-bf66b72dd7ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13251 | 2024.05.16 00:56:08.035069 [ 188 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
13252 | 2024.05.16 00:56:08.035526 [ 188 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13253 | 2024.05.16 00:56:08.035612 [ 188 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5234 rows starting from the beginning of the part | ||
13254 | 2024.05.16 00:56:08.035906 [ 188 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
13255 | 2024.05.16 00:56:08.036182 [ 188 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
13256 | 2024.05.16 00:56:08.036443 [ 188 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
13257 | 2024.05.16 00:56:08.036672 [ 188 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
13258 | 2024.05.16 00:56:08.036836 [ 188 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::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 | ||
13259 | 2024.05.16 00:56:08.039356 [ 195 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15564 rows, containing 5 columns (5 merged, 0 gathered) in 0.010883697 sec., 1430028.7852555984 rows/sec., 99.70 MiB/sec. | ||
13260 | 2024.05.16 00:56:08.039848 [ 199 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5534 rows, containing 4 columns (4 merged, 0 gathered) in 0.005193433 sec., 1065576.4693604405 rows/sec., 71.75 MiB/sec. | ||
13261 | 2024.05.16 00:56:08.040011 [ 189 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
13262 | 2024.05.16 00:56:08.040308 [ 194 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
13263 | 2024.05.16 00:56:08.040712 [ 192 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13264 | 2024.05.16 00:56:08.040960 [ 192 ] {b53886f9-d3a3-46a2-ae54-c04691dd52c4::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
13265 | 2024.05.16 00:56:08.041121 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.08 MiB. | ||
13266 | 2024.05.16 00:56:08.041204 [ 194 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_101_20} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13267 | 2024.05.16 00:56:08.041301 [ 194 ] {dd17a2bc-6350-43b2-ac4c-cb60bb364514::all_1_101_20} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
13268 | 2024.05.16 00:56:08.041407 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. | ||
13269 | 2024.05.16 00:56:13.015965 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 7938, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13270 | 2024.05.16 00:56:13.016151 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13271 | 2024.05.16 00:56:13.016196 [ 3 ] {} <Debug> HTTP-Session: 571b21cc-f561-4a59-be79-40d952a3e074 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
13272 | 2024.05.16 00:56:13.016237 [ 3 ] {} <Debug> HTTP-Session: 571b21cc-f561-4a59-be79-40d952a3e074 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13273 | 2024.05.16 00:56:13.016265 [ 3 ] {} <Debug> HTTP-Session: 571b21cc-f561-4a59-be79-40d952a3e074 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13274 | 2024.05.16 00:56:13.016342 [ 3 ] {} <Trace> HTTP-Session: 571b21cc-f561-4a59-be79-40d952a3e074 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13275 | 2024.05.16 00:56:13.016644 [ 3 ] {abed50ee-bff6-44f3-a4fa-69b6e27c898e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13276 | 2024.05.16 00:56:13.016750 [ 3 ] {abed50ee-bff6-44f3-a4fa-69b6e27c898e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13277 | 2024.05.16 00:56:13.017022 [ 3 ] {abed50ee-bff6-44f3-a4fa-69b6e27c898e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13278 | 2024.05.16 00:56:13.017486 [ 3 ] {abed50ee-bff6-44f3-a4fa-69b6e27c898e} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13279 | 2024.05.16 00:56:13.017527 [ 3 ] {abed50ee-bff6-44f3-a4fa-69b6e27c898e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
13280 | 2024.05.16 00:56:13.017897 [ 3 ] {abed50ee-bff6-44f3-a4fa-69b6e27c898e} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
13281 | 2024.05.16 00:56:13.018230 [ 3 ] {abed50ee-bff6-44f3-a4fa-69b6e27c898e} <Trace> oximeter.fields_i64 (67362c4d-248b-4ca0-8b1e-ebd629e820e2): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13282 | 2024.05.16 00:56:13.018398 [ 3 ] {abed50ee-bff6-44f3-a4fa-69b6e27c898e} <Debug> executeQuery: Read 55 rows, 4.46 KiB in 0.001861 sec., 29554.00322407308 rows/sec., 2.34 MiB/sec. | ||
13283 | 2024.05.16 00:56:13.018595 [ 3 ] {abed50ee-bff6-44f3-a4fa-69b6e27c898e} <Debug> DynamicQueryHandler: Done processing query | ||
13284 | 2024.05.16 00:56:13.018622 [ 3 ] {abed50ee-bff6-44f3-a4fa-69b6e27c898e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13285 | 2024.05.16 00:56:13.018639 [ 3 ] {} <Debug> HTTP-Session: 571b21cc-f561-4a59-be79-40d952a3e074 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13286 | 2024.05.16 00:56:13.018770 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13287 | 2024.05.16 00:56:13.018818 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13288 | 2024.05.16 00:56:13.018839 [ 3 ] {} <Debug> HTTP-Session: 43cfefe7-fca7-4078-9360-b010fcbc6083 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
13289 | 2024.05.16 00:56:13.018856 [ 3 ] {} <Debug> HTTP-Session: 43cfefe7-fca7-4078-9360-b010fcbc6083 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13290 | 2024.05.16 00:56:13.018870 [ 3 ] {} <Debug> HTTP-Session: 43cfefe7-fca7-4078-9360-b010fcbc6083 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13291 | 2024.05.16 00:56:13.018901 [ 3 ] {} <Trace> HTTP-Session: 43cfefe7-fca7-4078-9360-b010fcbc6083 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13292 | 2024.05.16 00:56:13.018999 [ 3 ] {b4bb1eb9-107e-49af-a5e8-b6496960a42e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
13293 | 2024.05.16 00:56:13.019043 [ 3 ] {b4bb1eb9-107e-49af-a5e8-b6496960a42e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
13294 | 2024.05.16 00:56:13.019170 [ 3 ] {b4bb1eb9-107e-49af-a5e8-b6496960a42e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13295 | 2024.05.16 00:56:13.019483 [ 3 ] {b4bb1eb9-107e-49af-a5e8-b6496960a42e} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13296 | 2024.05.16 00:56:13.019520 [ 3 ] {b4bb1eb9-107e-49af-a5e8-b6496960a42e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
13297 | 2024.05.16 00:56:13.019823 [ 3 ] {b4bb1eb9-107e-49af-a5e8-b6496960a42e} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
13298 | 2024.05.16 00:56:13.020131 [ 3 ] {b4bb1eb9-107e-49af-a5e8-b6496960a42e} <Trace> oximeter.fields_ipaddr (9755dda1-efcb-439f-8f39-33da9ca09d97): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13299 | 2024.05.16 00:56:13.020266 [ 3 ] {b4bb1eb9-107e-49af-a5e8-b6496960a42e} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001293 sec., 3093.580819798917 rows/sec., 252.26 KiB/sec. | ||
13300 | 2024.05.16 00:56:13.020537 [ 3 ] {b4bb1eb9-107e-49af-a5e8-b6496960a42e} <Debug> DynamicQueryHandler: Done processing query | ||
13301 | 2024.05.16 00:56:13.020593 [ 3 ] {b4bb1eb9-107e-49af-a5e8-b6496960a42e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13302 | 2024.05.16 00:56:13.020649 [ 3 ] {} <Debug> HTTP-Session: 43cfefe7-fca7-4078-9360-b010fcbc6083 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13303 | 2024.05.16 00:56:13.020844 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 38010, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13304 | 2024.05.16 00:56:13.020896 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13305 | 2024.05.16 00:56:13.020914 [ 3 ] {} <Debug> HTTP-Session: 645e4760-fbf5-4ea2-8920-13f7d8e29e87 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
13306 | 2024.05.16 00:56:13.020932 [ 3 ] {} <Debug> HTTP-Session: 645e4760-fbf5-4ea2-8920-13f7d8e29e87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13307 | 2024.05.16 00:56:13.020946 [ 3 ] {} <Debug> HTTP-Session: 645e4760-fbf5-4ea2-8920-13f7d8e29e87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13308 | 2024.05.16 00:56:13.020977 [ 3 ] {} <Trace> HTTP-Session: 645e4760-fbf5-4ea2-8920-13f7d8e29e87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13309 | 2024.05.16 00:56:13.021154 [ 3 ] {6bb502d0-3e4e-4170-a114-83ac46bb0779} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13310 | 2024.05.16 00:56:13.021198 [ 3 ] {6bb502d0-3e4e-4170-a114-83ac46bb0779} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13311 | 2024.05.16 00:56:13.021339 [ 3 ] {6bb502d0-3e4e-4170-a114-83ac46bb0779} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13312 | 2024.05.16 00:56:13.021797 [ 3 ] {6bb502d0-3e4e-4170-a114-83ac46bb0779} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13313 | 2024.05.16 00:56:13.021834 [ 3 ] {6bb502d0-3e4e-4170-a114-83ac46bb0779} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
13314 | 2024.05.16 00:56:13.022161 [ 3 ] {6bb502d0-3e4e-4170-a114-83ac46bb0779} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
13315 | 2024.05.16 00:56:13.022475 [ 3 ] {6bb502d0-3e4e-4170-a114-83ac46bb0779} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13316 | 2024.05.16 00:56:13.022624 [ 3 ] {6bb502d0-3e4e-4170-a114-83ac46bb0779} <Debug> executeQuery: Read 259 rows, 22.30 KiB in 0.00156 sec., 166025.64102564103 rows/sec., 13.96 MiB/sec. | ||
13317 | 2024.05.16 00:56:13.022835 [ 3 ] {6bb502d0-3e4e-4170-a114-83ac46bb0779} <Debug> DynamicQueryHandler: Done processing query | ||
13318 | 2024.05.16 00:56:13.022860 [ 3 ] {6bb502d0-3e4e-4170-a114-83ac46bb0779} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
13319 | 2024.05.16 00:56:13.022877 [ 3 ] {} <Debug> HTTP-Session: 645e4760-fbf5-4ea2-8920-13f7d8e29e87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13320 | 2024.05.16 00:56:13.022995 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13321 | 2024.05.16 00:56:13.023043 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13322 | 2024.05.16 00:56:13.023062 [ 3 ] {} <Debug> HTTP-Session: aee07fa4-5f89-458f-a4bb-fe70e507a16a Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
13323 | 2024.05.16 00:56:13.023079 [ 3 ] {} <Debug> HTTP-Session: aee07fa4-5f89-458f-a4bb-fe70e507a16a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13324 | 2024.05.16 00:56:13.023120 [ 3 ] {} <Debug> HTTP-Session: aee07fa4-5f89-458f-a4bb-fe70e507a16a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13325 | 2024.05.16 00:56:13.023151 [ 3 ] {} <Trace> HTTP-Session: aee07fa4-5f89-458f-a4bb-fe70e507a16a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13326 | 2024.05.16 00:56:13.023246 [ 3 ] {bd40d522-190f-480f-9851-c37c80566b73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13327 | 2024.05.16 00:56:13.023290 [ 3 ] {bd40d522-190f-480f-9851-c37c80566b73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13328 | 2024.05.16 00:56:13.023431 [ 3 ] {bd40d522-190f-480f-9851-c37c80566b73} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13329 | 2024.05.16 00:56:13.023708 [ 3 ] {bd40d522-190f-480f-9851-c37c80566b73} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13330 | 2024.05.16 00:56:13.023745 [ 3 ] {bd40d522-190f-480f-9851-c37c80566b73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
13331 | 2024.05.16 00:56:13.024041 [ 3 ] {bd40d522-190f-480f-9851-c37c80566b73} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
13332 | 2024.05.16 00:56:13.024337 [ 3 ] {bd40d522-190f-480f-9851-c37c80566b73} <Trace> oximeter.fields_u16 (54da2405-b20f-4c24-b67e-95b14419aa9d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13333 | 2024.05.16 00:56:13.024484 [ 3 ] {bd40d522-190f-480f-9851-c37c80566b73} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001259 sec., 3177.1247021445593 rows/sec., 221.84 KiB/sec. | ||
13334 | 2024.05.16 00:56:13.024817 [ 3 ] {bd40d522-190f-480f-9851-c37c80566b73} <Debug> DynamicQueryHandler: Done processing query | ||
13335 | 2024.05.16 00:56:13.024843 [ 3 ] {bd40d522-190f-480f-9851-c37c80566b73} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13336 | 2024.05.16 00:56:13.024859 [ 3 ] {} <Debug> HTTP-Session: aee07fa4-5f89-458f-a4bb-fe70e507a16a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13337 | 2024.05.16 00:56:13.024989 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 24927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13338 | 2024.05.16 00:56:13.025039 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13339 | 2024.05.16 00:56:13.025058 [ 3 ] {} <Debug> HTTP-Session: 9bee9c52-e213-486b-8b5f-5dd0716f9969 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
13340 | 2024.05.16 00:56:13.025074 [ 3 ] {} <Debug> HTTP-Session: 9bee9c52-e213-486b-8b5f-5dd0716f9969 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13341 | 2024.05.16 00:56:13.025088 [ 3 ] {} <Debug> HTTP-Session: 9bee9c52-e213-486b-8b5f-5dd0716f9969 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13342 | 2024.05.16 00:56:13.025119 [ 3 ] {} <Trace> HTTP-Session: 9bee9c52-e213-486b-8b5f-5dd0716f9969 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13343 | 2024.05.16 00:56:13.025278 [ 3 ] {f7f14737-bdbd-4f3d-9a71-5814397507eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13344 | 2024.05.16 00:56:13.025323 [ 3 ] {f7f14737-bdbd-4f3d-9a71-5814397507eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13345 | 2024.05.16 00:56:13.025459 [ 3 ] {f7f14737-bdbd-4f3d-9a71-5814397507eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13346 | 2024.05.16 00:56:13.025830 [ 3 ] {f7f14737-bdbd-4f3d-9a71-5814397507eb} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13347 | 2024.05.16 00:56:13.025874 [ 3 ] {f7f14737-bdbd-4f3d-9a71-5814397507eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
13348 | 2024.05.16 00:56:13.026191 [ 3 ] {f7f14737-bdbd-4f3d-9a71-5814397507eb} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
13349 | 2024.05.16 00:56:13.026494 [ 3 ] {f7f14737-bdbd-4f3d-9a71-5814397507eb} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13350 | 2024.05.16 00:56:13.026645 [ 3 ] {f7f14737-bdbd-4f3d-9a71-5814397507eb} <Debug> executeQuery: Read 147 rows, 11.74 KiB in 0.001447 sec., 101589.49550794747 rows/sec., 7.93 MiB/sec. | ||
13351 | 2024.05.16 00:56:13.026796 [ 3 ] {f7f14737-bdbd-4f3d-9a71-5814397507eb} <Debug> DynamicQueryHandler: Done processing query | ||
13352 | 2024.05.16 00:56:13.026821 [ 3 ] {f7f14737-bdbd-4f3d-9a71-5814397507eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
13353 | 2024.05.16 00:56:13.026837 [ 3 ] {} <Debug> HTTP-Session: 9bee9c52-e213-486b-8b5f-5dd0716f9969 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13354 | 2024.05.16 00:56:13.026983 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 37975, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13355 | 2024.05.16 00:56:13.027030 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13356 | 2024.05.16 00:56:13.027049 [ 3 ] {} <Debug> HTTP-Session: 42626d4e-557e-499b-9dbf-92922e4da3f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
13357 | 2024.05.16 00:56:13.027065 [ 3 ] {} <Debug> HTTP-Session: 42626d4e-557e-499b-9dbf-92922e4da3f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13358 | 2024.05.16 00:56:13.027079 [ 3 ] {} <Debug> HTTP-Session: 42626d4e-557e-499b-9dbf-92922e4da3f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13359 | 2024.05.16 00:56:13.027108 [ 3 ] {} <Trace> HTTP-Session: 42626d4e-557e-499b-9dbf-92922e4da3f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13360 | 2024.05.16 00:56:13.027263 [ 3 ] {cd8d51ad-56ec-40f5-83a2-99556ad9c22d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13361 | 2024.05.16 00:56:13.027308 [ 3 ] {cd8d51ad-56ec-40f5-83a2-99556ad9c22d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13362 | 2024.05.16 00:56:13.027448 [ 3 ] {cd8d51ad-56ec-40f5-83a2-99556ad9c22d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13363 | 2024.05.16 00:56:13.027893 [ 3 ] {cd8d51ad-56ec-40f5-83a2-99556ad9c22d} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13364 | 2024.05.16 00:56:13.027930 [ 3 ] {cd8d51ad-56ec-40f5-83a2-99556ad9c22d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
13365 | 2024.05.16 00:56:13.028315 [ 3 ] {cd8d51ad-56ec-40f5-83a2-99556ad9c22d} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
13366 | 2024.05.16 00:56:13.028652 [ 3 ] {cd8d51ad-56ec-40f5-83a2-99556ad9c22d} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13367 | 2024.05.16 00:56:13.028803 [ 3 ] {cd8d51ad-56ec-40f5-83a2-99556ad9c22d} <Debug> executeQuery: Read 198 rows, 14.15 KiB in 0.001609 sec., 123057.79987569919 rows/sec., 8.59 MiB/sec. | ||
13368 | 2024.05.16 00:56:13.029004 [ 225 ] {} <Trace> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): 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] | ||
13369 | 2024.05.16 00:56:13.029033 [ 3 ] {cd8d51ad-56ec-40f5-83a2-99556ad9c22d} <Debug> DynamicQueryHandler: Done processing query | ||
13370 | 2024.05.16 00:56:13.029011 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): 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] | ||
13371 | 2024.05.16 00:56:13.029084 [ 3 ] {cd8d51ad-56ec-40f5-83a2-99556ad9c22d} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
13372 | 2024.05.16 00:56:13.029071 [ 225 ] {} <Debug> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): 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] | ||
13373 | 2024.05.16 00:56:13.029122 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): 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] | ||
13374 | 2024.05.16 00:56:13.029144 [ 3 ] {} <Debug> HTTP-Session: 42626d4e-557e-499b-9dbf-92922e4da3f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13375 | 2024.05.16 00:56:13.029382 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 58835, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13376 | 2024.05.16 00:56:13.029438 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13377 | 2024.05.16 00:56:13.029457 [ 3 ] {} <Debug> HTTP-Session: 3d965b21-7a48-41c6-bfff-0ecd9592ebc7 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
13378 | 2024.05.16 00:56:13.029474 [ 3 ] {} <Debug> HTTP-Session: 3d965b21-7a48-41c6-bfff-0ecd9592ebc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13379 | 2024.05.16 00:56:13.029488 [ 3 ] {} <Debug> HTTP-Session: 3d965b21-7a48-41c6-bfff-0ecd9592ebc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13380 | 2024.05.16 00:56:13.029520 [ 3 ] {} <Trace> HTTP-Session: 3d965b21-7a48-41c6-bfff-0ecd9592ebc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13381 | 2024.05.16 00:56:13.029911 [ 3 ] {ffc78b48-b3b0-4093-b1b9-167d737028c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13382 | 2024.05.16 00:56:13.029962 [ 3 ] {ffc78b48-b3b0-4093-b1b9-167d737028c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
13383 | 2024.05.16 00:56:13.030133 [ 3 ] {ffc78b48-b3b0-4093-b1b9-167d737028c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13384 | 2024.05.16 00:56:13.030819 [ 3 ] {ffc78b48-b3b0-4093-b1b9-167d737028c1} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13385 | 2024.05.16 00:56:13.030856 [ 3 ] {ffc78b48-b3b0-4093-b1b9-167d737028c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
13386 | 2024.05.16 00:56:13.031284 [ 3 ] {ffc78b48-b3b0-4093-b1b9-167d737028c1} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
13387 | 2024.05.16 00:56:13.031918 [ 3 ] {ffc78b48-b3b0-4093-b1b9-167d737028c1} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13388 | 2024.05.16 00:56:13.032106 [ 117 ] {} <Debug> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
13389 | 2024.05.16 00:56:13.032111 [ 3 ] {ffc78b48-b3b0-4093-b1b9-167d737028c1} <Debug> executeQuery: Read 55 rows, 76.00 KiB in 0.002477 sec., 22204.279370205895 rows/sec., 29.96 MiB/sec. | ||
13390 | 2024.05.16 00:56:13.032175 [ 117 ] {} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13391 | 2024.05.16 00:56:13.032238 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
13392 | 2024.05.16 00:56:13.032448 [ 189 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::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 | ||
13393 | 2024.05.16 00:56:13.032468 [ 3 ] {ffc78b48-b3b0-4093-b1b9-167d737028c1} <Debug> DynamicQueryHandler: Done processing query | ||
13394 | 2024.05.16 00:56:13.032521 [ 3 ] {ffc78b48-b3b0-4093-b1b9-167d737028c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
13395 | 2024.05.16 00:56:13.032560 [ 3 ] {} <Debug> HTTP-Session: 3d965b21-7a48-41c6-bfff-0ecd9592ebc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13396 | 2024.05.16 00:56:13.032741 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36767, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13397 | 2024.05.16 00:56:13.032756 [ 189 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13398 | 2024.05.16 00:56:13.032832 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13399 | 2024.05.16 00:56:13.032852 [ 189 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1555 rows starting from the beginning of the part | ||
13400 | 2024.05.16 00:56:13.032884 [ 3 ] {} <Debug> HTTP-Session: ed2c6648-9eea-4174-9e08-e35d2a077db4 Authenticating user 'default' from [fd00:1122:3344:101::d]:36767 | ||
13401 | 2024.05.16 00:56:13.032922 [ 3 ] {} <Debug> HTTP-Session: ed2c6648-9eea-4174-9e08-e35d2a077db4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13402 | 2024.05.16 00:56:13.032960 [ 3 ] {} <Debug> HTTP-Session: ed2c6648-9eea-4174-9e08-e35d2a077db4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13403 | 2024.05.16 00:56:13.033092 [ 3 ] {} <Trace> HTTP-Session: ed2c6648-9eea-4174-9e08-e35d2a077db4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13404 | 2024.05.16 00:56:13.033096 [ 189 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 55 rows starting from the beginning of the part | ||
13405 | 2024.05.16 00:56:13.033496 [ 189 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 55 rows starting from the beginning of the part | ||
13406 | 2024.05.16 00:56:13.033567 [ 3 ] {2eb8c899-55d5-49b9-8de0-be79ba13b670} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36767) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13407 | 2024.05.16 00:56:13.033724 [ 189 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 55 rows starting from the beginning of the part | ||
13408 | 2024.05.16 00:56:13.033789 [ 3 ] {2eb8c899-55d5-49b9-8de0-be79ba13b670} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13409 | 2024.05.16 00:56:13.034054 [ 189 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 55 rows starting from the beginning of the part | ||
13410 | 2024.05.16 00:56:13.034393 [ 189 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 55 rows starting from the beginning of the part | ||
13411 | 2024.05.16 00:56:13.035627 [ 3 ] {2eb8c899-55d5-49b9-8de0-be79ba13b670} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13412 | 2024.05.16 00:56:13.037358 [ 3 ] {2eb8c899-55d5-49b9-8de0-be79ba13b670} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13413 | 2024.05.16 00:56:13.037399 [ 3 ] {2eb8c899-55d5-49b9-8de0-be79ba13b670} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
13414 | 2024.05.16 00:56:13.038663 [ 3 ] {2eb8c899-55d5-49b9-8de0-be79ba13b670} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
13415 | 2024.05.16 00:56:13.040522 [ 3 ] {2eb8c899-55d5-49b9-8de0-be79ba13b670} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13416 | 2024.05.16 00:56:13.041364 [ 3 ] {2eb8c899-55d5-49b9-8de0-be79ba13b670} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007975 sec., 7523.5109717868345 rows/sec., 519.20 KiB/sec. | ||
13417 | 2024.05.16 00:56:13.041972 [ 225 ] {} <Debug> oximeter.fields_string (7f7b4bb8-676b-4835-891c-6c4fe7586c52): 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] | ||
13418 | 2024.05.16 00:56:13.042223 [ 3 ] {2eb8c899-55d5-49b9-8de0-be79ba13b670} <Debug> DynamicQueryHandler: Done processing query | ||
13419 | 2024.05.16 00:56:13.042399 [ 3 ] {2eb8c899-55d5-49b9-8de0-be79ba13b670} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13420 | 2024.05.16 00:56:13.042647 [ 3 ] {} <Debug> HTTP-Session: ed2c6648-9eea-4174-9e08-e35d2a077db4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13421 | 2024.05.16 00:56:13.045102 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (b53886f9-d3a3-46a2-ae54-c04691dd52c4): 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] | ||
13422 | 2024.05.16 00:56:13.047309 [ 194 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1830 rows, containing 6 columns (6 merged, 0 gathered) in 0.014970424 sec., 122241.02670705921 rows/sec., 164.96 MiB/sec. | ||
13423 | 2024.05.16 00:56:13.048684 [ 199 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
13424 | 2024.05.16 00:56:13.049173 [ 199 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_51_10} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13425 | 2024.05.16 00:56:13.049266 [ 199 ] {388e6f10-049c-4bc9-98af-968d8dd43f5b::all_1_51_10} <Trace> oximeter.measurements_histogramf64 (388e6f10-049c-4bc9-98af-968d8dd43f5b) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
13426 | 2024.05.16 00:56:13.049378 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.78 MiB. | ||
13427 | 2024.05.16 00:56:13.406440 [ 219 ] {} <Trace> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): 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] | ||
13428 | 2024.05.16 00:56:13.406475 [ 219 ] {} <Debug> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): 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] | ||
13429 | 2024.05.16 00:56:13.408480 [ 219 ] {} <Debug> oximeter.measurements_u64 (dd17a2bc-6350-43b2-ac4c-cb60bb364514): 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] | ||
13430 | 2024.05.16 00:56:13.890890 [ 225 ] {} <Trace> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): 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] | ||
13431 | 2024.05.16 00:56:13.890971 [ 225 ] {} <Debug> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): 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] | ||
13432 | 2024.05.16 00:56:13.893010 [ 225 ] {} <Debug> oximeter.fields_uuid (a3945bea-d52e-471f-9886-008e21606338): 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] | ||
13433 | 2024.05.16 00:56:14.000213 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 203.25 MiB, peak 216.00 MiB, free memory in arenas 0.00 B, will set to 208.75 MiB (RSS), difference: 5.50 MiB | ||
13434 | 2024.05.16 00:56:16.312091 [ 115 ] {} <Debug> DNSResolver: Updating DNS cache | ||
13435 | 2024.05.16 00:56:16.312186 [ 115 ] {} <Debug> DNSResolver: Updated DNS cache |