1 | [ Mar 26 14:48:10 Enabled. ] | ||
2 | [ Mar 26 14:48:10 Rereading configuration. ] | ||
3 | [ Mar 26 14:48:11 Rereading configuration. ] | ||
4 | [ Mar 26 14:48:22 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 | [ Mar 26 14:48:22 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.03.26 14:48:23.302583 [ 1 ] {} <Information> Application: Will watch for the process with pid 22776 | ||
33 | 2024.03.26 14:48:23.303269 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
34 | 2024.03.26 14:48:23.545477 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 22776 | ||
35 | 2024.03.26 14:48:23.546186 [ 1 ] {} <Information> Application: starting up | ||
36 | 2024.03.26 14:48:23.546861 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
37 | 2024.03.26 14:48:23.633187 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
38 | 2024.03.26 14:48:23.660601 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
39 | 2024.03.26 14:48:23.660669 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
40 | 2024.03.26 14:48:23.660701 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
41 | 2024.03.26 14:48:23.660806 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
42 | 2024.03.26 14:48:23.661222 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
43 | 2024.03.26 14:48:23.662677 [ 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.03.26 14:48:23.663206 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
48 | 2024.03.26 14:48:23.664006 [ 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.03.26 14:48:23.664030 [ 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.03.26 14:48:23.664043 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
51 | 2024.03.26 14:48:23.664216 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
52 | 2024.03.26 14:48:23.665255 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
53 | 2024.03.26 14:48:23.670522 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
54 | 2024.03.26 14:48:23.671202 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
55 | 2024.03.26 14:48:23.672526 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
56 | 2024.03.26 14:48:23.672588 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
57 | 2024.03.26 14:48:23.674083 [ 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.03.26 14:48:23.674345 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
62 | 2024.03.26 14:48:23.678516 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
63 | 2024.03.26 14:48:23.678786 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
64 | 2024.03.26 14:48:23.680250 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
65 | 2024.03.26 14:48:23.680623 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
66 | 2024.03.26 14:48:23.681003 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
67 | 2024.03.26 14:48:23.681337 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
68 | 2024.03.26 14:48:23.682654 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
69 | 2024.03.26 14:48:23.682679 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
70 | 2024.03.26 14:48:23.682772 [ 154 ] {} <Debug> DNSResolver: Updating DNS cache | ||
71 | 2024.03.26 14:48:23.682935 [ 154 ] {} <Debug> DNSResolver: Updated DNS cache | ||
72 | 2024.03.26 14:48:23.694037 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
73 | 2024.03.26 14:48:23.694067 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000143282 sec | ||
74 | 2024.03.26 14:48:23.694102 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
75 | 2024.03.26 14:48:23.694114 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
76 | 2024.03.26 14:48:23.695236 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
77 | 2024.03.26 14:48:23.696264 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
78 | 2024.03.26 14:48:23.696286 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
79 | 2024.03.26 14:48:23.696317 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
80 | 2024.03.26 14:48:23.696331 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
81 | 2024.03.26 14:48:23.696343 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
82 | 2024.03.26 14:48:23.696374 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
83 | 2024.03.26 14:48:23.696386 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
84 | 2024.03.26 14:48:23.696400 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
85 | 2024.03.26 14:48:23.696431 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
86 | 2024.03.26 14:48:23.696443 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
87 | 2024.03.26 14:48:23.696458 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
88 | 2024.03.26 14:48:23.696472 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
89 | 2024.03.26 14:48:23.696504 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
90 | 2024.03.26 14:48:23.696518 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
91 | 2024.03.26 14:48:23.696532 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
92 | 2024.03.26 14:48:23.696559 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
93 | 2024.03.26 14:48:23.696573 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
94 | 2024.03.26 14:48:23.732546 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
95 | 2024.03.26 14:48:23.733738 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
96 | 2024.03.26 14:48:23.733763 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.4091e-05 sec | ||
97 | 2024.03.26 14:48:23.733777 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
98 | 2024.03.26 14:48:23.733791 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
99 | 2024.03.26 14:48:23.733813 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
100 | 2024.03.26 14:48:23.733996 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
101 | 2024.03.26 14:48:23.734036 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
102 | 2024.03.26 14:48:23.734049 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
103 | 2024.03.26 14:48:23.734065 [ 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.03.26 14:48:23.734076 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
105 | 2024.03.26 14:48:23.762233 [ 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.03.26 14:48:23.971992 [ 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.03.26 14:48:23.972057 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
108 | 2024.03.26 14:48:24.032779 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
109 | 2024.03.26 14:48:24.033005 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 9.86 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.03.26 14:48:24.033930 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.207e-05 sec. | ||
111 | 2024.03.26 14:48:24.034285 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
112 | 2024.03.26 14:48:24.034384 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
113 | 2024.03.26 14:48:24.034442 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
114 | 2024.03.26 14:48:24.034462 [ 1 ] {} <Information> Application: Ready for connections. | ||
115 | 2024.03.26 14:48:25.617786 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34096, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
116 | 2024.03.26 14:48:25.618024 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
117 | 2024.03.26 14:48:25.618061 [ 3 ] {} <Debug> HTTP-Session: d630b614-61be-42fc-9695-9564b9fda8d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34096 | ||
118 | 2024.03.26 14:48:25.618092 [ 3 ] {} <Debug> HTTP-Session: d630b614-61be-42fc-9695-9564b9fda8d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
119 | 2024.03.26 14:48:25.618113 [ 3 ] {} <Debug> HTTP-Session: d630b614-61be-42fc-9695-9564b9fda8d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
120 | 2024.03.26 14:48:25.618200 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
121 | 2024.03.26 14:48:25.618233 [ 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.03.26 14:48:25.618256 [ 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.03.26 14:48:25.618321 [ 3 ] {} <Trace> HTTP-Session: d630b614-61be-42fc-9695-9564b9fda8d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
124 | 2024.03.26 14:48:25.619360 [ 3 ] {67af296e-9296-4bae-a98d-135107257ec9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34096) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
125 | 2024.03.26 14:48:25.661801 [ 3 ] {67af296e-9296-4bae-a98d-135107257ec9} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:34096) (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 @ 0x0000000000113667 in /system/lib/amd64/libc.so.1 | ||
149 | |||
150 | 2024.03.26 14:48:25.662598 [ 3 ] {67af296e-9296-4bae-a98d-135107257ec9} <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 @ 0x0000000000113667 in /system/lib/amd64/libc.so.1 | ||
174 | (version 23.8.7.1) | ||
175 | 2024.03.26 14:48:25.662809 [ 3 ] {} <Debug> HTTP-Session: d630b614-61be-42fc-9695-9564b9fda8d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
176 | 2024.03.26 14:48:25.663456 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34096, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
177 | 2024.03.26 14:48:25.663525 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
178 | 2024.03.26 14:48:25.663549 [ 3 ] {} <Debug> HTTP-Session: 195299c5-f975-4f91-a5aa-9542a75b926f Authenticating user 'default' from [fd00:1122:3344:101::d]:34096 | ||
179 | 2024.03.26 14:48:25.663580 [ 3 ] {} <Debug> HTTP-Session: 195299c5-f975-4f91-a5aa-9542a75b926f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
180 | 2024.03.26 14:48:25.663595 [ 3 ] {} <Debug> HTTP-Session: 195299c5-f975-4f91-a5aa-9542a75b926f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
181 | 2024.03.26 14:48:25.663641 [ 3 ] {} <Trace> HTTP-Session: 195299c5-f975-4f91-a5aa-9542a75b926f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
182 | 2024.03.26 14:48:25.664833 [ 3 ] {bf0bb99e-a272-4153-a288-78716d41c21c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34096) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) | ||
183 | 2024.03.26 14:48:25.664949 [ 3 ] {bf0bb99e-a272-4153-a288-78716d41c21c} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) | ||
184 | 2024.03.26 14:48:25.667247 [ 3 ] {bf0bb99e-a272-4153-a288-78716d41c21c} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters | ||
185 | 2024.03.26 14:48:25.670444 [ 3 ] {bf0bb99e-a272-4153-a288-78716d41c21c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
186 | 2024.03.26 14:48:25.676869 [ 3 ] {bf0bb99e-a272-4153-a288-78716d41c21c} <Debug> DynamicQueryHandler: Done processing query | ||
187 | 2024.03.26 14:48:25.676921 [ 3 ] {bf0bb99e-a272-4153-a288-78716d41c21c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
188 | 2024.03.26 14:48:25.676938 [ 3 ] {} <Debug> HTTP-Session: 195299c5-f975-4f91-a5aa-9542a75b926f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
189 | 2024.03.26 14:48:25.677143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34096, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
190 | 2024.03.26 14:48:25.677196 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
191 | 2024.03.26 14:48:25.677218 [ 3 ] {} <Debug> HTTP-Session: 12a6a3eb-264b-4c78-a7cb-d3673c64358e Authenticating user 'default' from [fd00:1122:3344:101::d]:34096 | ||
192 | 2024.03.26 14:48:25.677236 [ 3 ] {} <Debug> HTTP-Session: 12a6a3eb-264b-4c78-a7cb-d3673c64358e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
193 | 2024.03.26 14:48:25.677252 [ 3 ] {} <Debug> HTTP-Session: 12a6a3eb-264b-4c78-a7cb-d3673c64358e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
194 | 2024.03.26 14:48:25.677287 [ 3 ] {} <Trace> HTTP-Session: 12a6a3eb-264b-4c78-a7cb-d3673c64358e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
195 | 2024.03.26 14:48:25.677380 [ 3 ] {1d2d59cd-92d4-49f5-bc67-54b50d17c6af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34096) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
196 | 2024.03.26 14:48:25.677625 [ 3 ] {1d2d59cd-92d4-49f5-bc67-54b50d17c6af} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:34096) (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 @ 0x0000000000113667 in /system/lib/amd64/libc.so.1 | ||
220 | |||
221 | 2024.03.26 14:48:25.677751 [ 3 ] {1d2d59cd-92d4-49f5-bc67-54b50d17c6af} <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 @ 0x0000000000113667 in /system/lib/amd64/libc.so.1 | ||
245 | (version 23.8.7.1) | ||
246 | 2024.03.26 14:48:25.677864 [ 3 ] {} <Debug> HTTP-Session: 12a6a3eb-264b-4c78-a7cb-d3673c64358e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
247 | 2024.03.26 14:48:25.679231 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34096, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
248 | 2024.03.26 14:48:25.679289 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
249 | 2024.03.26 14:48:25.679306 [ 3 ] {} <Debug> HTTP-Session: 58d88a34-d3bc-4a70-a8ea-83444bd0ffe2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34096 | ||
250 | 2024.03.26 14:48:25.679325 [ 3 ] {} <Debug> HTTP-Session: 58d88a34-d3bc-4a70-a8ea-83444bd0ffe2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
251 | 2024.03.26 14:48:25.679346 [ 3 ] {} <Debug> HTTP-Session: 58d88a34-d3bc-4a70-a8ea-83444bd0ffe2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
252 | 2024.03.26 14:48:25.679374 [ 3 ] {} <Trace> HTTP-Session: 58d88a34-d3bc-4a70-a8ea-83444bd0ffe2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
253 | 2024.03.26 14:48:25.679510 [ 3 ] {c46cedbd-2a06-4249-ad5a-4318f2ac719f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34096) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
254 | 2024.03.26 14:48:25.679624 [ 3 ] {c46cedbd-2a06-4249-ad5a-4318f2ac719f} <Debug> DynamicQueryHandler: Done processing query | ||
255 | 2024.03.26 14:48:25.679646 [ 3 ] {} <Debug> HTTP-Session: 58d88a34-d3bc-4a70-a8ea-83444bd0ffe2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
256 | 2024.03.26 14:48:25.680308 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34096, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
257 | 2024.03.26 14:48:25.680355 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
258 | 2024.03.26 14:48:25.680371 [ 3 ] {} <Debug> HTTP-Session: 57ef7b82-df3b-4815-9fb1-24970b09289a Authenticating user 'default' from [fd00:1122:3344:101::d]:34096 | ||
259 | 2024.03.26 14:48:25.680390 [ 3 ] {} <Debug> HTTP-Session: 57ef7b82-df3b-4815-9fb1-24970b09289a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
260 | 2024.03.26 14:48:25.680405 [ 3 ] {} <Debug> HTTP-Session: 57ef7b82-df3b-4815-9fb1-24970b09289a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
261 | 2024.03.26 14:48:25.680432 [ 3 ] {} <Trace> HTTP-Session: 57ef7b82-df3b-4815-9fb1-24970b09289a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
262 | 2024.03.26 14:48:25.680484 [ 3 ] {17f45ab3-5680-4301-89b1-79f675aa9e17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34096) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
263 | 2024.03.26 14:48:25.680554 [ 3 ] {17f45ab3-5680-4301-89b1-79f675aa9e17} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
264 | 2024.03.26 14:48:25.684604 [ 3 ] {17f45ab3-5680-4301-89b1-79f675aa9e17} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
265 | 2024.03.26 14:48:25.684669 [ 3 ] {17f45ab3-5680-4301-89b1-79f675aa9e17} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 9.1552e-05 sec | ||
266 | 2024.03.26 14:48:25.684698 [ 3 ] {17f45ab3-5680-4301-89b1-79f675aa9e17} <Trace> ReferentialDeps: No tables | ||
267 | 2024.03.26 14:48:25.684713 [ 3 ] {17f45ab3-5680-4301-89b1-79f675aa9e17} <Trace> LoadingDeps: No tables | ||
268 | 2024.03.26 14:48:25.684744 [ 3 ] {17f45ab3-5680-4301-89b1-79f675aa9e17} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
269 | 2024.03.26 14:48:25.684839 [ 3 ] {17f45ab3-5680-4301-89b1-79f675aa9e17} <Debug> DynamicQueryHandler: Done processing query | ||
270 | 2024.03.26 14:48:25.684873 [ 3 ] {} <Debug> HTTP-Session: 57ef7b82-df3b-4815-9fb1-24970b09289a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
271 | 2024.03.26 14:48:25.684997 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34096, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
272 | 2024.03.26 14:48:25.685057 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
273 | 2024.03.26 14:48:25.685087 [ 3 ] {} <Debug> HTTP-Session: 5d92f5a7-45d0-4513-908d-132075edd1df Authenticating user 'default' from [fd00:1122:3344:101::d]:34096 | ||
274 | 2024.03.26 14:48:25.685105 [ 3 ] {} <Debug> HTTP-Session: 5d92f5a7-45d0-4513-908d-132075edd1df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
275 | 2024.03.26 14:48:25.685127 [ 3 ] {} <Debug> HTTP-Session: 5d92f5a7-45d0-4513-908d-132075edd1df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
276 | 2024.03.26 14:48:25.685176 [ 3 ] {} <Trace> HTTP-Session: 5d92f5a7-45d0-4513-908d-132075edd1df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
277 | 2024.03.26 14:48:25.685283 [ 3 ] {2428914a-3c66-4e41-b225-9af3055c166f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34096) /* 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.03.26 14:48:25.685333 [ 3 ] {2428914a-3c66-4e41-b225-9af3055c166f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
280 | 2024.03.26 14:48:25.690106 [ 3 ] {2428914a-3c66-4e41-b225-9af3055c166f} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
281 | 2024.03.26 14:48:25.691460 [ 3 ] {2428914a-3c66-4e41-b225-9af3055c166f} <Debug> oximeter.version (ba901bbe-9ee6-46a6-83b9-4f9a583a4fb7): Loading data parts | ||
282 | 2024.03.26 14:48:25.691830 [ 3 ] {2428914a-3c66-4e41-b225-9af3055c166f} <Debug> oximeter.version (ba901bbe-9ee6-46a6-83b9-4f9a583a4fb7): There are no data parts | ||
283 | 2024.03.26 14:48:25.695553 [ 3 ] {2428914a-3c66-4e41-b225-9af3055c166f} <Debug> DynamicQueryHandler: Done processing query | ||
284 | 2024.03.26 14:48:25.695622 [ 3 ] {} <Debug> HTTP-Session: 5d92f5a7-45d0-4513-908d-132075edd1df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
285 | 2024.03.26 14:48:25.695744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34096, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
286 | 2024.03.26 14:48:25.695789 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
287 | 2024.03.26 14:48:25.695812 [ 3 ] {} <Debug> HTTP-Session: 5798c7d9-3c60-4a1a-893f-a4551ca3c9db Authenticating user 'default' from [fd00:1122:3344:101::d]:34096 | ||
288 | 2024.03.26 14:48:25.695838 [ 3 ] {} <Debug> HTTP-Session: 5798c7d9-3c60-4a1a-893f-a4551ca3c9db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
289 | 2024.03.26 14:48:25.695851 [ 3 ] {} <Debug> HTTP-Session: 5798c7d9-3c60-4a1a-893f-a4551ca3c9db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
290 | 2024.03.26 14:48:25.695884 [ 3 ] {} <Trace> HTTP-Session: 5798c7d9-3c60-4a1a-893f-a4551ca3c9db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
291 | 2024.03.26 14:48:25.696056 [ 3 ] {c5f7c8cb-caff-4f1c-9cb5-7194ebd008a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34096) /* 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.03.26 14:48:25.696112 [ 3 ] {c5f7c8cb-caff-4f1c-9cb5-7194ebd008a2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
303 | 2024.03.26 14:48:25.703096 [ 3 ] {c5f7c8cb-caff-4f1c-9cb5-7194ebd008a2} <Debug> oximeter.measurements_bool (388b7ed7-6073-4db4-8283-bcc7baafb3d3): Loading data parts | ||
304 | 2024.03.26 14:48:25.703273 [ 3 ] {c5f7c8cb-caff-4f1c-9cb5-7194ebd008a2} <Debug> oximeter.measurements_bool (388b7ed7-6073-4db4-8283-bcc7baafb3d3): There are no data parts | ||
305 | 2024.03.26 14:48:25.707368 [ 3 ] {c5f7c8cb-caff-4f1c-9cb5-7194ebd008a2} <Debug> DynamicQueryHandler: Done processing query | ||
306 | 2024.03.26 14:48:25.707401 [ 3 ] {} <Debug> HTTP-Session: 5798c7d9-3c60-4a1a-893f-a4551ca3c9db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
307 | 2024.03.26 14:48:25.707553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34096, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
308 | 2024.03.26 14:48:25.707617 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
309 | 2024.03.26 14:48:25.707640 [ 3 ] {} <Debug> HTTP-Session: 4a8a7c8f-6e7f-445a-81ae-5ae614118067 Authenticating user 'default' from [fd00:1122:3344:101::d]:34096 | ||
310 | 2024.03.26 14:48:25.707664 [ 3 ] {} <Debug> HTTP-Session: 4a8a7c8f-6e7f-445a-81ae-5ae614118067 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
311 | 2024.03.26 14:48:25.707681 [ 3 ] {} <Debug> HTTP-Session: 4a8a7c8f-6e7f-445a-81ae-5ae614118067 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
312 | 2024.03.26 14:48:25.707721 [ 3 ] {} <Trace> HTTP-Session: 4a8a7c8f-6e7f-445a-81ae-5ae614118067 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
313 | 2024.03.26 14:48:25.707902 [ 3 ] {f4a15645-407d-4c1c-8a1e-265cb12a50a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34096) 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.03.26 14:48:25.707958 [ 3 ] {f4a15645-407d-4c1c-8a1e-265cb12a50a7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
315 | 2024.03.26 14:48:25.709780 [ 3 ] {f4a15645-407d-4c1c-8a1e-265cb12a50a7} <Debug> oximeter.measurements_i8 (c14e92af-19d8-4858-9f2e-caa531b48b38): Loading data parts | ||
316 | 2024.03.26 14:48:25.709905 [ 3 ] {f4a15645-407d-4c1c-8a1e-265cb12a50a7} <Debug> oximeter.measurements_i8 (c14e92af-19d8-4858-9f2e-caa531b48b38): There are no data parts | ||
317 | 2024.03.26 14:48:25.712599 [ 3 ] {f4a15645-407d-4c1c-8a1e-265cb12a50a7} <Debug> DynamicQueryHandler: Done processing query | ||
318 | 2024.03.26 14:48:25.712638 [ 3 ] {} <Debug> HTTP-Session: 4a8a7c8f-6e7f-445a-81ae-5ae614118067 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
319 | 2024.03.26 14:48:25.712801 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34096, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
320 | 2024.03.26 14:48:25.712853 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
321 | 2024.03.26 14:48:25.712881 [ 3 ] {} <Debug> HTTP-Session: 3bf7f3b0-05be-452f-b7c4-9285ee70e2da Authenticating user 'default' from [fd00:1122:3344:101::d]:34096 | ||
322 | 2024.03.26 14:48:25.712905 [ 3 ] {} <Debug> HTTP-Session: 3bf7f3b0-05be-452f-b7c4-9285ee70e2da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
323 | 2024.03.26 14:48:25.712921 [ 3 ] {} <Debug> HTTP-Session: 3bf7f3b0-05be-452f-b7c4-9285ee70e2da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
324 | 2024.03.26 14:48:25.712959 [ 3 ] {} <Trace> HTTP-Session: 3bf7f3b0-05be-452f-b7c4-9285ee70e2da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
325 | 2024.03.26 14:48:25.713136 [ 3 ] {a8c9eaa2-fe80-426a-a06d-7ce0c56eb3bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34096) 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.03.26 14:48:25.713197 [ 3 ] {a8c9eaa2-fe80-426a-a06d-7ce0c56eb3bc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
327 | 2024.03.26 14:48:25.714859 [ 3 ] {a8c9eaa2-fe80-426a-a06d-7ce0c56eb3bc} <Debug> oximeter.measurements_u8 (96586bdf-ee4c-457d-9a96-147e308a5f1f): Loading data parts | ||
328 | 2024.03.26 14:48:25.715003 [ 3 ] {a8c9eaa2-fe80-426a-a06d-7ce0c56eb3bc} <Debug> oximeter.measurements_u8 (96586bdf-ee4c-457d-9a96-147e308a5f1f): There are no data parts | ||
329 | 2024.03.26 14:48:25.719016 [ 3 ] {a8c9eaa2-fe80-426a-a06d-7ce0c56eb3bc} <Debug> DynamicQueryHandler: Done processing query | ||
330 | 2024.03.26 14:48:25.719048 [ 3 ] {} <Debug> HTTP-Session: 3bf7f3b0-05be-452f-b7c4-9285ee70e2da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
331 | 2024.03.26 14:48:25.719179 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34096, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
332 | 2024.03.26 14:48:25.719231 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
333 | 2024.03.26 14:48:25.719249 [ 3 ] {} <Debug> HTTP-Session: 77fd876c-e93d-4696-a9f6-a8c9ad82e72f Authenticating user 'default' from [fd00:1122:3344:101::d]:34096 | ||
334 | 2024.03.26 14:48:25.719266 [ 3 ] {} <Debug> HTTP-Session: 77fd876c-e93d-4696-a9f6-a8c9ad82e72f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
335 | 2024.03.26 14:48:25.719283 [ 3 ] {} <Debug> HTTP-Session: 77fd876c-e93d-4696-a9f6-a8c9ad82e72f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
336 | 2024.03.26 14:48:25.719314 [ 3 ] {} <Trace> HTTP-Session: 77fd876c-e93d-4696-a9f6-a8c9ad82e72f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
337 | 2024.03.26 14:48:25.719459 [ 3 ] {aab9558f-d2a6-41b9-809b-56a93b724f99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34096) 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.03.26 14:48:25.719510 [ 3 ] {aab9558f-d2a6-41b9-809b-56a93b724f99} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
339 | 2024.03.26 14:48:25.721324 [ 3 ] {aab9558f-d2a6-41b9-809b-56a93b724f99} <Debug> oximeter.measurements_i16 (d8a1b861-836c-493f-b5b0-1928a95db24b): Loading data parts | ||
340 | 2024.03.26 14:48:25.721448 [ 3 ] {aab9558f-d2a6-41b9-809b-56a93b724f99} <Debug> oximeter.measurements_i16 (d8a1b861-836c-493f-b5b0-1928a95db24b): There are no data parts | ||
341 | 2024.03.26 14:48:25.723657 [ 3 ] {aab9558f-d2a6-41b9-809b-56a93b724f99} <Debug> DynamicQueryHandler: Done processing query | ||
342 | 2024.03.26 14:48:25.723695 [ 3 ] {} <Debug> HTTP-Session: 77fd876c-e93d-4696-a9f6-a8c9ad82e72f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
343 | 2024.03.26 14:48:25.723829 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34096, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
344 | 2024.03.26 14:48:25.723882 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
345 | 2024.03.26 14:48:25.723909 [ 3 ] {} <Debug> HTTP-Session: a9b57318-de10-4e3a-b185-3ca48d5be629 Authenticating user 'default' from [fd00:1122:3344:101::d]:34096 | ||
346 | 2024.03.26 14:48:25.723934 [ 3 ] {} <Debug> HTTP-Session: a9b57318-de10-4e3a-b185-3ca48d5be629 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
347 | 2024.03.26 14:48:25.723951 [ 3 ] {} <Debug> HTTP-Session: a9b57318-de10-4e3a-b185-3ca48d5be629 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
348 | 2024.03.26 14:48:25.723990 [ 3 ] {} <Trace> HTTP-Session: a9b57318-de10-4e3a-b185-3ca48d5be629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
349 | 2024.03.26 14:48:25.724175 [ 3 ] {2c1e9a0d-c9c7-4527-88a1-d5c0d89e025d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34096) 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.03.26 14:48:25.724224 [ 3 ] {2c1e9a0d-c9c7-4527-88a1-d5c0d89e025d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
351 | 2024.03.26 14:48:25.725797 [ 3 ] {2c1e9a0d-c9c7-4527-88a1-d5c0d89e025d} <Debug> oximeter.measurements_u16 (e5fa85db-41b6-49a9-93dd-2071aae5c57c): Loading data parts | ||
352 | 2024.03.26 14:48:25.725937 [ 3 ] {2c1e9a0d-c9c7-4527-88a1-d5c0d89e025d} <Debug> oximeter.measurements_u16 (e5fa85db-41b6-49a9-93dd-2071aae5c57c): There are no data parts | ||
353 | 2024.03.26 14:48:25.730111 [ 3 ] {2c1e9a0d-c9c7-4527-88a1-d5c0d89e025d} <Debug> DynamicQueryHandler: Done processing query | ||
354 | 2024.03.26 14:48:25.730176 [ 3 ] {} <Debug> HTTP-Session: a9b57318-de10-4e3a-b185-3ca48d5be629 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
355 | 2024.03.26 14:48:25.730388 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34096, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
356 | 2024.03.26 14:48:25.730503 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
357 | 2024.03.26 14:48:25.730540 [ 3 ] {} <Debug> HTTP-Session: 0328c6b4-cdde-4fba-8050-4caa62ff18f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:34096 | ||
358 | 2024.03.26 14:48:25.730560 [ 3 ] {} <Debug> HTTP-Session: 0328c6b4-cdde-4fba-8050-4caa62ff18f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
359 | 2024.03.26 14:48:25.730580 [ 3 ] {} <Debug> HTTP-Session: 0328c6b4-cdde-4fba-8050-4caa62ff18f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
360 | 2024.03.26 14:48:25.730624 [ 3 ] {} <Trace> HTTP-Session: 0328c6b4-cdde-4fba-8050-4caa62ff18f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
361 | 2024.03.26 14:48:25.730769 [ 3 ] {bf4b48fa-60ec-4f27-9a57-1b7dbb9ec36e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34096) 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.03.26 14:48:25.730824 [ 3 ] {bf4b48fa-60ec-4f27-9a57-1b7dbb9ec36e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
363 | 2024.03.26 14:48:25.732723 [ 3 ] {bf4b48fa-60ec-4f27-9a57-1b7dbb9ec36e} <Debug> oximeter.measurements_i32 (23899318-d4c4-4a87-8d3b-4786cc7226e1): Loading data parts | ||
364 | 2024.03.26 14:48:25.732850 [ 3 ] {bf4b48fa-60ec-4f27-9a57-1b7dbb9ec36e} <Debug> oximeter.measurements_i32 (23899318-d4c4-4a87-8d3b-4786cc7226e1): There are no data parts | ||
365 | 2024.03.26 14:48:25.735057 [ 3 ] {bf4b48fa-60ec-4f27-9a57-1b7dbb9ec36e} <Debug> DynamicQueryHandler: Done processing query | ||
366 | 2024.03.26 14:48:25.735089 [ 3 ] {} <Debug> HTTP-Session: 0328c6b4-cdde-4fba-8050-4caa62ff18f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
367 | 2024.03.26 14:48:25.735196 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34096, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
368 | 2024.03.26 14:48:25.735255 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
369 | 2024.03.26 14:48:25.735282 [ 3 ] {} <Debug> HTTP-Session: c071720c-4473-4f25-a93c-c5bd62989bc4 Authenticating user 'default' from [fd00:1122:3344:101::d]:34096 | ||
370 | 2024.03.26 14:48:25.735317 [ 3 ] {} <Debug> HTTP-Session: c071720c-4473-4f25-a93c-c5bd62989bc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
371 | 2024.03.26 14:48:25.735333 [ 3 ] {} <Debug> HTTP-Session: c071720c-4473-4f25-a93c-c5bd62989bc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
372 | 2024.03.26 14:48:25.735373 [ 3 ] {} <Trace> HTTP-Session: c071720c-4473-4f25-a93c-c5bd62989bc4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
373 | 2024.03.26 14:48:25.735550 [ 3 ] {5bc397f4-f89f-41d2-94bb-62b63c082500} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34096) 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.03.26 14:48:25.735605 [ 3 ] {5bc397f4-f89f-41d2-94bb-62b63c082500} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
375 | 2024.03.26 14:48:25.737290 [ 3 ] {5bc397f4-f89f-41d2-94bb-62b63c082500} <Debug> oximeter.measurements_u32 (a46f1106-a21e-4945-8299-91de997668f4): Loading data parts | ||
376 | 2024.03.26 14:48:25.737413 [ 3 ] {5bc397f4-f89f-41d2-94bb-62b63c082500} <Debug> oximeter.measurements_u32 (a46f1106-a21e-4945-8299-91de997668f4): There are no data parts | ||
377 | 2024.03.26 14:48:25.741589 [ 3 ] {5bc397f4-f89f-41d2-94bb-62b63c082500} <Debug> DynamicQueryHandler: Done processing query | ||
378 | 2024.03.26 14:48:25.741647 [ 3 ] {} <Debug> HTTP-Session: c071720c-4473-4f25-a93c-c5bd62989bc4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
379 | 2024.03.26 14:48:25.741829 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34096, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
380 | 2024.03.26 14:48:25.741917 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
381 | 2024.03.26 14:48:25.741970 [ 3 ] {} <Debug> HTTP-Session: dc928ad2-5072-4780-a3ca-3a9611b873a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34096 | ||
382 | 2024.03.26 14:48:25.742000 [ 3 ] {} <Debug> HTTP-Session: dc928ad2-5072-4780-a3ca-3a9611b873a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
383 | 2024.03.26 14:48:25.742033 [ 3 ] {} <Debug> HTTP-Session: dc928ad2-5072-4780-a3ca-3a9611b873a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
384 | 2024.03.26 14:48:25.742101 [ 3 ] {} <Trace> HTTP-Session: dc928ad2-5072-4780-a3ca-3a9611b873a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
385 | 2024.03.26 14:48:25.742418 [ 3 ] {bc31962e-6885-4801-9525-bd13129737fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34096) 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.03.26 14:48:25.742519 [ 3 ] {bc31962e-6885-4801-9525-bd13129737fb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
387 | 2024.03.26 14:48:25.744385 [ 3 ] {bc31962e-6885-4801-9525-bd13129737fb} <Debug> oximeter.measurements_i64 (fa67eb9c-28c4-46ec-9d65-8d358f1a4527): Loading data parts | ||
388 | 2024.03.26 14:48:25.744510 [ 3 ] {bc31962e-6885-4801-9525-bd13129737fb} <Debug> oximeter.measurements_i64 (fa67eb9c-28c4-46ec-9d65-8d358f1a4527): There are no data parts | ||
389 | 2024.03.26 14:48:25.746705 [ 3 ] {bc31962e-6885-4801-9525-bd13129737fb} <Debug> DynamicQueryHandler: Done processing query | ||
390 | 2024.03.26 14:48:25.746745 [ 3 ] {} <Debug> HTTP-Session: dc928ad2-5072-4780-a3ca-3a9611b873a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
391 | 2024.03.26 14:48:25.746868 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34096, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
392 | 2024.03.26 14:48:25.746935 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
393 | 2024.03.26 14:48:25.746962 [ 3 ] {} <Debug> HTTP-Session: 6fcf20e8-e053-483c-9827-fad9ab544f61 Authenticating user 'default' from [fd00:1122:3344:101::d]:34096 | ||
394 | 2024.03.26 14:48:25.746987 [ 3 ] {} <Debug> HTTP-Session: 6fcf20e8-e053-483c-9827-fad9ab544f61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
395 | 2024.03.26 14:48:25.747004 [ 3 ] {} <Debug> HTTP-Session: 6fcf20e8-e053-483c-9827-fad9ab544f61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
396 | 2024.03.26 14:48:25.747045 [ 3 ] {} <Trace> HTTP-Session: 6fcf20e8-e053-483c-9827-fad9ab544f61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
397 | 2024.03.26 14:48:25.747208 [ 3 ] {9ca1f760-fdab-49de-a0ab-52245d08e9dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34096) 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.03.26 14:48:25.747254 [ 3 ] {9ca1f760-fdab-49de-a0ab-52245d08e9dc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
399 | 2024.03.26 14:48:25.748850 [ 3 ] {9ca1f760-fdab-49de-a0ab-52245d08e9dc} <Debug> oximeter.measurements_u64 (051b6781-e4a6-47a1-be5a-d1fd774a7c49): Loading data parts | ||
400 | 2024.03.26 14:48:25.748976 [ 3 ] {9ca1f760-fdab-49de-a0ab-52245d08e9dc} <Debug> oximeter.measurements_u64 (051b6781-e4a6-47a1-be5a-d1fd774a7c49): There are no data parts | ||
401 | 2024.03.26 14:48:25.752999 [ 3 ] {9ca1f760-fdab-49de-a0ab-52245d08e9dc} <Debug> DynamicQueryHandler: Done processing query | ||
402 | 2024.03.26 14:48:25.753049 [ 3 ] {} <Debug> HTTP-Session: 6fcf20e8-e053-483c-9827-fad9ab544f61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
403 | 2024.03.26 14:48:25.753172 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34096, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
404 | 2024.03.26 14:48:25.753221 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
405 | 2024.03.26 14:48:25.753253 [ 3 ] {} <Debug> HTTP-Session: 41fe361a-3938-4d64-9a58-d209d49114cf Authenticating user 'default' from [fd00:1122:3344:101::d]:34096 | ||
406 | 2024.03.26 14:48:25.753270 [ 3 ] {} <Debug> HTTP-Session: 41fe361a-3938-4d64-9a58-d209d49114cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
407 | 2024.03.26 14:48:25.753288 [ 3 ] {} <Debug> HTTP-Session: 41fe361a-3938-4d64-9a58-d209d49114cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
408 | 2024.03.26 14:48:25.753321 [ 3 ] {} <Trace> HTTP-Session: 41fe361a-3938-4d64-9a58-d209d49114cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
409 | 2024.03.26 14:48:25.753462 [ 3 ] {76f5fc31-fac4-4844-8662-0e4e8f575067} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34096) 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.03.26 14:48:25.753509 [ 3 ] {76f5fc31-fac4-4844-8662-0e4e8f575067} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
411 | 2024.03.26 14:48:25.755292 [ 3 ] {76f5fc31-fac4-4844-8662-0e4e8f575067} <Debug> oximeter.measurements_f32 (49c83368-1958-4159-9317-a6406652372f): Loading data parts | ||
412 | 2024.03.26 14:48:25.755443 [ 3 ] {76f5fc31-fac4-4844-8662-0e4e8f575067} <Debug> oximeter.measurements_f32 (49c83368-1958-4159-9317-a6406652372f): There are no data parts | ||
413 | 2024.03.26 14:48:25.757666 [ 3 ] {76f5fc31-fac4-4844-8662-0e4e8f575067} <Debug> DynamicQueryHandler: Done processing query | ||
414 | 2024.03.26 14:48:25.757717 [ 3 ] {} <Debug> HTTP-Session: 41fe361a-3938-4d64-9a58-d209d49114cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
415 | 2024.03.26 14:48:25.757828 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34096, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
416 | 2024.03.26 14:48:25.757888 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
417 | 2024.03.26 14:48:25.757915 [ 3 ] {} <Debug> HTTP-Session: 8a15f77d-5f2f-4965-8528-e2da72dd7f37 Authenticating user 'default' from [fd00:1122:3344:101::d]:34096 | ||
418 | 2024.03.26 14:48:25.757940 [ 3 ] {} <Debug> HTTP-Session: 8a15f77d-5f2f-4965-8528-e2da72dd7f37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
419 | 2024.03.26 14:48:25.757956 [ 3 ] {} <Debug> HTTP-Session: 8a15f77d-5f2f-4965-8528-e2da72dd7f37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
420 | 2024.03.26 14:48:25.757996 [ 3 ] {} <Trace> HTTP-Session: 8a15f77d-5f2f-4965-8528-e2da72dd7f37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
421 | 2024.03.26 14:48:25.758173 [ 3 ] {b16835e0-ef4a-4df0-aa5e-42cb03692e50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34096) 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.03.26 14:48:25.758221 [ 3 ] {b16835e0-ef4a-4df0-aa5e-42cb03692e50} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
423 | 2024.03.26 14:48:25.759765 [ 3 ] {b16835e0-ef4a-4df0-aa5e-42cb03692e50} <Debug> oximeter.measurements_f64 (61e8cb8a-ea39-491d-8f5e-ffcbee479054): Loading data parts | ||
424 | 2024.03.26 14:48:25.759885 [ 3 ] {b16835e0-ef4a-4df0-aa5e-42cb03692e50} <Debug> oximeter.measurements_f64 (61e8cb8a-ea39-491d-8f5e-ffcbee479054): There are no data parts | ||
425 | 2024.03.26 14:48:25.763883 [ 3 ] {b16835e0-ef4a-4df0-aa5e-42cb03692e50} <Debug> DynamicQueryHandler: Done processing query | ||
426 | 2024.03.26 14:48:25.763922 [ 3 ] {} <Debug> HTTP-Session: 8a15f77d-5f2f-4965-8528-e2da72dd7f37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
427 | 2024.03.26 14:48:25.764072 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34096, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
428 | 2024.03.26 14:48:25.764123 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
429 | 2024.03.26 14:48:25.764145 [ 3 ] {} <Debug> HTTP-Session: 7099f5c7-286d-499a-be17-b70113878039 Authenticating user 'default' from [fd00:1122:3344:101::d]:34096 | ||
430 | 2024.03.26 14:48:25.764162 [ 3 ] {} <Debug> HTTP-Session: 7099f5c7-286d-499a-be17-b70113878039 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
431 | 2024.03.26 14:48:25.764180 [ 3 ] {} <Debug> HTTP-Session: 7099f5c7-286d-499a-be17-b70113878039 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
432 | 2024.03.26 14:48:25.764214 [ 3 ] {} <Trace> HTTP-Session: 7099f5c7-286d-499a-be17-b70113878039 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
433 | 2024.03.26 14:48:25.764355 [ 3 ] {1ddcdd89-c425-47fb-ac43-2c987cc33dfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34096) 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.03.26 14:48:25.764408 [ 3 ] {1ddcdd89-c425-47fb-ac43-2c987cc33dfc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
435 | 2024.03.26 14:48:25.766153 [ 3 ] {1ddcdd89-c425-47fb-ac43-2c987cc33dfc} <Debug> oximeter.measurements_string (273b5177-03ad-48b7-baf6-1ce596c7f018): Loading data parts | ||
436 | 2024.03.26 14:48:25.766287 [ 3 ] {1ddcdd89-c425-47fb-ac43-2c987cc33dfc} <Debug> oximeter.measurements_string (273b5177-03ad-48b7-baf6-1ce596c7f018): There are no data parts | ||
437 | 2024.03.26 14:48:25.768488 [ 3 ] {1ddcdd89-c425-47fb-ac43-2c987cc33dfc} <Debug> DynamicQueryHandler: Done processing query | ||
438 | 2024.03.26 14:48:25.768526 [ 3 ] {} <Debug> HTTP-Session: 7099f5c7-286d-499a-be17-b70113878039 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
439 | 2024.03.26 14:48:25.768667 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34096, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
440 | 2024.03.26 14:48:25.768728 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
441 | 2024.03.26 14:48:25.768755 [ 3 ] {} <Debug> HTTP-Session: c67c4c73-e601-48e1-9856-a3490dd540fc Authenticating user 'default' from [fd00:1122:3344:101::d]:34096 | ||
442 | 2024.03.26 14:48:25.768779 [ 3 ] {} <Debug> HTTP-Session: c67c4c73-e601-48e1-9856-a3490dd540fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
443 | 2024.03.26 14:48:25.768796 [ 3 ] {} <Debug> HTTP-Session: c67c4c73-e601-48e1-9856-a3490dd540fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
444 | 2024.03.26 14:48:25.768836 [ 3 ] {} <Trace> HTTP-Session: c67c4c73-e601-48e1-9856-a3490dd540fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
445 | 2024.03.26 14:48:25.769020 [ 3 ] {6ce2aede-d838-49b1-b612-7dcc1e159018} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34096) 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.03.26 14:48:25.769089 [ 3 ] {6ce2aede-d838-49b1-b612-7dcc1e159018} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
454 | 2024.03.26 14:48:25.770652 [ 3 ] {6ce2aede-d838-49b1-b612-7dcc1e159018} <Debug> oximeter.measurements_bytes (799dd0d9-d472-48f2-9df3-1d8b359c0600): Loading data parts | ||
455 | 2024.03.26 14:48:25.770765 [ 3 ] {6ce2aede-d838-49b1-b612-7dcc1e159018} <Debug> oximeter.measurements_bytes (799dd0d9-d472-48f2-9df3-1d8b359c0600): There are no data parts | ||
456 | 2024.03.26 14:48:25.774944 [ 3 ] {6ce2aede-d838-49b1-b612-7dcc1e159018} <Debug> DynamicQueryHandler: Done processing query | ||
457 | 2024.03.26 14:48:25.775003 [ 3 ] {} <Debug> HTTP-Session: c67c4c73-e601-48e1-9856-a3490dd540fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
458 | 2024.03.26 14:48:25.775205 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34096, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
459 | 2024.03.26 14:48:25.775298 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
460 | 2024.03.26 14:48:25.775350 [ 3 ] {} <Debug> HTTP-Session: 5ba964aa-5011-4224-a79d-5f3b880040e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:34096 | ||
461 | 2024.03.26 14:48:25.775406 [ 3 ] {} <Debug> HTTP-Session: 5ba964aa-5011-4224-a79d-5f3b880040e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
462 | 2024.03.26 14:48:25.775437 [ 3 ] {} <Debug> HTTP-Session: 5ba964aa-5011-4224-a79d-5f3b880040e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
463 | 2024.03.26 14:48:25.775510 [ 3 ] {} <Trace> HTTP-Session: 5ba964aa-5011-4224-a79d-5f3b880040e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
464 | 2024.03.26 14:48:25.775688 [ 3 ] {8d8dfa75-c620-4ec6-b2ff-cdf3343d29fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34096) 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.03.26 14:48:25.775740 [ 3 ] {8d8dfa75-c620-4ec6-b2ff-cdf3343d29fc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
466 | 2024.03.26 14:48:25.777548 [ 3 ] {8d8dfa75-c620-4ec6-b2ff-cdf3343d29fc} <Debug> oximeter.measurements_cumulativei64 (df93f86e-be8b-4ce1-a941-c77753d6003e): Loading data parts | ||
467 | 2024.03.26 14:48:25.777674 [ 3 ] {8d8dfa75-c620-4ec6-b2ff-cdf3343d29fc} <Debug> oximeter.measurements_cumulativei64 (df93f86e-be8b-4ce1-a941-c77753d6003e): There are no data parts | ||
468 | 2024.03.26 14:48:25.779894 [ 3 ] {8d8dfa75-c620-4ec6-b2ff-cdf3343d29fc} <Debug> DynamicQueryHandler: Done processing query | ||
469 | 2024.03.26 14:48:25.779920 [ 3 ] {} <Debug> HTTP-Session: 5ba964aa-5011-4224-a79d-5f3b880040e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
470 | 2024.03.26 14:48:25.780050 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34096, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
471 | 2024.03.26 14:48:25.780106 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
472 | 2024.03.26 14:48:25.780123 [ 3 ] {} <Debug> HTTP-Session: 6ab0a549-14cd-4f1e-ab33-ab44da2b35d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34096 | ||
473 | 2024.03.26 14:48:25.780144 [ 3 ] {} <Debug> HTTP-Session: 6ab0a549-14cd-4f1e-ab33-ab44da2b35d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
474 | 2024.03.26 14:48:25.780167 [ 3 ] {} <Debug> HTTP-Session: 6ab0a549-14cd-4f1e-ab33-ab44da2b35d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
475 | 2024.03.26 14:48:25.780195 [ 3 ] {} <Trace> HTTP-Session: 6ab0a549-14cd-4f1e-ab33-ab44da2b35d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
476 | 2024.03.26 14:48:25.780347 [ 3 ] {35e5f07f-379f-4451-a981-f4f8ec3432a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34096) 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.03.26 14:48:25.780399 [ 3 ] {35e5f07f-379f-4451-a981-f4f8ec3432a0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
478 | 2024.03.26 14:48:25.782002 [ 3 ] {35e5f07f-379f-4451-a981-f4f8ec3432a0} <Debug> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Loading data parts | ||
479 | 2024.03.26 14:48:25.782121 [ 3 ] {35e5f07f-379f-4451-a981-f4f8ec3432a0} <Debug> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): There are no data parts | ||
480 | 2024.03.26 14:48:25.786154 [ 3 ] {35e5f07f-379f-4451-a981-f4f8ec3432a0} <Debug> DynamicQueryHandler: Done processing query | ||
481 | 2024.03.26 14:48:25.786196 [ 3 ] {} <Debug> HTTP-Session: 6ab0a549-14cd-4f1e-ab33-ab44da2b35d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
482 | 2024.03.26 14:48:25.786318 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34096, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
483 | 2024.03.26 14:48:25.786368 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
484 | 2024.03.26 14:48:25.786391 [ 3 ] {} <Debug> HTTP-Session: 9aab8d5d-ced5-47f1-bd25-e596dbf1ba70 Authenticating user 'default' from [fd00:1122:3344:101::d]:34096 | ||
485 | 2024.03.26 14:48:25.786407 [ 3 ] {} <Debug> HTTP-Session: 9aab8d5d-ced5-47f1-bd25-e596dbf1ba70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
486 | 2024.03.26 14:48:25.786425 [ 3 ] {} <Debug> HTTP-Session: 9aab8d5d-ced5-47f1-bd25-e596dbf1ba70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
487 | 2024.03.26 14:48:25.786459 [ 3 ] {} <Trace> HTTP-Session: 9aab8d5d-ced5-47f1-bd25-e596dbf1ba70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
488 | 2024.03.26 14:48:25.786608 [ 3 ] {57a0b4b7-1161-43e7-89e0-5db888e3c046} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34096) 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.03.26 14:48:25.786660 [ 3 ] {57a0b4b7-1161-43e7-89e0-5db888e3c046} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
490 | 2024.03.26 14:48:25.788482 [ 3 ] {57a0b4b7-1161-43e7-89e0-5db888e3c046} <Debug> oximeter.measurements_cumulativef32 (b6d6c894-3daf-4431-a359-e2fe7f82b3ea): Loading data parts | ||
491 | 2024.03.26 14:48:25.788629 [ 3 ] {57a0b4b7-1161-43e7-89e0-5db888e3c046} <Debug> oximeter.measurements_cumulativef32 (b6d6c894-3daf-4431-a359-e2fe7f82b3ea): There are no data parts | ||
492 | 2024.03.26 14:48:25.790856 [ 3 ] {57a0b4b7-1161-43e7-89e0-5db888e3c046} <Debug> DynamicQueryHandler: Done processing query | ||
493 | 2024.03.26 14:48:25.790889 [ 3 ] {} <Debug> HTTP-Session: 9aab8d5d-ced5-47f1-bd25-e596dbf1ba70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
494 | 2024.03.26 14:48:25.791004 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34096, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
495 | 2024.03.26 14:48:25.791048 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
496 | 2024.03.26 14:48:25.791072 [ 3 ] {} <Debug> HTTP-Session: 3825a0b5-f0a1-436b-9d5b-3dba868aba20 Authenticating user 'default' from [fd00:1122:3344:101::d]:34096 | ||
497 | 2024.03.26 14:48:25.791093 [ 3 ] {} <Debug> HTTP-Session: 3825a0b5-f0a1-436b-9d5b-3dba868aba20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
498 | 2024.03.26 14:48:25.791107 [ 3 ] {} <Debug> HTTP-Session: 3825a0b5-f0a1-436b-9d5b-3dba868aba20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
499 | 2024.03.26 14:48:25.791140 [ 3 ] {} <Trace> HTTP-Session: 3825a0b5-f0a1-436b-9d5b-3dba868aba20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
500 | 2024.03.26 14:48:25.791298 [ 3 ] {88cbbfdd-f82c-4ead-a66c-2b11a80fd097} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34096) 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.03.26 14:48:25.791350 [ 3 ] {88cbbfdd-f82c-4ead-a66c-2b11a80fd097} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
502 | 2024.03.26 14:48:25.793012 [ 3 ] {88cbbfdd-f82c-4ead-a66c-2b11a80fd097} <Debug> oximeter.measurements_cumulativef64 (2ed4d537-ecb9-4819-8b57-b352cd97aefc): Loading data parts | ||
503 | 2024.03.26 14:48:25.793149 [ 3 ] {88cbbfdd-f82c-4ead-a66c-2b11a80fd097} <Debug> oximeter.measurements_cumulativef64 (2ed4d537-ecb9-4819-8b57-b352cd97aefc): There are no data parts | ||
504 | 2024.03.26 14:48:25.797209 [ 3 ] {88cbbfdd-f82c-4ead-a66c-2b11a80fd097} <Debug> DynamicQueryHandler: Done processing query | ||
505 | 2024.03.26 14:48:25.797241 [ 3 ] {} <Debug> HTTP-Session: 3825a0b5-f0a1-436b-9d5b-3dba868aba20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
506 | 2024.03.26 14:48:25.797375 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34096, User-Agent: (none), Length: 836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
507 | 2024.03.26 14:48:25.797437 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
508 | 2024.03.26 14:48:25.797459 [ 3 ] {} <Debug> HTTP-Session: e0d7256e-f3ed-4d6a-800d-0b8fa00f0868 Authenticating user 'default' from [fd00:1122:3344:101::d]:34096 | ||
509 | 2024.03.26 14:48:25.797484 [ 3 ] {} <Debug> HTTP-Session: e0d7256e-f3ed-4d6a-800d-0b8fa00f0868 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
510 | 2024.03.26 14:48:25.797506 [ 3 ] {} <Debug> HTTP-Session: e0d7256e-f3ed-4d6a-800d-0b8fa00f0868 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
511 | 2024.03.26 14:48:25.797542 [ 3 ] {} <Trace> HTTP-Session: e0d7256e-f3ed-4d6a-800d-0b8fa00f0868 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
512 | 2024.03.26 14:48:25.797744 [ 3 ] {4d503bdb-cd70-4434-b393-8caa2ca740ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34096) 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.03.26 14:48:25.797817 [ 3 ] {4d503bdb-cd70-4434-b393-8caa2ca740ab} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
524 | 2024.03.26 14:48:25.799695 [ 3 ] {4d503bdb-cd70-4434-b393-8caa2ca740ab} <Debug> oximeter.measurements_histogrami8 (c83e9100-e2cd-4c50-b116-8e7edf85c3d3): Loading data parts | ||
525 | 2024.03.26 14:48:25.799817 [ 3 ] {4d503bdb-cd70-4434-b393-8caa2ca740ab} <Debug> oximeter.measurements_histogrami8 (c83e9100-e2cd-4c50-b116-8e7edf85c3d3): There are no data parts | ||
526 | 2024.03.26 14:48:25.802062 [ 3 ] {4d503bdb-cd70-4434-b393-8caa2ca740ab} <Debug> DynamicQueryHandler: Done processing query | ||
527 | 2024.03.26 14:48:25.802089 [ 3 ] {} <Debug> HTTP-Session: e0d7256e-f3ed-4d6a-800d-0b8fa00f0868 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
528 | 2024.03.26 14:48:25.802203 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34096, User-Agent: (none), Length: 373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
529 | 2024.03.26 14:48:25.802264 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
530 | 2024.03.26 14:48:25.802298 [ 3 ] {} <Debug> HTTP-Session: 58d0e3d6-f3f4-4d06-b5b8-8f2bf0f9cd42 Authenticating user 'default' from [fd00:1122:3344:101::d]:34096 | ||
531 | 2024.03.26 14:48:25.802318 [ 3 ] {} <Debug> HTTP-Session: 58d0e3d6-f3f4-4d06-b5b8-8f2bf0f9cd42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
532 | 2024.03.26 14:48:25.802340 [ 3 ] {} <Debug> HTTP-Session: 58d0e3d6-f3f4-4d06-b5b8-8f2bf0f9cd42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
533 | 2024.03.26 14:48:25.802381 [ 3 ] {} <Trace> HTTP-Session: 58d0e3d6-f3f4-4d06-b5b8-8f2bf0f9cd42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
534 | 2024.03.26 14:48:25.802572 [ 3 ] {3eab460a-c1f8-4070-a8df-60f5c777c6e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34096) 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.03.26 14:48:25.802636 [ 3 ] {3eab460a-c1f8-4070-a8df-60f5c777c6e9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
536 | 2024.03.26 14:48:25.804335 [ 3 ] {3eab460a-c1f8-4070-a8df-60f5c777c6e9} <Debug> oximeter.measurements_histogramu8 (260cc8a6-851a-4366-9d9f-165447c08d04): Loading data parts | ||
537 | 2024.03.26 14:48:25.804462 [ 3 ] {3eab460a-c1f8-4070-a8df-60f5c777c6e9} <Debug> oximeter.measurements_histogramu8 (260cc8a6-851a-4366-9d9f-165447c08d04): There are no data parts | ||
538 | 2024.03.26 14:48:25.808522 [ 3 ] {3eab460a-c1f8-4070-a8df-60f5c777c6e9} <Debug> DynamicQueryHandler: Done processing query | ||
539 | 2024.03.26 14:48:25.808561 [ 3 ] {} <Debug> HTTP-Session: 58d0e3d6-f3f4-4d06-b5b8-8f2bf0f9cd42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
540 | 2024.03.26 14:48:25.808685 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34096, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
541 | 2024.03.26 14:48:25.808753 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
542 | 2024.03.26 14:48:25.808781 [ 3 ] {} <Debug> HTTP-Session: 3ca29bcd-6b24-4237-a4f8-c3c81ac03a9f Authenticating user 'default' from [fd00:1122:3344:101::d]:34096 | ||
543 | 2024.03.26 14:48:25.808812 [ 3 ] {} <Debug> HTTP-Session: 3ca29bcd-6b24-4237-a4f8-c3c81ac03a9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
544 | 2024.03.26 14:48:25.808829 [ 3 ] {} <Debug> HTTP-Session: 3ca29bcd-6b24-4237-a4f8-c3c81ac03a9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
545 | 2024.03.26 14:48:25.808869 [ 3 ] {} <Trace> HTTP-Session: 3ca29bcd-6b24-4237-a4f8-c3c81ac03a9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
546 | 2024.03.26 14:48:25.809068 [ 3 ] {6ba6c9f9-5d56-408b-abf5-0f5b108d7089} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34096) 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.03.26 14:48:25.809135 [ 3 ] {6ba6c9f9-5d56-408b-abf5-0f5b108d7089} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
548 | 2024.03.26 14:48:25.811006 [ 3 ] {6ba6c9f9-5d56-408b-abf5-0f5b108d7089} <Debug> oximeter.measurements_histogrami16 (cab21011-a5f9-4da6-a6a5-21e79573dc56): Loading data parts | ||
549 | 2024.03.26 14:48:25.811145 [ 3 ] {6ba6c9f9-5d56-408b-abf5-0f5b108d7089} <Debug> oximeter.measurements_histogrami16 (cab21011-a5f9-4da6-a6a5-21e79573dc56): There are no data parts | ||
550 | 2024.03.26 14:48:25.813364 [ 3 ] {6ba6c9f9-5d56-408b-abf5-0f5b108d7089} <Debug> DynamicQueryHandler: Done processing query | ||
551 | 2024.03.26 14:48:25.813396 [ 3 ] {} <Debug> HTTP-Session: 3ca29bcd-6b24-4237-a4f8-c3c81ac03a9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
552 | 2024.03.26 14:48:25.813531 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34096, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
553 | 2024.03.26 14:48:25.813593 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
554 | 2024.03.26 14:48:25.813615 [ 3 ] {} <Debug> HTTP-Session: ff38d740-eaf0-47c0-a23e-c174832cfd73 Authenticating user 'default' from [fd00:1122:3344:101::d]:34096 | ||
555 | 2024.03.26 14:48:25.813642 [ 3 ] {} <Debug> HTTP-Session: ff38d740-eaf0-47c0-a23e-c174832cfd73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
556 | 2024.03.26 14:48:25.813664 [ 3 ] {} <Debug> HTTP-Session: ff38d740-eaf0-47c0-a23e-c174832cfd73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
557 | 2024.03.26 14:48:25.813700 [ 3 ] {} <Trace> HTTP-Session: ff38d740-eaf0-47c0-a23e-c174832cfd73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
558 | 2024.03.26 14:48:25.813898 [ 3 ] {31e30bd9-d23c-40e0-9eea-10d9931cc491} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34096) 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.03.26 14:48:25.813964 [ 3 ] {31e30bd9-d23c-40e0-9eea-10d9931cc491} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
560 | 2024.03.26 14:48:25.815972 [ 3 ] {31e30bd9-d23c-40e0-9eea-10d9931cc491} <Debug> oximeter.measurements_histogramu16 (fd46745c-d3e2-4f2b-b7fc-a442cb3cf2cd): Loading data parts | ||
561 | 2024.03.26 14:48:25.816103 [ 3 ] {31e30bd9-d23c-40e0-9eea-10d9931cc491} <Debug> oximeter.measurements_histogramu16 (fd46745c-d3e2-4f2b-b7fc-a442cb3cf2cd): There are no data parts | ||
562 | 2024.03.26 14:48:25.820260 [ 3 ] {31e30bd9-d23c-40e0-9eea-10d9931cc491} <Debug> DynamicQueryHandler: Done processing query | ||
563 | 2024.03.26 14:48:25.820309 [ 3 ] {} <Debug> HTTP-Session: ff38d740-eaf0-47c0-a23e-c174832cfd73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
564 | 2024.03.26 14:48:25.820446 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34096, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
565 | 2024.03.26 14:48:25.820508 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
566 | 2024.03.26 14:48:25.820537 [ 3 ] {} <Debug> HTTP-Session: 97a90084-131b-4339-a113-64c3287122ba Authenticating user 'default' from [fd00:1122:3344:101::d]:34096 | ||
567 | 2024.03.26 14:48:25.820557 [ 3 ] {} <Debug> HTTP-Session: 97a90084-131b-4339-a113-64c3287122ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
568 | 2024.03.26 14:48:25.820579 [ 3 ] {} <Debug> HTTP-Session: 97a90084-131b-4339-a113-64c3287122ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
569 | 2024.03.26 14:48:25.820621 [ 3 ] {} <Trace> HTTP-Session: 97a90084-131b-4339-a113-64c3287122ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
570 | 2024.03.26 14:48:25.820813 [ 3 ] {154b56c9-1980-48ba-99ed-deda03c211c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34096) 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.03.26 14:48:25.820879 [ 3 ] {154b56c9-1980-48ba-99ed-deda03c211c8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
572 | 2024.03.26 14:48:25.823135 [ 3 ] {154b56c9-1980-48ba-99ed-deda03c211c8} <Debug> oximeter.measurements_histogrami32 (4994c7ba-f8f8-42ac-b0a2-73f7d9d80199): Loading data parts | ||
573 | 2024.03.26 14:48:25.823277 [ 3 ] {154b56c9-1980-48ba-99ed-deda03c211c8} <Debug> oximeter.measurements_histogrami32 (4994c7ba-f8f8-42ac-b0a2-73f7d9d80199): There are no data parts | ||
574 | 2024.03.26 14:48:25.825567 [ 3 ] {154b56c9-1980-48ba-99ed-deda03c211c8} <Debug> DynamicQueryHandler: Done processing query | ||
575 | 2024.03.26 14:48:25.825606 [ 3 ] {} <Debug> HTTP-Session: 97a90084-131b-4339-a113-64c3287122ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
576 | 2024.03.26 14:48:25.825747 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34096, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
577 | 2024.03.26 14:48:25.825801 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
578 | 2024.03.26 14:48:25.825831 [ 3 ] {} <Debug> HTTP-Session: fb000716-6974-4ce0-a8dc-00ba6bcd1cdb Authenticating user 'default' from [fd00:1122:3344:101::d]:34096 | ||
579 | 2024.03.26 14:48:25.825857 [ 3 ] {} <Debug> HTTP-Session: fb000716-6974-4ce0-a8dc-00ba6bcd1cdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
580 | 2024.03.26 14:48:25.825874 [ 3 ] {} <Debug> HTTP-Session: fb000716-6974-4ce0-a8dc-00ba6bcd1cdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
581 | 2024.03.26 14:48:25.825914 [ 3 ] {} <Trace> HTTP-Session: fb000716-6974-4ce0-a8dc-00ba6bcd1cdb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
582 | 2024.03.26 14:48:25.826126 [ 3 ] {e5afb103-5ef1-4a4c-a3bd-1472abbe1e32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34096) 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.03.26 14:48:25.826197 [ 3 ] {e5afb103-5ef1-4a4c-a3bd-1472abbe1e32} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
584 | 2024.03.26 14:48:25.828201 [ 3 ] {e5afb103-5ef1-4a4c-a3bd-1472abbe1e32} <Debug> oximeter.measurements_histogramu32 (cdd3b33c-1b99-44ab-a691-4399e1cbb753): Loading data parts | ||
585 | 2024.03.26 14:48:25.828335 [ 3 ] {e5afb103-5ef1-4a4c-a3bd-1472abbe1e32} <Debug> oximeter.measurements_histogramu32 (cdd3b33c-1b99-44ab-a691-4399e1cbb753): There are no data parts | ||
586 | 2024.03.26 14:48:25.832468 [ 3 ] {e5afb103-5ef1-4a4c-a3bd-1472abbe1e32} <Debug> DynamicQueryHandler: Done processing query | ||
587 | 2024.03.26 14:48:25.832501 [ 3 ] {} <Debug> HTTP-Session: fb000716-6974-4ce0-a8dc-00ba6bcd1cdb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
588 | 2024.03.26 14:48:25.832642 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34096, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
589 | 2024.03.26 14:48:25.832704 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
590 | 2024.03.26 14:48:25.832726 [ 3 ] {} <Debug> HTTP-Session: 1f617146-b776-479f-a3fd-7c2ba92b9fc8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34096 | ||
591 | 2024.03.26 14:48:25.832753 [ 3 ] {} <Debug> HTTP-Session: 1f617146-b776-479f-a3fd-7c2ba92b9fc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
592 | 2024.03.26 14:48:25.832791 [ 3 ] {} <Debug> HTTP-Session: 1f617146-b776-479f-a3fd-7c2ba92b9fc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
593 | 2024.03.26 14:48:25.832827 [ 3 ] {} <Trace> HTTP-Session: 1f617146-b776-479f-a3fd-7c2ba92b9fc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
594 | 2024.03.26 14:48:25.833026 [ 3 ] {3db68eff-9873-404e-81d5-27dd7e9547fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34096) 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.03.26 14:48:25.833094 [ 3 ] {3db68eff-9873-404e-81d5-27dd7e9547fb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
596 | 2024.03.26 14:48:25.835270 [ 3 ] {3db68eff-9873-404e-81d5-27dd7e9547fb} <Debug> oximeter.measurements_histogrami64 (49c6c043-52cf-4f50-9be7-8f65e8a3a23a): Loading data parts | ||
597 | 2024.03.26 14:48:25.835381 [ 3 ] {3db68eff-9873-404e-81d5-27dd7e9547fb} <Debug> oximeter.measurements_histogrami64 (49c6c043-52cf-4f50-9be7-8f65e8a3a23a): There are no data parts | ||
598 | 2024.03.26 14:48:25.837639 [ 3 ] {3db68eff-9873-404e-81d5-27dd7e9547fb} <Debug> DynamicQueryHandler: Done processing query | ||
599 | 2024.03.26 14:48:25.837673 [ 3 ] {} <Debug> HTTP-Session: 1f617146-b776-479f-a3fd-7c2ba92b9fc8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
600 | 2024.03.26 14:48:25.837789 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34096, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
601 | 2024.03.26 14:48:25.837840 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
602 | 2024.03.26 14:48:25.837872 [ 3 ] {} <Debug> HTTP-Session: 0f38ee0b-d69e-4917-8ca6-a78873c3a170 Authenticating user 'default' from [fd00:1122:3344:101::d]:34096 | ||
603 | 2024.03.26 14:48:25.837888 [ 3 ] {} <Debug> HTTP-Session: 0f38ee0b-d69e-4917-8ca6-a78873c3a170 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
604 | 2024.03.26 14:48:25.837908 [ 3 ] {} <Debug> HTTP-Session: 0f38ee0b-d69e-4917-8ca6-a78873c3a170 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
605 | 2024.03.26 14:48:25.837947 [ 3 ] {} <Trace> HTTP-Session: 0f38ee0b-d69e-4917-8ca6-a78873c3a170 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
606 | 2024.03.26 14:48:25.838102 [ 3 ] {9695cb92-8db9-4b73-9fc5-9d55f3f69b0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34096) 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.03.26 14:48:25.838157 [ 3 ] {9695cb92-8db9-4b73-9fc5-9d55f3f69b0a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
608 | 2024.03.26 14:48:25.840150 [ 3 ] {9695cb92-8db9-4b73-9fc5-9d55f3f69b0a} <Debug> oximeter.measurements_histogramu64 (cf453170-ec55-4c11-9275-259b530e40b5): Loading data parts | ||
609 | 2024.03.26 14:48:25.840265 [ 3 ] {9695cb92-8db9-4b73-9fc5-9d55f3f69b0a} <Debug> oximeter.measurements_histogramu64 (cf453170-ec55-4c11-9275-259b530e40b5): There are no data parts | ||
610 | 2024.03.26 14:48:25.844363 [ 3 ] {9695cb92-8db9-4b73-9fc5-9d55f3f69b0a} <Debug> DynamicQueryHandler: Done processing query | ||
611 | 2024.03.26 14:48:25.844396 [ 3 ] {} <Debug> HTTP-Session: 0f38ee0b-d69e-4917-8ca6-a78873c3a170 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
612 | 2024.03.26 14:48:25.844519 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34096, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
613 | 2024.03.26 14:48:25.844564 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
614 | 2024.03.26 14:48:25.844589 [ 3 ] {} <Debug> HTTP-Session: c30d3bd5-162b-4ca2-8523-efd17dea6469 Authenticating user 'default' from [fd00:1122:3344:101::d]:34096 | ||
615 | 2024.03.26 14:48:25.844612 [ 3 ] {} <Debug> HTTP-Session: c30d3bd5-162b-4ca2-8523-efd17dea6469 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
616 | 2024.03.26 14:48:25.844625 [ 3 ] {} <Debug> HTTP-Session: c30d3bd5-162b-4ca2-8523-efd17dea6469 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
617 | 2024.03.26 14:48:25.844659 [ 3 ] {} <Trace> HTTP-Session: c30d3bd5-162b-4ca2-8523-efd17dea6469 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
618 | 2024.03.26 14:48:25.844827 [ 3 ] {40998c41-5644-4a74-b1ba-34b3757ceb82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34096) 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.03.26 14:48:25.844881 [ 3 ] {40998c41-5644-4a74-b1ba-34b3757ceb82} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
620 | 2024.03.26 14:48:25.847067 [ 3 ] {40998c41-5644-4a74-b1ba-34b3757ceb82} <Debug> oximeter.measurements_histogramf32 (9fde1e64-141f-41a0-a33c-560bdb9ef9e8): Loading data parts | ||
621 | 2024.03.26 14:48:25.847202 [ 3 ] {40998c41-5644-4a74-b1ba-34b3757ceb82} <Debug> oximeter.measurements_histogramf32 (9fde1e64-141f-41a0-a33c-560bdb9ef9e8): There are no data parts | ||
622 | 2024.03.26 14:48:25.849478 [ 3 ] {40998c41-5644-4a74-b1ba-34b3757ceb82} <Debug> DynamicQueryHandler: Done processing query | ||
623 | 2024.03.26 14:48:25.849509 [ 3 ] {} <Debug> HTTP-Session: c30d3bd5-162b-4ca2-8523-efd17dea6469 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
624 | 2024.03.26 14:48:25.849691 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34096, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
625 | 2024.03.26 14:48:25.849762 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
626 | 2024.03.26 14:48:25.849784 [ 3 ] {} <Debug> HTTP-Session: 29432bb8-923a-4ffe-86e2-3807760dc7b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:34096 | ||
627 | 2024.03.26 14:48:25.849811 [ 3 ] {} <Debug> HTTP-Session: 29432bb8-923a-4ffe-86e2-3807760dc7b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
628 | 2024.03.26 14:48:25.849835 [ 3 ] {} <Debug> HTTP-Session: 29432bb8-923a-4ffe-86e2-3807760dc7b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
629 | 2024.03.26 14:48:25.849870 [ 3 ] {} <Trace> HTTP-Session: 29432bb8-923a-4ffe-86e2-3807760dc7b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
630 | 2024.03.26 14:48:25.850066 [ 3 ] {24e6df41-0252-4c3c-bf9d-1a869c630007} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34096) 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.03.26 14:48:25.850132 [ 3 ] {24e6df41-0252-4c3c-bf9d-1a869c630007} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
632 | 2024.03.26 14:48:25.852122 [ 3 ] {24e6df41-0252-4c3c-bf9d-1a869c630007} <Debug> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Loading data parts | ||
633 | 2024.03.26 14:48:25.852255 [ 3 ] {24e6df41-0252-4c3c-bf9d-1a869c630007} <Debug> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): There are no data parts | ||
634 | 2024.03.26 14:48:25.856354 [ 3 ] {24e6df41-0252-4c3c-bf9d-1a869c630007} <Debug> DynamicQueryHandler: Done processing query | ||
635 | 2024.03.26 14:48:25.856388 [ 3 ] {} <Debug> HTTP-Session: 29432bb8-923a-4ffe-86e2-3807760dc7b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
636 | 2024.03.26 14:48:25.856501 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34096, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
637 | 2024.03.26 14:48:25.856552 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
638 | 2024.03.26 14:48:25.856577 [ 3 ] {} <Debug> HTTP-Session: 84e9008b-f4a8-46ba-9df1-8399526f21ab Authenticating user 'default' from [fd00:1122:3344:101::d]:34096 | ||
639 | 2024.03.26 14:48:25.856594 [ 3 ] {} <Debug> HTTP-Session: 84e9008b-f4a8-46ba-9df1-8399526f21ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
640 | 2024.03.26 14:48:25.856613 [ 3 ] {} <Debug> HTTP-Session: 84e9008b-f4a8-46ba-9df1-8399526f21ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
641 | 2024.03.26 14:48:25.856648 [ 3 ] {} <Trace> HTTP-Session: 84e9008b-f4a8-46ba-9df1-8399526f21ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
642 | 2024.03.26 14:48:25.856761 [ 3 ] {defa6910-c178-425d-a6e3-835d2328cbcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34096) /* 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.03.26 14:48:25.856823 [ 3 ] {defa6910-c178-425d-a6e3-835d2328cbcb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
661 | 2024.03.26 14:48:25.858870 [ 3 ] {defa6910-c178-425d-a6e3-835d2328cbcb} <Debug> oximeter.fields_bool (8271a091-2e39-41c8-9298-49796322e350): Loading data parts | ||
662 | 2024.03.26 14:48:25.858999 [ 3 ] {defa6910-c178-425d-a6e3-835d2328cbcb} <Debug> oximeter.fields_bool (8271a091-2e39-41c8-9298-49796322e350): There are no data parts | ||
663 | 2024.03.26 14:48:25.861198 [ 3 ] {defa6910-c178-425d-a6e3-835d2328cbcb} <Debug> DynamicQueryHandler: Done processing query | ||
664 | 2024.03.26 14:48:25.861231 [ 3 ] {} <Debug> HTTP-Session: 84e9008b-f4a8-46ba-9df1-8399526f21ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
665 | 2024.03.26 14:48:25.861390 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34096, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
666 | 2024.03.26 14:48:25.861461 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
667 | 2024.03.26 14:48:25.861482 [ 3 ] {} <Debug> HTTP-Session: 0c67dbb9-5ff5-4b7d-8521-d306a878cf89 Authenticating user 'default' from [fd00:1122:3344:101::d]:34096 | ||
668 | 2024.03.26 14:48:25.861510 [ 3 ] {} <Debug> HTTP-Session: 0c67dbb9-5ff5-4b7d-8521-d306a878cf89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
669 | 2024.03.26 14:48:25.861534 [ 3 ] {} <Debug> HTTP-Session: 0c67dbb9-5ff5-4b7d-8521-d306a878cf89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
670 | 2024.03.26 14:48:25.861569 [ 3 ] {} <Trace> HTTP-Session: 0c67dbb9-5ff5-4b7d-8521-d306a878cf89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
671 | 2024.03.26 14:48:25.861711 [ 3 ] {e10ad614-5364-4829-8ee6-15a0144e7e5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34096) 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.03.26 14:48:25.861764 [ 3 ] {e10ad614-5364-4829-8ee6-15a0144e7e5a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
673 | 2024.03.26 14:48:25.863655 [ 3 ] {e10ad614-5364-4829-8ee6-15a0144e7e5a} <Debug> oximeter.fields_i8 (f1aebfa1-5e42-40ee-9c5d-d4a4f8c9bf3e): Loading data parts | ||
674 | 2024.03.26 14:48:25.863790 [ 3 ] {e10ad614-5364-4829-8ee6-15a0144e7e5a} <Debug> oximeter.fields_i8 (f1aebfa1-5e42-40ee-9c5d-d4a4f8c9bf3e): There are no data parts | ||
675 | 2024.03.26 14:48:25.867820 [ 3 ] {e10ad614-5364-4829-8ee6-15a0144e7e5a} <Debug> DynamicQueryHandler: Done processing query | ||
676 | 2024.03.26 14:48:25.867861 [ 3 ] {} <Debug> HTTP-Session: 0c67dbb9-5ff5-4b7d-8521-d306a878cf89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
677 | 2024.03.26 14:48:25.868026 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34096, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
678 | 2024.03.26 14:48:25.868080 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
679 | 2024.03.26 14:48:25.868110 [ 3 ] {} <Debug> HTTP-Session: 992b2251-334b-4105-bac5-ad010a0dcb3c Authenticating user 'default' from [fd00:1122:3344:101::d]:34096 | ||
680 | 2024.03.26 14:48:25.868145 [ 3 ] {} <Debug> HTTP-Session: 992b2251-334b-4105-bac5-ad010a0dcb3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
681 | 2024.03.26 14:48:25.868161 [ 3 ] {} <Debug> HTTP-Session: 992b2251-334b-4105-bac5-ad010a0dcb3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
682 | 2024.03.26 14:48:25.868205 [ 3 ] {} <Trace> HTTP-Session: 992b2251-334b-4105-bac5-ad010a0dcb3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
683 | 2024.03.26 14:48:25.868321 [ 3 ] {1d12df2e-06dd-44ed-8e68-7b69aac870b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34096) 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.03.26 14:48:25.868365 [ 3 ] {1d12df2e-06dd-44ed-8e68-7b69aac870b1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
685 | 2024.03.26 14:48:25.870359 [ 3 ] {1d12df2e-06dd-44ed-8e68-7b69aac870b1} <Debug> oximeter.fields_u8 (995cb66f-207d-48d4-9c96-27a4a058410d): Loading data parts | ||
686 | 2024.03.26 14:48:25.870484 [ 3 ] {1d12df2e-06dd-44ed-8e68-7b69aac870b1} <Debug> oximeter.fields_u8 (995cb66f-207d-48d4-9c96-27a4a058410d): There are no data parts | ||
687 | 2024.03.26 14:48:25.872656 [ 3 ] {1d12df2e-06dd-44ed-8e68-7b69aac870b1} <Debug> DynamicQueryHandler: Done processing query | ||
688 | 2024.03.26 14:48:25.872703 [ 3 ] {} <Debug> HTTP-Session: 992b2251-334b-4105-bac5-ad010a0dcb3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
689 | 2024.03.26 14:48:25.872813 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34096, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
690 | 2024.03.26 14:48:25.872865 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
691 | 2024.03.26 14:48:25.872891 [ 3 ] {} <Debug> HTTP-Session: b3fa6890-ba61-4bfa-9541-94844d58d6ce Authenticating user 'default' from [fd00:1122:3344:101::d]:34096 | ||
692 | 2024.03.26 14:48:25.872907 [ 3 ] {} <Debug> HTTP-Session: b3fa6890-ba61-4bfa-9541-94844d58d6ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
693 | 2024.03.26 14:48:25.872926 [ 3 ] {} <Debug> HTTP-Session: b3fa6890-ba61-4bfa-9541-94844d58d6ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
694 | 2024.03.26 14:48:25.872961 [ 3 ] {} <Trace> HTTP-Session: b3fa6890-ba61-4bfa-9541-94844d58d6ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
695 | 2024.03.26 14:48:25.873070 [ 3 ] {e63bc303-8a85-40e1-8503-5e4e743b7293} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34096) 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.03.26 14:48:25.873120 [ 3 ] {e63bc303-8a85-40e1-8503-5e4e743b7293} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
697 | 2024.03.26 14:48:25.874916 [ 3 ] {e63bc303-8a85-40e1-8503-5e4e743b7293} <Debug> oximeter.fields_i16 (9afcbe14-ac2a-433f-96fa-f15b0ba7883a): Loading data parts | ||
698 | 2024.03.26 14:48:25.875047 [ 3 ] {e63bc303-8a85-40e1-8503-5e4e743b7293} <Debug> oximeter.fields_i16 (9afcbe14-ac2a-433f-96fa-f15b0ba7883a): There are no data parts | ||
699 | 2024.03.26 14:48:25.879114 [ 3 ] {e63bc303-8a85-40e1-8503-5e4e743b7293} <Debug> DynamicQueryHandler: Done processing query | ||
700 | 2024.03.26 14:48:25.879145 [ 3 ] {} <Debug> HTTP-Session: b3fa6890-ba61-4bfa-9541-94844d58d6ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
701 | 2024.03.26 14:48:25.879283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34096, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
702 | 2024.03.26 14:48:25.879354 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
703 | 2024.03.26 14:48:25.879376 [ 3 ] {} <Debug> HTTP-Session: 6107378e-22b4-47c8-a3c8-d69180a73ba5 Authenticating user 'default' from [fd00:1122:3344:101::d]:34096 | ||
704 | 2024.03.26 14:48:25.879404 [ 3 ] {} <Debug> HTTP-Session: 6107378e-22b4-47c8-a3c8-d69180a73ba5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
705 | 2024.03.26 14:48:25.879429 [ 3 ] {} <Debug> HTTP-Session: 6107378e-22b4-47c8-a3c8-d69180a73ba5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
706 | 2024.03.26 14:48:25.879464 [ 3 ] {} <Trace> HTTP-Session: 6107378e-22b4-47c8-a3c8-d69180a73ba5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
707 | 2024.03.26 14:48:25.879604 [ 3 ] {b4c616da-8183-4231-94c2-a90a79865d59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34096) 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.03.26 14:48:25.879663 [ 3 ] {b4c616da-8183-4231-94c2-a90a79865d59} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
709 | 2024.03.26 14:48:25.881747 [ 3 ] {b4c616da-8183-4231-94c2-a90a79865d59} <Debug> oximeter.fields_u16 (e20b24dd-90f0-4a6f-bcd9-27e96d38dd35): Loading data parts | ||
710 | 2024.03.26 14:48:25.881893 [ 3 ] {b4c616da-8183-4231-94c2-a90a79865d59} <Debug> oximeter.fields_u16 (e20b24dd-90f0-4a6f-bcd9-27e96d38dd35): There are no data parts | ||
711 | 2024.03.26 14:48:25.884073 [ 3 ] {b4c616da-8183-4231-94c2-a90a79865d59} <Debug> DynamicQueryHandler: Done processing query | ||
712 | 2024.03.26 14:48:25.884108 [ 3 ] {} <Debug> HTTP-Session: 6107378e-22b4-47c8-a3c8-d69180a73ba5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
713 | 2024.03.26 14:48:25.884239 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34096, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
714 | 2024.03.26 14:48:25.884300 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
715 | 2024.03.26 14:48:25.884323 [ 3 ] {} <Debug> HTTP-Session: 4f278d59-46d4-4a43-9a8a-373633448ff4 Authenticating user 'default' from [fd00:1122:3344:101::d]:34096 | ||
716 | 2024.03.26 14:48:25.884352 [ 3 ] {} <Debug> HTTP-Session: 4f278d59-46d4-4a43-9a8a-373633448ff4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
717 | 2024.03.26 14:48:25.884370 [ 3 ] {} <Debug> HTTP-Session: 4f278d59-46d4-4a43-9a8a-373633448ff4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
718 | 2024.03.26 14:48:25.884412 [ 3 ] {} <Trace> HTTP-Session: 4f278d59-46d4-4a43-9a8a-373633448ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
719 | 2024.03.26 14:48:25.884555 [ 3 ] {154366f2-c6df-4e15-8d38-f41277c85410} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34096) 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.03.26 14:48:25.884623 [ 3 ] {154366f2-c6df-4e15-8d38-f41277c85410} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
721 | 2024.03.26 14:48:25.886573 [ 3 ] {154366f2-c6df-4e15-8d38-f41277c85410} <Debug> oximeter.fields_i32 (63a65a97-15ba-4282-8210-3077da34186c): Loading data parts | ||
722 | 2024.03.26 14:48:25.886705 [ 3 ] {154366f2-c6df-4e15-8d38-f41277c85410} <Debug> oximeter.fields_i32 (63a65a97-15ba-4282-8210-3077da34186c): There are no data parts | ||
723 | 2024.03.26 14:48:25.890758 [ 3 ] {154366f2-c6df-4e15-8d38-f41277c85410} <Debug> DynamicQueryHandler: Done processing query | ||
724 | 2024.03.26 14:48:25.890806 [ 3 ] {} <Debug> HTTP-Session: 4f278d59-46d4-4a43-9a8a-373633448ff4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
725 | 2024.03.26 14:48:25.890939 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34096, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
726 | 2024.03.26 14:48:25.891009 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
727 | 2024.03.26 14:48:25.891032 [ 3 ] {} <Debug> HTTP-Session: 429dc476-3156-41e8-bae3-e8c0a7398ab5 Authenticating user 'default' from [fd00:1122:3344:101::d]:34096 | ||
728 | 2024.03.26 14:48:25.891052 [ 3 ] {} <Debug> HTTP-Session: 429dc476-3156-41e8-bae3-e8c0a7398ab5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
729 | 2024.03.26 14:48:25.891076 [ 3 ] {} <Debug> HTTP-Session: 429dc476-3156-41e8-bae3-e8c0a7398ab5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
730 | 2024.03.26 14:48:25.891120 [ 3 ] {} <Trace> HTTP-Session: 429dc476-3156-41e8-bae3-e8c0a7398ab5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
731 | 2024.03.26 14:48:25.891241 [ 3 ] {7151b225-de86-471c-af87-91faf6f87355} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34096) 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.03.26 14:48:25.891292 [ 3 ] {7151b225-de86-471c-af87-91faf6f87355} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
733 | 2024.03.26 14:48:25.893284 [ 3 ] {7151b225-de86-471c-af87-91faf6f87355} <Debug> oximeter.fields_u32 (2be84896-c1d3-4462-bd67-4172cf1761e4): Loading data parts | ||
734 | 2024.03.26 14:48:25.893492 [ 3 ] {7151b225-de86-471c-af87-91faf6f87355} <Debug> oximeter.fields_u32 (2be84896-c1d3-4462-bd67-4172cf1761e4): There are no data parts | ||
735 | 2024.03.26 14:48:25.895723 [ 3 ] {7151b225-de86-471c-af87-91faf6f87355} <Debug> DynamicQueryHandler: Done processing query | ||
736 | 2024.03.26 14:48:25.895752 [ 3 ] {} <Debug> HTTP-Session: 429dc476-3156-41e8-bae3-e8c0a7398ab5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
737 | 2024.03.26 14:48:25.895934 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34096, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
738 | 2024.03.26 14:48:25.896000 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
739 | 2024.03.26 14:48:25.896034 [ 3 ] {} <Debug> HTTP-Session: 50a68632-40df-4c23-9353-1ad87f0a712c Authenticating user 'default' from [fd00:1122:3344:101::d]:34096 | ||
740 | 2024.03.26 14:48:25.896052 [ 3 ] {} <Debug> HTTP-Session: 50a68632-40df-4c23-9353-1ad87f0a712c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
741 | 2024.03.26 14:48:25.896079 [ 3 ] {} <Debug> HTTP-Session: 50a68632-40df-4c23-9353-1ad87f0a712c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
742 | 2024.03.26 14:48:25.896110 [ 3 ] {} <Trace> HTTP-Session: 50a68632-40df-4c23-9353-1ad87f0a712c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
743 | 2024.03.26 14:48:25.896254 [ 3 ] {8b93e34a-1618-4be3-bccb-47e858c11f4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34096) 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.03.26 14:48:25.896308 [ 3 ] {8b93e34a-1618-4be3-bccb-47e858c11f4f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
745 | 2024.03.26 14:48:25.898203 [ 3 ] {8b93e34a-1618-4be3-bccb-47e858c11f4f} <Debug> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Loading data parts | ||
746 | 2024.03.26 14:48:25.898361 [ 3 ] {8b93e34a-1618-4be3-bccb-47e858c11f4f} <Debug> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): There are no data parts | ||
747 | 2024.03.26 14:48:25.902468 [ 3 ] {8b93e34a-1618-4be3-bccb-47e858c11f4f} <Debug> DynamicQueryHandler: Done processing query | ||
748 | 2024.03.26 14:48:25.902501 [ 3 ] {} <Debug> HTTP-Session: 50a68632-40df-4c23-9353-1ad87f0a712c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
749 | 2024.03.26 14:48:25.902666 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34096, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
750 | 2024.03.26 14:48:25.902732 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
751 | 2024.03.26 14:48:25.902755 [ 3 ] {} <Debug> HTTP-Session: fd7e25b8-73f1-4fb6-9d5f-b7210c1b6096 Authenticating user 'default' from [fd00:1122:3344:101::d]:34096 | ||
752 | 2024.03.26 14:48:25.902785 [ 3 ] {} <Debug> HTTP-Session: fd7e25b8-73f1-4fb6-9d5f-b7210c1b6096 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
753 | 2024.03.26 14:48:25.902810 [ 3 ] {} <Debug> HTTP-Session: fd7e25b8-73f1-4fb6-9d5f-b7210c1b6096 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
754 | 2024.03.26 14:48:25.902847 [ 3 ] {} <Trace> HTTP-Session: fd7e25b8-73f1-4fb6-9d5f-b7210c1b6096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
755 | 2024.03.26 14:48:25.902999 [ 3 ] {2762531c-9270-4cae-a2ed-c066e49cd092} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34096) 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.03.26 14:48:25.903062 [ 3 ] {2762531c-9270-4cae-a2ed-c066e49cd092} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
757 | 2024.03.26 14:48:25.905133 [ 3 ] {2762531c-9270-4cae-a2ed-c066e49cd092} <Debug> oximeter.fields_u64 (3c660fef-7ad6-4bb8-8441-3917b9c62224): Loading data parts | ||
758 | 2024.03.26 14:48:25.905360 [ 3 ] {2762531c-9270-4cae-a2ed-c066e49cd092} <Debug> oximeter.fields_u64 (3c660fef-7ad6-4bb8-8441-3917b9c62224): There are no data parts | ||
759 | 2024.03.26 14:48:25.907553 [ 3 ] {2762531c-9270-4cae-a2ed-c066e49cd092} <Debug> DynamicQueryHandler: Done processing query | ||
760 | 2024.03.26 14:48:25.907580 [ 3 ] {} <Debug> HTTP-Session: fd7e25b8-73f1-4fb6-9d5f-b7210c1b6096 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
761 | 2024.03.26 14:48:25.907725 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34096, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
762 | 2024.03.26 14:48:25.907779 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
763 | 2024.03.26 14:48:25.907797 [ 3 ] {} <Debug> HTTP-Session: 409c25df-1aa7-49da-9437-26a953580a7f Authenticating user 'default' from [fd00:1122:3344:101::d]:34096 | ||
764 | 2024.03.26 14:48:25.907821 [ 3 ] {} <Debug> HTTP-Session: 409c25df-1aa7-49da-9437-26a953580a7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
765 | 2024.03.26 14:48:25.907844 [ 3 ] {} <Debug> HTTP-Session: 409c25df-1aa7-49da-9437-26a953580a7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
766 | 2024.03.26 14:48:25.907875 [ 3 ] {} <Trace> HTTP-Session: 409c25df-1aa7-49da-9437-26a953580a7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
767 | 2024.03.26 14:48:25.908062 [ 3 ] {bb031eab-764c-44d0-869f-54c47ca43e71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34096) 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.03.26 14:48:25.908100 [ 3 ] {bb031eab-764c-44d0-869f-54c47ca43e71} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
769 | 2024.03.26 14:48:25.909564 [ 3 ] {bb031eab-764c-44d0-869f-54c47ca43e71} <Debug> oximeter.fields_ipaddr (b9cacdb2-3543-418a-8ac0-d16d067a037a): Loading data parts | ||
770 | 2024.03.26 14:48:25.909690 [ 3 ] {bb031eab-764c-44d0-869f-54c47ca43e71} <Debug> oximeter.fields_ipaddr (b9cacdb2-3543-418a-8ac0-d16d067a037a): There are no data parts | ||
771 | 2024.03.26 14:48:25.913783 [ 3 ] {bb031eab-764c-44d0-869f-54c47ca43e71} <Debug> DynamicQueryHandler: Done processing query | ||
772 | 2024.03.26 14:48:25.913828 [ 3 ] {} <Debug> HTTP-Session: 409c25df-1aa7-49da-9437-26a953580a7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
773 | 2024.03.26 14:48:25.913978 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34096, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
774 | 2024.03.26 14:48:25.914032 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
775 | 2024.03.26 14:48:25.914067 [ 3 ] {} <Debug> HTTP-Session: a05a89ee-d1fc-490a-9dff-91cd931a09dd Authenticating user 'default' from [fd00:1122:3344:101::d]:34096 | ||
776 | 2024.03.26 14:48:25.914088 [ 3 ] {} <Debug> HTTP-Session: a05a89ee-d1fc-490a-9dff-91cd931a09dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
777 | 2024.03.26 14:48:25.914107 [ 3 ] {} <Debug> HTTP-Session: a05a89ee-d1fc-490a-9dff-91cd931a09dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
778 | 2024.03.26 14:48:25.914144 [ 3 ] {} <Trace> HTTP-Session: a05a89ee-d1fc-490a-9dff-91cd931a09dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
779 | 2024.03.26 14:48:25.914264 [ 3 ] {37a160e7-9455-45ec-befa-d4e22100a999} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34096) 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.03.26 14:48:25.914301 [ 3 ] {37a160e7-9455-45ec-befa-d4e22100a999} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
781 | 2024.03.26 14:48:25.916033 [ 3 ] {37a160e7-9455-45ec-befa-d4e22100a999} <Debug> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Loading data parts | ||
782 | 2024.03.26 14:48:25.916156 [ 3 ] {37a160e7-9455-45ec-befa-d4e22100a999} <Debug> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): There are no data parts | ||
783 | 2024.03.26 14:48:25.918818 [ 3 ] {37a160e7-9455-45ec-befa-d4e22100a999} <Debug> DynamicQueryHandler: Done processing query | ||
784 | 2024.03.26 14:48:25.918851 [ 3 ] {} <Debug> HTTP-Session: a05a89ee-d1fc-490a-9dff-91cd931a09dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
785 | 2024.03.26 14:48:25.918988 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34096, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
786 | 2024.03.26 14:48:25.919047 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
787 | 2024.03.26 14:48:25.919070 [ 3 ] {} <Debug> HTTP-Session: 2663a9dd-c34a-4ebb-a7cd-773540ccf389 Authenticating user 'default' from [fd00:1122:3344:101::d]:34096 | ||
788 | 2024.03.26 14:48:25.919091 [ 3 ] {} <Debug> HTTP-Session: 2663a9dd-c34a-4ebb-a7cd-773540ccf389 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
789 | 2024.03.26 14:48:25.919109 [ 3 ] {} <Debug> HTTP-Session: 2663a9dd-c34a-4ebb-a7cd-773540ccf389 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
790 | 2024.03.26 14:48:25.919145 [ 3 ] {} <Trace> HTTP-Session: 2663a9dd-c34a-4ebb-a7cd-773540ccf389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
791 | 2024.03.26 14:48:25.919262 [ 3 ] {d462ae91-2af8-4b56-8789-b6e901f4fbc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34096) 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.03.26 14:48:25.919299 [ 3 ] {d462ae91-2af8-4b56-8789-b6e901f4fbc8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
793 | 2024.03.26 14:48:25.920808 [ 3 ] {d462ae91-2af8-4b56-8789-b6e901f4fbc8} <Debug> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Loading data parts | ||
794 | 2024.03.26 14:48:25.920932 [ 3 ] {d462ae91-2af8-4b56-8789-b6e901f4fbc8} <Debug> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): There are no data parts | ||
795 | 2024.03.26 14:48:25.925092 [ 3 ] {d462ae91-2af8-4b56-8789-b6e901f4fbc8} <Debug> DynamicQueryHandler: Done processing query | ||
796 | 2024.03.26 14:48:25.925144 [ 3 ] {} <Debug> HTTP-Session: 2663a9dd-c34a-4ebb-a7cd-773540ccf389 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
797 | 2024.03.26 14:48:25.925361 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34096, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
798 | 2024.03.26 14:48:25.925459 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
799 | 2024.03.26 14:48:25.925500 [ 3 ] {} <Debug> HTTP-Session: 8f90d86b-dcb3-493e-9a53-f7985b660b52 Authenticating user 'default' from [fd00:1122:3344:101::d]:34096 | ||
800 | 2024.03.26 14:48:25.925537 [ 3 ] {} <Debug> HTTP-Session: 8f90d86b-dcb3-493e-9a53-f7985b660b52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
801 | 2024.03.26 14:48:25.925556 [ 3 ] {} <Debug> HTTP-Session: 8f90d86b-dcb3-493e-9a53-f7985b660b52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
802 | 2024.03.26 14:48:25.925593 [ 3 ] {} <Trace> HTTP-Session: 8f90d86b-dcb3-493e-9a53-f7985b660b52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
803 | 2024.03.26 14:48:25.925779 [ 3 ] {7a096c7b-f9ec-4e33-b9d3-2cde2380780e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34096) /* 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.03.26 14:48:25.925837 [ 3 ] {7a096c7b-f9ec-4e33-b9d3-2cde2380780e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
808 | 2024.03.26 14:48:25.927664 [ 3 ] {7a096c7b-f9ec-4e33-b9d3-2cde2380780e} <Debug> oximeter.timeseries_schema (385270dd-ba68-4175-97f1-1c53af9f610b): Loading data parts | ||
809 | 2024.03.26 14:48:25.927790 [ 3 ] {7a096c7b-f9ec-4e33-b9d3-2cde2380780e} <Debug> oximeter.timeseries_schema (385270dd-ba68-4175-97f1-1c53af9f610b): There are no data parts | ||
810 | 2024.03.26 14:48:25.930091 [ 3 ] {7a096c7b-f9ec-4e33-b9d3-2cde2380780e} <Debug> DynamicQueryHandler: Done processing query | ||
811 | 2024.03.26 14:48:25.930118 [ 3 ] {} <Debug> HTTP-Session: 8f90d86b-dcb3-493e-9a53-f7985b660b52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
812 | 2024.03.26 14:48:25.930273 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34096, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
813 | 2024.03.26 14:48:25.930319 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
814 | 2024.03.26 14:48:25.930338 [ 3 ] {} <Debug> HTTP-Session: 3696b150-00b1-4a9e-9a57-c56002261bc6 Authenticating user 'default' from [fd00:1122:3344:101::d]:34096 | ||
815 | 2024.03.26 14:48:25.930354 [ 3 ] {} <Debug> HTTP-Session: 3696b150-00b1-4a9e-9a57-c56002261bc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
816 | 2024.03.26 14:48:25.930368 [ 3 ] {} <Debug> HTTP-Session: 3696b150-00b1-4a9e-9a57-c56002261bc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
817 | 2024.03.26 14:48:25.930399 [ 3 ] {} <Trace> HTTP-Session: 3696b150-00b1-4a9e-9a57-c56002261bc6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
818 | 2024.03.26 14:48:25.930531 [ 3 ] {5fb76155-5349-40ff-a0a6-d9a9ebba31fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34096) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
819 | 2024.03.26 14:48:25.932405 [ 3 ] {5fb76155-5349-40ff-a0a6-d9a9ebba31fe} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
820 | 2024.03.26 14:48:25.936561 [ 3 ] {5fb76155-5349-40ff-a0a6-d9a9ebba31fe} <Trace> oximeter.version (ba901bbe-9ee6-46a6-83b9-4f9a583a4fb7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
821 | 2024.03.26 14:48:25.936601 [ 3 ] {5fb76155-5349-40ff-a0a6-d9a9ebba31fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. | ||
822 | 2024.03.26 14:48:25.941515 [ 3 ] {5fb76155-5349-40ff-a0a6-d9a9ebba31fe} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
823 | 2024.03.26 14:48:25.942613 [ 3 ] {5fb76155-5349-40ff-a0a6-d9a9ebba31fe} <Trace> oximeter.version (ba901bbe-9ee6-46a6-83b9-4f9a583a4fb7): 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.03.26 14:48:25.942923 [ 3 ] {5fb76155-5349-40ff-a0a6-d9a9ebba31fe} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.012463 sec., 80.23750300890636 rows/sec., 1.25 KiB/sec. | ||
825 | 2024.03.26 14:48:25.943048 [ 3 ] {5fb76155-5349-40ff-a0a6-d9a9ebba31fe} <Debug> DynamicQueryHandler: Done processing query | ||
826 | 2024.03.26 14:48:25.943069 [ 3 ] {5fb76155-5349-40ff-a0a6-d9a9ebba31fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
827 | 2024.03.26 14:48:25.943085 [ 3 ] {} <Debug> HTTP-Session: 3696b150-00b1-4a9e-9a57-c56002261bc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
828 | 2024.03.26 14:48:26.000149 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 161.16 MiB, peak 166.37 MiB, free memory in arenas 0.00 B, will set to 173.47 MiB (RSS), difference: 12.32 MiB | ||
829 | 2024.03.26 14:48:38.683002 [ 113 ] {} <Debug> DNSResolver: Updating DNS cache | ||
830 | 2024.03.26 14:48:38.683067 [ 113 ] {} <Debug> DNSResolver: Updated DNS cache | ||
831 | 2024.03.26 14:48:53.683319 [ 95 ] {} <Debug> DNSResolver: Updating DNS cache | ||
832 | 2024.03.26 14:48:53.683381 [ 95 ] {} <Debug> DNSResolver: Updated DNS cache | ||
833 | 2024.03.26 14:49:00.959858 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
834 | 2024.03.26 14:49:00.959993 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
835 | 2024.03.26 14:49:00.960021 [ 3 ] {} <Debug> HTTP-Session: 4239086e-9098-4a47-9af7-7f3651115356 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
836 | 2024.03.26 14:49:00.960050 [ 3 ] {} <Debug> HTTP-Session: 4239086e-9098-4a47-9af7-7f3651115356 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
837 | 2024.03.26 14:49:00.960069 [ 3 ] {} <Debug> HTTP-Session: 4239086e-9098-4a47-9af7-7f3651115356 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
838 | 2024.03.26 14:49:00.960123 [ 3 ] {} <Trace> HTTP-Session: 4239086e-9098-4a47-9af7-7f3651115356 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
839 | 2024.03.26 14:49:00.960244 [ 3 ] {d1f5bc86-39f5-4f53-a30b-9306c3398a59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
840 | 2024.03.26 14:49:00.960569 [ 3 ] {d1f5bc86-39f5-4f53-a30b-9306c3398a59} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
841 | 2024.03.26 14:49:00.960700 [ 3 ] {d1f5bc86-39f5-4f53-a30b-9306c3398a59} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
842 | 2024.03.26 14:49:00.962030 [ 3 ] {d1f5bc86-39f5-4f53-a30b-9306c3398a59} <Debug> DynamicQueryHandler: Done processing query | ||
843 | 2024.03.26 14:49:00.962061 [ 3 ] {d1f5bc86-39f5-4f53-a30b-9306c3398a59} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
844 | 2024.03.26 14:49:00.962078 [ 3 ] {} <Debug> HTTP-Session: 4239086e-9098-4a47-9af7-7f3651115356 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
845 | 2024.03.26 14:49:00.972935 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
846 | 2024.03.26 14:49:00.972993 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
847 | 2024.03.26 14:49:00.973017 [ 3 ] {} <Debug> HTTP-Session: d243b2a9-e7e3-4971-a32e-0232a2b6953b Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
848 | 2024.03.26 14:49:00.973038 [ 3 ] {} <Debug> HTTP-Session: d243b2a9-e7e3-4971-a32e-0232a2b6953b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
849 | 2024.03.26 14:49:00.973055 [ 3 ] {} <Debug> HTTP-Session: d243b2a9-e7e3-4971-a32e-0232a2b6953b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
850 | 2024.03.26 14:49:00.973093 [ 3 ] {} <Trace> HTTP-Session: d243b2a9-e7e3-4971-a32e-0232a2b6953b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
851 | 2024.03.26 14:49:00.973265 [ 3 ] {b581a4d7-6e99-4319-baca-45606d90f431} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
852 | 2024.03.26 14:49:00.975896 [ 3 ] {b581a4d7-6e99-4319-baca-45606d90f431} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
853 | 2024.03.26 14:49:00.975949 [ 3 ] {b581a4d7-6e99-4319-baca-45606d90f431} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
854 | 2024.03.26 14:49:00.976841 [ 3 ] {b581a4d7-6e99-4319-baca-45606d90f431} <Debug> DynamicQueryHandler: Done processing query | ||
855 | 2024.03.26 14:49:00.976869 [ 3 ] {b581a4d7-6e99-4319-baca-45606d90f431} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
856 | 2024.03.26 14:49:00.976886 [ 3 ] {} <Debug> HTTP-Session: d243b2a9-e7e3-4971-a32e-0232a2b6953b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
857 | 2024.03.26 14:49:00.977154 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
858 | 2024.03.26 14:49:00.977201 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
859 | 2024.03.26 14:49:00.977219 [ 3 ] {} <Debug> HTTP-Session: 0fd9fee7-7f29-4c53-983c-c2adb6deb0b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
860 | 2024.03.26 14:49:00.977236 [ 3 ] {} <Debug> HTTP-Session: 0fd9fee7-7f29-4c53-983c-c2adb6deb0b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
861 | 2024.03.26 14:49:00.977250 [ 3 ] {} <Debug> HTTP-Session: 0fd9fee7-7f29-4c53-983c-c2adb6deb0b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
862 | 2024.03.26 14:49:00.977281 [ 3 ] {} <Trace> HTTP-Session: 0fd9fee7-7f29-4c53-983c-c2adb6deb0b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
863 | 2024.03.26 14:49:00.977370 [ 3 ] {a177b8ee-1742-43c0-9ea0-d69597b1aa8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
864 | 2024.03.26 14:49:00.977721 [ 3 ] {a177b8ee-1742-43c0-9ea0-d69597b1aa8d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
865 | 2024.03.26 14:49:00.977772 [ 3 ] {a177b8ee-1742-43c0-9ea0-d69597b1aa8d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
866 | 2024.03.26 14:49:00.978735 [ 3 ] {a177b8ee-1742-43c0-9ea0-d69597b1aa8d} <Debug> DynamicQueryHandler: Done processing query | ||
867 | 2024.03.26 14:49:00.978763 [ 3 ] {a177b8ee-1742-43c0-9ea0-d69597b1aa8d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
868 | 2024.03.26 14:49:00.978780 [ 3 ] {} <Debug> HTTP-Session: 0fd9fee7-7f29-4c53-983c-c2adb6deb0b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
869 | 2024.03.26 14:49:00.978978 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
870 | 2024.03.26 14:49:00.979026 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
871 | 2024.03.26 14:49:00.979045 [ 3 ] {} <Debug> HTTP-Session: 30c5aa85-15e3-4f3f-ba24-d0976a97b228 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
872 | 2024.03.26 14:49:00.979062 [ 3 ] {} <Debug> HTTP-Session: 30c5aa85-15e3-4f3f-ba24-d0976a97b228 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
873 | 2024.03.26 14:49:00.979076 [ 3 ] {} <Debug> HTTP-Session: 30c5aa85-15e3-4f3f-ba24-d0976a97b228 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
874 | 2024.03.26 14:49:00.979105 [ 3 ] {} <Trace> HTTP-Session: 30c5aa85-15e3-4f3f-ba24-d0976a97b228 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
875 | 2024.03.26 14:49:00.979194 [ 3 ] {e9c00f14-7b9a-4d01-81fb-4e9502c28895} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
876 | 2024.03.26 14:49:00.979506 [ 3 ] {e9c00f14-7b9a-4d01-81fb-4e9502c28895} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
877 | 2024.03.26 14:49:00.979557 [ 3 ] {e9c00f14-7b9a-4d01-81fb-4e9502c28895} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
878 | 2024.03.26 14:49:00.980424 [ 3 ] {e9c00f14-7b9a-4d01-81fb-4e9502c28895} <Debug> DynamicQueryHandler: Done processing query | ||
879 | 2024.03.26 14:49:00.980452 [ 3 ] {e9c00f14-7b9a-4d01-81fb-4e9502c28895} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
880 | 2024.03.26 14:49:00.980469 [ 3 ] {} <Debug> HTTP-Session: 30c5aa85-15e3-4f3f-ba24-d0976a97b228 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
881 | 2024.03.26 14:49:00.980951 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
882 | 2024.03.26 14:49:00.980996 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
883 | 2024.03.26 14:49:00.981014 [ 3 ] {} <Debug> HTTP-Session: f261e69f-054c-46ad-a6db-5f65cd0ab635 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
884 | 2024.03.26 14:49:00.981031 [ 3 ] {} <Debug> HTTP-Session: f261e69f-054c-46ad-a6db-5f65cd0ab635 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
885 | 2024.03.26 14:49:00.981045 [ 3 ] {} <Debug> HTTP-Session: f261e69f-054c-46ad-a6db-5f65cd0ab635 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
886 | 2024.03.26 14:49:00.981075 [ 3 ] {} <Trace> HTTP-Session: f261e69f-054c-46ad-a6db-5f65cd0ab635 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
887 | 2024.03.26 14:49:00.981159 [ 3 ] {053ad82b-1a75-4ddc-b7ea-3203fd984b22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
888 | 2024.03.26 14:49:00.981202 [ 3 ] {053ad82b-1a75-4ddc-b7ea-3203fd984b22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
889 | 2024.03.26 14:49:00.983281 [ 3 ] {053ad82b-1a75-4ddc-b7ea-3203fd984b22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
890 | 2024.03.26 14:49:00.983995 [ 3 ] {053ad82b-1a75-4ddc-b7ea-3203fd984b22} <Trace> oximeter.timeseries_schema (385270dd-ba68-4175-97f1-1c53af9f610b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
891 | 2024.03.26 14:49:00.984040 [ 3 ] {053ad82b-1a75-4ddc-b7ea-3203fd984b22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
892 | 2024.03.26 14:49:00.984646 [ 3 ] {053ad82b-1a75-4ddc-b7ea-3203fd984b22} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
893 | 2024.03.26 14:49:00.984970 [ 3 ] {053ad82b-1a75-4ddc-b7ea-3203fd984b22} <Trace> oximeter.timeseries_schema (385270dd-ba68-4175-97f1-1c53af9f610b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
894 | 2024.03.26 14:49:00.985116 [ 3 ] {053ad82b-1a75-4ddc-b7ea-3203fd984b22} <Debug> executeQuery: Read 4 rows, 443.00 B in 0.003997 sec., 1000.7505629221918 rows/sec., 108.24 KiB/sec. | ||
895 | 2024.03.26 14:49:00.985332 [ 3 ] {053ad82b-1a75-4ddc-b7ea-3203fd984b22} <Debug> DynamicQueryHandler: Done processing query | ||
896 | 2024.03.26 14:49:00.985357 [ 3 ] {053ad82b-1a75-4ddc-b7ea-3203fd984b22} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
897 | 2024.03.26 14:49:00.985373 [ 3 ] {} <Debug> HTTP-Session: f261e69f-054c-46ad-a6db-5f65cd0ab635 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
898 | 2024.03.26 14:49:00.985487 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 6214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
899 | 2024.03.26 14:49:00.985534 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
900 | 2024.03.26 14:49:00.985553 [ 3 ] {} <Debug> HTTP-Session: 2724c46e-5785-490b-b9a4-5a5bcbdf8eb1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
901 | 2024.03.26 14:49:00.985570 [ 3 ] {} <Debug> HTTP-Session: 2724c46e-5785-490b-b9a4-5a5bcbdf8eb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
902 | 2024.03.26 14:49:00.985584 [ 3 ] {} <Debug> HTTP-Session: 2724c46e-5785-490b-b9a4-5a5bcbdf8eb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
903 | 2024.03.26 14:49:00.985614 [ 3 ] {} <Trace> HTTP-Session: 2724c46e-5785-490b-b9a4-5a5bcbdf8eb1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
904 | 2024.03.26 14:49:00.985693 [ 3 ] {cee68b7c-073a-4497-b770-82b7ec8d343f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
905 | 2024.03.26 14:49:00.985734 [ 3 ] {cee68b7c-073a-4497-b770-82b7ec8d343f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
906 | 2024.03.26 14:49:00.985876 [ 3 ] {cee68b7c-073a-4497-b770-82b7ec8d343f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
907 | 2024.03.26 14:49:00.987947 [ 3 ] {cee68b7c-073a-4497-b770-82b7ec8d343f} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
908 | 2024.03.26 14:49:00.987983 [ 3 ] {cee68b7c-073a-4497-b770-82b7ec8d343f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
909 | 2024.03.26 14:49:00.988292 [ 3 ] {cee68b7c-073a-4497-b770-82b7ec8d343f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
910 | 2024.03.26 14:49:00.988602 [ 3 ] {cee68b7c-073a-4497-b770-82b7ec8d343f} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
911 | 2024.03.26 14:49:00.988722 [ 3 ] {cee68b7c-073a-4497-b770-82b7ec8d343f} <Debug> executeQuery: Read 43 rows, 3.49 KiB in 0.003064 sec., 14033.942558746738 rows/sec., 1.11 MiB/sec. | ||
912 | 2024.03.26 14:49:00.988923 [ 3 ] {cee68b7c-073a-4497-b770-82b7ec8d343f} <Debug> DynamicQueryHandler: Done processing query | ||
913 | 2024.03.26 14:49:00.988948 [ 3 ] {cee68b7c-073a-4497-b770-82b7ec8d343f} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
914 | 2024.03.26 14:49:00.988964 [ 3 ] {} <Debug> HTTP-Session: 2724c46e-5785-490b-b9a4-5a5bcbdf8eb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
915 | 2024.03.26 14:49:00.989153 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 20956, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
916 | 2024.03.26 14:49:00.989201 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
917 | 2024.03.26 14:49:00.989219 [ 3 ] {} <Debug> HTTP-Session: d8bb15f7-0bbe-46bb-9591-a0fe297bbdf4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
918 | 2024.03.26 14:49:00.989236 [ 3 ] {} <Debug> HTTP-Session: d8bb15f7-0bbe-46bb-9591-a0fe297bbdf4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
919 | 2024.03.26 14:49:00.989250 [ 3 ] {} <Debug> HTTP-Session: d8bb15f7-0bbe-46bb-9591-a0fe297bbdf4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
920 | 2024.03.26 14:49:00.989281 [ 3 ] {} <Trace> HTTP-Session: d8bb15f7-0bbe-46bb-9591-a0fe297bbdf4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
921 | 2024.03.26 14:49:00.989384 [ 3 ] {febadb1e-22ac-404c-8c3f-276734367914} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
922 | 2024.03.26 14:49:00.989426 [ 3 ] {febadb1e-22ac-404c-8c3f-276734367914} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
923 | 2024.03.26 14:49:00.989561 [ 3 ] {febadb1e-22ac-404c-8c3f-276734367914} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
924 | 2024.03.26 14:49:00.989921 [ 3 ] {febadb1e-22ac-404c-8c3f-276734367914} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
925 | 2024.03.26 14:49:00.989958 [ 3 ] {febadb1e-22ac-404c-8c3f-276734367914} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
926 | 2024.03.26 14:49:00.990277 [ 3 ] {febadb1e-22ac-404c-8c3f-276734367914} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
927 | 2024.03.26 14:49:00.990568 [ 3 ] {febadb1e-22ac-404c-8c3f-276734367914} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
928 | 2024.03.26 14:49:00.990686 [ 3 ] {febadb1e-22ac-404c-8c3f-276734367914} <Debug> executeQuery: Read 129 rows, 13.06 KiB in 0.001358 sec., 94992.63622974962 rows/sec., 9.39 MiB/sec. | ||
929 | 2024.03.26 14:49:00.990835 [ 3 ] {febadb1e-22ac-404c-8c3f-276734367914} <Debug> DynamicQueryHandler: Done processing query | ||
930 | 2024.03.26 14:49:00.990859 [ 3 ] {febadb1e-22ac-404c-8c3f-276734367914} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
931 | 2024.03.26 14:49:00.990874 [ 3 ] {} <Debug> HTTP-Session: d8bb15f7-0bbe-46bb-9591-a0fe297bbdf4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
932 | 2024.03.26 14:49:00.991011 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 8532, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
933 | 2024.03.26 14:49:00.991057 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
934 | 2024.03.26 14:49:00.991075 [ 3 ] {} <Debug> HTTP-Session: 00212f1f-9eac-4351-9326-e654b07f68c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
935 | 2024.03.26 14:49:00.991092 [ 3 ] {} <Debug> HTTP-Session: 00212f1f-9eac-4351-9326-e654b07f68c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
936 | 2024.03.26 14:49:00.991106 [ 3 ] {} <Debug> HTTP-Session: 00212f1f-9eac-4351-9326-e654b07f68c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
937 | 2024.03.26 14:49:00.991137 [ 3 ] {} <Trace> HTTP-Session: 00212f1f-9eac-4351-9326-e654b07f68c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
938 | 2024.03.26 14:49:00.991213 [ 3 ] {6054c530-613e-4049-88e1-3812953a922e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
939 | 2024.03.26 14:49:00.991252 [ 3 ] {6054c530-613e-4049-88e1-3812953a922e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
940 | 2024.03.26 14:49:00.991902 [ 3 ] {6054c530-613e-4049-88e1-3812953a922e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
941 | 2024.03.26 14:49:00.992739 [ 3 ] {6054c530-613e-4049-88e1-3812953a922e} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
942 | 2024.03.26 14:49:00.992773 [ 3 ] {6054c530-613e-4049-88e1-3812953a922e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
943 | 2024.03.26 14:49:00.993116 [ 3 ] {6054c530-613e-4049-88e1-3812953a922e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
944 | 2024.03.26 14:49:00.993413 [ 3 ] {6054c530-613e-4049-88e1-3812953a922e} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
945 | 2024.03.26 14:49:00.993537 [ 3 ] {6054c530-613e-4049-88e1-3812953a922e} <Debug> executeQuery: Read 50 rows, 4.02 KiB in 0.002351 sec., 21267.54572522331 rows/sec., 1.67 MiB/sec. | ||
946 | 2024.03.26 14:49:00.993775 [ 3 ] {6054c530-613e-4049-88e1-3812953a922e} <Debug> DynamicQueryHandler: Done processing query | ||
947 | 2024.03.26 14:49:00.993810 [ 3 ] {6054c530-613e-4049-88e1-3812953a922e} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
948 | 2024.03.26 14:49:00.993827 [ 3 ] {} <Debug> HTTP-Session: 00212f1f-9eac-4351-9326-e654b07f68c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
949 | 2024.03.26 14:49:00.994251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 46005, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
950 | 2024.03.26 14:49:00.994298 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
951 | 2024.03.26 14:49:00.994316 [ 3 ] {} <Debug> HTTP-Session: 76f59e96-8ea4-4238-8b17-56cf30a319b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
952 | 2024.03.26 14:49:00.994333 [ 3 ] {} <Debug> HTTP-Session: 76f59e96-8ea4-4238-8b17-56cf30a319b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
953 | 2024.03.26 14:49:00.994347 [ 3 ] {} <Debug> HTTP-Session: 76f59e96-8ea4-4238-8b17-56cf30a319b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
954 | 2024.03.26 14:49:00.994378 [ 3 ] {} <Trace> HTTP-Session: 76f59e96-8ea4-4238-8b17-56cf30a319b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
955 | 2024.03.26 14:49:00.994646 [ 3 ] {bc55bf96-719b-4524-af63-fba0dac1f59c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
956 | 2024.03.26 14:49:00.994692 [ 3 ] {bc55bf96-719b-4524-af63-fba0dac1f59c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
957 | 2024.03.26 14:49:00.994880 [ 3 ] {bc55bf96-719b-4524-af63-fba0dac1f59c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
958 | 2024.03.26 14:49:00.995676 [ 3 ] {bc55bf96-719b-4524-af63-fba0dac1f59c} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
959 | 2024.03.26 14:49:00.995713 [ 3 ] {bc55bf96-719b-4524-af63-fba0dac1f59c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
960 | 2024.03.26 14:49:00.999057 [ 3 ] {bc55bf96-719b-4524-af63-fba0dac1f59c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
961 | 2024.03.26 14:49:00.999417 [ 3 ] {bc55bf96-719b-4524-af63-fba0dac1f59c} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
962 | 2024.03.26 14:49:00.999544 [ 3 ] {bc55bf96-719b-4524-af63-fba0dac1f59c} <Debug> executeQuery: Read 43 rows, 59.42 KiB in 0.005115 sec., 8406.647116324537 rows/sec., 11.34 MiB/sec. | ||
963 | 2024.03.26 14:49:00.999681 [ 3 ] {bc55bf96-719b-4524-af63-fba0dac1f59c} <Debug> DynamicQueryHandler: Done processing query | ||
964 | 2024.03.26 14:49:00.999705 [ 3 ] {bc55bf96-719b-4524-af63-fba0dac1f59c} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
965 | 2024.03.26 14:49:00.999721 [ 3 ] {} <Debug> HTTP-Session: 76f59e96-8ea4-4238-8b17-56cf30a319b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
966 | 2024.03.26 14:49:00.999886 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 1977, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
967 | 2024.03.26 14:49:00.999933 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
968 | 2024.03.26 14:49:00.999952 [ 3 ] {} <Debug> HTTP-Session: d85c36dd-35ef-452f-b76f-8d0e2b42a21d Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
969 | 2024.03.26 14:49:00.999969 [ 3 ] {} <Debug> HTTP-Session: d85c36dd-35ef-452f-b76f-8d0e2b42a21d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
970 | 2024.03.26 14:49:00.999983 [ 3 ] {} <Debug> HTTP-Session: d85c36dd-35ef-452f-b76f-8d0e2b42a21d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
971 | 2024.03.26 14:49:01.000013 [ 3 ] {} <Trace> HTTP-Session: d85c36dd-35ef-452f-b76f-8d0e2b42a21d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
972 | 2024.03.26 14:49:01.000083 [ 3 ] {8069eb5a-8172-4572-8013-8a81ef4d2baf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
973 | 2024.03.26 14:49:01.000125 [ 3 ] {8069eb5a-8172-4572-8013-8a81ef4d2baf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
974 | 2024.03.26 14:49:01.000532 [ 3 ] {8069eb5a-8172-4572-8013-8a81ef4d2baf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
975 | 2024.03.26 14:49:01.001050 [ 3 ] {8069eb5a-8172-4572-8013-8a81ef4d2baf} <Trace> oximeter.measurements_i64 (fa67eb9c-28c4-46ec-9d65-8d358f1a4527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
976 | 2024.03.26 14:49:01.001086 [ 3 ] {8069eb5a-8172-4572-8013-8a81ef4d2baf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
977 | 2024.03.26 14:49:01.001449 [ 3 ] {8069eb5a-8172-4572-8013-8a81ef4d2baf} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
978 | 2024.03.26 14:49:01.001762 [ 3 ] {8069eb5a-8172-4572-8013-8a81ef4d2baf} <Trace> oximeter.measurements_i64 (fa67eb9c-28c4-46ec-9d65-8d358f1a4527): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
979 | 2024.03.26 14:49:01.001890 [ 3 ] {8069eb5a-8172-4572-8013-8a81ef4d2baf} <Debug> executeQuery: Read 12 rows, 926.00 B in 0.001832 sec., 6550.218340611354 rows/sec., 493.61 KiB/sec. | ||
980 | 2024.03.26 14:49:01.002036 [ 3 ] {8069eb5a-8172-4572-8013-8a81ef4d2baf} <Debug> DynamicQueryHandler: Done processing query | ||
981 | 2024.03.26 14:49:01.002059 [ 3 ] {8069eb5a-8172-4572-8013-8a81ef4d2baf} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
982 | 2024.03.26 14:49:01.002077 [ 3 ] {} <Debug> HTTP-Session: d85c36dd-35ef-452f-b76f-8d0e2b42a21d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
983 | 2024.03.26 14:49:08.683452 [ 83 ] {} <Debug> DNSResolver: Updating DNS cache | ||
984 | 2024.03.26 14:49:08.683557 [ 83 ] {} <Debug> DNSResolver: Updated DNS cache | ||
985 | 2024.03.26 14:49:10.947808 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 6358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
986 | 2024.03.26 14:49:10.947929 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
987 | 2024.03.26 14:49:10.947958 [ 3 ] {} <Debug> HTTP-Session: a0e3ff96-c5ac-4ce7-9a5e-fb9cb0c674ae Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
988 | 2024.03.26 14:49:10.947987 [ 3 ] {} <Debug> HTTP-Session: a0e3ff96-c5ac-4ce7-9a5e-fb9cb0c674ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
989 | 2024.03.26 14:49:10.948006 [ 3 ] {} <Debug> HTTP-Session: a0e3ff96-c5ac-4ce7-9a5e-fb9cb0c674ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
990 | 2024.03.26 14:49:10.948062 [ 3 ] {} <Trace> HTTP-Session: a0e3ff96-c5ac-4ce7-9a5e-fb9cb0c674ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
991 | 2024.03.26 14:49:10.948204 [ 3 ] {6d2197df-f433-4f21-920d-d84ee5863411} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
992 | 2024.03.26 14:49:10.948275 [ 3 ] {6d2197df-f433-4f21-920d-d84ee5863411} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
993 | 2024.03.26 14:49:10.948480 [ 3 ] {6d2197df-f433-4f21-920d-d84ee5863411} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
994 | 2024.03.26 14:49:10.948898 [ 3 ] {6d2197df-f433-4f21-920d-d84ee5863411} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
995 | 2024.03.26 14:49:10.948948 [ 3 ] {6d2197df-f433-4f21-920d-d84ee5863411} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
996 | 2024.03.26 14:49:10.949334 [ 3 ] {6d2197df-f433-4f21-920d-d84ee5863411} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
997 | 2024.03.26 14:49:10.949673 [ 3 ] {6d2197df-f433-4f21-920d-d84ee5863411} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
998 | 2024.03.26 14:49:10.949883 [ 3 ] {6d2197df-f433-4f21-920d-d84ee5863411} <Debug> executeQuery: Read 44 rows, 3.57 KiB in 0.001742 sec., 25258.323765786452 rows/sec., 2.00 MiB/sec. | ||
999 | 2024.03.26 14:49:10.950128 [ 3 ] {6d2197df-f433-4f21-920d-d84ee5863411} <Debug> DynamicQueryHandler: Done processing query | ||
1000 | 2024.03.26 14:49:10.950155 [ 3 ] {6d2197df-f433-4f21-920d-d84ee5863411} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1001 | 2024.03.26 14:49:10.950172 [ 3 ] {} <Debug> HTTP-Session: a0e3ff96-c5ac-4ce7-9a5e-fb9cb0c674ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1002 | 2024.03.26 14:49:10.950329 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 21437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1003 | 2024.03.26 14:49:10.950383 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1004 | 2024.03.26 14:49:10.950403 [ 3 ] {} <Debug> HTTP-Session: ffb6cb35-584b-4e54-a26a-b31168736dd1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1005 | 2024.03.26 14:49:10.950422 [ 3 ] {} <Debug> HTTP-Session: ffb6cb35-584b-4e54-a26a-b31168736dd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1006 | 2024.03.26 14:49:10.950436 [ 3 ] {} <Debug> HTTP-Session: ffb6cb35-584b-4e54-a26a-b31168736dd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1007 | 2024.03.26 14:49:10.950473 [ 3 ] {} <Trace> HTTP-Session: ffb6cb35-584b-4e54-a26a-b31168736dd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1008 | 2024.03.26 14:49:10.950590 [ 3 ] {54ca99a2-e5c2-4ba0-83f5-bcedbcd318ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1009 | 2024.03.26 14:49:10.950634 [ 3 ] {54ca99a2-e5c2-4ba0-83f5-bcedbcd318ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1010 | 2024.03.26 14:49:10.950779 [ 3 ] {54ca99a2-e5c2-4ba0-83f5-bcedbcd318ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1011 | 2024.03.26 14:49:10.951157 [ 3 ] {54ca99a2-e5c2-4ba0-83f5-bcedbcd318ff} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1012 | 2024.03.26 14:49:10.951202 [ 3 ] {54ca99a2-e5c2-4ba0-83f5-bcedbcd318ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
1013 | 2024.03.26 14:49:10.951527 [ 3 ] {54ca99a2-e5c2-4ba0-83f5-bcedbcd318ff} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1014 | 2024.03.26 14:49:10.951848 [ 3 ] {54ca99a2-e5c2-4ba0-83f5-bcedbcd318ff} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1015 | 2024.03.26 14:49:10.952020 [ 3 ] {54ca99a2-e5c2-4ba0-83f5-bcedbcd318ff} <Debug> executeQuery: Read 132 rows, 13.36 KiB in 0.00149 sec., 88590.60402684564 rows/sec., 8.76 MiB/sec. | ||
1016 | 2024.03.26 14:49:10.952259 [ 3 ] {54ca99a2-e5c2-4ba0-83f5-bcedbcd318ff} <Debug> DynamicQueryHandler: Done processing query | ||
1017 | 2024.03.26 14:49:10.952285 [ 3 ] {54ca99a2-e5c2-4ba0-83f5-bcedbcd318ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
1018 | 2024.03.26 14:49:10.952301 [ 3 ] {} <Debug> HTTP-Session: ffb6cb35-584b-4e54-a26a-b31168736dd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1019 | 2024.03.26 14:49:10.952428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 7503, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1020 | 2024.03.26 14:49:10.952479 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1021 | 2024.03.26 14:49:10.952498 [ 3 ] {} <Debug> HTTP-Session: 41b23d5b-1ba2-4183-9f40-0edc007d5bbd Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1022 | 2024.03.26 14:49:10.952516 [ 3 ] {} <Debug> HTTP-Session: 41b23d5b-1ba2-4183-9f40-0edc007d5bbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1023 | 2024.03.26 14:49:10.952530 [ 3 ] {} <Debug> HTTP-Session: 41b23d5b-1ba2-4183-9f40-0edc007d5bbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1024 | 2024.03.26 14:49:10.952563 [ 3 ] {} <Trace> HTTP-Session: 41b23d5b-1ba2-4183-9f40-0edc007d5bbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1025 | 2024.03.26 14:49:10.952645 [ 3 ] {5c35e32d-4f04-4f78-89ad-e4dd401d433c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1026 | 2024.03.26 14:49:10.952689 [ 3 ] {5c35e32d-4f04-4f78-89ad-e4dd401d433c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1027 | 2024.03.26 14:49:10.952840 [ 3 ] {5c35e32d-4f04-4f78-89ad-e4dd401d433c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1028 | 2024.03.26 14:49:10.953210 [ 3 ] {5c35e32d-4f04-4f78-89ad-e4dd401d433c} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1029 | 2024.03.26 14:49:10.953249 [ 3 ] {5c35e32d-4f04-4f78-89ad-e4dd401d433c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
1030 | 2024.03.26 14:49:10.953559 [ 3 ] {5c35e32d-4f04-4f78-89ad-e4dd401d433c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1031 | 2024.03.26 14:49:10.953864 [ 3 ] {5c35e32d-4f04-4f78-89ad-e4dd401d433c} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1032 | 2024.03.26 14:49:10.954011 [ 3 ] {5c35e32d-4f04-4f78-89ad-e4dd401d433c} <Debug> executeQuery: Read 44 rows, 3.52 KiB in 0.001393 sec., 31586.503948312995 rows/sec., 2.47 MiB/sec. | ||
1033 | 2024.03.26 14:49:10.954135 [ 3 ] {5c35e32d-4f04-4f78-89ad-e4dd401d433c} <Debug> DynamicQueryHandler: Done processing query | ||
1034 | 2024.03.26 14:49:10.954159 [ 3 ] {5c35e32d-4f04-4f78-89ad-e4dd401d433c} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1035 | 2024.03.26 14:49:10.954176 [ 3 ] {} <Debug> HTTP-Session: 41b23d5b-1ba2-4183-9f40-0edc007d5bbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1036 | 2024.03.26 14:49:10.954409 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 47074, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1037 | 2024.03.26 14:49:10.954457 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1038 | 2024.03.26 14:49:10.954476 [ 3 ] {} <Debug> HTTP-Session: fe6df804-7507-4fd6-94b2-32e8b78be392 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1039 | 2024.03.26 14:49:10.954493 [ 3 ] {} <Debug> HTTP-Session: fe6df804-7507-4fd6-94b2-32e8b78be392 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1040 | 2024.03.26 14:49:10.954507 [ 3 ] {} <Debug> HTTP-Session: fe6df804-7507-4fd6-94b2-32e8b78be392 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1041 | 2024.03.26 14:49:10.954538 [ 3 ] {} <Trace> HTTP-Session: fe6df804-7507-4fd6-94b2-32e8b78be392 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1042 | 2024.03.26 14:49:10.954820 [ 3 ] {a1a6dfb6-7233-4286-8159-803368490a7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1043 | 2024.03.26 14:49:10.954867 [ 3 ] {a1a6dfb6-7233-4286-8159-803368490a7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1044 | 2024.03.26 14:49:10.955029 [ 3 ] {a1a6dfb6-7233-4286-8159-803368490a7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1045 | 2024.03.26 14:49:10.955572 [ 3 ] {a1a6dfb6-7233-4286-8159-803368490a7a} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1046 | 2024.03.26 14:49:10.955608 [ 3 ] {a1a6dfb6-7233-4286-8159-803368490a7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
1047 | 2024.03.26 14:49:10.956043 [ 3 ] {a1a6dfb6-7233-4286-8159-803368490a7a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1048 | 2024.03.26 14:49:10.956375 [ 3 ] {a1a6dfb6-7233-4286-8159-803368490a7a} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1049 | 2024.03.26 14:49:10.956533 [ 3 ] {a1a6dfb6-7233-4286-8159-803368490a7a} <Debug> executeQuery: Read 44 rows, 60.80 KiB in 0.001933 sec., 22762.545266425244 rows/sec., 30.72 MiB/sec. | ||
1050 | 2024.03.26 14:49:10.956659 [ 3 ] {a1a6dfb6-7233-4286-8159-803368490a7a} <Debug> DynamicQueryHandler: Done processing query | ||
1051 | 2024.03.26 14:49:10.956682 [ 3 ] {a1a6dfb6-7233-4286-8159-803368490a7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
1052 | 2024.03.26 14:49:10.956700 [ 3 ] {} <Debug> HTTP-Session: fe6df804-7507-4fd6-94b2-32e8b78be392 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1053 | 2024.03.26 14:49:15.945144 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 259, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1054 | 2024.03.26 14:49:15.945281 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1055 | 2024.03.26 14:49:15.945310 [ 3 ] {} <Debug> HTTP-Session: 56a310ec-a27e-4887-915d-2c4a31d0d082 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1056 | 2024.03.26 14:49:15.945339 [ 3 ] {} <Debug> HTTP-Session: 56a310ec-a27e-4887-915d-2c4a31d0d082 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1057 | 2024.03.26 14:49:15.945358 [ 3 ] {} <Debug> HTTP-Session: 56a310ec-a27e-4887-915d-2c4a31d0d082 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1058 | 2024.03.26 14:49:15.945414 [ 3 ] {} <Trace> HTTP-Session: 56a310ec-a27e-4887-915d-2c4a31d0d082 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1059 | 2024.03.26 14:49:15.945581 [ 3 ] {7d7edeec-d2e9-4479-98ba-e4dfa72e03d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1060 | 2024.03.26 14:49:15.945966 [ 3 ] {7d7edeec-d2e9-4479-98ba-e4dfa72e03d6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1061 | 2024.03.26 14:49:15.946035 [ 3 ] {7d7edeec-d2e9-4479-98ba-e4dfa72e03d6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1062 | 2024.03.26 14:49:15.946288 [ 3 ] {7d7edeec-d2e9-4479-98ba-e4dfa72e03d6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1063 | 2024.03.26 14:49:15.946539 [ 3 ] {7d7edeec-d2e9-4479-98ba-e4dfa72e03d6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1064 | 2024.03.26 14:49:15.946903 [ 3 ] {7d7edeec-d2e9-4479-98ba-e4dfa72e03d6} <Debug> oximeter.timeseries_schema (385270dd-ba68-4175-97f1-1c53af9f610b) (SelectExecutor): Key condition: (column 0 notIn 4-element set) | ||
1065 | 2024.03.26 14:49:15.948102 [ 3 ] {7d7edeec-d2e9-4479-98ba-e4dfa72e03d6} <Trace> oximeter.timeseries_schema (385270dd-ba68-4175-97f1-1c53af9f610b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1066 | 2024.03.26 14:49:15.948215 [ 3 ] {7d7edeec-d2e9-4479-98ba-e4dfa72e03d6} <Debug> oximeter.timeseries_schema (385270dd-ba68-4175-97f1-1c53af9f610b) (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 | ||
1067 | 2024.03.26 14:49:15.948236 [ 3 ] {7d7edeec-d2e9-4479-98ba-e4dfa72e03d6} <Trace> oximeter.timeseries_schema (385270dd-ba68-4175-97f1-1c53af9f610b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1068 | 2024.03.26 14:49:15.948350 [ 3 ] {7d7edeec-d2e9-4479-98ba-e4dfa72e03d6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram'))" | ||
1069 | 2024.03.26 14:49:15.948376 [ 3 ] {7d7edeec-d2e9-4479-98ba-e4dfa72e03d6} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1070 | 2024.03.26 14:49:15.953074 [ 3 ] {7d7edeec-d2e9-4479-98ba-e4dfa72e03d6} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.007572 sec., 528.2620179609087 rows/sec., 24.38 KiB/sec. | ||
1071 | 2024.03.26 14:49:15.953322 [ 3 ] {7d7edeec-d2e9-4479-98ba-e4dfa72e03d6} <Debug> DynamicQueryHandler: Done processing query | ||
1072 | 2024.03.26 14:49:15.953349 [ 3 ] {7d7edeec-d2e9-4479-98ba-e4dfa72e03d6} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1073 | 2024.03.26 14:49:15.953367 [ 3 ] {} <Debug> HTTP-Session: 56a310ec-a27e-4887-915d-2c4a31d0d082 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1074 | 2024.03.26 14:49:15.953694 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 297, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1075 | 2024.03.26 14:49:15.953747 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1076 | 2024.03.26 14:49:15.953767 [ 3 ] {} <Debug> HTTP-Session: d2191c94-eb1f-451a-9893-bf329f27d54f Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1077 | 2024.03.26 14:49:15.953787 [ 3 ] {} <Debug> HTTP-Session: d2191c94-eb1f-451a-9893-bf329f27d54f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1078 | 2024.03.26 14:49:15.953801 [ 3 ] {} <Debug> HTTP-Session: d2191c94-eb1f-451a-9893-bf329f27d54f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1079 | 2024.03.26 14:49:15.953838 [ 3 ] {} <Trace> HTTP-Session: d2191c94-eb1f-451a-9893-bf329f27d54f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1080 | 2024.03.26 14:49:15.953947 [ 3 ] {3179c225-3938-4339-a918-d65ba7e34181} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:errors_received') FORMAT JSONEachRow; (stage: Complete) | ||
1081 | 2024.03.26 14:49:15.954188 [ 3 ] {3179c225-3938-4339-a918-d65ba7e34181} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1082 | 2024.03.26 14:49:15.954221 [ 3 ] {3179c225-3938-4339-a918-d65ba7e34181} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:errors_received')" moved to PREWHERE | ||
1083 | 2024.03.26 14:49:15.954425 [ 3 ] {3179c225-3938-4339-a918-d65ba7e34181} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1084 | 2024.03.26 14:49:15.954491 [ 3 ] {3179c225-3938-4339-a918-d65ba7e34181} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1085 | 2024.03.26 14:49:15.954633 [ 3 ] {3179c225-3938-4339-a918-d65ba7e34181} <Debug> oximeter.timeseries_schema (385270dd-ba68-4175-97f1-1c53af9f610b) (SelectExecutor): Key condition: (column 0 notIn 5-element set) | ||
1086 | 2024.03.26 14:49:15.954665 [ 3 ] {3179c225-3938-4339-a918-d65ba7e34181} <Trace> oximeter.timeseries_schema (385270dd-ba68-4175-97f1-1c53af9f610b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1087 | 2024.03.26 14:49:15.954689 [ 3 ] {3179c225-3938-4339-a918-d65ba7e34181} <Debug> oximeter.timeseries_schema (385270dd-ba68-4175-97f1-1c53af9f610b) (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 | ||
1088 | 2024.03.26 14:49:15.954705 [ 3 ] {3179c225-3938-4339-a918-d65ba7e34181} <Trace> oximeter.timeseries_schema (385270dd-ba68-4175-97f1-1c53af9f610b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1089 | 2024.03.26 14:49:15.954744 [ 3 ] {3179c225-3938-4339-a918-d65ba7e34181} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:errors_received'))" | ||
1090 | 2024.03.26 14:49:15.954764 [ 3 ] {3179c225-3938-4339-a918-d65ba7e34181} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1091 | 2024.03.26 14:49:15.955671 [ 3 ] {3179c225-3938-4339-a918-d65ba7e34181} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001785 sec., 2240.8963585434176 rows/sec., 103.40 KiB/sec. | ||
1092 | 2024.03.26 14:49:15.955851 [ 3 ] {3179c225-3938-4339-a918-d65ba7e34181} <Debug> DynamicQueryHandler: Done processing query | ||
1093 | 2024.03.26 14:49:15.955876 [ 3 ] {3179c225-3938-4339-a918-d65ba7e34181} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1094 | 2024.03.26 14:49:15.955892 [ 3 ] {} <Debug> HTTP-Session: d2191c94-eb1f-451a-9893-bf329f27d54f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1095 | 2024.03.26 14:49:15.956217 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1096 | 2024.03.26 14:49:15.956266 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1097 | 2024.03.26 14:49:15.956285 [ 3 ] {} <Debug> HTTP-Session: 673d83ff-b361-4588-84dc-22cec9759910 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1098 | 2024.03.26 14:49:15.956302 [ 3 ] {} <Debug> HTTP-Session: 673d83ff-b361-4588-84dc-22cec9759910 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1099 | 2024.03.26 14:49:15.956316 [ 3 ] {} <Debug> HTTP-Session: 673d83ff-b361-4588-84dc-22cec9759910 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1100 | 2024.03.26 14:49:15.956349 [ 3 ] {} <Trace> HTTP-Session: 673d83ff-b361-4588-84dc-22cec9759910 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1101 | 2024.03.26 14:49:15.956444 [ 3 ] {cc262501-8c0e-401a-a7ac-950b326fc695} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:errors_received', 'physical_data_link:errors_sent') FORMAT JSONEachRow; (stage: Complete) | ||
1102 | 2024.03.26 14:49:15.956676 [ 3 ] {cc262501-8c0e-401a-a7ac-950b326fc695} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1103 | 2024.03.26 14:49:15.956708 [ 3 ] {cc262501-8c0e-401a-a7ac-950b326fc695} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:errors_received', 'physical_data_link:errors_sent')" moved to PREWHERE | ||
1104 | 2024.03.26 14:49:15.956911 [ 3 ] {cc262501-8c0e-401a-a7ac-950b326fc695} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1105 | 2024.03.26 14:49:15.956975 [ 3 ] {cc262501-8c0e-401a-a7ac-950b326fc695} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1106 | 2024.03.26 14:49:15.957109 [ 3 ] {cc262501-8c0e-401a-a7ac-950b326fc695} <Debug> oximeter.timeseries_schema (385270dd-ba68-4175-97f1-1c53af9f610b) (SelectExecutor): Key condition: (column 0 notIn 6-element set) | ||
1107 | 2024.03.26 14:49:15.957142 [ 3 ] {cc262501-8c0e-401a-a7ac-950b326fc695} <Trace> oximeter.timeseries_schema (385270dd-ba68-4175-97f1-1c53af9f610b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1108 | 2024.03.26 14:49:15.957165 [ 3 ] {cc262501-8c0e-401a-a7ac-950b326fc695} <Debug> oximeter.timeseries_schema (385270dd-ba68-4175-97f1-1c53af9f610b) (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 | ||
1109 | 2024.03.26 14:49:15.957181 [ 3 ] {cc262501-8c0e-401a-a7ac-950b326fc695} <Trace> oximeter.timeseries_schema (385270dd-ba68-4175-97f1-1c53af9f610b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1110 | 2024.03.26 14:49:15.957221 [ 3 ] {cc262501-8c0e-401a-a7ac-950b326fc695} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:errors_received', 'physical_data_link:errors_sent'))" | ||
1111 | 2024.03.26 14:49:15.957241 [ 3 ] {cc262501-8c0e-401a-a7ac-950b326fc695} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1112 | 2024.03.26 14:49:15.958053 [ 3 ] {cc262501-8c0e-401a-a7ac-950b326fc695} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001659 sec., 2411.091018685955 rows/sec., 111.25 KiB/sec. | ||
1113 | 2024.03.26 14:49:15.958236 [ 3 ] {cc262501-8c0e-401a-a7ac-950b326fc695} <Debug> DynamicQueryHandler: Done processing query | ||
1114 | 2024.03.26 14:49:15.958260 [ 3 ] {cc262501-8c0e-401a-a7ac-950b326fc695} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1115 | 2024.03.26 14:49:15.958276 [ 3 ] {} <Debug> HTTP-Session: 673d83ff-b361-4588-84dc-22cec9759910 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1116 | 2024.03.26 14:49:15.958498 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 368, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1117 | 2024.03.26 14:49:15.958544 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1118 | 2024.03.26 14:49:15.958562 [ 3 ] {} <Debug> HTTP-Session: bac3d333-a15a-452a-9b2c-b34d5b67ba1f Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1119 | 2024.03.26 14:49:15.958579 [ 3 ] {} <Debug> HTTP-Session: bac3d333-a15a-452a-9b2c-b34d5b67ba1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1120 | 2024.03.26 14:49:15.958593 [ 3 ] {} <Debug> HTTP-Session: bac3d333-a15a-452a-9b2c-b34d5b67ba1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1121 | 2024.03.26 14:49:15.958625 [ 3 ] {} <Trace> HTTP-Session: bac3d333-a15a-452a-9b2c-b34d5b67ba1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1122 | 2024.03.26 14:49:15.958720 [ 3 ] {7abb4785-afe5-4640-9a03-58438abb4ded} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent') FORMAT JSONEachRow; (stage: Complete) | ||
1123 | 2024.03.26 14:49:15.958952 [ 3 ] {7abb4785-afe5-4640-9a03-58438abb4ded} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1124 | 2024.03.26 14:49:15.958985 [ 3 ] {7abb4785-afe5-4640-9a03-58438abb4ded} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent')" moved to PREWHERE | ||
1125 | 2024.03.26 14:49:15.959190 [ 3 ] {7abb4785-afe5-4640-9a03-58438abb4ded} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1126 | 2024.03.26 14:49:15.959255 [ 3 ] {7abb4785-afe5-4640-9a03-58438abb4ded} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1127 | 2024.03.26 14:49:15.959389 [ 3 ] {7abb4785-afe5-4640-9a03-58438abb4ded} <Debug> oximeter.timeseries_schema (385270dd-ba68-4175-97f1-1c53af9f610b) (SelectExecutor): Key condition: (column 0 notIn 7-element set) | ||
1128 | 2024.03.26 14:49:15.959421 [ 3 ] {7abb4785-afe5-4640-9a03-58438abb4ded} <Trace> oximeter.timeseries_schema (385270dd-ba68-4175-97f1-1c53af9f610b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1129 | 2024.03.26 14:49:15.959444 [ 3 ] {7abb4785-afe5-4640-9a03-58438abb4ded} <Debug> oximeter.timeseries_schema (385270dd-ba68-4175-97f1-1c53af9f610b) (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 | ||
1130 | 2024.03.26 14:49:15.959461 [ 3 ] {7abb4785-afe5-4640-9a03-58438abb4ded} <Trace> oximeter.timeseries_schema (385270dd-ba68-4175-97f1-1c53af9f610b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1131 | 2024.03.26 14:49:15.959500 [ 3 ] {7abb4785-afe5-4640-9a03-58438abb4ded} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent'))" | ||
1132 | 2024.03.26 14:49:15.959520 [ 3 ] {7abb4785-afe5-4640-9a03-58438abb4ded} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1133 | 2024.03.26 14:49:15.960302 [ 3 ] {7abb4785-afe5-4640-9a03-58438abb4ded} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.00163 sec., 2453.98773006135 rows/sec., 113.23 KiB/sec. | ||
1134 | 2024.03.26 14:49:15.960494 [ 3 ] {7abb4785-afe5-4640-9a03-58438abb4ded} <Debug> DynamicQueryHandler: Done processing query | ||
1135 | 2024.03.26 14:49:15.960518 [ 3 ] {7abb4785-afe5-4640-9a03-58438abb4ded} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1136 | 2024.03.26 14:49:15.960534 [ 3 ] {} <Debug> HTTP-Session: bac3d333-a15a-452a-9b2c-b34d5b67ba1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1137 | 2024.03.26 14:49:15.960794 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1138 | 2024.03.26 14:49:15.960842 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1139 | 2024.03.26 14:49:15.960860 [ 3 ] {} <Debug> HTTP-Session: 57fc8a2e-aca3-49cd-8ce9-76d220ebe592 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1140 | 2024.03.26 14:49:15.960877 [ 3 ] {} <Debug> HTTP-Session: 57fc8a2e-aca3-49cd-8ce9-76d220ebe592 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1141 | 2024.03.26 14:49:15.960892 [ 3 ] {} <Debug> HTTP-Session: 57fc8a2e-aca3-49cd-8ce9-76d220ebe592 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1142 | 2024.03.26 14:49:15.960923 [ 3 ] {} <Trace> HTTP-Session: 57fc8a2e-aca3-49cd-8ce9-76d220ebe592 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1143 | 2024.03.26 14:49:15.961019 [ 3 ] {d3cefa6a-fce6-4f51-b3b1-7fb5113ae63d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received') FORMAT JSONEachRow; (stage: Complete) | ||
1144 | 2024.03.26 14:49:15.961253 [ 3 ] {d3cefa6a-fce6-4f51-b3b1-7fb5113ae63d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1145 | 2024.03.26 14:49:15.961286 [ 3 ] {d3cefa6a-fce6-4f51-b3b1-7fb5113ae63d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received')" moved to PREWHERE | ||
1146 | 2024.03.26 14:49:15.961495 [ 3 ] {d3cefa6a-fce6-4f51-b3b1-7fb5113ae63d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1147 | 2024.03.26 14:49:15.961559 [ 3 ] {d3cefa6a-fce6-4f51-b3b1-7fb5113ae63d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1148 | 2024.03.26 14:49:15.961695 [ 3 ] {d3cefa6a-fce6-4f51-b3b1-7fb5113ae63d} <Debug> oximeter.timeseries_schema (385270dd-ba68-4175-97f1-1c53af9f610b) (SelectExecutor): Key condition: (column 0 notIn 8-element set) | ||
1149 | 2024.03.26 14:49:15.961727 [ 3 ] {d3cefa6a-fce6-4f51-b3b1-7fb5113ae63d} <Trace> oximeter.timeseries_schema (385270dd-ba68-4175-97f1-1c53af9f610b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1150 | 2024.03.26 14:49:15.961750 [ 3 ] {d3cefa6a-fce6-4f51-b3b1-7fb5113ae63d} <Debug> oximeter.timeseries_schema (385270dd-ba68-4175-97f1-1c53af9f610b) (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 | ||
1151 | 2024.03.26 14:49:15.961767 [ 3 ] {d3cefa6a-fce6-4f51-b3b1-7fb5113ae63d} <Trace> oximeter.timeseries_schema (385270dd-ba68-4175-97f1-1c53af9f610b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1152 | 2024.03.26 14:49:15.961806 [ 3 ] {d3cefa6a-fce6-4f51-b3b1-7fb5113ae63d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received'))" | ||
1153 | 2024.03.26 14:49:15.961827 [ 3 ] {d3cefa6a-fce6-4f51-b3b1-7fb5113ae63d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1154 | 2024.03.26 14:49:15.962627 [ 3 ] {d3cefa6a-fce6-4f51-b3b1-7fb5113ae63d} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001659 sec., 2411.091018685955 rows/sec., 111.25 KiB/sec. | ||
1155 | 2024.03.26 14:49:15.962813 [ 3 ] {d3cefa6a-fce6-4f51-b3b1-7fb5113ae63d} <Debug> DynamicQueryHandler: Done processing query | ||
1156 | 2024.03.26 14:49:15.962837 [ 3 ] {d3cefa6a-fce6-4f51-b3b1-7fb5113ae63d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1157 | 2024.03.26 14:49:15.962853 [ 3 ] {} <Debug> HTTP-Session: 57fc8a2e-aca3-49cd-8ce9-76d220ebe592 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1158 | 2024.03.26 14:49:15.963071 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 440, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1159 | 2024.03.26 14:49:15.963119 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1160 | 2024.03.26 14:49:15.963137 [ 3 ] {} <Debug> HTTP-Session: 8c9a2b5a-3c4e-4cab-8e97-0ba1d9f1b4f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1161 | 2024.03.26 14:49:15.963154 [ 3 ] {} <Debug> HTTP-Session: 8c9a2b5a-3c4e-4cab-8e97-0ba1d9f1b4f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1162 | 2024.03.26 14:49:15.963168 [ 3 ] {} <Debug> HTTP-Session: 8c9a2b5a-3c4e-4cab-8e97-0ba1d9f1b4f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1163 | 2024.03.26 14:49:15.963199 [ 3 ] {} <Trace> HTTP-Session: 8c9a2b5a-3c4e-4cab-8e97-0ba1d9f1b4f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1164 | 2024.03.26 14:49:15.963295 [ 3 ] {35deaa5e-eb96-403c-9e96-6a5f77d1d0ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', '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') FORMAT JSONEachRow; (stage: Complete) | ||
1165 | 2024.03.26 14:49:15.963531 [ 3 ] {35deaa5e-eb96-403c-9e96-6a5f77d1d0ce} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1166 | 2024.03.26 14:49:15.963565 [ 3 ] {35deaa5e-eb96-403c-9e96-6a5f77d1d0ce} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', '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')" moved to PREWHERE | ||
1167 | 2024.03.26 14:49:15.963776 [ 3 ] {35deaa5e-eb96-403c-9e96-6a5f77d1d0ce} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1168 | 2024.03.26 14:49:15.963838 [ 3 ] {35deaa5e-eb96-403c-9e96-6a5f77d1d0ce} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1169 | 2024.03.26 14:49:15.963969 [ 3 ] {35deaa5e-eb96-403c-9e96-6a5f77d1d0ce} <Debug> oximeter.timeseries_schema (385270dd-ba68-4175-97f1-1c53af9f610b) (SelectExecutor): Key condition: (column 0 notIn 9-element set) | ||
1170 | 2024.03.26 14:49:15.964000 [ 3 ] {35deaa5e-eb96-403c-9e96-6a5f77d1d0ce} <Trace> oximeter.timeseries_schema (385270dd-ba68-4175-97f1-1c53af9f610b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1171 | 2024.03.26 14:49:15.964023 [ 3 ] {35deaa5e-eb96-403c-9e96-6a5f77d1d0ce} <Debug> oximeter.timeseries_schema (385270dd-ba68-4175-97f1-1c53af9f610b) (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 | ||
1172 | 2024.03.26 14:49:15.964039 [ 3 ] {35deaa5e-eb96-403c-9e96-6a5f77d1d0ce} <Trace> oximeter.timeseries_schema (385270dd-ba68-4175-97f1-1c53af9f610b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1173 | 2024.03.26 14:49:15.964078 [ 3 ] {35deaa5e-eb96-403c-9e96-6a5f77d1d0ce} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', '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'))" | ||
1174 | 2024.03.26 14:49:15.964098 [ 3 ] {35deaa5e-eb96-403c-9e96-6a5f77d1d0ce} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
1175 | 2024.03.26 14:49:15.964862 [ 3 ] {35deaa5e-eb96-403c-9e96-6a5f77d1d0ce} <Debug> executeQuery: Read 4 rows, 189.00 B in 0.001619 sec., 2470.660901791229 rows/sec., 114.00 KiB/sec. | ||
1176 | 2024.03.26 14:49:15.965043 [ 3 ] {35deaa5e-eb96-403c-9e96-6a5f77d1d0ce} <Debug> DynamicQueryHandler: Done processing query | ||
1177 | 2024.03.26 14:49:15.965067 [ 3 ] {35deaa5e-eb96-403c-9e96-6a5f77d1d0ce} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1178 | 2024.03.26 14:49:15.965083 [ 3 ] {} <Debug> HTTP-Session: 8c9a2b5a-3c4e-4cab-8e97-0ba1d9f1b4f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1179 | 2024.03.26 14:49:15.972788 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 1942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1180 | 2024.03.26 14:49:15.972844 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1181 | 2024.03.26 14:49:15.972866 [ 3 ] {} <Debug> HTTP-Session: 3a2b2b31-f083-44aa-99ef-119893962036 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1182 | 2024.03.26 14:49:15.972886 [ 3 ] {} <Debug> HTTP-Session: 3a2b2b31-f083-44aa-99ef-119893962036 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1183 | 2024.03.26 14:49:15.972903 [ 3 ] {} <Debug> HTTP-Session: 3a2b2b31-f083-44aa-99ef-119893962036 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1184 | 2024.03.26 14:49:15.972940 [ 3 ] {} <Trace> HTTP-Session: 3a2b2b31-f083-44aa-99ef-119893962036 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1185 | 2024.03.26 14:49:15.973037 [ 3 ] {00797e7e-db34-4853-a787-139aed7611a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1186 | 2024.03.26 14:49:15.973087 [ 3 ] {00797e7e-db34-4853-a787-139aed7611a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1187 | 2024.03.26 14:49:15.973281 [ 3 ] {00797e7e-db34-4853-a787-139aed7611a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1188 | 2024.03.26 14:49:15.973627 [ 3 ] {00797e7e-db34-4853-a787-139aed7611a4} <Trace> oximeter.timeseries_schema (385270dd-ba68-4175-97f1-1c53af9f610b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1189 | 2024.03.26 14:49:15.973667 [ 3 ] {00797e7e-db34-4853-a787-139aed7611a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
1190 | 2024.03.26 14:49:15.974153 [ 3 ] {00797e7e-db34-4853-a787-139aed7611a4} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1191 | 2024.03.26 14:49:15.974462 [ 3 ] {00797e7e-db34-4853-a787-139aed7611a4} <Trace> oximeter.timeseries_schema (385270dd-ba68-4175-97f1-1c53af9f610b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1192 | 2024.03.26 14:49:15.974631 [ 3 ] {00797e7e-db34-4853-a787-139aed7611a4} <Debug> executeQuery: Read 6 rows, 996.00 B in 0.001635 sec., 3669.7247706422017 rows/sec., 594.90 KiB/sec. | ||
1193 | 2024.03.26 14:49:15.974759 [ 3 ] {00797e7e-db34-4853-a787-139aed7611a4} <Debug> DynamicQueryHandler: Done processing query | ||
1194 | 2024.03.26 14:49:15.974782 [ 3 ] {00797e7e-db34-4853-a787-139aed7611a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
1195 | 2024.03.26 14:49:15.974797 [ 3 ] {} <Debug> HTTP-Session: 3a2b2b31-f083-44aa-99ef-119893962036 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1196 | 2024.03.26 14:49:15.974915 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 4983, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1197 | 2024.03.26 14:49:15.974962 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1198 | 2024.03.26 14:49:15.974980 [ 3 ] {} <Debug> HTTP-Session: 283ff255-a426-4e8d-a78a-92a85e9568d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1199 | 2024.03.26 14:49:15.974996 [ 3 ] {} <Debug> HTTP-Session: 283ff255-a426-4e8d-a78a-92a85e9568d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1200 | 2024.03.26 14:49:15.975010 [ 3 ] {} <Debug> HTTP-Session: 283ff255-a426-4e8d-a78a-92a85e9568d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1201 | 2024.03.26 14:49:15.975040 [ 3 ] {} <Trace> HTTP-Session: 283ff255-a426-4e8d-a78a-92a85e9568d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1202 | 2024.03.26 14:49:15.975117 [ 3 ] {88ffb56f-6749-47cb-b6dd-55952d41d0d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1203 | 2024.03.26 14:49:15.975157 [ 3 ] {88ffb56f-6749-47cb-b6dd-55952d41d0d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1204 | 2024.03.26 14:49:15.975281 [ 3 ] {88ffb56f-6749-47cb-b6dd-55952d41d0d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1205 | 2024.03.26 14:49:15.975575 [ 3 ] {88ffb56f-6749-47cb-b6dd-55952d41d0d7} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1206 | 2024.03.26 14:49:15.975612 [ 3 ] {88ffb56f-6749-47cb-b6dd-55952d41d0d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
1207 | 2024.03.26 14:49:15.975931 [ 3 ] {88ffb56f-6749-47cb-b6dd-55952d41d0d7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1208 | 2024.03.26 14:49:15.976232 [ 3 ] {88ffb56f-6749-47cb-b6dd-55952d41d0d7} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1209 | 2024.03.26 14:49:15.976392 [ 3 ] {88ffb56f-6749-47cb-b6dd-55952d41d0d7} <Debug> executeQuery: Read 36 rows, 2.77 KiB in 0.001307 sec., 27543.99387911247 rows/sec., 2.07 MiB/sec. | ||
1210 | 2024.03.26 14:49:15.976517 [ 3 ] {88ffb56f-6749-47cb-b6dd-55952d41d0d7} <Debug> DynamicQueryHandler: Done processing query | ||
1211 | 2024.03.26 14:49:15.976540 [ 3 ] {88ffb56f-6749-47cb-b6dd-55952d41d0d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1212 | 2024.03.26 14:49:15.976556 [ 3 ] {} <Debug> HTTP-Session: 283ff255-a426-4e8d-a78a-92a85e9568d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1213 | 2024.03.26 14:49:15.976678 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 4090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1214 | 2024.03.26 14:49:15.976726 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1215 | 2024.03.26 14:49:15.976744 [ 3 ] {} <Debug> HTTP-Session: b022c619-dd46-489d-93fb-07604a5b02e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1216 | 2024.03.26 14:49:15.976760 [ 3 ] {} <Debug> HTTP-Session: b022c619-dd46-489d-93fb-07604a5b02e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1217 | 2024.03.26 14:49:15.976774 [ 3 ] {} <Debug> HTTP-Session: b022c619-dd46-489d-93fb-07604a5b02e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1218 | 2024.03.26 14:49:15.976804 [ 3 ] {} <Trace> HTTP-Session: b022c619-dd46-489d-93fb-07604a5b02e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1219 | 2024.03.26 14:49:15.976874 [ 3 ] {ab6a6136-fb1b-43ac-96ce-7489b3e641bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1220 | 2024.03.26 14:49:15.976913 [ 3 ] {ab6a6136-fb1b-43ac-96ce-7489b3e641bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1221 | 2024.03.26 14:49:15.977040 [ 3 ] {ab6a6136-fb1b-43ac-96ce-7489b3e641bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1222 | 2024.03.26 14:49:15.977313 [ 3 ] {ab6a6136-fb1b-43ac-96ce-7489b3e641bc} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1223 | 2024.03.26 14:49:15.977350 [ 3 ] {ab6a6136-fb1b-43ac-96ce-7489b3e641bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
1224 | 2024.03.26 14:49:15.977651 [ 3 ] {ab6a6136-fb1b-43ac-96ce-7489b3e641bc} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1225 | 2024.03.26 14:49:15.977948 [ 3 ] {ab6a6136-fb1b-43ac-96ce-7489b3e641bc} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1226 | 2024.03.26 14:49:15.978095 [ 3 ] {ab6a6136-fb1b-43ac-96ce-7489b3e641bc} <Debug> executeQuery: Read 24 rows, 1.90 KiB in 0.001251 sec., 19184.65227817746 rows/sec., 1.48 MiB/sec. | ||
1227 | 2024.03.26 14:49:15.978205 [ 3 ] {ab6a6136-fb1b-43ac-96ce-7489b3e641bc} <Debug> DynamicQueryHandler: Done processing query | ||
1228 | 2024.03.26 14:49:15.978228 [ 3 ] {ab6a6136-fb1b-43ac-96ce-7489b3e641bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1229 | 2024.03.26 14:49:15.978244 [ 3 ] {} <Debug> HTTP-Session: b022c619-dd46-489d-93fb-07604a5b02e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1230 | 2024.03.26 14:49:15.978387 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 39264, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1231 | 2024.03.26 14:49:15.978434 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1232 | 2024.03.26 14:49:15.978453 [ 3 ] {} <Debug> HTTP-Session: 6bbec3b2-c02d-4d50-a8be-269dd021923e Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1233 | 2024.03.26 14:49:15.978469 [ 3 ] {} <Debug> HTTP-Session: 6bbec3b2-c02d-4d50-a8be-269dd021923e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1234 | 2024.03.26 14:49:15.978483 [ 3 ] {} <Debug> HTTP-Session: 6bbec3b2-c02d-4d50-a8be-269dd021923e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1235 | 2024.03.26 14:49:15.978512 [ 3 ] {} <Trace> HTTP-Session: 6bbec3b2-c02d-4d50-a8be-269dd021923e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1236 | 2024.03.26 14:49:15.978645 [ 3 ] {b48987c1-96e0-4376-adf4-4462f278cb9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1237 | 2024.03.26 14:49:15.978688 [ 3 ] {b48987c1-96e0-4376-adf4-4462f278cb9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1238 | 2024.03.26 14:49:15.978828 [ 3 ] {b48987c1-96e0-4376-adf4-4462f278cb9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1239 | 2024.03.26 14:49:15.979241 [ 3 ] {b48987c1-96e0-4376-adf4-4462f278cb9d} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1240 | 2024.03.26 14:49:15.979278 [ 3 ] {b48987c1-96e0-4376-adf4-4462f278cb9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
1241 | 2024.03.26 14:49:15.979708 [ 3 ] {b48987c1-96e0-4376-adf4-4462f278cb9d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1242 | 2024.03.26 14:49:15.980057 [ 3 ] {b48987c1-96e0-4376-adf4-4462f278cb9d} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1243 | 2024.03.26 14:49:15.980214 [ 3 ] {b48987c1-96e0-4376-adf4-4462f278cb9d} <Debug> executeQuery: Read 204 rows, 14.74 KiB in 0.001653 sec., 123411.97822141561 rows/sec., 8.71 MiB/sec. | ||
1244 | 2024.03.26 14:49:15.980443 [ 3 ] {b48987c1-96e0-4376-adf4-4462f278cb9d} <Debug> DynamicQueryHandler: Done processing query | ||
1245 | 2024.03.26 14:49:15.980468 [ 3 ] {b48987c1-96e0-4376-adf4-4462f278cb9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB. | ||
1246 | 2024.03.26 14:49:15.980483 [ 3 ] {} <Debug> HTTP-Session: 6bbec3b2-c02d-4d50-a8be-269dd021923e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1247 | 2024.03.26 14:49:20.947304 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 6358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1248 | 2024.03.26 14:49:20.947450 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1249 | 2024.03.26 14:49:20.947479 [ 3 ] {} <Debug> HTTP-Session: 1e858200-c9ad-44ee-9ef6-143fde2a7de5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1250 | 2024.03.26 14:49:20.947509 [ 3 ] {} <Debug> HTTP-Session: 1e858200-c9ad-44ee-9ef6-143fde2a7de5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1251 | 2024.03.26 14:49:20.947528 [ 3 ] {} <Debug> HTTP-Session: 1e858200-c9ad-44ee-9ef6-143fde2a7de5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1252 | 2024.03.26 14:49:20.947584 [ 3 ] {} <Trace> HTTP-Session: 1e858200-c9ad-44ee-9ef6-143fde2a7de5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1253 | 2024.03.26 14:49:20.947724 [ 3 ] {68f75ae7-6021-41d3-870f-add42789ba63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1254 | 2024.03.26 14:49:20.947787 [ 3 ] {68f75ae7-6021-41d3-870f-add42789ba63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1255 | 2024.03.26 14:49:20.947975 [ 3 ] {68f75ae7-6021-41d3-870f-add42789ba63} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1256 | 2024.03.26 14:49:20.948388 [ 3 ] {68f75ae7-6021-41d3-870f-add42789ba63} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1257 | 2024.03.26 14:49:20.948438 [ 3 ] {68f75ae7-6021-41d3-870f-add42789ba63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
1258 | 2024.03.26 14:49:20.948839 [ 3 ] {68f75ae7-6021-41d3-870f-add42789ba63} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1259 | 2024.03.26 14:49:20.949186 [ 3 ] {68f75ae7-6021-41d3-870f-add42789ba63} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1260 | 2024.03.26 14:49:20.949346 [ 3 ] {68f75ae7-6021-41d3-870f-add42789ba63} <Debug> executeQuery: Read 44 rows, 3.57 KiB in 0.001692 sec., 26004.728132387707 rows/sec., 2.06 MiB/sec. | ||
1261 | 2024.03.26 14:49:20.949559 [ 3 ] {68f75ae7-6021-41d3-870f-add42789ba63} <Debug> DynamicQueryHandler: Done processing query | ||
1262 | 2024.03.26 14:49:20.949588 [ 3 ] {68f75ae7-6021-41d3-870f-add42789ba63} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1263 | 2024.03.26 14:49:20.949606 [ 3 ] {} <Debug> HTTP-Session: 1e858200-c9ad-44ee-9ef6-143fde2a7de5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1264 | 2024.03.26 14:49:20.949788 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 21437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1265 | 2024.03.26 14:49:20.949837 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1266 | 2024.03.26 14:49:20.949856 [ 3 ] {} <Debug> HTTP-Session: c82fa263-665c-43de-b6e5-d846b3383d28 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1267 | 2024.03.26 14:49:20.949874 [ 3 ] {} <Debug> HTTP-Session: c82fa263-665c-43de-b6e5-d846b3383d28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1268 | 2024.03.26 14:49:20.949888 [ 3 ] {} <Debug> HTTP-Session: c82fa263-665c-43de-b6e5-d846b3383d28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1269 | 2024.03.26 14:49:20.949919 [ 3 ] {} <Trace> HTTP-Session: c82fa263-665c-43de-b6e5-d846b3383d28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1270 | 2024.03.26 14:49:20.950025 [ 3 ] {bdd2de56-27d6-49f2-b7bb-88f2c56f62a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1271 | 2024.03.26 14:49:20.950066 [ 3 ] {bdd2de56-27d6-49f2-b7bb-88f2c56f62a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1272 | 2024.03.26 14:49:20.950210 [ 3 ] {bdd2de56-27d6-49f2-b7bb-88f2c56f62a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1273 | 2024.03.26 14:49:20.950651 [ 3 ] {bdd2de56-27d6-49f2-b7bb-88f2c56f62a4} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1274 | 2024.03.26 14:49:20.950690 [ 3 ] {bdd2de56-27d6-49f2-b7bb-88f2c56f62a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
1275 | 2024.03.26 14:49:20.951034 [ 3 ] {bdd2de56-27d6-49f2-b7bb-88f2c56f62a4} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1276 | 2024.03.26 14:49:20.951364 [ 3 ] {bdd2de56-27d6-49f2-b7bb-88f2c56f62a4} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1277 | 2024.03.26 14:49:20.951527 [ 3 ] {bdd2de56-27d6-49f2-b7bb-88f2c56f62a4} <Debug> executeQuery: Read 132 rows, 13.36 KiB in 0.001557 sec., 84778.42003853564 rows/sec., 8.38 MiB/sec. | ||
1278 | 2024.03.26 14:49:20.951656 [ 3 ] {bdd2de56-27d6-49f2-b7bb-88f2c56f62a4} <Debug> DynamicQueryHandler: Done processing query | ||
1279 | 2024.03.26 14:49:20.951680 [ 3 ] {bdd2de56-27d6-49f2-b7bb-88f2c56f62a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
1280 | 2024.03.26 14:49:20.951697 [ 3 ] {} <Debug> HTTP-Session: c82fa263-665c-43de-b6e5-d846b3383d28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1281 | 2024.03.26 14:49:20.951875 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 7503, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1282 | 2024.03.26 14:49:20.951924 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1283 | 2024.03.26 14:49:20.951943 [ 3 ] {} <Debug> HTTP-Session: ea7a49e6-0428-467b-a754-89ccdb60da66 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1284 | 2024.03.26 14:49:20.951961 [ 3 ] {} <Debug> HTTP-Session: ea7a49e6-0428-467b-a754-89ccdb60da66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1285 | 2024.03.26 14:49:20.951975 [ 3 ] {} <Debug> HTTP-Session: ea7a49e6-0428-467b-a754-89ccdb60da66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1286 | 2024.03.26 14:49:20.952006 [ 3 ] {} <Trace> HTTP-Session: ea7a49e6-0428-467b-a754-89ccdb60da66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1287 | 2024.03.26 14:49:20.952084 [ 3 ] {99d6743e-1c6d-4b82-a26f-ed63cc9ced8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1288 | 2024.03.26 14:49:20.952124 [ 3 ] {99d6743e-1c6d-4b82-a26f-ed63cc9ced8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1289 | 2024.03.26 14:49:20.952251 [ 3 ] {99d6743e-1c6d-4b82-a26f-ed63cc9ced8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1290 | 2024.03.26 14:49:20.952537 [ 3 ] {99d6743e-1c6d-4b82-a26f-ed63cc9ced8c} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1291 | 2024.03.26 14:49:20.952575 [ 3 ] {99d6743e-1c6d-4b82-a26f-ed63cc9ced8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
1292 | 2024.03.26 14:49:20.952882 [ 3 ] {99d6743e-1c6d-4b82-a26f-ed63cc9ced8c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1293 | 2024.03.26 14:49:20.953195 [ 3 ] {99d6743e-1c6d-4b82-a26f-ed63cc9ced8c} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1294 | 2024.03.26 14:49:20.953347 [ 3 ] {99d6743e-1c6d-4b82-a26f-ed63cc9ced8c} <Debug> executeQuery: Read 44 rows, 3.52 KiB in 0.001293 sec., 34029.38901778809 rows/sec., 2.66 MiB/sec. | ||
1295 | 2024.03.26 14:49:20.953565 [ 3 ] {99d6743e-1c6d-4b82-a26f-ed63cc9ced8c} <Debug> DynamicQueryHandler: Done processing query | ||
1296 | 2024.03.26 14:49:20.953590 [ 3 ] {99d6743e-1c6d-4b82-a26f-ed63cc9ced8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1297 | 2024.03.26 14:49:20.953606 [ 3 ] {} <Debug> HTTP-Session: ea7a49e6-0428-467b-a754-89ccdb60da66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1298 | 2024.03.26 14:49:20.953819 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 47074, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1299 | 2024.03.26 14:49:20.953867 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1300 | 2024.03.26 14:49:20.953886 [ 3 ] {} <Debug> HTTP-Session: 487717ff-652b-48e1-9b72-7755f676eab6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1301 | 2024.03.26 14:49:20.953903 [ 3 ] {} <Debug> HTTP-Session: 487717ff-652b-48e1-9b72-7755f676eab6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1302 | 2024.03.26 14:49:20.953917 [ 3 ] {} <Debug> HTTP-Session: 487717ff-652b-48e1-9b72-7755f676eab6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1303 | 2024.03.26 14:49:20.953948 [ 3 ] {} <Trace> HTTP-Session: 487717ff-652b-48e1-9b72-7755f676eab6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1304 | 2024.03.26 14:49:20.954237 [ 3 ] {62a0ce56-c7bb-4dd3-b1df-17ef5b5ce265} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1305 | 2024.03.26 14:49:20.954285 [ 3 ] {62a0ce56-c7bb-4dd3-b1df-17ef5b5ce265} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1306 | 2024.03.26 14:49:20.954461 [ 3 ] {62a0ce56-c7bb-4dd3-b1df-17ef5b5ce265} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1307 | 2024.03.26 14:49:20.955011 [ 3 ] {62a0ce56-c7bb-4dd3-b1df-17ef5b5ce265} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1308 | 2024.03.26 14:49:20.955048 [ 3 ] {62a0ce56-c7bb-4dd3-b1df-17ef5b5ce265} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. | ||
1309 | 2024.03.26 14:49:20.955510 [ 3 ] {62a0ce56-c7bb-4dd3-b1df-17ef5b5ce265} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1310 | 2024.03.26 14:49:20.955847 [ 3 ] {62a0ce56-c7bb-4dd3-b1df-17ef5b5ce265} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1311 | 2024.03.26 14:49:20.956000 [ 3 ] {62a0ce56-c7bb-4dd3-b1df-17ef5b5ce265} <Debug> executeQuery: Read 44 rows, 60.80 KiB in 0.001991 sec., 22099.447513812152 rows/sec., 29.82 MiB/sec. | ||
1312 | 2024.03.26 14:49:20.956242 [ 3 ] {62a0ce56-c7bb-4dd3-b1df-17ef5b5ce265} <Debug> DynamicQueryHandler: Done processing query | ||
1313 | 2024.03.26 14:49:20.956266 [ 3 ] {62a0ce56-c7bb-4dd3-b1df-17ef5b5ce265} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
1314 | 2024.03.26 14:49:20.956284 [ 3 ] {} <Debug> HTTP-Session: 487717ff-652b-48e1-9b72-7755f676eab6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1315 | 2024.03.26 14:49:23.683810 [ 73 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1316 | 2024.03.26 14:49:23.683878 [ 73 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1317 | 2024.03.26 14:49:30.948451 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 7791, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1318 | 2024.03.26 14:49:30.948580 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1319 | 2024.03.26 14:49:30.948604 [ 3 ] {} <Debug> HTTP-Session: 990d7f7f-a8f0-4223-b39c-0c99b13c6d59 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1320 | 2024.03.26 14:49:30.948630 [ 3 ] {} <Debug> HTTP-Session: 990d7f7f-a8f0-4223-b39c-0c99b13c6d59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1321 | 2024.03.26 14:49:30.948646 [ 3 ] {} <Debug> HTTP-Session: 990d7f7f-a8f0-4223-b39c-0c99b13c6d59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1322 | 2024.03.26 14:49:30.948695 [ 3 ] {} <Trace> HTTP-Session: 990d7f7f-a8f0-4223-b39c-0c99b13c6d59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1323 | 2024.03.26 14:49:30.948823 [ 3 ] {ef4e7fb5-1362-4c65-a9bf-6a4bddac8600} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1324 | 2024.03.26 14:49:30.948886 [ 3 ] {ef4e7fb5-1362-4c65-a9bf-6a4bddac8600} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1325 | 2024.03.26 14:49:30.949075 [ 3 ] {ef4e7fb5-1362-4c65-a9bf-6a4bddac8600} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1326 | 2024.03.26 14:49:30.949510 [ 3 ] {ef4e7fb5-1362-4c65-a9bf-6a4bddac8600} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1327 | 2024.03.26 14:49:30.949558 [ 3 ] {ef4e7fb5-1362-4c65-a9bf-6a4bddac8600} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
1328 | 2024.03.26 14:49:30.949946 [ 3 ] {ef4e7fb5-1362-4c65-a9bf-6a4bddac8600} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1329 | 2024.03.26 14:49:30.950274 [ 3 ] {ef4e7fb5-1362-4c65-a9bf-6a4bddac8600} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1330 | 2024.03.26 14:49:30.950447 [ 3 ] {ef4e7fb5-1362-4c65-a9bf-6a4bddac8600} <Debug> executeQuery: Read 54 rows, 4.38 KiB in 0.001686 sec., 32028.46975088968 rows/sec., 2.54 MiB/sec. | ||
1331 | 2024.03.26 14:49:30.950676 [ 3 ] {ef4e7fb5-1362-4c65-a9bf-6a4bddac8600} <Debug> DynamicQueryHandler: Done processing query | ||
1332 | 2024.03.26 14:49:30.950705 [ 3 ] {ef4e7fb5-1362-4c65-a9bf-6a4bddac8600} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1333 | 2024.03.26 14:49:30.950722 [ 3 ] {} <Debug> HTTP-Session: 990d7f7f-a8f0-4223-b39c-0c99b13c6d59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1334 | 2024.03.26 14:49:30.950906 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 25926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1335 | 2024.03.26 14:49:30.950955 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1336 | 2024.03.26 14:49:30.950974 [ 3 ] {} <Debug> HTTP-Session: 964e0901-acc5-4085-bbb3-f40075b1c503 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1337 | 2024.03.26 14:49:30.950991 [ 3 ] {} <Debug> HTTP-Session: 964e0901-acc5-4085-bbb3-f40075b1c503 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1338 | 2024.03.26 14:49:30.951005 [ 3 ] {} <Debug> HTTP-Session: 964e0901-acc5-4085-bbb3-f40075b1c503 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1339 | 2024.03.26 14:49:30.951036 [ 3 ] {} <Trace> HTTP-Session: 964e0901-acc5-4085-bbb3-f40075b1c503 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1340 | 2024.03.26 14:49:30.951149 [ 3 ] {64823dbb-155e-40b3-87c8-744fb267c579} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1341 | 2024.03.26 14:49:30.951191 [ 3 ] {64823dbb-155e-40b3-87c8-744fb267c579} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1342 | 2024.03.26 14:49:30.951338 [ 3 ] {64823dbb-155e-40b3-87c8-744fb267c579} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1343 | 2024.03.26 14:49:30.951752 [ 3 ] {64823dbb-155e-40b3-87c8-744fb267c579} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1344 | 2024.03.26 14:49:30.951789 [ 3 ] {64823dbb-155e-40b3-87c8-744fb267c579} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
1345 | 2024.03.26 14:49:30.952111 [ 3 ] {64823dbb-155e-40b3-87c8-744fb267c579} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1346 | 2024.03.26 14:49:30.952418 [ 3 ] {64823dbb-155e-40b3-87c8-744fb267c579} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1347 | 2024.03.26 14:49:30.952582 [ 3 ] {64823dbb-155e-40b3-87c8-744fb267c579} <Debug> executeQuery: Read 162 rows, 16.04 KiB in 0.001483 sec., 109238.03101820634 rows/sec., 10.56 MiB/sec. | ||
1348 | 2024.03.26 14:49:30.952784 [ 3 ] {64823dbb-155e-40b3-87c8-744fb267c579} <Debug> DynamicQueryHandler: Done processing query | ||
1349 | 2024.03.26 14:49:30.952815 [ 3 ] {64823dbb-155e-40b3-87c8-744fb267c579} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
1350 | 2024.03.26 14:49:30.952831 [ 3 ] {} <Debug> HTTP-Session: 964e0901-acc5-4085-bbb3-f40075b1c503 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1351 | 2024.03.26 14:49:30.952978 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 11411, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1352 | 2024.03.26 14:49:30.953027 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1353 | 2024.03.26 14:49:30.953046 [ 3 ] {} <Debug> HTTP-Session: bc4d5fed-e63d-41f9-839f-506839ebc9b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1354 | 2024.03.26 14:49:30.953063 [ 3 ] {} <Debug> HTTP-Session: bc4d5fed-e63d-41f9-839f-506839ebc9b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1355 | 2024.03.26 14:49:30.953077 [ 3 ] {} <Debug> HTTP-Session: bc4d5fed-e63d-41f9-839f-506839ebc9b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1356 | 2024.03.26 14:49:30.953107 [ 3 ] {} <Trace> HTTP-Session: bc4d5fed-e63d-41f9-839f-506839ebc9b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1357 | 2024.03.26 14:49:30.953202 [ 3 ] {42057df4-bc98-4dbb-90c4-e53d9cc10830} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1358 | 2024.03.26 14:49:30.953244 [ 3 ] {42057df4-bc98-4dbb-90c4-e53d9cc10830} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1359 | 2024.03.26 14:49:30.953381 [ 3 ] {42057df4-bc98-4dbb-90c4-e53d9cc10830} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1360 | 2024.03.26 14:49:30.953688 [ 3 ] {42057df4-bc98-4dbb-90c4-e53d9cc10830} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1361 | 2024.03.26 14:49:30.953725 [ 3 ] {42057df4-bc98-4dbb-90c4-e53d9cc10830} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
1362 | 2024.03.26 14:49:30.954030 [ 3 ] {42057df4-bc98-4dbb-90c4-e53d9cc10830} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1363 | 2024.03.26 14:49:30.954343 [ 3 ] {42057df4-bc98-4dbb-90c4-e53d9cc10830} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1364 | 2024.03.26 14:49:30.954503 [ 3 ] {42057df4-bc98-4dbb-90c4-e53d9cc10830} <Debug> executeQuery: Read 67 rows, 5.38 KiB in 0.001341 sec., 49962.7143922446 rows/sec., 3.92 MiB/sec. | ||
1365 | 2024.03.26 14:49:30.954728 [ 3 ] {42057df4-bc98-4dbb-90c4-e53d9cc10830} <Debug> DynamicQueryHandler: Done processing query | ||
1366 | 2024.03.26 14:49:30.954752 [ 3 ] {42057df4-bc98-4dbb-90c4-e53d9cc10830} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
1367 | 2024.03.26 14:49:30.954768 [ 3 ] {} <Debug> HTTP-Session: bc4d5fed-e63d-41f9-839f-506839ebc9b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1368 | 2024.03.26 14:49:30.954993 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 57758, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1369 | 2024.03.26 14:49:30.955040 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1370 | 2024.03.26 14:49:30.955058 [ 3 ] {} <Debug> HTTP-Session: 1c70a49f-f1b4-49a5-8965-55fc563e0cb1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1371 | 2024.03.26 14:49:30.955075 [ 3 ] {} <Debug> HTTP-Session: 1c70a49f-f1b4-49a5-8965-55fc563e0cb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1372 | 2024.03.26 14:49:30.955089 [ 3 ] {} <Debug> HTTP-Session: 1c70a49f-f1b4-49a5-8965-55fc563e0cb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1373 | 2024.03.26 14:49:30.955120 [ 3 ] {} <Trace> HTTP-Session: 1c70a49f-f1b4-49a5-8965-55fc563e0cb1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1374 | 2024.03.26 14:49:30.955475 [ 3 ] {e8b4e625-eeb1-4d04-a520-199ad4b4b5f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1375 | 2024.03.26 14:49:30.955523 [ 3 ] {e8b4e625-eeb1-4d04-a520-199ad4b4b5f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1376 | 2024.03.26 14:49:30.955709 [ 3 ] {e8b4e625-eeb1-4d04-a520-199ad4b4b5f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1377 | 2024.03.26 14:49:30.956300 [ 3 ] {e8b4e625-eeb1-4d04-a520-199ad4b4b5f2} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1378 | 2024.03.26 14:49:30.956337 [ 3 ] {e8b4e625-eeb1-4d04-a520-199ad4b4b5f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
1379 | 2024.03.26 14:49:30.956800 [ 3 ] {e8b4e625-eeb1-4d04-a520-199ad4b4b5f2} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1380 | 2024.03.26 14:49:30.957138 [ 3 ] {e8b4e625-eeb1-4d04-a520-199ad4b4b5f2} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1381 | 2024.03.26 14:49:30.957302 [ 3 ] {e8b4e625-eeb1-4d04-a520-199ad4b4b5f2} <Debug> executeQuery: Read 54 rows, 74.62 KiB in 0.002122 sec., 25447.69085768143 rows/sec., 34.34 MiB/sec. | ||
1382 | 2024.03.26 14:49:30.957549 [ 3 ] {e8b4e625-eeb1-4d04-a520-199ad4b4b5f2} <Debug> DynamicQueryHandler: Done processing query | ||
1383 | 2024.03.26 14:49:30.957574 [ 3 ] {e8b4e625-eeb1-4d04-a520-199ad4b4b5f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
1384 | 2024.03.26 14:49:30.957590 [ 3 ] {} <Debug> HTTP-Session: 1c70a49f-f1b4-49a5-8965-55fc563e0cb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1385 | 2024.03.26 14:49:30.957734 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 2403, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1386 | 2024.03.26 14:49:30.957783 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1387 | 2024.03.26 14:49:30.957801 [ 3 ] {} <Debug> HTTP-Session: 3b21c40e-5cfb-43b2-83c7-5d376e969911 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1388 | 2024.03.26 14:49:30.957819 [ 3 ] {} <Debug> HTTP-Session: 3b21c40e-5cfb-43b2-83c7-5d376e969911 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1389 | 2024.03.26 14:49:30.957833 [ 3 ] {} <Debug> HTTP-Session: 3b21c40e-5cfb-43b2-83c7-5d376e969911 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1390 | 2024.03.26 14:49:30.957863 [ 3 ] {} <Trace> HTTP-Session: 3b21c40e-5cfb-43b2-83c7-5d376e969911 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1391 | 2024.03.26 14:49:30.957937 [ 3 ] {213d001a-c4e8-475d-bc66-61e456fcb646} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
1392 | 2024.03.26 14:49:30.957981 [ 3 ] {213d001a-c4e8-475d-bc66-61e456fcb646} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1393 | 2024.03.26 14:49:30.958130 [ 3 ] {213d001a-c4e8-475d-bc66-61e456fcb646} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1394 | 2024.03.26 14:49:30.958394 [ 3 ] {213d001a-c4e8-475d-bc66-61e456fcb646} <Trace> oximeter.measurements_i64 (fa67eb9c-28c4-46ec-9d65-8d358f1a4527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1395 | 2024.03.26 14:49:30.958431 [ 3 ] {213d001a-c4e8-475d-bc66-61e456fcb646} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
1396 | 2024.03.26 14:49:30.958784 [ 3 ] {213d001a-c4e8-475d-bc66-61e456fcb646} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1397 | 2024.03.26 14:49:30.959102 [ 3 ] {213d001a-c4e8-475d-bc66-61e456fcb646} <Trace> oximeter.measurements_i64 (fa67eb9c-28c4-46ec-9d65-8d358f1a4527): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1398 | 2024.03.26 14:49:30.959271 [ 3 ] {213d001a-c4e8-475d-bc66-61e456fcb646} <Debug> executeQuery: Read 15 rows, 1.09 KiB in 0.001358 sec., 11045.655375552282 rows/sec., 801.10 KiB/sec. | ||
1399 | 2024.03.26 14:49:30.959510 [ 3 ] {213d001a-c4e8-475d-bc66-61e456fcb646} <Debug> DynamicQueryHandler: Done processing query | ||
1400 | 2024.03.26 14:49:30.959534 [ 3 ] {213d001a-c4e8-475d-bc66-61e456fcb646} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1401 | 2024.03.26 14:49:30.959550 [ 3 ] {} <Debug> HTTP-Session: 3b21c40e-5cfb-43b2-83c7-5d376e969911 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1402 | 2024.03.26 14:49:38.683939 [ 66 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1403 | 2024.03.26 14:49:38.684033 [ 66 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1404 | 2024.03.26 14:49:40.948024 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 8077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1405 | 2024.03.26 14:49:40.948147 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1406 | 2024.03.26 14:49:40.948176 [ 3 ] {} <Debug> HTTP-Session: 970d8c39-042f-4e09-9e3d-ba58f4de73cf Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1407 | 2024.03.26 14:49:40.948204 [ 3 ] {} <Debug> HTTP-Session: 970d8c39-042f-4e09-9e3d-ba58f4de73cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1408 | 2024.03.26 14:49:40.948222 [ 3 ] {} <Debug> HTTP-Session: 970d8c39-042f-4e09-9e3d-ba58f4de73cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1409 | 2024.03.26 14:49:40.948280 [ 3 ] {} <Trace> HTTP-Session: 970d8c39-042f-4e09-9e3d-ba58f4de73cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1410 | 2024.03.26 14:49:40.948428 [ 3 ] {51231e48-c585-4da1-8da7-ec524fa4acf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1411 | 2024.03.26 14:49:40.948501 [ 3 ] {51231e48-c585-4da1-8da7-ec524fa4acf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1412 | 2024.03.26 14:49:40.948722 [ 3 ] {51231e48-c585-4da1-8da7-ec524fa4acf9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1413 | 2024.03.26 14:49:40.949127 [ 3 ] {51231e48-c585-4da1-8da7-ec524fa4acf9} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1414 | 2024.03.26 14:49:40.949176 [ 3 ] {51231e48-c585-4da1-8da7-ec524fa4acf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
1415 | 2024.03.26 14:49:40.949570 [ 3 ] {51231e48-c585-4da1-8da7-ec524fa4acf9} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1416 | 2024.03.26 14:49:40.949912 [ 3 ] {51231e48-c585-4da1-8da7-ec524fa4acf9} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1417 | 2024.03.26 14:49:40.950074 [ 3 ] {51231e48-c585-4da1-8da7-ec524fa4acf9} <Debug> executeQuery: Read 56 rows, 4.54 KiB in 0.001717 sec., 32615.026208503205 rows/sec., 2.58 MiB/sec. | ||
1418 | 2024.03.26 14:49:40.950319 [ 3 ] {51231e48-c585-4da1-8da7-ec524fa4acf9} <Debug> DynamicQueryHandler: Done processing query | ||
1419 | 2024.03.26 14:49:40.950346 [ 3 ] {51231e48-c585-4da1-8da7-ec524fa4acf9} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1420 | 2024.03.26 14:49:40.950363 [ 3 ] {} <Debug> HTTP-Session: 970d8c39-042f-4e09-9e3d-ba58f4de73cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1421 | 2024.03.26 14:49:40.950531 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 26882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1422 | 2024.03.26 14:49:40.950580 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1423 | 2024.03.26 14:49:40.950599 [ 3 ] {} <Debug> HTTP-Session: b988a3d8-972f-47be-b126-74f4988f7cbc Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1424 | 2024.03.26 14:49:40.950616 [ 3 ] {} <Debug> HTTP-Session: b988a3d8-972f-47be-b126-74f4988f7cbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1425 | 2024.03.26 14:49:40.950631 [ 3 ] {} <Debug> HTTP-Session: b988a3d8-972f-47be-b126-74f4988f7cbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1426 | 2024.03.26 14:49:40.950661 [ 3 ] {} <Trace> HTTP-Session: b988a3d8-972f-47be-b126-74f4988f7cbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1427 | 2024.03.26 14:49:40.950771 [ 3 ] {ebe47962-9cc5-4ae5-a0f3-7a1836b16186} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1428 | 2024.03.26 14:49:40.950812 [ 3 ] {ebe47962-9cc5-4ae5-a0f3-7a1836b16186} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1429 | 2024.03.26 14:49:40.950955 [ 3 ] {ebe47962-9cc5-4ae5-a0f3-7a1836b16186} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1430 | 2024.03.26 14:49:40.951329 [ 3 ] {ebe47962-9cc5-4ae5-a0f3-7a1836b16186} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1431 | 2024.03.26 14:49:40.951367 [ 3 ] {ebe47962-9cc5-4ae5-a0f3-7a1836b16186} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
1432 | 2024.03.26 14:49:40.951694 [ 3 ] {ebe47962-9cc5-4ae5-a0f3-7a1836b16186} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1433 | 2024.03.26 14:49:40.952002 [ 3 ] {ebe47962-9cc5-4ae5-a0f3-7a1836b16186} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1434 | 2024.03.26 14:49:40.952156 [ 3 ] {ebe47962-9cc5-4ae5-a0f3-7a1836b16186} <Debug> executeQuery: Read 168 rows, 16.63 KiB in 0.00144 sec., 116666.66666666666 rows/sec., 11.28 MiB/sec. | ||
1435 | 2024.03.26 14:49:40.952161 [ 65 ] {} <Debug> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1436 | 2024.03.26 14:49:40.952279 [ 65 ] {} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1437 | 2024.03.26 14:49:40.952313 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
1438 | 2024.03.26 14:49:40.952332 [ 3 ] {ebe47962-9cc5-4ae5-a0f3-7a1836b16186} <Debug> DynamicQueryHandler: Done processing query | ||
1439 | 2024.03.26 14:49:40.952374 [ 3 ] {ebe47962-9cc5-4ae5-a0f3-7a1836b16186} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
1440 | 2024.03.26 14:49:40.952434 [ 3 ] {} <Debug> HTTP-Session: b988a3d8-972f-47be-b126-74f4988f7cbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1441 | 2024.03.26 14:49:40.952748 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 9534, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1442 | 2024.03.26 14:49:40.952799 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1443 | 2024.03.26 14:49:40.952819 [ 3 ] {} <Debug> HTTP-Session: 98cd9287-b79f-4353-9ae7-35e0ff639008 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1444 | 2024.03.26 14:49:40.952836 [ 3 ] {} <Debug> HTTP-Session: 98cd9287-b79f-4353-9ae7-35e0ff639008 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1445 | 2024.03.26 14:49:40.952851 [ 3 ] {} <Debug> HTTP-Session: 98cd9287-b79f-4353-9ae7-35e0ff639008 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1446 | 2024.03.26 14:49:40.952884 [ 3 ] {} <Trace> HTTP-Session: 98cd9287-b79f-4353-9ae7-35e0ff639008 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1447 | 2024.03.26 14:49:40.952968 [ 3 ] {3fc82193-6887-4203-b348-26266d509f4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1448 | 2024.03.26 14:49:40.953010 [ 3 ] {3fc82193-6887-4203-b348-26266d509f4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1449 | 2024.03.26 14:49:40.953152 [ 3 ] {3fc82193-6887-4203-b348-26266d509f4c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1450 | 2024.03.26 14:49:40.953514 [ 3 ] {3fc82193-6887-4203-b348-26266d509f4c} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1451 | 2024.03.26 14:49:40.953552 [ 3 ] {3fc82193-6887-4203-b348-26266d509f4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
1452 | 2024.03.26 14:49:40.953850 [ 3 ] {3fc82193-6887-4203-b348-26266d509f4c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1453 | 2024.03.26 14:49:40.954157 [ 3 ] {3fc82193-6887-4203-b348-26266d509f4c} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1454 | 2024.03.26 14:49:40.954312 [ 65 ] {} <Debug> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1455 | 2024.03.26 14:49:40.954323 [ 3 ] {3fc82193-6887-4203-b348-26266d509f4c} <Debug> executeQuery: Read 56 rows, 4.48 KiB in 0.001383 sec., 40491.68474331164 rows/sec., 3.17 MiB/sec. | ||
1456 | 2024.03.26 14:49:40.954361 [ 65 ] {} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1457 | 2024.03.26 14:49:40.954425 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
1458 | 2024.03.26 14:49:40.954556 [ 3 ] {3fc82193-6887-4203-b348-26266d509f4c} <Debug> DynamicQueryHandler: Done processing query | ||
1459 | 2024.03.26 14:49:40.954589 [ 3 ] {3fc82193-6887-4203-b348-26266d509f4c} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
1460 | 2024.03.26 14:49:40.954606 [ 3 ] {} <Debug> HTTP-Session: 98cd9287-b79f-4353-9ae7-35e0ff639008 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1461 | 2024.03.26 14:49:40.954798 [ 190 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::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 | ||
1462 | 2024.03.26 14:49:40.954809 [ 186 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::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 | ||
1463 | 2024.03.26 14:49:40.954916 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 59895, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1464 | 2024.03.26 14:49:40.955023 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1465 | 2024.03.26 14:49:40.955120 [ 3 ] {} <Debug> HTTP-Session: d45f5cc7-5c94-43fd-9058-06cff4569c59 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1466 | 2024.03.26 14:49:40.955221 [ 3 ] {} <Debug> HTTP-Session: d45f5cc7-5c94-43fd-9058-06cff4569c59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1467 | 2024.03.26 14:49:40.955297 [ 3 ] {} <Debug> HTTP-Session: d45f5cc7-5c94-43fd-9058-06cff4569c59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1468 | 2024.03.26 14:49:40.955369 [ 186 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1469 | 2024.03.26 14:49:40.955382 [ 190 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1470 | 2024.03.26 14:49:40.955407 [ 3 ] {} <Trace> HTTP-Session: d45f5cc7-5c94-43fd-9058-06cff4569c59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1471 | 2024.03.26 14:49:40.955590 [ 186 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 50 rows starting from the beginning of the part | ||
1472 | 2024.03.26 14:49:40.955587 [ 190 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 129 rows starting from the beginning of the part | ||
1473 | 2024.03.26 14:49:40.955957 [ 190 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 132 rows starting from the beginning of the part | ||
1474 | 2024.03.26 14:49:40.955985 [ 186 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 44 rows starting from the beginning of the part | ||
1475 | 2024.03.26 14:49:40.956066 [ 3 ] {147e6b72-d432-4dee-9e2e-e4aaf3c42f17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1476 | 2024.03.26 14:49:40.956500 [ 3 ] {147e6b72-d432-4dee-9e2e-e4aaf3c42f17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1477 | 2024.03.26 14:49:40.956644 [ 186 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part | ||
1478 | 2024.03.26 14:49:40.957093 [ 190 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 36 rows starting from the beginning of the part | ||
1479 | 2024.03.26 14:49:40.957319 [ 186 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::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 | ||
1480 | 2024.03.26 14:49:40.957899 [ 190 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 132 rows starting from the beginning of the part | ||
1481 | 2024.03.26 14:49:40.958074 [ 186 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 67 rows starting from the beginning of the part | ||
1482 | 2024.03.26 14:49:40.958690 [ 186 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part | ||
1483 | 2024.03.26 14:49:40.958888 [ 190 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 162 rows starting from the beginning of the part | ||
1484 | 2024.03.26 14:49:40.959638 [ 190 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 168 rows starting from the beginning of the part | ||
1485 | 2024.03.26 14:49:40.959872 [ 3 ] {147e6b72-d432-4dee-9e2e-e4aaf3c42f17} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1486 | 2024.03.26 14:49:40.962791 [ 3 ] {147e6b72-d432-4dee-9e2e-e4aaf3c42f17} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1487 | 2024.03.26 14:49:40.962958 [ 3 ] {147e6b72-d432-4dee-9e2e-e4aaf3c42f17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
1488 | 2024.03.26 14:49:40.963241 [ 186 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 285 rows, containing 4 columns (4 merged, 0 gathered) in 0.008554778 sec., 33314.716056921636 rows/sec., 2.61 MiB/sec. | ||
1489 | 2024.03.26 14:49:40.963621 [ 186 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1490 | 2024.03.26 14:49:40.965216 [ 190 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 759 rows, containing 4 columns (4 merged, 0 gathered) in 0.012776896 sec., 59404.09939941595 rows/sec., 5.75 MiB/sec. | ||
1491 | 2024.03.26 14:49:40.965508 [ 189 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_6_1} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1492 | 2024.03.26 14:49:40.965527 [ 190 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1493 | 2024.03.26 14:49:40.965696 [ 3 ] {147e6b72-d432-4dee-9e2e-e4aaf3c42f17} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1494 | 2024.03.26 14:49:40.965884 [ 189 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_6_1} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1495 | 2024.03.26 14:49:40.966655 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
1496 | 2024.03.26 14:49:40.966928 [ 190 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_6_1} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1497 | 2024.03.26 14:49:40.967114 [ 3 ] {147e6b72-d432-4dee-9e2e-e4aaf3c42f17} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1498 | 2024.03.26 14:49:40.967146 [ 190 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_6_1} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1499 | 2024.03.26 14:49:40.967349 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
1500 | 2024.03.26 14:49:40.967515 [ 3 ] {147e6b72-d432-4dee-9e2e-e4aaf3c42f17} <Debug> executeQuery: Read 56 rows, 77.38 KiB in 0.012025 sec., 4656.9646569646575 rows/sec., 6.28 MiB/sec. | ||
1501 | 2024.03.26 14:49:40.967865 [ 3 ] {147e6b72-d432-4dee-9e2e-e4aaf3c42f17} <Debug> DynamicQueryHandler: Done processing query | ||
1502 | 2024.03.26 14:49:40.967891 [ 3 ] {147e6b72-d432-4dee-9e2e-e4aaf3c42f17} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
1503 | 2024.03.26 14:49:40.967908 [ 3 ] {} <Debug> HTTP-Session: d45f5cc7-5c94-43fd-9058-06cff4569c59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1504 | 2024.03.26 14:49:45.946576 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 475, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1505 | 2024.03.26 14:49:45.946706 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1506 | 2024.03.26 14:49:45.946731 [ 3 ] {} <Debug> HTTP-Session: 2f7af2f9-32c7-4a57-8af1-80c6ab6eb564 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1507 | 2024.03.26 14:49:45.946755 [ 3 ] {} <Debug> HTTP-Session: 2f7af2f9-32c7-4a57-8af1-80c6ab6eb564 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1508 | 2024.03.26 14:49:45.946769 [ 3 ] {} <Debug> HTTP-Session: 2f7af2f9-32c7-4a57-8af1-80c6ab6eb564 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1509 | 2024.03.26 14:49:45.946819 [ 3 ] {} <Trace> HTTP-Session: 2f7af2f9-32c7-4a57-8af1-80c6ab6eb564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1510 | 2024.03.26 14:49:45.946972 [ 3 ] {60ecfdd0-8ce1-4e70-85ce-df57eb4fa7c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', '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') FORMAT JSONEachRow; (stage: Complete) | ||
1511 | 2024.03.26 14:49:45.947314 [ 3 ] {60ecfdd0-8ce1-4e70-85ce-df57eb4fa7c7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1512 | 2024.03.26 14:49:45.947352 [ 3 ] {60ecfdd0-8ce1-4e70-85ce-df57eb4fa7c7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', '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')" moved to PREWHERE | ||
1513 | 2024.03.26 14:49:45.947613 [ 3 ] {60ecfdd0-8ce1-4e70-85ce-df57eb4fa7c7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1514 | 2024.03.26 14:49:45.947691 [ 3 ] {60ecfdd0-8ce1-4e70-85ce-df57eb4fa7c7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1515 | 2024.03.26 14:49:45.947861 [ 3 ] {60ecfdd0-8ce1-4e70-85ce-df57eb4fa7c7} <Debug> oximeter.timeseries_schema (385270dd-ba68-4175-97f1-1c53af9f610b) (SelectExecutor): Key condition: (column 0 notIn 10-element set) | ||
1516 | 2024.03.26 14:49:45.948020 [ 255 ] {60ecfdd0-8ce1-4e70-85ce-df57eb4fa7c7} <Trace> oximeter.timeseries_schema (385270dd-ba68-4175-97f1-1c53af9f610b) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1517 | 2024.03.26 14:49:45.948022 [ 256 ] {60ecfdd0-8ce1-4e70-85ce-df57eb4fa7c7} <Trace> oximeter.timeseries_schema (385270dd-ba68-4175-97f1-1c53af9f610b) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1518 | 2024.03.26 14:49:45.948184 [ 3 ] {60ecfdd0-8ce1-4e70-85ce-df57eb4fa7c7} <Debug> oximeter.timeseries_schema (385270dd-ba68-4175-97f1-1c53af9f610b) (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 | ||
1519 | 2024.03.26 14:49:45.948214 [ 3 ] {60ecfdd0-8ce1-4e70-85ce-df57eb4fa7c7} <Trace> oximeter.timeseries_schema (385270dd-ba68-4175-97f1-1c53af9f610b) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1520 | 2024.03.26 14:49:45.948428 [ 3 ] {60ecfdd0-8ce1-4e70-85ce-df57eb4fa7c7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1521 | 2024.03.26 14:49:45.950458 [ 3 ] {60ecfdd0-8ce1-4e70-85ce-df57eb4fa7c7} <Debug> oximeter.timeseries_schema (385270dd-ba68-4175-97f1-1c53af9f610b) (SelectExecutor): Reading approx. 10 rows with 2 streams | ||
1522 | 2024.03.26 14:49:45.950553 [ 3 ] {60ecfdd0-8ce1-4e70-85ce-df57eb4fa7c7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', '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'))" | ||
1523 | 2024.03.26 14:49:45.950612 [ 3 ] {60ecfdd0-8ce1-4e70-85ce-df57eb4fa7c7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', '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'))" | ||
1524 | 2024.03.26 14:49:45.952346 [ 3 ] {60ecfdd0-8ce1-4e70-85ce-df57eb4fa7c7} <Debug> executeQuery: Read 10 rows, 435.00 B in 0.005461 sec., 1831.1664530305807 rows/sec., 77.79 KiB/sec. | ||
1525 | 2024.03.26 14:49:45.952640 [ 3 ] {60ecfdd0-8ce1-4e70-85ce-df57eb4fa7c7} <Debug> DynamicQueryHandler: Done processing query | ||
1526 | 2024.03.26 14:49:45.952667 [ 3 ] {60ecfdd0-8ce1-4e70-85ce-df57eb4fa7c7} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1527 | 2024.03.26 14:49:45.952683 [ 3 ] {} <Debug> HTTP-Session: 2f7af2f9-32c7-4a57-8af1-80c6ab6eb564 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1528 | 2024.03.26 14:49:45.952841 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1529 | 2024.03.26 14:49:45.952892 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1530 | 2024.03.26 14:49:45.952911 [ 3 ] {} <Debug> HTTP-Session: b2c490db-8ce9-4f1b-8d56-09e76718b3bf Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1531 | 2024.03.26 14:49:45.952928 [ 3 ] {} <Debug> HTTP-Session: b2c490db-8ce9-4f1b-8d56-09e76718b3bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1532 | 2024.03.26 14:49:45.952941 [ 3 ] {} <Debug> HTTP-Session: b2c490db-8ce9-4f1b-8d56-09e76718b3bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1533 | 2024.03.26 14:49:45.952973 [ 3 ] {} <Trace> HTTP-Session: b2c490db-8ce9-4f1b-8d56-09e76718b3bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1534 | 2024.03.26 14:49:45.953057 [ 3 ] {535a1581-971c-4e09-b047-c82bbd07d23b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1535 | 2024.03.26 14:49:45.953102 [ 3 ] {535a1581-971c-4e09-b047-c82bbd07d23b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1536 | 2024.03.26 14:49:45.953276 [ 3 ] {535a1581-971c-4e09-b047-c82bbd07d23b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1537 | 2024.03.26 14:49:45.953631 [ 3 ] {535a1581-971c-4e09-b047-c82bbd07d23b} <Trace> oximeter.timeseries_schema (385270dd-ba68-4175-97f1-1c53af9f610b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1538 | 2024.03.26 14:49:45.953677 [ 3 ] {535a1581-971c-4e09-b047-c82bbd07d23b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
1539 | 2024.03.26 14:49:45.954203 [ 3 ] {535a1581-971c-4e09-b047-c82bbd07d23b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1540 | 2024.03.26 14:49:45.954522 [ 3 ] {535a1581-971c-4e09-b047-c82bbd07d23b} <Trace> oximeter.timeseries_schema (385270dd-ba68-4175-97f1-1c53af9f610b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1541 | 2024.03.26 14:49:45.954691 [ 3 ] {535a1581-971c-4e09-b047-c82bbd07d23b} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001673 sec., 597.7286312014345 rows/sec., 135.42 KiB/sec. | ||
1542 | 2024.03.26 14:49:45.954941 [ 3 ] {535a1581-971c-4e09-b047-c82bbd07d23b} <Debug> DynamicQueryHandler: Done processing query | ||
1543 | 2024.03.26 14:49:45.954967 [ 3 ] {535a1581-971c-4e09-b047-c82bbd07d23b} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
1544 | 2024.03.26 14:49:45.954983 [ 3 ] {} <Debug> HTTP-Session: b2c490db-8ce9-4f1b-8d56-09e76718b3bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1545 | 2024.03.26 14:49:45.955175 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1546 | 2024.03.26 14:49:45.955225 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1547 | 2024.03.26 14:49:45.955243 [ 3 ] {} <Debug> HTTP-Session: f51f53bb-418b-45f2-bcd0-1d3bd572197c Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1548 | 2024.03.26 14:49:45.955261 [ 3 ] {} <Debug> HTTP-Session: f51f53bb-418b-45f2-bcd0-1d3bd572197c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1549 | 2024.03.26 14:49:45.955274 [ 3 ] {} <Debug> HTTP-Session: f51f53bb-418b-45f2-bcd0-1d3bd572197c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1550 | 2024.03.26 14:49:45.955305 [ 3 ] {} <Trace> HTTP-Session: f51f53bb-418b-45f2-bcd0-1d3bd572197c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1551 | 2024.03.26 14:49:45.955370 [ 3 ] {ea30c351-964c-4a7b-abe5-5e69b00f035e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
1552 | 2024.03.26 14:49:45.955411 [ 3 ] {ea30c351-964c-4a7b-abe5-5e69b00f035e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
1553 | 2024.03.26 14:49:45.955645 [ 3 ] {ea30c351-964c-4a7b-abe5-5e69b00f035e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1554 | 2024.03.26 14:49:45.955959 [ 3 ] {ea30c351-964c-4a7b-abe5-5e69b00f035e} <Trace> oximeter.fields_ipaddr (b9cacdb2-3543-418a-8ac0-d16d067a037a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1555 | 2024.03.26 14:49:45.955997 [ 3 ] {ea30c351-964c-4a7b-abe5-5e69b00f035e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
1556 | 2024.03.26 14:49:45.956396 [ 3 ] {ea30c351-964c-4a7b-abe5-5e69b00f035e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1557 | 2024.03.26 14:49:45.956708 [ 3 ] {ea30c351-964c-4a7b-abe5-5e69b00f035e} <Trace> oximeter.fields_ipaddr (b9cacdb2-3543-418a-8ac0-d16d067a037a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1558 | 2024.03.26 14:49:45.956863 [ 3 ] {ea30c351-964c-4a7b-abe5-5e69b00f035e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00151 sec., 1324.503311258278 rows/sec., 108.00 KiB/sec. | ||
1559 | 2024.03.26 14:49:45.957073 [ 3 ] {ea30c351-964c-4a7b-abe5-5e69b00f035e} <Debug> DynamicQueryHandler: Done processing query | ||
1560 | 2024.03.26 14:49:45.957097 [ 3 ] {ea30c351-964c-4a7b-abe5-5e69b00f035e} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
1561 | 2024.03.26 14:49:45.957113 [ 3 ] {} <Debug> HTTP-Session: f51f53bb-418b-45f2-bcd0-1d3bd572197c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1562 | 2024.03.26 14:49:45.957270 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 5133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1563 | 2024.03.26 14:49:45.957318 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1564 | 2024.03.26 14:49:45.957336 [ 3 ] {} <Debug> HTTP-Session: 0570e381-b72c-42d4-a220-7345a7c3fb2b Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1565 | 2024.03.26 14:49:45.957353 [ 3 ] {} <Debug> HTTP-Session: 0570e381-b72c-42d4-a220-7345a7c3fb2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1566 | 2024.03.26 14:49:45.957367 [ 3 ] {} <Debug> HTTP-Session: 0570e381-b72c-42d4-a220-7345a7c3fb2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1567 | 2024.03.26 14:49:45.957397 [ 3 ] {} <Trace> HTTP-Session: 0570e381-b72c-42d4-a220-7345a7c3fb2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1568 | 2024.03.26 14:49:45.957475 [ 3 ] {56def19b-6632-45c3-b564-21c55c65808c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1569 | 2024.03.26 14:49:45.957515 [ 3 ] {56def19b-6632-45c3-b564-21c55c65808c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1570 | 2024.03.26 14:49:45.957661 [ 3 ] {56def19b-6632-45c3-b564-21c55c65808c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1571 | 2024.03.26 14:49:45.957983 [ 3 ] {56def19b-6632-45c3-b564-21c55c65808c} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1572 | 2024.03.26 14:49:45.958021 [ 3 ] {56def19b-6632-45c3-b564-21c55c65808c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
1573 | 2024.03.26 14:49:45.958324 [ 3 ] {56def19b-6632-45c3-b564-21c55c65808c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1574 | 2024.03.26 14:49:45.958639 [ 3 ] {56def19b-6632-45c3-b564-21c55c65808c} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1575 | 2024.03.26 14:49:45.958779 [ 3 ] {56def19b-6632-45c3-b564-21c55c65808c} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001332 sec., 27777.777777777777 rows/sec., 2.09 MiB/sec. | ||
1576 | 2024.03.26 14:49:45.958901 [ 3 ] {56def19b-6632-45c3-b564-21c55c65808c} <Debug> DynamicQueryHandler: Done processing query | ||
1577 | 2024.03.26 14:49:45.958924 [ 3 ] {56def19b-6632-45c3-b564-21c55c65808c} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1578 | 2024.03.26 14:49:45.958939 [ 3 ] {} <Debug> HTTP-Session: 0570e381-b72c-42d4-a220-7345a7c3fb2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1579 | 2024.03.26 14:49:45.959062 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1580 | 2024.03.26 14:49:45.959109 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1581 | 2024.03.26 14:49:45.959127 [ 3 ] {} <Debug> HTTP-Session: e9e95776-48e9-4061-86bf-969731180bc9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1582 | 2024.03.26 14:49:45.959143 [ 3 ] {} <Debug> HTTP-Session: e9e95776-48e9-4061-86bf-969731180bc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1583 | 2024.03.26 14:49:45.959157 [ 3 ] {} <Debug> HTTP-Session: e9e95776-48e9-4061-86bf-969731180bc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1584 | 2024.03.26 14:49:45.959187 [ 3 ] {} <Trace> HTTP-Session: e9e95776-48e9-4061-86bf-969731180bc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1585 | 2024.03.26 14:49:45.959249 [ 3 ] {d3a08706-e611-4382-b57f-77cc16ba6596} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
1586 | 2024.03.26 14:49:45.959289 [ 3 ] {d3a08706-e611-4382-b57f-77cc16ba6596} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1587 | 2024.03.26 14:49:45.959413 [ 3 ] {d3a08706-e611-4382-b57f-77cc16ba6596} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1588 | 2024.03.26 14:49:45.959775 [ 3 ] {d3a08706-e611-4382-b57f-77cc16ba6596} <Trace> oximeter.fields_u16 (e20b24dd-90f0-4a6f-bcd9-27e96d38dd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1589 | 2024.03.26 14:49:45.959813 [ 3 ] {d3a08706-e611-4382-b57f-77cc16ba6596} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
1590 | 2024.03.26 14:49:45.960111 [ 3 ] {d3a08706-e611-4382-b57f-77cc16ba6596} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1591 | 2024.03.26 14:49:45.960429 [ 3 ] {d3a08706-e611-4382-b57f-77cc16ba6596} <Trace> oximeter.fields_u16 (e20b24dd-90f0-4a6f-bcd9-27e96d38dd35): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1592 | 2024.03.26 14:49:45.960585 [ 3 ] {d3a08706-e611-4382-b57f-77cc16ba6596} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001353 sec., 1478.1966001478197 rows/sec., 103.21 KiB/sec. | ||
1593 | 2024.03.26 14:49:45.960799 [ 3 ] {d3a08706-e611-4382-b57f-77cc16ba6596} <Debug> DynamicQueryHandler: Done processing query | ||
1594 | 2024.03.26 14:49:45.960822 [ 3 ] {d3a08706-e611-4382-b57f-77cc16ba6596} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
1595 | 2024.03.26 14:49:45.960838 [ 3 ] {} <Debug> HTTP-Session: e9e95776-48e9-4061-86bf-969731180bc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1596 | 2024.03.26 14:49:45.960951 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 4433, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1597 | 2024.03.26 14:49:45.960999 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1598 | 2024.03.26 14:49:45.961018 [ 3 ] {} <Debug> HTTP-Session: d3a1bc77-4c80-4b23-a13a-7d38f3aab536 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1599 | 2024.03.26 14:49:45.961035 [ 3 ] {} <Debug> HTTP-Session: d3a1bc77-4c80-4b23-a13a-7d38f3aab536 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1600 | 2024.03.26 14:49:45.961049 [ 3 ] {} <Debug> HTTP-Session: d3a1bc77-4c80-4b23-a13a-7d38f3aab536 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1601 | 2024.03.26 14:49:45.961079 [ 3 ] {} <Trace> HTTP-Session: d3a1bc77-4c80-4b23-a13a-7d38f3aab536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1602 | 2024.03.26 14:49:45.961151 [ 3 ] {6bf7e740-21e9-4dd5-bfab-c0b026be11ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1603 | 2024.03.26 14:49:45.961190 [ 3 ] {6bf7e740-21e9-4dd5-bfab-c0b026be11ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1604 | 2024.03.26 14:49:45.961329 [ 3 ] {6bf7e740-21e9-4dd5-bfab-c0b026be11ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1605 | 2024.03.26 14:49:45.961641 [ 3 ] {6bf7e740-21e9-4dd5-bfab-c0b026be11ef} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1606 | 2024.03.26 14:49:45.961678 [ 3 ] {6bf7e740-21e9-4dd5-bfab-c0b026be11ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
1607 | 2024.03.26 14:49:45.962037 [ 3 ] {6bf7e740-21e9-4dd5-bfab-c0b026be11ef} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1608 | 2024.03.26 14:49:45.962342 [ 3 ] {6bf7e740-21e9-4dd5-bfab-c0b026be11ef} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1609 | 2024.03.26 14:49:45.962499 [ 3 ] {6bf7e740-21e9-4dd5-bfab-c0b026be11ef} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.001378 sec., 18867.924528301886 rows/sec., 1.46 MiB/sec. | ||
1610 | 2024.03.26 14:49:45.962624 [ 3 ] {6bf7e740-21e9-4dd5-bfab-c0b026be11ef} <Debug> DynamicQueryHandler: Done processing query | ||
1611 | 2024.03.26 14:49:45.962649 [ 3 ] {6bf7e740-21e9-4dd5-bfab-c0b026be11ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1612 | 2024.03.26 14:49:45.962664 [ 3 ] {} <Debug> HTTP-Session: d3a1bc77-4c80-4b23-a13a-7d38f3aab536 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1613 | 2024.03.26 14:49:45.962785 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 7196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1614 | 2024.03.26 14:49:45.962832 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1615 | 2024.03.26 14:49:45.962850 [ 3 ] {} <Debug> HTTP-Session: 056d9d4e-7920-4109-b46d-5a19e3af0d3e Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1616 | 2024.03.26 14:49:45.962866 [ 3 ] {} <Debug> HTTP-Session: 056d9d4e-7920-4109-b46d-5a19e3af0d3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1617 | 2024.03.26 14:49:45.962880 [ 3 ] {} <Debug> HTTP-Session: 056d9d4e-7920-4109-b46d-5a19e3af0d3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1618 | 2024.03.26 14:49:45.962909 [ 3 ] {} <Trace> HTTP-Session: 056d9d4e-7920-4109-b46d-5a19e3af0d3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1619 | 2024.03.26 14:49:45.962986 [ 3 ] {58f0a520-ed61-410f-bfa0-a13e91d28237} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1620 | 2024.03.26 14:49:45.963030 [ 3 ] {58f0a520-ed61-410f-bfa0-a13e91d28237} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1621 | 2024.03.26 14:49:45.963181 [ 3 ] {58f0a520-ed61-410f-bfa0-a13e91d28237} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1622 | 2024.03.26 14:49:45.963502 [ 3 ] {58f0a520-ed61-410f-bfa0-a13e91d28237} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1623 | 2024.03.26 14:49:45.963539 [ 3 ] {58f0a520-ed61-410f-bfa0-a13e91d28237} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
1624 | 2024.03.26 14:49:45.963908 [ 3 ] {58f0a520-ed61-410f-bfa0-a13e91d28237} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1625 | 2024.03.26 14:49:45.964261 [ 3 ] {58f0a520-ed61-410f-bfa0-a13e91d28237} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1626 | 2024.03.26 14:49:45.964431 [ 3 ] {58f0a520-ed61-410f-bfa0-a13e91d28237} <Debug> executeQuery: Read 37 rows, 2.67 KiB in 0.00147 sec., 25170.068027210884 rows/sec., 1.78 MiB/sec. | ||
1627 | 2024.03.26 14:49:45.964654 [ 3 ] {58f0a520-ed61-410f-bfa0-a13e91d28237} <Debug> DynamicQueryHandler: Done processing query | ||
1628 | 2024.03.26 14:49:45.964678 [ 3 ] {58f0a520-ed61-410f-bfa0-a13e91d28237} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1629 | 2024.03.26 14:49:45.964695 [ 3 ] {} <Debug> HTTP-Session: 056d9d4e-7920-4109-b46d-5a19e3af0d3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1630 | 2024.03.26 14:49:50.948383 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 8077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1631 | 2024.03.26 14:49:50.948525 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1632 | 2024.03.26 14:49:50.948554 [ 3 ] {} <Debug> HTTP-Session: 17302e1a-f08b-4709-8fbe-df7b96be3187 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1633 | 2024.03.26 14:49:50.948583 [ 3 ] {} <Debug> HTTP-Session: 17302e1a-f08b-4709-8fbe-df7b96be3187 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1634 | 2024.03.26 14:49:50.948601 [ 3 ] {} <Debug> HTTP-Session: 17302e1a-f08b-4709-8fbe-df7b96be3187 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1635 | 2024.03.26 14:49:50.948656 [ 3 ] {} <Trace> HTTP-Session: 17302e1a-f08b-4709-8fbe-df7b96be3187 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1636 | 2024.03.26 14:49:50.948802 [ 3 ] {66e32744-52fb-48b8-8fd4-5c8d6246fe9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1637 | 2024.03.26 14:49:50.948873 [ 3 ] {66e32744-52fb-48b8-8fd4-5c8d6246fe9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1638 | 2024.03.26 14:49:50.949088 [ 3 ] {66e32744-52fb-48b8-8fd4-5c8d6246fe9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1639 | 2024.03.26 14:49:50.949575 [ 3 ] {66e32744-52fb-48b8-8fd4-5c8d6246fe9c} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1640 | 2024.03.26 14:49:50.949626 [ 3 ] {66e32744-52fb-48b8-8fd4-5c8d6246fe9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
1641 | 2024.03.26 14:49:50.950017 [ 3 ] {66e32744-52fb-48b8-8fd4-5c8d6246fe9c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1642 | 2024.03.26 14:49:50.950356 [ 3 ] {66e32744-52fb-48b8-8fd4-5c8d6246fe9c} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1643 | 2024.03.26 14:49:50.950503 [ 3 ] {66e32744-52fb-48b8-8fd4-5c8d6246fe9c} <Debug> executeQuery: Read 56 rows, 4.54 KiB in 0.001773 sec., 31584.884376762548 rows/sec., 2.50 MiB/sec. | ||
1644 | 2024.03.26 14:49:50.950508 [ 60 ] {} <Debug> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1645 | 2024.03.26 14:49:50.950575 [ 60 ] {} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1646 | 2024.03.26 14:49:50.950615 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
1647 | 2024.03.26 14:49:50.950681 [ 3 ] {66e32744-52fb-48b8-8fd4-5c8d6246fe9c} <Debug> DynamicQueryHandler: Done processing query | ||
1648 | 2024.03.26 14:49:50.950722 [ 3 ] {66e32744-52fb-48b8-8fd4-5c8d6246fe9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1649 | 2024.03.26 14:49:50.950776 [ 3 ] {} <Debug> HTTP-Session: 17302e1a-f08b-4709-8fbe-df7b96be3187 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1650 | 2024.03.26 14:49:50.950890 [ 190 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::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 | ||
1651 | 2024.03.26 14:49:50.950982 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1652 | 2024.03.26 14:49:50.951089 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1653 | 2024.03.26 14:49:50.951140 [ 3 ] {} <Debug> HTTP-Session: f76eeb17-8ca5-4038-aefb-5d94adecf76a Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1654 | 2024.03.26 14:49:50.951182 [ 3 ] {} <Debug> HTTP-Session: f76eeb17-8ca5-4038-aefb-5d94adecf76a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1655 | 2024.03.26 14:49:50.951232 [ 3 ] {} <Debug> HTTP-Session: f76eeb17-8ca5-4038-aefb-5d94adecf76a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1656 | 2024.03.26 14:49:50.951252 [ 190 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1657 | 2024.03.26 14:49:50.951301 [ 3 ] {} <Trace> HTTP-Session: f76eeb17-8ca5-4038-aefb-5d94adecf76a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1658 | 2024.03.26 14:49:50.951317 [ 190 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 43 rows starting from the beginning of the part | ||
1659 | 2024.03.26 14:49:50.951522 [ 3 ] {c55b38a5-1c24-434a-aa02-0b8831f15e8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
1660 | 2024.03.26 14:49:50.951548 [ 190 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 44 rows starting from the beginning of the part | ||
1661 | 2024.03.26 14:49:50.951669 [ 3 ] {c55b38a5-1c24-434a-aa02-0b8831f15e8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
1662 | 2024.03.26 14:49:50.951966 [ 190 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 44 rows starting from the beginning of the part | ||
1663 | 2024.03.26 14:49:50.952314 [ 190 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 54 rows starting from the beginning of the part | ||
1664 | 2024.03.26 14:49:50.952717 [ 190 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 56 rows starting from the beginning of the part | ||
1665 | 2024.03.26 14:49:50.953016 [ 3 ] {c55b38a5-1c24-434a-aa02-0b8831f15e8b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1666 | 2024.03.26 14:49:50.953071 [ 190 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part | ||
1667 | 2024.03.26 14:49:50.953918 [ 3 ] {c55b38a5-1c24-434a-aa02-0b8831f15e8b} <Trace> oximeter.fields_ipaddr (b9cacdb2-3543-418a-8ac0-d16d067a037a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1668 | 2024.03.26 14:49:50.953983 [ 3 ] {c55b38a5-1c24-434a-aa02-0b8831f15e8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
1669 | 2024.03.26 14:49:50.954781 [ 3 ] {c55b38a5-1c24-434a-aa02-0b8831f15e8b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1670 | 2024.03.26 14:49:50.955814 [ 3 ] {c55b38a5-1c24-434a-aa02-0b8831f15e8b} <Trace> oximeter.fields_ipaddr (b9cacdb2-3543-418a-8ac0-d16d067a037a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1671 | 2024.03.26 14:49:50.955916 [ 186 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 297 rows, containing 4 columns (4 merged, 0 gathered) in 0.005207152 sec., 57036.936889877616 rows/sec., 4.51 MiB/sec. | ||
1672 | 2024.03.26 14:49:50.956121 [ 3 ] {c55b38a5-1c24-434a-aa02-0b8831f15e8b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004727 sec., 423.1013327691982 rows/sec., 34.50 KiB/sec. | ||
1673 | 2024.03.26 14:49:50.956180 [ 190 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1674 | 2024.03.26 14:49:50.956386 [ 3 ] {c55b38a5-1c24-434a-aa02-0b8831f15e8b} <Debug> DynamicQueryHandler: Done processing query | ||
1675 | 2024.03.26 14:49:50.956446 [ 3 ] {c55b38a5-1c24-434a-aa02-0b8831f15e8b} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
1676 | 2024.03.26 14:49:50.956496 [ 3 ] {} <Debug> HTTP-Session: f76eeb17-8ca5-4038-aefb-5d94adecf76a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1677 | 2024.03.26 14:49:50.956721 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 27031, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1678 | 2024.03.26 14:49:50.956796 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1679 | 2024.03.26 14:49:50.956838 [ 3 ] {} <Debug> HTTP-Session: c8e0e8e3-276d-45fd-a124-914a53b98d92 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1680 | 2024.03.26 14:49:50.956873 [ 190 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_6_1} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1681 | 2024.03.26 14:49:50.956885 [ 3 ] {} <Debug> HTTP-Session: c8e0e8e3-276d-45fd-a124-914a53b98d92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1682 | 2024.03.26 14:49:50.956939 [ 3 ] {} <Debug> HTTP-Session: c8e0e8e3-276d-45fd-a124-914a53b98d92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1683 | 2024.03.26 14:49:50.957008 [ 3 ] {} <Trace> HTTP-Session: c8e0e8e3-276d-45fd-a124-914a53b98d92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1684 | 2024.03.26 14:49:50.957041 [ 190 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_6_1} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1685 | 2024.03.26 14:49:50.957189 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
1686 | 2024.03.26 14:49:50.957226 [ 3 ] {ce781256-d837-4b8c-bd84-fc385aed5fd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1687 | 2024.03.26 14:49:50.957278 [ 3 ] {ce781256-d837-4b8c-bd84-fc385aed5fd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1688 | 2024.03.26 14:49:50.957427 [ 3 ] {ce781256-d837-4b8c-bd84-fc385aed5fd6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1689 | 2024.03.26 14:49:50.957858 [ 3 ] {ce781256-d837-4b8c-bd84-fc385aed5fd6} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1690 | 2024.03.26 14:49:50.957897 [ 3 ] {ce781256-d837-4b8c-bd84-fc385aed5fd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
1691 | 2024.03.26 14:49:50.958222 [ 3 ] {ce781256-d837-4b8c-bd84-fc385aed5fd6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1692 | 2024.03.26 14:49:50.958535 [ 3 ] {ce781256-d837-4b8c-bd84-fc385aed5fd6} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1693 | 2024.03.26 14:49:50.958692 [ 3 ] {ce781256-d837-4b8c-bd84-fc385aed5fd6} <Debug> executeQuery: Read 169 rows, 16.72 KiB in 0.001595 sec., 105956.11285266458 rows/sec., 10.24 MiB/sec. | ||
1694 | 2024.03.26 14:49:50.958819 [ 3 ] {ce781256-d837-4b8c-bd84-fc385aed5fd6} <Debug> DynamicQueryHandler: Done processing query | ||
1695 | 2024.03.26 14:49:50.958843 [ 3 ] {ce781256-d837-4b8c-bd84-fc385aed5fd6} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
1696 | 2024.03.26 14:49:50.958858 [ 3 ] {} <Debug> HTTP-Session: c8e0e8e3-276d-45fd-a124-914a53b98d92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1697 | 2024.03.26 14:49:50.958973 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1698 | 2024.03.26 14:49:50.959021 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1699 | 2024.03.26 14:49:50.959039 [ 3 ] {} <Debug> HTTP-Session: b18296a7-681b-4561-ac2f-8638974d416c Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1700 | 2024.03.26 14:49:50.959057 [ 3 ] {} <Debug> HTTP-Session: b18296a7-681b-4561-ac2f-8638974d416c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1701 | 2024.03.26 14:49:50.959071 [ 3 ] {} <Debug> HTTP-Session: b18296a7-681b-4561-ac2f-8638974d416c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1702 | 2024.03.26 14:49:50.959102 [ 3 ] {} <Trace> HTTP-Session: b18296a7-681b-4561-ac2f-8638974d416c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1703 | 2024.03.26 14:49:50.959165 [ 3 ] {2b40f4e7-b20c-4f49-ae70-955723987158} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
1704 | 2024.03.26 14:49:50.959204 [ 3 ] {2b40f4e7-b20c-4f49-ae70-955723987158} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1705 | 2024.03.26 14:49:50.959330 [ 3 ] {2b40f4e7-b20c-4f49-ae70-955723987158} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1706 | 2024.03.26 14:49:50.959616 [ 3 ] {2b40f4e7-b20c-4f49-ae70-955723987158} <Trace> oximeter.fields_u16 (e20b24dd-90f0-4a6f-bcd9-27e96d38dd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1707 | 2024.03.26 14:49:50.959653 [ 3 ] {2b40f4e7-b20c-4f49-ae70-955723987158} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
1708 | 2024.03.26 14:49:50.959952 [ 3 ] {2b40f4e7-b20c-4f49-ae70-955723987158} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1709 | 2024.03.26 14:49:50.960255 [ 3 ] {2b40f4e7-b20c-4f49-ae70-955723987158} <Trace> oximeter.fields_u16 (e20b24dd-90f0-4a6f-bcd9-27e96d38dd35): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1710 | 2024.03.26 14:49:50.960410 [ 3 ] {2b40f4e7-b20c-4f49-ae70-955723987158} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001267 sec., 1578.531965272297 rows/sec., 110.22 KiB/sec. | ||
1711 | 2024.03.26 14:49:50.960534 [ 3 ] {2b40f4e7-b20c-4f49-ae70-955723987158} <Debug> DynamicQueryHandler: Done processing query | ||
1712 | 2024.03.26 14:49:50.960559 [ 3 ] {2b40f4e7-b20c-4f49-ae70-955723987158} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
1713 | 2024.03.26 14:49:50.960575 [ 3 ] {} <Debug> HTTP-Session: b18296a7-681b-4561-ac2f-8638974d416c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1714 | 2024.03.26 14:49:50.960688 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 9875, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1715 | 2024.03.26 14:49:50.960737 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1716 | 2024.03.26 14:49:50.960755 [ 3 ] {} <Debug> HTTP-Session: 665f5d30-241c-4fca-8bb3-2b0714b4e5e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1717 | 2024.03.26 14:49:50.960772 [ 3 ] {} <Debug> HTTP-Session: 665f5d30-241c-4fca-8bb3-2b0714b4e5e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1718 | 2024.03.26 14:49:50.960785 [ 3 ] {} <Debug> HTTP-Session: 665f5d30-241c-4fca-8bb3-2b0714b4e5e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1719 | 2024.03.26 14:49:50.960815 [ 3 ] {} <Trace> HTTP-Session: 665f5d30-241c-4fca-8bb3-2b0714b4e5e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1720 | 2024.03.26 14:49:50.960902 [ 3 ] {34cd99b8-b777-460f-b543-fea910bebd74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1721 | 2024.03.26 14:49:50.960941 [ 3 ] {34cd99b8-b777-460f-b543-fea910bebd74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1722 | 2024.03.26 14:49:50.961065 [ 3 ] {34cd99b8-b777-460f-b543-fea910bebd74} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1723 | 2024.03.26 14:49:50.961382 [ 3 ] {34cd99b8-b777-460f-b543-fea910bebd74} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1724 | 2024.03.26 14:49:50.961419 [ 3 ] {34cd99b8-b777-460f-b543-fea910bebd74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
1725 | 2024.03.26 14:49:50.961726 [ 3 ] {34cd99b8-b777-460f-b543-fea910bebd74} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1726 | 2024.03.26 14:49:50.962030 [ 3 ] {34cd99b8-b777-460f-b543-fea910bebd74} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1727 | 2024.03.26 14:49:50.962188 [ 3 ] {34cd99b8-b777-460f-b543-fea910bebd74} <Debug> executeQuery: Read 58 rows, 4.65 KiB in 0.001327 sec., 43707.611152976635 rows/sec., 3.42 MiB/sec. | ||
1728 | 2024.03.26 14:49:50.962310 [ 3 ] {34cd99b8-b777-460f-b543-fea910bebd74} <Debug> DynamicQueryHandler: Done processing query | ||
1729 | 2024.03.26 14:49:50.962333 [ 3 ] {34cd99b8-b777-460f-b543-fea910bebd74} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
1730 | 2024.03.26 14:49:50.962349 [ 3 ] {} <Debug> HTTP-Session: 665f5d30-241c-4fca-8bb3-2b0714b4e5e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1731 | 2024.03.26 14:49:50.962455 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 256, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1732 | 2024.03.26 14:49:50.962503 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1733 | 2024.03.26 14:49:50.962521 [ 3 ] {} <Debug> HTTP-Session: 6d549d7c-0740-4d89-98a0-f035b3b84755 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1734 | 2024.03.26 14:49:50.962537 [ 3 ] {} <Debug> HTTP-Session: 6d549d7c-0740-4d89-98a0-f035b3b84755 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1735 | 2024.03.26 14:49:50.962551 [ 3 ] {} <Debug> HTTP-Session: 6d549d7c-0740-4d89-98a0-f035b3b84755 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1736 | 2024.03.26 14:49:50.962581 [ 3 ] {} <Trace> HTTP-Session: 6d549d7c-0740-4d89-98a0-f035b3b84755 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1737 | 2024.03.26 14:49:50.962643 [ 3 ] {5270a4f4-98ea-430b-8811-47b02719c04c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1738 | 2024.03.26 14:49:50.962686 [ 3 ] {5270a4f4-98ea-430b-8811-47b02719c04c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1739 | 2024.03.26 14:49:50.962834 [ 3 ] {5270a4f4-98ea-430b-8811-47b02719c04c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1740 | 2024.03.26 14:49:50.963093 [ 3 ] {5270a4f4-98ea-430b-8811-47b02719c04c} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1741 | 2024.03.26 14:49:50.963128 [ 3 ] {5270a4f4-98ea-430b-8811-47b02719c04c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
1742 | 2024.03.26 14:49:50.963490 [ 3 ] {5270a4f4-98ea-430b-8811-47b02719c04c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1743 | 2024.03.26 14:49:50.963830 [ 3 ] {5270a4f4-98ea-430b-8811-47b02719c04c} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1744 | 2024.03.26 14:49:50.963992 [ 3 ] {5270a4f4-98ea-430b-8811-47b02719c04c} <Debug> executeQuery: Read 1 rows, 72.00 B in 0.001368 sec., 730.9941520467836 rows/sec., 51.40 KiB/sec. | ||
1745 | 2024.03.26 14:49:50.964156 [ 3 ] {5270a4f4-98ea-430b-8811-47b02719c04c} <Debug> DynamicQueryHandler: Done processing query | ||
1746 | 2024.03.26 14:49:50.964181 [ 3 ] {5270a4f4-98ea-430b-8811-47b02719c04c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
1747 | 2024.03.26 14:49:50.964198 [ 3 ] {} <Debug> HTTP-Session: 6d549d7c-0740-4d89-98a0-f035b3b84755 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1748 | 2024.03.26 14:49:50.964367 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 59896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1749 | 2024.03.26 14:49:50.964416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1750 | 2024.03.26 14:49:50.964435 [ 3 ] {} <Debug> HTTP-Session: b7b59767-d928-4f41-9501-48eed81bc74e Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1751 | 2024.03.26 14:49:50.964452 [ 3 ] {} <Debug> HTTP-Session: b7b59767-d928-4f41-9501-48eed81bc74e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1752 | 2024.03.26 14:49:50.964466 [ 3 ] {} <Debug> HTTP-Session: b7b59767-d928-4f41-9501-48eed81bc74e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1753 | 2024.03.26 14:49:50.964496 [ 3 ] {} <Trace> HTTP-Session: b7b59767-d928-4f41-9501-48eed81bc74e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1754 | 2024.03.26 14:49:50.964885 [ 3 ] {812cb03a-eac3-434b-bfb6-908a48a43bfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1755 | 2024.03.26 14:49:50.964930 [ 3 ] {812cb03a-eac3-434b-bfb6-908a48a43bfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1756 | 2024.03.26 14:49:50.965090 [ 3 ] {812cb03a-eac3-434b-bfb6-908a48a43bfd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1757 | 2024.03.26 14:49:50.965734 [ 3 ] {812cb03a-eac3-434b-bfb6-908a48a43bfd} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1758 | 2024.03.26 14:49:50.965770 [ 3 ] {812cb03a-eac3-434b-bfb6-908a48a43bfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
1759 | 2024.03.26 14:49:50.966243 [ 3 ] {812cb03a-eac3-434b-bfb6-908a48a43bfd} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1760 | 2024.03.26 14:49:50.966580 [ 3 ] {812cb03a-eac3-434b-bfb6-908a48a43bfd} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1761 | 2024.03.26 14:49:50.966735 [ 3 ] {812cb03a-eac3-434b-bfb6-908a48a43bfd} <Debug> executeQuery: Read 56 rows, 77.38 KiB in 0.002165 sec., 25866.05080831409 rows/sec., 34.90 MiB/sec. | ||
1762 | 2024.03.26 14:49:50.966741 [ 58 ] {} <Debug> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1763 | 2024.03.26 14:49:50.966832 [ 58 ] {} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1764 | 2024.03.26 14:49:50.966892 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
1765 | 2024.03.26 14:49:50.966976 [ 3 ] {812cb03a-eac3-434b-bfb6-908a48a43bfd} <Debug> DynamicQueryHandler: Done processing query | ||
1766 | 2024.03.26 14:49:50.967032 [ 3 ] {812cb03a-eac3-434b-bfb6-908a48a43bfd} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
1767 | 2024.03.26 14:49:50.967088 [ 3 ] {} <Debug> HTTP-Session: b7b59767-d928-4f41-9501-48eed81bc74e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1768 | 2024.03.26 14:49:50.967146 [ 189 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::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 | ||
1769 | 2024.03.26 14:49:50.967364 [ 189 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1770 | 2024.03.26 14:49:50.967426 [ 189 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 43 rows starting from the beginning of the part | ||
1771 | 2024.03.26 14:49:50.967548 [ 189 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 44 rows starting from the beginning of the part | ||
1772 | 2024.03.26 14:49:50.967670 [ 189 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 44 rows starting from the beginning of the part | ||
1773 | 2024.03.26 14:49:50.967757 [ 189 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 54 rows starting from the beginning of the part | ||
1774 | 2024.03.26 14:49:50.967864 [ 189 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 56 rows starting from the beginning of the part | ||
1775 | 2024.03.26 14:49:50.968090 [ 189 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part | ||
1776 | 2024.03.26 14:49:50.972800 [ 188 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 297 rows, containing 6 columns (6 merged, 0 gathered) in 0.005807799 sec., 51138.13339614543 rows/sec., 69.01 MiB/sec. | ||
1777 | 2024.03.26 14:49:50.973102 [ 188 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1778 | 2024.03.26 14:49:50.973529 [ 188 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1779 | 2024.03.26 14:49:50.973603 [ 188 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1780 | 2024.03.26 14:49:50.973691 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. | ||
1781 | 2024.03.26 14:49:53.684278 [ 56 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1782 | 2024.03.26 14:49:53.684338 [ 56 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1783 | 2024.03.26 14:50:00.947812 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 8077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1784 | 2024.03.26 14:50:00.947940 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1785 | 2024.03.26 14:50:00.947964 [ 3 ] {} <Debug> HTTP-Session: 50be1059-5b00-4cb3-a683-568888425c00 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1786 | 2024.03.26 14:50:00.947988 [ 3 ] {} <Debug> HTTP-Session: 50be1059-5b00-4cb3-a683-568888425c00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1787 | 2024.03.26 14:50:00.948003 [ 3 ] {} <Debug> HTTP-Session: 50be1059-5b00-4cb3-a683-568888425c00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1788 | 2024.03.26 14:50:00.948051 [ 3 ] {} <Trace> HTTP-Session: 50be1059-5b00-4cb3-a683-568888425c00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1789 | 2024.03.26 14:50:00.948178 [ 3 ] {92ff278d-8d34-4fa7-9f7f-1b7fdbad65e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1790 | 2024.03.26 14:50:00.948240 [ 3 ] {92ff278d-8d34-4fa7-9f7f-1b7fdbad65e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1791 | 2024.03.26 14:50:00.948425 [ 3 ] {92ff278d-8d34-4fa7-9f7f-1b7fdbad65e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1792 | 2024.03.26 14:50:00.948968 [ 3 ] {92ff278d-8d34-4fa7-9f7f-1b7fdbad65e8} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1793 | 2024.03.26 14:50:00.949015 [ 3 ] {92ff278d-8d34-4fa7-9f7f-1b7fdbad65e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1794 | 2024.03.26 14:50:00.949404 [ 3 ] {92ff278d-8d34-4fa7-9f7f-1b7fdbad65e8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1795 | 2024.03.26 14:50:00.949735 [ 3 ] {92ff278d-8d34-4fa7-9f7f-1b7fdbad65e8} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1796 | 2024.03.26 14:50:00.949885 [ 3 ] {92ff278d-8d34-4fa7-9f7f-1b7fdbad65e8} <Debug> executeQuery: Read 56 rows, 4.54 KiB in 0.00177 sec., 31638.418079096045 rows/sec., 2.50 MiB/sec. | ||
1797 | 2024.03.26 14:50:00.950119 [ 3 ] {92ff278d-8d34-4fa7-9f7f-1b7fdbad65e8} <Debug> DynamicQueryHandler: Done processing query | ||
1798 | 2024.03.26 14:50:00.950163 [ 3 ] {92ff278d-8d34-4fa7-9f7f-1b7fdbad65e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1799 | 2024.03.26 14:50:00.950197 [ 3 ] {} <Debug> HTTP-Session: 50be1059-5b00-4cb3-a683-568888425c00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1800 | 2024.03.26 14:50:00.950376 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 26882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1801 | 2024.03.26 14:50:00.950426 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1802 | 2024.03.26 14:50:00.950444 [ 3 ] {} <Debug> HTTP-Session: 6df059f3-b468-4cc3-aa77-3e35f2cd6ed3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1803 | 2024.03.26 14:50:00.950461 [ 3 ] {} <Debug> HTTP-Session: 6df059f3-b468-4cc3-aa77-3e35f2cd6ed3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1804 | 2024.03.26 14:50:00.950474 [ 3 ] {} <Debug> HTTP-Session: 6df059f3-b468-4cc3-aa77-3e35f2cd6ed3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1805 | 2024.03.26 14:50:00.950505 [ 3 ] {} <Trace> HTTP-Session: 6df059f3-b468-4cc3-aa77-3e35f2cd6ed3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1806 | 2024.03.26 14:50:00.950612 [ 3 ] {de9369f8-15d3-4a53-84b6-7f65c45e63f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1807 | 2024.03.26 14:50:00.950655 [ 3 ] {de9369f8-15d3-4a53-84b6-7f65c45e63f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1808 | 2024.03.26 14:50:00.950799 [ 3 ] {de9369f8-15d3-4a53-84b6-7f65c45e63f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1809 | 2024.03.26 14:50:00.951195 [ 3 ] {de9369f8-15d3-4a53-84b6-7f65c45e63f0} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1810 | 2024.03.26 14:50:00.951231 [ 3 ] {de9369f8-15d3-4a53-84b6-7f65c45e63f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1811 | 2024.03.26 14:50:00.951544 [ 3 ] {de9369f8-15d3-4a53-84b6-7f65c45e63f0} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1812 | 2024.03.26 14:50:00.951865 [ 3 ] {de9369f8-15d3-4a53-84b6-7f65c45e63f0} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1813 | 2024.03.26 14:50:00.951994 [ 3 ] {de9369f8-15d3-4a53-84b6-7f65c45e63f0} <Debug> executeQuery: Read 168 rows, 16.63 KiB in 0.001443 sec., 116424.11642411642 rows/sec., 11.26 MiB/sec. | ||
1814 | 2024.03.26 14:50:00.952118 [ 3 ] {de9369f8-15d3-4a53-84b6-7f65c45e63f0} <Debug> DynamicQueryHandler: Done processing query | ||
1815 | 2024.03.26 14:50:00.952141 [ 3 ] {de9369f8-15d3-4a53-84b6-7f65c45e63f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
1816 | 2024.03.26 14:50:00.952158 [ 3 ] {} <Debug> HTTP-Session: 6df059f3-b468-4cc3-aa77-3e35f2cd6ed3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1817 | 2024.03.26 14:50:00.952287 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 9534, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1818 | 2024.03.26 14:50:00.952335 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1819 | 2024.03.26 14:50:00.952353 [ 3 ] {} <Debug> HTTP-Session: fb7ea150-47ac-48f6-854c-67189fe9c7b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1820 | 2024.03.26 14:50:00.952370 [ 3 ] {} <Debug> HTTP-Session: fb7ea150-47ac-48f6-854c-67189fe9c7b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1821 | 2024.03.26 14:50:00.952384 [ 3 ] {} <Debug> HTTP-Session: fb7ea150-47ac-48f6-854c-67189fe9c7b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1822 | 2024.03.26 14:50:00.952414 [ 3 ] {} <Trace> HTTP-Session: fb7ea150-47ac-48f6-854c-67189fe9c7b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1823 | 2024.03.26 14:50:00.952490 [ 3 ] {00ebe460-2b30-4a99-beb2-236b16fe2377} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1824 | 2024.03.26 14:50:00.952528 [ 3 ] {00ebe460-2b30-4a99-beb2-236b16fe2377} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1825 | 2024.03.26 14:50:00.952649 [ 3 ] {00ebe460-2b30-4a99-beb2-236b16fe2377} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1826 | 2024.03.26 14:50:00.952979 [ 3 ] {00ebe460-2b30-4a99-beb2-236b16fe2377} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1827 | 2024.03.26 14:50:00.953014 [ 3 ] {00ebe460-2b30-4a99-beb2-236b16fe2377} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1828 | 2024.03.26 14:50:00.953324 [ 3 ] {00ebe460-2b30-4a99-beb2-236b16fe2377} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1829 | 2024.03.26 14:50:00.953625 [ 3 ] {00ebe460-2b30-4a99-beb2-236b16fe2377} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1830 | 2024.03.26 14:50:00.953751 [ 3 ] {00ebe460-2b30-4a99-beb2-236b16fe2377} <Debug> executeQuery: Read 56 rows, 4.48 KiB in 0.001294 sec., 43276.661514683154 rows/sec., 3.38 MiB/sec. | ||
1831 | 2024.03.26 14:50:00.953966 [ 3 ] {00ebe460-2b30-4a99-beb2-236b16fe2377} <Debug> DynamicQueryHandler: Done processing query | ||
1832 | 2024.03.26 14:50:00.954001 [ 3 ] {00ebe460-2b30-4a99-beb2-236b16fe2377} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
1833 | 2024.03.26 14:50:00.954019 [ 3 ] {} <Debug> HTTP-Session: fb7ea150-47ac-48f6-854c-67189fe9c7b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1834 | 2024.03.26 14:50:00.954212 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 59897, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1835 | 2024.03.26 14:50:00.954260 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1836 | 2024.03.26 14:50:00.954278 [ 3 ] {} <Debug> HTTP-Session: 5085e53a-12e8-4db7-ac62-ceb4303757c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1837 | 2024.03.26 14:50:00.954295 [ 3 ] {} <Debug> HTTP-Session: 5085e53a-12e8-4db7-ac62-ceb4303757c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1838 | 2024.03.26 14:50:00.954309 [ 3 ] {} <Debug> HTTP-Session: 5085e53a-12e8-4db7-ac62-ceb4303757c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1839 | 2024.03.26 14:50:00.954339 [ 3 ] {} <Trace> HTTP-Session: 5085e53a-12e8-4db7-ac62-ceb4303757c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1840 | 2024.03.26 14:50:00.954721 [ 3 ] {8db2fde6-a5f6-4a49-bbd6-b543cffe0ed7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1841 | 2024.03.26 14:50:00.954769 [ 3 ] {8db2fde6-a5f6-4a49-bbd6-b543cffe0ed7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1842 | 2024.03.26 14:50:00.954962 [ 3 ] {8db2fde6-a5f6-4a49-bbd6-b543cffe0ed7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1843 | 2024.03.26 14:50:00.955581 [ 3 ] {8db2fde6-a5f6-4a49-bbd6-b543cffe0ed7} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1844 | 2024.03.26 14:50:00.955616 [ 3 ] {8db2fde6-a5f6-4a49-bbd6-b543cffe0ed7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1845 | 2024.03.26 14:50:00.956063 [ 3 ] {8db2fde6-a5f6-4a49-bbd6-b543cffe0ed7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1846 | 2024.03.26 14:50:00.956397 [ 3 ] {8db2fde6-a5f6-4a49-bbd6-b543cffe0ed7} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1847 | 2024.03.26 14:50:00.956529 [ 3 ] {8db2fde6-a5f6-4a49-bbd6-b543cffe0ed7} <Debug> executeQuery: Read 56 rows, 77.38 KiB in 0.00213 sec., 26291.07981220657 rows/sec., 35.48 MiB/sec. | ||
1848 | 2024.03.26 14:50:00.956804 [ 3 ] {8db2fde6-a5f6-4a49-bbd6-b543cffe0ed7} <Debug> DynamicQueryHandler: Done processing query | ||
1849 | 2024.03.26 14:50:00.956838 [ 3 ] {8db2fde6-a5f6-4a49-bbd6-b543cffe0ed7} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
1850 | 2024.03.26 14:50:00.956854 [ 3 ] {} <Debug> HTTP-Session: 5085e53a-12e8-4db7-ac62-ceb4303757c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1851 | 2024.03.26 14:50:08.684379 [ 49 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1852 | 2024.03.26 14:50:08.684442 [ 49 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1853 | 2024.03.26 14:50:10.947899 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 8077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1854 | 2024.03.26 14:50:10.948020 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1855 | 2024.03.26 14:50:10.948049 [ 3 ] {} <Debug> HTTP-Session: 386ecdf8-2da2-40cd-9991-492247a62742 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1856 | 2024.03.26 14:50:10.948076 [ 3 ] {} <Debug> HTTP-Session: 386ecdf8-2da2-40cd-9991-492247a62742 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1857 | 2024.03.26 14:50:10.948094 [ 3 ] {} <Debug> HTTP-Session: 386ecdf8-2da2-40cd-9991-492247a62742 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1858 | 2024.03.26 14:50:10.948151 [ 3 ] {} <Trace> HTTP-Session: 386ecdf8-2da2-40cd-9991-492247a62742 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1859 | 2024.03.26 14:50:10.948293 [ 3 ] {b3ded91c-66e4-402d-80cf-7988d285f964} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1860 | 2024.03.26 14:50:10.948364 [ 3 ] {b3ded91c-66e4-402d-80cf-7988d285f964} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1861 | 2024.03.26 14:50:10.948566 [ 3 ] {b3ded91c-66e4-402d-80cf-7988d285f964} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1862 | 2024.03.26 14:50:10.949033 [ 3 ] {b3ded91c-66e4-402d-80cf-7988d285f964} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1863 | 2024.03.26 14:50:10.949079 [ 3 ] {b3ded91c-66e4-402d-80cf-7988d285f964} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1864 | 2024.03.26 14:50:10.949457 [ 3 ] {b3ded91c-66e4-402d-80cf-7988d285f964} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1865 | 2024.03.26 14:50:10.949787 [ 3 ] {b3ded91c-66e4-402d-80cf-7988d285f964} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1866 | 2024.03.26 14:50:10.949935 [ 3 ] {b3ded91c-66e4-402d-80cf-7988d285f964} <Debug> executeQuery: Read 56 rows, 4.54 KiB in 0.001715 sec., 32653.061224489797 rows/sec., 2.58 MiB/sec. | ||
1867 | 2024.03.26 14:50:10.950153 [ 3 ] {b3ded91c-66e4-402d-80cf-7988d285f964} <Debug> DynamicQueryHandler: Done processing query | ||
1868 | 2024.03.26 14:50:10.950184 [ 3 ] {b3ded91c-66e4-402d-80cf-7988d285f964} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1869 | 2024.03.26 14:50:10.950201 [ 3 ] {} <Debug> HTTP-Session: 386ecdf8-2da2-40cd-9991-492247a62742 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1870 | 2024.03.26 14:50:10.950417 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 26882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1871 | 2024.03.26 14:50:10.950467 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1872 | 2024.03.26 14:50:10.950486 [ 3 ] {} <Debug> HTTP-Session: 849f0531-0df1-4d66-9a3e-e354c5139f70 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1873 | 2024.03.26 14:50:10.950504 [ 3 ] {} <Debug> HTTP-Session: 849f0531-0df1-4d66-9a3e-e354c5139f70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1874 | 2024.03.26 14:50:10.950517 [ 3 ] {} <Debug> HTTP-Session: 849f0531-0df1-4d66-9a3e-e354c5139f70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1875 | 2024.03.26 14:50:10.950548 [ 3 ] {} <Trace> HTTP-Session: 849f0531-0df1-4d66-9a3e-e354c5139f70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1876 | 2024.03.26 14:50:10.950660 [ 3 ] {f2bafa64-d9c5-4881-b573-85ed971e788e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1877 | 2024.03.26 14:50:10.950702 [ 3 ] {f2bafa64-d9c5-4881-b573-85ed971e788e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1878 | 2024.03.26 14:50:10.950844 [ 3 ] {f2bafa64-d9c5-4881-b573-85ed971e788e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1879 | 2024.03.26 14:50:10.951358 [ 3 ] {f2bafa64-d9c5-4881-b573-85ed971e788e} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1880 | 2024.03.26 14:50:10.951395 [ 3 ] {f2bafa64-d9c5-4881-b573-85ed971e788e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1881 | 2024.03.26 14:50:10.951754 [ 3 ] {f2bafa64-d9c5-4881-b573-85ed971e788e} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1882 | 2024.03.26 14:50:10.952063 [ 3 ] {f2bafa64-d9c5-4881-b573-85ed971e788e} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1883 | 2024.03.26 14:50:10.952190 [ 3 ] {f2bafa64-d9c5-4881-b573-85ed971e788e} <Debug> executeQuery: Read 168 rows, 16.63 KiB in 0.001592 sec., 105527.63819095476 rows/sec., 10.20 MiB/sec. | ||
1884 | 2024.03.26 14:50:10.952340 [ 3 ] {f2bafa64-d9c5-4881-b573-85ed971e788e} <Debug> DynamicQueryHandler: Done processing query | ||
1885 | 2024.03.26 14:50:10.952364 [ 3 ] {f2bafa64-d9c5-4881-b573-85ed971e788e} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
1886 | 2024.03.26 14:50:10.952380 [ 3 ] {} <Debug> HTTP-Session: 849f0531-0df1-4d66-9a3e-e354c5139f70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1887 | 2024.03.26 14:50:10.952526 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 9534, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1888 | 2024.03.26 14:50:10.952573 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1889 | 2024.03.26 14:50:10.952592 [ 3 ] {} <Debug> HTTP-Session: 946f60bd-fb2f-47b9-9fae-ee3b2d48549c Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1890 | 2024.03.26 14:50:10.952608 [ 3 ] {} <Debug> HTTP-Session: 946f60bd-fb2f-47b9-9fae-ee3b2d48549c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1891 | 2024.03.26 14:50:10.952622 [ 3 ] {} <Debug> HTTP-Session: 946f60bd-fb2f-47b9-9fae-ee3b2d48549c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1892 | 2024.03.26 14:50:10.952652 [ 3 ] {} <Trace> HTTP-Session: 946f60bd-fb2f-47b9-9fae-ee3b2d48549c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1893 | 2024.03.26 14:50:10.952739 [ 3 ] {84922787-c2e4-4032-8066-4854da707037} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1894 | 2024.03.26 14:50:10.952778 [ 3 ] {84922787-c2e4-4032-8066-4854da707037} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1895 | 2024.03.26 14:50:10.952904 [ 3 ] {84922787-c2e4-4032-8066-4854da707037} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1896 | 2024.03.26 14:50:10.953214 [ 3 ] {84922787-c2e4-4032-8066-4854da707037} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1897 | 2024.03.26 14:50:10.953250 [ 3 ] {84922787-c2e4-4032-8066-4854da707037} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1898 | 2024.03.26 14:50:10.953547 [ 3 ] {84922787-c2e4-4032-8066-4854da707037} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1899 | 2024.03.26 14:50:10.953858 [ 3 ] {84922787-c2e4-4032-8066-4854da707037} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1900 | 2024.03.26 14:50:10.953988 [ 3 ] {84922787-c2e4-4032-8066-4854da707037} <Debug> executeQuery: Read 56 rows, 4.48 KiB in 0.001291 sec., 43377.22695584818 rows/sec., 3.39 MiB/sec. | ||
1901 | 2024.03.26 14:50:10.954206 [ 3 ] {84922787-c2e4-4032-8066-4854da707037} <Debug> DynamicQueryHandler: Done processing query | ||
1902 | 2024.03.26 14:50:10.954231 [ 3 ] {84922787-c2e4-4032-8066-4854da707037} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
1903 | 2024.03.26 14:50:10.954246 [ 3 ] {} <Debug> HTTP-Session: 946f60bd-fb2f-47b9-9fae-ee3b2d48549c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1904 | 2024.03.26 14:50:10.954432 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 59897, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1905 | 2024.03.26 14:50:10.954479 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1906 | 2024.03.26 14:50:10.954497 [ 3 ] {} <Debug> HTTP-Session: ecf6f433-8b3b-485a-9f46-b8cc143a11a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1907 | 2024.03.26 14:50:10.954514 [ 3 ] {} <Debug> HTTP-Session: ecf6f433-8b3b-485a-9f46-b8cc143a11a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1908 | 2024.03.26 14:50:10.954528 [ 3 ] {} <Debug> HTTP-Session: ecf6f433-8b3b-485a-9f46-b8cc143a11a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1909 | 2024.03.26 14:50:10.954557 [ 3 ] {} <Trace> HTTP-Session: ecf6f433-8b3b-485a-9f46-b8cc143a11a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1910 | 2024.03.26 14:50:10.954936 [ 3 ] {529383cb-26a7-4c4a-a2c2-0cd4c6042453} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1911 | 2024.03.26 14:50:10.954982 [ 3 ] {529383cb-26a7-4c4a-a2c2-0cd4c6042453} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1912 | 2024.03.26 14:50:10.955154 [ 3 ] {529383cb-26a7-4c4a-a2c2-0cd4c6042453} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1913 | 2024.03.26 14:50:10.955787 [ 3 ] {529383cb-26a7-4c4a-a2c2-0cd4c6042453} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1914 | 2024.03.26 14:50:10.955822 [ 3 ] {529383cb-26a7-4c4a-a2c2-0cd4c6042453} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1915 | 2024.03.26 14:50:10.956264 [ 3 ] {529383cb-26a7-4c4a-a2c2-0cd4c6042453} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1916 | 2024.03.26 14:50:10.956603 [ 3 ] {529383cb-26a7-4c4a-a2c2-0cd4c6042453} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1917 | 2024.03.26 14:50:10.956732 [ 3 ] {529383cb-26a7-4c4a-a2c2-0cd4c6042453} <Debug> executeQuery: Read 56 rows, 77.38 KiB in 0.002114 sec., 26490.066225165563 rows/sec., 35.75 MiB/sec. | ||
1918 | 2024.03.26 14:50:10.956940 [ 3 ] {529383cb-26a7-4c4a-a2c2-0cd4c6042453} <Debug> DynamicQueryHandler: Done processing query | ||
1919 | 2024.03.26 14:50:10.956964 [ 3 ] {529383cb-26a7-4c4a-a2c2-0cd4c6042453} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
1920 | 2024.03.26 14:50:10.956979 [ 3 ] {} <Debug> HTTP-Session: ecf6f433-8b3b-485a-9f46-b8cc143a11a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1921 | 2024.03.26 14:50:15.946321 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 4983, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1922 | 2024.03.26 14:50:15.946448 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1923 | 2024.03.26 14:50:15.946473 [ 3 ] {} <Debug> HTTP-Session: 88f2148c-cb47-42ea-b982-51e1815385fd Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1924 | 2024.03.26 14:50:15.946498 [ 3 ] {} <Debug> HTTP-Session: 88f2148c-cb47-42ea-b982-51e1815385fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1925 | 2024.03.26 14:50:15.946512 [ 3 ] {} <Debug> HTTP-Session: 88f2148c-cb47-42ea-b982-51e1815385fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1926 | 2024.03.26 14:50:15.946562 [ 3 ] {} <Trace> HTTP-Session: 88f2148c-cb47-42ea-b982-51e1815385fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1927 | 2024.03.26 14:50:15.946690 [ 3 ] {7c19bfcb-8543-415a-97e9-1898efe4baa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1928 | 2024.03.26 14:50:15.946753 [ 3 ] {7c19bfcb-8543-415a-97e9-1898efe4baa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1929 | 2024.03.26 14:50:15.946945 [ 3 ] {7c19bfcb-8543-415a-97e9-1898efe4baa1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1930 | 2024.03.26 14:50:15.947399 [ 3 ] {7c19bfcb-8543-415a-97e9-1898efe4baa1} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1931 | 2024.03.26 14:50:15.947446 [ 3 ] {7c19bfcb-8543-415a-97e9-1898efe4baa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1932 | 2024.03.26 14:50:15.947838 [ 3 ] {7c19bfcb-8543-415a-97e9-1898efe4baa1} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
1933 | 2024.03.26 14:50:15.948187 [ 3 ] {7c19bfcb-8543-415a-97e9-1898efe4baa1} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1934 | 2024.03.26 14:50:15.948382 [ 3 ] {7c19bfcb-8543-415a-97e9-1898efe4baa1} <Debug> executeQuery: Read 36 rows, 2.77 KiB in 0.001747 sec., 20606.754436176303 rows/sec., 1.55 MiB/sec. | ||
1935 | 2024.03.26 14:50:15.948383 [ 46 ] {} <Debug> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
1936 | 2024.03.26 14:50:15.948482 [ 46 ] {} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1937 | 2024.03.26 14:50:15.948540 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1938 | 2024.03.26 14:50:15.948609 [ 3 ] {7c19bfcb-8543-415a-97e9-1898efe4baa1} <Debug> DynamicQueryHandler: Done processing query | ||
1939 | 2024.03.26 14:50:15.948668 [ 3 ] {7c19bfcb-8543-415a-97e9-1898efe4baa1} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1940 | 2024.03.26 14:50:15.948709 [ 3 ] {} <Debug> HTTP-Session: 88f2148c-cb47-42ea-b982-51e1815385fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1941 | 2024.03.26 14:50:15.948726 [ 190 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::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 | ||
1942 | 2024.03.26 14:50:15.948907 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 4090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1943 | 2024.03.26 14:50:15.948975 [ 190 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1944 | 2024.03.26 14:50:15.949029 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1945 | 2024.03.26 14:50:15.949039 [ 190 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 204 rows starting from the beginning of the part | ||
1946 | 2024.03.26 14:50:15.949071 [ 3 ] {} <Debug> HTTP-Session: 7e5ef717-05bc-427a-9e17-dea832f3e48e Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1947 | 2024.03.26 14:50:15.949110 [ 3 ] {} <Debug> HTTP-Session: 7e5ef717-05bc-427a-9e17-dea832f3e48e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1948 | 2024.03.26 14:50:15.949152 [ 3 ] {} <Debug> HTTP-Session: 7e5ef717-05bc-427a-9e17-dea832f3e48e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1949 | 2024.03.26 14:50:15.949249 [ 190 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 37 rows starting from the beginning of the part | ||
1950 | 2024.03.26 14:50:15.949285 [ 3 ] {} <Trace> HTTP-Session: 7e5ef717-05bc-427a-9e17-dea832f3e48e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1951 | 2024.03.26 14:50:15.949588 [ 3 ] {6d706a38-974a-4a4b-8d3e-f75f73443119} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1952 | 2024.03.26 14:50:15.949598 [ 190 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 169 rows starting from the beginning of the part | ||
1953 | 2024.03.26 14:50:15.949761 [ 3 ] {6d706a38-974a-4a4b-8d3e-f75f73443119} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1954 | 2024.03.26 14:50:15.949972 [ 190 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 168 rows starting from the beginning of the part | ||
1955 | 2024.03.26 14:50:15.950302 [ 190 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 168 rows starting from the beginning of the part | ||
1956 | 2024.03.26 14:50:15.950658 [ 190 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::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 | ||
1957 | 2024.03.26 14:50:15.950737 [ 3 ] {6d706a38-974a-4a4b-8d3e-f75f73443119} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1958 | 2024.03.26 14:50:15.951707 [ 3 ] {6d706a38-974a-4a4b-8d3e-f75f73443119} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1959 | 2024.03.26 14:50:15.951764 [ 3 ] {6d706a38-974a-4a4b-8d3e-f75f73443119} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1960 | 2024.03.26 14:50:15.952612 [ 3 ] {6d706a38-974a-4a4b-8d3e-f75f73443119} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
1961 | 2024.03.26 14:50:15.953383 [ 3 ] {6d706a38-974a-4a4b-8d3e-f75f73443119} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1962 | 2024.03.26 14:50:15.953409 [ 190 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 782 rows, containing 4 columns (4 merged, 0 gathered) in 0.004790666 sec., 163234.08895548136 rows/sec., 15.29 MiB/sec. | ||
1963 | 2024.03.26 14:50:15.953623 [ 46 ] {} <Debug> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
1964 | 2024.03.26 14:50:15.953646 [ 190 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
1965 | 2024.03.26 14:50:15.953664 [ 3 ] {6d706a38-974a-4a4b-8d3e-f75f73443119} <Debug> executeQuery: Read 24 rows, 1.90 KiB in 0.004188 sec., 5730.659025787966 rows/sec., 453.30 KiB/sec. | ||
1966 | 2024.03.26 14:50:15.953683 [ 46 ] {} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1967 | 2024.03.26 14:50:15.953754 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1968 | 2024.03.26 14:50:15.954317 [ 3 ] {6d706a38-974a-4a4b-8d3e-f75f73443119} <Debug> DynamicQueryHandler: Done processing query | ||
1969 | 2024.03.26 14:50:15.954405 [ 3 ] {6d706a38-974a-4a4b-8d3e-f75f73443119} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1970 | 2024.03.26 14:50:15.954491 [ 3 ] {} <Debug> HTTP-Session: 7e5ef717-05bc-427a-9e17-dea832f3e48e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1971 | 2024.03.26 14:50:15.954861 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 7020, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1972 | 2024.03.26 14:50:15.954940 [ 189 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::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 | ||
1973 | 2024.03.26 14:50:15.954969 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1974 | 2024.03.26 14:50:15.955048 [ 3 ] {} <Debug> HTTP-Session: 47523ab8-f617-4890-afd8-d6856b3dc169 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
1975 | 2024.03.26 14:50:15.955111 [ 3 ] {} <Debug> HTTP-Session: 47523ab8-f617-4890-afd8-d6856b3dc169 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1976 | 2024.03.26 14:50:15.955167 [ 3 ] {} <Debug> HTTP-Session: 47523ab8-f617-4890-afd8-d6856b3dc169 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1977 | 2024.03.26 14:50:15.955291 [ 3 ] {} <Trace> HTTP-Session: 47523ab8-f617-4890-afd8-d6856b3dc169 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1978 | 2024.03.26 14:50:15.955377 [ 190 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_11_2} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1979 | 2024.03.26 14:50:15.955533 [ 189 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1980 | 2024.03.26 14:50:15.955634 [ 3 ] {21435c24-a5b0-4179-a90b-4e429f322587} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1981 | 2024.03.26 14:50:15.955670 [ 189 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 98 rows starting from the beginning of the part | ||
1982 | 2024.03.26 14:50:15.955678 [ 190 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_11_2} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
1983 | 2024.03.26 14:50:15.955791 [ 3 ] {21435c24-a5b0-4179-a90b-4e429f322587} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1984 | 2024.03.26 14:50:15.956183 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
1985 | 2024.03.26 14:50:15.956159 [ 189 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 26 rows starting from the beginning of the part | ||
1986 | 2024.03.26 14:50:15.956506 [ 189 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 58 rows starting from the beginning of the part | ||
1987 | 2024.03.26 14:50:15.956882 [ 189 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part | ||
1988 | 2024.03.26 14:50:15.957207 [ 189 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 56 rows starting from the beginning of the part | ||
1989 | 2024.03.26 14:50:15.957266 [ 3 ] {21435c24-a5b0-4179-a90b-4e429f322587} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1990 | 2024.03.26 14:50:15.957572 [ 189 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part | ||
1991 | 2024.03.26 14:50:15.958252 [ 3 ] {21435c24-a5b0-4179-a90b-4e429f322587} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1992 | 2024.03.26 14:50:15.958320 [ 3 ] {21435c24-a5b0-4179-a90b-4e429f322587} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1993 | 2024.03.26 14:50:15.959404 [ 3 ] {21435c24-a5b0-4179-a90b-4e429f322587} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1994 | 2024.03.26 14:50:15.960217 [ 189 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 318 rows, containing 4 columns (4 merged, 0 gathered) in 0.006209175 sec., 51214.533331722814 rows/sec., 4.00 MiB/sec. | ||
1995 | 2024.03.26 14:50:15.960413 [ 189 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
1996 | 2024.03.26 14:50:15.960454 [ 3 ] {21435c24-a5b0-4179-a90b-4e429f322587} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1997 | 2024.03.26 14:50:15.960800 [ 3 ] {21435c24-a5b0-4179-a90b-4e429f322587} <Debug> executeQuery: Read 36 rows, 2.60 KiB in 0.005315 sec., 6773.283160865475 rows/sec., 489.48 KiB/sec. | ||
1998 | 2024.03.26 14:50:15.961195 [ 3 ] {21435c24-a5b0-4179-a90b-4e429f322587} <Debug> DynamicQueryHandler: Done processing query | ||
1999 | 2024.03.26 14:50:15.961237 [ 3 ] {21435c24-a5b0-4179-a90b-4e429f322587} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
2000 | 2024.03.26 14:50:15.961258 [ 3 ] {} <Debug> HTTP-Session: 47523ab8-f617-4890-afd8-d6856b3dc169 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2001 | 2024.03.26 14:50:15.961349 [ 189 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_11_2} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2002 | 2024.03.26 14:50:15.961438 [ 189 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_11_2} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2003 | 2024.03.26 14:50:15.961519 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
2004 | 2024.03.26 14:50:20.947697 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 8077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2005 | 2024.03.26 14:50:20.947845 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2006 | 2024.03.26 14:50:20.947875 [ 3 ] {} <Debug> HTTP-Session: 9223b9e9-31e7-4d3d-a0dd-e7e49ff27bcc Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
2007 | 2024.03.26 14:50:20.947905 [ 3 ] {} <Debug> HTTP-Session: 9223b9e9-31e7-4d3d-a0dd-e7e49ff27bcc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2008 | 2024.03.26 14:50:20.947923 [ 3 ] {} <Debug> HTTP-Session: 9223b9e9-31e7-4d3d-a0dd-e7e49ff27bcc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2009 | 2024.03.26 14:50:20.947981 [ 3 ] {} <Trace> HTTP-Session: 9223b9e9-31e7-4d3d-a0dd-e7e49ff27bcc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2010 | 2024.03.26 14:50:20.948127 [ 3 ] {a45d949a-b38b-407f-8c86-a0cfd09d0af9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2011 | 2024.03.26 14:50:20.948200 [ 3 ] {a45d949a-b38b-407f-8c86-a0cfd09d0af9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2012 | 2024.03.26 14:50:20.948417 [ 3 ] {a45d949a-b38b-407f-8c86-a0cfd09d0af9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2013 | 2024.03.26 14:50:20.948919 [ 3 ] {a45d949a-b38b-407f-8c86-a0cfd09d0af9} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2014 | 2024.03.26 14:50:20.948970 [ 3 ] {a45d949a-b38b-407f-8c86-a0cfd09d0af9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
2015 | 2024.03.26 14:50:20.949360 [ 3 ] {a45d949a-b38b-407f-8c86-a0cfd09d0af9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2016 | 2024.03.26 14:50:20.949715 [ 3 ] {a45d949a-b38b-407f-8c86-a0cfd09d0af9} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2017 | 2024.03.26 14:50:20.949883 [ 3 ] {a45d949a-b38b-407f-8c86-a0cfd09d0af9} <Debug> executeQuery: Read 56 rows, 4.54 KiB in 0.001826 sec., 30668.127053669225 rows/sec., 2.43 MiB/sec. | ||
2018 | 2024.03.26 14:50:20.950086 [ 3 ] {a45d949a-b38b-407f-8c86-a0cfd09d0af9} <Debug> DynamicQueryHandler: Done processing query | ||
2019 | 2024.03.26 14:50:20.950114 [ 3 ] {a45d949a-b38b-407f-8c86-a0cfd09d0af9} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
2020 | 2024.03.26 14:50:20.950131 [ 3 ] {} <Debug> HTTP-Session: 9223b9e9-31e7-4d3d-a0dd-e7e49ff27bcc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2021 | 2024.03.26 14:50:20.950260 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2022 | 2024.03.26 14:50:20.950317 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2023 | 2024.03.26 14:50:20.950336 [ 3 ] {} <Debug> HTTP-Session: 23e84fa7-0a8a-474b-9f7b-1783ddff708d Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
2024 | 2024.03.26 14:50:20.950355 [ 3 ] {} <Debug> HTTP-Session: 23e84fa7-0a8a-474b-9f7b-1783ddff708d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2025 | 2024.03.26 14:50:20.950369 [ 3 ] {} <Debug> HTTP-Session: 23e84fa7-0a8a-474b-9f7b-1783ddff708d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2026 | 2024.03.26 14:50:20.950405 [ 3 ] {} <Trace> HTTP-Session: 23e84fa7-0a8a-474b-9f7b-1783ddff708d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2027 | 2024.03.26 14:50:20.950479 [ 3 ] {191edc13-23b7-4648-9830-57e19cebb55e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
2028 | 2024.03.26 14:50:20.950522 [ 3 ] {191edc13-23b7-4648-9830-57e19cebb55e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2029 | 2024.03.26 14:50:20.950660 [ 3 ] {191edc13-23b7-4648-9830-57e19cebb55e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2030 | 2024.03.26 14:50:20.950986 [ 3 ] {191edc13-23b7-4648-9830-57e19cebb55e} <Trace> oximeter.fields_ipaddr (b9cacdb2-3543-418a-8ac0-d16d067a037a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2031 | 2024.03.26 14:50:20.951025 [ 3 ] {191edc13-23b7-4648-9830-57e19cebb55e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
2032 | 2024.03.26 14:50:20.951334 [ 3 ] {191edc13-23b7-4648-9830-57e19cebb55e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2033 | 2024.03.26 14:50:20.951650 [ 3 ] {191edc13-23b7-4648-9830-57e19cebb55e} <Trace> oximeter.fields_ipaddr (b9cacdb2-3543-418a-8ac0-d16d067a037a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2034 | 2024.03.26 14:50:20.951818 [ 3 ] {191edc13-23b7-4648-9830-57e19cebb55e} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00136 sec., 2941.176470588235 rows/sec., 239.83 KiB/sec. | ||
2035 | 2024.03.26 14:50:20.951947 [ 3 ] {191edc13-23b7-4648-9830-57e19cebb55e} <Debug> DynamicQueryHandler: Done processing query | ||
2036 | 2024.03.26 14:50:20.951973 [ 3 ] {191edc13-23b7-4648-9830-57e19cebb55e} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2037 | 2024.03.26 14:50:20.951988 [ 3 ] {} <Debug> HTTP-Session: 23e84fa7-0a8a-474b-9f7b-1783ddff708d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2038 | 2024.03.26 14:50:20.952165 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 27181, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2039 | 2024.03.26 14:50:20.952217 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2040 | 2024.03.26 14:50:20.952236 [ 3 ] {} <Debug> HTTP-Session: d6537b62-fe33-412a-8b99-c893250a2ba3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
2041 | 2024.03.26 14:50:20.952253 [ 3 ] {} <Debug> HTTP-Session: d6537b62-fe33-412a-8b99-c893250a2ba3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2042 | 2024.03.26 14:50:20.952267 [ 3 ] {} <Debug> HTTP-Session: d6537b62-fe33-412a-8b99-c893250a2ba3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2043 | 2024.03.26 14:50:20.952303 [ 3 ] {} <Trace> HTTP-Session: d6537b62-fe33-412a-8b99-c893250a2ba3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2044 | 2024.03.26 14:50:20.952419 [ 3 ] {e0c8996c-5209-4ce8-ac3f-6ae2408f2ff2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2045 | 2024.03.26 14:50:20.952461 [ 3 ] {e0c8996c-5209-4ce8-ac3f-6ae2408f2ff2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2046 | 2024.03.26 14:50:20.952587 [ 3 ] {e0c8996c-5209-4ce8-ac3f-6ae2408f2ff2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2047 | 2024.03.26 14:50:20.952992 [ 3 ] {e0c8996c-5209-4ce8-ac3f-6ae2408f2ff2} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2048 | 2024.03.26 14:50:20.953030 [ 3 ] {e0c8996c-5209-4ce8-ac3f-6ae2408f2ff2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
2049 | 2024.03.26 14:50:20.953356 [ 3 ] {e0c8996c-5209-4ce8-ac3f-6ae2408f2ff2} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2050 | 2024.03.26 14:50:20.953667 [ 3 ] {e0c8996c-5209-4ce8-ac3f-6ae2408f2ff2} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2051 | 2024.03.26 14:50:20.953818 [ 3 ] {e0c8996c-5209-4ce8-ac3f-6ae2408f2ff2} <Debug> executeQuery: Read 170 rows, 16.81 KiB in 0.001459 sec., 116518.16312542837 rows/sec., 11.25 MiB/sec. | ||
2052 | 2024.03.26 14:50:20.954052 [ 3 ] {e0c8996c-5209-4ce8-ac3f-6ae2408f2ff2} <Debug> DynamicQueryHandler: Done processing query | ||
2053 | 2024.03.26 14:50:20.954098 [ 3 ] {e0c8996c-5209-4ce8-ac3f-6ae2408f2ff2} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
2054 | 2024.03.26 14:50:20.954116 [ 3 ] {} <Debug> HTTP-Session: d6537b62-fe33-412a-8b99-c893250a2ba3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2055 | 2024.03.26 14:50:20.954272 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2056 | 2024.03.26 14:50:20.954323 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2057 | 2024.03.26 14:50:20.954342 [ 3 ] {} <Debug> HTTP-Session: 0d8ff327-2383-4f60-8b4d-8a0804bf2504 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
2058 | 2024.03.26 14:50:20.954359 [ 3 ] {} <Debug> HTTP-Session: 0d8ff327-2383-4f60-8b4d-8a0804bf2504 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2059 | 2024.03.26 14:50:20.954374 [ 3 ] {} <Debug> HTTP-Session: 0d8ff327-2383-4f60-8b4d-8a0804bf2504 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2060 | 2024.03.26 14:50:20.954405 [ 3 ] {} <Trace> HTTP-Session: 0d8ff327-2383-4f60-8b4d-8a0804bf2504 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2061 | 2024.03.26 14:50:20.954474 [ 3 ] {c930133a-9ffb-4025-8f7d-8c99d45fb263} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2062 | 2024.03.26 14:50:20.954516 [ 3 ] {c930133a-9ffb-4025-8f7d-8c99d45fb263} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2063 | 2024.03.26 14:50:20.954660 [ 3 ] {c930133a-9ffb-4025-8f7d-8c99d45fb263} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2064 | 2024.03.26 14:50:20.956989 [ 3 ] {c930133a-9ffb-4025-8f7d-8c99d45fb263} <Trace> oximeter.fields_u16 (e20b24dd-90f0-4a6f-bcd9-27e96d38dd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2065 | 2024.03.26 14:50:20.957034 [ 3 ] {c930133a-9ffb-4025-8f7d-8c99d45fb263} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
2066 | 2024.03.26 14:50:20.957400 [ 3 ] {c930133a-9ffb-4025-8f7d-8c99d45fb263} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2067 | 2024.03.26 14:50:20.957775 [ 3 ] {c930133a-9ffb-4025-8f7d-8c99d45fb263} <Trace> oximeter.fields_u16 (e20b24dd-90f0-4a6f-bcd9-27e96d38dd35): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2068 | 2024.03.26 14:50:20.957939 [ 3 ] {c930133a-9ffb-4025-8f7d-8c99d45fb263} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.003474 sec., 1151.4104778353483 rows/sec., 80.40 KiB/sec. | ||
2069 | 2024.03.26 14:50:20.958101 [ 3 ] {c930133a-9ffb-4025-8f7d-8c99d45fb263} <Debug> DynamicQueryHandler: Done processing query | ||
2070 | 2024.03.26 14:50:20.958126 [ 3 ] {c930133a-9ffb-4025-8f7d-8c99d45fb263} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2071 | 2024.03.26 14:50:20.958143 [ 3 ] {} <Debug> HTTP-Session: 0d8ff327-2383-4f60-8b4d-8a0804bf2504 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2072 | 2024.03.26 14:50:20.958322 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 10218, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2073 | 2024.03.26 14:50:20.958373 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2074 | 2024.03.26 14:50:20.958391 [ 3 ] {} <Debug> HTTP-Session: 43ee8d3f-47ac-468e-a749-680b1ad0629a Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
2075 | 2024.03.26 14:50:20.958408 [ 3 ] {} <Debug> HTTP-Session: 43ee8d3f-47ac-468e-a749-680b1ad0629a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2076 | 2024.03.26 14:50:20.958422 [ 3 ] {} <Debug> HTTP-Session: 43ee8d3f-47ac-468e-a749-680b1ad0629a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2077 | 2024.03.26 14:50:20.958453 [ 3 ] {} <Trace> HTTP-Session: 43ee8d3f-47ac-468e-a749-680b1ad0629a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2078 | 2024.03.26 14:50:20.958554 [ 3 ] {f2f7f6bc-8320-4551-be3d-9babffadc120} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2079 | 2024.03.26 14:50:20.958594 [ 3 ] {f2f7f6bc-8320-4551-be3d-9babffadc120} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2080 | 2024.03.26 14:50:20.958720 [ 3 ] {f2f7f6bc-8320-4551-be3d-9babffadc120} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2081 | 2024.03.26 14:50:20.959035 [ 3 ] {f2f7f6bc-8320-4551-be3d-9babffadc120} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2082 | 2024.03.26 14:50:20.959072 [ 3 ] {f2f7f6bc-8320-4551-be3d-9babffadc120} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
2083 | 2024.03.26 14:50:20.959382 [ 3 ] {f2f7f6bc-8320-4551-be3d-9babffadc120} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2084 | 2024.03.26 14:50:20.959690 [ 3 ] {f2f7f6bc-8320-4551-be3d-9babffadc120} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2085 | 2024.03.26 14:50:20.959847 [ 3 ] {f2f7f6bc-8320-4551-be3d-9babffadc120} <Debug> executeQuery: Read 60 rows, 4.81 KiB in 0.001346 sec., 44576.523031203564 rows/sec., 3.49 MiB/sec. | ||
2086 | 2024.03.26 14:50:20.960087 [ 3 ] {f2f7f6bc-8320-4551-be3d-9babffadc120} <Debug> DynamicQueryHandler: Done processing query | ||
2087 | 2024.03.26 14:50:20.960113 [ 3 ] {f2f7f6bc-8320-4551-be3d-9babffadc120} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
2088 | 2024.03.26 14:50:20.960131 [ 3 ] {} <Debug> HTTP-Session: 43ee8d3f-47ac-468e-a749-680b1ad0629a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2089 | 2024.03.26 14:50:20.960242 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 446, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2090 | 2024.03.26 14:50:20.960291 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2091 | 2024.03.26 14:50:20.960310 [ 3 ] {} <Debug> HTTP-Session: e2262d16-4303-4c5b-88f8-3c719c5c63eb Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
2092 | 2024.03.26 14:50:20.960327 [ 3 ] {} <Debug> HTTP-Session: e2262d16-4303-4c5b-88f8-3c719c5c63eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2093 | 2024.03.26 14:50:20.960340 [ 3 ] {} <Debug> HTTP-Session: e2262d16-4303-4c5b-88f8-3c719c5c63eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2094 | 2024.03.26 14:50:20.960371 [ 3 ] {} <Trace> HTTP-Session: e2262d16-4303-4c5b-88f8-3c719c5c63eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2095 | 2024.03.26 14:50:20.960437 [ 3 ] {3cb47063-5cab-4b13-908d-cc966f8c7a4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2096 | 2024.03.26 14:50:20.960481 [ 3 ] {3cb47063-5cab-4b13-908d-cc966f8c7a4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2097 | 2024.03.26 14:50:20.960648 [ 3 ] {3cb47063-5cab-4b13-908d-cc966f8c7a4f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2098 | 2024.03.26 14:50:20.960918 [ 3 ] {3cb47063-5cab-4b13-908d-cc966f8c7a4f} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2099 | 2024.03.26 14:50:20.960955 [ 3 ] {3cb47063-5cab-4b13-908d-cc966f8c7a4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
2100 | 2024.03.26 14:50:20.961320 [ 3 ] {3cb47063-5cab-4b13-908d-cc966f8c7a4f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2101 | 2024.03.26 14:50:20.961661 [ 3 ] {3cb47063-5cab-4b13-908d-cc966f8c7a4f} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2102 | 2024.03.26 14:50:20.961831 [ 3 ] {3cb47063-5cab-4b13-908d-cc966f8c7a4f} <Debug> executeQuery: Read 2 rows, 144.00 B in 0.001413 sec., 1415.4281670205237 rows/sec., 99.52 KiB/sec. | ||
2103 | 2024.03.26 14:50:20.962017 [ 3 ] {3cb47063-5cab-4b13-908d-cc966f8c7a4f} <Debug> DynamicQueryHandler: Done processing query | ||
2104 | 2024.03.26 14:50:20.962041 [ 3 ] {3cb47063-5cab-4b13-908d-cc966f8c7a4f} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2105 | 2024.03.26 14:50:20.962057 [ 3 ] {} <Debug> HTTP-Session: e2262d16-4303-4c5b-88f8-3c719c5c63eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2106 | 2024.03.26 14:50:20.962281 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 59900, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2107 | 2024.03.26 14:50:20.962330 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2108 | 2024.03.26 14:50:20.962349 [ 3 ] {} <Debug> HTTP-Session: 83175a00-b6ae-48d1-8e5d-d4fe02a26ac4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
2109 | 2024.03.26 14:50:20.962366 [ 3 ] {} <Debug> HTTP-Session: 83175a00-b6ae-48d1-8e5d-d4fe02a26ac4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2110 | 2024.03.26 14:50:20.962380 [ 3 ] {} <Debug> HTTP-Session: 83175a00-b6ae-48d1-8e5d-d4fe02a26ac4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2111 | 2024.03.26 14:50:20.962411 [ 3 ] {} <Trace> HTTP-Session: 83175a00-b6ae-48d1-8e5d-d4fe02a26ac4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2112 | 2024.03.26 14:50:20.962849 [ 3 ] {2d49bfdb-5461-4c2c-9fbb-a95b93e8fd7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2113 | 2024.03.26 14:50:20.962897 [ 3 ] {2d49bfdb-5461-4c2c-9fbb-a95b93e8fd7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2114 | 2024.03.26 14:50:20.963059 [ 3 ] {2d49bfdb-5461-4c2c-9fbb-a95b93e8fd7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2115 | 2024.03.26 14:50:20.963748 [ 3 ] {2d49bfdb-5461-4c2c-9fbb-a95b93e8fd7d} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2116 | 2024.03.26 14:50:20.963785 [ 3 ] {2d49bfdb-5461-4c2c-9fbb-a95b93e8fd7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
2117 | 2024.03.26 14:50:20.964233 [ 3 ] {2d49bfdb-5461-4c2c-9fbb-a95b93e8fd7d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2118 | 2024.03.26 14:50:20.964581 [ 3 ] {2d49bfdb-5461-4c2c-9fbb-a95b93e8fd7d} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): 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.03.26 14:50:20.964743 [ 3 ] {2d49bfdb-5461-4c2c-9fbb-a95b93e8fd7d} <Debug> executeQuery: Read 56 rows, 77.38 KiB in 0.002266 sec., 24713.15092674316 rows/sec., 33.35 MiB/sec. | ||
2120 | 2024.03.26 14:50:20.965068 [ 3 ] {2d49bfdb-5461-4c2c-9fbb-a95b93e8fd7d} <Debug> DynamicQueryHandler: Done processing query | ||
2121 | 2024.03.26 14:50:20.965092 [ 3 ] {2d49bfdb-5461-4c2c-9fbb-a95b93e8fd7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
2122 | 2024.03.26 14:50:20.965108 [ 3 ] {} <Debug> HTTP-Session: 83175a00-b6ae-48d1-8e5d-d4fe02a26ac4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2123 | 2024.03.26 14:50:23.684514 [ 41 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2124 | 2024.03.26 14:50:23.684590 [ 41 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2125 | 2024.03.26 14:50:25.001655 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001158736 sec. | ||
2126 | 2024.03.26 14:50:30.948093 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 8077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2127 | 2024.03.26 14:50:30.948228 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2128 | 2024.03.26 14:50:30.948256 [ 3 ] {} <Debug> HTTP-Session: 60c2befa-bd5a-442e-a3e6-1a50c61a2b9d Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
2129 | 2024.03.26 14:50:30.948285 [ 3 ] {} <Debug> HTTP-Session: 60c2befa-bd5a-442e-a3e6-1a50c61a2b9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2130 | 2024.03.26 14:50:30.948302 [ 3 ] {} <Debug> HTTP-Session: 60c2befa-bd5a-442e-a3e6-1a50c61a2b9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2131 | 2024.03.26 14:50:30.948357 [ 3 ] {} <Trace> HTTP-Session: 60c2befa-bd5a-442e-a3e6-1a50c61a2b9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2132 | 2024.03.26 14:50:30.948500 [ 3 ] {9c237719-630c-43a5-b354-ffe0b8350eea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2133 | 2024.03.26 14:50:30.948574 [ 3 ] {9c237719-630c-43a5-b354-ffe0b8350eea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2134 | 2024.03.26 14:50:30.948787 [ 3 ] {9c237719-630c-43a5-b354-ffe0b8350eea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2135 | 2024.03.26 14:50:30.949261 [ 3 ] {9c237719-630c-43a5-b354-ffe0b8350eea} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2136 | 2024.03.26 14:50:30.949308 [ 3 ] {9c237719-630c-43a5-b354-ffe0b8350eea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2137 | 2024.03.26 14:50:30.949690 [ 3 ] {9c237719-630c-43a5-b354-ffe0b8350eea} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2138 | 2024.03.26 14:50:30.950078 [ 3 ] {9c237719-630c-43a5-b354-ffe0b8350eea} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2139 | 2024.03.26 14:50:30.950252 [ 3 ] {9c237719-630c-43a5-b354-ffe0b8350eea} <Debug> executeQuery: Read 56 rows, 4.54 KiB in 0.001824 sec., 30701.754385964912 rows/sec., 2.43 MiB/sec. | ||
2140 | 2024.03.26 14:50:30.950292 [ 38 ] {} <Debug> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 | ||
2141 | 2024.03.26 14:50:30.950407 [ 38 ] {} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2142 | 2024.03.26 14:50:30.950443 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2143 | 2024.03.26 14:50:30.950474 [ 3 ] {9c237719-630c-43a5-b354-ffe0b8350eea} <Debug> DynamicQueryHandler: Done processing query | ||
2144 | 2024.03.26 14:50:30.950528 [ 3 ] {9c237719-630c-43a5-b354-ffe0b8350eea} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
2145 | 2024.03.26 14:50:30.950581 [ 3 ] {} <Debug> HTTP-Session: 60c2befa-bd5a-442e-a3e6-1a50c61a2b9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2146 | 2024.03.26 14:50:30.950731 [ 192 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::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 | ||
2147 | 2024.03.26 14:50:30.950867 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 26882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2148 | 2024.03.26 14:50:30.950957 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2149 | 2024.03.26 14:50:30.950976 [ 192 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2150 | 2024.03.26 14:50:30.950983 [ 3 ] {} <Debug> HTTP-Session: 9ec3fc04-02fc-4807-bdbf-d9f04f9ba7cf Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
2151 | 2024.03.26 14:50:30.951009 [ 3 ] {} <Debug> HTTP-Session: 9ec3fc04-02fc-4807-bdbf-d9f04f9ba7cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2152 | 2024.03.26 14:50:30.951011 [ 192 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 56 rows starting from the beginning of the part | ||
2153 | 2024.03.26 14:50:30.951028 [ 3 ] {} <Debug> HTTP-Session: 9ec3fc04-02fc-4807-bdbf-d9f04f9ba7cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2154 | 2024.03.26 14:50:30.951073 [ 3 ] {} <Trace> HTTP-Session: 9ec3fc04-02fc-4807-bdbf-d9f04f9ba7cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2155 | 2024.03.26 14:50:30.951132 [ 192 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 56 rows starting from the beginning of the part | ||
2156 | 2024.03.26 14:50:30.951336 [ 3 ] {e053ea86-6eeb-4dd9-8888-2ef207784560} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2157 | 2024.03.26 14:50:30.951337 [ 192 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part | ||
2158 | 2024.03.26 14:50:30.951481 [ 3 ] {e053ea86-6eeb-4dd9-8888-2ef207784560} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2159 | 2024.03.26 14:50:30.951720 [ 192 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part | ||
2160 | 2024.03.26 14:50:30.951898 [ 192 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 56 rows starting from the beginning of the part | ||
2161 | 2024.03.26 14:50:30.952516 [ 3 ] {e053ea86-6eeb-4dd9-8888-2ef207784560} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2162 | 2024.03.26 14:50:30.953205 [ 3 ] {e053ea86-6eeb-4dd9-8888-2ef207784560} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2163 | 2024.03.26 14:50:30.953251 [ 3 ] {e053ea86-6eeb-4dd9-8888-2ef207784560} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2164 | 2024.03.26 14:50:30.953532 [ 192 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 280 rows, containing 4 columns (4 merged, 0 gathered) in 0.002983691 sec., 93843.49786891471 rows/sec., 7.43 MiB/sec. | ||
2165 | 2024.03.26 14:50:30.953733 [ 3 ] {e053ea86-6eeb-4dd9-8888-2ef207784560} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2166 | 2024.03.26 14:50:30.953763 [ 189 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
2167 | 2024.03.26 14:50:30.954372 [ 3 ] {e053ea86-6eeb-4dd9-8888-2ef207784560} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2168 | 2024.03.26 14:50:30.954605 [ 192 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_10_2} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2169 | 2024.03.26 14:50:30.954695 [ 3 ] {e053ea86-6eeb-4dd9-8888-2ef207784560} <Debug> executeQuery: Read 168 rows, 16.63 KiB in 0.00353 sec., 47592.067988668554 rows/sec., 4.60 MiB/sec. | ||
2170 | 2024.03.26 14:50:30.954818 [ 192 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_10_2} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 | ||
2171 | 2024.03.26 14:50:30.955007 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
2172 | 2024.03.26 14:50:30.955055 [ 3 ] {e053ea86-6eeb-4dd9-8888-2ef207784560} <Debug> DynamicQueryHandler: Done processing query | ||
2173 | 2024.03.26 14:50:30.955081 [ 3 ] {e053ea86-6eeb-4dd9-8888-2ef207784560} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
2174 | 2024.03.26 14:50:30.955097 [ 3 ] {} <Debug> HTTP-Session: 9ec3fc04-02fc-4807-bdbf-d9f04f9ba7cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2175 | 2024.03.26 14:50:30.955275 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 9534, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2176 | 2024.03.26 14:50:30.955326 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2177 | 2024.03.26 14:50:30.955345 [ 3 ] {} <Debug> HTTP-Session: cc6fecba-b538-4d32-bb37-d80bec51a2ac Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
2178 | 2024.03.26 14:50:30.955363 [ 3 ] {} <Debug> HTTP-Session: cc6fecba-b538-4d32-bb37-d80bec51a2ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2179 | 2024.03.26 14:50:30.955377 [ 3 ] {} <Debug> HTTP-Session: cc6fecba-b538-4d32-bb37-d80bec51a2ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2180 | 2024.03.26 14:50:30.955411 [ 3 ] {} <Trace> HTTP-Session: cc6fecba-b538-4d32-bb37-d80bec51a2ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2181 | 2024.03.26 14:50:30.955493 [ 3 ] {f25df587-87e6-4984-b1ef-1b7a3843ce71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2182 | 2024.03.26 14:50:30.955563 [ 3 ] {f25df587-87e6-4984-b1ef-1b7a3843ce71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2183 | 2024.03.26 14:50:30.955694 [ 3 ] {f25df587-87e6-4984-b1ef-1b7a3843ce71} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2184 | 2024.03.26 14:50:30.956081 [ 3 ] {f25df587-87e6-4984-b1ef-1b7a3843ce71} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2185 | 2024.03.26 14:50:30.956118 [ 3 ] {f25df587-87e6-4984-b1ef-1b7a3843ce71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2186 | 2024.03.26 14:50:30.956426 [ 3 ] {f25df587-87e6-4984-b1ef-1b7a3843ce71} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2187 | 2024.03.26 14:50:30.956747 [ 3 ] {f25df587-87e6-4984-b1ef-1b7a3843ce71} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2188 | 2024.03.26 14:50:30.956905 [ 3 ] {f25df587-87e6-4984-b1ef-1b7a3843ce71} <Debug> executeQuery: Read 56 rows, 4.48 KiB in 0.00145 sec., 38620.68965517241 rows/sec., 3.02 MiB/sec. | ||
2189 | 2024.03.26 14:50:30.957040 [ 3 ] {f25df587-87e6-4984-b1ef-1b7a3843ce71} <Debug> DynamicQueryHandler: Done processing query | ||
2190 | 2024.03.26 14:50:30.957064 [ 3 ] {f25df587-87e6-4984-b1ef-1b7a3843ce71} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
2191 | 2024.03.26 14:50:30.957081 [ 3 ] {} <Debug> HTTP-Session: cc6fecba-b538-4d32-bb37-d80bec51a2ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2192 | 2024.03.26 14:50:30.957249 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 59900, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2193 | 2024.03.26 14:50:30.957323 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2194 | 2024.03.26 14:50:30.957343 [ 3 ] {} <Debug> HTTP-Session: 691e47fd-483f-4cd9-a3e5-5009fbf0029b Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
2195 | 2024.03.26 14:50:30.957360 [ 3 ] {} <Debug> HTTP-Session: 691e47fd-483f-4cd9-a3e5-5009fbf0029b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2196 | 2024.03.26 14:50:30.957374 [ 3 ] {} <Debug> HTTP-Session: 691e47fd-483f-4cd9-a3e5-5009fbf0029b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2197 | 2024.03.26 14:50:30.957406 [ 3 ] {} <Trace> HTTP-Session: 691e47fd-483f-4cd9-a3e5-5009fbf0029b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2198 | 2024.03.26 14:50:30.957794 [ 3 ] {dd25e4d2-7cc4-4c0c-9ef3-79463d64d486} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2199 | 2024.03.26 14:50:30.957841 [ 3 ] {dd25e4d2-7cc4-4c0c-9ef3-79463d64d486} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2200 | 2024.03.26 14:50:30.958007 [ 3 ] {dd25e4d2-7cc4-4c0c-9ef3-79463d64d486} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2201 | 2024.03.26 14:50:30.958655 [ 3 ] {dd25e4d2-7cc4-4c0c-9ef3-79463d64d486} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2202 | 2024.03.26 14:50:30.958693 [ 3 ] {dd25e4d2-7cc4-4c0c-9ef3-79463d64d486} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2203 | 2024.03.26 14:50:30.959146 [ 3 ] {dd25e4d2-7cc4-4c0c-9ef3-79463d64d486} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2204 | 2024.03.26 14:50:30.959483 [ 3 ] {dd25e4d2-7cc4-4c0c-9ef3-79463d64d486} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2205 | 2024.03.26 14:50:30.959654 [ 3 ] {dd25e4d2-7cc4-4c0c-9ef3-79463d64d486} <Debug> executeQuery: Read 56 rows, 77.38 KiB in 0.002174 sec., 25758.96964121435 rows/sec., 34.76 MiB/sec. | ||
2206 | 2024.03.26 14:50:30.959926 [ 3 ] {dd25e4d2-7cc4-4c0c-9ef3-79463d64d486} <Debug> DynamicQueryHandler: Done processing query | ||
2207 | 2024.03.26 14:50:30.959951 [ 3 ] {dd25e4d2-7cc4-4c0c-9ef3-79463d64d486} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
2208 | 2024.03.26 14:50:30.959968 [ 3 ] {} <Debug> HTTP-Session: 691e47fd-483f-4cd9-a3e5-5009fbf0029b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2209 | 2024.03.26 14:50:32.227196 [ 37 ] {} <Debug> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
2210 | 2024.03.26 14:50:32.227263 [ 37 ] {} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2211 | 2024.03.26 14:50:32.227289 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2212 | 2024.03.26 14:50:32.227434 [ 189 ] {53f51141-7b09-4c26-9537-7562ea55e087::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 | ||
2213 | 2024.03.26 14:50:32.227598 [ 189 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2214 | 2024.03.26 14:50:32.227641 [ 189 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 204 rows starting from the beginning of the part | ||
2215 | 2024.03.26 14:50:32.227729 [ 189 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 37 rows starting from the beginning of the part | ||
2216 | 2024.03.26 14:50:32.227967 [ 189 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
2217 | 2024.03.26 14:50:32.228175 [ 189 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 36 rows starting from the beginning of the part | ||
2218 | 2024.03.26 14:50:32.228371 [ 189 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
2219 | 2024.03.26 14:50:32.229815 [ 192 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 280 rows, containing 5 columns (5 merged, 0 gathered) in 0.002452744 sec., 114157.85748533071 rows/sec., 8.05 MiB/sec. | ||
2220 | 2024.03.26 14:50:32.230086 [ 194 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
2221 | 2024.03.26 14:50:32.230604 [ 194 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_5_1} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2222 | 2024.03.26 14:50:32.230692 [ 194 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_5_1} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
2223 | 2024.03.26 14:50:32.230791 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
2224 | 2024.03.26 14:50:38.684664 [ 35 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2225 | 2024.03.26 14:50:38.684762 [ 35 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2226 | 2024.03.26 14:50:40.947891 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 8077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2227 | 2024.03.26 14:50:40.948016 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2228 | 2024.03.26 14:50:40.948045 [ 3 ] {} <Debug> HTTP-Session: 3c1d8128-5a36-4d60-8f7d-447336bcdba8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
2229 | 2024.03.26 14:50:40.948073 [ 3 ] {} <Debug> HTTP-Session: 3c1d8128-5a36-4d60-8f7d-447336bcdba8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2230 | 2024.03.26 14:50:40.948091 [ 3 ] {} <Debug> HTTP-Session: 3c1d8128-5a36-4d60-8f7d-447336bcdba8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2231 | 2024.03.26 14:50:40.948147 [ 3 ] {} <Trace> HTTP-Session: 3c1d8128-5a36-4d60-8f7d-447336bcdba8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2232 | 2024.03.26 14:50:40.948291 [ 3 ] {c5c01188-3fb3-4be1-b96b-e6d4f0983d7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2233 | 2024.03.26 14:50:40.948362 [ 3 ] {c5c01188-3fb3-4be1-b96b-e6d4f0983d7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2234 | 2024.03.26 14:50:40.948580 [ 3 ] {c5c01188-3fb3-4be1-b96b-e6d4f0983d7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2235 | 2024.03.26 14:50:40.949149 [ 3 ] {c5c01188-3fb3-4be1-b96b-e6d4f0983d7d} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2236 | 2024.03.26 14:50:40.949203 [ 3 ] {c5c01188-3fb3-4be1-b96b-e6d4f0983d7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2237 | 2024.03.26 14:50:40.949588 [ 3 ] {c5c01188-3fb3-4be1-b96b-e6d4f0983d7d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2238 | 2024.03.26 14:50:40.949923 [ 3 ] {c5c01188-3fb3-4be1-b96b-e6d4f0983d7d} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2239 | 2024.03.26 14:50:40.950109 [ 3 ] {c5c01188-3fb3-4be1-b96b-e6d4f0983d7d} <Debug> executeQuery: Read 56 rows, 4.54 KiB in 0.001879 sec., 29803.086748270358 rows/sec., 2.36 MiB/sec. | ||
2240 | 2024.03.26 14:50:40.950275 [ 3 ] {c5c01188-3fb3-4be1-b96b-e6d4f0983d7d} <Debug> DynamicQueryHandler: Done processing query | ||
2241 | 2024.03.26 14:50:40.950301 [ 3 ] {c5c01188-3fb3-4be1-b96b-e6d4f0983d7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
2242 | 2024.03.26 14:50:40.950318 [ 3 ] {} <Debug> HTTP-Session: 3c1d8128-5a36-4d60-8f7d-447336bcdba8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2243 | 2024.03.26 14:50:40.950485 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 26882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2244 | 2024.03.26 14:50:40.950543 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2245 | 2024.03.26 14:50:40.950562 [ 3 ] {} <Debug> HTTP-Session: b3d3775e-e73a-46a7-ac23-09f05c498f0c Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
2246 | 2024.03.26 14:50:40.950581 [ 3 ] {} <Debug> HTTP-Session: b3d3775e-e73a-46a7-ac23-09f05c498f0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2247 | 2024.03.26 14:50:40.950594 [ 3 ] {} <Debug> HTTP-Session: b3d3775e-e73a-46a7-ac23-09f05c498f0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2248 | 2024.03.26 14:50:40.950630 [ 3 ] {} <Trace> HTTP-Session: b3d3775e-e73a-46a7-ac23-09f05c498f0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2249 | 2024.03.26 14:50:40.950749 [ 3 ] {07e2f3a5-0fea-437b-83af-ae4da50829e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2250 | 2024.03.26 14:50:40.950793 [ 3 ] {07e2f3a5-0fea-437b-83af-ae4da50829e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2251 | 2024.03.26 14:50:40.950927 [ 3 ] {07e2f3a5-0fea-437b-83af-ae4da50829e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2252 | 2024.03.26 14:50:40.951371 [ 3 ] {07e2f3a5-0fea-437b-83af-ae4da50829e1} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2253 | 2024.03.26 14:50:40.951411 [ 3 ] {07e2f3a5-0fea-437b-83af-ae4da50829e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2254 | 2024.03.26 14:50:40.951731 [ 3 ] {07e2f3a5-0fea-437b-83af-ae4da50829e1} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2255 | 2024.03.26 14:50:40.952041 [ 3 ] {07e2f3a5-0fea-437b-83af-ae4da50829e1} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2256 | 2024.03.26 14:50:40.952216 [ 3 ] {07e2f3a5-0fea-437b-83af-ae4da50829e1} <Debug> executeQuery: Read 168 rows, 16.63 KiB in 0.001522 sec., 110381.07752956636 rows/sec., 10.67 MiB/sec. | ||
2257 | 2024.03.26 14:50:40.952453 [ 3 ] {07e2f3a5-0fea-437b-83af-ae4da50829e1} <Debug> DynamicQueryHandler: Done processing query | ||
2258 | 2024.03.26 14:50:40.952492 [ 3 ] {07e2f3a5-0fea-437b-83af-ae4da50829e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
2259 | 2024.03.26 14:50:40.952513 [ 3 ] {} <Debug> HTTP-Session: b3d3775e-e73a-46a7-ac23-09f05c498f0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2260 | 2024.03.26 14:50:40.952697 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 9534, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2261 | 2024.03.26 14:50:40.952748 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2262 | 2024.03.26 14:50:40.952766 [ 3 ] {} <Debug> HTTP-Session: b2e5a7be-f80d-4e8e-9de0-8a76c88de4e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
2263 | 2024.03.26 14:50:40.952784 [ 3 ] {} <Debug> HTTP-Session: b2e5a7be-f80d-4e8e-9de0-8a76c88de4e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2264 | 2024.03.26 14:50:40.952798 [ 3 ] {} <Debug> HTTP-Session: b2e5a7be-f80d-4e8e-9de0-8a76c88de4e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2265 | 2024.03.26 14:50:40.952830 [ 3 ] {} <Trace> HTTP-Session: b2e5a7be-f80d-4e8e-9de0-8a76c88de4e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2266 | 2024.03.26 14:50:40.952926 [ 3 ] {4155df9b-3c17-4794-a73a-4887f383c5fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2267 | 2024.03.26 14:50:40.952969 [ 3 ] {4155df9b-3c17-4794-a73a-4887f383c5fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2268 | 2024.03.26 14:50:40.953118 [ 3 ] {4155df9b-3c17-4794-a73a-4887f383c5fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2269 | 2024.03.26 14:50:40.953436 [ 3 ] {4155df9b-3c17-4794-a73a-4887f383c5fa} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2270 | 2024.03.26 14:50:40.953474 [ 3 ] {4155df9b-3c17-4794-a73a-4887f383c5fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2271 | 2024.03.26 14:50:40.953783 [ 3 ] {4155df9b-3c17-4794-a73a-4887f383c5fa} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2272 | 2024.03.26 14:50:40.954086 [ 3 ] {4155df9b-3c17-4794-a73a-4887f383c5fa} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2273 | 2024.03.26 14:50:40.954244 [ 3 ] {4155df9b-3c17-4794-a73a-4887f383c5fa} <Debug> executeQuery: Read 56 rows, 4.48 KiB in 0.001361 sec., 41146.21601763409 rows/sec., 3.22 MiB/sec. | ||
2274 | 2024.03.26 14:50:40.954504 [ 3 ] {4155df9b-3c17-4794-a73a-4887f383c5fa} <Debug> DynamicQueryHandler: Done processing query | ||
2275 | 2024.03.26 14:50:40.954541 [ 3 ] {4155df9b-3c17-4794-a73a-4887f383c5fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
2276 | 2024.03.26 14:50:40.954557 [ 3 ] {} <Debug> HTTP-Session: b2e5a7be-f80d-4e8e-9de0-8a76c88de4e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2277 | 2024.03.26 14:50:40.954716 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 59900, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2278 | 2024.03.26 14:50:40.954768 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2279 | 2024.03.26 14:50:40.954786 [ 3 ] {} <Debug> HTTP-Session: b937ce5b-503c-4913-86bc-d4f6f1a25aad Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
2280 | 2024.03.26 14:50:40.954803 [ 3 ] {} <Debug> HTTP-Session: b937ce5b-503c-4913-86bc-d4f6f1a25aad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2281 | 2024.03.26 14:50:40.954817 [ 3 ] {} <Debug> HTTP-Session: b937ce5b-503c-4913-86bc-d4f6f1a25aad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2282 | 2024.03.26 14:50:40.954849 [ 3 ] {} <Trace> HTTP-Session: b937ce5b-503c-4913-86bc-d4f6f1a25aad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2283 | 2024.03.26 14:50:40.955236 [ 3 ] {8bb825e5-5881-4d60-ac13-d88c022219ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2284 | 2024.03.26 14:50:40.955286 [ 3 ] {8bb825e5-5881-4d60-ac13-d88c022219ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2285 | 2024.03.26 14:50:40.955472 [ 3 ] {8bb825e5-5881-4d60-ac13-d88c022219ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2286 | 2024.03.26 14:50:40.956114 [ 3 ] {8bb825e5-5881-4d60-ac13-d88c022219ae} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2287 | 2024.03.26 14:50:40.956151 [ 3 ] {8bb825e5-5881-4d60-ac13-d88c022219ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2288 | 2024.03.26 14:50:40.956599 [ 3 ] {8bb825e5-5881-4d60-ac13-d88c022219ae} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2289 | 2024.03.26 14:50:40.956935 [ 3 ] {8bb825e5-5881-4d60-ac13-d88c022219ae} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2290 | 2024.03.26 14:50:40.957098 [ 34 ] {} <Debug> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2291 | 2024.03.26 14:50:40.957111 [ 3 ] {8bb825e5-5881-4d60-ac13-d88c022219ae} <Debug> executeQuery: Read 56 rows, 77.38 KiB in 0.002192 sec., 25547.445255474453 rows/sec., 34.47 MiB/sec. | ||
2292 | 2024.03.26 14:50:40.957185 [ 34 ] {} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2293 | 2024.03.26 14:50:40.957258 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2294 | 2024.03.26 14:50:40.957367 [ 3 ] {8bb825e5-5881-4d60-ac13-d88c022219ae} <Debug> DynamicQueryHandler: Done processing query | ||
2295 | 2024.03.26 14:50:40.957436 [ 3 ] {8bb825e5-5881-4d60-ac13-d88c022219ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
2296 | 2024.03.26 14:50:40.957515 [ 3 ] {} <Debug> HTTP-Session: b937ce5b-503c-4913-86bc-d4f6f1a25aad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2297 | 2024.03.26 14:50:40.957734 [ 189 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::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.03.26 14:50:40.957929 [ 189 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2299 | 2024.03.26 14:50:40.957968 [ 189 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 297 rows starting from the beginning of the part | ||
2300 | 2024.03.26 14:50:40.958085 [ 189 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 56 rows starting from the beginning of the part | ||
2301 | 2024.03.26 14:50:40.958325 [ 189 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part | ||
2302 | 2024.03.26 14:50:40.958534 [ 189 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part | ||
2303 | 2024.03.26 14:50:40.958734 [ 189 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 56 rows starting from the beginning of the part | ||
2304 | 2024.03.26 14:50:40.958833 [ 189 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part | ||
2305 | 2024.03.26 14:50:40.962168 [ 192 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 577 rows, containing 6 columns (6 merged, 0 gathered) in 0.004780526 sec., 120698.01523932721 rows/sec., 162.88 MiB/sec. | ||
2306 | 2024.03.26 14:50:40.962610 [ 192 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2307 | 2024.03.26 14:50:40.963096 [ 192 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2308 | 2024.03.26 14:50:40.963178 [ 192 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2309 | 2024.03.26 14:50:40.963264 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB. | ||
2310 | 2024.03.26 14:50:41.000160 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 178.69 MiB, peak 188.83 MiB, free memory in arenas 0.00 B, will set to 180.39 MiB (RSS), difference: 1.70 MiB | ||
2311 | 2024.03.26 14:50:45.946564 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2312 | 2024.03.26 14:50:45.946698 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2313 | 2024.03.26 14:50:45.946727 [ 3 ] {} <Debug> HTTP-Session: f4b12ba3-0891-4723-a387-ede76dd9ebb9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
2314 | 2024.03.26 14:50:45.946761 [ 3 ] {} <Debug> HTTP-Session: f4b12ba3-0891-4723-a387-ede76dd9ebb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2315 | 2024.03.26 14:50:45.946778 [ 3 ] {} <Debug> HTTP-Session: f4b12ba3-0891-4723-a387-ede76dd9ebb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2316 | 2024.03.26 14:50:45.946834 [ 3 ] {} <Trace> HTTP-Session: f4b12ba3-0891-4723-a387-ede76dd9ebb9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2317 | 2024.03.26 14:50:45.946955 [ 3 ] {ca378313-c3c9-473b-93da-f38e98e5dbf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
2318 | 2024.03.26 14:50:45.947026 [ 3 ] {ca378313-c3c9-473b-93da-f38e98e5dbf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2319 | 2024.03.26 14:50:45.947238 [ 3 ] {ca378313-c3c9-473b-93da-f38e98e5dbf3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2320 | 2024.03.26 14:50:45.947655 [ 3 ] {ca378313-c3c9-473b-93da-f38e98e5dbf3} <Trace> oximeter.fields_ipaddr (b9cacdb2-3543-418a-8ac0-d16d067a037a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2321 | 2024.03.26 14:50:45.947700 [ 3 ] {ca378313-c3c9-473b-93da-f38e98e5dbf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2322 | 2024.03.26 14:50:45.948067 [ 3 ] {ca378313-c3c9-473b-93da-f38e98e5dbf3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2323 | 2024.03.26 14:50:45.948399 [ 3 ] {ca378313-c3c9-473b-93da-f38e98e5dbf3} <Trace> oximeter.fields_ipaddr (b9cacdb2-3543-418a-8ac0-d16d067a037a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2324 | 2024.03.26 14:50:45.948573 [ 3 ] {ca378313-c3c9-473b-93da-f38e98e5dbf3} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001669 sec., 1198.3223487118034 rows/sec., 97.71 KiB/sec. | ||
2325 | 2024.03.26 14:50:45.948765 [ 3 ] {ca378313-c3c9-473b-93da-f38e98e5dbf3} <Debug> DynamicQueryHandler: Done processing query | ||
2326 | 2024.03.26 14:50:45.948792 [ 3 ] {ca378313-c3c9-473b-93da-f38e98e5dbf3} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2327 | 2024.03.26 14:50:45.948809 [ 3 ] {} <Debug> HTTP-Session: f4b12ba3-0891-4723-a387-ede76dd9ebb9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2328 | 2024.03.26 14:50:45.948936 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 5133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2329 | 2024.03.26 14:50:45.948990 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2330 | 2024.03.26 14:50:45.949009 [ 3 ] {} <Debug> HTTP-Session: bd2d488a-295b-4a5b-90dd-7a6c162d6e16 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
2331 | 2024.03.26 14:50:45.949027 [ 3 ] {} <Debug> HTTP-Session: bd2d488a-295b-4a5b-90dd-7a6c162d6e16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2332 | 2024.03.26 14:50:45.949041 [ 3 ] {} <Debug> HTTP-Session: bd2d488a-295b-4a5b-90dd-7a6c162d6e16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2333 | 2024.03.26 14:50:45.949077 [ 3 ] {} <Trace> HTTP-Session: bd2d488a-295b-4a5b-90dd-7a6c162d6e16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2334 | 2024.03.26 14:50:45.949161 [ 3 ] {e77de280-94a9-494c-b03b-c706588ba5c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2335 | 2024.03.26 14:50:45.949204 [ 3 ] {e77de280-94a9-494c-b03b-c706588ba5c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2336 | 2024.03.26 14:50:45.949337 [ 3 ] {e77de280-94a9-494c-b03b-c706588ba5c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2337 | 2024.03.26 14:50:45.949652 [ 3 ] {e77de280-94a9-494c-b03b-c706588ba5c2} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2338 | 2024.03.26 14:50:45.949690 [ 3 ] {e77de280-94a9-494c-b03b-c706588ba5c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2339 | 2024.03.26 14:50:45.950017 [ 3 ] {e77de280-94a9-494c-b03b-c706588ba5c2} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2340 | 2024.03.26 14:50:45.950321 [ 3 ] {e77de280-94a9-494c-b03b-c706588ba5c2} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2341 | 2024.03.26 14:50:45.950488 [ 3 ] {e77de280-94a9-494c-b03b-c706588ba5c2} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001361 sec., 27185.89272593681 rows/sec., 2.05 MiB/sec. | ||
2342 | 2024.03.26 14:50:45.950617 [ 3 ] {e77de280-94a9-494c-b03b-c706588ba5c2} <Debug> DynamicQueryHandler: Done processing query | ||
2343 | 2024.03.26 14:50:45.950642 [ 3 ] {e77de280-94a9-494c-b03b-c706588ba5c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
2344 | 2024.03.26 14:50:45.950659 [ 3 ] {} <Debug> HTTP-Session: bd2d488a-295b-4a5b-90dd-7a6c162d6e16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2345 | 2024.03.26 14:50:45.950782 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2346 | 2024.03.26 14:50:45.950833 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2347 | 2024.03.26 14:50:45.950852 [ 3 ] {} <Debug> HTTP-Session: 2e9c6880-d286-42b5-b72d-c2481ce3faf3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
2348 | 2024.03.26 14:50:45.950869 [ 3 ] {} <Debug> HTTP-Session: 2e9c6880-d286-42b5-b72d-c2481ce3faf3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2349 | 2024.03.26 14:50:45.950883 [ 3 ] {} <Debug> HTTP-Session: 2e9c6880-d286-42b5-b72d-c2481ce3faf3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2350 | 2024.03.26 14:50:45.950914 [ 3 ] {} <Trace> HTTP-Session: 2e9c6880-d286-42b5-b72d-c2481ce3faf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2351 | 2024.03.26 14:50:45.950979 [ 3 ] {85d67a32-13b3-4ed7-ba50-5a0e0d79ad8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2352 | 2024.03.26 14:50:45.951020 [ 3 ] {85d67a32-13b3-4ed7-ba50-5a0e0d79ad8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2353 | 2024.03.26 14:50:45.951147 [ 3 ] {85d67a32-13b3-4ed7-ba50-5a0e0d79ad8b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2354 | 2024.03.26 14:50:45.951437 [ 3 ] {85d67a32-13b3-4ed7-ba50-5a0e0d79ad8b} <Trace> oximeter.fields_u16 (e20b24dd-90f0-4a6f-bcd9-27e96d38dd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2355 | 2024.03.26 14:50:45.951474 [ 3 ] {85d67a32-13b3-4ed7-ba50-5a0e0d79ad8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2356 | 2024.03.26 14:50:45.951770 [ 3 ] {85d67a32-13b3-4ed7-ba50-5a0e0d79ad8b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2357 | 2024.03.26 14:50:45.952074 [ 3 ] {85d67a32-13b3-4ed7-ba50-5a0e0d79ad8b} <Trace> oximeter.fields_u16 (e20b24dd-90f0-4a6f-bcd9-27e96d38dd35): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2358 | 2024.03.26 14:50:45.952219 [ 3 ] {85d67a32-13b3-4ed7-ba50-5a0e0d79ad8b} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001256 sec., 1592.3566878980891 rows/sec., 111.19 KiB/sec. | ||
2359 | 2024.03.26 14:50:45.952375 [ 3 ] {85d67a32-13b3-4ed7-ba50-5a0e0d79ad8b} <Debug> DynamicQueryHandler: Done processing query | ||
2360 | 2024.03.26 14:50:45.952399 [ 3 ] {85d67a32-13b3-4ed7-ba50-5a0e0d79ad8b} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2361 | 2024.03.26 14:50:45.952415 [ 3 ] {} <Debug> HTTP-Session: 2e9c6880-d286-42b5-b72d-c2481ce3faf3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2362 | 2024.03.26 14:50:45.952552 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 4433, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2363 | 2024.03.26 14:50:45.952601 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2364 | 2024.03.26 14:50:45.952619 [ 3 ] {} <Debug> HTTP-Session: 049682f5-8db9-432a-bb83-749249c8868e Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
2365 | 2024.03.26 14:50:45.952636 [ 3 ] {} <Debug> HTTP-Session: 049682f5-8db9-432a-bb83-749249c8868e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2366 | 2024.03.26 14:50:45.952650 [ 3 ] {} <Debug> HTTP-Session: 049682f5-8db9-432a-bb83-749249c8868e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2367 | 2024.03.26 14:50:45.952680 [ 3 ] {} <Trace> HTTP-Session: 049682f5-8db9-432a-bb83-749249c8868e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2368 | 2024.03.26 14:50:45.952752 [ 3 ] {7cd29464-ae18-4632-a3a0-9a67fbd4ee1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2369 | 2024.03.26 14:50:45.952797 [ 3 ] {7cd29464-ae18-4632-a3a0-9a67fbd4ee1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2370 | 2024.03.26 14:50:45.952922 [ 3 ] {7cd29464-ae18-4632-a3a0-9a67fbd4ee1f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2371 | 2024.03.26 14:50:45.953203 [ 3 ] {7cd29464-ae18-4632-a3a0-9a67fbd4ee1f} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2372 | 2024.03.26 14:50:45.953241 [ 3 ] {7cd29464-ae18-4632-a3a0-9a67fbd4ee1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2373 | 2024.03.26 14:50:45.953540 [ 3 ] {7cd29464-ae18-4632-a3a0-9a67fbd4ee1f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2374 | 2024.03.26 14:50:45.953845 [ 3 ] {7cd29464-ae18-4632-a3a0-9a67fbd4ee1f} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2375 | 2024.03.26 14:50:45.953964 [ 3 ] {7cd29464-ae18-4632-a3a0-9a67fbd4ee1f} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.001241 sec., 20950.846091861404 rows/sec., 1.62 MiB/sec. | ||
2376 | 2024.03.26 14:50:45.954124 [ 3 ] {7cd29464-ae18-4632-a3a0-9a67fbd4ee1f} <Debug> DynamicQueryHandler: Done processing query | ||
2377 | 2024.03.26 14:50:45.954150 [ 3 ] {7cd29464-ae18-4632-a3a0-9a67fbd4ee1f} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
2378 | 2024.03.26 14:50:45.954165 [ 3 ] {} <Debug> HTTP-Session: 049682f5-8db9-432a-bb83-749249c8868e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2379 | 2024.03.26 14:50:45.954275 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 7217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2380 | 2024.03.26 14:50:45.954324 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2381 | 2024.03.26 14:50:45.954342 [ 3 ] {} <Debug> HTTP-Session: 7d4db865-0db4-4eb5-8b3a-acaeaf3d1e62 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
2382 | 2024.03.26 14:50:45.954359 [ 3 ] {} <Debug> HTTP-Session: 7d4db865-0db4-4eb5-8b3a-acaeaf3d1e62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2383 | 2024.03.26 14:50:45.954373 [ 3 ] {} <Debug> HTTP-Session: 7d4db865-0db4-4eb5-8b3a-acaeaf3d1e62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2384 | 2024.03.26 14:50:45.954403 [ 3 ] {} <Trace> HTTP-Session: 7d4db865-0db4-4eb5-8b3a-acaeaf3d1e62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2385 | 2024.03.26 14:50:45.954480 [ 3 ] {ea578889-69f2-49dc-9ac2-a51e2e81783c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2386 | 2024.03.26 14:50:45.954523 [ 3 ] {ea578889-69f2-49dc-9ac2-a51e2e81783c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2387 | 2024.03.26 14:50:45.954667 [ 3 ] {ea578889-69f2-49dc-9ac2-a51e2e81783c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2388 | 2024.03.26 14:50:45.954963 [ 3 ] {ea578889-69f2-49dc-9ac2-a51e2e81783c} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2389 | 2024.03.26 14:50:45.954998 [ 3 ] {ea578889-69f2-49dc-9ac2-a51e2e81783c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2390 | 2024.03.26 14:50:45.955376 [ 3 ] {ea578889-69f2-49dc-9ac2-a51e2e81783c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2391 | 2024.03.26 14:50:45.955712 [ 3 ] {ea578889-69f2-49dc-9ac2-a51e2e81783c} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2392 | 2024.03.26 14:50:45.955840 [ 3 ] {ea578889-69f2-49dc-9ac2-a51e2e81783c} <Debug> executeQuery: Read 37 rows, 2.67 KiB in 0.001395 sec., 26523.297491039426 rows/sec., 1.87 MiB/sec. | ||
2393 | 2024.03.26 14:50:45.955967 [ 3 ] {ea578889-69f2-49dc-9ac2-a51e2e81783c} <Debug> DynamicQueryHandler: Done processing query | ||
2394 | 2024.03.26 14:50:45.955991 [ 3 ] {ea578889-69f2-49dc-9ac2-a51e2e81783c} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
2395 | 2024.03.26 14:50:45.956007 [ 3 ] {} <Debug> HTTP-Session: 7d4db865-0db4-4eb5-8b3a-acaeaf3d1e62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2396 | 2024.03.26 14:50:50.948140 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 8077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2397 | 2024.03.26 14:50:50.948282 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2398 | 2024.03.26 14:50:50.948314 [ 3 ] {} <Debug> HTTP-Session: c51c6e4c-707a-43a1-81e6-296e9d4f8829 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
2399 | 2024.03.26 14:50:50.948351 [ 3 ] {} <Debug> HTTP-Session: c51c6e4c-707a-43a1-81e6-296e9d4f8829 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2400 | 2024.03.26 14:50:50.948372 [ 3 ] {} <Debug> HTTP-Session: c51c6e4c-707a-43a1-81e6-296e9d4f8829 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2401 | 2024.03.26 14:50:50.948548 [ 3 ] {} <Trace> HTTP-Session: c51c6e4c-707a-43a1-81e6-296e9d4f8829 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2402 | 2024.03.26 14:50:50.948988 [ 3 ] {77b4cb7b-a2fe-4620-abc6-0943e2033129} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2403 | 2024.03.26 14:50:50.949065 [ 3 ] {77b4cb7b-a2fe-4620-abc6-0943e2033129} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2404 | 2024.03.26 14:50:50.949299 [ 3 ] {77b4cb7b-a2fe-4620-abc6-0943e2033129} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2405 | 2024.03.26 14:50:50.949819 [ 3 ] {77b4cb7b-a2fe-4620-abc6-0943e2033129} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2406 | 2024.03.26 14:50:50.949865 [ 3 ] {77b4cb7b-a2fe-4620-abc6-0943e2033129} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2407 | 2024.03.26 14:50:50.950253 [ 3 ] {77b4cb7b-a2fe-4620-abc6-0943e2033129} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2408 | 2024.03.26 14:50:50.950584 [ 3 ] {77b4cb7b-a2fe-4620-abc6-0943e2033129} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2409 | 2024.03.26 14:50:50.950774 [ 3 ] {77b4cb7b-a2fe-4620-abc6-0943e2033129} <Debug> executeQuery: Read 56 rows, 4.54 KiB in 0.001945 sec., 28791.77377892031 rows/sec., 2.28 MiB/sec. | ||
2410 | 2024.03.26 14:50:50.950927 [ 3 ] {77b4cb7b-a2fe-4620-abc6-0943e2033129} <Debug> DynamicQueryHandler: Done processing query | ||
2411 | 2024.03.26 14:50:50.950953 [ 3 ] {77b4cb7b-a2fe-4620-abc6-0943e2033129} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
2412 | 2024.03.26 14:50:50.950970 [ 3 ] {} <Debug> HTTP-Session: c51c6e4c-707a-43a1-81e6-296e9d4f8829 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2413 | 2024.03.26 14:50:50.951091 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2414 | 2024.03.26 14:50:50.951144 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2415 | 2024.03.26 14:50:50.951164 [ 3 ] {} <Debug> HTTP-Session: 58182950-dd46-46fa-8ab7-b7c9f112bb8d Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
2416 | 2024.03.26 14:50:50.951182 [ 3 ] {} <Debug> HTTP-Session: 58182950-dd46-46fa-8ab7-b7c9f112bb8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2417 | 2024.03.26 14:50:50.951196 [ 3 ] {} <Debug> HTTP-Session: 58182950-dd46-46fa-8ab7-b7c9f112bb8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2418 | 2024.03.26 14:50:50.951230 [ 3 ] {} <Trace> HTTP-Session: 58182950-dd46-46fa-8ab7-b7c9f112bb8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2419 | 2024.03.26 14:50:50.951297 [ 3 ] {178f5a5e-8071-4607-8278-459069e87e3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
2420 | 2024.03.26 14:50:50.951338 [ 3 ] {178f5a5e-8071-4607-8278-459069e87e3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2421 | 2024.03.26 14:50:50.951467 [ 3 ] {178f5a5e-8071-4607-8278-459069e87e3e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2422 | 2024.03.26 14:50:50.951763 [ 3 ] {178f5a5e-8071-4607-8278-459069e87e3e} <Trace> oximeter.fields_ipaddr (b9cacdb2-3543-418a-8ac0-d16d067a037a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2423 | 2024.03.26 14:50:50.951802 [ 3 ] {178f5a5e-8071-4607-8278-459069e87e3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2424 | 2024.03.26 14:50:50.952098 [ 3 ] {178f5a5e-8071-4607-8278-459069e87e3e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2425 | 2024.03.26 14:50:50.952401 [ 3 ] {178f5a5e-8071-4607-8278-459069e87e3e} <Trace> oximeter.fields_ipaddr (b9cacdb2-3543-418a-8ac0-d16d067a037a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2426 | 2024.03.26 14:50:50.952573 [ 3 ] {178f5a5e-8071-4607-8278-459069e87e3e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001287 sec., 1554.001554001554 rows/sec., 126.72 KiB/sec. | ||
2427 | 2024.03.26 14:50:50.952811 [ 3 ] {178f5a5e-8071-4607-8278-459069e87e3e} <Debug> DynamicQueryHandler: Done processing query | ||
2428 | 2024.03.26 14:50:50.952842 [ 3 ] {178f5a5e-8071-4607-8278-459069e87e3e} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2429 | 2024.03.26 14:50:50.952858 [ 3 ] {} <Debug> HTTP-Session: 58182950-dd46-46fa-8ab7-b7c9f112bb8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2430 | 2024.03.26 14:50:50.953015 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 27031, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2431 | 2024.03.26 14:50:50.953065 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2432 | 2024.03.26 14:50:50.953084 [ 3 ] {} <Debug> HTTP-Session: 4ac0c31b-e033-46cd-be60-152cdc77a853 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
2433 | 2024.03.26 14:50:50.953102 [ 3 ] {} <Debug> HTTP-Session: 4ac0c31b-e033-46cd-be60-152cdc77a853 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2434 | 2024.03.26 14:50:50.953116 [ 3 ] {} <Debug> HTTP-Session: 4ac0c31b-e033-46cd-be60-152cdc77a853 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2435 | 2024.03.26 14:50:50.953147 [ 3 ] {} <Trace> HTTP-Session: 4ac0c31b-e033-46cd-be60-152cdc77a853 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2436 | 2024.03.26 14:50:50.953258 [ 3 ] {8e494bcd-9b0a-444f-8e6e-f2bc6d864139} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2437 | 2024.03.26 14:50:50.953300 [ 3 ] {8e494bcd-9b0a-444f-8e6e-f2bc6d864139} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2438 | 2024.03.26 14:50:50.953443 [ 3 ] {8e494bcd-9b0a-444f-8e6e-f2bc6d864139} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2439 | 2024.03.26 14:50:50.953846 [ 3 ] {8e494bcd-9b0a-444f-8e6e-f2bc6d864139} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2440 | 2024.03.26 14:50:50.953883 [ 3 ] {8e494bcd-9b0a-444f-8e6e-f2bc6d864139} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2441 | 2024.03.26 14:50:50.954190 [ 3 ] {8e494bcd-9b0a-444f-8e6e-f2bc6d864139} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2442 | 2024.03.26 14:50:50.954499 [ 3 ] {8e494bcd-9b0a-444f-8e6e-f2bc6d864139} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2443 | 2024.03.26 14:50:50.954652 [ 3 ] {8e494bcd-9b0a-444f-8e6e-f2bc6d864139} <Debug> executeQuery: Read 169 rows, 16.72 KiB in 0.001449 sec., 116632.16011042098 rows/sec., 11.27 MiB/sec. | ||
2444 | 2024.03.26 14:50:50.954653 [ 30 ] {} <Debug> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2445 | 2024.03.26 14:50:50.954748 [ 30 ] {} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2446 | 2024.03.26 14:50:50.954792 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2447 | 2024.03.26 14:50:50.954819 [ 3 ] {8e494bcd-9b0a-444f-8e6e-f2bc6d864139} <Debug> DynamicQueryHandler: Done processing query | ||
2448 | 2024.03.26 14:50:50.954909 [ 3 ] {8e494bcd-9b0a-444f-8e6e-f2bc6d864139} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
2449 | 2024.03.26 14:50:50.954984 [ 3 ] {} <Debug> HTTP-Session: 4ac0c31b-e033-46cd-be60-152cdc77a853 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2450 | 2024.03.26 14:50:50.955248 [ 195 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::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 | ||
2451 | 2024.03.26 14:50:50.955266 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2452 | 2024.03.26 14:50:50.955402 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2453 | 2024.03.26 14:50:50.955490 [ 3 ] {} <Debug> HTTP-Session: e98994eb-77aa-446f-8a39-e4fb46e52106 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
2454 | 2024.03.26 14:50:50.955538 [ 3 ] {} <Debug> HTTP-Session: e98994eb-77aa-446f-8a39-e4fb46e52106 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2455 | 2024.03.26 14:50:50.955581 [ 3 ] {} <Debug> HTTP-Session: e98994eb-77aa-446f-8a39-e4fb46e52106 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2456 | 2024.03.26 14:50:50.955665 [ 195 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2457 | 2024.03.26 14:50:50.955673 [ 3 ] {} <Trace> HTTP-Session: e98994eb-77aa-446f-8a39-e4fb46e52106 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2458 | 2024.03.26 14:50:50.955731 [ 195 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 206 rows starting from the beginning of the part | ||
2459 | 2024.03.26 14:50:50.955792 [ 3 ] {a92cc014-d775-485a-89cc-e4c467d513f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2460 | 2024.03.26 14:50:50.955915 [ 3 ] {a92cc014-d775-485a-89cc-e4c467d513f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2461 | 2024.03.26 14:50:50.956008 [ 195 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 170 rows starting from the beginning of the part | ||
2462 | 2024.03.26 14:50:50.956425 [ 195 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 168 rows starting from the beginning of the part | ||
2463 | 2024.03.26 14:50:50.956749 [ 195 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 168 rows starting from the beginning of the part | ||
2464 | 2024.03.26 14:50:50.956897 [ 3 ] {a92cc014-d775-485a-89cc-e4c467d513f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2465 | 2024.03.26 14:50:50.957093 [ 195 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 37 rows starting from the beginning of the part | ||
2466 | 2024.03.26 14:50:50.957316 [ 195 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 169 rows starting from the beginning of the part | ||
2467 | 2024.03.26 14:50:50.958072 [ 3 ] {a92cc014-d775-485a-89cc-e4c467d513f0} <Trace> oximeter.fields_u16 (e20b24dd-90f0-4a6f-bcd9-27e96d38dd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2468 | 2024.03.26 14:50:50.958118 [ 3 ] {a92cc014-d775-485a-89cc-e4c467d513f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2469 | 2024.03.26 14:50:50.958973 [ 3 ] {a92cc014-d775-485a-89cc-e4c467d513f0} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2470 | 2024.03.26 14:50:50.960018 [ 3 ] {a92cc014-d775-485a-89cc-e4c467d513f0} <Trace> oximeter.fields_u16 (e20b24dd-90f0-4a6f-bcd9-27e96d38dd35): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2471 | 2024.03.26 14:50:50.960282 [ 3 ] {a92cc014-d775-485a-89cc-e4c467d513f0} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004487 sec., 445.7321149988857 rows/sec., 31.12 KiB/sec. | ||
2472 | 2024.03.26 14:50:50.960683 [ 3 ] {a92cc014-d775-485a-89cc-e4c467d513f0} <Debug> DynamicQueryHandler: Done processing query | ||
2473 | 2024.03.26 14:50:50.960760 [ 3 ] {a92cc014-d775-485a-89cc-e4c467d513f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2474 | 2024.03.26 14:50:50.960792 [ 3 ] {} <Debug> HTTP-Session: e98994eb-77aa-446f-8a39-e4fb46e52106 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2475 | 2024.03.26 14:50:50.960850 [ 189 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 918 rows, containing 4 columns (4 merged, 0 gathered) in 0.005914731 sec., 155205.705889245 rows/sec., 14.73 MiB/sec. | ||
2476 | 2024.03.26 14:50:50.960942 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 9875, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2477 | 2024.03.26 14:50:50.961006 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2478 | 2024.03.26 14:50:50.961031 [ 3 ] {} <Debug> HTTP-Session: 85e58445-228b-4eae-89ed-5d6c1e7ab3da Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
2479 | 2024.03.26 14:50:50.961058 [ 3 ] {} <Debug> HTTP-Session: 85e58445-228b-4eae-89ed-5d6c1e7ab3da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2480 | 2024.03.26 14:50:50.961080 [ 189 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2481 | 2024.03.26 14:50:50.961090 [ 3 ] {} <Debug> HTTP-Session: 85e58445-228b-4eae-89ed-5d6c1e7ab3da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2482 | 2024.03.26 14:50:50.961186 [ 3 ] {} <Trace> HTTP-Session: 85e58445-228b-4eae-89ed-5d6c1e7ab3da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2483 | 2024.03.26 14:50:50.961328 [ 3 ] {0f4efcfc-e607-4b1c-969a-116a207c6b0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2484 | 2024.03.26 14:50:50.961403 [ 3 ] {0f4efcfc-e607-4b1c-969a-116a207c6b0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2485 | 2024.03.26 14:50:50.962083 [ 3 ] {0f4efcfc-e607-4b1c-969a-116a207c6b0a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2486 | 2024.03.26 14:50:50.962542 [ 189 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_16_3} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2487 | 2024.03.26 14:50:50.962639 [ 3 ] {0f4efcfc-e607-4b1c-969a-116a207c6b0a} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2488 | 2024.03.26 14:50:50.962700 [ 3 ] {0f4efcfc-e607-4b1c-969a-116a207c6b0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2489 | 2024.03.26 14:50:50.962766 [ 189 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_16_3} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2490 | 2024.03.26 14:50:50.963000 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
2491 | 2024.03.26 14:50:50.963200 [ 3 ] {0f4efcfc-e607-4b1c-969a-116a207c6b0a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2492 | 2024.03.26 14:50:50.963509 [ 3 ] {0f4efcfc-e607-4b1c-969a-116a207c6b0a} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2493 | 2024.03.26 14:50:50.963672 [ 3 ] {0f4efcfc-e607-4b1c-969a-116a207c6b0a} <Debug> executeQuery: Read 58 rows, 4.65 KiB in 0.002388 sec., 24288.10720268007 rows/sec., 1.90 MiB/sec. | ||
2494 | 2024.03.26 14:50:50.963677 [ 27 ] {} <Debug> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2495 | 2024.03.26 14:50:50.963783 [ 27 ] {} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2496 | 2024.03.26 14:50:50.963840 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2497 | 2024.03.26 14:50:50.963898 [ 3 ] {0f4efcfc-e607-4b1c-969a-116a207c6b0a} <Debug> DynamicQueryHandler: Done processing query | ||
2498 | 2024.03.26 14:50:50.963954 [ 3 ] {0f4efcfc-e607-4b1c-969a-116a207c6b0a} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
2499 | 2024.03.26 14:50:50.964008 [ 3 ] {} <Debug> HTTP-Session: 85e58445-228b-4eae-89ed-5d6c1e7ab3da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2500 | 2024.03.26 14:50:50.964104 [ 189 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::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 | ||
2501 | 2024.03.26 14:50:50.964193 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 257, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2502 | 2024.03.26 14:50:50.964295 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2503 | 2024.03.26 14:50:50.964345 [ 3 ] {} <Debug> HTTP-Session: 4746a79f-329c-47a8-b6b1-9a020721689e Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
2504 | 2024.03.26 14:50:50.964393 [ 3 ] {} <Debug> HTTP-Session: 4746a79f-329c-47a8-b6b1-9a020721689e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2505 | 2024.03.26 14:50:50.964438 [ 3 ] {} <Debug> HTTP-Session: 4746a79f-329c-47a8-b6b1-9a020721689e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2506 | 2024.03.26 14:50:50.964442 [ 189 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2507 | 2024.03.26 14:50:50.964492 [ 3 ] {} <Trace> HTTP-Session: 4746a79f-329c-47a8-b6b1-9a020721689e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2508 | 2024.03.26 14:50:50.964516 [ 189 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 102 rows starting from the beginning of the part | ||
2509 | 2024.03.26 14:50:50.964664 [ 3 ] {2e2f6991-d719-4618-bf1b-8415e532f813} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2510 | 2024.03.26 14:50:50.964797 [ 189 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part | ||
2511 | 2024.03.26 14:50:50.964819 [ 3 ] {2e2f6991-d719-4618-bf1b-8415e532f813} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2512 | 2024.03.26 14:50:50.965093 [ 189 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 56 rows starting from the beginning of the part | ||
2513 | 2024.03.26 14:50:50.965378 [ 189 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 56 rows starting from the beginning of the part | ||
2514 | 2024.03.26 14:50:50.965727 [ 189 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 26 rows starting from the beginning of the part | ||
2515 | 2024.03.26 14:50:50.966029 [ 189 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 58 rows starting from the beginning of the part | ||
2516 | 2024.03.26 14:50:50.966383 [ 3 ] {2e2f6991-d719-4618-bf1b-8415e532f813} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2517 | 2024.03.26 14:50:50.967139 [ 3 ] {2e2f6991-d719-4618-bf1b-8415e532f813} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2518 | 2024.03.26 14:50:50.967206 [ 3 ] {2e2f6991-d719-4618-bf1b-8415e532f813} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2519 | 2024.03.26 14:50:50.968293 [ 3 ] {2e2f6991-d719-4618-bf1b-8415e532f813} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2520 | 2024.03.26 14:50:50.968511 [ 189 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 358 rows, containing 4 columns (4 merged, 0 gathered) in 0.004571433 sec., 78312.42413483912 rows/sec., 6.12 MiB/sec. | ||
2521 | 2024.03.26 14:50:50.968805 [ 195 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2522 | 2024.03.26 14:50:50.969025 [ 3 ] {2e2f6991-d719-4618-bf1b-8415e532f813} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2523 | 2024.03.26 14:50:50.969491 [ 3 ] {2e2f6991-d719-4618-bf1b-8415e532f813} <Debug> executeQuery: Read 1 rows, 72.00 B in 0.004907 sec., 203.79050336254332 rows/sec., 14.33 KiB/sec. | ||
2524 | 2024.03.26 14:50:50.969785 [ 3 ] {2e2f6991-d719-4618-bf1b-8415e532f813} <Debug> DynamicQueryHandler: Done processing query | ||
2525 | 2024.03.26 14:50:50.969830 [ 195 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_16_3} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2526 | 2024.03.26 14:50:50.969835 [ 3 ] {2e2f6991-d719-4618-bf1b-8415e532f813} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2527 | 2024.03.26 14:50:50.969900 [ 3 ] {} <Debug> HTTP-Session: 4746a79f-329c-47a8-b6b1-9a020721689e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2528 | 2024.03.26 14:50:50.969998 [ 195 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_16_3} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2529 | 2024.03.26 14:50:50.970130 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
2530 | 2024.03.26 14:50:50.970176 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 59901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2531 | 2024.03.26 14:50:50.970233 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2532 | 2024.03.26 14:50:50.970252 [ 3 ] {} <Debug> HTTP-Session: a1ec2550-230b-492a-b07f-d85e0d45b03a Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
2533 | 2024.03.26 14:50:50.970269 [ 3 ] {} <Debug> HTTP-Session: a1ec2550-230b-492a-b07f-d85e0d45b03a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2534 | 2024.03.26 14:50:50.970283 [ 3 ] {} <Debug> HTTP-Session: a1ec2550-230b-492a-b07f-d85e0d45b03a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2535 | 2024.03.26 14:50:50.970317 [ 3 ] {} <Trace> HTTP-Session: a1ec2550-230b-492a-b07f-d85e0d45b03a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2536 | 2024.03.26 14:50:50.971437 [ 3 ] {b4e799ce-c91a-4478-8a01-9c0bfc64de01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2537 | 2024.03.26 14:50:50.971488 [ 3 ] {b4e799ce-c91a-4478-8a01-9c0bfc64de01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2538 | 2024.03.26 14:50:50.971678 [ 3 ] {b4e799ce-c91a-4478-8a01-9c0bfc64de01} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2539 | 2024.03.26 14:50:50.972391 [ 3 ] {b4e799ce-c91a-4478-8a01-9c0bfc64de01} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2540 | 2024.03.26 14:50:50.972428 [ 3 ] {b4e799ce-c91a-4478-8a01-9c0bfc64de01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2541 | 2024.03.26 14:50:50.972880 [ 3 ] {b4e799ce-c91a-4478-8a01-9c0bfc64de01} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2542 | 2024.03.26 14:50:50.973228 [ 3 ] {b4e799ce-c91a-4478-8a01-9c0bfc64de01} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2543 | 2024.03.26 14:50:50.973403 [ 3 ] {b4e799ce-c91a-4478-8a01-9c0bfc64de01} <Debug> executeQuery: Read 56 rows, 77.38 KiB in 0.003017 sec., 18561.484918793503 rows/sec., 25.05 MiB/sec. | ||
2544 | 2024.03.26 14:50:50.973652 [ 3 ] {b4e799ce-c91a-4478-8a01-9c0bfc64de01} <Debug> DynamicQueryHandler: Done processing query | ||
2545 | 2024.03.26 14:50:50.973678 [ 3 ] {b4e799ce-c91a-4478-8a01-9c0bfc64de01} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
2546 | 2024.03.26 14:50:50.973695 [ 3 ] {} <Debug> HTTP-Session: a1ec2550-230b-492a-b07f-d85e0d45b03a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2547 | 2024.03.26 14:50:53.684836 [ 26 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2548 | 2024.03.26 14:50:53.684925 [ 26 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2549 | 2024.03.26 14:51:00.947421 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 8077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2550 | 2024.03.26 14:51:00.947604 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2551 | 2024.03.26 14:51:00.947654 [ 3 ] {} <Debug> HTTP-Session: 3c89ec8f-d734-48b7-97ab-7f0ccff68dec Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
2552 | 2024.03.26 14:51:00.947700 [ 3 ] {} <Debug> HTTP-Session: 3c89ec8f-d734-48b7-97ab-7f0ccff68dec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2553 | 2024.03.26 14:51:00.947733 [ 3 ] {} <Debug> HTTP-Session: 3c89ec8f-d734-48b7-97ab-7f0ccff68dec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2554 | 2024.03.26 14:51:00.947799 [ 3 ] {} <Trace> HTTP-Session: 3c89ec8f-d734-48b7-97ab-7f0ccff68dec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2555 | 2024.03.26 14:51:00.947943 [ 3 ] {ffcd81f9-3169-4688-8bda-415b97ef5aba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2556 | 2024.03.26 14:51:00.948012 [ 3 ] {ffcd81f9-3169-4688-8bda-415b97ef5aba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2557 | 2024.03.26 14:51:00.948227 [ 3 ] {ffcd81f9-3169-4688-8bda-415b97ef5aba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2558 | 2024.03.26 14:51:00.948708 [ 3 ] {ffcd81f9-3169-4688-8bda-415b97ef5aba} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2559 | 2024.03.26 14:51:00.948747 [ 3 ] {ffcd81f9-3169-4688-8bda-415b97ef5aba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
2560 | 2024.03.26 14:51:00.949137 [ 3 ] {ffcd81f9-3169-4688-8bda-415b97ef5aba} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2561 | 2024.03.26 14:51:00.949470 [ 3 ] {ffcd81f9-3169-4688-8bda-415b97ef5aba} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2562 | 2024.03.26 14:51:00.949622 [ 3 ] {ffcd81f9-3169-4688-8bda-415b97ef5aba} <Debug> executeQuery: Read 56 rows, 4.54 KiB in 0.001752 sec., 31963.4703196347 rows/sec., 2.53 MiB/sec. | ||
2563 | 2024.03.26 14:51:00.949770 [ 3 ] {ffcd81f9-3169-4688-8bda-415b97ef5aba} <Debug> DynamicQueryHandler: Done processing query | ||
2564 | 2024.03.26 14:51:00.949796 [ 3 ] {ffcd81f9-3169-4688-8bda-415b97ef5aba} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
2565 | 2024.03.26 14:51:00.949812 [ 3 ] {} <Debug> HTTP-Session: 3c89ec8f-d734-48b7-97ab-7f0ccff68dec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2566 | 2024.03.26 14:51:00.949990 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 26882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2567 | 2024.03.26 14:51:00.950040 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2568 | 2024.03.26 14:51:00.950059 [ 3 ] {} <Debug> HTTP-Session: c779b76e-5a84-4d95-91f4-a00f17311d87 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
2569 | 2024.03.26 14:51:00.950075 [ 3 ] {} <Debug> HTTP-Session: c779b76e-5a84-4d95-91f4-a00f17311d87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2570 | 2024.03.26 14:51:00.950089 [ 3 ] {} <Debug> HTTP-Session: c779b76e-5a84-4d95-91f4-a00f17311d87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2571 | 2024.03.26 14:51:00.950123 [ 3 ] {} <Trace> HTTP-Session: c779b76e-5a84-4d95-91f4-a00f17311d87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2572 | 2024.03.26 14:51:00.950234 [ 3 ] {e078ad7a-1eaa-4ffd-87a8-4109ee469ad5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2573 | 2024.03.26 14:51:00.950273 [ 3 ] {e078ad7a-1eaa-4ffd-87a8-4109ee469ad5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2574 | 2024.03.26 14:51:00.950394 [ 3 ] {e078ad7a-1eaa-4ffd-87a8-4109ee469ad5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2575 | 2024.03.26 14:51:00.950835 [ 3 ] {e078ad7a-1eaa-4ffd-87a8-4109ee469ad5} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2576 | 2024.03.26 14:51:00.950871 [ 3 ] {e078ad7a-1eaa-4ffd-87a8-4109ee469ad5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
2577 | 2024.03.26 14:51:00.951186 [ 3 ] {e078ad7a-1eaa-4ffd-87a8-4109ee469ad5} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2578 | 2024.03.26 14:51:00.951499 [ 3 ] {e078ad7a-1eaa-4ffd-87a8-4109ee469ad5} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2579 | 2024.03.26 14:51:00.951628 [ 3 ] {e078ad7a-1eaa-4ffd-87a8-4109ee469ad5} <Debug> executeQuery: Read 168 rows, 16.63 KiB in 0.001459 sec., 115147.3612063057 rows/sec., 11.13 MiB/sec. | ||
2580 | 2024.03.26 14:51:00.951753 [ 3 ] {e078ad7a-1eaa-4ffd-87a8-4109ee469ad5} <Debug> DynamicQueryHandler: Done processing query | ||
2581 | 2024.03.26 14:51:00.951777 [ 3 ] {e078ad7a-1eaa-4ffd-87a8-4109ee469ad5} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
2582 | 2024.03.26 14:51:00.951794 [ 3 ] {} <Debug> HTTP-Session: c779b76e-5a84-4d95-91f4-a00f17311d87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2583 | 2024.03.26 14:51:00.951980 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 9534, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2584 | 2024.03.26 14:51:00.952028 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2585 | 2024.03.26 14:51:00.952046 [ 3 ] {} <Debug> HTTP-Session: d4d36146-e83b-4a67-b014-75bbce1425ea Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
2586 | 2024.03.26 14:51:00.952063 [ 3 ] {} <Debug> HTTP-Session: d4d36146-e83b-4a67-b014-75bbce1425ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2587 | 2024.03.26 14:51:00.952077 [ 3 ] {} <Debug> HTTP-Session: d4d36146-e83b-4a67-b014-75bbce1425ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2588 | 2024.03.26 14:51:00.952108 [ 3 ] {} <Trace> HTTP-Session: d4d36146-e83b-4a67-b014-75bbce1425ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2589 | 2024.03.26 14:51:00.952198 [ 3 ] {ad1d18c5-52e4-438c-9919-0fc56bcb6402} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2590 | 2024.03.26 14:51:00.952238 [ 3 ] {ad1d18c5-52e4-438c-9919-0fc56bcb6402} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2591 | 2024.03.26 14:51:00.952360 [ 3 ] {ad1d18c5-52e4-438c-9919-0fc56bcb6402} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2592 | 2024.03.26 14:51:00.952664 [ 3 ] {ad1d18c5-52e4-438c-9919-0fc56bcb6402} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2593 | 2024.03.26 14:51:00.952700 [ 3 ] {ad1d18c5-52e4-438c-9919-0fc56bcb6402} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
2594 | 2024.03.26 14:51:00.953002 [ 3 ] {ad1d18c5-52e4-438c-9919-0fc56bcb6402} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2595 | 2024.03.26 14:51:00.953300 [ 3 ] {ad1d18c5-52e4-438c-9919-0fc56bcb6402} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2596 | 2024.03.26 14:51:00.953423 [ 3 ] {ad1d18c5-52e4-438c-9919-0fc56bcb6402} <Debug> executeQuery: Read 56 rows, 4.48 KiB in 0.001271 sec., 44059.79543666405 rows/sec., 3.45 MiB/sec. | ||
2597 | 2024.03.26 14:51:00.953541 [ 3 ] {ad1d18c5-52e4-438c-9919-0fc56bcb6402} <Debug> DynamicQueryHandler: Done processing query | ||
2598 | 2024.03.26 14:51:00.953564 [ 3 ] {ad1d18c5-52e4-438c-9919-0fc56bcb6402} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
2599 | 2024.03.26 14:51:00.953579 [ 3 ] {} <Debug> HTTP-Session: d4d36146-e83b-4a67-b014-75bbce1425ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2600 | 2024.03.26 14:51:00.953800 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 59901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2601 | 2024.03.26 14:51:00.953848 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2602 | 2024.03.26 14:51:00.953866 [ 3 ] {} <Debug> HTTP-Session: 72c56eae-00ba-4d30-96f8-17a7286ff282 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
2603 | 2024.03.26 14:51:00.953883 [ 3 ] {} <Debug> HTTP-Session: 72c56eae-00ba-4d30-96f8-17a7286ff282 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2604 | 2024.03.26 14:51:00.953896 [ 3 ] {} <Debug> HTTP-Session: 72c56eae-00ba-4d30-96f8-17a7286ff282 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2605 | 2024.03.26 14:51:00.953926 [ 3 ] {} <Trace> HTTP-Session: 72c56eae-00ba-4d30-96f8-17a7286ff282 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2606 | 2024.03.26 14:51:00.954346 [ 3 ] {864cb2a1-2c23-4117-9e23-42ef61426e55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2607 | 2024.03.26 14:51:00.954392 [ 3 ] {864cb2a1-2c23-4117-9e23-42ef61426e55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2608 | 2024.03.26 14:51:00.954549 [ 3 ] {864cb2a1-2c23-4117-9e23-42ef61426e55} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2609 | 2024.03.26 14:51:00.955448 [ 3 ] {864cb2a1-2c23-4117-9e23-42ef61426e55} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2610 | 2024.03.26 14:51:00.955483 [ 3 ] {864cb2a1-2c23-4117-9e23-42ef61426e55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
2611 | 2024.03.26 14:51:00.955921 [ 3 ] {864cb2a1-2c23-4117-9e23-42ef61426e55} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2612 | 2024.03.26 14:51:00.956254 [ 3 ] {864cb2a1-2c23-4117-9e23-42ef61426e55} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2613 | 2024.03.26 14:51:00.956390 [ 3 ] {864cb2a1-2c23-4117-9e23-42ef61426e55} <Debug> executeQuery: Read 56 rows, 77.38 KiB in 0.002403 sec., 23304.203079483977 rows/sec., 31.45 MiB/sec. | ||
2614 | 2024.03.26 14:51:00.956652 [ 3 ] {864cb2a1-2c23-4117-9e23-42ef61426e55} <Debug> DynamicQueryHandler: Done processing query | ||
2615 | 2024.03.26 14:51:00.956688 [ 3 ] {864cb2a1-2c23-4117-9e23-42ef61426e55} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
2616 | 2024.03.26 14:51:00.956704 [ 3 ] {} <Debug> HTTP-Session: 72c56eae-00ba-4d30-96f8-17a7286ff282 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2617 | 2024.03.26 14:51:01.529789 [ 76 ] {} <Debug> oximeter.fields_u16 (e20b24dd-90f0-4a6f-bcd9-27e96d38dd35) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
2618 | 2024.03.26 14:51:01.529850 [ 76 ] {} <Trace> oximeter.fields_u16 (e20b24dd-90f0-4a6f-bcd9-27e96d38dd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2619 | 2024.03.26 14:51:01.529871 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
2620 | 2024.03.26 14:51:01.530039 [ 189 ] {e20b24dd-90f0-4a6f-bcd9-27e96d38dd35::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 | ||
2621 | 2024.03.26 14:51:01.530213 [ 189 ] {e20b24dd-90f0-4a6f-bcd9-27e96d38dd35::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2622 | 2024.03.26 14:51:01.530251 [ 189 ] {e20b24dd-90f0-4a6f-bcd9-27e96d38dd35::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
2623 | 2024.03.26 14:51:01.530333 [ 189 ] {e20b24dd-90f0-4a6f-bcd9-27e96d38dd35::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
2624 | 2024.03.26 14:51:01.530544 [ 189 ] {e20b24dd-90f0-4a6f-bcd9-27e96d38dd35::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 | ||
2625 | 2024.03.26 14:51:01.530732 [ 189 ] {e20b24dd-90f0-4a6f-bcd9-27e96d38dd35::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
2626 | 2024.03.26 14:51:01.530840 [ 189 ] {e20b24dd-90f0-4a6f-bcd9-27e96d38dd35::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
2627 | 2024.03.26 14:51:01.531951 [ 195 ] {e20b24dd-90f0-4a6f-bcd9-27e96d38dd35::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12 rows, containing 4 columns (4 merged, 0 gathered) in 0.002001258 sec., 5996.228372353789 rows/sec., 418.68 KiB/sec. | ||
2628 | 2024.03.26 14:51:01.532131 [ 195 ] {e20b24dd-90f0-4a6f-bcd9-27e96d38dd35::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
2629 | 2024.03.26 14:51:01.532552 [ 195 ] {e20b24dd-90f0-4a6f-bcd9-27e96d38dd35::all_1_5_1} <Trace> oximeter.fields_u16 (e20b24dd-90f0-4a6f-bcd9-27e96d38dd35): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2630 | 2024.03.26 14:51:01.532640 [ 195 ] {e20b24dd-90f0-4a6f-bcd9-27e96d38dd35::all_1_5_1} <Trace> oximeter.fields_u16 (e20b24dd-90f0-4a6f-bcd9-27e96d38dd35) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
2631 | 2024.03.26 14:51:01.532734 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
2632 | 2024.03.26 14:51:02.217087 [ 76 ] {} <Debug> oximeter.fields_ipaddr (b9cacdb2-3543-418a-8ac0-d16d067a037a) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
2633 | 2024.03.26 14:51:02.217153 [ 76 ] {} <Trace> oximeter.fields_ipaddr (b9cacdb2-3543-418a-8ac0-d16d067a037a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2634 | 2024.03.26 14:51:02.217176 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
2635 | 2024.03.26 14:51:02.217375 [ 200 ] {b9cacdb2-3543-418a-8ac0-d16d067a037a::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 | ||
2636 | 2024.03.26 14:51:02.217596 [ 200 ] {b9cacdb2-3543-418a-8ac0-d16d067a037a::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2637 | 2024.03.26 14:51:02.217636 [ 200 ] {b9cacdb2-3543-418a-8ac0-d16d067a037a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
2638 | 2024.03.26 14:51:02.217748 [ 200 ] {b9cacdb2-3543-418a-8ac0-d16d067a037a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
2639 | 2024.03.26 14:51:02.217834 [ 200 ] {b9cacdb2-3543-418a-8ac0-d16d067a037a::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 | ||
2640 | 2024.03.26 14:51:02.218030 [ 200 ] {b9cacdb2-3543-418a-8ac0-d16d067a037a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
2641 | 2024.03.26 14:51:02.218267 [ 200 ] {b9cacdb2-3543-418a-8ac0-d16d067a037a::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
2642 | 2024.03.26 14:51:02.219338 [ 198 ] {b9cacdb2-3543-418a-8ac0-d16d067a037a::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12 rows, containing 4 columns (4 merged, 0 gathered) in 0.002078768 sec., 5772.649954203644 rows/sec., 470.72 KiB/sec. | ||
2643 | 2024.03.26 14:51:02.219593 [ 199 ] {b9cacdb2-3543-418a-8ac0-d16d067a037a::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
2644 | 2024.03.26 14:51:02.220066 [ 199 ] {b9cacdb2-3543-418a-8ac0-d16d067a037a::all_1_5_1} <Trace> oximeter.fields_ipaddr (b9cacdb2-3543-418a-8ac0-d16d067a037a): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2645 | 2024.03.26 14:51:02.220154 [ 199 ] {b9cacdb2-3543-418a-8ac0-d16d067a037a::all_1_5_1} <Trace> oximeter.fields_ipaddr (b9cacdb2-3543-418a-8ac0-d16d067a037a) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
2646 | 2024.03.26 14:51:02.220252 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
2647 | 2024.03.26 14:51:08.684981 [ 127 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2648 | 2024.03.26 14:51:08.685045 [ 127 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2649 | 2024.03.26 14:51:10.947229 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 8077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2650 | 2024.03.26 14:51:10.947358 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2651 | 2024.03.26 14:51:10.947387 [ 3 ] {} <Debug> HTTP-Session: 1f8c8739-4469-4c31-a7b8-51e662ddf974 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
2652 | 2024.03.26 14:51:10.947417 [ 3 ] {} <Debug> HTTP-Session: 1f8c8739-4469-4c31-a7b8-51e662ddf974 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2653 | 2024.03.26 14:51:10.947435 [ 3 ] {} <Debug> HTTP-Session: 1f8c8739-4469-4c31-a7b8-51e662ddf974 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2654 | 2024.03.26 14:51:10.947490 [ 3 ] {} <Trace> HTTP-Session: 1f8c8739-4469-4c31-a7b8-51e662ddf974 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2655 | 2024.03.26 14:51:10.947633 [ 3 ] {62315d32-271d-4703-9616-8f0f5abc2f0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2656 | 2024.03.26 14:51:10.947707 [ 3 ] {62315d32-271d-4703-9616-8f0f5abc2f0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2657 | 2024.03.26 14:51:10.947925 [ 3 ] {62315d32-271d-4703-9616-8f0f5abc2f0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2658 | 2024.03.26 14:51:10.948417 [ 3 ] {62315d32-271d-4703-9616-8f0f5abc2f0e} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2659 | 2024.03.26 14:51:10.948466 [ 3 ] {62315d32-271d-4703-9616-8f0f5abc2f0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
2660 | 2024.03.26 14:51:10.948868 [ 3 ] {62315d32-271d-4703-9616-8f0f5abc2f0e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2661 | 2024.03.26 14:51:10.949207 [ 3 ] {62315d32-271d-4703-9616-8f0f5abc2f0e} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2662 | 2024.03.26 14:51:10.949395 [ 3 ] {62315d32-271d-4703-9616-8f0f5abc2f0e} <Debug> executeQuery: Read 56 rows, 4.54 KiB in 0.001826 sec., 30668.127053669225 rows/sec., 2.43 MiB/sec. | ||
2663 | 2024.03.26 14:51:10.949402 [ 146 ] {} <Debug> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
2664 | 2024.03.26 14:51:10.949509 [ 146 ] {} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2665 | 2024.03.26 14:51:10.949566 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
2666 | 2024.03.26 14:51:10.949634 [ 3 ] {62315d32-271d-4703-9616-8f0f5abc2f0e} <Debug> DynamicQueryHandler: Done processing query | ||
2667 | 2024.03.26 14:51:10.949681 [ 3 ] {62315d32-271d-4703-9616-8f0f5abc2f0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
2668 | 2024.03.26 14:51:10.949708 [ 3 ] {} <Debug> HTTP-Session: 1f8c8739-4469-4c31-a7b8-51e662ddf974 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2669 | 2024.03.26 14:51:10.949731 [ 200 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::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 | ||
2670 | 2024.03.26 14:51:10.949871 [ 200 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2671 | 2024.03.26 14:51:10.949881 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 26882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2672 | 2024.03.26 14:51:10.949910 [ 200 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 56 rows starting from the beginning of the part | ||
2673 | 2024.03.26 14:51:10.949941 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2674 | 2024.03.26 14:51:10.949976 [ 3 ] {} <Debug> HTTP-Session: 1be30c4d-b5e4-4f43-b485-e7a139c576a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
2675 | 2024.03.26 14:51:10.950008 [ 3 ] {} <Debug> HTTP-Session: 1be30c4d-b5e4-4f43-b485-e7a139c576a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2676 | 2024.03.26 14:51:10.950045 [ 200 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part | ||
2677 | 2024.03.26 14:51:10.950076 [ 3 ] {} <Debug> HTTP-Session: 1be30c4d-b5e4-4f43-b485-e7a139c576a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2678 | 2024.03.26 14:51:10.950200 [ 3 ] {} <Trace> HTTP-Session: 1be30c4d-b5e4-4f43-b485-e7a139c576a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2679 | 2024.03.26 14:51:10.950433 [ 200 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 56 rows starting from the beginning of the part | ||
2680 | 2024.03.26 14:51:10.950567 [ 3 ] {e6c5c8b2-c558-43e7-abda-669591e4e381} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2681 | 2024.03.26 14:51:10.950731 [ 3 ] {e6c5c8b2-c558-43e7-abda-669591e4e381} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2682 | 2024.03.26 14:51:10.950767 [ 200 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 56 rows starting from the beginning of the part | ||
2683 | 2024.03.26 14:51:10.951074 [ 200 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 56 rows starting from the beginning of the part | ||
2684 | 2024.03.26 14:51:10.951735 [ 3 ] {e6c5c8b2-c558-43e7-abda-669591e4e381} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2685 | 2024.03.26 14:51:10.952538 [ 3 ] {e6c5c8b2-c558-43e7-abda-669591e4e381} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2686 | 2024.03.26 14:51:10.952585 [ 3 ] {e6c5c8b2-c558-43e7-abda-669591e4e381} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
2687 | 2024.03.26 14:51:10.952879 [ 198 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 280 rows, containing 4 columns (4 merged, 0 gathered) in 0.003220804 sec., 86934.81503376176 rows/sec., 6.88 MiB/sec. | ||
2688 | 2024.03.26 14:51:10.953144 [ 3 ] {e6c5c8b2-c558-43e7-abda-669591e4e381} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
2689 | 2024.03.26 14:51:10.953293 [ 198 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
2690 | 2024.03.26 14:51:10.953968 [ 3 ] {e6c5c8b2-c558-43e7-abda-669591e4e381} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2691 | 2024.03.26 14:51:10.954429 [ 3 ] {e6c5c8b2-c558-43e7-abda-669591e4e381} <Debug> executeQuery: Read 168 rows, 16.63 KiB in 0.003986 sec., 42147.51630707476 rows/sec., 4.07 MiB/sec. | ||
2692 | 2024.03.26 14:51:10.954668 [ 198 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_14_3} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2693 | 2024.03.26 14:51:10.954973 [ 198 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_14_3} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 | ||
2694 | 2024.03.26 14:51:10.955014 [ 3 ] {e6c5c8b2-c558-43e7-abda-669591e4e381} <Debug> DynamicQueryHandler: Done processing query | ||
2695 | 2024.03.26 14:51:10.955097 [ 3 ] {e6c5c8b2-c558-43e7-abda-669591e4e381} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
2696 | 2024.03.26 14:51:10.955114 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
2697 | 2024.03.26 14:51:10.955123 [ 3 ] {} <Debug> HTTP-Session: 1be30c4d-b5e4-4f43-b485-e7a139c576a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2698 | 2024.03.26 14:51:10.955277 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 9534, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2699 | 2024.03.26 14:51:10.955328 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2700 | 2024.03.26 14:51:10.955347 [ 3 ] {} <Debug> HTTP-Session: 0b7b703b-76df-4977-98cd-f7a3580e5849 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
2701 | 2024.03.26 14:51:10.955364 [ 3 ] {} <Debug> HTTP-Session: 0b7b703b-76df-4977-98cd-f7a3580e5849 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2702 | 2024.03.26 14:51:10.955378 [ 3 ] {} <Debug> HTTP-Session: 0b7b703b-76df-4977-98cd-f7a3580e5849 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2703 | 2024.03.26 14:51:10.955411 [ 3 ] {} <Trace> HTTP-Session: 0b7b703b-76df-4977-98cd-f7a3580e5849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2704 | 2024.03.26 14:51:10.955499 [ 3 ] {3c25279f-d425-4dc4-952b-c67b9e70c728} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2705 | 2024.03.26 14:51:10.955540 [ 3 ] {3c25279f-d425-4dc4-952b-c67b9e70c728} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2706 | 2024.03.26 14:51:10.955687 [ 3 ] {3c25279f-d425-4dc4-952b-c67b9e70c728} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2707 | 2024.03.26 14:51:10.956041 [ 3 ] {3c25279f-d425-4dc4-952b-c67b9e70c728} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2708 | 2024.03.26 14:51:10.956079 [ 3 ] {3c25279f-d425-4dc4-952b-c67b9e70c728} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
2709 | 2024.03.26 14:51:10.956402 [ 3 ] {3c25279f-d425-4dc4-952b-c67b9e70c728} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
2710 | 2024.03.26 14:51:10.956713 [ 3 ] {3c25279f-d425-4dc4-952b-c67b9e70c728} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2711 | 2024.03.26 14:51:10.956888 [ 3 ] {3c25279f-d425-4dc4-952b-c67b9e70c728} <Debug> executeQuery: Read 56 rows, 4.48 KiB in 0.001423 sec., 39353.478566408994 rows/sec., 3.08 MiB/sec. | ||
2712 | 2024.03.26 14:51:10.957130 [ 3 ] {3c25279f-d425-4dc4-952b-c67b9e70c728} <Debug> DynamicQueryHandler: Done processing query | ||
2713 | 2024.03.26 14:51:10.957197 [ 3 ] {3c25279f-d425-4dc4-952b-c67b9e70c728} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
2714 | 2024.03.26 14:51:10.957249 [ 3 ] {} <Debug> HTTP-Session: 0b7b703b-76df-4977-98cd-f7a3580e5849 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2715 | 2024.03.26 14:51:10.957431 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 59901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2716 | 2024.03.26 14:51:10.957482 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2717 | 2024.03.26 14:51:10.957501 [ 3 ] {} <Debug> HTTP-Session: 608ab8bc-a978-40b1-b770-5078f578fc4a Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
2718 | 2024.03.26 14:51:10.957518 [ 3 ] {} <Debug> HTTP-Session: 608ab8bc-a978-40b1-b770-5078f578fc4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2719 | 2024.03.26 14:51:10.957531 [ 3 ] {} <Debug> HTTP-Session: 608ab8bc-a978-40b1-b770-5078f578fc4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2720 | 2024.03.26 14:51:10.957562 [ 3 ] {} <Trace> HTTP-Session: 608ab8bc-a978-40b1-b770-5078f578fc4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2721 | 2024.03.26 14:51:10.957950 [ 3 ] {e28e08b4-8824-49fc-9bf8-82a2a3c93721} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2722 | 2024.03.26 14:51:10.957999 [ 3 ] {e28e08b4-8824-49fc-9bf8-82a2a3c93721} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2723 | 2024.03.26 14:51:10.958183 [ 3 ] {e28e08b4-8824-49fc-9bf8-82a2a3c93721} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2724 | 2024.03.26 14:51:10.958873 [ 3 ] {e28e08b4-8824-49fc-9bf8-82a2a3c93721} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2725 | 2024.03.26 14:51:10.958911 [ 3 ] {e28e08b4-8824-49fc-9bf8-82a2a3c93721} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
2726 | 2024.03.26 14:51:10.959356 [ 3 ] {e28e08b4-8824-49fc-9bf8-82a2a3c93721} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2727 | 2024.03.26 14:51:10.959698 [ 3 ] {e28e08b4-8824-49fc-9bf8-82a2a3c93721} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2728 | 2024.03.26 14:51:10.959877 [ 3 ] {e28e08b4-8824-49fc-9bf8-82a2a3c93721} <Debug> executeQuery: Read 56 rows, 77.38 KiB in 0.002246 sec., 24933.21460373998 rows/sec., 33.65 MiB/sec. | ||
2729 | 2024.03.26 14:51:10.960143 [ 3 ] {e28e08b4-8824-49fc-9bf8-82a2a3c93721} <Debug> DynamicQueryHandler: Done processing query | ||
2730 | 2024.03.26 14:51:10.960184 [ 3 ] {e28e08b4-8824-49fc-9bf8-82a2a3c93721} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
2731 | 2024.03.26 14:51:10.960204 [ 3 ] {} <Debug> HTTP-Session: 608ab8bc-a978-40b1-b770-5078f578fc4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2732 | 2024.03.26 14:51:15.945858 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 4983, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2733 | 2024.03.26 14:51:15.945980 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2734 | 2024.03.26 14:51:15.946004 [ 3 ] {} <Debug> HTTP-Session: 38f7f22c-e4ec-4100-a180-f9858cbec46d Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
2735 | 2024.03.26 14:51:15.946028 [ 3 ] {} <Debug> HTTP-Session: 38f7f22c-e4ec-4100-a180-f9858cbec46d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2736 | 2024.03.26 14:51:15.946043 [ 3 ] {} <Debug> HTTP-Session: 38f7f22c-e4ec-4100-a180-f9858cbec46d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2737 | 2024.03.26 14:51:15.946090 [ 3 ] {} <Trace> HTTP-Session: 38f7f22c-e4ec-4100-a180-f9858cbec46d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2738 | 2024.03.26 14:51:15.946211 [ 3 ] {fdf40343-7fb8-45d0-8f61-53d6b8342502} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2739 | 2024.03.26 14:51:15.946271 [ 3 ] {fdf40343-7fb8-45d0-8f61-53d6b8342502} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2740 | 2024.03.26 14:51:15.946458 [ 3 ] {fdf40343-7fb8-45d0-8f61-53d6b8342502} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2741 | 2024.03.26 14:51:15.946925 [ 3 ] {fdf40343-7fb8-45d0-8f61-53d6b8342502} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2742 | 2024.03.26 14:51:15.946969 [ 3 ] {fdf40343-7fb8-45d0-8f61-53d6b8342502} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
2743 | 2024.03.26 14:51:15.947340 [ 3 ] {fdf40343-7fb8-45d0-8f61-53d6b8342502} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
2744 | 2024.03.26 14:51:15.947662 [ 3 ] {fdf40343-7fb8-45d0-8f61-53d6b8342502} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2745 | 2024.03.26 14:51:15.947852 [ 3 ] {fdf40343-7fb8-45d0-8f61-53d6b8342502} <Debug> executeQuery: Read 36 rows, 2.77 KiB in 0.001691 sec., 21289.178001182732 rows/sec., 1.60 MiB/sec. | ||
2746 | 2024.03.26 14:51:15.948108 [ 3 ] {fdf40343-7fb8-45d0-8f61-53d6b8342502} <Debug> DynamicQueryHandler: Done processing query | ||
2747 | 2024.03.26 14:51:15.948148 [ 3 ] {fdf40343-7fb8-45d0-8f61-53d6b8342502} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
2748 | 2024.03.26 14:51:15.948165 [ 3 ] {} <Debug> HTTP-Session: 38f7f22c-e4ec-4100-a180-f9858cbec46d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2749 | 2024.03.26 14:51:15.948303 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 4090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2750 | 2024.03.26 14:51:15.948352 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2751 | 2024.03.26 14:51:15.948370 [ 3 ] {} <Debug> HTTP-Session: 4ab75e44-599d-4181-b88a-a5010c484f65 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
2752 | 2024.03.26 14:51:15.948387 [ 3 ] {} <Debug> HTTP-Session: 4ab75e44-599d-4181-b88a-a5010c484f65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2753 | 2024.03.26 14:51:15.948401 [ 3 ] {} <Debug> HTTP-Session: 4ab75e44-599d-4181-b88a-a5010c484f65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2754 | 2024.03.26 14:51:15.948433 [ 3 ] {} <Trace> HTTP-Session: 4ab75e44-599d-4181-b88a-a5010c484f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2755 | 2024.03.26 14:51:15.948507 [ 3 ] {8921cf96-ef7b-487c-b2a4-c1abf6a1adae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2756 | 2024.03.26 14:51:15.948548 [ 3 ] {8921cf96-ef7b-487c-b2a4-c1abf6a1adae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2757 | 2024.03.26 14:51:15.948695 [ 3 ] {8921cf96-ef7b-487c-b2a4-c1abf6a1adae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2758 | 2024.03.26 14:51:15.949011 [ 3 ] {8921cf96-ef7b-487c-b2a4-c1abf6a1adae} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2759 | 2024.03.26 14:51:15.949048 [ 3 ] {8921cf96-ef7b-487c-b2a4-c1abf6a1adae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
2760 | 2024.03.26 14:51:15.949352 [ 3 ] {8921cf96-ef7b-487c-b2a4-c1abf6a1adae} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
2761 | 2024.03.26 14:51:15.949648 [ 3 ] {8921cf96-ef7b-487c-b2a4-c1abf6a1adae} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2762 | 2024.03.26 14:51:15.949809 [ 3 ] {8921cf96-ef7b-487c-b2a4-c1abf6a1adae} <Debug> executeQuery: Read 24 rows, 1.90 KiB in 0.001333 sec., 18004.50112528132 rows/sec., 1.39 MiB/sec. | ||
2763 | 2024.03.26 14:51:15.949976 [ 3 ] {8921cf96-ef7b-487c-b2a4-c1abf6a1adae} <Debug> DynamicQueryHandler: Done processing query | ||
2764 | 2024.03.26 14:51:15.950000 [ 3 ] {8921cf96-ef7b-487c-b2a4-c1abf6a1adae} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
2765 | 2024.03.26 14:51:15.950015 [ 3 ] {} <Debug> HTTP-Session: 4ab75e44-599d-4181-b88a-a5010c484f65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2766 | 2024.03.26 14:51:15.950134 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 7027, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2767 | 2024.03.26 14:51:15.950180 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2768 | 2024.03.26 14:51:15.950198 [ 3 ] {} <Debug> HTTP-Session: 753f0194-72a2-4ebd-aba9-4c2d9ce6e88c Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
2769 | 2024.03.26 14:51:15.950214 [ 3 ] {} <Debug> HTTP-Session: 753f0194-72a2-4ebd-aba9-4c2d9ce6e88c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2770 | 2024.03.26 14:51:15.950228 [ 3 ] {} <Debug> HTTP-Session: 753f0194-72a2-4ebd-aba9-4c2d9ce6e88c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2771 | 2024.03.26 14:51:15.950257 [ 3 ] {} <Trace> HTTP-Session: 753f0194-72a2-4ebd-aba9-4c2d9ce6e88c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2772 | 2024.03.26 14:51:15.950334 [ 3 ] {3a7b3f09-ec20-448e-8526-fe6fb2aec0ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2773 | 2024.03.26 14:51:15.950376 [ 3 ] {3a7b3f09-ec20-448e-8526-fe6fb2aec0ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2774 | 2024.03.26 14:51:15.950522 [ 3 ] {3a7b3f09-ec20-448e-8526-fe6fb2aec0ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2775 | 2024.03.26 14:51:15.950885 [ 3 ] {3a7b3f09-ec20-448e-8526-fe6fb2aec0ad} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2776 | 2024.03.26 14:51:15.950925 [ 3 ] {3a7b3f09-ec20-448e-8526-fe6fb2aec0ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
2777 | 2024.03.26 14:51:15.951311 [ 3 ] {3a7b3f09-ec20-448e-8526-fe6fb2aec0ad} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2778 | 2024.03.26 14:51:15.951648 [ 3 ] {3a7b3f09-ec20-448e-8526-fe6fb2aec0ad} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2779 | 2024.03.26 14:51:15.951811 [ 3 ] {3a7b3f09-ec20-448e-8526-fe6fb2aec0ad} <Debug> executeQuery: Read 36 rows, 2.60 KiB in 0.001504 sec., 23936.17021276596 rows/sec., 1.69 MiB/sec. | ||
2780 | 2024.03.26 14:51:15.952041 [ 3 ] {3a7b3f09-ec20-448e-8526-fe6fb2aec0ad} <Debug> DynamicQueryHandler: Done processing query | ||
2781 | 2024.03.26 14:51:15.952065 [ 3 ] {3a7b3f09-ec20-448e-8526-fe6fb2aec0ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
2782 | 2024.03.26 14:51:15.952081 [ 3 ] {} <Debug> HTTP-Session: 753f0194-72a2-4ebd-aba9-4c2d9ce6e88c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2783 | 2024.03.26 14:51:20.948070 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 8077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2784 | 2024.03.26 14:51:20.948197 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2785 | 2024.03.26 14:51:20.948223 [ 3 ] {} <Debug> HTTP-Session: 5e141407-c49c-4aff-9b22-a96c0fa5b9a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
2786 | 2024.03.26 14:51:20.948247 [ 3 ] {} <Debug> HTTP-Session: 5e141407-c49c-4aff-9b22-a96c0fa5b9a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2787 | 2024.03.26 14:51:20.948262 [ 3 ] {} <Debug> HTTP-Session: 5e141407-c49c-4aff-9b22-a96c0fa5b9a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2788 | 2024.03.26 14:51:20.948311 [ 3 ] {} <Trace> HTTP-Session: 5e141407-c49c-4aff-9b22-a96c0fa5b9a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2789 | 2024.03.26 14:51:20.948440 [ 3 ] {eb9fed1d-0d18-4cba-ae7e-9ea70b93f588} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2790 | 2024.03.26 14:51:20.948503 [ 3 ] {eb9fed1d-0d18-4cba-ae7e-9ea70b93f588} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2791 | 2024.03.26 14:51:20.948688 [ 3 ] {eb9fed1d-0d18-4cba-ae7e-9ea70b93f588} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2792 | 2024.03.26 14:51:20.949151 [ 3 ] {eb9fed1d-0d18-4cba-ae7e-9ea70b93f588} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2793 | 2024.03.26 14:51:20.949202 [ 3 ] {eb9fed1d-0d18-4cba-ae7e-9ea70b93f588} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
2794 | 2024.03.26 14:51:20.949582 [ 3 ] {eb9fed1d-0d18-4cba-ae7e-9ea70b93f588} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2795 | 2024.03.26 14:51:20.949917 [ 3 ] {eb9fed1d-0d18-4cba-ae7e-9ea70b93f588} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2796 | 2024.03.26 14:51:20.950073 [ 3 ] {eb9fed1d-0d18-4cba-ae7e-9ea70b93f588} <Debug> executeQuery: Read 56 rows, 4.54 KiB in 0.001695 sec., 33038.348082595876 rows/sec., 2.62 MiB/sec. | ||
2797 | 2024.03.26 14:51:20.950224 [ 3 ] {eb9fed1d-0d18-4cba-ae7e-9ea70b93f588} <Debug> DynamicQueryHandler: Done processing query | ||
2798 | 2024.03.26 14:51:20.950251 [ 3 ] {eb9fed1d-0d18-4cba-ae7e-9ea70b93f588} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
2799 | 2024.03.26 14:51:20.950267 [ 3 ] {} <Debug> HTTP-Session: 5e141407-c49c-4aff-9b22-a96c0fa5b9a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2800 | 2024.03.26 14:51:20.950391 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2801 | 2024.03.26 14:51:20.950448 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2802 | 2024.03.26 14:51:20.950468 [ 3 ] {} <Debug> HTTP-Session: 69088e3b-adcc-41b8-8508-8e5bb94aac82 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
2803 | 2024.03.26 14:51:20.950486 [ 3 ] {} <Debug> HTTP-Session: 69088e3b-adcc-41b8-8508-8e5bb94aac82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2804 | 2024.03.26 14:51:20.950500 [ 3 ] {} <Debug> HTTP-Session: 69088e3b-adcc-41b8-8508-8e5bb94aac82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2805 | 2024.03.26 14:51:20.950534 [ 3 ] {} <Trace> HTTP-Session: 69088e3b-adcc-41b8-8508-8e5bb94aac82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2806 | 2024.03.26 14:51:20.950606 [ 3 ] {90dba95c-f2fc-40e0-a471-2366041e99bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
2807 | 2024.03.26 14:51:20.950649 [ 3 ] {90dba95c-f2fc-40e0-a471-2366041e99bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2808 | 2024.03.26 14:51:20.950781 [ 3 ] {90dba95c-f2fc-40e0-a471-2366041e99bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2809 | 2024.03.26 14:51:20.951094 [ 3 ] {90dba95c-f2fc-40e0-a471-2366041e99bc} <Trace> oximeter.fields_ipaddr (b9cacdb2-3543-418a-8ac0-d16d067a037a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2810 | 2024.03.26 14:51:20.951134 [ 3 ] {90dba95c-f2fc-40e0-a471-2366041e99bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
2811 | 2024.03.26 14:51:20.951427 [ 3 ] {90dba95c-f2fc-40e0-a471-2366041e99bc} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2812 | 2024.03.26 14:51:20.951723 [ 3 ] {90dba95c-f2fc-40e0-a471-2366041e99bc} <Trace> oximeter.fields_ipaddr (b9cacdb2-3543-418a-8ac0-d16d067a037a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2813 | 2024.03.26 14:51:20.951876 [ 3 ] {90dba95c-f2fc-40e0-a471-2366041e99bc} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001297 sec., 3084.040092521203 rows/sec., 251.48 KiB/sec. | ||
2814 | 2024.03.26 14:51:20.952110 [ 3 ] {90dba95c-f2fc-40e0-a471-2366041e99bc} <Debug> DynamicQueryHandler: Done processing query | ||
2815 | 2024.03.26 14:51:20.952142 [ 3 ] {90dba95c-f2fc-40e0-a471-2366041e99bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2816 | 2024.03.26 14:51:20.952158 [ 3 ] {} <Debug> HTTP-Session: 69088e3b-adcc-41b8-8508-8e5bb94aac82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2817 | 2024.03.26 14:51:20.952326 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 27181, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2818 | 2024.03.26 14:51:20.952377 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2819 | 2024.03.26 14:51:20.952396 [ 3 ] {} <Debug> HTTP-Session: 67479ff8-a839-4a27-8bc9-6594609ea600 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
2820 | 2024.03.26 14:51:20.952413 [ 3 ] {} <Debug> HTTP-Session: 67479ff8-a839-4a27-8bc9-6594609ea600 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2821 | 2024.03.26 14:51:20.952426 [ 3 ] {} <Debug> HTTP-Session: 67479ff8-a839-4a27-8bc9-6594609ea600 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2822 | 2024.03.26 14:51:20.952457 [ 3 ] {} <Trace> HTTP-Session: 67479ff8-a839-4a27-8bc9-6594609ea600 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2823 | 2024.03.26 14:51:20.952568 [ 3 ] {0da669e0-05bf-4c27-bd62-8248edc55367} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2824 | 2024.03.26 14:51:20.952610 [ 3 ] {0da669e0-05bf-4c27-bd62-8248edc55367} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2825 | 2024.03.26 14:51:20.952754 [ 3 ] {0da669e0-05bf-4c27-bd62-8248edc55367} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2826 | 2024.03.26 14:51:20.953158 [ 3 ] {0da669e0-05bf-4c27-bd62-8248edc55367} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2827 | 2024.03.26 14:51:20.953196 [ 3 ] {0da669e0-05bf-4c27-bd62-8248edc55367} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
2828 | 2024.03.26 14:51:20.953515 [ 3 ] {0da669e0-05bf-4c27-bd62-8248edc55367} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
2829 | 2024.03.26 14:51:20.953818 [ 3 ] {0da669e0-05bf-4c27-bd62-8248edc55367} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2830 | 2024.03.26 14:51:20.953982 [ 3 ] {0da669e0-05bf-4c27-bd62-8248edc55367} <Debug> executeQuery: Read 170 rows, 16.81 KiB in 0.00147 sec., 115646.25850340136 rows/sec., 11.17 MiB/sec. | ||
2831 | 2024.03.26 14:51:20.954242 [ 3 ] {0da669e0-05bf-4c27-bd62-8248edc55367} <Debug> DynamicQueryHandler: Done processing query | ||
2832 | 2024.03.26 14:51:20.954281 [ 3 ] {0da669e0-05bf-4c27-bd62-8248edc55367} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
2833 | 2024.03.26 14:51:20.954306 [ 3 ] {} <Debug> HTTP-Session: 67479ff8-a839-4a27-8bc9-6594609ea600 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2834 | 2024.03.26 14:51:20.954417 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2835 | 2024.03.26 14:51:20.954466 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2836 | 2024.03.26 14:51:20.954484 [ 3 ] {} <Debug> HTTP-Session: 4aa49e82-2a27-4679-9c31-4131b0dd32cb Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
2837 | 2024.03.26 14:51:20.954501 [ 3 ] {} <Debug> HTTP-Session: 4aa49e82-2a27-4679-9c31-4131b0dd32cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2838 | 2024.03.26 14:51:20.954516 [ 3 ] {} <Debug> HTTP-Session: 4aa49e82-2a27-4679-9c31-4131b0dd32cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2839 | 2024.03.26 14:51:20.954546 [ 3 ] {} <Trace> HTTP-Session: 4aa49e82-2a27-4679-9c31-4131b0dd32cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2840 | 2024.03.26 14:51:20.954612 [ 3 ] {160f7061-0720-43a9-b328-4a9884e48391} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2841 | 2024.03.26 14:51:20.954655 [ 3 ] {160f7061-0720-43a9-b328-4a9884e48391} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2842 | 2024.03.26 14:51:20.954810 [ 3 ] {160f7061-0720-43a9-b328-4a9884e48391} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2843 | 2024.03.26 14:51:20.955108 [ 3 ] {160f7061-0720-43a9-b328-4a9884e48391} <Trace> oximeter.fields_u16 (e20b24dd-90f0-4a6f-bcd9-27e96d38dd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2844 | 2024.03.26 14:51:20.955147 [ 3 ] {160f7061-0720-43a9-b328-4a9884e48391} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
2845 | 2024.03.26 14:51:20.955441 [ 3 ] {160f7061-0720-43a9-b328-4a9884e48391} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2846 | 2024.03.26 14:51:20.955745 [ 3 ] {160f7061-0720-43a9-b328-4a9884e48391} <Trace> oximeter.fields_u16 (e20b24dd-90f0-4a6f-bcd9-27e96d38dd35): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2847 | 2024.03.26 14:51:20.955902 [ 3 ] {160f7061-0720-43a9-b328-4a9884e48391} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001308 sec., 3058.1039755351685 rows/sec., 213.53 KiB/sec. | ||
2848 | 2024.03.26 14:51:20.956112 [ 3 ] {160f7061-0720-43a9-b328-4a9884e48391} <Debug> DynamicQueryHandler: Done processing query | ||
2849 | 2024.03.26 14:51:20.956136 [ 3 ] {160f7061-0720-43a9-b328-4a9884e48391} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2850 | 2024.03.26 14:51:20.956152 [ 3 ] {} <Debug> HTTP-Session: 4aa49e82-2a27-4679-9c31-4131b0dd32cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2851 | 2024.03.26 14:51:20.956279 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 10218, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2852 | 2024.03.26 14:51:20.956327 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2853 | 2024.03.26 14:51:20.956345 [ 3 ] {} <Debug> HTTP-Session: 9946181a-a6d2-458c-a9df-d128f73ddd73 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
2854 | 2024.03.26 14:51:20.956362 [ 3 ] {} <Debug> HTTP-Session: 9946181a-a6d2-458c-a9df-d128f73ddd73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2855 | 2024.03.26 14:51:20.956376 [ 3 ] {} <Debug> HTTP-Session: 9946181a-a6d2-458c-a9df-d128f73ddd73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2856 | 2024.03.26 14:51:20.956406 [ 3 ] {} <Trace> HTTP-Session: 9946181a-a6d2-458c-a9df-d128f73ddd73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2857 | 2024.03.26 14:51:20.956498 [ 3 ] {eb5361b9-0b2b-4d2d-91e0-6ba0c0d85a42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2858 | 2024.03.26 14:51:20.956539 [ 3 ] {eb5361b9-0b2b-4d2d-91e0-6ba0c0d85a42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2859 | 2024.03.26 14:51:20.956685 [ 3 ] {eb5361b9-0b2b-4d2d-91e0-6ba0c0d85a42} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2860 | 2024.03.26 14:51:20.956993 [ 3 ] {eb5361b9-0b2b-4d2d-91e0-6ba0c0d85a42} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2861 | 2024.03.26 14:51:20.957031 [ 3 ] {eb5361b9-0b2b-4d2d-91e0-6ba0c0d85a42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
2862 | 2024.03.26 14:51:20.957327 [ 3 ] {eb5361b9-0b2b-4d2d-91e0-6ba0c0d85a42} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
2863 | 2024.03.26 14:51:20.957624 [ 3 ] {eb5361b9-0b2b-4d2d-91e0-6ba0c0d85a42} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2864 | 2024.03.26 14:51:20.957774 [ 3 ] {eb5361b9-0b2b-4d2d-91e0-6ba0c0d85a42} <Debug> executeQuery: Read 60 rows, 4.81 KiB in 0.001319 sec., 45489.00682335102 rows/sec., 3.56 MiB/sec. | ||
2865 | 2024.03.26 14:51:20.957897 [ 3 ] {eb5361b9-0b2b-4d2d-91e0-6ba0c0d85a42} <Debug> DynamicQueryHandler: Done processing query | ||
2866 | 2024.03.26 14:51:20.957921 [ 3 ] {eb5361b9-0b2b-4d2d-91e0-6ba0c0d85a42} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
2867 | 2024.03.26 14:51:20.957938 [ 3 ] {} <Debug> HTTP-Session: 9946181a-a6d2-458c-a9df-d128f73ddd73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2868 | 2024.03.26 14:51:20.958033 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 448, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2869 | 2024.03.26 14:51:20.958079 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2870 | 2024.03.26 14:51:20.958098 [ 3 ] {} <Debug> HTTP-Session: 4955dc1a-3876-4736-97de-7f0db54790dd Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
2871 | 2024.03.26 14:51:20.958114 [ 3 ] {} <Debug> HTTP-Session: 4955dc1a-3876-4736-97de-7f0db54790dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2872 | 2024.03.26 14:51:20.958128 [ 3 ] {} <Debug> HTTP-Session: 4955dc1a-3876-4736-97de-7f0db54790dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2873 | 2024.03.26 14:51:20.958158 [ 3 ] {} <Trace> HTTP-Session: 4955dc1a-3876-4736-97de-7f0db54790dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2874 | 2024.03.26 14:51:20.958221 [ 3 ] {f0b7adda-863c-4b56-bb3d-4ad198335c8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2875 | 2024.03.26 14:51:20.958265 [ 3 ] {f0b7adda-863c-4b56-bb3d-4ad198335c8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2876 | 2024.03.26 14:51:20.958410 [ 3 ] {f0b7adda-863c-4b56-bb3d-4ad198335c8a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2877 | 2024.03.26 14:51:20.958666 [ 3 ] {f0b7adda-863c-4b56-bb3d-4ad198335c8a} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2878 | 2024.03.26 14:51:20.958703 [ 3 ] {f0b7adda-863c-4b56-bb3d-4ad198335c8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
2879 | 2024.03.26 14:51:20.959074 [ 3 ] {f0b7adda-863c-4b56-bb3d-4ad198335c8a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2880 | 2024.03.26 14:51:20.959401 [ 3 ] {f0b7adda-863c-4b56-bb3d-4ad198335c8a} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2881 | 2024.03.26 14:51:20.959568 [ 3 ] {f0b7adda-863c-4b56-bb3d-4ad198335c8a} <Debug> executeQuery: Read 2 rows, 144.00 B in 0.001359 sec., 1471.6703458425313 rows/sec., 103.48 KiB/sec. | ||
2882 | 2024.03.26 14:51:20.959810 [ 3 ] {f0b7adda-863c-4b56-bb3d-4ad198335c8a} <Debug> DynamicQueryHandler: Done processing query | ||
2883 | 2024.03.26 14:51:20.959836 [ 3 ] {f0b7adda-863c-4b56-bb3d-4ad198335c8a} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2884 | 2024.03.26 14:51:20.959852 [ 3 ] {} <Debug> HTTP-Session: 4955dc1a-3876-4736-97de-7f0db54790dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2885 | 2024.03.26 14:51:20.960014 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 59901, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2886 | 2024.03.26 14:51:20.960062 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2887 | 2024.03.26 14:51:20.960079 [ 3 ] {} <Debug> HTTP-Session: 01976732-1fd5-423b-86db-971d21a59a48 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
2888 | 2024.03.26 14:51:20.960096 [ 3 ] {} <Debug> HTTP-Session: 01976732-1fd5-423b-86db-971d21a59a48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2889 | 2024.03.26 14:51:20.960109 [ 3 ] {} <Debug> HTTP-Session: 01976732-1fd5-423b-86db-971d21a59a48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2890 | 2024.03.26 14:51:20.960139 [ 3 ] {} <Trace> HTTP-Session: 01976732-1fd5-423b-86db-971d21a59a48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2891 | 2024.03.26 14:51:20.960530 [ 3 ] {145c3a33-586f-4aef-aa21-c082d09a4c73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2892 | 2024.03.26 14:51:20.960577 [ 3 ] {145c3a33-586f-4aef-aa21-c082d09a4c73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2893 | 2024.03.26 14:51:20.960753 [ 3 ] {145c3a33-586f-4aef-aa21-c082d09a4c73} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2894 | 2024.03.26 14:51:20.961442 [ 3 ] {145c3a33-586f-4aef-aa21-c082d09a4c73} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2895 | 2024.03.26 14:51:20.961480 [ 3 ] {145c3a33-586f-4aef-aa21-c082d09a4c73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
2896 | 2024.03.26 14:51:20.961909 [ 3 ] {145c3a33-586f-4aef-aa21-c082d09a4c73} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2897 | 2024.03.26 14:51:20.962245 [ 3 ] {145c3a33-586f-4aef-aa21-c082d09a4c73} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2898 | 2024.03.26 14:51:20.962420 [ 3 ] {145c3a33-586f-4aef-aa21-c082d09a4c73} <Debug> executeQuery: Read 56 rows, 77.38 KiB in 0.002216 sec., 25270.758122743682 rows/sec., 34.10 MiB/sec. | ||
2899 | 2024.03.26 14:51:20.962555 [ 3 ] {145c3a33-586f-4aef-aa21-c082d09a4c73} <Debug> DynamicQueryHandler: Done processing query | ||
2900 | 2024.03.26 14:51:20.962580 [ 3 ] {145c3a33-586f-4aef-aa21-c082d09a4c73} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
2901 | 2024.03.26 14:51:20.962595 [ 3 ] {} <Debug> HTTP-Session: 01976732-1fd5-423b-86db-971d21a59a48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2902 | 2024.03.26 14:51:23.685092 [ 24 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2903 | 2024.03.26 14:51:23.685157 [ 24 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2904 | 2024.03.26 14:51:30.947208 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 8077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2905 | 2024.03.26 14:51:30.947362 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2906 | 2024.03.26 14:51:30.947395 [ 3 ] {} <Debug> HTTP-Session: e3ffe928-14d4-4a1c-a8a7-b9a3f41533f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
2907 | 2024.03.26 14:51:30.947428 [ 3 ] {} <Debug> HTTP-Session: e3ffe928-14d4-4a1c-a8a7-b9a3f41533f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2908 | 2024.03.26 14:51:30.947446 [ 3 ] {} <Debug> HTTP-Session: e3ffe928-14d4-4a1c-a8a7-b9a3f41533f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2909 | 2024.03.26 14:51:30.947520 [ 3 ] {} <Trace> HTTP-Session: e3ffe928-14d4-4a1c-a8a7-b9a3f41533f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2910 | 2024.03.26 14:51:30.947649 [ 3 ] {af6dfeba-7ade-44fb-878e-7c70df19c2c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2911 | 2024.03.26 14:51:30.947713 [ 3 ] {af6dfeba-7ade-44fb-878e-7c70df19c2c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2912 | 2024.03.26 14:51:30.947915 [ 3 ] {af6dfeba-7ade-44fb-878e-7c70df19c2c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2913 | 2024.03.26 14:51:30.948448 [ 3 ] {af6dfeba-7ade-44fb-878e-7c70df19c2c0} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2914 | 2024.03.26 14:51:30.948495 [ 3 ] {af6dfeba-7ade-44fb-878e-7c70df19c2c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
2915 | 2024.03.26 14:51:30.948870 [ 3 ] {af6dfeba-7ade-44fb-878e-7c70df19c2c0} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2916 | 2024.03.26 14:51:30.949199 [ 3 ] {af6dfeba-7ade-44fb-878e-7c70df19c2c0} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2917 | 2024.03.26 14:51:30.949374 [ 3 ] {af6dfeba-7ade-44fb-878e-7c70df19c2c0} <Debug> executeQuery: Read 56 rows, 4.54 KiB in 0.001783 sec., 31407.73976444195 rows/sec., 2.49 MiB/sec. | ||
2918 | 2024.03.26 14:51:30.949564 [ 3 ] {af6dfeba-7ade-44fb-878e-7c70df19c2c0} <Debug> DynamicQueryHandler: Done processing query | ||
2919 | 2024.03.26 14:51:30.949590 [ 3 ] {af6dfeba-7ade-44fb-878e-7c70df19c2c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
2920 | 2024.03.26 14:51:30.949606 [ 3 ] {} <Debug> HTTP-Session: e3ffe928-14d4-4a1c-a8a7-b9a3f41533f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2921 | 2024.03.26 14:51:30.949830 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 26882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2922 | 2024.03.26 14:51:30.949886 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2923 | 2024.03.26 14:51:30.949905 [ 3 ] {} <Debug> HTTP-Session: 09ceb1a0-08f7-453a-a176-672f73700447 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
2924 | 2024.03.26 14:51:30.949923 [ 3 ] {} <Debug> HTTP-Session: 09ceb1a0-08f7-453a-a176-672f73700447 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2925 | 2024.03.26 14:51:30.949936 [ 3 ] {} <Debug> HTTP-Session: 09ceb1a0-08f7-453a-a176-672f73700447 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2926 | 2024.03.26 14:51:30.949970 [ 3 ] {} <Trace> HTTP-Session: 09ceb1a0-08f7-453a-a176-672f73700447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2927 | 2024.03.26 14:51:30.950090 [ 3 ] {8a3c9bca-755b-4d3a-bde1-48b8befb1709} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2928 | 2024.03.26 14:51:30.950134 [ 3 ] {8a3c9bca-755b-4d3a-bde1-48b8befb1709} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2929 | 2024.03.26 14:51:30.950264 [ 3 ] {8a3c9bca-755b-4d3a-bde1-48b8befb1709} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2930 | 2024.03.26 14:51:30.950671 [ 3 ] {8a3c9bca-755b-4d3a-bde1-48b8befb1709} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2931 | 2024.03.26 14:51:30.950709 [ 3 ] {8a3c9bca-755b-4d3a-bde1-48b8befb1709} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
2932 | 2024.03.26 14:51:30.951030 [ 3 ] {8a3c9bca-755b-4d3a-bde1-48b8befb1709} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
2933 | 2024.03.26 14:51:30.951327 [ 3 ] {8a3c9bca-755b-4d3a-bde1-48b8befb1709} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2934 | 2024.03.26 14:51:30.951494 [ 3 ] {8a3c9bca-755b-4d3a-bde1-48b8befb1709} <Debug> executeQuery: Read 168 rows, 16.63 KiB in 0.001462 sec., 114911.08071135431 rows/sec., 11.11 MiB/sec. | ||
2935 | 2024.03.26 14:51:30.951498 [ 151 ] {} <Debug> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
2936 | 2024.03.26 14:51:30.951602 [ 151 ] {} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2937 | 2024.03.26 14:51:30.951642 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
2938 | 2024.03.26 14:51:30.951669 [ 3 ] {8a3c9bca-755b-4d3a-bde1-48b8befb1709} <Debug> DynamicQueryHandler: Done processing query | ||
2939 | 2024.03.26 14:51:30.951723 [ 3 ] {8a3c9bca-755b-4d3a-bde1-48b8befb1709} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
2940 | 2024.03.26 14:51:30.951764 [ 3 ] {} <Debug> HTTP-Session: 09ceb1a0-08f7-453a-a176-672f73700447 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2941 | 2024.03.26 14:51:30.951908 [ 197 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::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 | ||
2942 | 2024.03.26 14:51:30.951975 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 9534, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2943 | 2024.03.26 14:51:30.952055 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2944 | 2024.03.26 14:51:30.952107 [ 3 ] {} <Debug> HTTP-Session: 0d58d3ed-e04e-46dc-b15c-4274f696b21a Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
2945 | 2024.03.26 14:51:30.952159 [ 3 ] {} <Debug> HTTP-Session: 0d58d3ed-e04e-46dc-b15c-4274f696b21a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2946 | 2024.03.26 14:51:30.952200 [ 3 ] {} <Debug> HTTP-Session: 0d58d3ed-e04e-46dc-b15c-4274f696b21a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2947 | 2024.03.26 14:51:30.952302 [ 3 ] {} <Trace> HTTP-Session: 0d58d3ed-e04e-46dc-b15c-4274f696b21a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2948 | 2024.03.26 14:51:30.952388 [ 197 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2949 | 2024.03.26 14:51:30.952484 [ 197 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 208 rows starting from the beginning of the part | ||
2950 | 2024.03.26 14:51:30.952497 [ 3 ] {dadd53ae-60b2-4f12-9fc0-df545e3eea7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2951 | 2024.03.26 14:51:30.952574 [ 3 ] {dadd53ae-60b2-4f12-9fc0-df545e3eea7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2952 | 2024.03.26 14:51:30.952731 [ 197 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 168 rows starting from the beginning of the part | ||
2953 | 2024.03.26 14:51:30.953080 [ 197 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 168 rows starting from the beginning of the part | ||
2954 | 2024.03.26 14:51:30.953447 [ 197 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 36 rows starting from the beginning of the part | ||
2955 | 2024.03.26 14:51:30.953761 [ 197 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 170 rows starting from the beginning of the part | ||
2956 | 2024.03.26 14:51:30.953841 [ 3 ] {dadd53ae-60b2-4f12-9fc0-df545e3eea7f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2957 | 2024.03.26 14:51:30.954009 [ 197 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 168 rows starting from the beginning of the part | ||
2958 | 2024.03.26 14:51:30.954803 [ 3 ] {dadd53ae-60b2-4f12-9fc0-df545e3eea7f} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2959 | 2024.03.26 14:51:30.954862 [ 3 ] {dadd53ae-60b2-4f12-9fc0-df545e3eea7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
2960 | 2024.03.26 14:51:30.955697 [ 3 ] {dadd53ae-60b2-4f12-9fc0-df545e3eea7f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
2961 | 2024.03.26 14:51:30.956600 [ 3 ] {dadd53ae-60b2-4f12-9fc0-df545e3eea7f} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2962 | 2024.03.26 14:51:30.956774 [ 197 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 918 rows, containing 4 columns (4 merged, 0 gathered) in 0.004990648 sec., 183944.0489491545 rows/sec., 17.46 MiB/sec. | ||
2963 | 2024.03.26 14:51:30.956919 [ 151 ] {} <Debug> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
2964 | 2024.03.26 14:51:30.956967 [ 3 ] {dadd53ae-60b2-4f12-9fc0-df545e3eea7f} <Debug> executeQuery: Read 56 rows, 4.48 KiB in 0.004532 sec., 12356.57546337158 rows/sec., 989.49 KiB/sec. | ||
2965 | 2024.03.26 14:51:30.956996 [ 151 ] {} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2966 | 2024.03.26 14:51:30.957097 [ 200 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
2967 | 2024.03.26 14:51:30.957110 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
2968 | 2024.03.26 14:51:30.957388 [ 3 ] {dadd53ae-60b2-4f12-9fc0-df545e3eea7f} <Debug> DynamicQueryHandler: Done processing query | ||
2969 | 2024.03.26 14:51:30.957460 [ 3 ] {dadd53ae-60b2-4f12-9fc0-df545e3eea7f} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
2970 | 2024.03.26 14:51:30.957487 [ 197 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::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 | ||
2971 | 2024.03.26 14:51:30.957509 [ 3 ] {} <Debug> HTTP-Session: 0d58d3ed-e04e-46dc-b15c-4274f696b21a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2972 | 2024.03.26 14:51:30.957874 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 59903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2973 | 2024.03.26 14:51:30.958054 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2974 | 2024.03.26 14:51:30.958132 [ 3 ] {} <Debug> HTTP-Session: be906e7f-5df3-4b1e-becf-28643fea5f7b Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
2975 | 2024.03.26 14:51:30.958136 [ 197 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2976 | 2024.03.26 14:51:30.958155 [ 3 ] {} <Debug> HTTP-Session: be906e7f-5df3-4b1e-becf-28643fea5f7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2977 | 2024.03.26 14:51:30.958217 [ 3 ] {} <Debug> HTTP-Session: be906e7f-5df3-4b1e-becf-28643fea5f7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2978 | 2024.03.26 14:51:30.958242 [ 197 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 106 rows starting from the beginning of the part | ||
2979 | 2024.03.26 14:51:30.958321 [ 3 ] {} <Trace> HTTP-Session: be906e7f-5df3-4b1e-becf-28643fea5f7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2980 | 2024.03.26 14:51:30.958582 [ 197 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::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 | ||
2981 | 2024.03.26 14:51:30.958574 [ 200 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_21_4} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2982 | 2024.03.26 14:51:30.958924 [ 197 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 56 rows starting from the beginning of the part | ||
2983 | 2024.03.26 14:51:30.958940 [ 200 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_21_4} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
2984 | 2024.03.26 14:51:30.959212 [ 197 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 24 rows starting from the beginning of the part | ||
2985 | 2024.03.26 14:51:30.959243 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
2986 | 2024.03.26 14:51:30.959430 [ 3 ] {a198a776-a11f-49f8-b321-ef13bb1c65c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2987 | 2024.03.26 14:51:30.959495 [ 197 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::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 | ||
2988 | 2024.03.26 14:51:30.959582 [ 3 ] {a198a776-a11f-49f8-b321-ef13bb1c65c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2989 | 2024.03.26 14:51:30.959803 [ 197 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::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 | ||
2990 | 2024.03.26 14:51:30.960566 [ 3 ] {a198a776-a11f-49f8-b321-ef13bb1c65c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2991 | 2024.03.26 14:51:30.961962 [ 3 ] {a198a776-a11f-49f8-b321-ef13bb1c65c5} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2992 | 2024.03.26 14:51:30.961969 [ 191 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 358 rows, containing 4 columns (4 merged, 0 gathered) in 0.004667095 sec., 76707.2450850047 rows/sec., 5.99 MiB/sec. | ||
2993 | 2024.03.26 14:51:30.962014 [ 3 ] {a198a776-a11f-49f8-b321-ef13bb1c65c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
2994 | 2024.03.26 14:51:30.962223 [ 191 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
2995 | 2024.03.26 14:51:30.963078 [ 3 ] {a198a776-a11f-49f8-b321-ef13bb1c65c5} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2996 | 2024.03.26 14:51:30.963184 [ 197 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_21_4} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2997 | 2024.03.26 14:51:30.963435 [ 197 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_21_4} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
2998 | 2024.03.26 14:51:30.963612 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
2999 | 2024.03.26 14:51:30.963763 [ 3 ] {a198a776-a11f-49f8-b321-ef13bb1c65c5} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3000 | 2024.03.26 14:51:30.963934 [ 151 ] {} <Debug> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3001 | 2024.03.26 14:51:30.963950 [ 3 ] {a198a776-a11f-49f8-b321-ef13bb1c65c5} <Debug> executeQuery: Read 56 rows, 77.38 KiB in 0.005395 sec., 10379.981464318815 rows/sec., 14.01 MiB/sec. | ||
3002 | 2024.03.26 14:51:30.963981 [ 151 ] {} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3003 | 2024.03.26 14:51:30.964057 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3004 | 2024.03.26 14:51:30.964263 [ 3 ] {a198a776-a11f-49f8-b321-ef13bb1c65c5} <Debug> DynamicQueryHandler: Done processing query | ||
3005 | 2024.03.26 14:51:30.964268 [ 191 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::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 | ||
3006 | 2024.03.26 14:51:30.964298 [ 3 ] {a198a776-a11f-49f8-b321-ef13bb1c65c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
3007 | 2024.03.26 14:51:30.964357 [ 3 ] {} <Debug> HTTP-Session: be906e7f-5df3-4b1e-becf-28643fea5f7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3008 | 2024.03.26 14:51:30.964487 [ 191 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3009 | 2024.03.26 14:51:30.964527 [ 191 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 577 rows starting from the beginning of the part | ||
3010 | 2024.03.26 14:51:30.964677 [ 191 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 56 rows starting from the beginning of the part | ||
3011 | 2024.03.26 14:51:30.964848 [ 191 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 56 rows starting from the beginning of the part | ||
3012 | 2024.03.26 14:51:30.964956 [ 191 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 56 rows starting from the beginning of the part | ||
3013 | 2024.03.26 14:51:30.965179 [ 191 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part | ||
3014 | 2024.03.26 14:51:30.965381 [ 191 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 56 rows starting from the beginning of the part | ||
3015 | 2024.03.26 14:51:30.979054 [ 191 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 857 rows, containing 6 columns (6 merged, 0 gathered) in 0.014896335 sec., 57530.929587714025 rows/sec., 77.64 MiB/sec. | ||
3016 | 2024.03.26 14:51:30.979676 [ 191 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3017 | 2024.03.26 14:51:30.980061 [ 191 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3018 | 2024.03.26 14:51:30.980141 [ 191 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3019 | 2024.03.26 14:51:30.980219 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.73 MiB. | ||
3020 | 2024.03.26 14:51:31.000156 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 182.21 MiB, peak 190.79 MiB, free memory in arenas 0.00 B, will set to 184.37 MiB (RSS), difference: 2.15 MiB | ||
3021 | 2024.03.26 14:51:33.620542 [ 136 ] {} <Debug> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
3022 | 2024.03.26 14:51:33.620666 [ 136 ] {} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3023 | 2024.03.26 14:51:33.620712 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
3024 | 2024.03.26 14:51:33.620943 [ 200 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full | ||
3025 | 2024.03.26 14:51:33.621170 [ 200 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3026 | 2024.03.26 14:51:33.621216 [ 200 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 280 rows starting from the beginning of the part | ||
3027 | 2024.03.26 14:51:33.621310 [ 200 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 37 rows starting from the beginning of the part | ||
3028 | 2024.03.26 14:51:33.621530 [ 200 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
3029 | 2024.03.26 14:51:33.621753 [ 200 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 36 rows starting from the beginning of the part | ||
3030 | 2024.03.26 14:51:33.621881 [ 200 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
3031 | 2024.03.26 14:51:33.622959 [ 200 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 356 rows, containing 5 columns (5 merged, 0 gathered) in 0.002148219 sec., 165718.6720720746 rows/sec., 11.69 MiB/sec. | ||
3032 | 2024.03.26 14:51:33.623200 [ 201 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
3033 | 2024.03.26 14:51:33.623721 [ 201 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_9_2} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3034 | 2024.03.26 14:51:33.623807 [ 201 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_9_2} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
3035 | 2024.03.26 14:51:33.623906 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
3036 | 2024.03.26 14:51:38.685218 [ 150 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3037 | 2024.03.26 14:51:38.685310 [ 150 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3038 | 2024.03.26 14:51:40.947503 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 8077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3039 | 2024.03.26 14:51:40.947611 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3040 | 2024.03.26 14:51:40.947636 [ 3 ] {} <Debug> HTTP-Session: 2820dffe-60cb-40cb-9b79-adfa0d5aa16c Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
3041 | 2024.03.26 14:51:40.947660 [ 3 ] {} <Debug> HTTP-Session: 2820dffe-60cb-40cb-9b79-adfa0d5aa16c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3042 | 2024.03.26 14:51:40.947675 [ 3 ] {} <Debug> HTTP-Session: 2820dffe-60cb-40cb-9b79-adfa0d5aa16c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3043 | 2024.03.26 14:51:40.947724 [ 3 ] {} <Trace> HTTP-Session: 2820dffe-60cb-40cb-9b79-adfa0d5aa16c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3044 | 2024.03.26 14:51:40.947855 [ 3 ] {24c99b5f-a5a8-4c0e-96f6-337293160053} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3045 | 2024.03.26 14:51:40.947918 [ 3 ] {24c99b5f-a5a8-4c0e-96f6-337293160053} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3046 | 2024.03.26 14:51:40.948101 [ 3 ] {24c99b5f-a5a8-4c0e-96f6-337293160053} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3047 | 2024.03.26 14:51:40.948556 [ 3 ] {24c99b5f-a5a8-4c0e-96f6-337293160053} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3048 | 2024.03.26 14:51:40.948605 [ 3 ] {24c99b5f-a5a8-4c0e-96f6-337293160053} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
3049 | 2024.03.26 14:51:40.948984 [ 3 ] {24c99b5f-a5a8-4c0e-96f6-337293160053} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3050 | 2024.03.26 14:51:40.949318 [ 3 ] {24c99b5f-a5a8-4c0e-96f6-337293160053} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3051 | 2024.03.26 14:51:40.949484 [ 3 ] {24c99b5f-a5a8-4c0e-96f6-337293160053} <Debug> executeQuery: Read 56 rows, 4.54 KiB in 0.001691 sec., 33116.499112950914 rows/sec., 2.62 MiB/sec. | ||
3052 | 2024.03.26 14:51:40.949636 [ 3 ] {24c99b5f-a5a8-4c0e-96f6-337293160053} <Debug> DynamicQueryHandler: Done processing query | ||
3053 | 2024.03.26 14:51:40.949661 [ 3 ] {24c99b5f-a5a8-4c0e-96f6-337293160053} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
3054 | 2024.03.26 14:51:40.949677 [ 3 ] {} <Debug> HTTP-Session: 2820dffe-60cb-40cb-9b79-adfa0d5aa16c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3055 | 2024.03.26 14:51:40.949838 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 26882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3056 | 2024.03.26 14:51:40.949886 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3057 | 2024.03.26 14:51:40.949905 [ 3 ] {} <Debug> HTTP-Session: 8b5842fd-4014-4dd1-824f-0f2b2006c0e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
3058 | 2024.03.26 14:51:40.949921 [ 3 ] {} <Debug> HTTP-Session: 8b5842fd-4014-4dd1-824f-0f2b2006c0e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3059 | 2024.03.26 14:51:40.949935 [ 3 ] {} <Debug> HTTP-Session: 8b5842fd-4014-4dd1-824f-0f2b2006c0e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3060 | 2024.03.26 14:51:40.949966 [ 3 ] {} <Trace> HTTP-Session: 8b5842fd-4014-4dd1-824f-0f2b2006c0e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3061 | 2024.03.26 14:51:40.950078 [ 3 ] {8416fd48-3951-4ec9-b171-416a9e51cc8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3062 | 2024.03.26 14:51:40.950118 [ 3 ] {8416fd48-3951-4ec9-b171-416a9e51cc8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3063 | 2024.03.26 14:51:40.950243 [ 3 ] {8416fd48-3951-4ec9-b171-416a9e51cc8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3064 | 2024.03.26 14:51:40.950660 [ 3 ] {8416fd48-3951-4ec9-b171-416a9e51cc8c} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3065 | 2024.03.26 14:51:40.950699 [ 3 ] {8416fd48-3951-4ec9-b171-416a9e51cc8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
3066 | 2024.03.26 14:51:40.951009 [ 3 ] {8416fd48-3951-4ec9-b171-416a9e51cc8c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3067 | 2024.03.26 14:51:40.951317 [ 3 ] {8416fd48-3951-4ec9-b171-416a9e51cc8c} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3068 | 2024.03.26 14:51:40.951467 [ 3 ] {8416fd48-3951-4ec9-b171-416a9e51cc8c} <Debug> executeQuery: Read 168 rows, 16.63 KiB in 0.001444 sec., 116343.49030470915 rows/sec., 11.25 MiB/sec. | ||
3069 | 2024.03.26 14:51:40.951671 [ 3 ] {8416fd48-3951-4ec9-b171-416a9e51cc8c} <Debug> DynamicQueryHandler: Done processing query | ||
3070 | 2024.03.26 14:51:40.951722 [ 3 ] {8416fd48-3951-4ec9-b171-416a9e51cc8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
3071 | 2024.03.26 14:51:40.951775 [ 3 ] {} <Debug> HTTP-Session: 8b5842fd-4014-4dd1-824f-0f2b2006c0e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3072 | 2024.03.26 14:51:40.951975 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 9534, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3073 | 2024.03.26 14:51:40.952027 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3074 | 2024.03.26 14:51:40.952046 [ 3 ] {} <Debug> HTTP-Session: 0e4ddd6b-90b1-4ec1-8049-004ee1dd9255 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
3075 | 2024.03.26 14:51:40.952063 [ 3 ] {} <Debug> HTTP-Session: 0e4ddd6b-90b1-4ec1-8049-004ee1dd9255 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3076 | 2024.03.26 14:51:40.952077 [ 3 ] {} <Debug> HTTP-Session: 0e4ddd6b-90b1-4ec1-8049-004ee1dd9255 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3077 | 2024.03.26 14:51:40.952109 [ 3 ] {} <Trace> HTTP-Session: 0e4ddd6b-90b1-4ec1-8049-004ee1dd9255 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3078 | 2024.03.26 14:51:40.952202 [ 3 ] {1798358c-f1fd-4ed3-948a-5428013d7358} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3079 | 2024.03.26 14:51:40.952243 [ 3 ] {1798358c-f1fd-4ed3-948a-5428013d7358} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3080 | 2024.03.26 14:51:40.952389 [ 3 ] {1798358c-f1fd-4ed3-948a-5428013d7358} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3081 | 2024.03.26 14:51:40.952719 [ 3 ] {1798358c-f1fd-4ed3-948a-5428013d7358} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3082 | 2024.03.26 14:51:40.952756 [ 3 ] {1798358c-f1fd-4ed3-948a-5428013d7358} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
3083 | 2024.03.26 14:51:40.953059 [ 3 ] {1798358c-f1fd-4ed3-948a-5428013d7358} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3084 | 2024.03.26 14:51:40.953352 [ 3 ] {1798358c-f1fd-4ed3-948a-5428013d7358} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3085 | 2024.03.26 14:51:40.953500 [ 3 ] {1798358c-f1fd-4ed3-948a-5428013d7358} <Debug> executeQuery: Read 56 rows, 4.48 KiB in 0.001336 sec., 41916.16766467066 rows/sec., 3.28 MiB/sec. | ||
3086 | 2024.03.26 14:51:40.953621 [ 3 ] {1798358c-f1fd-4ed3-948a-5428013d7358} <Debug> DynamicQueryHandler: Done processing query | ||
3087 | 2024.03.26 14:51:40.953646 [ 3 ] {1798358c-f1fd-4ed3-948a-5428013d7358} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
3088 | 2024.03.26 14:51:40.953662 [ 3 ] {} <Debug> HTTP-Session: 0e4ddd6b-90b1-4ec1-8049-004ee1dd9255 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3089 | 2024.03.26 14:51:40.953880 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 59903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3090 | 2024.03.26 14:51:40.953928 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3091 | 2024.03.26 14:51:40.953946 [ 3 ] {} <Debug> HTTP-Session: 31e2d438-dd35-44b9-a883-8d29377d0527 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
3092 | 2024.03.26 14:51:40.953962 [ 3 ] {} <Debug> HTTP-Session: 31e2d438-dd35-44b9-a883-8d29377d0527 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3093 | 2024.03.26 14:51:40.953976 [ 3 ] {} <Debug> HTTP-Session: 31e2d438-dd35-44b9-a883-8d29377d0527 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3094 | 2024.03.26 14:51:40.954006 [ 3 ] {} <Trace> HTTP-Session: 31e2d438-dd35-44b9-a883-8d29377d0527 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3095 | 2024.03.26 14:51:40.954475 [ 3 ] {b7d22762-ee00-468f-8dfa-cdd660ba85f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3096 | 2024.03.26 14:51:40.954521 [ 3 ] {b7d22762-ee00-468f-8dfa-cdd660ba85f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3097 | 2024.03.26 14:51:40.954680 [ 3 ] {b7d22762-ee00-468f-8dfa-cdd660ba85f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3098 | 2024.03.26 14:51:40.955301 [ 3 ] {b7d22762-ee00-468f-8dfa-cdd660ba85f8} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3099 | 2024.03.26 14:51:40.955339 [ 3 ] {b7d22762-ee00-468f-8dfa-cdd660ba85f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
3100 | 2024.03.26 14:51:40.955785 [ 3 ] {b7d22762-ee00-468f-8dfa-cdd660ba85f8} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3101 | 2024.03.26 14:51:40.956134 [ 3 ] {b7d22762-ee00-468f-8dfa-cdd660ba85f8} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3102 | 2024.03.26 14:51:40.956301 [ 3 ] {b7d22762-ee00-468f-8dfa-cdd660ba85f8} <Debug> executeQuery: Read 56 rows, 77.38 KiB in 0.002227 sec., 25145.936237090256 rows/sec., 33.93 MiB/sec. | ||
3103 | 2024.03.26 14:51:40.956577 [ 3 ] {b7d22762-ee00-468f-8dfa-cdd660ba85f8} <Debug> DynamicQueryHandler: Done processing query | ||
3104 | 2024.03.26 14:51:40.956609 [ 3 ] {b7d22762-ee00-468f-8dfa-cdd660ba85f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
3105 | 2024.03.26 14:51:40.956626 [ 3 ] {} <Debug> HTTP-Session: 31e2d438-dd35-44b9-a883-8d29377d0527 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3106 | 2024.03.26 14:51:45.946269 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3107 | 2024.03.26 14:51:45.946397 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3108 | 2024.03.26 14:51:45.946421 [ 3 ] {} <Debug> HTTP-Session: 63369553-6fcb-4275-bffc-5f7ea3609196 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
3109 | 2024.03.26 14:51:45.946445 [ 3 ] {} <Debug> HTTP-Session: 63369553-6fcb-4275-bffc-5f7ea3609196 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3110 | 2024.03.26 14:51:45.946460 [ 3 ] {} <Debug> HTTP-Session: 63369553-6fcb-4275-bffc-5f7ea3609196 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3111 | 2024.03.26 14:51:45.946510 [ 3 ] {} <Trace> HTTP-Session: 63369553-6fcb-4275-bffc-5f7ea3609196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3112 | 2024.03.26 14:51:45.946620 [ 3 ] {10f2f0c8-b317-4156-b0eb-17dd865ed088} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3113 | 2024.03.26 14:51:45.946682 [ 3 ] {10f2f0c8-b317-4156-b0eb-17dd865ed088} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3114 | 2024.03.26 14:51:45.946874 [ 3 ] {10f2f0c8-b317-4156-b0eb-17dd865ed088} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3115 | 2024.03.26 14:51:45.947320 [ 3 ] {10f2f0c8-b317-4156-b0eb-17dd865ed088} <Trace> oximeter.fields_ipaddr (b9cacdb2-3543-418a-8ac0-d16d067a037a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3116 | 2024.03.26 14:51:45.947372 [ 3 ] {10f2f0c8-b317-4156-b0eb-17dd865ed088} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
3117 | 2024.03.26 14:51:45.947733 [ 3 ] {10f2f0c8-b317-4156-b0eb-17dd865ed088} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3118 | 2024.03.26 14:51:45.948067 [ 3 ] {10f2f0c8-b317-4156-b0eb-17dd865ed088} <Trace> oximeter.fields_ipaddr (b9cacdb2-3543-418a-8ac0-d16d067a037a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3119 | 2024.03.26 14:51:45.948231 [ 3 ] {10f2f0c8-b317-4156-b0eb-17dd865ed088} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001661 sec., 1204.0939193257075 rows/sec., 98.19 KiB/sec. | ||
3120 | 2024.03.26 14:51:45.948430 [ 3 ] {10f2f0c8-b317-4156-b0eb-17dd865ed088} <Debug> DynamicQueryHandler: Done processing query | ||
3121 | 2024.03.26 14:51:45.948455 [ 3 ] {10f2f0c8-b317-4156-b0eb-17dd865ed088} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3122 | 2024.03.26 14:51:45.948471 [ 3 ] {} <Debug> HTTP-Session: 63369553-6fcb-4275-bffc-5f7ea3609196 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3123 | 2024.03.26 14:51:45.948602 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 5133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3124 | 2024.03.26 14:51:45.948656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3125 | 2024.03.26 14:51:45.948674 [ 3 ] {} <Debug> HTTP-Session: 943d03ff-c7c1-42e0-b87c-12fc734a5a77 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
3126 | 2024.03.26 14:51:45.948693 [ 3 ] {} <Debug> HTTP-Session: 943d03ff-c7c1-42e0-b87c-12fc734a5a77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3127 | 2024.03.26 14:51:45.948707 [ 3 ] {} <Debug> HTTP-Session: 943d03ff-c7c1-42e0-b87c-12fc734a5a77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3128 | 2024.03.26 14:51:45.948743 [ 3 ] {} <Trace> HTTP-Session: 943d03ff-c7c1-42e0-b87c-12fc734a5a77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3129 | 2024.03.26 14:51:45.948824 [ 3 ] {b124dc6c-2103-4841-9293-e6e8b8be5acc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3130 | 2024.03.26 14:51:45.948870 [ 3 ] {b124dc6c-2103-4841-9293-e6e8b8be5acc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3131 | 2024.03.26 14:51:45.948997 [ 3 ] {b124dc6c-2103-4841-9293-e6e8b8be5acc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3132 | 2024.03.26 14:51:45.949334 [ 3 ] {b124dc6c-2103-4841-9293-e6e8b8be5acc} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3133 | 2024.03.26 14:51:45.949370 [ 3 ] {b124dc6c-2103-4841-9293-e6e8b8be5acc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
3134 | 2024.03.26 14:51:45.949671 [ 3 ] {b124dc6c-2103-4841-9293-e6e8b8be5acc} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3135 | 2024.03.26 14:51:45.949981 [ 3 ] {b124dc6c-2103-4841-9293-e6e8b8be5acc} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3136 | 2024.03.26 14:51:45.950141 [ 3 ] {b124dc6c-2103-4841-9293-e6e8b8be5acc} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001345 sec., 27509.293680297396 rows/sec., 2.07 MiB/sec. | ||
3137 | 2024.03.26 14:51:45.950307 [ 3 ] {b124dc6c-2103-4841-9293-e6e8b8be5acc} <Debug> DynamicQueryHandler: Done processing query | ||
3138 | 2024.03.26 14:51:45.950334 [ 3 ] {b124dc6c-2103-4841-9293-e6e8b8be5acc} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
3139 | 2024.03.26 14:51:45.950353 [ 3 ] {} <Debug> HTTP-Session: 943d03ff-c7c1-42e0-b87c-12fc734a5a77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3140 | 2024.03.26 14:51:45.950513 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3141 | 2024.03.26 14:51:45.950562 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3142 | 2024.03.26 14:51:45.950580 [ 3 ] {} <Debug> HTTP-Session: cf222af1-fc32-447f-8576-f498c20e767e Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
3143 | 2024.03.26 14:51:45.950597 [ 3 ] {} <Debug> HTTP-Session: cf222af1-fc32-447f-8576-f498c20e767e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3144 | 2024.03.26 14:51:45.950610 [ 3 ] {} <Debug> HTTP-Session: cf222af1-fc32-447f-8576-f498c20e767e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3145 | 2024.03.26 14:51:45.950641 [ 3 ] {} <Trace> HTTP-Session: cf222af1-fc32-447f-8576-f498c20e767e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3146 | 2024.03.26 14:51:45.950705 [ 3 ] {576bbe82-12e0-4a3d-9672-bacf0e6af61c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3147 | 2024.03.26 14:51:45.950745 [ 3 ] {576bbe82-12e0-4a3d-9672-bacf0e6af61c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3148 | 2024.03.26 14:51:45.950877 [ 3 ] {576bbe82-12e0-4a3d-9672-bacf0e6af61c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3149 | 2024.03.26 14:51:45.951141 [ 3 ] {576bbe82-12e0-4a3d-9672-bacf0e6af61c} <Trace> oximeter.fields_u16 (e20b24dd-90f0-4a6f-bcd9-27e96d38dd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3150 | 2024.03.26 14:51:45.951177 [ 3 ] {576bbe82-12e0-4a3d-9672-bacf0e6af61c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
3151 | 2024.03.26 14:51:45.951462 [ 3 ] {576bbe82-12e0-4a3d-9672-bacf0e6af61c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3152 | 2024.03.26 14:51:45.951769 [ 3 ] {576bbe82-12e0-4a3d-9672-bacf0e6af61c} <Trace> oximeter.fields_u16 (e20b24dd-90f0-4a6f-bcd9-27e96d38dd35): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3153 | 2024.03.26 14:51:45.951926 [ 3 ] {576bbe82-12e0-4a3d-9672-bacf0e6af61c} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001242 sec., 1610.3059581320451 rows/sec., 112.44 KiB/sec. | ||
3154 | 2024.03.26 14:51:45.952148 [ 3 ] {576bbe82-12e0-4a3d-9672-bacf0e6af61c} <Debug> DynamicQueryHandler: Done processing query | ||
3155 | 2024.03.26 14:51:45.952185 [ 3 ] {576bbe82-12e0-4a3d-9672-bacf0e6af61c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3156 | 2024.03.26 14:51:45.952202 [ 3 ] {} <Debug> HTTP-Session: cf222af1-fc32-447f-8576-f498c20e767e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3157 | 2024.03.26 14:51:45.952322 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 4433, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3158 | 2024.03.26 14:51:45.952371 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3159 | 2024.03.26 14:51:45.952389 [ 3 ] {} <Debug> HTTP-Session: 71cebe69-d417-410e-9243-0f9af904456a Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
3160 | 2024.03.26 14:51:45.952405 [ 3 ] {} <Debug> HTTP-Session: 71cebe69-d417-410e-9243-0f9af904456a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3161 | 2024.03.26 14:51:45.952419 [ 3 ] {} <Debug> HTTP-Session: 71cebe69-d417-410e-9243-0f9af904456a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3162 | 2024.03.26 14:51:45.952449 [ 3 ] {} <Trace> HTTP-Session: 71cebe69-d417-410e-9243-0f9af904456a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3163 | 2024.03.26 14:51:45.952523 [ 3 ] {00c79537-9e7f-4622-b12e-2e2115c97f34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3164 | 2024.03.26 14:51:45.952564 [ 3 ] {00c79537-9e7f-4622-b12e-2e2115c97f34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3165 | 2024.03.26 14:51:45.952703 [ 3 ] {00c79537-9e7f-4622-b12e-2e2115c97f34} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3166 | 2024.03.26 14:51:45.953005 [ 3 ] {00c79537-9e7f-4622-b12e-2e2115c97f34} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3167 | 2024.03.26 14:51:45.953042 [ 3 ] {00c79537-9e7f-4622-b12e-2e2115c97f34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
3168 | 2024.03.26 14:51:45.953338 [ 3 ] {00c79537-9e7f-4622-b12e-2e2115c97f34} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3169 | 2024.03.26 14:51:45.953632 [ 3 ] {00c79537-9e7f-4622-b12e-2e2115c97f34} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3170 | 2024.03.26 14:51:45.953787 [ 3 ] {00c79537-9e7f-4622-b12e-2e2115c97f34} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.001291 sec., 20139.426800929512 rows/sec., 1.56 MiB/sec. | ||
3171 | 2024.03.26 14:51:45.953958 [ 3 ] {00c79537-9e7f-4622-b12e-2e2115c97f34} <Debug> DynamicQueryHandler: Done processing query | ||
3172 | 2024.03.26 14:51:45.953987 [ 3 ] {00c79537-9e7f-4622-b12e-2e2115c97f34} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
3173 | 2024.03.26 14:51:45.954002 [ 3 ] {} <Debug> HTTP-Session: 71cebe69-d417-410e-9243-0f9af904456a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3174 | 2024.03.26 14:51:45.954125 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 7217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3175 | 2024.03.26 14:51:45.954172 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3176 | 2024.03.26 14:51:45.954190 [ 3 ] {} <Debug> HTTP-Session: d77403bf-a2a0-40c4-9f89-7818a9e208d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
3177 | 2024.03.26 14:51:45.954206 [ 3 ] {} <Debug> HTTP-Session: d77403bf-a2a0-40c4-9f89-7818a9e208d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3178 | 2024.03.26 14:51:45.954219 [ 3 ] {} <Debug> HTTP-Session: d77403bf-a2a0-40c4-9f89-7818a9e208d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3179 | 2024.03.26 14:51:45.954249 [ 3 ] {} <Trace> HTTP-Session: d77403bf-a2a0-40c4-9f89-7818a9e208d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3180 | 2024.03.26 14:51:45.954326 [ 3 ] {cd70f1e1-4376-4e59-a432-c2af7dcf1cf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3181 | 2024.03.26 14:51:45.954370 [ 3 ] {cd70f1e1-4376-4e59-a432-c2af7dcf1cf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3182 | 2024.03.26 14:51:45.954513 [ 3 ] {cd70f1e1-4376-4e59-a432-c2af7dcf1cf0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3183 | 2024.03.26 14:51:45.954848 [ 3 ] {cd70f1e1-4376-4e59-a432-c2af7dcf1cf0} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3184 | 2024.03.26 14:51:45.954885 [ 3 ] {cd70f1e1-4376-4e59-a432-c2af7dcf1cf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
3185 | 2024.03.26 14:51:45.955310 [ 3 ] {cd70f1e1-4376-4e59-a432-c2af7dcf1cf0} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3186 | 2024.03.26 14:51:45.955634 [ 3 ] {cd70f1e1-4376-4e59-a432-c2af7dcf1cf0} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3187 | 2024.03.26 14:51:45.955789 [ 3 ] {cd70f1e1-4376-4e59-a432-c2af7dcf1cf0} <Debug> executeQuery: Read 37 rows, 2.67 KiB in 0.001495 sec., 24749.163879598662 rows/sec., 1.75 MiB/sec. | ||
3188 | 2024.03.26 14:51:45.956037 [ 3 ] {cd70f1e1-4376-4e59-a432-c2af7dcf1cf0} <Debug> DynamicQueryHandler: Done processing query | ||
3189 | 2024.03.26 14:51:45.956062 [ 3 ] {cd70f1e1-4376-4e59-a432-c2af7dcf1cf0} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
3190 | 2024.03.26 14:51:45.956078 [ 3 ] {} <Debug> HTTP-Session: d77403bf-a2a0-40c4-9f89-7818a9e208d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3191 | 2024.03.26 14:51:50.947449 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 8077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3192 | 2024.03.26 14:51:50.947572 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3193 | 2024.03.26 14:51:50.947597 [ 3 ] {} <Debug> HTTP-Session: af159b76-efe1-4fc7-95c9-d37327e958c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
3194 | 2024.03.26 14:51:50.947621 [ 3 ] {} <Debug> HTTP-Session: af159b76-efe1-4fc7-95c9-d37327e958c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3195 | 2024.03.26 14:51:50.947636 [ 3 ] {} <Debug> HTTP-Session: af159b76-efe1-4fc7-95c9-d37327e958c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3196 | 2024.03.26 14:51:50.947686 [ 3 ] {} <Trace> HTTP-Session: af159b76-efe1-4fc7-95c9-d37327e958c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3197 | 2024.03.26 14:51:50.947815 [ 3 ] {c0abef5d-1839-4f7a-9e0b-4929d76de021} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3198 | 2024.03.26 14:51:50.947882 [ 3 ] {c0abef5d-1839-4f7a-9e0b-4929d76de021} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3199 | 2024.03.26 14:51:50.948069 [ 3 ] {c0abef5d-1839-4f7a-9e0b-4929d76de021} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3200 | 2024.03.26 14:51:50.948551 [ 3 ] {c0abef5d-1839-4f7a-9e0b-4929d76de021} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3201 | 2024.03.26 14:51:50.948594 [ 3 ] {c0abef5d-1839-4f7a-9e0b-4929d76de021} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
3202 | 2024.03.26 14:51:50.948983 [ 3 ] {c0abef5d-1839-4f7a-9e0b-4929d76de021} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3203 | 2024.03.26 14:51:50.949326 [ 3 ] {c0abef5d-1839-4f7a-9e0b-4929d76de021} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3204 | 2024.03.26 14:51:50.949477 [ 144 ] {} <Debug> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
3205 | 2024.03.26 14:51:50.949482 [ 3 ] {c0abef5d-1839-4f7a-9e0b-4929d76de021} <Debug> executeQuery: Read 56 rows, 4.54 KiB in 0.001729 sec., 32388.663967611334 rows/sec., 2.56 MiB/sec. | ||
3206 | 2024.03.26 14:51:50.949522 [ 144 ] {} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3207 | 2024.03.26 14:51:50.949558 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
3208 | 2024.03.26 14:51:50.949708 [ 3 ] {c0abef5d-1839-4f7a-9e0b-4929d76de021} <Debug> DynamicQueryHandler: Done processing query | ||
3209 | 2024.03.26 14:51:50.949758 [ 3 ] {c0abef5d-1839-4f7a-9e0b-4929d76de021} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
3210 | 2024.03.26 14:51:50.949778 [ 187 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::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 | ||
3211 | 2024.03.26 14:51:50.949786 [ 3 ] {} <Debug> HTTP-Session: af159b76-efe1-4fc7-95c9-d37327e958c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3212 | 2024.03.26 14:51:50.950040 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3213 | 2024.03.26 14:51:50.950156 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3214 | 2024.03.26 14:51:50.950170 [ 187 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3215 | 2024.03.26 14:51:50.950192 [ 3 ] {} <Debug> HTTP-Session: cc8ab626-205f-4499-aad2-89863ad6b28a Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
3216 | 2024.03.26 14:51:50.950240 [ 3 ] {} <Debug> HTTP-Session: cc8ab626-205f-4499-aad2-89863ad6b28a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3217 | 2024.03.26 14:51:50.950276 [ 3 ] {} <Debug> HTTP-Session: cc8ab626-205f-4499-aad2-89863ad6b28a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3218 | 2024.03.26 14:51:50.950283 [ 187 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 56 rows starting from the beginning of the part | ||
3219 | 2024.03.26 14:51:50.950336 [ 3 ] {} <Trace> HTTP-Session: cc8ab626-205f-4499-aad2-89863ad6b28a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3220 | 2024.03.26 14:51:50.950530 [ 3 ] {3eb92dc2-0f20-4481-85cd-f2f33f2e160f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3221 | 2024.03.26 14:51:50.950703 [ 3 ] {3eb92dc2-0f20-4481-85cd-f2f33f2e160f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3222 | 2024.03.26 14:51:50.950743 [ 187 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part | ||
3223 | 2024.03.26 14:51:50.951143 [ 187 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 56 rows starting from the beginning of the part | ||
3224 | 2024.03.26 14:51:50.951535 [ 187 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 56 rows starting from the beginning of the part | ||
3225 | 2024.03.26 14:51:50.951664 [ 3 ] {3eb92dc2-0f20-4481-85cd-f2f33f2e160f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3226 | 2024.03.26 14:51:50.951837 [ 187 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 56 rows starting from the beginning of the part | ||
3227 | 2024.03.26 14:51:50.952532 [ 3 ] {3eb92dc2-0f20-4481-85cd-f2f33f2e160f} <Trace> oximeter.fields_ipaddr (b9cacdb2-3543-418a-8ac0-d16d067a037a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3228 | 2024.03.26 14:51:50.952586 [ 3 ] {3eb92dc2-0f20-4481-85cd-f2f33f2e160f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
3229 | 2024.03.26 14:51:50.953374 [ 3 ] {3eb92dc2-0f20-4481-85cd-f2f33f2e160f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3230 | 2024.03.26 14:51:50.954357 [ 3 ] {3eb92dc2-0f20-4481-85cd-f2f33f2e160f} <Trace> oximeter.fields_ipaddr (b9cacdb2-3543-418a-8ac0-d16d067a037a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3231 | 2024.03.26 14:51:50.954383 [ 187 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 280 rows, containing 4 columns (4 merged, 0 gathered) in 0.004713114 sec., 59408.705157566736 rows/sec., 4.70 MiB/sec. | ||
3232 | 2024.03.26 14:51:50.954586 [ 3 ] {3eb92dc2-0f20-4481-85cd-f2f33f2e160f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004172 sec., 479.3863854266538 rows/sec., 39.09 KiB/sec. | ||
3233 | 2024.03.26 14:51:50.954596 [ 187 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
3234 | 2024.03.26 14:51:50.954846 [ 3 ] {3eb92dc2-0f20-4481-85cd-f2f33f2e160f} <Debug> DynamicQueryHandler: Done processing query | ||
3235 | 2024.03.26 14:51:50.954925 [ 3 ] {3eb92dc2-0f20-4481-85cd-f2f33f2e160f} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3236 | 2024.03.26 14:51:50.954992 [ 3 ] {} <Debug> HTTP-Session: cc8ab626-205f-4499-aad2-89863ad6b28a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3237 | 2024.03.26 14:51:50.955251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 27031, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3238 | 2024.03.26 14:51:50.955331 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3239 | 2024.03.26 14:51:50.955341 [ 186 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_18_4} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3240 | 2024.03.26 14:51:50.955360 [ 3 ] {} <Debug> HTTP-Session: 9482a124-a08b-4d66-be74-e3447f45a324 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
3241 | 2024.03.26 14:51:50.955439 [ 3 ] {} <Debug> HTTP-Session: 9482a124-a08b-4d66-be74-e3447f45a324 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3242 | 2024.03.26 14:51:50.955473 [ 3 ] {} <Debug> HTTP-Session: 9482a124-a08b-4d66-be74-e3447f45a324 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3243 | 2024.03.26 14:51:50.955525 [ 3 ] {} <Trace> HTTP-Session: 9482a124-a08b-4d66-be74-e3447f45a324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3244 | 2024.03.26 14:51:50.955574 [ 186 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_18_4} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 | ||
3245 | 2024.03.26 14:51:50.955735 [ 3 ] {aa85b310-0dc5-41d6-9d90-5944f1e89bae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3246 | 2024.03.26 14:51:50.955757 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
3247 | 2024.03.26 14:51:50.955804 [ 3 ] {aa85b310-0dc5-41d6-9d90-5944f1e89bae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3248 | 2024.03.26 14:51:50.955960 [ 3 ] {aa85b310-0dc5-41d6-9d90-5944f1e89bae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3249 | 2024.03.26 14:51:50.956376 [ 3 ] {aa85b310-0dc5-41d6-9d90-5944f1e89bae} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3250 | 2024.03.26 14:51:50.956414 [ 3 ] {aa85b310-0dc5-41d6-9d90-5944f1e89bae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
3251 | 2024.03.26 14:51:50.956730 [ 3 ] {aa85b310-0dc5-41d6-9d90-5944f1e89bae} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3252 | 2024.03.26 14:51:50.957045 [ 3 ] {aa85b310-0dc5-41d6-9d90-5944f1e89bae} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3253 | 2024.03.26 14:51:50.957176 [ 3 ] {aa85b310-0dc5-41d6-9d90-5944f1e89bae} <Debug> executeQuery: Read 169 rows, 16.72 KiB in 0.001572 sec., 107506.36132315522 rows/sec., 10.39 MiB/sec. | ||
3254 | 2024.03.26 14:51:50.957300 [ 3 ] {aa85b310-0dc5-41d6-9d90-5944f1e89bae} <Debug> DynamicQueryHandler: Done processing query | ||
3255 | 2024.03.26 14:51:50.957324 [ 3 ] {aa85b310-0dc5-41d6-9d90-5944f1e89bae} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
3256 | 2024.03.26 14:51:50.957340 [ 3 ] {} <Debug> HTTP-Session: 9482a124-a08b-4d66-be74-e3447f45a324 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3257 | 2024.03.26 14:51:50.957461 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3258 | 2024.03.26 14:51:50.957510 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3259 | 2024.03.26 14:51:50.957528 [ 3 ] {} <Debug> HTTP-Session: 10c2a3ea-a3f9-4595-bab0-e1cb2256b18d Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
3260 | 2024.03.26 14:51:50.957545 [ 3 ] {} <Debug> HTTP-Session: 10c2a3ea-a3f9-4595-bab0-e1cb2256b18d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3261 | 2024.03.26 14:51:50.957558 [ 3 ] {} <Debug> HTTP-Session: 10c2a3ea-a3f9-4595-bab0-e1cb2256b18d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3262 | 2024.03.26 14:51:50.957590 [ 3 ] {} <Trace> HTTP-Session: 10c2a3ea-a3f9-4595-bab0-e1cb2256b18d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3263 | 2024.03.26 14:51:50.957653 [ 3 ] {7333ade6-72c5-4790-8980-42d7625679fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3264 | 2024.03.26 14:51:50.957693 [ 3 ] {7333ade6-72c5-4790-8980-42d7625679fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3265 | 2024.03.26 14:51:50.957817 [ 3 ] {7333ade6-72c5-4790-8980-42d7625679fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3266 | 2024.03.26 14:51:50.958120 [ 3 ] {7333ade6-72c5-4790-8980-42d7625679fc} <Trace> oximeter.fields_u16 (e20b24dd-90f0-4a6f-bcd9-27e96d38dd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3267 | 2024.03.26 14:51:50.958156 [ 3 ] {7333ade6-72c5-4790-8980-42d7625679fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
3268 | 2024.03.26 14:51:50.958453 [ 3 ] {7333ade6-72c5-4790-8980-42d7625679fc} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3269 | 2024.03.26 14:51:50.958753 [ 3 ] {7333ade6-72c5-4790-8980-42d7625679fc} <Trace> oximeter.fields_u16 (e20b24dd-90f0-4a6f-bcd9-27e96d38dd35): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3270 | 2024.03.26 14:51:50.958880 [ 3 ] {7333ade6-72c5-4790-8980-42d7625679fc} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00125 sec., 1600 rows/sec., 111.72 KiB/sec. | ||
3271 | 2024.03.26 14:51:50.959006 [ 3 ] {7333ade6-72c5-4790-8980-42d7625679fc} <Debug> DynamicQueryHandler: Done processing query | ||
3272 | 2024.03.26 14:51:50.959030 [ 3 ] {7333ade6-72c5-4790-8980-42d7625679fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3273 | 2024.03.26 14:51:50.959046 [ 3 ] {} <Debug> HTTP-Session: 10c2a3ea-a3f9-4595-bab0-e1cb2256b18d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3274 | 2024.03.26 14:51:50.959163 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 9875, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3275 | 2024.03.26 14:51:50.959212 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3276 | 2024.03.26 14:51:50.959231 [ 3 ] {} <Debug> HTTP-Session: 0084456f-404d-4c11-8eef-a22b14119b09 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
3277 | 2024.03.26 14:51:50.959248 [ 3 ] {} <Debug> HTTP-Session: 0084456f-404d-4c11-8eef-a22b14119b09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3278 | 2024.03.26 14:51:50.959261 [ 3 ] {} <Debug> HTTP-Session: 0084456f-404d-4c11-8eef-a22b14119b09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3279 | 2024.03.26 14:51:50.959292 [ 3 ] {} <Trace> HTTP-Session: 0084456f-404d-4c11-8eef-a22b14119b09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3280 | 2024.03.26 14:51:50.959378 [ 3 ] {2a355fd5-24a1-4e1a-b6c2-e350f0f2ca6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3281 | 2024.03.26 14:51:50.959419 [ 3 ] {2a355fd5-24a1-4e1a-b6c2-e350f0f2ca6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3282 | 2024.03.26 14:51:50.959543 [ 3 ] {2a355fd5-24a1-4e1a-b6c2-e350f0f2ca6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3283 | 2024.03.26 14:51:50.959889 [ 3 ] {2a355fd5-24a1-4e1a-b6c2-e350f0f2ca6b} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3284 | 2024.03.26 14:51:50.959937 [ 3 ] {2a355fd5-24a1-4e1a-b6c2-e350f0f2ca6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
3285 | 2024.03.26 14:51:50.960319 [ 3 ] {2a355fd5-24a1-4e1a-b6c2-e350f0f2ca6b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3286 | 2024.03.26 14:51:50.960682 [ 3 ] {2a355fd5-24a1-4e1a-b6c2-e350f0f2ca6b} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3287 | 2024.03.26 14:51:50.960831 [ 3 ] {2a355fd5-24a1-4e1a-b6c2-e350f0f2ca6b} <Debug> executeQuery: Read 58 rows, 4.65 KiB in 0.001493 sec., 38847.957133288684 rows/sec., 3.04 MiB/sec. | ||
3288 | 2024.03.26 14:51:50.960964 [ 3 ] {2a355fd5-24a1-4e1a-b6c2-e350f0f2ca6b} <Debug> DynamicQueryHandler: Done processing query | ||
3289 | 2024.03.26 14:51:50.960987 [ 3 ] {2a355fd5-24a1-4e1a-b6c2-e350f0f2ca6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
3290 | 2024.03.26 14:51:50.961004 [ 3 ] {} <Debug> HTTP-Session: 0084456f-404d-4c11-8eef-a22b14119b09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3291 | 2024.03.26 14:51:50.961111 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 257, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3292 | 2024.03.26 14:51:50.961159 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3293 | 2024.03.26 14:51:50.961177 [ 3 ] {} <Debug> HTTP-Session: 39797499-4db5-41db-966a-de413354e555 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
3294 | 2024.03.26 14:51:50.961194 [ 3 ] {} <Debug> HTTP-Session: 39797499-4db5-41db-966a-de413354e555 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3295 | 2024.03.26 14:51:50.961208 [ 3 ] {} <Debug> HTTP-Session: 39797499-4db5-41db-966a-de413354e555 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3296 | 2024.03.26 14:51:50.961239 [ 3 ] {} <Trace> HTTP-Session: 39797499-4db5-41db-966a-de413354e555 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3297 | 2024.03.26 14:51:50.961302 [ 3 ] {bd7bf8ea-5c66-4d4c-9a00-58dd268db7c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3298 | 2024.03.26 14:51:50.961347 [ 3 ] {bd7bf8ea-5c66-4d4c-9a00-58dd268db7c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3299 | 2024.03.26 14:51:50.961491 [ 3 ] {bd7bf8ea-5c66-4d4c-9a00-58dd268db7c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3300 | 2024.03.26 14:51:50.961767 [ 3 ] {bd7bf8ea-5c66-4d4c-9a00-58dd268db7c7} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3301 | 2024.03.26 14:51:50.961802 [ 3 ] {bd7bf8ea-5c66-4d4c-9a00-58dd268db7c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
3302 | 2024.03.26 14:51:50.962164 [ 3 ] {bd7bf8ea-5c66-4d4c-9a00-58dd268db7c7} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3303 | 2024.03.26 14:51:50.962495 [ 3 ] {bd7bf8ea-5c66-4d4c-9a00-58dd268db7c7} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3304 | 2024.03.26 14:51:50.962629 [ 3 ] {bd7bf8ea-5c66-4d4c-9a00-58dd268db7c7} <Debug> executeQuery: Read 1 rows, 72.00 B in 0.001345 sec., 743.4944237918215 rows/sec., 52.28 KiB/sec. | ||
3305 | 2024.03.26 14:51:50.962884 [ 3 ] {bd7bf8ea-5c66-4d4c-9a00-58dd268db7c7} <Debug> DynamicQueryHandler: Done processing query | ||
3306 | 2024.03.26 14:51:50.962929 [ 3 ] {bd7bf8ea-5c66-4d4c-9a00-58dd268db7c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3307 | 2024.03.26 14:51:50.962967 [ 3 ] {} <Debug> HTTP-Session: 39797499-4db5-41db-966a-de413354e555 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3308 | 2024.03.26 14:51:50.963133 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 59904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3309 | 2024.03.26 14:51:50.963181 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3310 | 2024.03.26 14:51:50.963200 [ 3 ] {} <Debug> HTTP-Session: 3786307d-e042-4a9d-9bd3-691dd02c122a Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
3311 | 2024.03.26 14:51:50.963217 [ 3 ] {} <Debug> HTTP-Session: 3786307d-e042-4a9d-9bd3-691dd02c122a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3312 | 2024.03.26 14:51:50.963232 [ 3 ] {} <Debug> HTTP-Session: 3786307d-e042-4a9d-9bd3-691dd02c122a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3313 | 2024.03.26 14:51:50.963261 [ 3 ] {} <Trace> HTTP-Session: 3786307d-e042-4a9d-9bd3-691dd02c122a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3314 | 2024.03.26 14:51:50.963822 [ 3 ] {35a31469-5098-4ee5-8b9d-ed0aad9e7fe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3315 | 2024.03.26 14:51:50.963871 [ 3 ] {35a31469-5098-4ee5-8b9d-ed0aad9e7fe3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3316 | 2024.03.26 14:51:50.964047 [ 3 ] {35a31469-5098-4ee5-8b9d-ed0aad9e7fe3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3317 | 2024.03.26 14:51:50.964632 [ 3 ] {35a31469-5098-4ee5-8b9d-ed0aad9e7fe3} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3318 | 2024.03.26 14:51:50.964668 [ 3 ] {35a31469-5098-4ee5-8b9d-ed0aad9e7fe3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
3319 | 2024.03.26 14:51:50.965111 [ 3 ] {35a31469-5098-4ee5-8b9d-ed0aad9e7fe3} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3320 | 2024.03.26 14:51:50.965446 [ 3 ] {35a31469-5098-4ee5-8b9d-ed0aad9e7fe3} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3321 | 2024.03.26 14:51:50.965583 [ 3 ] {35a31469-5098-4ee5-8b9d-ed0aad9e7fe3} <Debug> executeQuery: Read 56 rows, 77.38 KiB in 0.002255 sec., 24833.70288248337 rows/sec., 33.51 MiB/sec. | ||
3322 | 2024.03.26 14:51:50.965712 [ 3 ] {35a31469-5098-4ee5-8b9d-ed0aad9e7fe3} <Debug> DynamicQueryHandler: Done processing query | ||
3323 | 2024.03.26 14:51:50.965736 [ 3 ] {35a31469-5098-4ee5-8b9d-ed0aad9e7fe3} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
3324 | 2024.03.26 14:51:50.965751 [ 3 ] {} <Debug> HTTP-Session: 3786307d-e042-4a9d-9bd3-691dd02c122a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3325 | 2024.03.26 14:51:53.685559 [ 141 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3326 | 2024.03.26 14:51:53.685631 [ 141 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3327 | 2024.03.26 14:52:00.947006 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 8077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3328 | 2024.03.26 14:52:00.947136 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3329 | 2024.03.26 14:52:00.947161 [ 3 ] {} <Debug> HTTP-Session: f4130f76-cfce-4143-ac56-262fffd5f13b Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
3330 | 2024.03.26 14:52:00.947187 [ 3 ] {} <Debug> HTTP-Session: f4130f76-cfce-4143-ac56-262fffd5f13b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3331 | 2024.03.26 14:52:00.947205 [ 3 ] {} <Debug> HTTP-Session: f4130f76-cfce-4143-ac56-262fffd5f13b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3332 | 2024.03.26 14:52:00.947261 [ 3 ] {} <Trace> HTTP-Session: f4130f76-cfce-4143-ac56-262fffd5f13b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3333 | 2024.03.26 14:52:00.947403 [ 3 ] {56203320-2e8d-47ad-9ae7-8fd34b6df9f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3334 | 2024.03.26 14:52:00.947475 [ 3 ] {56203320-2e8d-47ad-9ae7-8fd34b6df9f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3335 | 2024.03.26 14:52:00.947695 [ 3 ] {56203320-2e8d-47ad-9ae7-8fd34b6df9f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3336 | 2024.03.26 14:52:00.948273 [ 3 ] {56203320-2e8d-47ad-9ae7-8fd34b6df9f7} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3337 | 2024.03.26 14:52:00.948323 [ 3 ] {56203320-2e8d-47ad-9ae7-8fd34b6df9f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
3338 | 2024.03.26 14:52:00.948711 [ 3 ] {56203320-2e8d-47ad-9ae7-8fd34b6df9f7} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3339 | 2024.03.26 14:52:00.949045 [ 3 ] {56203320-2e8d-47ad-9ae7-8fd34b6df9f7} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3340 | 2024.03.26 14:52:00.949205 [ 3 ] {56203320-2e8d-47ad-9ae7-8fd34b6df9f7} <Debug> executeQuery: Read 56 rows, 4.54 KiB in 0.001871 sec., 29930.51843933725 rows/sec., 2.37 MiB/sec. | ||
3341 | 2024.03.26 14:52:00.949357 [ 3 ] {56203320-2e8d-47ad-9ae7-8fd34b6df9f7} <Debug> DynamicQueryHandler: Done processing query | ||
3342 | 2024.03.26 14:52:00.949383 [ 3 ] {56203320-2e8d-47ad-9ae7-8fd34b6df9f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
3343 | 2024.03.26 14:52:00.949399 [ 3 ] {} <Debug> HTTP-Session: f4130f76-cfce-4143-ac56-262fffd5f13b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3344 | 2024.03.26 14:52:00.949569 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 26882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3345 | 2024.03.26 14:52:00.949618 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3346 | 2024.03.26 14:52:00.949636 [ 3 ] {} <Debug> HTTP-Session: fdf08d64-7a02-4a94-bf40-a5659f63a48c Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
3347 | 2024.03.26 14:52:00.949652 [ 3 ] {} <Debug> HTTP-Session: fdf08d64-7a02-4a94-bf40-a5659f63a48c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3348 | 2024.03.26 14:52:00.949666 [ 3 ] {} <Debug> HTTP-Session: fdf08d64-7a02-4a94-bf40-a5659f63a48c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3349 | 2024.03.26 14:52:00.949696 [ 3 ] {} <Trace> HTTP-Session: fdf08d64-7a02-4a94-bf40-a5659f63a48c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3350 | 2024.03.26 14:52:00.949806 [ 3 ] {80b75be1-59af-400a-a26c-8b850b31b1d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3351 | 2024.03.26 14:52:00.949846 [ 3 ] {80b75be1-59af-400a-a26c-8b850b31b1d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3352 | 2024.03.26 14:52:00.949969 [ 3 ] {80b75be1-59af-400a-a26c-8b850b31b1d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3353 | 2024.03.26 14:52:00.950394 [ 3 ] {80b75be1-59af-400a-a26c-8b850b31b1d1} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3354 | 2024.03.26 14:52:00.950431 [ 3 ] {80b75be1-59af-400a-a26c-8b850b31b1d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
3355 | 2024.03.26 14:52:00.950737 [ 3 ] {80b75be1-59af-400a-a26c-8b850b31b1d1} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
3356 | 2024.03.26 14:52:00.951032 [ 3 ] {80b75be1-59af-400a-a26c-8b850b31b1d1} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3357 | 2024.03.26 14:52:00.951164 [ 3 ] {80b75be1-59af-400a-a26c-8b850b31b1d1} <Debug> executeQuery: Read 168 rows, 16.63 KiB in 0.001418 sec., 118476.72778561355 rows/sec., 11.45 MiB/sec. | ||
3358 | 2024.03.26 14:52:00.951327 [ 3 ] {80b75be1-59af-400a-a26c-8b850b31b1d1} <Debug> DynamicQueryHandler: Done processing query | ||
3359 | 2024.03.26 14:52:00.951350 [ 3 ] {80b75be1-59af-400a-a26c-8b850b31b1d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
3360 | 2024.03.26 14:52:00.951365 [ 3 ] {} <Debug> HTTP-Session: fdf08d64-7a02-4a94-bf40-a5659f63a48c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3361 | 2024.03.26 14:52:00.951498 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 9534, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3362 | 2024.03.26 14:52:00.951545 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3363 | 2024.03.26 14:52:00.951564 [ 3 ] {} <Debug> HTTP-Session: eedc2297-d2ae-4f4d-9a70-4605154c2777 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
3364 | 2024.03.26 14:52:00.951580 [ 3 ] {} <Debug> HTTP-Session: eedc2297-d2ae-4f4d-9a70-4605154c2777 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3365 | 2024.03.26 14:52:00.951593 [ 3 ] {} <Debug> HTTP-Session: eedc2297-d2ae-4f4d-9a70-4605154c2777 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3366 | 2024.03.26 14:52:00.951623 [ 3 ] {} <Trace> HTTP-Session: eedc2297-d2ae-4f4d-9a70-4605154c2777 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3367 | 2024.03.26 14:52:00.951710 [ 3 ] {71dc1165-684a-4074-91fc-6136e486a4af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3368 | 2024.03.26 14:52:00.951751 [ 3 ] {71dc1165-684a-4074-91fc-6136e486a4af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3369 | 2024.03.26 14:52:00.951882 [ 3 ] {71dc1165-684a-4074-91fc-6136e486a4af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3370 | 2024.03.26 14:52:00.952190 [ 3 ] {71dc1165-684a-4074-91fc-6136e486a4af} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3371 | 2024.03.26 14:52:00.952227 [ 3 ] {71dc1165-684a-4074-91fc-6136e486a4af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
3372 | 2024.03.26 14:52:00.952517 [ 3 ] {71dc1165-684a-4074-91fc-6136e486a4af} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
3373 | 2024.03.26 14:52:00.952816 [ 3 ] {71dc1165-684a-4074-91fc-6136e486a4af} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3374 | 2024.03.26 14:52:00.952977 [ 3 ] {71dc1165-684a-4074-91fc-6136e486a4af} <Debug> executeQuery: Read 56 rows, 4.48 KiB in 0.001303 sec., 42977.743668457406 rows/sec., 3.36 MiB/sec. | ||
3375 | 2024.03.26 14:52:00.953186 [ 3 ] {71dc1165-684a-4074-91fc-6136e486a4af} <Debug> DynamicQueryHandler: Done processing query | ||
3376 | 2024.03.26 14:52:00.953238 [ 3 ] {71dc1165-684a-4074-91fc-6136e486a4af} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
3377 | 2024.03.26 14:52:00.953269 [ 3 ] {} <Debug> HTTP-Session: eedc2297-d2ae-4f4d-9a70-4605154c2777 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3378 | 2024.03.26 14:52:00.953440 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 59906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3379 | 2024.03.26 14:52:00.953488 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3380 | 2024.03.26 14:52:00.953506 [ 3 ] {} <Debug> HTTP-Session: b6fac158-cf88-4207-97a5-1e3a1cfae92f Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
3381 | 2024.03.26 14:52:00.953523 [ 3 ] {} <Debug> HTTP-Session: b6fac158-cf88-4207-97a5-1e3a1cfae92f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3382 | 2024.03.26 14:52:00.953536 [ 3 ] {} <Debug> HTTP-Session: b6fac158-cf88-4207-97a5-1e3a1cfae92f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3383 | 2024.03.26 14:52:00.953566 [ 3 ] {} <Trace> HTTP-Session: b6fac158-cf88-4207-97a5-1e3a1cfae92f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3384 | 2024.03.26 14:52:00.954031 [ 3 ] {7005e16b-ffed-4a34-bcad-94809e506ba4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3385 | 2024.03.26 14:52:00.954080 [ 3 ] {7005e16b-ffed-4a34-bcad-94809e506ba4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3386 | 2024.03.26 14:52:00.954260 [ 3 ] {7005e16b-ffed-4a34-bcad-94809e506ba4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3387 | 2024.03.26 14:52:00.954935 [ 3 ] {7005e16b-ffed-4a34-bcad-94809e506ba4} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3388 | 2024.03.26 14:52:00.954972 [ 3 ] {7005e16b-ffed-4a34-bcad-94809e506ba4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
3389 | 2024.03.26 14:52:00.955422 [ 3 ] {7005e16b-ffed-4a34-bcad-94809e506ba4} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3390 | 2024.03.26 14:52:00.955753 [ 3 ] {7005e16b-ffed-4a34-bcad-94809e506ba4} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3391 | 2024.03.26 14:52:00.955917 [ 3 ] {7005e16b-ffed-4a34-bcad-94809e506ba4} <Debug> executeQuery: Read 56 rows, 77.38 KiB in 0.002283 sec., 24529.128339903637 rows/sec., 33.10 MiB/sec. | ||
3392 | 2024.03.26 14:52:00.956140 [ 3 ] {7005e16b-ffed-4a34-bcad-94809e506ba4} <Debug> DynamicQueryHandler: Done processing query | ||
3393 | 2024.03.26 14:52:00.956185 [ 3 ] {7005e16b-ffed-4a34-bcad-94809e506ba4} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
3394 | 2024.03.26 14:52:00.956212 [ 3 ] {} <Debug> HTTP-Session: b6fac158-cf88-4207-97a5-1e3a1cfae92f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3395 | 2024.03.26 14:52:08.685895 [ 134 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3396 | 2024.03.26 14:52:08.685960 [ 134 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3397 | 2024.03.26 14:52:10.947797 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 8077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3398 | 2024.03.26 14:52:10.947918 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3399 | 2024.03.26 14:52:10.947951 [ 3 ] {} <Debug> HTTP-Session: d7f9475e-0a30-44ff-b079-4f984ba58e70 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
3400 | 2024.03.26 14:52:10.947978 [ 3 ] {} <Debug> HTTP-Session: d7f9475e-0a30-44ff-b079-4f984ba58e70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3401 | 2024.03.26 14:52:10.947996 [ 3 ] {} <Debug> HTTP-Session: d7f9475e-0a30-44ff-b079-4f984ba58e70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3402 | 2024.03.26 14:52:10.948050 [ 3 ] {} <Trace> HTTP-Session: d7f9475e-0a30-44ff-b079-4f984ba58e70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3403 | 2024.03.26 14:52:10.948191 [ 3 ] {0f939112-3548-48d9-94a3-dd803602c5eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3404 | 2024.03.26 14:52:10.948263 [ 3 ] {0f939112-3548-48d9-94a3-dd803602c5eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3405 | 2024.03.26 14:52:10.948475 [ 3 ] {0f939112-3548-48d9-94a3-dd803602c5eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3406 | 2024.03.26 14:52:10.948979 [ 3 ] {0f939112-3548-48d9-94a3-dd803602c5eb} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3407 | 2024.03.26 14:52:10.949028 [ 3 ] {0f939112-3548-48d9-94a3-dd803602c5eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
3408 | 2024.03.26 14:52:10.949409 [ 3 ] {0f939112-3548-48d9-94a3-dd803602c5eb} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3409 | 2024.03.26 14:52:10.949736 [ 3 ] {0f939112-3548-48d9-94a3-dd803602c5eb} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3410 | 2024.03.26 14:52:10.949894 [ 3 ] {0f939112-3548-48d9-94a3-dd803602c5eb} <Debug> executeQuery: Read 56 rows, 4.54 KiB in 0.001772 sec., 31602.70880361174 rows/sec., 2.50 MiB/sec. | ||
3411 | 2024.03.26 14:52:10.950129 [ 3 ] {0f939112-3548-48d9-94a3-dd803602c5eb} <Debug> DynamicQueryHandler: Done processing query | ||
3412 | 2024.03.26 14:52:10.950183 [ 3 ] {0f939112-3548-48d9-94a3-dd803602c5eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
3413 | 2024.03.26 14:52:10.950237 [ 3 ] {} <Debug> HTTP-Session: d7f9475e-0a30-44ff-b079-4f984ba58e70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3414 | 2024.03.26 14:52:10.950453 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 26882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3415 | 2024.03.26 14:52:10.950512 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3416 | 2024.03.26 14:52:10.950531 [ 3 ] {} <Debug> HTTP-Session: 6b85da99-8f48-4dbf-8724-b35dcf65362f Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
3417 | 2024.03.26 14:52:10.950550 [ 3 ] {} <Debug> HTTP-Session: 6b85da99-8f48-4dbf-8724-b35dcf65362f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3418 | 2024.03.26 14:52:10.950564 [ 3 ] {} <Debug> HTTP-Session: 6b85da99-8f48-4dbf-8724-b35dcf65362f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3419 | 2024.03.26 14:52:10.950600 [ 3 ] {} <Trace> HTTP-Session: 6b85da99-8f48-4dbf-8724-b35dcf65362f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3420 | 2024.03.26 14:52:10.950723 [ 3 ] {feefa831-6520-4e6f-877d-149353536232} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3421 | 2024.03.26 14:52:10.950768 [ 3 ] {feefa831-6520-4e6f-877d-149353536232} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3422 | 2024.03.26 14:52:10.950915 [ 3 ] {feefa831-6520-4e6f-877d-149353536232} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3423 | 2024.03.26 14:52:10.951354 [ 3 ] {feefa831-6520-4e6f-877d-149353536232} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3424 | 2024.03.26 14:52:10.951393 [ 3 ] {feefa831-6520-4e6f-877d-149353536232} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
3425 | 2024.03.26 14:52:10.951715 [ 3 ] {feefa831-6520-4e6f-877d-149353536232} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
3426 | 2024.03.26 14:52:10.952018 [ 3 ] {feefa831-6520-4e6f-877d-149353536232} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3427 | 2024.03.26 14:52:10.952172 [ 3 ] {feefa831-6520-4e6f-877d-149353536232} <Debug> executeQuery: Read 168 rows, 16.63 KiB in 0.001511 sec., 111184.64592984779 rows/sec., 10.75 MiB/sec. | ||
3428 | 2024.03.26 14:52:10.952184 [ 133 ] {} <Debug> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
3429 | 2024.03.26 14:52:10.952299 [ 133 ] {} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3430 | 2024.03.26 14:52:10.952330 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
3431 | 2024.03.26 14:52:10.952353 [ 3 ] {feefa831-6520-4e6f-877d-149353536232} <Debug> DynamicQueryHandler: Done processing query | ||
3432 | 2024.03.26 14:52:10.952408 [ 3 ] {feefa831-6520-4e6f-877d-149353536232} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
3433 | 2024.03.26 14:52:10.952458 [ 3 ] {} <Debug> HTTP-Session: 6b85da99-8f48-4dbf-8724-b35dcf65362f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3434 | 2024.03.26 14:52:10.952572 [ 187 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::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 | ||
3435 | 2024.03.26 14:52:10.952666 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 9534, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3436 | 2024.03.26 14:52:10.952765 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3437 | 2024.03.26 14:52:10.952814 [ 3 ] {} <Debug> HTTP-Session: 1424de0b-ff87-49eb-8ee5-ab0388024a1b Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
3438 | 2024.03.26 14:52:10.952865 [ 3 ] {} <Debug> HTTP-Session: 1424de0b-ff87-49eb-8ee5-ab0388024a1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3439 | 2024.03.26 14:52:10.952909 [ 3 ] {} <Debug> HTTP-Session: 1424de0b-ff87-49eb-8ee5-ab0388024a1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3440 | 2024.03.26 14:52:10.952917 [ 187 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3441 | 2024.03.26 14:52:10.952963 [ 3 ] {} <Trace> HTTP-Session: 1424de0b-ff87-49eb-8ee5-ab0388024a1b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3442 | 2024.03.26 14:52:10.953002 [ 187 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 208 rows starting from the beginning of the part | ||
3443 | 2024.03.26 14:52:10.953215 [ 3 ] {99d548c9-bc2b-4a4e-915e-d5babe13a170} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3444 | 2024.03.26 14:52:10.953258 [ 187 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 168 rows starting from the beginning of the part | ||
3445 | 2024.03.26 14:52:10.953334 [ 3 ] {99d548c9-bc2b-4a4e-915e-d5babe13a170} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3446 | 2024.03.26 14:52:10.953552 [ 187 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 37 rows starting from the beginning of the part | ||
3447 | 2024.03.26 14:52:10.953893 [ 187 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 169 rows starting from the beginning of the part | ||
3448 | 2024.03.26 14:52:10.954298 [ 187 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 168 rows starting from the beginning of the part | ||
3449 | 2024.03.26 14:52:10.954544 [ 3 ] {99d548c9-bc2b-4a4e-915e-d5babe13a170} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3450 | 2024.03.26 14:52:10.954616 [ 187 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 168 rows starting from the beginning of the part | ||
3451 | 2024.03.26 14:52:10.955406 [ 3 ] {99d548c9-bc2b-4a4e-915e-d5babe13a170} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3452 | 2024.03.26 14:52:10.955474 [ 3 ] {99d548c9-bc2b-4a4e-915e-d5babe13a170} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
3453 | 2024.03.26 14:52:10.956303 [ 3 ] {99d548c9-bc2b-4a4e-915e-d5babe13a170} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
3454 | 2024.03.26 14:52:10.957200 [ 3 ] {99d548c9-bc2b-4a4e-915e-d5babe13a170} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3455 | 2024.03.26 14:52:10.957590 [ 187 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 918 rows, containing 4 columns (4 merged, 0 gathered) in 0.005143991 sec., 178460.65438294897 rows/sec., 16.94 MiB/sec. | ||
3456 | 2024.03.26 14:52:10.957615 [ 133 ] {} <Debug> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
3457 | 2024.03.26 14:52:10.957639 [ 3 ] {99d548c9-bc2b-4a4e-915e-d5babe13a170} <Debug> executeQuery: Read 56 rows, 4.48 KiB in 0.004571 sec., 12251.14854517611 rows/sec., 981.05 KiB/sec. | ||
3458 | 2024.03.26 14:52:10.957693 [ 133 ] {} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3459 | 2024.03.26 14:52:10.957841 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
3460 | 2024.03.26 14:52:10.957895 [ 187 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
3461 | 2024.03.26 14:52:10.958110 [ 3 ] {99d548c9-bc2b-4a4e-915e-d5babe13a170} <Debug> DynamicQueryHandler: Done processing query | ||
3462 | 2024.03.26 14:52:10.958214 [ 3 ] {99d548c9-bc2b-4a4e-915e-d5babe13a170} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
3463 | 2024.03.26 14:52:10.958296 [ 3 ] {} <Debug> HTTP-Session: 1424de0b-ff87-49eb-8ee5-ab0388024a1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3464 | 2024.03.26 14:52:10.958355 [ 186 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::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 | ||
3465 | 2024.03.26 14:52:10.958752 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 59906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3466 | 2024.03.26 14:52:10.958810 [ 186 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3467 | 2024.03.26 14:52:10.958883 [ 186 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 106 rows starting from the beginning of the part | ||
3468 | 2024.03.26 14:52:10.958911 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3469 | 2024.03.26 14:52:10.958994 [ 3 ] {} <Debug> HTTP-Session: b576b46f-60d5-4a0b-b730-a039d74b04a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
3470 | 2024.03.26 14:52:10.959177 [ 187 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_26_5} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3471 | 2024.03.26 14:52:10.959223 [ 186 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 56 rows starting from the beginning of the part | ||
3472 | 2024.03.26 14:52:10.959161 [ 3 ] {} <Debug> HTTP-Session: b576b46f-60d5-4a0b-b730-a039d74b04a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3473 | 2024.03.26 14:52:10.959376 [ 3 ] {} <Debug> HTTP-Session: b576b46f-60d5-4a0b-b730-a039d74b04a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3474 | 2024.03.26 14:52:10.959577 [ 3 ] {} <Trace> HTTP-Session: b576b46f-60d5-4a0b-b730-a039d74b04a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3475 | 2024.03.26 14:52:10.959657 [ 186 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 26 rows starting from the beginning of the part | ||
3476 | 2024.03.26 14:52:10.959697 [ 187 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_26_5} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
3477 | 2024.03.26 14:52:10.959957 [ 186 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 58 rows starting from the beginning of the part | ||
3478 | 2024.03.26 14:52:10.960105 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
3479 | 2024.03.26 14:52:10.960195 [ 186 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 56 rows starting from the beginning of the part | ||
3480 | 2024.03.26 14:52:10.960330 [ 3 ] {74d94756-d4b0-43be-b56e-fc034de529f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3481 | 2024.03.26 14:52:10.960518 [ 186 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 56 rows starting from the beginning of the part | ||
3482 | 2024.03.26 14:52:10.960561 [ 3 ] {74d94756-d4b0-43be-b56e-fc034de529f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3483 | 2024.03.26 14:52:10.961449 [ 3 ] {74d94756-d4b0-43be-b56e-fc034de529f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3484 | 2024.03.26 14:52:10.962666 [ 3 ] {74d94756-d4b0-43be-b56e-fc034de529f5} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3485 | 2024.03.26 14:52:10.962729 [ 3 ] {74d94756-d4b0-43be-b56e-fc034de529f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
3486 | 2024.03.26 14:52:10.963026 [ 186 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 358 rows, containing 4 columns (4 merged, 0 gathered) in 0.005003979 sec., 71543.06602805486 rows/sec., 5.59 MiB/sec. | ||
3487 | 2024.03.26 14:52:10.963255 [ 187 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
3488 | 2024.03.26 14:52:10.963854 [ 3 ] {74d94756-d4b0-43be-b56e-fc034de529f5} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3489 | 2024.03.26 14:52:10.964003 [ 187 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_26_5} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3490 | 2024.03.26 14:52:10.964276 [ 187 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_26_5} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
3491 | 2024.03.26 14:52:10.964440 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
3492 | 2024.03.26 14:52:10.964606 [ 3 ] {74d94756-d4b0-43be-b56e-fc034de529f5} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3493 | 2024.03.26 14:52:10.964792 [ 3 ] {74d94756-d4b0-43be-b56e-fc034de529f5} <Debug> executeQuery: Read 56 rows, 77.38 KiB in 0.004997 sec., 11206.724034420653 rows/sec., 15.12 MiB/sec. | ||
3494 | 2024.03.26 14:52:10.965000 [ 3 ] {74d94756-d4b0-43be-b56e-fc034de529f5} <Debug> DynamicQueryHandler: Done processing query | ||
3495 | 2024.03.26 14:52:10.965031 [ 3 ] {74d94756-d4b0-43be-b56e-fc034de529f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
3496 | 2024.03.26 14:52:10.965048 [ 3 ] {} <Debug> HTTP-Session: b576b46f-60d5-4a0b-b730-a039d74b04a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3497 | 2024.03.26 14:52:15.946215 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 4983, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3498 | 2024.03.26 14:52:15.946340 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3499 | 2024.03.26 14:52:15.946365 [ 3 ] {} <Debug> HTTP-Session: d0ecbe06-2658-4152-919a-b200516a583f Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
3500 | 2024.03.26 14:52:15.946390 [ 3 ] {} <Debug> HTTP-Session: d0ecbe06-2658-4152-919a-b200516a583f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3501 | 2024.03.26 14:52:15.946404 [ 3 ] {} <Debug> HTTP-Session: d0ecbe06-2658-4152-919a-b200516a583f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3502 | 2024.03.26 14:52:15.946453 [ 3 ] {} <Trace> HTTP-Session: d0ecbe06-2658-4152-919a-b200516a583f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3503 | 2024.03.26 14:52:15.946579 [ 3 ] {c25cf7f8-472c-4c88-8b51-3c27035f5a11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3504 | 2024.03.26 14:52:15.946643 [ 3 ] {c25cf7f8-472c-4c88-8b51-3c27035f5a11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3505 | 2024.03.26 14:52:15.946829 [ 3 ] {c25cf7f8-472c-4c88-8b51-3c27035f5a11} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3506 | 2024.03.26 14:52:15.947280 [ 3 ] {c25cf7f8-472c-4c88-8b51-3c27035f5a11} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3507 | 2024.03.26 14:52:15.947332 [ 3 ] {c25cf7f8-472c-4c88-8b51-3c27035f5a11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
3508 | 2024.03.26 14:52:15.947715 [ 3 ] {c25cf7f8-472c-4c88-8b51-3c27035f5a11} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
3509 | 2024.03.26 14:52:15.948052 [ 3 ] {c25cf7f8-472c-4c88-8b51-3c27035f5a11} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3510 | 2024.03.26 14:52:15.948229 [ 3 ] {c25cf7f8-472c-4c88-8b51-3c27035f5a11} <Debug> executeQuery: Read 36 rows, 2.77 KiB in 0.001703 sec., 21139.166177334115 rows/sec., 1.59 MiB/sec. | ||
3511 | 2024.03.26 14:52:15.948383 [ 3 ] {c25cf7f8-472c-4c88-8b51-3c27035f5a11} <Debug> DynamicQueryHandler: Done processing query | ||
3512 | 2024.03.26 14:52:15.948410 [ 3 ] {c25cf7f8-472c-4c88-8b51-3c27035f5a11} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
3513 | 2024.03.26 14:52:15.948426 [ 3 ] {} <Debug> HTTP-Session: d0ecbe06-2658-4152-919a-b200516a583f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3514 | 2024.03.26 14:52:15.948555 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 4090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3515 | 2024.03.26 14:52:15.948610 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3516 | 2024.03.26 14:52:15.948628 [ 3 ] {} <Debug> HTTP-Session: 5d7a695d-c2c3-4eb5-842a-1d6cf7b51f10 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
3517 | 2024.03.26 14:52:15.948647 [ 3 ] {} <Debug> HTTP-Session: 5d7a695d-c2c3-4eb5-842a-1d6cf7b51f10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3518 | 2024.03.26 14:52:15.948660 [ 3 ] {} <Debug> HTTP-Session: 5d7a695d-c2c3-4eb5-842a-1d6cf7b51f10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3519 | 2024.03.26 14:52:15.948695 [ 3 ] {} <Trace> HTTP-Session: 5d7a695d-c2c3-4eb5-842a-1d6cf7b51f10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3520 | 2024.03.26 14:52:15.948774 [ 3 ] {116cc0fb-1734-4d25-92ab-10e7b56965c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3521 | 2024.03.26 14:52:15.948818 [ 3 ] {116cc0fb-1734-4d25-92ab-10e7b56965c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3522 | 2024.03.26 14:52:15.948954 [ 3 ] {116cc0fb-1734-4d25-92ab-10e7b56965c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3523 | 2024.03.26 14:52:15.949297 [ 3 ] {116cc0fb-1734-4d25-92ab-10e7b56965c5} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3524 | 2024.03.26 14:52:15.949337 [ 3 ] {116cc0fb-1734-4d25-92ab-10e7b56965c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
3525 | 2024.03.26 14:52:15.949640 [ 3 ] {116cc0fb-1734-4d25-92ab-10e7b56965c5} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
3526 | 2024.03.26 14:52:15.949951 [ 3 ] {116cc0fb-1734-4d25-92ab-10e7b56965c5} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3527 | 2024.03.26 14:52:15.950111 [ 3 ] {116cc0fb-1734-4d25-92ab-10e7b56965c5} <Debug> executeQuery: Read 24 rows, 1.90 KiB in 0.001363 sec., 17608.21716801174 rows/sec., 1.36 MiB/sec. | ||
3528 | 2024.03.26 14:52:15.950239 [ 3 ] {116cc0fb-1734-4d25-92ab-10e7b56965c5} <Debug> DynamicQueryHandler: Done processing query | ||
3529 | 2024.03.26 14:52:15.950262 [ 3 ] {116cc0fb-1734-4d25-92ab-10e7b56965c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
3530 | 2024.03.26 14:52:15.950278 [ 3 ] {} <Debug> HTTP-Session: 5d7a695d-c2c3-4eb5-842a-1d6cf7b51f10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3531 | 2024.03.26 14:52:15.950397 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 7027, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3532 | 2024.03.26 14:52:15.950445 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3533 | 2024.03.26 14:52:15.950463 [ 3 ] {} <Debug> HTTP-Session: 52f4c2a9-8276-42a4-bcb3-5d260fe2d8d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
3534 | 2024.03.26 14:52:15.950480 [ 3 ] {} <Debug> HTTP-Session: 52f4c2a9-8276-42a4-bcb3-5d260fe2d8d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3535 | 2024.03.26 14:52:15.950493 [ 3 ] {} <Debug> HTTP-Session: 52f4c2a9-8276-42a4-bcb3-5d260fe2d8d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3536 | 2024.03.26 14:52:15.950524 [ 3 ] {} <Trace> HTTP-Session: 52f4c2a9-8276-42a4-bcb3-5d260fe2d8d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3537 | 2024.03.26 14:52:15.950603 [ 3 ] {98b2a150-91c0-42b5-90cb-b4b08c78353b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3538 | 2024.03.26 14:52:15.950648 [ 3 ] {98b2a150-91c0-42b5-90cb-b4b08c78353b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3539 | 2024.03.26 14:52:15.950795 [ 3 ] {98b2a150-91c0-42b5-90cb-b4b08c78353b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3540 | 2024.03.26 14:52:15.951113 [ 3 ] {98b2a150-91c0-42b5-90cb-b4b08c78353b} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3541 | 2024.03.26 14:52:15.951152 [ 3 ] {98b2a150-91c0-42b5-90cb-b4b08c78353b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
3542 | 2024.03.26 14:52:15.951522 [ 3 ] {98b2a150-91c0-42b5-90cb-b4b08c78353b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3543 | 2024.03.26 14:52:15.951857 [ 3 ] {98b2a150-91c0-42b5-90cb-b4b08c78353b} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3544 | 2024.03.26 14:52:15.952019 [ 3 ] {98b2a150-91c0-42b5-90cb-b4b08c78353b} <Debug> executeQuery: Read 36 rows, 2.60 KiB in 0.001442 sec., 24965.325936199722 rows/sec., 1.76 MiB/sec. | ||
3545 | 2024.03.26 14:52:15.952262 [ 3 ] {98b2a150-91c0-42b5-90cb-b4b08c78353b} <Debug> DynamicQueryHandler: Done processing query | ||
3546 | 2024.03.26 14:52:15.952303 [ 3 ] {98b2a150-91c0-42b5-90cb-b4b08c78353b} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
3547 | 2024.03.26 14:52:15.952323 [ 3 ] {} <Debug> HTTP-Session: 52f4c2a9-8276-42a4-bcb3-5d260fe2d8d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3548 | 2024.03.26 14:52:20.947844 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 8077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3549 | 2024.03.26 14:52:20.947988 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3550 | 2024.03.26 14:52:20.948017 [ 3 ] {} <Debug> HTTP-Session: 8f96128a-d848-4595-ad9b-d3c4ab4e8eb1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
3551 | 2024.03.26 14:52:20.948046 [ 3 ] {} <Debug> HTTP-Session: 8f96128a-d848-4595-ad9b-d3c4ab4e8eb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3552 | 2024.03.26 14:52:20.948065 [ 3 ] {} <Debug> HTTP-Session: 8f96128a-d848-4595-ad9b-d3c4ab4e8eb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3553 | 2024.03.26 14:52:20.948119 [ 3 ] {} <Trace> HTTP-Session: 8f96128a-d848-4595-ad9b-d3c4ab4e8eb1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3554 | 2024.03.26 14:52:20.948262 [ 3 ] {4f0f47cd-e5e1-4177-8999-89a7471be845} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3555 | 2024.03.26 14:52:20.948334 [ 3 ] {4f0f47cd-e5e1-4177-8999-89a7471be845} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3556 | 2024.03.26 14:52:20.948552 [ 3 ] {4f0f47cd-e5e1-4177-8999-89a7471be845} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3557 | 2024.03.26 14:52:20.949038 [ 3 ] {4f0f47cd-e5e1-4177-8999-89a7471be845} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3558 | 2024.03.26 14:52:20.949089 [ 3 ] {4f0f47cd-e5e1-4177-8999-89a7471be845} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
3559 | 2024.03.26 14:52:20.949469 [ 3 ] {4f0f47cd-e5e1-4177-8999-89a7471be845} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3560 | 2024.03.26 14:52:20.949796 [ 3 ] {4f0f47cd-e5e1-4177-8999-89a7471be845} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3561 | 2024.03.26 14:52:20.949973 [ 3 ] {4f0f47cd-e5e1-4177-8999-89a7471be845} <Debug> executeQuery: Read 56 rows, 4.54 KiB in 0.001777 sec., 31513.78728193585 rows/sec., 2.49 MiB/sec. | ||
3562 | 2024.03.26 14:52:20.950212 [ 3 ] {4f0f47cd-e5e1-4177-8999-89a7471be845} <Debug> DynamicQueryHandler: Done processing query | ||
3563 | 2024.03.26 14:52:20.950256 [ 3 ] {4f0f47cd-e5e1-4177-8999-89a7471be845} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
3564 | 2024.03.26 14:52:20.950284 [ 3 ] {} <Debug> HTTP-Session: 8f96128a-d848-4595-ad9b-d3c4ab4e8eb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3565 | 2024.03.26 14:52:20.950413 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3566 | 2024.03.26 14:52:20.950468 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3567 | 2024.03.26 14:52:20.950488 [ 3 ] {} <Debug> HTTP-Session: 40b03f18-cfc7-48aa-9913-3a514ef13e9e Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
3568 | 2024.03.26 14:52:20.950507 [ 3 ] {} <Debug> HTTP-Session: 40b03f18-cfc7-48aa-9913-3a514ef13e9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3569 | 2024.03.26 14:52:20.950521 [ 3 ] {} <Debug> HTTP-Session: 40b03f18-cfc7-48aa-9913-3a514ef13e9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3570 | 2024.03.26 14:52:20.950556 [ 3 ] {} <Trace> HTTP-Session: 40b03f18-cfc7-48aa-9913-3a514ef13e9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3571 | 2024.03.26 14:52:20.950632 [ 3 ] {65daefb4-8716-44c8-aedf-93113bfd64a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3572 | 2024.03.26 14:52:20.950676 [ 3 ] {65daefb4-8716-44c8-aedf-93113bfd64a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3573 | 2024.03.26 14:52:20.950830 [ 3 ] {65daefb4-8716-44c8-aedf-93113bfd64a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3574 | 2024.03.26 14:52:20.951141 [ 3 ] {65daefb4-8716-44c8-aedf-93113bfd64a5} <Trace> oximeter.fields_ipaddr (b9cacdb2-3543-418a-8ac0-d16d067a037a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3575 | 2024.03.26 14:52:20.951180 [ 3 ] {65daefb4-8716-44c8-aedf-93113bfd64a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
3576 | 2024.03.26 14:52:20.951473 [ 3 ] {65daefb4-8716-44c8-aedf-93113bfd64a5} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3577 | 2024.03.26 14:52:20.951780 [ 3 ] {65daefb4-8716-44c8-aedf-93113bfd64a5} <Trace> oximeter.fields_ipaddr (b9cacdb2-3543-418a-8ac0-d16d067a037a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3578 | 2024.03.26 14:52:20.951943 [ 3 ] {65daefb4-8716-44c8-aedf-93113bfd64a5} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001335 sec., 2996.25468164794 rows/sec., 244.32 KiB/sec. | ||
3579 | 2024.03.26 14:52:20.952225 [ 3 ] {65daefb4-8716-44c8-aedf-93113bfd64a5} <Debug> DynamicQueryHandler: Done processing query | ||
3580 | 2024.03.26 14:52:20.952274 [ 3 ] {65daefb4-8716-44c8-aedf-93113bfd64a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3581 | 2024.03.26 14:52:20.952307 [ 3 ] {} <Debug> HTTP-Session: 40b03f18-cfc7-48aa-9913-3a514ef13e9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3582 | 2024.03.26 14:52:20.952476 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 27181, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3583 | 2024.03.26 14:52:20.952525 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3584 | 2024.03.26 14:52:20.952543 [ 3 ] {} <Debug> HTTP-Session: 25983c83-d985-4eed-9e56-05d8be924827 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
3585 | 2024.03.26 14:52:20.952560 [ 3 ] {} <Debug> HTTP-Session: 25983c83-d985-4eed-9e56-05d8be924827 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3586 | 2024.03.26 14:52:20.952573 [ 3 ] {} <Debug> HTTP-Session: 25983c83-d985-4eed-9e56-05d8be924827 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3587 | 2024.03.26 14:52:20.952604 [ 3 ] {} <Trace> HTTP-Session: 25983c83-d985-4eed-9e56-05d8be924827 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3588 | 2024.03.26 14:52:20.952720 [ 3 ] {b027080c-40eb-4632-96bc-03ade8784a02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3589 | 2024.03.26 14:52:20.952765 [ 3 ] {b027080c-40eb-4632-96bc-03ade8784a02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3590 | 2024.03.26 14:52:20.952914 [ 3 ] {b027080c-40eb-4632-96bc-03ade8784a02} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3591 | 2024.03.26 14:52:20.953392 [ 3 ] {b027080c-40eb-4632-96bc-03ade8784a02} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3592 | 2024.03.26 14:52:20.953430 [ 3 ] {b027080c-40eb-4632-96bc-03ade8784a02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
3593 | 2024.03.26 14:52:20.953740 [ 3 ] {b027080c-40eb-4632-96bc-03ade8784a02} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
3594 | 2024.03.26 14:52:20.954038 [ 3 ] {b027080c-40eb-4632-96bc-03ade8784a02} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3595 | 2024.03.26 14:52:20.954193 [ 3 ] {b027080c-40eb-4632-96bc-03ade8784a02} <Debug> executeQuery: Read 170 rows, 16.81 KiB in 0.001537 sec., 110605.07482108002 rows/sec., 10.68 MiB/sec. | ||
3596 | 2024.03.26 14:52:20.954318 [ 3 ] {b027080c-40eb-4632-96bc-03ade8784a02} <Debug> DynamicQueryHandler: Done processing query | ||
3597 | 2024.03.26 14:52:20.954342 [ 3 ] {b027080c-40eb-4632-96bc-03ade8784a02} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
3598 | 2024.03.26 14:52:20.954358 [ 3 ] {} <Debug> HTTP-Session: 25983c83-d985-4eed-9e56-05d8be924827 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3599 | 2024.03.26 14:52:20.954464 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3600 | 2024.03.26 14:52:20.954513 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3601 | 2024.03.26 14:52:20.954530 [ 3 ] {} <Debug> HTTP-Session: 6f98786c-8527-47d9-98a3-69f47c0a06b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
3602 | 2024.03.26 14:52:20.954547 [ 3 ] {} <Debug> HTTP-Session: 6f98786c-8527-47d9-98a3-69f47c0a06b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3603 | 2024.03.26 14:52:20.954561 [ 3 ] {} <Debug> HTTP-Session: 6f98786c-8527-47d9-98a3-69f47c0a06b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3604 | 2024.03.26 14:52:20.954592 [ 3 ] {} <Trace> HTTP-Session: 6f98786c-8527-47d9-98a3-69f47c0a06b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3605 | 2024.03.26 14:52:20.954656 [ 3 ] {ff4b2251-3a49-499f-9588-45f721c6b630} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3606 | 2024.03.26 14:52:20.954697 [ 3 ] {ff4b2251-3a49-499f-9588-45f721c6b630} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3607 | 2024.03.26 14:52:20.954824 [ 3 ] {ff4b2251-3a49-499f-9588-45f721c6b630} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3608 | 2024.03.26 14:52:20.955101 [ 3 ] {ff4b2251-3a49-499f-9588-45f721c6b630} <Trace> oximeter.fields_u16 (e20b24dd-90f0-4a6f-bcd9-27e96d38dd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3609 | 2024.03.26 14:52:20.955138 [ 3 ] {ff4b2251-3a49-499f-9588-45f721c6b630} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
3610 | 2024.03.26 14:52:20.955427 [ 3 ] {ff4b2251-3a49-499f-9588-45f721c6b630} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3611 | 2024.03.26 14:52:20.955727 [ 3 ] {ff4b2251-3a49-499f-9588-45f721c6b630} <Trace> oximeter.fields_u16 (e20b24dd-90f0-4a6f-bcd9-27e96d38dd35): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3612 | 2024.03.26 14:52:20.955879 [ 3 ] {ff4b2251-3a49-499f-9588-45f721c6b630} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.00124 sec., 3225.8064516129034 rows/sec., 225.24 KiB/sec. | ||
3613 | 2024.03.26 14:52:20.956120 [ 3 ] {ff4b2251-3a49-499f-9588-45f721c6b630} <Debug> DynamicQueryHandler: Done processing query | ||
3614 | 2024.03.26 14:52:20.956145 [ 3 ] {ff4b2251-3a49-499f-9588-45f721c6b630} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3615 | 2024.03.26 14:52:20.956160 [ 3 ] {} <Debug> HTTP-Session: 6f98786c-8527-47d9-98a3-69f47c0a06b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3616 | 2024.03.26 14:52:20.956275 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 10218, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3617 | 2024.03.26 14:52:20.956323 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3618 | 2024.03.26 14:52:20.956342 [ 3 ] {} <Debug> HTTP-Session: ed4058de-70f0-422a-99e8-ddadfd52174f Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
3619 | 2024.03.26 14:52:20.956358 [ 3 ] {} <Debug> HTTP-Session: ed4058de-70f0-422a-99e8-ddadfd52174f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3620 | 2024.03.26 14:52:20.956371 [ 3 ] {} <Debug> HTTP-Session: ed4058de-70f0-422a-99e8-ddadfd52174f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3621 | 2024.03.26 14:52:20.956402 [ 3 ] {} <Trace> HTTP-Session: ed4058de-70f0-422a-99e8-ddadfd52174f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3622 | 2024.03.26 14:52:20.956498 [ 3 ] {8167a403-561c-47a4-ae6a-d8cef2ae3d08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3623 | 2024.03.26 14:52:20.956539 [ 3 ] {8167a403-561c-47a4-ae6a-d8cef2ae3d08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3624 | 2024.03.26 14:52:20.956683 [ 3 ] {8167a403-561c-47a4-ae6a-d8cef2ae3d08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3625 | 2024.03.26 14:52:20.957027 [ 3 ] {8167a403-561c-47a4-ae6a-d8cef2ae3d08} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3626 | 2024.03.26 14:52:20.957064 [ 3 ] {8167a403-561c-47a4-ae6a-d8cef2ae3d08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
3627 | 2024.03.26 14:52:20.957355 [ 3 ] {8167a403-561c-47a4-ae6a-d8cef2ae3d08} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
3628 | 2024.03.26 14:52:20.957656 [ 3 ] {8167a403-561c-47a4-ae6a-d8cef2ae3d08} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3629 | 2024.03.26 14:52:20.957794 [ 3 ] {8167a403-561c-47a4-ae6a-d8cef2ae3d08} <Debug> executeQuery: Read 60 rows, 4.81 KiB in 0.001343 sec., 44676.09828741623 rows/sec., 3.50 MiB/sec. | ||
3630 | 2024.03.26 14:52:20.958043 [ 3 ] {8167a403-561c-47a4-ae6a-d8cef2ae3d08} <Debug> DynamicQueryHandler: Done processing query | ||
3631 | 2024.03.26 14:52:20.958086 [ 3 ] {8167a403-561c-47a4-ae6a-d8cef2ae3d08} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
3632 | 2024.03.26 14:52:20.958108 [ 3 ] {} <Debug> HTTP-Session: ed4058de-70f0-422a-99e8-ddadfd52174f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3633 | 2024.03.26 14:52:20.958270 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 448, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3634 | 2024.03.26 14:52:20.958318 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3635 | 2024.03.26 14:52:20.958336 [ 3 ] {} <Debug> HTTP-Session: fca391b6-6f58-4e76-bf02-d22f61baf660 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
3636 | 2024.03.26 14:52:20.958353 [ 3 ] {} <Debug> HTTP-Session: fca391b6-6f58-4e76-bf02-d22f61baf660 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3637 | 2024.03.26 14:52:20.958366 [ 3 ] {} <Debug> HTTP-Session: fca391b6-6f58-4e76-bf02-d22f61baf660 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3638 | 2024.03.26 14:52:20.958396 [ 3 ] {} <Trace> HTTP-Session: fca391b6-6f58-4e76-bf02-d22f61baf660 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3639 | 2024.03.26 14:52:20.958463 [ 3 ] {bc4e6ac1-798d-45b1-8a2b-f77104da250d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3640 | 2024.03.26 14:52:20.958509 [ 3 ] {bc4e6ac1-798d-45b1-8a2b-f77104da250d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3641 | 2024.03.26 14:52:20.958674 [ 3 ] {bc4e6ac1-798d-45b1-8a2b-f77104da250d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3642 | 2024.03.26 14:52:20.958970 [ 3 ] {bc4e6ac1-798d-45b1-8a2b-f77104da250d} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3643 | 2024.03.26 14:52:20.959030 [ 3 ] {bc4e6ac1-798d-45b1-8a2b-f77104da250d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
3644 | 2024.03.26 14:52:20.959387 [ 3 ] {bc4e6ac1-798d-45b1-8a2b-f77104da250d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3645 | 2024.03.26 14:52:20.959708 [ 3 ] {bc4e6ac1-798d-45b1-8a2b-f77104da250d} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3646 | 2024.03.26 14:52:20.959866 [ 3 ] {bc4e6ac1-798d-45b1-8a2b-f77104da250d} <Debug> executeQuery: Read 2 rows, 144.00 B in 0.001419 sec., 1409.4432699083864 rows/sec., 99.10 KiB/sec. | ||
3647 | 2024.03.26 14:52:20.959994 [ 3 ] {bc4e6ac1-798d-45b1-8a2b-f77104da250d} <Debug> DynamicQueryHandler: Done processing query | ||
3648 | 2024.03.26 14:52:20.960018 [ 3 ] {bc4e6ac1-798d-45b1-8a2b-f77104da250d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3649 | 2024.03.26 14:52:20.960033 [ 3 ] {} <Debug> HTTP-Session: fca391b6-6f58-4e76-bf02-d22f61baf660 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3650 | 2024.03.26 14:52:20.960199 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 59906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3651 | 2024.03.26 14:52:20.960247 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3652 | 2024.03.26 14:52:20.960265 [ 3 ] {} <Debug> HTTP-Session: 3645a5c6-726a-445d-872c-f457785735b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
3653 | 2024.03.26 14:52:20.960281 [ 3 ] {} <Debug> HTTP-Session: 3645a5c6-726a-445d-872c-f457785735b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3654 | 2024.03.26 14:52:20.960295 [ 3 ] {} <Debug> HTTP-Session: 3645a5c6-726a-445d-872c-f457785735b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3655 | 2024.03.26 14:52:20.960326 [ 3 ] {} <Trace> HTTP-Session: 3645a5c6-726a-445d-872c-f457785735b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3656 | 2024.03.26 14:52:20.960761 [ 3 ] {acc4b209-4a9b-4cea-98e9-a2bd8706014c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3657 | 2024.03.26 14:52:20.960808 [ 3 ] {acc4b209-4a9b-4cea-98e9-a2bd8706014c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3658 | 2024.03.26 14:52:20.960967 [ 3 ] {acc4b209-4a9b-4cea-98e9-a2bd8706014c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3659 | 2024.03.26 14:52:20.961887 [ 3 ] {acc4b209-4a9b-4cea-98e9-a2bd8706014c} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3660 | 2024.03.26 14:52:20.961924 [ 3 ] {acc4b209-4a9b-4cea-98e9-a2bd8706014c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
3661 | 2024.03.26 14:52:20.962362 [ 3 ] {acc4b209-4a9b-4cea-98e9-a2bd8706014c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3662 | 2024.03.26 14:52:20.962690 [ 3 ] {acc4b209-4a9b-4cea-98e9-a2bd8706014c} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3663 | 2024.03.26 14:52:20.962851 [ 129 ] {} <Debug> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3664 | 2024.03.26 14:52:20.962853 [ 3 ] {acc4b209-4a9b-4cea-98e9-a2bd8706014c} <Debug> executeQuery: Read 56 rows, 77.38 KiB in 0.002462 sec., 22745.73517465475 rows/sec., 30.69 MiB/sec. | ||
3665 | 2024.03.26 14:52:20.962939 [ 129 ] {} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3666 | 2024.03.26 14:52:20.963012 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
3667 | 2024.03.26 14:52:20.963124 [ 3 ] {acc4b209-4a9b-4cea-98e9-a2bd8706014c} <Debug> DynamicQueryHandler: Done processing query | ||
3668 | 2024.03.26 14:52:20.963157 [ 3 ] {acc4b209-4a9b-4cea-98e9-a2bd8706014c} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
3669 | 2024.03.26 14:52:20.963166 [ 188 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::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 | ||
3670 | 2024.03.26 14:52:20.963176 [ 3 ] {} <Debug> HTTP-Session: 3645a5c6-726a-445d-872c-f457785735b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3671 | 2024.03.26 14:52:20.963311 [ 188 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3672 | 2024.03.26 14:52:20.963346 [ 188 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 857 rows starting from the beginning of the part | ||
3673 | 2024.03.26 14:52:20.963435 [ 188 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::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 | ||
3674 | 2024.03.26 14:52:20.963670 [ 188 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 56 rows starting from the beginning of the part | ||
3675 | 2024.03.26 14:52:20.963847 [ 188 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::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 | ||
3676 | 2024.03.26 14:52:20.964004 [ 188 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 56 rows starting from the beginning of the part | ||
3677 | 2024.03.26 14:52:20.964081 [ 188 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::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 | ||
3678 | 2024.03.26 14:52:20.969842 [ 186 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1137 rows, containing 6 columns (6 merged, 0 gathered) in 0.006729963 sec., 168945.95111444147 rows/sec., 227.98 MiB/sec. | ||
3679 | 2024.03.26 14:52:20.970804 [ 193 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3680 | 2024.03.26 14:52:20.971287 [ 193 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3681 | 2024.03.26 14:52:20.971379 [ 193 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3682 | 2024.03.26 14:52:20.971482 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.64 MiB. | ||
3683 | 2024.03.26 14:52:21.000152 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.46 MiB, peak 193.79 MiB, free memory in arenas 0.00 B, will set to 186.91 MiB (RSS), difference: 1.46 MiB | ||
3684 | 2024.03.26 14:52:23.686006 [ 128 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3685 | 2024.03.26 14:52:23.686069 [ 128 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3686 | 2024.03.26 14:52:25.001681 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001188137 sec. | ||
3687 | 2024.03.26 14:52:30.947280 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 8077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3688 | 2024.03.26 14:52:30.947421 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3689 | 2024.03.26 14:52:30.947451 [ 3 ] {} <Debug> HTTP-Session: 9419e0ba-d531-47d1-bf62-0e63874a5d0b Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
3690 | 2024.03.26 14:52:30.947479 [ 3 ] {} <Debug> HTTP-Session: 9419e0ba-d531-47d1-bf62-0e63874a5d0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3691 | 2024.03.26 14:52:30.947497 [ 3 ] {} <Debug> HTTP-Session: 9419e0ba-d531-47d1-bf62-0e63874a5d0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3692 | 2024.03.26 14:52:30.947550 [ 3 ] {} <Trace> HTTP-Session: 9419e0ba-d531-47d1-bf62-0e63874a5d0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3693 | 2024.03.26 14:52:30.947696 [ 3 ] {d20e25d9-b7e6-49be-9540-aad08b441da7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3694 | 2024.03.26 14:52:30.947769 [ 3 ] {d20e25d9-b7e6-49be-9540-aad08b441da7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3695 | 2024.03.26 14:52:30.947980 [ 3 ] {d20e25d9-b7e6-49be-9540-aad08b441da7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3696 | 2024.03.26 14:52:30.948463 [ 3 ] {d20e25d9-b7e6-49be-9540-aad08b441da7} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3697 | 2024.03.26 14:52:30.948515 [ 3 ] {d20e25d9-b7e6-49be-9540-aad08b441da7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
3698 | 2024.03.26 14:52:30.948902 [ 3 ] {d20e25d9-b7e6-49be-9540-aad08b441da7} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3699 | 2024.03.26 14:52:30.949249 [ 3 ] {d20e25d9-b7e6-49be-9540-aad08b441da7} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3700 | 2024.03.26 14:52:30.949410 [ 3 ] {d20e25d9-b7e6-49be-9540-aad08b441da7} <Debug> executeQuery: Read 56 rows, 4.54 KiB in 0.001786 sec., 31354.98320268757 rows/sec., 2.48 MiB/sec. | ||
3701 | 2024.03.26 14:52:30.949440 [ 122 ] {} <Debug> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3) (MergerMutator): Selected 5 parts from all_1_18_4 to all_22_22_0 | ||
3702 | 2024.03.26 14:52:30.949542 [ 122 ] {} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3703 | 2024.03.26 14:52:30.949576 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
3704 | 2024.03.26 14:52:30.949623 [ 3 ] {d20e25d9-b7e6-49be-9540-aad08b441da7} <Debug> DynamicQueryHandler: Done processing query | ||
3705 | 2024.03.26 14:52:30.949676 [ 3 ] {d20e25d9-b7e6-49be-9540-aad08b441da7} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
3706 | 2024.03.26 14:52:30.949700 [ 3 ] {} <Debug> HTTP-Session: 9419e0ba-d531-47d1-bf62-0e63874a5d0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3707 | 2024.03.26 14:52:30.949723 [ 188 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::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 | ||
3708 | 2024.03.26 14:52:30.949834 [ 188 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_22_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3709 | 2024.03.26 14:52:30.949866 [ 188 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 56 rows starting from the beginning of the part | ||
3710 | 2024.03.26 14:52:30.949890 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 26882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3711 | 2024.03.26 14:52:30.949941 [ 188 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 56 rows starting from the beginning of the part | ||
3712 | 2024.03.26 14:52:30.949981 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3713 | 2024.03.26 14:52:30.950025 [ 3 ] {} <Debug> HTTP-Session: b948f0c3-c09d-40f4-a24e-3cdcaaa12577 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
3714 | 2024.03.26 14:52:30.950082 [ 3 ] {} <Debug> HTTP-Session: b948f0c3-c09d-40f4-a24e-3cdcaaa12577 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3715 | 2024.03.26 14:52:30.950199 [ 3 ] {} <Debug> HTTP-Session: b948f0c3-c09d-40f4-a24e-3cdcaaa12577 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3716 | 2024.03.26 14:52:30.950266 [ 188 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 56 rows starting from the beginning of the part | ||
3717 | 2024.03.26 14:52:30.950322 [ 3 ] {} <Trace> HTTP-Session: b948f0c3-c09d-40f4-a24e-3cdcaaa12577 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3718 | 2024.03.26 14:52:30.950546 [ 188 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 56 rows starting from the beginning of the part | ||
3719 | 2024.03.26 14:52:30.950672 [ 3 ] {32479e0e-28cb-408f-bc6e-c97354534f1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3720 | 2024.03.26 14:52:30.950754 [ 188 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 56 rows starting from the beginning of the part | ||
3721 | 2024.03.26 14:52:30.950810 [ 3 ] {32479e0e-28cb-408f-bc6e-c97354534f1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3722 | 2024.03.26 14:52:30.951327 [ 3 ] {32479e0e-28cb-408f-bc6e-c97354534f1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3723 | 2024.03.26 14:52:30.951998 [ 3 ] {32479e0e-28cb-408f-bc6e-c97354534f1a} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3724 | 2024.03.26 14:52:30.952040 [ 3 ] {32479e0e-28cb-408f-bc6e-c97354534f1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
3725 | 2024.03.26 14:52:30.952329 [ 193 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_22_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 280 rows, containing 4 columns (4 merged, 0 gathered) in 0.002677506 sec., 104574.92905711509 rows/sec., 8.28 MiB/sec. | ||
3726 | 2024.03.26 14:52:30.952540 [ 3 ] {32479e0e-28cb-408f-bc6e-c97354534f1a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
3727 | 2024.03.26 14:52:30.952571 [ 193 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_22_5} <Trace> MergedBlockOutputStream: filled checksums all_1_22_5 (state Temporary) | ||
3728 | 2024.03.26 14:52:30.953180 [ 3 ] {32479e0e-28cb-408f-bc6e-c97354534f1a} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3729 | 2024.03.26 14:52:30.953403 [ 193 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_22_5} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Renaming temporary part tmp_merge_all_1_22_5 to all_1_22_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3730 | 2024.03.26 14:52:30.953466 [ 3 ] {32479e0e-28cb-408f-bc6e-c97354534f1a} <Debug> executeQuery: Read 168 rows, 16.63 KiB in 0.002958 sec., 56795.13184584178 rows/sec., 5.49 MiB/sec. | ||
3731 | 2024.03.26 14:52:30.953641 [ 193 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_22_5} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3) (MergerMutator): Merged 5 parts: [all_1_18_4, all_22_22_0] -> all_1_22_5 | ||
3732 | 2024.03.26 14:52:30.953740 [ 3 ] {32479e0e-28cb-408f-bc6e-c97354534f1a} <Debug> DynamicQueryHandler: Done processing query | ||
3733 | 2024.03.26 14:52:30.953797 [ 3 ] {32479e0e-28cb-408f-bc6e-c97354534f1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
3734 | 2024.03.26 14:52:30.953808 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
3735 | 2024.03.26 14:52:30.953826 [ 3 ] {} <Debug> HTTP-Session: b948f0c3-c09d-40f4-a24e-3cdcaaa12577 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3736 | 2024.03.26 14:52:30.953986 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 9534, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3737 | 2024.03.26 14:52:30.954038 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3738 | 2024.03.26 14:52:30.954058 [ 3 ] {} <Debug> HTTP-Session: ad4d2941-dcf7-468e-8912-5e1495659028 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
3739 | 2024.03.26 14:52:30.954076 [ 3 ] {} <Debug> HTTP-Session: ad4d2941-dcf7-468e-8912-5e1495659028 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3740 | 2024.03.26 14:52:30.954090 [ 3 ] {} <Debug> HTTP-Session: ad4d2941-dcf7-468e-8912-5e1495659028 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3741 | 2024.03.26 14:52:30.954124 [ 3 ] {} <Trace> HTTP-Session: ad4d2941-dcf7-468e-8912-5e1495659028 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3742 | 2024.03.26 14:52:30.954212 [ 3 ] {477c03ce-9639-4b17-b73e-3d363b9ccdd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3743 | 2024.03.26 14:52:30.954255 [ 3 ] {477c03ce-9639-4b17-b73e-3d363b9ccdd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3744 | 2024.03.26 14:52:30.954401 [ 3 ] {477c03ce-9639-4b17-b73e-3d363b9ccdd1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3745 | 2024.03.26 14:52:30.954740 [ 3 ] {477c03ce-9639-4b17-b73e-3d363b9ccdd1} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3746 | 2024.03.26 14:52:30.954779 [ 3 ] {477c03ce-9639-4b17-b73e-3d363b9ccdd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
3747 | 2024.03.26 14:52:30.955158 [ 3 ] {477c03ce-9639-4b17-b73e-3d363b9ccdd1} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
3748 | 2024.03.26 14:52:30.955468 [ 3 ] {477c03ce-9639-4b17-b73e-3d363b9ccdd1} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3749 | 2024.03.26 14:52:30.955631 [ 3 ] {477c03ce-9639-4b17-b73e-3d363b9ccdd1} <Debug> executeQuery: Read 56 rows, 4.48 KiB in 0.001454 sec., 38514.44291609353 rows/sec., 3.01 MiB/sec. | ||
3750 | 2024.03.26 14:52:30.955858 [ 3 ] {477c03ce-9639-4b17-b73e-3d363b9ccdd1} <Debug> DynamicQueryHandler: Done processing query | ||
3751 | 2024.03.26 14:52:30.955911 [ 3 ] {477c03ce-9639-4b17-b73e-3d363b9ccdd1} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
3752 | 2024.03.26 14:52:30.955962 [ 3 ] {} <Debug> HTTP-Session: ad4d2941-dcf7-468e-8912-5e1495659028 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3753 | 2024.03.26 14:52:30.956171 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 59908, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3754 | 2024.03.26 14:52:30.956221 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3755 | 2024.03.26 14:52:30.956241 [ 3 ] {} <Debug> HTTP-Session: 62bc642d-4864-45c7-963d-f7191b499440 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
3756 | 2024.03.26 14:52:30.956258 [ 3 ] {} <Debug> HTTP-Session: 62bc642d-4864-45c7-963d-f7191b499440 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3757 | 2024.03.26 14:52:30.956272 [ 3 ] {} <Debug> HTTP-Session: 62bc642d-4864-45c7-963d-f7191b499440 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3758 | 2024.03.26 14:52:30.956306 [ 3 ] {} <Trace> HTTP-Session: 62bc642d-4864-45c7-963d-f7191b499440 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3759 | 2024.03.26 14:52:30.956685 [ 3 ] {74576140-b5d3-4a12-af47-9d5a2323cad5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3760 | 2024.03.26 14:52:30.956734 [ 3 ] {74576140-b5d3-4a12-af47-9d5a2323cad5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3761 | 2024.03.26 14:52:30.956917 [ 3 ] {74576140-b5d3-4a12-af47-9d5a2323cad5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3762 | 2024.03.26 14:52:30.957612 [ 3 ] {74576140-b5d3-4a12-af47-9d5a2323cad5} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3763 | 2024.03.26 14:52:30.957649 [ 3 ] {74576140-b5d3-4a12-af47-9d5a2323cad5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
3764 | 2024.03.26 14:52:30.958098 [ 3 ] {74576140-b5d3-4a12-af47-9d5a2323cad5} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3765 | 2024.03.26 14:52:30.958450 [ 3 ] {74576140-b5d3-4a12-af47-9d5a2323cad5} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3766 | 2024.03.26 14:52:30.958614 [ 3 ] {74576140-b5d3-4a12-af47-9d5a2323cad5} <Debug> executeQuery: Read 56 rows, 77.38 KiB in 0.002243 sec., 24966.562639322336 rows/sec., 33.69 MiB/sec. | ||
3767 | 2024.03.26 14:52:30.958888 [ 3 ] {74576140-b5d3-4a12-af47-9d5a2323cad5} <Debug> DynamicQueryHandler: Done processing query | ||
3768 | 2024.03.26 14:52:30.958921 [ 3 ] {74576140-b5d3-4a12-af47-9d5a2323cad5} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
3769 | 2024.03.26 14:52:30.958952 [ 3 ] {} <Debug> HTTP-Session: 62bc642d-4864-45c7-963d-f7191b499440 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3770 | 2024.03.26 14:52:31.435620 [ 122 ] {} <Debug> oximeter.fields_ipaddr (b9cacdb2-3543-418a-8ac0-d16d067a037a) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
3771 | 2024.03.26 14:52:31.435717 [ 122 ] {} <Trace> oximeter.fields_ipaddr (b9cacdb2-3543-418a-8ac0-d16d067a037a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3772 | 2024.03.26 14:52:31.435759 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
3773 | 2024.03.26 14:52:31.436276 [ 188 ] {b9cacdb2-3543-418a-8ac0-d16d067a037a::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full | ||
3774 | 2024.03.26 14:52:31.436529 [ 188 ] {b9cacdb2-3543-418a-8ac0-d16d067a037a::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3775 | 2024.03.26 14:52:31.436569 [ 188 ] {b9cacdb2-3543-418a-8ac0-d16d067a037a::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 8 rows starting from the beginning of the part | ||
3776 | 2024.03.26 14:52:31.436651 [ 188 ] {b9cacdb2-3543-418a-8ac0-d16d067a037a::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
3777 | 2024.03.26 14:52:31.436747 [ 188 ] {b9cacdb2-3543-418a-8ac0-d16d067a037a::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
3778 | 2024.03.26 14:52:31.437036 [ 188 ] {b9cacdb2-3543-418a-8ac0-d16d067a037a::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
3779 | 2024.03.26 14:52:31.437146 [ 188 ] {b9cacdb2-3543-418a-8ac0-d16d067a037a::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part | ||
3780 | 2024.03.26 14:52:31.438293 [ 193 ] {b9cacdb2-3543-418a-8ac0-d16d067a037a::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.002425143 sec., 8246.936366226651 rows/sec., 672.48 KiB/sec. | ||
3781 | 2024.03.26 14:52:31.438496 [ 190 ] {b9cacdb2-3543-418a-8ac0-d16d067a037a::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
3782 | 2024.03.26 14:52:31.438985 [ 190 ] {b9cacdb2-3543-418a-8ac0-d16d067a037a::all_1_9_2} <Trace> oximeter.fields_ipaddr (b9cacdb2-3543-418a-8ac0-d16d067a037a): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3783 | 2024.03.26 14:52:31.439072 [ 190 ] {b9cacdb2-3543-418a-8ac0-d16d067a037a::all_1_9_2} <Trace> oximeter.fields_ipaddr (b9cacdb2-3543-418a-8ac0-d16d067a037a) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
3784 | 2024.03.26 14:52:31.439166 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
3785 | 2024.03.26 14:52:31.537912 [ 122 ] {} <Debug> oximeter.fields_u16 (e20b24dd-90f0-4a6f-bcd9-27e96d38dd35) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
3786 | 2024.03.26 14:52:31.537956 [ 122 ] {} <Trace> oximeter.fields_u16 (e20b24dd-90f0-4a6f-bcd9-27e96d38dd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3787 | 2024.03.26 14:52:31.537982 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
3788 | 2024.03.26 14:52:31.538180 [ 188 ] {e20b24dd-90f0-4a6f-bcd9-27e96d38dd35::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full | ||
3789 | 2024.03.26 14:52:31.538382 [ 188 ] {e20b24dd-90f0-4a6f-bcd9-27e96d38dd35::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3790 | 2024.03.26 14:52:31.538418 [ 188 ] {e20b24dd-90f0-4a6f-bcd9-27e96d38dd35::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 8 rows starting from the beginning of the part | ||
3791 | 2024.03.26 14:52:31.538493 [ 188 ] {e20b24dd-90f0-4a6f-bcd9-27e96d38dd35::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
3792 | 2024.03.26 14:52:31.538709 [ 188 ] {e20b24dd-90f0-4a6f-bcd9-27e96d38dd35::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
3793 | 2024.03.26 14:52:31.538941 [ 188 ] {e20b24dd-90f0-4a6f-bcd9-27e96d38dd35::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
3794 | 2024.03.26 14:52:31.539175 [ 188 ] {e20b24dd-90f0-4a6f-bcd9-27e96d38dd35::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part | ||
3795 | 2024.03.26 14:52:31.540117 [ 193 ] {e20b24dd-90f0-4a6f-bcd9-27e96d38dd35::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.002057028 sec., 9722.765076605667 rows/sec., 678.88 KiB/sec. | ||
3796 | 2024.03.26 14:52:31.540288 [ 194 ] {e20b24dd-90f0-4a6f-bcd9-27e96d38dd35::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
3797 | 2024.03.26 14:52:31.540741 [ 194 ] {e20b24dd-90f0-4a6f-bcd9-27e96d38dd35::all_1_9_2} <Trace> oximeter.fields_u16 (e20b24dd-90f0-4a6f-bcd9-27e96d38dd35): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3798 | 2024.03.26 14:52:31.540837 [ 194 ] {e20b24dd-90f0-4a6f-bcd9-27e96d38dd35::all_1_9_2} <Trace> oximeter.fields_u16 (e20b24dd-90f0-4a6f-bcd9-27e96d38dd35) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
3799 | 2024.03.26 14:52:31.540932 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
3800 | 2024.03.26 14:52:32.232029 [ 121 ] {} <Debug> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
3801 | 2024.03.26 14:52:32.232101 [ 121 ] {} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3802 | 2024.03.26 14:52:32.232122 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
3803 | 2024.03.26 14:52:32.232358 [ 188 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_13_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full | ||
3804 | 2024.03.26 14:52:32.232658 [ 188 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3805 | 2024.03.26 14:52:32.232705 [ 188 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 356 rows starting from the beginning of the part | ||
3806 | 2024.03.26 14:52:32.232802 [ 188 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 37 rows starting from the beginning of the part | ||
3807 | 2024.03.26 14:52:32.233079 [ 188 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
3808 | 2024.03.26 14:52:32.233271 [ 188 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 36 rows starting from the beginning of the part | ||
3809 | 2024.03.26 14:52:32.233494 [ 188 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part | ||
3810 | 2024.03.26 14:52:32.234683 [ 193 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 432 rows, containing 5 columns (5 merged, 0 gathered) in 0.002482304 sec., 174031.86716856598 rows/sec., 12.27 MiB/sec. | ||
3811 | 2024.03.26 14:52:32.234898 [ 196 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
3812 | 2024.03.26 14:52:32.235343 [ 196 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_13_3} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3813 | 2024.03.26 14:52:32.235426 [ 196 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_13_3} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
3814 | 2024.03.26 14:52:32.235510 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
3815 | 2024.03.26 14:52:38.686312 [ 119 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3816 | 2024.03.26 14:52:38.686374 [ 119 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3817 | 2024.03.26 14:52:40.947961 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 8077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3818 | 2024.03.26 14:52:40.948084 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3819 | 2024.03.26 14:52:40.948112 [ 3 ] {} <Debug> HTTP-Session: 47c99c13-c5a4-49a8-9c46-aed744109358 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
3820 | 2024.03.26 14:52:40.948140 [ 3 ] {} <Debug> HTTP-Session: 47c99c13-c5a4-49a8-9c46-aed744109358 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3821 | 2024.03.26 14:52:40.948159 [ 3 ] {} <Debug> HTTP-Session: 47c99c13-c5a4-49a8-9c46-aed744109358 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3822 | 2024.03.26 14:52:40.948214 [ 3 ] {} <Trace> HTTP-Session: 47c99c13-c5a4-49a8-9c46-aed744109358 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3823 | 2024.03.26 14:52:40.948345 [ 3 ] {db8c7ec4-6b9c-4231-9d88-c6cd4f8509fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3824 | 2024.03.26 14:52:40.948409 [ 3 ] {db8c7ec4-6b9c-4231-9d88-c6cd4f8509fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3825 | 2024.03.26 14:52:40.948596 [ 3 ] {db8c7ec4-6b9c-4231-9d88-c6cd4f8509fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3826 | 2024.03.26 14:52:40.949050 [ 3 ] {db8c7ec4-6b9c-4231-9d88-c6cd4f8509fa} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3827 | 2024.03.26 14:52:40.949095 [ 3 ] {db8c7ec4-6b9c-4231-9d88-c6cd4f8509fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
3828 | 2024.03.26 14:52:40.949472 [ 3 ] {db8c7ec4-6b9c-4231-9d88-c6cd4f8509fa} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3829 | 2024.03.26 14:52:40.949796 [ 3 ] {db8c7ec4-6b9c-4231-9d88-c6cd4f8509fa} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3830 | 2024.03.26 14:52:40.949960 [ 3 ] {db8c7ec4-6b9c-4231-9d88-c6cd4f8509fa} <Debug> executeQuery: Read 56 rows, 4.54 KiB in 0.001675 sec., 33432.83582089552 rows/sec., 2.65 MiB/sec. | ||
3831 | 2024.03.26 14:52:40.950196 [ 3 ] {db8c7ec4-6b9c-4231-9d88-c6cd4f8509fa} <Debug> DynamicQueryHandler: Done processing query | ||
3832 | 2024.03.26 14:52:40.950244 [ 3 ] {db8c7ec4-6b9c-4231-9d88-c6cd4f8509fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
3833 | 2024.03.26 14:52:40.950280 [ 3 ] {} <Debug> HTTP-Session: 47c99c13-c5a4-49a8-9c46-aed744109358 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3834 | 2024.03.26 14:52:40.950488 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 26882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3835 | 2024.03.26 14:52:40.950540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3836 | 2024.03.26 14:52:40.950558 [ 3 ] {} <Debug> HTTP-Session: 3029e417-e896-4776-abc6-ca167d9739b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
3837 | 2024.03.26 14:52:40.950575 [ 3 ] {} <Debug> HTTP-Session: 3029e417-e896-4776-abc6-ca167d9739b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3838 | 2024.03.26 14:52:40.950588 [ 3 ] {} <Debug> HTTP-Session: 3029e417-e896-4776-abc6-ca167d9739b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3839 | 2024.03.26 14:52:40.950619 [ 3 ] {} <Trace> HTTP-Session: 3029e417-e896-4776-abc6-ca167d9739b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3840 | 2024.03.26 14:52:40.950731 [ 3 ] {1249439f-3696-495d-b836-c9cc9229ae25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3841 | 2024.03.26 14:52:40.950774 [ 3 ] {1249439f-3696-495d-b836-c9cc9229ae25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3842 | 2024.03.26 14:52:40.950923 [ 3 ] {1249439f-3696-495d-b836-c9cc9229ae25} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3843 | 2024.03.26 14:52:40.951428 [ 3 ] {1249439f-3696-495d-b836-c9cc9229ae25} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3844 | 2024.03.26 14:52:40.951465 [ 3 ] {1249439f-3696-495d-b836-c9cc9229ae25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
3845 | 2024.03.26 14:52:40.951770 [ 3 ] {1249439f-3696-495d-b836-c9cc9229ae25} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
3846 | 2024.03.26 14:52:40.952066 [ 3 ] {1249439f-3696-495d-b836-c9cc9229ae25} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3847 | 2024.03.26 14:52:40.952221 [ 3 ] {1249439f-3696-495d-b836-c9cc9229ae25} <Debug> executeQuery: Read 168 rows, 16.63 KiB in 0.001543 sec., 108878.80751782241 rows/sec., 10.53 MiB/sec. | ||
3848 | 2024.03.26 14:52:40.952442 [ 3 ] {1249439f-3696-495d-b836-c9cc9229ae25} <Debug> DynamicQueryHandler: Done processing query | ||
3849 | 2024.03.26 14:52:40.952505 [ 3 ] {1249439f-3696-495d-b836-c9cc9229ae25} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
3850 | 2024.03.26 14:52:40.952568 [ 3 ] {} <Debug> HTTP-Session: 3029e417-e896-4776-abc6-ca167d9739b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3851 | 2024.03.26 14:52:40.952809 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 9534, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3852 | 2024.03.26 14:52:40.952861 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3853 | 2024.03.26 14:52:40.952879 [ 3 ] {} <Debug> HTTP-Session: 77066060-fc05-484b-b53c-06aa4899abbe Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
3854 | 2024.03.26 14:52:40.952896 [ 3 ] {} <Debug> HTTP-Session: 77066060-fc05-484b-b53c-06aa4899abbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3855 | 2024.03.26 14:52:40.952910 [ 3 ] {} <Debug> HTTP-Session: 77066060-fc05-484b-b53c-06aa4899abbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3856 | 2024.03.26 14:52:40.952940 [ 3 ] {} <Trace> HTTP-Session: 77066060-fc05-484b-b53c-06aa4899abbe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3857 | 2024.03.26 14:52:40.953037 [ 3 ] {35617931-009e-4049-b18c-ea0af35b2652} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3858 | 2024.03.26 14:52:40.953079 [ 3 ] {35617931-009e-4049-b18c-ea0af35b2652} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3859 | 2024.03.26 14:52:40.953226 [ 3 ] {35617931-009e-4049-b18c-ea0af35b2652} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3860 | 2024.03.26 14:52:40.953573 [ 3 ] {35617931-009e-4049-b18c-ea0af35b2652} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3861 | 2024.03.26 14:52:40.953609 [ 3 ] {35617931-009e-4049-b18c-ea0af35b2652} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
3862 | 2024.03.26 14:52:40.953907 [ 3 ] {35617931-009e-4049-b18c-ea0af35b2652} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
3863 | 2024.03.26 14:52:40.954204 [ 3 ] {35617931-009e-4049-b18c-ea0af35b2652} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3864 | 2024.03.26 14:52:40.954364 [ 3 ] {35617931-009e-4049-b18c-ea0af35b2652} <Debug> executeQuery: Read 56 rows, 4.48 KiB in 0.001371 sec., 40846.09773887673 rows/sec., 3.19 MiB/sec. | ||
3865 | 2024.03.26 14:52:40.954485 [ 3 ] {35617931-009e-4049-b18c-ea0af35b2652} <Debug> DynamicQueryHandler: Done processing query | ||
3866 | 2024.03.26 14:52:40.954508 [ 3 ] {35617931-009e-4049-b18c-ea0af35b2652} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
3867 | 2024.03.26 14:52:40.954523 [ 3 ] {} <Debug> HTTP-Session: 77066060-fc05-484b-b53c-06aa4899abbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3868 | 2024.03.26 14:52:40.954742 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 59908, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3869 | 2024.03.26 14:52:40.954790 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3870 | 2024.03.26 14:52:40.954808 [ 3 ] {} <Debug> HTTP-Session: 04657d16-d4ea-48e1-898e-3bf7d5a1fd5f Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
3871 | 2024.03.26 14:52:40.954824 [ 3 ] {} <Debug> HTTP-Session: 04657d16-d4ea-48e1-898e-3bf7d5a1fd5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3872 | 2024.03.26 14:52:40.954838 [ 3 ] {} <Debug> HTTP-Session: 04657d16-d4ea-48e1-898e-3bf7d5a1fd5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3873 | 2024.03.26 14:52:40.954867 [ 3 ] {} <Trace> HTTP-Session: 04657d16-d4ea-48e1-898e-3bf7d5a1fd5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3874 | 2024.03.26 14:52:40.955237 [ 3 ] {5ad71d04-3ac3-4791-bbdf-1c367e6ceaca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3875 | 2024.03.26 14:52:40.955283 [ 3 ] {5ad71d04-3ac3-4791-bbdf-1c367e6ceaca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3876 | 2024.03.26 14:52:40.955444 [ 3 ] {5ad71d04-3ac3-4791-bbdf-1c367e6ceaca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3877 | 2024.03.26 14:52:40.956034 [ 3 ] {5ad71d04-3ac3-4791-bbdf-1c367e6ceaca} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3878 | 2024.03.26 14:52:40.956070 [ 3 ] {5ad71d04-3ac3-4791-bbdf-1c367e6ceaca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
3879 | 2024.03.26 14:52:40.956504 [ 3 ] {5ad71d04-3ac3-4791-bbdf-1c367e6ceaca} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3880 | 2024.03.26 14:52:40.956834 [ 3 ] {5ad71d04-3ac3-4791-bbdf-1c367e6ceaca} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3881 | 2024.03.26 14:52:40.956977 [ 3 ] {5ad71d04-3ac3-4791-bbdf-1c367e6ceaca} <Debug> executeQuery: Read 56 rows, 77.38 KiB in 0.002044 sec., 27397.260273972606 rows/sec., 36.97 MiB/sec. | ||
3882 | 2024.03.26 14:52:40.957207 [ 3 ] {5ad71d04-3ac3-4791-bbdf-1c367e6ceaca} <Debug> DynamicQueryHandler: Done processing query | ||
3883 | 2024.03.26 14:52:40.957255 [ 3 ] {5ad71d04-3ac3-4791-bbdf-1c367e6ceaca} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
3884 | 2024.03.26 14:52:40.957283 [ 3 ] {} <Debug> HTTP-Session: 04657d16-d4ea-48e1-898e-3bf7d5a1fd5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3885 | 2024.03.26 14:52:45.946057 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3886 | 2024.03.26 14:52:45.946197 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3887 | 2024.03.26 14:52:45.946228 [ 3 ] {} <Debug> HTTP-Session: 4b806ce9-fdfe-41a1-9368-6c341b7c9521 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
3888 | 2024.03.26 14:52:45.946256 [ 3 ] {} <Debug> HTTP-Session: 4b806ce9-fdfe-41a1-9368-6c341b7c9521 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3889 | 2024.03.26 14:52:45.946274 [ 3 ] {} <Debug> HTTP-Session: 4b806ce9-fdfe-41a1-9368-6c341b7c9521 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3890 | 2024.03.26 14:52:45.946328 [ 3 ] {} <Trace> HTTP-Session: 4b806ce9-fdfe-41a1-9368-6c341b7c9521 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3891 | 2024.03.26 14:52:45.946447 [ 3 ] {ecf808fa-e28f-4583-9228-ea9713efc024} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3892 | 2024.03.26 14:52:45.946511 [ 3 ] {ecf808fa-e28f-4583-9228-ea9713efc024} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3893 | 2024.03.26 14:52:45.946703 [ 3 ] {ecf808fa-e28f-4583-9228-ea9713efc024} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3894 | 2024.03.26 14:52:45.947133 [ 3 ] {ecf808fa-e28f-4583-9228-ea9713efc024} <Trace> oximeter.fields_ipaddr (b9cacdb2-3543-418a-8ac0-d16d067a037a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3895 | 2024.03.26 14:52:45.947179 [ 3 ] {ecf808fa-e28f-4583-9228-ea9713efc024} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
3896 | 2024.03.26 14:52:45.947558 [ 3 ] {ecf808fa-e28f-4583-9228-ea9713efc024} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3897 | 2024.03.26 14:52:45.947895 [ 3 ] {ecf808fa-e28f-4583-9228-ea9713efc024} <Trace> oximeter.fields_ipaddr (b9cacdb2-3543-418a-8ac0-d16d067a037a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3898 | 2024.03.26 14:52:45.948040 [ 3 ] {ecf808fa-e28f-4583-9228-ea9713efc024} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001643 sec., 1217.2854534388314 rows/sec., 99.26 KiB/sec. | ||
3899 | 2024.03.26 14:52:45.948310 [ 3 ] {ecf808fa-e28f-4583-9228-ea9713efc024} <Debug> DynamicQueryHandler: Done processing query | ||
3900 | 2024.03.26 14:52:45.948338 [ 3 ] {ecf808fa-e28f-4583-9228-ea9713efc024} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3901 | 2024.03.26 14:52:45.948355 [ 3 ] {} <Debug> HTTP-Session: 4b806ce9-fdfe-41a1-9368-6c341b7c9521 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3902 | 2024.03.26 14:52:45.948483 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 5133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3903 | 2024.03.26 14:52:45.948538 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3904 | 2024.03.26 14:52:45.948556 [ 3 ] {} <Debug> HTTP-Session: 7c397940-f9ff-4635-a711-edbf53ed6a76 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
3905 | 2024.03.26 14:52:45.948575 [ 3 ] {} <Debug> HTTP-Session: 7c397940-f9ff-4635-a711-edbf53ed6a76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3906 | 2024.03.26 14:52:45.948589 [ 3 ] {} <Debug> HTTP-Session: 7c397940-f9ff-4635-a711-edbf53ed6a76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3907 | 2024.03.26 14:52:45.948623 [ 3 ] {} <Trace> HTTP-Session: 7c397940-f9ff-4635-a711-edbf53ed6a76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3908 | 2024.03.26 14:52:45.948708 [ 3 ] {1e29c0f1-3861-4e60-9738-c36473855900} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3909 | 2024.03.26 14:52:45.948753 [ 3 ] {1e29c0f1-3861-4e60-9738-c36473855900} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3910 | 2024.03.26 14:52:45.948900 [ 3 ] {1e29c0f1-3861-4e60-9738-c36473855900} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3911 | 2024.03.26 14:52:45.949236 [ 3 ] {1e29c0f1-3861-4e60-9738-c36473855900} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3912 | 2024.03.26 14:52:45.949271 [ 3 ] {1e29c0f1-3861-4e60-9738-c36473855900} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
3913 | 2024.03.26 14:52:45.949558 [ 3 ] {1e29c0f1-3861-4e60-9738-c36473855900} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
3914 | 2024.03.26 14:52:45.949851 [ 3 ] {1e29c0f1-3861-4e60-9738-c36473855900} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3915 | 2024.03.26 14:52:45.949968 [ 116 ] {} <Debug> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
3916 | 2024.03.26 14:52:45.949973 [ 3 ] {1e29c0f1-3861-4e60-9738-c36473855900} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001363 sec., 27146.00146735143 rows/sec., 2.05 MiB/sec. | ||
3917 | 2024.03.26 14:52:45.950075 [ 116 ] {} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3918 | 2024.03.26 14:52:45.950111 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
3919 | 2024.03.26 14:52:45.950197 [ 3 ] {1e29c0f1-3861-4e60-9738-c36473855900} <Debug> DynamicQueryHandler: Done processing query | ||
3920 | 2024.03.26 14:52:45.950227 [ 3 ] {1e29c0f1-3861-4e60-9738-c36473855900} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
3921 | 2024.03.26 14:52:45.950248 [ 3 ] {} <Debug> HTTP-Session: 7c397940-f9ff-4635-a711-edbf53ed6a76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3922 | 2024.03.26 14:52:45.950248 [ 192 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::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 | ||
3923 | 2024.03.26 14:52:45.950371 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3924 | 2024.03.26 14:52:45.950407 [ 192 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3925 | 2024.03.26 14:52:45.950441 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3926 | 2024.03.26 14:52:45.950448 [ 192 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 208 rows starting from the beginning of the part | ||
3927 | 2024.03.26 14:52:45.950465 [ 3 ] {} <Debug> HTTP-Session: 8c38b72a-9d63-4690-bb95-3c1588b38e06 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
3928 | 2024.03.26 14:52:45.950486 [ 3 ] {} <Debug> HTTP-Session: 8c38b72a-9d63-4690-bb95-3c1588b38e06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3929 | 2024.03.26 14:52:45.950506 [ 3 ] {} <Debug> HTTP-Session: 8c38b72a-9d63-4690-bb95-3c1588b38e06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3930 | 2024.03.26 14:52:45.950574 [ 192 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 36 rows starting from the beginning of the part | ||
3931 | 2024.03.26 14:52:45.950591 [ 3 ] {} <Trace> HTTP-Session: 8c38b72a-9d63-4690-bb95-3c1588b38e06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3932 | 2024.03.26 14:52:45.950865 [ 3 ] {4d00a13b-1089-4b4f-bea0-0a9de6f31a0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3933 | 2024.03.26 14:52:45.950951 [ 192 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 170 rows starting from the beginning of the part | ||
3934 | 2024.03.26 14:52:45.951038 [ 3 ] {4d00a13b-1089-4b4f-bea0-0a9de6f31a0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3935 | 2024.03.26 14:52:45.951386 [ 192 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 168 rows starting from the beginning of the part | ||
3936 | 2024.03.26 14:52:45.951639 [ 192 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 168 rows starting from the beginning of the part | ||
3937 | 2024.03.26 14:52:45.951856 [ 192 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 37 rows starting from the beginning of the part | ||
3938 | 2024.03.26 14:52:45.952065 [ 3 ] {4d00a13b-1089-4b4f-bea0-0a9de6f31a0d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3939 | 2024.03.26 14:52:45.952522 [ 3 ] {4d00a13b-1089-4b4f-bea0-0a9de6f31a0d} <Trace> oximeter.fields_u16 (e20b24dd-90f0-4a6f-bcd9-27e96d38dd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3940 | 2024.03.26 14:52:45.952561 [ 3 ] {4d00a13b-1089-4b4f-bea0-0a9de6f31a0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
3941 | 2024.03.26 14:52:45.953040 [ 3 ] {4d00a13b-1089-4b4f-bea0-0a9de6f31a0d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3942 | 2024.03.26 14:52:45.953403 [ 192 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 787 rows, containing 4 columns (4 merged, 0 gathered) in 0.003231735 sec., 243522.4422794567 rows/sec., 22.80 MiB/sec. | ||
3943 | 2024.03.26 14:52:45.953467 [ 3 ] {4d00a13b-1089-4b4f-bea0-0a9de6f31a0d} <Trace> oximeter.fields_u16 (e20b24dd-90f0-4a6f-bcd9-27e96d38dd35): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3944 | 2024.03.26 14:52:45.953539 [ 192 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
3945 | 2024.03.26 14:52:45.953648 [ 3 ] {4d00a13b-1089-4b4f-bea0-0a9de6f31a0d} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.002951 sec., 677.7363605557438 rows/sec., 47.32 KiB/sec. | ||
3946 | 2024.03.26 14:52:45.953845 [ 3 ] {4d00a13b-1089-4b4f-bea0-0a9de6f31a0d} <Debug> DynamicQueryHandler: Done processing query | ||
3947 | 2024.03.26 14:52:45.953869 [ 3 ] {4d00a13b-1089-4b4f-bea0-0a9de6f31a0d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3948 | 2024.03.26 14:52:45.953891 [ 3 ] {} <Debug> HTTP-Session: 8c38b72a-9d63-4690-bb95-3c1588b38e06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3949 | 2024.03.26 14:52:45.954008 [ 192 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_31_6} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3950 | 2024.03.26 14:52:45.954049 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 4433, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3951 | 2024.03.26 14:52:45.954095 [ 192 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_31_6} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
3952 | 2024.03.26 14:52:45.954103 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3953 | 2024.03.26 14:52:45.954126 [ 3 ] {} <Debug> HTTP-Session: 74ad401e-d0bc-4fbb-8d1b-9c89febb5a10 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
3954 | 2024.03.26 14:52:45.954165 [ 3 ] {} <Debug> HTTP-Session: 74ad401e-d0bc-4fbb-8d1b-9c89febb5a10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3955 | 2024.03.26 14:52:45.954175 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
3956 | 2024.03.26 14:52:45.954180 [ 3 ] {} <Debug> HTTP-Session: 74ad401e-d0bc-4fbb-8d1b-9c89febb5a10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3957 | 2024.03.26 14:52:45.954220 [ 3 ] {} <Trace> HTTP-Session: 74ad401e-d0bc-4fbb-8d1b-9c89febb5a10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3958 | 2024.03.26 14:52:45.954292 [ 3 ] {809b082e-3131-4f64-850f-1906e7f12234} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3959 | 2024.03.26 14:52:45.954332 [ 3 ] {809b082e-3131-4f64-850f-1906e7f12234} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3960 | 2024.03.26 14:52:45.954455 [ 3 ] {809b082e-3131-4f64-850f-1906e7f12234} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3961 | 2024.03.26 14:52:45.954743 [ 3 ] {809b082e-3131-4f64-850f-1906e7f12234} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3962 | 2024.03.26 14:52:45.954778 [ 3 ] {809b082e-3131-4f64-850f-1906e7f12234} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
3963 | 2024.03.26 14:52:45.955082 [ 3 ] {809b082e-3131-4f64-850f-1906e7f12234} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
3964 | 2024.03.26 14:52:45.955385 [ 3 ] {809b082e-3131-4f64-850f-1906e7f12234} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3965 | 2024.03.26 14:52:45.955502 [ 116 ] {} <Debug> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
3966 | 2024.03.26 14:52:45.955508 [ 3 ] {809b082e-3131-4f64-850f-1906e7f12234} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.001244 sec., 20900.321543408358 rows/sec., 1.62 MiB/sec. | ||
3967 | 2024.03.26 14:52:45.955531 [ 116 ] {} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3968 | 2024.03.26 14:52:45.955563 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
3969 | 2024.03.26 14:52:45.955668 [ 3 ] {809b082e-3131-4f64-850f-1906e7f12234} <Debug> DynamicQueryHandler: Done processing query | ||
3970 | 2024.03.26 14:52:45.955672 [ 188 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::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 | ||
3971 | 2024.03.26 14:52:45.955694 [ 3 ] {809b082e-3131-4f64-850f-1906e7f12234} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
3972 | 2024.03.26 14:52:45.955725 [ 3 ] {} <Debug> HTTP-Session: 74ad401e-d0bc-4fbb-8d1b-9c89febb5a10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3973 | 2024.03.26 14:52:45.955808 [ 188 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3974 | 2024.03.26 14:52:45.955838 [ 188 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 106 rows starting from the beginning of the part | ||
3975 | 2024.03.26 14:52:45.955853 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 7217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3976 | 2024.03.26 14:52:45.955895 [ 188 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 24 rows starting from the beginning of the part | ||
3977 | 2024.03.26 14:52:45.955925 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3978 | 2024.03.26 14:52:45.955986 [ 3 ] {} <Debug> HTTP-Session: 21e610e3-8399-4262-bb6d-b191f5244b1d Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
3979 | 2024.03.26 14:52:45.956077 [ 3 ] {} <Debug> HTTP-Session: 21e610e3-8399-4262-bb6d-b191f5244b1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3980 | 2024.03.26 14:52:45.956158 [ 3 ] {} <Debug> HTTP-Session: 21e610e3-8399-4262-bb6d-b191f5244b1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3981 | 2024.03.26 14:52:45.956191 [ 188 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::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 | ||
3982 | 2024.03.26 14:52:45.956232 [ 3 ] {} <Trace> HTTP-Session: 21e610e3-8399-4262-bb6d-b191f5244b1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3983 | 2024.03.26 14:52:45.956300 [ 188 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::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 | ||
3984 | 2024.03.26 14:52:45.956431 [ 3 ] {680e70f2-19fe-4974-9308-ae4e74e9d83a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3985 | 2024.03.26 14:52:45.956468 [ 188 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 56 rows starting from the beginning of the part | ||
3986 | 2024.03.26 14:52:45.956527 [ 3 ] {680e70f2-19fe-4974-9308-ae4e74e9d83a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3987 | 2024.03.26 14:52:45.956598 [ 188 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 26 rows starting from the beginning of the part | ||
3988 | 2024.03.26 14:52:45.957076 [ 3 ] {680e70f2-19fe-4974-9308-ae4e74e9d83a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3989 | 2024.03.26 14:52:45.957621 [ 3 ] {680e70f2-19fe-4974-9308-ae4e74e9d83a} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3990 | 2024.03.26 14:52:45.957665 [ 3 ] {680e70f2-19fe-4974-9308-ae4e74e9d83a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
3991 | 2024.03.26 14:52:45.958169 [ 188 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 328 rows, containing 4 columns (4 merged, 0 gathered) in 0.002542185 sec., 129022.86812328764 rows/sec., 10.07 MiB/sec. | ||
3992 | 2024.03.26 14:52:45.958255 [ 3 ] {680e70f2-19fe-4974-9308-ae4e74e9d83a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3993 | 2024.03.26 14:52:45.958286 [ 188 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
3994 | 2024.03.26 14:52:45.958832 [ 3 ] {680e70f2-19fe-4974-9308-ae4e74e9d83a} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3995 | 2024.03.26 14:52:45.958857 [ 188 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_31_6} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3996 | 2024.03.26 14:52:45.958971 [ 188 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_31_6} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
3997 | 2024.03.26 14:52:45.959038 [ 3 ] {680e70f2-19fe-4974-9308-ae4e74e9d83a} <Debug> executeQuery: Read 37 rows, 2.67 KiB in 0.002702 sec., 13693.560325684679 rows/sec., 988.85 KiB/sec. | ||
3998 | 2024.03.26 14:52:45.959194 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
3999 | 2024.03.26 14:52:45.959479 [ 3 ] {680e70f2-19fe-4974-9308-ae4e74e9d83a} <Debug> DynamicQueryHandler: Done processing query | ||
4000 | 2024.03.26 14:52:45.959505 [ 3 ] {680e70f2-19fe-4974-9308-ae4e74e9d83a} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
4001 | 2024.03.26 14:52:45.959521 [ 3 ] {} <Debug> HTTP-Session: 21e610e3-8399-4262-bb6d-b191f5244b1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4002 | 2024.03.26 14:52:50.948431 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 8077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4003 | 2024.03.26 14:52:50.948574 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4004 | 2024.03.26 14:52:50.948604 [ 3 ] {} <Debug> HTTP-Session: 6223b26c-372c-4d3e-8fe5-44340dbdd122 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
4005 | 2024.03.26 14:52:50.948633 [ 3 ] {} <Debug> HTTP-Session: 6223b26c-372c-4d3e-8fe5-44340dbdd122 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4006 | 2024.03.26 14:52:50.948652 [ 3 ] {} <Debug> HTTP-Session: 6223b26c-372c-4d3e-8fe5-44340dbdd122 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4007 | 2024.03.26 14:52:50.948706 [ 3 ] {} <Trace> HTTP-Session: 6223b26c-372c-4d3e-8fe5-44340dbdd122 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4008 | 2024.03.26 14:52:50.948852 [ 3 ] {08835e9a-fdfc-4239-947b-10f25d1fab4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4009 | 2024.03.26 14:52:50.948925 [ 3 ] {08835e9a-fdfc-4239-947b-10f25d1fab4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4010 | 2024.03.26 14:52:50.949143 [ 3 ] {08835e9a-fdfc-4239-947b-10f25d1fab4e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4011 | 2024.03.26 14:52:50.949681 [ 3 ] {08835e9a-fdfc-4239-947b-10f25d1fab4e} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4012 | 2024.03.26 14:52:50.949732 [ 3 ] {08835e9a-fdfc-4239-947b-10f25d1fab4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
4013 | 2024.03.26 14:52:50.950124 [ 3 ] {08835e9a-fdfc-4239-947b-10f25d1fab4e} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4014 | 2024.03.26 14:52:50.950465 [ 3 ] {08835e9a-fdfc-4239-947b-10f25d1fab4e} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4015 | 2024.03.26 14:52:50.950636 [ 3 ] {08835e9a-fdfc-4239-947b-10f25d1fab4e} <Debug> executeQuery: Read 56 rows, 4.54 KiB in 0.001855 sec., 30188.679245283016 rows/sec., 2.39 MiB/sec. | ||
4016 | 2024.03.26 14:52:50.950889 [ 3 ] {08835e9a-fdfc-4239-947b-10f25d1fab4e} <Debug> DynamicQueryHandler: Done processing query | ||
4017 | 2024.03.26 14:52:50.950946 [ 3 ] {08835e9a-fdfc-4239-947b-10f25d1fab4e} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4018 | 2024.03.26 14:52:50.951006 [ 3 ] {} <Debug> HTTP-Session: 6223b26c-372c-4d3e-8fe5-44340dbdd122 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4019 | 2024.03.26 14:52:50.951222 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4020 | 2024.03.26 14:52:50.951278 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4021 | 2024.03.26 14:52:50.951298 [ 3 ] {} <Debug> HTTP-Session: 4d7af6ea-5362-4590-9653-8087f1521134 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
4022 | 2024.03.26 14:52:50.951317 [ 3 ] {} <Debug> HTTP-Session: 4d7af6ea-5362-4590-9653-8087f1521134 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4023 | 2024.03.26 14:52:50.951331 [ 3 ] {} <Debug> HTTP-Session: 4d7af6ea-5362-4590-9653-8087f1521134 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4024 | 2024.03.26 14:52:50.951367 [ 3 ] {} <Trace> HTTP-Session: 4d7af6ea-5362-4590-9653-8087f1521134 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4025 | 2024.03.26 14:52:50.951440 [ 3 ] {9a652bcd-b701-43da-bcb0-e45cb232e3f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4026 | 2024.03.26 14:52:50.951486 [ 3 ] {9a652bcd-b701-43da-bcb0-e45cb232e3f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4027 | 2024.03.26 14:52:50.951637 [ 3 ] {9a652bcd-b701-43da-bcb0-e45cb232e3f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4028 | 2024.03.26 14:52:50.951949 [ 3 ] {9a652bcd-b701-43da-bcb0-e45cb232e3f1} <Trace> oximeter.fields_ipaddr (b9cacdb2-3543-418a-8ac0-d16d067a037a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4029 | 2024.03.26 14:52:50.951988 [ 3 ] {9a652bcd-b701-43da-bcb0-e45cb232e3f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
4030 | 2024.03.26 14:52:50.952284 [ 3 ] {9a652bcd-b701-43da-bcb0-e45cb232e3f1} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4031 | 2024.03.26 14:52:50.952594 [ 3 ] {9a652bcd-b701-43da-bcb0-e45cb232e3f1} <Trace> oximeter.fields_ipaddr (b9cacdb2-3543-418a-8ac0-d16d067a037a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4032 | 2024.03.26 14:52:50.952737 [ 3 ] {9a652bcd-b701-43da-bcb0-e45cb232e3f1} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001322 sec., 1512.8593040847202 rows/sec., 123.36 KiB/sec. | ||
4033 | 2024.03.26 14:52:50.952878 [ 3 ] {9a652bcd-b701-43da-bcb0-e45cb232e3f1} <Debug> DynamicQueryHandler: Done processing query | ||
4034 | 2024.03.26 14:52:50.952902 [ 3 ] {9a652bcd-b701-43da-bcb0-e45cb232e3f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4035 | 2024.03.26 14:52:50.952918 [ 3 ] {} <Debug> HTTP-Session: 4d7af6ea-5362-4590-9653-8087f1521134 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4036 | 2024.03.26 14:52:50.953142 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 27031, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4037 | 2024.03.26 14:52:50.953192 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4038 | 2024.03.26 14:52:50.953210 [ 3 ] {} <Debug> HTTP-Session: 1d3a9fb3-443e-4d4c-a006-2b0a471be94c Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
4039 | 2024.03.26 14:52:50.953227 [ 3 ] {} <Debug> HTTP-Session: 1d3a9fb3-443e-4d4c-a006-2b0a471be94c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4040 | 2024.03.26 14:52:50.953241 [ 3 ] {} <Debug> HTTP-Session: 1d3a9fb3-443e-4d4c-a006-2b0a471be94c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4041 | 2024.03.26 14:52:50.953272 [ 3 ] {} <Trace> HTTP-Session: 1d3a9fb3-443e-4d4c-a006-2b0a471be94c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4042 | 2024.03.26 14:52:50.953382 [ 3 ] {b4d662fe-286a-4415-a657-66f7b1633558} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4043 | 2024.03.26 14:52:50.953425 [ 3 ] {b4d662fe-286a-4415-a657-66f7b1633558} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4044 | 2024.03.26 14:52:50.953552 [ 3 ] {b4d662fe-286a-4415-a657-66f7b1633558} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4045 | 2024.03.26 14:52:50.953961 [ 3 ] {b4d662fe-286a-4415-a657-66f7b1633558} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4046 | 2024.03.26 14:52:50.954000 [ 3 ] {b4d662fe-286a-4415-a657-66f7b1633558} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
4047 | 2024.03.26 14:52:50.954311 [ 3 ] {b4d662fe-286a-4415-a657-66f7b1633558} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4048 | 2024.03.26 14:52:50.954629 [ 3 ] {b4d662fe-286a-4415-a657-66f7b1633558} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4049 | 2024.03.26 14:52:50.954777 [ 3 ] {b4d662fe-286a-4415-a657-66f7b1633558} <Debug> executeQuery: Read 169 rows, 16.72 KiB in 0.001457 sec., 115991.76389842141 rows/sec., 11.21 MiB/sec. | ||
4050 | 2024.03.26 14:52:50.954902 [ 3 ] {b4d662fe-286a-4415-a657-66f7b1633558} <Debug> DynamicQueryHandler: Done processing query | ||
4051 | 2024.03.26 14:52:50.954927 [ 3 ] {b4d662fe-286a-4415-a657-66f7b1633558} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
4052 | 2024.03.26 14:52:50.954942 [ 3 ] {} <Debug> HTTP-Session: 1d3a9fb3-443e-4d4c-a006-2b0a471be94c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4053 | 2024.03.26 14:52:50.955057 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4054 | 2024.03.26 14:52:50.955110 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4055 | 2024.03.26 14:52:50.955128 [ 3 ] {} <Debug> HTTP-Session: 89bfd3c7-80db-4c73-866e-140fe4eae4f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
4056 | 2024.03.26 14:52:50.955145 [ 3 ] {} <Debug> HTTP-Session: 89bfd3c7-80db-4c73-866e-140fe4eae4f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4057 | 2024.03.26 14:52:50.955159 [ 3 ] {} <Debug> HTTP-Session: 89bfd3c7-80db-4c73-866e-140fe4eae4f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4058 | 2024.03.26 14:52:50.955189 [ 3 ] {} <Trace> HTTP-Session: 89bfd3c7-80db-4c73-866e-140fe4eae4f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4059 | 2024.03.26 14:52:50.955251 [ 3 ] {1b786e73-503b-4ea2-8da4-1710b37fb5d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4060 | 2024.03.26 14:52:50.955292 [ 3 ] {1b786e73-503b-4ea2-8da4-1710b37fb5d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4061 | 2024.03.26 14:52:50.955418 [ 3 ] {1b786e73-503b-4ea2-8da4-1710b37fb5d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4062 | 2024.03.26 14:52:50.955673 [ 3 ] {1b786e73-503b-4ea2-8da4-1710b37fb5d3} <Trace> oximeter.fields_u16 (e20b24dd-90f0-4a6f-bcd9-27e96d38dd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4063 | 2024.03.26 14:52:50.955709 [ 3 ] {1b786e73-503b-4ea2-8da4-1710b37fb5d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
4064 | 2024.03.26 14:52:50.956007 [ 3 ] {1b786e73-503b-4ea2-8da4-1710b37fb5d3} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4065 | 2024.03.26 14:52:50.956305 [ 3 ] {1b786e73-503b-4ea2-8da4-1710b37fb5d3} <Trace> oximeter.fields_u16 (e20b24dd-90f0-4a6f-bcd9-27e96d38dd35): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4066 | 2024.03.26 14:52:50.956458 [ 3 ] {1b786e73-503b-4ea2-8da4-1710b37fb5d3} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001216 sec., 1644.7368421052631 rows/sec., 114.84 KiB/sec. | ||
4067 | 2024.03.26 14:52:50.956581 [ 3 ] {1b786e73-503b-4ea2-8da4-1710b37fb5d3} <Debug> DynamicQueryHandler: Done processing query | ||
4068 | 2024.03.26 14:52:50.956605 [ 3 ] {1b786e73-503b-4ea2-8da4-1710b37fb5d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4069 | 2024.03.26 14:52:50.956621 [ 3 ] {} <Debug> HTTP-Session: 89bfd3c7-80db-4c73-866e-140fe4eae4f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4070 | 2024.03.26 14:52:50.956773 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 9875, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4071 | 2024.03.26 14:52:50.956822 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4072 | 2024.03.26 14:52:50.956839 [ 3 ] {} <Debug> HTTP-Session: f0bb0a22-d7a6-4bb6-87b8-9b500ef296b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
4073 | 2024.03.26 14:52:50.956856 [ 3 ] {} <Debug> HTTP-Session: f0bb0a22-d7a6-4bb6-87b8-9b500ef296b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4074 | 2024.03.26 14:52:50.956870 [ 3 ] {} <Debug> HTTP-Session: f0bb0a22-d7a6-4bb6-87b8-9b500ef296b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4075 | 2024.03.26 14:52:50.956900 [ 3 ] {} <Trace> HTTP-Session: f0bb0a22-d7a6-4bb6-87b8-9b500ef296b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4076 | 2024.03.26 14:52:50.956994 [ 3 ] {062699e8-797a-4626-a486-5bca2dbef331} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4077 | 2024.03.26 14:52:50.957034 [ 3 ] {062699e8-797a-4626-a486-5bca2dbef331} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4078 | 2024.03.26 14:52:50.957158 [ 3 ] {062699e8-797a-4626-a486-5bca2dbef331} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4079 | 2024.03.26 14:52:50.957455 [ 3 ] {062699e8-797a-4626-a486-5bca2dbef331} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4080 | 2024.03.26 14:52:50.957493 [ 3 ] {062699e8-797a-4626-a486-5bca2dbef331} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
4081 | 2024.03.26 14:52:50.957790 [ 3 ] {062699e8-797a-4626-a486-5bca2dbef331} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
4082 | 2024.03.26 14:52:50.958081 [ 3 ] {062699e8-797a-4626-a486-5bca2dbef331} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4083 | 2024.03.26 14:52:50.958237 [ 3 ] {062699e8-797a-4626-a486-5bca2dbef331} <Debug> executeQuery: Read 58 rows, 4.65 KiB in 0.001287 sec., 45066.045066045066 rows/sec., 3.53 MiB/sec. | ||
4084 | 2024.03.26 14:52:50.958429 [ 3 ] {062699e8-797a-4626-a486-5bca2dbef331} <Debug> DynamicQueryHandler: Done processing query | ||
4085 | 2024.03.26 14:52:50.958478 [ 3 ] {062699e8-797a-4626-a486-5bca2dbef331} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
4086 | 2024.03.26 14:52:50.958523 [ 3 ] {} <Debug> HTTP-Session: f0bb0a22-d7a6-4bb6-87b8-9b500ef296b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4087 | 2024.03.26 14:52:50.958650 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 257, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4088 | 2024.03.26 14:52:50.958700 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4089 | 2024.03.26 14:52:50.958719 [ 3 ] {} <Debug> HTTP-Session: ce02dc4e-c9f8-40c8-bcf7-2a76d3cd88f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
4090 | 2024.03.26 14:52:50.958736 [ 3 ] {} <Debug> HTTP-Session: ce02dc4e-c9f8-40c8-bcf7-2a76d3cd88f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4091 | 2024.03.26 14:52:50.958750 [ 3 ] {} <Debug> HTTP-Session: ce02dc4e-c9f8-40c8-bcf7-2a76d3cd88f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4092 | 2024.03.26 14:52:50.958781 [ 3 ] {} <Trace> HTTP-Session: ce02dc4e-c9f8-40c8-bcf7-2a76d3cd88f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4093 | 2024.03.26 14:52:50.958846 [ 3 ] {4392a00f-9136-43c1-9443-c286d4ddfa4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4094 | 2024.03.26 14:52:50.958892 [ 3 ] {4392a00f-9136-43c1-9443-c286d4ddfa4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4095 | 2024.03.26 14:52:50.959053 [ 3 ] {4392a00f-9136-43c1-9443-c286d4ddfa4b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4096 | 2024.03.26 14:52:50.959310 [ 3 ] {4392a00f-9136-43c1-9443-c286d4ddfa4b} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4097 | 2024.03.26 14:52:50.959347 [ 3 ] {4392a00f-9136-43c1-9443-c286d4ddfa4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
4098 | 2024.03.26 14:52:50.959704 [ 3 ] {4392a00f-9136-43c1-9443-c286d4ddfa4b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4099 | 2024.03.26 14:52:50.960039 [ 3 ] {4392a00f-9136-43c1-9443-c286d4ddfa4b} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4100 | 2024.03.26 14:52:50.960192 [ 3 ] {4392a00f-9136-43c1-9443-c286d4ddfa4b} <Debug> executeQuery: Read 1 rows, 72.00 B in 0.001367 sec., 731.528895391368 rows/sec., 51.44 KiB/sec. | ||
4101 | 2024.03.26 14:52:50.960316 [ 3 ] {4392a00f-9136-43c1-9443-c286d4ddfa4b} <Debug> DynamicQueryHandler: Done processing query | ||
4102 | 2024.03.26 14:52:50.960340 [ 3 ] {4392a00f-9136-43c1-9443-c286d4ddfa4b} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4103 | 2024.03.26 14:52:50.960356 [ 3 ] {} <Debug> HTTP-Session: ce02dc4e-c9f8-40c8-bcf7-2a76d3cd88f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4104 | 2024.03.26 14:52:50.960490 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 59908, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4105 | 2024.03.26 14:52:50.960539 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4106 | 2024.03.26 14:52:50.960557 [ 3 ] {} <Debug> HTTP-Session: 0820344d-cfe6-4488-8d31-a2a65506ff3a Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
4107 | 2024.03.26 14:52:50.960574 [ 3 ] {} <Debug> HTTP-Session: 0820344d-cfe6-4488-8d31-a2a65506ff3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4108 | 2024.03.26 14:52:50.960588 [ 3 ] {} <Debug> HTTP-Session: 0820344d-cfe6-4488-8d31-a2a65506ff3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4109 | 2024.03.26 14:52:50.960619 [ 3 ] {} <Trace> HTTP-Session: 0820344d-cfe6-4488-8d31-a2a65506ff3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4110 | 2024.03.26 14:52:50.960978 [ 3 ] {4ad0496e-fcb7-43f1-ae6c-8d933f99dff7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4111 | 2024.03.26 14:52:50.961023 [ 3 ] {4ad0496e-fcb7-43f1-ae6c-8d933f99dff7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4112 | 2024.03.26 14:52:50.961190 [ 3 ] {4ad0496e-fcb7-43f1-ae6c-8d933f99dff7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4113 | 2024.03.26 14:52:50.961952 [ 3 ] {4ad0496e-fcb7-43f1-ae6c-8d933f99dff7} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4114 | 2024.03.26 14:52:50.961989 [ 3 ] {4ad0496e-fcb7-43f1-ae6c-8d933f99dff7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
4115 | 2024.03.26 14:52:50.962414 [ 3 ] {4ad0496e-fcb7-43f1-ae6c-8d933f99dff7} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4116 | 2024.03.26 14:52:50.962743 [ 3 ] {4ad0496e-fcb7-43f1-ae6c-8d933f99dff7} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4117 | 2024.03.26 14:52:50.962906 [ 3 ] {4ad0496e-fcb7-43f1-ae6c-8d933f99dff7} <Debug> executeQuery: Read 56 rows, 77.38 KiB in 0.002221 sec., 25213.86762719496 rows/sec., 34.02 MiB/sec. | ||
4118 | 2024.03.26 14:52:50.963164 [ 3 ] {4ad0496e-fcb7-43f1-ae6c-8d933f99dff7} <Debug> DynamicQueryHandler: Done processing query | ||
4119 | 2024.03.26 14:52:50.963219 [ 3 ] {4ad0496e-fcb7-43f1-ae6c-8d933f99dff7} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
4120 | 2024.03.26 14:52:50.963269 [ 3 ] {} <Debug> HTTP-Session: 0820344d-cfe6-4488-8d31-a2a65506ff3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4121 | 2024.03.26 14:52:53.686416 [ 112 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4122 | 2024.03.26 14:52:53.686480 [ 112 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4123 | 2024.03.26 14:53:00.948309 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 8077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4124 | 2024.03.26 14:53:00.948437 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4125 | 2024.03.26 14:53:00.948462 [ 3 ] {} <Debug> HTTP-Session: a7f84066-0e07-4b41-a474-af450d180700 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
4126 | 2024.03.26 14:53:00.948487 [ 3 ] {} <Debug> HTTP-Session: a7f84066-0e07-4b41-a474-af450d180700 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4127 | 2024.03.26 14:53:00.948502 [ 3 ] {} <Debug> HTTP-Session: a7f84066-0e07-4b41-a474-af450d180700 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4128 | 2024.03.26 14:53:00.948550 [ 3 ] {} <Trace> HTTP-Session: a7f84066-0e07-4b41-a474-af450d180700 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4129 | 2024.03.26 14:53:00.948680 [ 3 ] {182ba139-9344-4e7b-8f57-2d01fa54f594} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4130 | 2024.03.26 14:53:00.948743 [ 3 ] {182ba139-9344-4e7b-8f57-2d01fa54f594} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4131 | 2024.03.26 14:53:00.948938 [ 3 ] {182ba139-9344-4e7b-8f57-2d01fa54f594} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4132 | 2024.03.26 14:53:00.949383 [ 3 ] {182ba139-9344-4e7b-8f57-2d01fa54f594} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4133 | 2024.03.26 14:53:00.949426 [ 3 ] {182ba139-9344-4e7b-8f57-2d01fa54f594} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
4134 | 2024.03.26 14:53:00.949811 [ 3 ] {182ba139-9344-4e7b-8f57-2d01fa54f594} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4135 | 2024.03.26 14:53:00.950150 [ 3 ] {182ba139-9344-4e7b-8f57-2d01fa54f594} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4136 | 2024.03.26 14:53:00.950298 [ 3 ] {182ba139-9344-4e7b-8f57-2d01fa54f594} <Debug> executeQuery: Read 56 rows, 4.54 KiB in 0.001681 sec., 33313.50386674598 rows/sec., 2.64 MiB/sec. | ||
4137 | 2024.03.26 14:53:00.950454 [ 3 ] {182ba139-9344-4e7b-8f57-2d01fa54f594} <Debug> DynamicQueryHandler: Done processing query | ||
4138 | 2024.03.26 14:53:00.950480 [ 3 ] {182ba139-9344-4e7b-8f57-2d01fa54f594} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4139 | 2024.03.26 14:53:00.950496 [ 3 ] {} <Debug> HTTP-Session: a7f84066-0e07-4b41-a474-af450d180700 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4140 | 2024.03.26 14:53:00.950666 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 26882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4141 | 2024.03.26 14:53:00.950723 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4142 | 2024.03.26 14:53:00.950742 [ 3 ] {} <Debug> HTTP-Session: e166957f-894b-4218-be56-9689384e9554 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
4143 | 2024.03.26 14:53:00.950760 [ 3 ] {} <Debug> HTTP-Session: e166957f-894b-4218-be56-9689384e9554 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4144 | 2024.03.26 14:53:00.950774 [ 3 ] {} <Debug> HTTP-Session: e166957f-894b-4218-be56-9689384e9554 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4145 | 2024.03.26 14:53:00.950809 [ 3 ] {} <Trace> HTTP-Session: e166957f-894b-4218-be56-9689384e9554 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4146 | 2024.03.26 14:53:00.950927 [ 3 ] {11c316cf-5dec-418c-a5bd-4ab928da1f82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4147 | 2024.03.26 14:53:00.950972 [ 3 ] {11c316cf-5dec-418c-a5bd-4ab928da1f82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4148 | 2024.03.26 14:53:00.951101 [ 3 ] {11c316cf-5dec-418c-a5bd-4ab928da1f82} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4149 | 2024.03.26 14:53:00.951568 [ 3 ] {11c316cf-5dec-418c-a5bd-4ab928da1f82} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4150 | 2024.03.26 14:53:00.951605 [ 3 ] {11c316cf-5dec-418c-a5bd-4ab928da1f82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
4151 | 2024.03.26 14:53:00.951924 [ 3 ] {11c316cf-5dec-418c-a5bd-4ab928da1f82} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
4152 | 2024.03.26 14:53:00.952243 [ 3 ] {11c316cf-5dec-418c-a5bd-4ab928da1f82} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4153 | 2024.03.26 14:53:00.952370 [ 3 ] {11c316cf-5dec-418c-a5bd-4ab928da1f82} <Debug> executeQuery: Read 168 rows, 16.63 KiB in 0.001509 sec., 111332.0079522863 rows/sec., 10.76 MiB/sec. | ||
4154 | 2024.03.26 14:53:00.952498 [ 3 ] {11c316cf-5dec-418c-a5bd-4ab928da1f82} <Debug> DynamicQueryHandler: Done processing query | ||
4155 | 2024.03.26 14:53:00.952523 [ 3 ] {11c316cf-5dec-418c-a5bd-4ab928da1f82} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
4156 | 2024.03.26 14:53:00.952538 [ 3 ] {} <Debug> HTTP-Session: e166957f-894b-4218-be56-9689384e9554 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4157 | 2024.03.26 14:53:00.952693 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 9534, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4158 | 2024.03.26 14:53:00.952745 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4159 | 2024.03.26 14:53:00.952763 [ 3 ] {} <Debug> HTTP-Session: a1d37e3f-8c7e-41af-bb23-18a312aae174 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
4160 | 2024.03.26 14:53:00.952781 [ 3 ] {} <Debug> HTTP-Session: a1d37e3f-8c7e-41af-bb23-18a312aae174 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4161 | 2024.03.26 14:53:00.952794 [ 3 ] {} <Debug> HTTP-Session: a1d37e3f-8c7e-41af-bb23-18a312aae174 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4162 | 2024.03.26 14:53:00.952827 [ 3 ] {} <Trace> HTTP-Session: a1d37e3f-8c7e-41af-bb23-18a312aae174 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4163 | 2024.03.26 14:53:00.952908 [ 3 ] {67a045da-b488-46af-a155-c9babd6ce65c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4164 | 2024.03.26 14:53:00.952950 [ 3 ] {67a045da-b488-46af-a155-c9babd6ce65c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4165 | 2024.03.26 14:53:00.953075 [ 3 ] {67a045da-b488-46af-a155-c9babd6ce65c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4166 | 2024.03.26 14:53:00.953449 [ 3 ] {67a045da-b488-46af-a155-c9babd6ce65c} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4167 | 2024.03.26 14:53:00.953486 [ 3 ] {67a045da-b488-46af-a155-c9babd6ce65c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
4168 | 2024.03.26 14:53:00.953787 [ 3 ] {67a045da-b488-46af-a155-c9babd6ce65c} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
4169 | 2024.03.26 14:53:00.954092 [ 3 ] {67a045da-b488-46af-a155-c9babd6ce65c} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4170 | 2024.03.26 14:53:00.954220 [ 3 ] {67a045da-b488-46af-a155-c9babd6ce65c} <Debug> executeQuery: Read 56 rows, 4.48 KiB in 0.001346 sec., 41604.75482912333 rows/sec., 3.25 MiB/sec. | ||
4171 | 2024.03.26 14:53:00.954344 [ 3 ] {67a045da-b488-46af-a155-c9babd6ce65c} <Debug> DynamicQueryHandler: Done processing query | ||
4172 | 2024.03.26 14:53:00.954367 [ 3 ] {67a045da-b488-46af-a155-c9babd6ce65c} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
4173 | 2024.03.26 14:53:00.954383 [ 3 ] {} <Debug> HTTP-Session: a1d37e3f-8c7e-41af-bb23-18a312aae174 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4174 | 2024.03.26 14:53:00.954584 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 59908, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4175 | 2024.03.26 14:53:00.954633 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4176 | 2024.03.26 14:53:00.954651 [ 3 ] {} <Debug> HTTP-Session: 434d5fc6-b980-41bd-b52d-b36f004bb613 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
4177 | 2024.03.26 14:53:00.954668 [ 3 ] {} <Debug> HTTP-Session: 434d5fc6-b980-41bd-b52d-b36f004bb613 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4178 | 2024.03.26 14:53:00.954682 [ 3 ] {} <Debug> HTTP-Session: 434d5fc6-b980-41bd-b52d-b36f004bb613 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4179 | 2024.03.26 14:53:00.954712 [ 3 ] {} <Trace> HTTP-Session: 434d5fc6-b980-41bd-b52d-b36f004bb613 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4180 | 2024.03.26 14:53:00.955082 [ 3 ] {e6988d61-d976-4ecb-8374-0912d1ebcff3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4181 | 2024.03.26 14:53:00.955129 [ 3 ] {e6988d61-d976-4ecb-8374-0912d1ebcff3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4182 | 2024.03.26 14:53:00.955285 [ 3 ] {e6988d61-d976-4ecb-8374-0912d1ebcff3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4183 | 2024.03.26 14:53:00.955984 [ 3 ] {e6988d61-d976-4ecb-8374-0912d1ebcff3} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4184 | 2024.03.26 14:53:00.956019 [ 3 ] {e6988d61-d976-4ecb-8374-0912d1ebcff3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
4185 | 2024.03.26 14:53:00.956458 [ 3 ] {e6988d61-d976-4ecb-8374-0912d1ebcff3} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4186 | 2024.03.26 14:53:00.956788 [ 3 ] {e6988d61-d976-4ecb-8374-0912d1ebcff3} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4187 | 2024.03.26 14:53:00.956923 [ 3 ] {e6988d61-d976-4ecb-8374-0912d1ebcff3} <Debug> executeQuery: Read 56 rows, 77.38 KiB in 0.00215 sec., 26046.511627906977 rows/sec., 35.15 MiB/sec. | ||
4188 | 2024.03.26 14:53:00.957052 [ 3 ] {e6988d61-d976-4ecb-8374-0912d1ebcff3} <Debug> DynamicQueryHandler: Done processing query | ||
4189 | 2024.03.26 14:53:00.957077 [ 3 ] {e6988d61-d976-4ecb-8374-0912d1ebcff3} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
4190 | 2024.03.26 14:53:00.957093 [ 3 ] {} <Debug> HTTP-Session: 434d5fc6-b980-41bd-b52d-b36f004bb613 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4191 | 2024.03.26 14:53:08.686525 [ 104 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4192 | 2024.03.26 14:53:08.686585 [ 104 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4193 | 2024.03.26 14:53:10.947598 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 8077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4194 | 2024.03.26 14:53:10.947724 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4195 | 2024.03.26 14:53:10.947752 [ 3 ] {} <Debug> HTTP-Session: bbbce584-218f-4b3f-a8b2-b2339d048d97 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
4196 | 2024.03.26 14:53:10.947781 [ 3 ] {} <Debug> HTTP-Session: bbbce584-218f-4b3f-a8b2-b2339d048d97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4197 | 2024.03.26 14:53:10.947799 [ 3 ] {} <Debug> HTTP-Session: bbbce584-218f-4b3f-a8b2-b2339d048d97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4198 | 2024.03.26 14:53:10.947853 [ 3 ] {} <Trace> HTTP-Session: bbbce584-218f-4b3f-a8b2-b2339d048d97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4199 | 2024.03.26 14:53:10.947995 [ 3 ] {af8e24ad-8a4f-4f51-bb01-93b338851538} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4200 | 2024.03.26 14:53:10.948068 [ 3 ] {af8e24ad-8a4f-4f51-bb01-93b338851538} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4201 | 2024.03.26 14:53:10.948264 [ 3 ] {af8e24ad-8a4f-4f51-bb01-93b338851538} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4202 | 2024.03.26 14:53:10.948746 [ 3 ] {af8e24ad-8a4f-4f51-bb01-93b338851538} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4203 | 2024.03.26 14:53:10.948795 [ 3 ] {af8e24ad-8a4f-4f51-bb01-93b338851538} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
4204 | 2024.03.26 14:53:10.949197 [ 3 ] {af8e24ad-8a4f-4f51-bb01-93b338851538} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4205 | 2024.03.26 14:53:10.949527 [ 3 ] {af8e24ad-8a4f-4f51-bb01-93b338851538} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4206 | 2024.03.26 14:53:10.949679 [ 3 ] {af8e24ad-8a4f-4f51-bb01-93b338851538} <Debug> executeQuery: Read 56 rows, 4.54 KiB in 0.001755 sec., 31908.831908831908 rows/sec., 2.53 MiB/sec. | ||
4207 | 2024.03.26 14:53:10.949684 [ 104 ] {} <Debug> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3) (MergerMutator): Selected 5 parts from all_1_22_5 to all_26_26_0 | ||
4208 | 2024.03.26 14:53:10.949736 [ 104 ] {} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4209 | 2024.03.26 14:53:10.949765 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
4210 | 2024.03.26 14:53:10.949851 [ 3 ] {af8e24ad-8a4f-4f51-bb01-93b338851538} <Debug> DynamicQueryHandler: Done processing query | ||
4211 | 2024.03.26 14:53:10.949908 [ 3 ] {af8e24ad-8a4f-4f51-bb01-93b338851538} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4212 | 2024.03.26 14:53:10.949970 [ 3 ] {} <Debug> HTTP-Session: bbbce584-218f-4b3f-a8b2-b2339d048d97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4213 | 2024.03.26 14:53:10.950030 [ 188 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::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 | ||
4214 | 2024.03.26 14:53:10.950220 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 26882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4215 | 2024.03.26 14:53:10.950378 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4216 | 2024.03.26 14:53:10.950463 [ 3 ] {} <Debug> HTTP-Session: 73511125-8fb7-44d5-8380-16cf2cfa03f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
4217 | 2024.03.26 14:53:10.950542 [ 3 ] {} <Debug> HTTP-Session: 73511125-8fb7-44d5-8380-16cf2cfa03f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4218 | 2024.03.26 14:53:10.950573 [ 188 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_26_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4219 | 2024.03.26 14:53:10.950594 [ 3 ] {} <Debug> HTTP-Session: 73511125-8fb7-44d5-8380-16cf2cfa03f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4220 | 2024.03.26 14:53:10.950665 [ 188 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_22_5, total 56 rows starting from the beginning of the part | ||
4221 | 2024.03.26 14:53:10.950693 [ 3 ] {} <Trace> HTTP-Session: 73511125-8fb7-44d5-8380-16cf2cfa03f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4222 | 2024.03.26 14:53:10.950794 [ 188 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 56 rows starting from the beginning of the part | ||
4223 | 2024.03.26 14:53:10.950909 [ 3 ] {e1595ddc-236a-43ff-bb9f-ce5103c5372b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4224 | 2024.03.26 14:53:10.951013 [ 188 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 56 rows starting from the beginning of the part | ||
4225 | 2024.03.26 14:53:10.951022 [ 3 ] {e1595ddc-236a-43ff-bb9f-ce5103c5372b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4226 | 2024.03.26 14:53:10.951211 [ 188 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 56 rows starting from the beginning of the part | ||
4227 | 2024.03.26 14:53:10.951413 [ 188 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 56 rows starting from the beginning of the part | ||
4228 | 2024.03.26 14:53:10.951885 [ 3 ] {e1595ddc-236a-43ff-bb9f-ce5103c5372b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4229 | 2024.03.26 14:53:10.952601 [ 3 ] {e1595ddc-236a-43ff-bb9f-ce5103c5372b} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4230 | 2024.03.26 14:53:10.952652 [ 3 ] {e1595ddc-236a-43ff-bb9f-ce5103c5372b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
4231 | 2024.03.26 14:53:10.953069 [ 193 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_26_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 280 rows, containing 4 columns (4 merged, 0 gathered) in 0.003240665 sec., 86402.01933862339 rows/sec., 6.84 MiB/sec. | ||
4232 | 2024.03.26 14:53:10.953150 [ 3 ] {e1595ddc-236a-43ff-bb9f-ce5103c5372b} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
4233 | 2024.03.26 14:53:10.953318 [ 193 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_26_6} <Trace> MergedBlockOutputStream: filled checksums all_1_26_6 (state Temporary) | ||
4234 | 2024.03.26 14:53:10.953936 [ 3 ] {e1595ddc-236a-43ff-bb9f-ce5103c5372b} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4235 | 2024.03.26 14:53:10.954208 [ 3 ] {e1595ddc-236a-43ff-bb9f-ce5103c5372b} <Debug> executeQuery: Read 168 rows, 16.63 KiB in 0.003414 sec., 49209.1388400703 rows/sec., 4.76 MiB/sec. | ||
4236 | 2024.03.26 14:53:10.954377 [ 193 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_26_6} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Renaming temporary part tmp_merge_all_1_26_6 to all_1_26_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4237 | 2024.03.26 14:53:10.954697 [ 3 ] {e1595ddc-236a-43ff-bb9f-ce5103c5372b} <Debug> DynamicQueryHandler: Done processing query | ||
4238 | 2024.03.26 14:53:10.954702 [ 193 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_26_6} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3) (MergerMutator): Merged 5 parts: [all_1_22_5, all_26_26_0] -> all_1_26_6 | ||
4239 | 2024.03.26 14:53:10.954775 [ 3 ] {e1595ddc-236a-43ff-bb9f-ce5103c5372b} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
4240 | 2024.03.26 14:53:10.954891 [ 3 ] {} <Debug> HTTP-Session: 73511125-8fb7-44d5-8380-16cf2cfa03f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4241 | 2024.03.26 14:53:10.954967 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
4242 | 2024.03.26 14:53:10.955100 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 9534, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4243 | 2024.03.26 14:53:10.955163 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4244 | 2024.03.26 14:53:10.955183 [ 3 ] {} <Debug> HTTP-Session: d942b997-7c27-4a44-bcb2-c5da2639b367 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
4245 | 2024.03.26 14:53:10.955199 [ 3 ] {} <Debug> HTTP-Session: d942b997-7c27-4a44-bcb2-c5da2639b367 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4246 | 2024.03.26 14:53:10.955213 [ 3 ] {} <Debug> HTTP-Session: d942b997-7c27-4a44-bcb2-c5da2639b367 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4247 | 2024.03.26 14:53:10.955245 [ 3 ] {} <Trace> HTTP-Session: d942b997-7c27-4a44-bcb2-c5da2639b367 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4248 | 2024.03.26 14:53:10.955342 [ 3 ] {e6cf43db-2c9e-4ead-8bb7-328a1f81165f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4249 | 2024.03.26 14:53:10.955383 [ 3 ] {e6cf43db-2c9e-4ead-8bb7-328a1f81165f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4250 | 2024.03.26 14:53:10.955533 [ 3 ] {e6cf43db-2c9e-4ead-8bb7-328a1f81165f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4251 | 2024.03.26 14:53:10.955867 [ 3 ] {e6cf43db-2c9e-4ead-8bb7-328a1f81165f} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4252 | 2024.03.26 14:53:10.955904 [ 3 ] {e6cf43db-2c9e-4ead-8bb7-328a1f81165f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
4253 | 2024.03.26 14:53:10.956220 [ 3 ] {e6cf43db-2c9e-4ead-8bb7-328a1f81165f} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
4254 | 2024.03.26 14:53:10.956525 [ 3 ] {e6cf43db-2c9e-4ead-8bb7-328a1f81165f} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4255 | 2024.03.26 14:53:10.956653 [ 3 ] {e6cf43db-2c9e-4ead-8bb7-328a1f81165f} <Debug> executeQuery: Read 56 rows, 4.48 KiB in 0.001361 sec., 41146.21601763409 rows/sec., 3.22 MiB/sec. | ||
4256 | 2024.03.26 14:53:10.956810 [ 3 ] {e6cf43db-2c9e-4ead-8bb7-328a1f81165f} <Debug> DynamicQueryHandler: Done processing query | ||
4257 | 2024.03.26 14:53:10.956838 [ 3 ] {e6cf43db-2c9e-4ead-8bb7-328a1f81165f} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
4258 | 2024.03.26 14:53:10.956855 [ 3 ] {} <Debug> HTTP-Session: d942b997-7c27-4a44-bcb2-c5da2639b367 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4259 | 2024.03.26 14:53:10.957076 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 59908, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4260 | 2024.03.26 14:53:10.957125 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4261 | 2024.03.26 14:53:10.957144 [ 3 ] {} <Debug> HTTP-Session: 0a26f5d2-6c29-40b3-8fda-dc32c8f5fef8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
4262 | 2024.03.26 14:53:10.957160 [ 3 ] {} <Debug> HTTP-Session: 0a26f5d2-6c29-40b3-8fda-dc32c8f5fef8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4263 | 2024.03.26 14:53:10.957174 [ 3 ] {} <Debug> HTTP-Session: 0a26f5d2-6c29-40b3-8fda-dc32c8f5fef8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4264 | 2024.03.26 14:53:10.957205 [ 3 ] {} <Trace> HTTP-Session: 0a26f5d2-6c29-40b3-8fda-dc32c8f5fef8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4265 | 2024.03.26 14:53:10.957587 [ 3 ] {918dde86-deb8-4094-8c76-27942989018f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4266 | 2024.03.26 14:53:10.957634 [ 3 ] {918dde86-deb8-4094-8c76-27942989018f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4267 | 2024.03.26 14:53:10.957791 [ 3 ] {918dde86-deb8-4094-8c76-27942989018f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4268 | 2024.03.26 14:53:10.958440 [ 3 ] {918dde86-deb8-4094-8c76-27942989018f} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4269 | 2024.03.26 14:53:10.958475 [ 3 ] {918dde86-deb8-4094-8c76-27942989018f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
4270 | 2024.03.26 14:53:10.958920 [ 3 ] {918dde86-deb8-4094-8c76-27942989018f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4271 | 2024.03.26 14:53:10.959250 [ 3 ] {918dde86-deb8-4094-8c76-27942989018f} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4272 | 2024.03.26 14:53:10.959373 [ 104 ] {} <Debug> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4273 | 2024.03.26 14:53:10.959380 [ 3 ] {918dde86-deb8-4094-8c76-27942989018f} <Debug> executeQuery: Read 56 rows, 77.38 KiB in 0.002111 sec., 26527.711984841306 rows/sec., 35.80 MiB/sec. | ||
4274 | 2024.03.26 14:53:10.959415 [ 104 ] {} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4275 | 2024.03.26 14:53:10.959452 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
4276 | 2024.03.26 14:53:10.959640 [ 3 ] {918dde86-deb8-4094-8c76-27942989018f} <Debug> DynamicQueryHandler: Done processing query | ||
4277 | 2024.03.26 14:53:10.959717 [ 3 ] {918dde86-deb8-4094-8c76-27942989018f} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
4278 | 2024.03.26 14:53:10.959776 [ 195 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::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 | ||
4279 | 2024.03.26 14:53:10.959806 [ 3 ] {} <Debug> HTTP-Session: 0a26f5d2-6c29-40b3-8fda-dc32c8f5fef8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4280 | 2024.03.26 14:53:10.960187 [ 195 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4281 | 2024.03.26 14:53:10.960230 [ 195 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1137 rows starting from the beginning of the part | ||
4282 | 2024.03.26 14:53:10.960373 [ 195 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 56 rows starting from the beginning of the part | ||
4283 | 2024.03.26 14:53:10.960481 [ 195 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::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 | ||
4284 | 2024.03.26 14:53:10.960744 [ 195 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 56 rows starting from the beginning of the part | ||
4285 | 2024.03.26 14:53:10.960987 [ 195 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 56 rows starting from the beginning of the part | ||
4286 | 2024.03.26 14:53:10.961143 [ 195 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 56 rows starting from the beginning of the part | ||
4287 | 2024.03.26 14:53:10.965652 [ 195 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1417 rows, containing 6 columns (6 merged, 0 gathered) in 0.006102034 sec., 232217.65070466668 rows/sec., 313.37 MiB/sec. | ||
4288 | 2024.03.26 14:53:10.966584 [ 188 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4289 | 2024.03.26 14:53:10.966993 [ 188 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4290 | 2024.03.26 14:53:10.967068 [ 188 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4291 | 2024.03.26 14:53:10.967156 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.99 MiB. | ||
4292 | 2024.03.26 14:53:11.000160 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 187.26 MiB, peak 195.82 MiB, free memory in arenas 0.00 B, will set to 188.70 MiB (RSS), difference: 1.44 MiB | ||
4293 | 2024.03.26 14:53:15.946716 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 4983, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4294 | 2024.03.26 14:53:15.946855 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4295 | 2024.03.26 14:53:15.946884 [ 3 ] {} <Debug> HTTP-Session: 33a7f200-5092-47e2-9136-4838aae5e4db Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
4296 | 2024.03.26 14:53:15.946913 [ 3 ] {} <Debug> HTTP-Session: 33a7f200-5092-47e2-9136-4838aae5e4db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4297 | 2024.03.26 14:53:15.946932 [ 3 ] {} <Debug> HTTP-Session: 33a7f200-5092-47e2-9136-4838aae5e4db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4298 | 2024.03.26 14:53:15.946986 [ 3 ] {} <Trace> HTTP-Session: 33a7f200-5092-47e2-9136-4838aae5e4db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4299 | 2024.03.26 14:53:15.947127 [ 3 ] {51160334-1aa1-44a2-a1b7-c9685e9da9d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4300 | 2024.03.26 14:53:15.947200 [ 3 ] {51160334-1aa1-44a2-a1b7-c9685e9da9d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4301 | 2024.03.26 14:53:15.947390 [ 3 ] {51160334-1aa1-44a2-a1b7-c9685e9da9d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4302 | 2024.03.26 14:53:15.947865 [ 3 ] {51160334-1aa1-44a2-a1b7-c9685e9da9d1} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4303 | 2024.03.26 14:53:15.947915 [ 3 ] {51160334-1aa1-44a2-a1b7-c9685e9da9d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
4304 | 2024.03.26 14:53:15.948306 [ 3 ] {51160334-1aa1-44a2-a1b7-c9685e9da9d1} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
4305 | 2024.03.26 14:53:15.948644 [ 3 ] {51160334-1aa1-44a2-a1b7-c9685e9da9d1} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4306 | 2024.03.26 14:53:15.948808 [ 3 ] {51160334-1aa1-44a2-a1b7-c9685e9da9d1} <Debug> executeQuery: Read 36 rows, 2.77 KiB in 0.001747 sec., 20606.754436176303 rows/sec., 1.55 MiB/sec. | ||
4307 | 2024.03.26 14:53:15.949047 [ 3 ] {51160334-1aa1-44a2-a1b7-c9685e9da9d1} <Debug> DynamicQueryHandler: Done processing query | ||
4308 | 2024.03.26 14:53:15.949108 [ 3 ] {51160334-1aa1-44a2-a1b7-c9685e9da9d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4309 | 2024.03.26 14:53:15.949161 [ 3 ] {} <Debug> HTTP-Session: 33a7f200-5092-47e2-9136-4838aae5e4db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4310 | 2024.03.26 14:53:15.949357 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 4090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4311 | 2024.03.26 14:53:15.949416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4312 | 2024.03.26 14:53:15.949436 [ 3 ] {} <Debug> HTTP-Session: 71128ba0-91fb-4f8f-8bb2-58b2148bc2ec Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
4313 | 2024.03.26 14:53:15.949455 [ 3 ] {} <Debug> HTTP-Session: 71128ba0-91fb-4f8f-8bb2-58b2148bc2ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4314 | 2024.03.26 14:53:15.949470 [ 3 ] {} <Debug> HTTP-Session: 71128ba0-91fb-4f8f-8bb2-58b2148bc2ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4315 | 2024.03.26 14:53:15.949505 [ 3 ] {} <Trace> HTTP-Session: 71128ba0-91fb-4f8f-8bb2-58b2148bc2ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4316 | 2024.03.26 14:53:15.949589 [ 3 ] {922c8fde-e908-422e-9290-a7248e3907d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4317 | 2024.03.26 14:53:15.949635 [ 3 ] {922c8fde-e908-422e-9290-a7248e3907d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4318 | 2024.03.26 14:53:15.949789 [ 3 ] {922c8fde-e908-422e-9290-a7248e3907d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4319 | 2024.03.26 14:53:15.950117 [ 3 ] {922c8fde-e908-422e-9290-a7248e3907d3} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4320 | 2024.03.26 14:53:15.950157 [ 3 ] {922c8fde-e908-422e-9290-a7248e3907d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
4321 | 2024.03.26 14:53:15.950468 [ 3 ] {922c8fde-e908-422e-9290-a7248e3907d3} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
4322 | 2024.03.26 14:53:15.950774 [ 3 ] {922c8fde-e908-422e-9290-a7248e3907d3} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4323 | 2024.03.26 14:53:15.950927 [ 3 ] {922c8fde-e908-422e-9290-a7248e3907d3} <Debug> executeQuery: Read 24 rows, 1.90 KiB in 0.00137 sec., 17518.24817518248 rows/sec., 1.35 MiB/sec. | ||
4324 | 2024.03.26 14:53:15.951138 [ 3 ] {922c8fde-e908-422e-9290-a7248e3907d3} <Debug> DynamicQueryHandler: Done processing query | ||
4325 | 2024.03.26 14:53:15.951189 [ 3 ] {922c8fde-e908-422e-9290-a7248e3907d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
4326 | 2024.03.26 14:53:15.951246 [ 3 ] {} <Debug> HTTP-Session: 71128ba0-91fb-4f8f-8bb2-58b2148bc2ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4327 | 2024.03.26 14:53:15.951451 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 7027, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4328 | 2024.03.26 14:53:15.951503 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4329 | 2024.03.26 14:53:15.951524 [ 3 ] {} <Debug> HTTP-Session: 8109717e-0eb4-48fa-a3de-504fef940cb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
4330 | 2024.03.26 14:53:15.951541 [ 3 ] {} <Debug> HTTP-Session: 8109717e-0eb4-48fa-a3de-504fef940cb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4331 | 2024.03.26 14:53:15.951555 [ 3 ] {} <Debug> HTTP-Session: 8109717e-0eb4-48fa-a3de-504fef940cb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4332 | 2024.03.26 14:53:15.951587 [ 3 ] {} <Trace> HTTP-Session: 8109717e-0eb4-48fa-a3de-504fef940cb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4333 | 2024.03.26 14:53:15.951670 [ 3 ] {e6894aee-76d9-4997-bb96-100c1eef57e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4334 | 2024.03.26 14:53:15.951719 [ 3 ] {e6894aee-76d9-4997-bb96-100c1eef57e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4335 | 2024.03.26 14:53:15.951883 [ 3 ] {e6894aee-76d9-4997-bb96-100c1eef57e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4336 | 2024.03.26 14:53:15.952230 [ 3 ] {e6894aee-76d9-4997-bb96-100c1eef57e3} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4337 | 2024.03.26 14:53:15.952268 [ 3 ] {e6894aee-76d9-4997-bb96-100c1eef57e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
4338 | 2024.03.26 14:53:15.952640 [ 3 ] {e6894aee-76d9-4997-bb96-100c1eef57e3} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4339 | 2024.03.26 14:53:15.952975 [ 3 ] {e6894aee-76d9-4997-bb96-100c1eef57e3} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4340 | 2024.03.26 14:53:15.953134 [ 3 ] {e6894aee-76d9-4997-bb96-100c1eef57e3} <Debug> executeQuery: Read 36 rows, 2.60 KiB in 0.001496 sec., 24064.171122994652 rows/sec., 1.70 MiB/sec. | ||
4341 | 2024.03.26 14:53:15.953267 [ 3 ] {e6894aee-76d9-4997-bb96-100c1eef57e3} <Debug> DynamicQueryHandler: Done processing query | ||
4342 | 2024.03.26 14:53:15.953291 [ 3 ] {e6894aee-76d9-4997-bb96-100c1eef57e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
4343 | 2024.03.26 14:53:15.953307 [ 3 ] {} <Debug> HTTP-Session: 8109717e-0eb4-48fa-a3de-504fef940cb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4344 | 2024.03.26 14:53:20.948576 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 8077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4345 | 2024.03.26 14:53:20.948701 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4346 | 2024.03.26 14:53:20.948727 [ 3 ] {} <Debug> HTTP-Session: 5f30166e-f823-4f8e-8bc4-7f2671abad23 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
4347 | 2024.03.26 14:53:20.948751 [ 3 ] {} <Debug> HTTP-Session: 5f30166e-f823-4f8e-8bc4-7f2671abad23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4348 | 2024.03.26 14:53:20.948765 [ 3 ] {} <Debug> HTTP-Session: 5f30166e-f823-4f8e-8bc4-7f2671abad23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4349 | 2024.03.26 14:53:20.948813 [ 3 ] {} <Trace> HTTP-Session: 5f30166e-f823-4f8e-8bc4-7f2671abad23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4350 | 2024.03.26 14:53:20.948942 [ 3 ] {22aef3d0-3a2c-419d-a516-468f10704bd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4351 | 2024.03.26 14:53:20.949004 [ 3 ] {22aef3d0-3a2c-419d-a516-468f10704bd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4352 | 2024.03.26 14:53:20.949198 [ 3 ] {22aef3d0-3a2c-419d-a516-468f10704bd6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4353 | 2024.03.26 14:53:20.949653 [ 3 ] {22aef3d0-3a2c-419d-a516-468f10704bd6} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4354 | 2024.03.26 14:53:20.949730 [ 3 ] {22aef3d0-3a2c-419d-a516-468f10704bd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
4355 | 2024.03.26 14:53:20.950124 [ 3 ] {22aef3d0-3a2c-419d-a516-468f10704bd6} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4356 | 2024.03.26 14:53:20.950455 [ 3 ] {22aef3d0-3a2c-419d-a516-468f10704bd6} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4357 | 2024.03.26 14:53:20.950634 [ 3 ] {22aef3d0-3a2c-419d-a516-468f10704bd6} <Debug> executeQuery: Read 56 rows, 4.54 KiB in 0.001752 sec., 31963.4703196347 rows/sec., 2.53 MiB/sec. | ||
4358 | 2024.03.26 14:53:20.950793 [ 3 ] {22aef3d0-3a2c-419d-a516-468f10704bd6} <Debug> DynamicQueryHandler: Done processing query | ||
4359 | 2024.03.26 14:53:20.950820 [ 3 ] {22aef3d0-3a2c-419d-a516-468f10704bd6} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4360 | 2024.03.26 14:53:20.950837 [ 3 ] {} <Debug> HTTP-Session: 5f30166e-f823-4f8e-8bc4-7f2671abad23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4361 | 2024.03.26 14:53:20.950969 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4362 | 2024.03.26 14:53:20.951024 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4363 | 2024.03.26 14:53:20.951043 [ 3 ] {} <Debug> HTTP-Session: f2ec03d0-bf5a-4c54-a786-ce30126ca953 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
4364 | 2024.03.26 14:53:20.951061 [ 3 ] {} <Debug> HTTP-Session: f2ec03d0-bf5a-4c54-a786-ce30126ca953 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4365 | 2024.03.26 14:53:20.951103 [ 3 ] {} <Debug> HTTP-Session: f2ec03d0-bf5a-4c54-a786-ce30126ca953 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4366 | 2024.03.26 14:53:20.951140 [ 3 ] {} <Trace> HTTP-Session: f2ec03d0-bf5a-4c54-a786-ce30126ca953 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4367 | 2024.03.26 14:53:20.951212 [ 3 ] {60e0c2d7-2801-4846-8b2a-54b579fd316d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4368 | 2024.03.26 14:53:20.951256 [ 3 ] {60e0c2d7-2801-4846-8b2a-54b579fd316d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4369 | 2024.03.26 14:53:20.951387 [ 3 ] {60e0c2d7-2801-4846-8b2a-54b579fd316d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4370 | 2024.03.26 14:53:20.951695 [ 3 ] {60e0c2d7-2801-4846-8b2a-54b579fd316d} <Trace> oximeter.fields_ipaddr (b9cacdb2-3543-418a-8ac0-d16d067a037a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4371 | 2024.03.26 14:53:20.951734 [ 3 ] {60e0c2d7-2801-4846-8b2a-54b579fd316d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
4372 | 2024.03.26 14:53:20.952032 [ 3 ] {60e0c2d7-2801-4846-8b2a-54b579fd316d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
4373 | 2024.03.26 14:53:20.952339 [ 3 ] {60e0c2d7-2801-4846-8b2a-54b579fd316d} <Trace> oximeter.fields_ipaddr (b9cacdb2-3543-418a-8ac0-d16d067a037a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4374 | 2024.03.26 14:53:20.952500 [ 3 ] {60e0c2d7-2801-4846-8b2a-54b579fd316d} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001306 sec., 3062.7871362940273 rows/sec., 249.75 KiB/sec. | ||
4375 | 2024.03.26 14:53:20.952624 [ 3 ] {60e0c2d7-2801-4846-8b2a-54b579fd316d} <Debug> DynamicQueryHandler: Done processing query | ||
4376 | 2024.03.26 14:53:20.952649 [ 3 ] {60e0c2d7-2801-4846-8b2a-54b579fd316d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4377 | 2024.03.26 14:53:20.952665 [ 3 ] {} <Debug> HTTP-Session: f2ec03d0-bf5a-4c54-a786-ce30126ca953 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4378 | 2024.03.26 14:53:20.952882 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 27181, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4379 | 2024.03.26 14:53:20.952934 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4380 | 2024.03.26 14:53:20.952953 [ 3 ] {} <Debug> HTTP-Session: 64eaa426-7cb8-4401-8c2d-bc68c90a1081 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
4381 | 2024.03.26 14:53:20.952970 [ 3 ] {} <Debug> HTTP-Session: 64eaa426-7cb8-4401-8c2d-bc68c90a1081 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4382 | 2024.03.26 14:53:20.952986 [ 3 ] {} <Debug> HTTP-Session: 64eaa426-7cb8-4401-8c2d-bc68c90a1081 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4383 | 2024.03.26 14:53:20.953028 [ 3 ] {} <Trace> HTTP-Session: 64eaa426-7cb8-4401-8c2d-bc68c90a1081 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4384 | 2024.03.26 14:53:20.953141 [ 3 ] {b2be81fc-8efe-4764-b524-b8c4f47614f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4385 | 2024.03.26 14:53:20.953183 [ 3 ] {b2be81fc-8efe-4764-b524-b8c4f47614f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4386 | 2024.03.26 14:53:20.953307 [ 3 ] {b2be81fc-8efe-4764-b524-b8c4f47614f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4387 | 2024.03.26 14:53:20.953702 [ 3 ] {b2be81fc-8efe-4764-b524-b8c4f47614f4} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4388 | 2024.03.26 14:53:20.953740 [ 3 ] {b2be81fc-8efe-4764-b524-b8c4f47614f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
4389 | 2024.03.26 14:53:20.954051 [ 3 ] {b2be81fc-8efe-4764-b524-b8c4f47614f4} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
4390 | 2024.03.26 14:53:20.954354 [ 3 ] {b2be81fc-8efe-4764-b524-b8c4f47614f4} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4391 | 2024.03.26 14:53:20.954498 [ 3 ] {b2be81fc-8efe-4764-b524-b8c4f47614f4} <Debug> executeQuery: Read 170 rows, 16.81 KiB in 0.001415 sec., 120141.34275618375 rows/sec., 11.60 MiB/sec. | ||
4392 | 2024.03.26 14:53:20.954512 [ 101 ] {} <Debug> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
4393 | 2024.03.26 14:53:20.954620 [ 101 ] {} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4394 | 2024.03.26 14:53:20.954652 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
4395 | 2024.03.26 14:53:20.954661 [ 3 ] {b2be81fc-8efe-4764-b524-b8c4f47614f4} <Debug> DynamicQueryHandler: Done processing query | ||
4396 | 2024.03.26 14:53:20.954703 [ 3 ] {b2be81fc-8efe-4764-b524-b8c4f47614f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
4397 | 2024.03.26 14:53:20.954750 [ 3 ] {} <Debug> HTTP-Session: 64eaa426-7cb8-4401-8c2d-bc68c90a1081 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4398 | 2024.03.26 14:53:20.954855 [ 189 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::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 | ||
4399 | 2024.03.26 14:53:20.954935 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4400 | 2024.03.26 14:53:20.955019 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4401 | 2024.03.26 14:53:20.955080 [ 3 ] {} <Debug> HTTP-Session: 58e517a3-fa97-4c6f-8eb6-0d1a32b17f80 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
4402 | 2024.03.26 14:53:20.955104 [ 189 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4403 | 2024.03.26 14:53:20.955113 [ 3 ] {} <Debug> HTTP-Session: 58e517a3-fa97-4c6f-8eb6-0d1a32b17f80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4404 | 2024.03.26 14:53:20.955150 [ 3 ] {} <Debug> HTTP-Session: 58e517a3-fa97-4c6f-8eb6-0d1a32b17f80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4405 | 2024.03.26 14:53:20.955153 [ 189 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 208 rows starting from the beginning of the part | ||
4406 | 2024.03.26 14:53:20.955207 [ 3 ] {} <Trace> HTTP-Session: 58e517a3-fa97-4c6f-8eb6-0d1a32b17f80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4407 | 2024.03.26 14:53:20.955400 [ 189 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 169 rows starting from the beginning of the part | ||
4408 | 2024.03.26 14:53:20.955540 [ 3 ] {99055557-5fa9-4447-9b55-45fc2b6ada71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4409 | 2024.03.26 14:53:20.955609 [ 189 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 168 rows starting from the beginning of the part | ||
4410 | 2024.03.26 14:53:20.955681 [ 3 ] {99055557-5fa9-4447-9b55-45fc2b6ada71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4411 | 2024.03.26 14:53:20.956014 [ 189 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 168 rows starting from the beginning of the part | ||
4412 | 2024.03.26 14:53:20.956345 [ 189 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 36 rows starting from the beginning of the part | ||
4413 | 2024.03.26 14:53:20.956672 [ 189 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 170 rows starting from the beginning of the part | ||
4414 | 2024.03.26 14:53:20.957074 [ 3 ] {99055557-5fa9-4447-9b55-45fc2b6ada71} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4415 | 2024.03.26 14:53:20.957767 [ 3 ] {99055557-5fa9-4447-9b55-45fc2b6ada71} <Trace> oximeter.fields_u16 (e20b24dd-90f0-4a6f-bcd9-27e96d38dd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4416 | 2024.03.26 14:53:20.957822 [ 3 ] {99055557-5fa9-4447-9b55-45fc2b6ada71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
4417 | 2024.03.26 14:53:20.958688 [ 3 ] {99055557-5fa9-4447-9b55-45fc2b6ada71} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
4418 | 2024.03.26 14:53:20.959390 [ 3 ] {99055557-5fa9-4447-9b55-45fc2b6ada71} <Trace> oximeter.fields_u16 (e20b24dd-90f0-4a6f-bcd9-27e96d38dd35): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4419 | 2024.03.26 14:53:20.959419 [ 189 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 919 rows, containing 4 columns (4 merged, 0 gathered) in 0.004678835 sec., 196416.41562482968 rows/sec., 18.64 MiB/sec. | ||
4420 | 2024.03.26 14:53:20.959656 [ 3 ] {99055557-5fa9-4447-9b55-45fc2b6ada71} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.00428 sec., 934.5794392523364 rows/sec., 65.26 KiB/sec. | ||
4421 | 2024.03.26 14:53:20.959680 [ 189 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
4422 | 2024.03.26 14:53:20.960139 [ 3 ] {99055557-5fa9-4447-9b55-45fc2b6ada71} <Debug> DynamicQueryHandler: Done processing query | ||
4423 | 2024.03.26 14:53:20.960197 [ 3 ] {99055557-5fa9-4447-9b55-45fc2b6ada71} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4424 | 2024.03.26 14:53:20.960261 [ 3 ] {} <Debug> HTTP-Session: 58e517a3-fa97-4c6f-8eb6-0d1a32b17f80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4425 | 2024.03.26 14:53:20.960489 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 10218, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4426 | 2024.03.26 14:53:20.960557 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4427 | 2024.03.26 14:53:20.960596 [ 3 ] {} <Debug> HTTP-Session: 2e14f6bc-ca35-4b6d-802e-b4762d4defb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
4428 | 2024.03.26 14:53:20.960601 [ 189 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_36_7} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4429 | 2024.03.26 14:53:20.960620 [ 3 ] {} <Debug> HTTP-Session: 2e14f6bc-ca35-4b6d-802e-b4762d4defb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4430 | 2024.03.26 14:53:20.960658 [ 3 ] {} <Debug> HTTP-Session: 2e14f6bc-ca35-4b6d-802e-b4762d4defb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4431 | 2024.03.26 14:53:20.960734 [ 3 ] {} <Trace> HTTP-Session: 2e14f6bc-ca35-4b6d-802e-b4762d4defb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4432 | 2024.03.26 14:53:20.960756 [ 189 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_36_7} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
4433 | 2024.03.26 14:53:20.960901 [ 3 ] {507f45d3-3864-46b5-a159-59f1797f2625} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4434 | 2024.03.26 14:53:20.960902 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
4435 | 2024.03.26 14:53:20.960968 [ 3 ] {507f45d3-3864-46b5-a159-59f1797f2625} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4436 | 2024.03.26 14:53:20.961113 [ 3 ] {507f45d3-3864-46b5-a159-59f1797f2625} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4437 | 2024.03.26 14:53:20.961428 [ 3 ] {507f45d3-3864-46b5-a159-59f1797f2625} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4438 | 2024.03.26 14:53:20.961465 [ 3 ] {507f45d3-3864-46b5-a159-59f1797f2625} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
4439 | 2024.03.26 14:53:20.961781 [ 3 ] {507f45d3-3864-46b5-a159-59f1797f2625} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
4440 | 2024.03.26 14:53:20.962099 [ 3 ] {507f45d3-3864-46b5-a159-59f1797f2625} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4441 | 2024.03.26 14:53:20.962255 [ 3 ] {507f45d3-3864-46b5-a159-59f1797f2625} <Debug> executeQuery: Read 60 rows, 4.81 KiB in 0.001437 sec., 41753.65344467641 rows/sec., 3.27 MiB/sec. | ||
4442 | 2024.03.26 14:53:20.962263 [ 101 ] {} <Debug> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
4443 | 2024.03.26 14:53:20.962343 [ 101 ] {} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4444 | 2024.03.26 14:53:20.962389 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
4445 | 2024.03.26 14:53:20.962476 [ 3 ] {507f45d3-3864-46b5-a159-59f1797f2625} <Debug> DynamicQueryHandler: Done processing query | ||
4446 | 2024.03.26 14:53:20.962540 [ 3 ] {507f45d3-3864-46b5-a159-59f1797f2625} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
4447 | 2024.03.26 14:53:20.962594 [ 3 ] {} <Debug> HTTP-Session: 2e14f6bc-ca35-4b6d-802e-b4762d4defb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4448 | 2024.03.26 14:53:20.962629 [ 199 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::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 | ||
4449 | 2024.03.26 14:53:20.962731 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 448, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4450 | 2024.03.26 14:53:20.962836 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4451 | 2024.03.26 14:53:20.962891 [ 3 ] {} <Debug> HTTP-Session: e1324213-647d-4871-91e7-6e73054df482 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
4452 | 2024.03.26 14:53:20.962907 [ 199 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4453 | 2024.03.26 14:53:20.962930 [ 3 ] {} <Debug> HTTP-Session: e1324213-647d-4871-91e7-6e73054df482 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4454 | 2024.03.26 14:53:20.962971 [ 3 ] {} <Debug> HTTP-Session: e1324213-647d-4871-91e7-6e73054df482 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4455 | 2024.03.26 14:53:20.962977 [ 199 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 106 rows starting from the beginning of the part | ||
4456 | 2024.03.26 14:53:20.963026 [ 3 ] {} <Trace> HTTP-Session: e1324213-647d-4871-91e7-6e73054df482 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4457 | 2024.03.26 14:53:20.963228 [ 199 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 58 rows starting from the beginning of the part | ||
4458 | 2024.03.26 14:53:20.963277 [ 3 ] {5d6de3ec-4cf3-4709-95a4-79e2527feaf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4459 | 2024.03.26 14:53:20.963484 [ 199 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::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 | ||
4460 | 2024.03.26 14:53:20.963768 [ 3 ] {5d6de3ec-4cf3-4709-95a4-79e2527feaf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4461 | 2024.03.26 14:53:20.963779 [ 199 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 56 rows starting from the beginning of the part | ||
4462 | 2024.03.26 14:53:20.964071 [ 199 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 24 rows starting from the beginning of the part | ||
4463 | 2024.03.26 14:53:20.964334 [ 199 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::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 | ||
4464 | 2024.03.26 14:53:20.965060 [ 3 ] {5d6de3ec-4cf3-4709-95a4-79e2527feaf0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4465 | 2024.03.26 14:53:20.965784 [ 3 ] {5d6de3ec-4cf3-4709-95a4-79e2527feaf0} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4466 | 2024.03.26 14:53:20.965851 [ 3 ] {5d6de3ec-4cf3-4709-95a4-79e2527feaf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
4467 | 2024.03.26 14:53:20.966904 [ 3 ] {5d6de3ec-4cf3-4709-95a4-79e2527feaf0} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4468 | 2024.03.26 14:53:20.967254 [ 195 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 360 rows, containing 4 columns (4 merged, 0 gathered) in 0.004759826 sec., 75633.0168371701 rows/sec., 5.91 MiB/sec. | ||
4469 | 2024.03.26 14:53:20.967515 [ 195 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
4470 | 2024.03.26 14:53:20.967690 [ 3 ] {5d6de3ec-4cf3-4709-95a4-79e2527feaf0} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4471 | 2024.03.26 14:53:20.968113 [ 3 ] {5d6de3ec-4cf3-4709-95a4-79e2527feaf0} <Debug> executeQuery: Read 2 rows, 144.00 B in 0.004972 sec., 402.2526146419952 rows/sec., 28.28 KiB/sec. | ||
4472 | 2024.03.26 14:53:20.968461 [ 3 ] {5d6de3ec-4cf3-4709-95a4-79e2527feaf0} <Debug> DynamicQueryHandler: Done processing query | ||
4473 | 2024.03.26 14:53:20.968504 [ 3 ] {5d6de3ec-4cf3-4709-95a4-79e2527feaf0} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4474 | 2024.03.26 14:53:20.968533 [ 3 ] {} <Debug> HTTP-Session: e1324213-647d-4871-91e7-6e73054df482 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4475 | 2024.03.26 14:53:20.968576 [ 195 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_36_7} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4476 | 2024.03.26 14:53:20.968675 [ 195 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_36_7} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
4477 | 2024.03.26 14:53:20.968771 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 59909, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4478 | 2024.03.26 14:53:20.968813 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
4479 | 2024.03.26 14:53:20.968862 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4480 | 2024.03.26 14:53:20.968887 [ 3 ] {} <Debug> HTTP-Session: c7705914-4f60-428f-8915-1ba183a34475 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
4481 | 2024.03.26 14:53:20.968904 [ 3 ] {} <Debug> HTTP-Session: c7705914-4f60-428f-8915-1ba183a34475 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4482 | 2024.03.26 14:53:20.968917 [ 3 ] {} <Debug> HTTP-Session: c7705914-4f60-428f-8915-1ba183a34475 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4483 | 2024.03.26 14:53:20.968948 [ 3 ] {} <Trace> HTTP-Session: c7705914-4f60-428f-8915-1ba183a34475 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4484 | 2024.03.26 14:53:20.969328 [ 3 ] {9dc74035-7d45-47e2-9841-1164fda2e01e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4485 | 2024.03.26 14:53:20.969375 [ 3 ] {9dc74035-7d45-47e2-9841-1164fda2e01e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4486 | 2024.03.26 14:53:20.969558 [ 3 ] {9dc74035-7d45-47e2-9841-1164fda2e01e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4487 | 2024.03.26 14:53:20.970176 [ 3 ] {9dc74035-7d45-47e2-9841-1164fda2e01e} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4488 | 2024.03.26 14:53:20.970215 [ 3 ] {9dc74035-7d45-47e2-9841-1164fda2e01e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
4489 | 2024.03.26 14:53:20.970670 [ 3 ] {9dc74035-7d45-47e2-9841-1164fda2e01e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4490 | 2024.03.26 14:53:20.971030 [ 3 ] {9dc74035-7d45-47e2-9841-1164fda2e01e} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4491 | 2024.03.26 14:53:20.971185 [ 3 ] {9dc74035-7d45-47e2-9841-1164fda2e01e} <Debug> executeQuery: Read 56 rows, 77.38 KiB in 0.002171 sec., 25794.564716720404 rows/sec., 34.81 MiB/sec. | ||
4492 | 2024.03.26 14:53:20.971317 [ 3 ] {9dc74035-7d45-47e2-9841-1164fda2e01e} <Debug> DynamicQueryHandler: Done processing query | ||
4493 | 2024.03.26 14:53:20.971341 [ 3 ] {9dc74035-7d45-47e2-9841-1164fda2e01e} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
4494 | 2024.03.26 14:53:20.971358 [ 3 ] {} <Debug> HTTP-Session: c7705914-4f60-428f-8915-1ba183a34475 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4495 | 2024.03.26 14:53:23.686627 [ 100 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4496 | 2024.03.26 14:53:23.686692 [ 100 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4497 | 2024.03.26 14:53:30.948679 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 8077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4498 | 2024.03.26 14:53:30.948802 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4499 | 2024.03.26 14:53:30.948826 [ 3 ] {} <Debug> HTTP-Session: cd5f3aea-299f-4d2f-b18d-40123a3f02a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
4500 | 2024.03.26 14:53:30.948851 [ 3 ] {} <Debug> HTTP-Session: cd5f3aea-299f-4d2f-b18d-40123a3f02a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4501 | 2024.03.26 14:53:30.948866 [ 3 ] {} <Debug> HTTP-Session: cd5f3aea-299f-4d2f-b18d-40123a3f02a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4502 | 2024.03.26 14:53:30.948914 [ 3 ] {} <Trace> HTTP-Session: cd5f3aea-299f-4d2f-b18d-40123a3f02a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4503 | 2024.03.26 14:53:30.949046 [ 3 ] {9a18bcb0-e32b-471b-919e-3089e2ee93cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4504 | 2024.03.26 14:53:30.949111 [ 3 ] {9a18bcb0-e32b-471b-919e-3089e2ee93cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4505 | 2024.03.26 14:53:30.949301 [ 3 ] {9a18bcb0-e32b-471b-919e-3089e2ee93cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4506 | 2024.03.26 14:53:30.949779 [ 3 ] {9a18bcb0-e32b-471b-919e-3089e2ee93cb} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4507 | 2024.03.26 14:53:30.949826 [ 3 ] {9a18bcb0-e32b-471b-919e-3089e2ee93cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
4508 | 2024.03.26 14:53:30.950220 [ 3 ] {9a18bcb0-e32b-471b-919e-3089e2ee93cb} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4509 | 2024.03.26 14:53:30.950566 [ 3 ] {9a18bcb0-e32b-471b-919e-3089e2ee93cb} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4510 | 2024.03.26 14:53:30.950738 [ 3 ] {9a18bcb0-e32b-471b-919e-3089e2ee93cb} <Debug> executeQuery: Read 56 rows, 4.54 KiB in 0.001754 sec., 31927.02394526796 rows/sec., 2.53 MiB/sec. | ||
4511 | 2024.03.26 14:53:30.950965 [ 3 ] {9a18bcb0-e32b-471b-919e-3089e2ee93cb} <Debug> DynamicQueryHandler: Done processing query | ||
4512 | 2024.03.26 14:53:30.951005 [ 3 ] {9a18bcb0-e32b-471b-919e-3089e2ee93cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4513 | 2024.03.26 14:53:30.951022 [ 3 ] {} <Debug> HTTP-Session: cd5f3aea-299f-4d2f-b18d-40123a3f02a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4514 | 2024.03.26 14:53:30.951199 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 26882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4515 | 2024.03.26 14:53:30.951256 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4516 | 2024.03.26 14:53:30.951275 [ 3 ] {} <Debug> HTTP-Session: 0771cefb-0056-426d-9bdf-299a037bb616 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
4517 | 2024.03.26 14:53:30.951294 [ 3 ] {} <Debug> HTTP-Session: 0771cefb-0056-426d-9bdf-299a037bb616 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4518 | 2024.03.26 14:53:30.951307 [ 3 ] {} <Debug> HTTP-Session: 0771cefb-0056-426d-9bdf-299a037bb616 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4519 | 2024.03.26 14:53:30.951342 [ 3 ] {} <Trace> HTTP-Session: 0771cefb-0056-426d-9bdf-299a037bb616 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4520 | 2024.03.26 14:53:30.951462 [ 3 ] {5c06d38d-945e-46fd-a50a-6db659c93174} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4521 | 2024.03.26 14:53:30.951505 [ 3 ] {5c06d38d-945e-46fd-a50a-6db659c93174} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4522 | 2024.03.26 14:53:30.951653 [ 3 ] {5c06d38d-945e-46fd-a50a-6db659c93174} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4523 | 2024.03.26 14:53:30.952093 [ 3 ] {5c06d38d-945e-46fd-a50a-6db659c93174} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4524 | 2024.03.26 14:53:30.952133 [ 3 ] {5c06d38d-945e-46fd-a50a-6db659c93174} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
4525 | 2024.03.26 14:53:30.952464 [ 3 ] {5c06d38d-945e-46fd-a50a-6db659c93174} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
4526 | 2024.03.26 14:53:30.952786 [ 3 ] {5c06d38d-945e-46fd-a50a-6db659c93174} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4527 | 2024.03.26 14:53:30.952943 [ 3 ] {5c06d38d-945e-46fd-a50a-6db659c93174} <Debug> executeQuery: Read 168 rows, 16.63 KiB in 0.001542 sec., 108949.41634241246 rows/sec., 10.53 MiB/sec. | ||
4528 | 2024.03.26 14:53:30.953149 [ 3 ] {5c06d38d-945e-46fd-a50a-6db659c93174} <Debug> DynamicQueryHandler: Done processing query | ||
4529 | 2024.03.26 14:53:30.953202 [ 3 ] {5c06d38d-945e-46fd-a50a-6db659c93174} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
4530 | 2024.03.26 14:53:30.953241 [ 3 ] {} <Debug> HTTP-Session: 0771cefb-0056-426d-9bdf-299a037bb616 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4531 | 2024.03.26 14:53:30.953406 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 9534, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4532 | 2024.03.26 14:53:30.953460 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4533 | 2024.03.26 14:53:30.953480 [ 3 ] {} <Debug> HTTP-Session: 55437ef4-0456-4edf-ae83-09818ca46732 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
4534 | 2024.03.26 14:53:30.953497 [ 3 ] {} <Debug> HTTP-Session: 55437ef4-0456-4edf-ae83-09818ca46732 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4535 | 2024.03.26 14:53:30.953512 [ 3 ] {} <Debug> HTTP-Session: 55437ef4-0456-4edf-ae83-09818ca46732 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4536 | 2024.03.26 14:53:30.953544 [ 3 ] {} <Trace> HTTP-Session: 55437ef4-0456-4edf-ae83-09818ca46732 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4537 | 2024.03.26 14:53:30.953642 [ 3 ] {9e87a650-7b40-4dcb-a345-e18b24fad243} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4538 | 2024.03.26 14:53:30.953686 [ 3 ] {9e87a650-7b40-4dcb-a345-e18b24fad243} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4539 | 2024.03.26 14:53:30.953835 [ 3 ] {9e87a650-7b40-4dcb-a345-e18b24fad243} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4540 | 2024.03.26 14:53:30.954158 [ 3 ] {9e87a650-7b40-4dcb-a345-e18b24fad243} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4541 | 2024.03.26 14:53:30.954196 [ 3 ] {9e87a650-7b40-4dcb-a345-e18b24fad243} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
4542 | 2024.03.26 14:53:30.954505 [ 3 ] {9e87a650-7b40-4dcb-a345-e18b24fad243} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
4543 | 2024.03.26 14:53:30.954848 [ 3 ] {9e87a650-7b40-4dcb-a345-e18b24fad243} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4544 | 2024.03.26 14:53:30.955012 [ 3 ] {9e87a650-7b40-4dcb-a345-e18b24fad243} <Debug> executeQuery: Read 56 rows, 4.48 KiB in 0.001414 sec., 39603.960396039605 rows/sec., 3.10 MiB/sec. | ||
4545 | 2024.03.26 14:53:30.955277 [ 3 ] {9e87a650-7b40-4dcb-a345-e18b24fad243} <Debug> DynamicQueryHandler: Done processing query | ||
4546 | 2024.03.26 14:53:30.955325 [ 3 ] {9e87a650-7b40-4dcb-a345-e18b24fad243} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
4547 | 2024.03.26 14:53:30.955351 [ 3 ] {} <Debug> HTTP-Session: 55437ef4-0456-4edf-ae83-09818ca46732 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4548 | 2024.03.26 14:53:30.955560 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 59909, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4549 | 2024.03.26 14:53:30.955626 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4550 | 2024.03.26 14:53:30.955646 [ 3 ] {} <Debug> HTTP-Session: d1e1d085-b7d1-4f50-854f-7562f682b644 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
4551 | 2024.03.26 14:53:30.955663 [ 3 ] {} <Debug> HTTP-Session: d1e1d085-b7d1-4f50-854f-7562f682b644 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4552 | 2024.03.26 14:53:30.955677 [ 3 ] {} <Debug> HTTP-Session: d1e1d085-b7d1-4f50-854f-7562f682b644 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4553 | 2024.03.26 14:53:30.955708 [ 3 ] {} <Trace> HTTP-Session: d1e1d085-b7d1-4f50-854f-7562f682b644 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4554 | 2024.03.26 14:53:30.956086 [ 3 ] {43568d3f-eb54-479b-9643-cdca36e37798} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4555 | 2024.03.26 14:53:30.956137 [ 3 ] {43568d3f-eb54-479b-9643-cdca36e37798} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4556 | 2024.03.26 14:53:30.956323 [ 3 ] {43568d3f-eb54-479b-9643-cdca36e37798} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4557 | 2024.03.26 14:53:30.956942 [ 3 ] {43568d3f-eb54-479b-9643-cdca36e37798} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4558 | 2024.03.26 14:53:30.956979 [ 3 ] {43568d3f-eb54-479b-9643-cdca36e37798} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
4559 | 2024.03.26 14:53:30.957433 [ 3 ] {43568d3f-eb54-479b-9643-cdca36e37798} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4560 | 2024.03.26 14:53:30.957777 [ 3 ] {43568d3f-eb54-479b-9643-cdca36e37798} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4561 | 2024.03.26 14:53:30.957912 [ 3 ] {43568d3f-eb54-479b-9643-cdca36e37798} <Debug> executeQuery: Read 56 rows, 77.38 KiB in 0.002146 sec., 26095.0605778192 rows/sec., 35.21 MiB/sec. | ||
4562 | 2024.03.26 14:53:30.958045 [ 3 ] {43568d3f-eb54-479b-9643-cdca36e37798} <Debug> DynamicQueryHandler: Done processing query | ||
4563 | 2024.03.26 14:53:30.958069 [ 3 ] {43568d3f-eb54-479b-9643-cdca36e37798} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
4564 | 2024.03.26 14:53:30.958085 [ 3 ] {} <Debug> HTTP-Session: d1e1d085-b7d1-4f50-854f-7562f682b644 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4565 | 2024.03.26 14:53:32.295945 [ 96 ] {} <Debug> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
4566 | 2024.03.26 14:53:32.296016 [ 96 ] {} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4567 | 2024.03.26 14:53:32.296042 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
4568 | 2024.03.26 14:53:32.296254 [ 199 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_17_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full | ||
4569 | 2024.03.26 14:53:32.296457 [ 199 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4570 | 2024.03.26 14:53:32.296499 [ 199 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 432 rows starting from the beginning of the part | ||
4571 | 2024.03.26 14:53:32.296583 [ 199 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 37 rows starting from the beginning of the part | ||
4572 | 2024.03.26 14:53:32.296785 [ 199 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
4573 | 2024.03.26 14:53:32.297016 [ 199 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 36 rows starting from the beginning of the part | ||
4574 | 2024.03.26 14:53:32.297152 [ 199 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
4575 | 2024.03.26 14:53:32.298455 [ 198 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 508 rows, containing 5 columns (5 merged, 0 gathered) in 0.002330152 sec., 218011.5288616365 rows/sec., 15.37 MiB/sec. | ||
4576 | 2024.03.26 14:53:32.298700 [ 197 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
4577 | 2024.03.26 14:53:32.299261 [ 197 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_17_4} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4578 | 2024.03.26 14:53:32.299366 [ 197 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_17_4} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
4579 | 2024.03.26 14:53:32.299476 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
4580 | 2024.03.26 14:53:38.686754 [ 94 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4581 | 2024.03.26 14:53:38.686845 [ 94 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4582 | 2024.03.26 14:53:40.948326 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 8077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4583 | 2024.03.26 14:53:40.948450 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4584 | 2024.03.26 14:53:40.948479 [ 3 ] {} <Debug> HTTP-Session: eb24f79d-002b-43db-a2eb-db1cda5561e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
4585 | 2024.03.26 14:53:40.948507 [ 3 ] {} <Debug> HTTP-Session: eb24f79d-002b-43db-a2eb-db1cda5561e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4586 | 2024.03.26 14:53:40.948524 [ 3 ] {} <Debug> HTTP-Session: eb24f79d-002b-43db-a2eb-db1cda5561e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4587 | 2024.03.26 14:53:40.948579 [ 3 ] {} <Trace> HTTP-Session: eb24f79d-002b-43db-a2eb-db1cda5561e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4588 | 2024.03.26 14:53:40.948725 [ 3 ] {fa8a5eeb-4605-4ffa-8309-8bab0f090605} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4589 | 2024.03.26 14:53:40.948797 [ 3 ] {fa8a5eeb-4605-4ffa-8309-8bab0f090605} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4590 | 2024.03.26 14:53:40.948996 [ 3 ] {fa8a5eeb-4605-4ffa-8309-8bab0f090605} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4591 | 2024.03.26 14:53:40.949511 [ 3 ] {fa8a5eeb-4605-4ffa-8309-8bab0f090605} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4592 | 2024.03.26 14:53:40.949560 [ 3 ] {fa8a5eeb-4605-4ffa-8309-8bab0f090605} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
4593 | 2024.03.26 14:53:40.949950 [ 3 ] {fa8a5eeb-4605-4ffa-8309-8bab0f090605} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4594 | 2024.03.26 14:53:40.950285 [ 3 ] {fa8a5eeb-4605-4ffa-8309-8bab0f090605} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4595 | 2024.03.26 14:53:40.950469 [ 3 ] {fa8a5eeb-4605-4ffa-8309-8bab0f090605} <Debug> executeQuery: Read 56 rows, 4.54 KiB in 0.001815 sec., 30853.994490358127 rows/sec., 2.44 MiB/sec. | ||
4596 | 2024.03.26 14:53:40.950639 [ 3 ] {fa8a5eeb-4605-4ffa-8309-8bab0f090605} <Debug> DynamicQueryHandler: Done processing query | ||
4597 | 2024.03.26 14:53:40.950666 [ 3 ] {fa8a5eeb-4605-4ffa-8309-8bab0f090605} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4598 | 2024.03.26 14:53:40.950683 [ 3 ] {} <Debug> HTTP-Session: eb24f79d-002b-43db-a2eb-db1cda5561e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4599 | 2024.03.26 14:53:40.950912 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 26882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4600 | 2024.03.26 14:53:40.950970 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4601 | 2024.03.26 14:53:40.950990 [ 3 ] {} <Debug> HTTP-Session: a7b46c04-83d7-4259-b72e-e85089f14040 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
4602 | 2024.03.26 14:53:40.951008 [ 3 ] {} <Debug> HTTP-Session: a7b46c04-83d7-4259-b72e-e85089f14040 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4603 | 2024.03.26 14:53:40.951022 [ 3 ] {} <Debug> HTTP-Session: a7b46c04-83d7-4259-b72e-e85089f14040 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4604 | 2024.03.26 14:53:40.951059 [ 3 ] {} <Trace> HTTP-Session: a7b46c04-83d7-4259-b72e-e85089f14040 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4605 | 2024.03.26 14:53:40.951181 [ 3 ] {aa8ad993-82ee-44d6-86c2-b65fe5bf4bef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4606 | 2024.03.26 14:53:40.951226 [ 3 ] {aa8ad993-82ee-44d6-86c2-b65fe5bf4bef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4607 | 2024.03.26 14:53:40.951359 [ 3 ] {aa8ad993-82ee-44d6-86c2-b65fe5bf4bef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4608 | 2024.03.26 14:53:40.951812 [ 3 ] {aa8ad993-82ee-44d6-86c2-b65fe5bf4bef} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4609 | 2024.03.26 14:53:40.951851 [ 3 ] {aa8ad993-82ee-44d6-86c2-b65fe5bf4bef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
4610 | 2024.03.26 14:53:40.952182 [ 3 ] {aa8ad993-82ee-44d6-86c2-b65fe5bf4bef} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
4611 | 2024.03.26 14:53:40.952500 [ 3 ] {aa8ad993-82ee-44d6-86c2-b65fe5bf4bef} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4612 | 2024.03.26 14:53:40.952647 [ 3 ] {aa8ad993-82ee-44d6-86c2-b65fe5bf4bef} <Debug> executeQuery: Read 168 rows, 16.63 KiB in 0.001534 sec., 109517.60104302477 rows/sec., 10.59 MiB/sec. | ||
4613 | 2024.03.26 14:53:40.952820 [ 3 ] {aa8ad993-82ee-44d6-86c2-b65fe5bf4bef} <Debug> DynamicQueryHandler: Done processing query | ||
4614 | 2024.03.26 14:53:40.952853 [ 3 ] {aa8ad993-82ee-44d6-86c2-b65fe5bf4bef} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
4615 | 2024.03.26 14:53:40.952886 [ 3 ] {} <Debug> HTTP-Session: a7b46c04-83d7-4259-b72e-e85089f14040 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4616 | 2024.03.26 14:53:40.953035 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 9534, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4617 | 2024.03.26 14:53:40.953087 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4618 | 2024.03.26 14:53:40.953107 [ 3 ] {} <Debug> HTTP-Session: 54d17808-bbd9-4999-b902-25927e1a3599 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
4619 | 2024.03.26 14:53:40.953125 [ 3 ] {} <Debug> HTTP-Session: 54d17808-bbd9-4999-b902-25927e1a3599 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4620 | 2024.03.26 14:53:40.953139 [ 3 ] {} <Debug> HTTP-Session: 54d17808-bbd9-4999-b902-25927e1a3599 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4621 | 2024.03.26 14:53:40.953172 [ 3 ] {} <Trace> HTTP-Session: 54d17808-bbd9-4999-b902-25927e1a3599 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4622 | 2024.03.26 14:53:40.953252 [ 3 ] {c6df17d9-0cc1-468f-a5ae-ff2bbde679fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4623 | 2024.03.26 14:53:40.953294 [ 3 ] {c6df17d9-0cc1-468f-a5ae-ff2bbde679fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4624 | 2024.03.26 14:53:40.953431 [ 3 ] {c6df17d9-0cc1-468f-a5ae-ff2bbde679fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4625 | 2024.03.26 14:53:40.953779 [ 3 ] {c6df17d9-0cc1-468f-a5ae-ff2bbde679fd} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4626 | 2024.03.26 14:53:40.953815 [ 3 ] {c6df17d9-0cc1-468f-a5ae-ff2bbde679fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
4627 | 2024.03.26 14:53:40.954119 [ 3 ] {c6df17d9-0cc1-468f-a5ae-ff2bbde679fd} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
4628 | 2024.03.26 14:53:40.954422 [ 3 ] {c6df17d9-0cc1-468f-a5ae-ff2bbde679fd} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4629 | 2024.03.26 14:53:40.954583 [ 3 ] {c6df17d9-0cc1-468f-a5ae-ff2bbde679fd} <Debug> executeQuery: Read 56 rows, 4.48 KiB in 0.001361 sec., 41146.21601763409 rows/sec., 3.22 MiB/sec. | ||
4630 | 2024.03.26 14:53:40.954712 [ 3 ] {c6df17d9-0cc1-468f-a5ae-ff2bbde679fd} <Debug> DynamicQueryHandler: Done processing query | ||
4631 | 2024.03.26 14:53:40.954735 [ 3 ] {c6df17d9-0cc1-468f-a5ae-ff2bbde679fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
4632 | 2024.03.26 14:53:40.954751 [ 3 ] {} <Debug> HTTP-Session: 54d17808-bbd9-4999-b902-25927e1a3599 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4633 | 2024.03.26 14:53:40.954895 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 59909, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4634 | 2024.03.26 14:53:40.954945 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4635 | 2024.03.26 14:53:40.954966 [ 3 ] {} <Debug> HTTP-Session: a0a6d01f-7fdd-4cbb-8872-77b47c73ff10 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
4636 | 2024.03.26 14:53:40.954982 [ 3 ] {} <Debug> HTTP-Session: a0a6d01f-7fdd-4cbb-8872-77b47c73ff10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4637 | 2024.03.26 14:53:40.954996 [ 3 ] {} <Debug> HTTP-Session: a0a6d01f-7fdd-4cbb-8872-77b47c73ff10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4638 | 2024.03.26 14:53:40.955027 [ 3 ] {} <Trace> HTTP-Session: a0a6d01f-7fdd-4cbb-8872-77b47c73ff10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4639 | 2024.03.26 14:53:40.955417 [ 3 ] {e85b2f3c-6ac8-4df7-b019-31b21e514f8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4640 | 2024.03.26 14:53:40.955464 [ 3 ] {e85b2f3c-6ac8-4df7-b019-31b21e514f8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4641 | 2024.03.26 14:53:40.955627 [ 3 ] {e85b2f3c-6ac8-4df7-b019-31b21e514f8b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4642 | 2024.03.26 14:53:40.956280 [ 3 ] {e85b2f3c-6ac8-4df7-b019-31b21e514f8b} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4643 | 2024.03.26 14:53:40.956318 [ 3 ] {e85b2f3c-6ac8-4df7-b019-31b21e514f8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
4644 | 2024.03.26 14:53:40.956762 [ 3 ] {e85b2f3c-6ac8-4df7-b019-31b21e514f8b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4645 | 2024.03.26 14:53:40.957104 [ 3 ] {e85b2f3c-6ac8-4df7-b019-31b21e514f8b} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4646 | 2024.03.26 14:53:40.957266 [ 3 ] {e85b2f3c-6ac8-4df7-b019-31b21e514f8b} <Debug> executeQuery: Read 56 rows, 77.38 KiB in 0.002163 sec., 25889.967637540452 rows/sec., 34.94 MiB/sec. | ||
4647 | 2024.03.26 14:53:40.957397 [ 3 ] {e85b2f3c-6ac8-4df7-b019-31b21e514f8b} <Debug> DynamicQueryHandler: Done processing query | ||
4648 | 2024.03.26 14:53:40.957422 [ 3 ] {e85b2f3c-6ac8-4df7-b019-31b21e514f8b} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
4649 | 2024.03.26 14:53:40.957437 [ 3 ] {} <Debug> HTTP-Session: a0a6d01f-7fdd-4cbb-8872-77b47c73ff10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4650 | 2024.03.26 14:53:45.946830 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4651 | 2024.03.26 14:53:45.946958 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4652 | 2024.03.26 14:53:45.946982 [ 3 ] {} <Debug> HTTP-Session: b50e14f6-3c14-4684-bf60-4bd6f9c08092 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
4653 | 2024.03.26 14:53:45.947007 [ 3 ] {} <Debug> HTTP-Session: b50e14f6-3c14-4684-bf60-4bd6f9c08092 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4654 | 2024.03.26 14:53:45.947022 [ 3 ] {} <Debug> HTTP-Session: b50e14f6-3c14-4684-bf60-4bd6f9c08092 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4655 | 2024.03.26 14:53:45.947079 [ 3 ] {} <Trace> HTTP-Session: b50e14f6-3c14-4684-bf60-4bd6f9c08092 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4656 | 2024.03.26 14:53:45.947203 [ 3 ] {0e049468-d9a7-4cd5-b1ea-444a15742887} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4657 | 2024.03.26 14:53:45.947281 [ 3 ] {0e049468-d9a7-4cd5-b1ea-444a15742887} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4658 | 2024.03.26 14:53:45.947502 [ 3 ] {0e049468-d9a7-4cd5-b1ea-444a15742887} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4659 | 2024.03.26 14:53:45.947938 [ 3 ] {0e049468-d9a7-4cd5-b1ea-444a15742887} <Trace> oximeter.fields_ipaddr (b9cacdb2-3543-418a-8ac0-d16d067a037a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4660 | 2024.03.26 14:53:45.947993 [ 3 ] {0e049468-d9a7-4cd5-b1ea-444a15742887} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
4661 | 2024.03.26 14:53:45.948373 [ 3 ] {0e049468-d9a7-4cd5-b1ea-444a15742887} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
4662 | 2024.03.26 14:53:45.948718 [ 3 ] {0e049468-d9a7-4cd5-b1ea-444a15742887} <Trace> oximeter.fields_ipaddr (b9cacdb2-3543-418a-8ac0-d16d067a037a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4663 | 2024.03.26 14:53:45.948883 [ 3 ] {0e049468-d9a7-4cd5-b1ea-444a15742887} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001731 sec., 1155.4015020219526 rows/sec., 94.21 KiB/sec. | ||
4664 | 2024.03.26 14:53:45.949034 [ 3 ] {0e049468-d9a7-4cd5-b1ea-444a15742887} <Debug> DynamicQueryHandler: Done processing query | ||
4665 | 2024.03.26 14:53:45.949059 [ 3 ] {0e049468-d9a7-4cd5-b1ea-444a15742887} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4666 | 2024.03.26 14:53:45.949074 [ 3 ] {} <Debug> HTTP-Session: b50e14f6-3c14-4684-bf60-4bd6f9c08092 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4667 | 2024.03.26 14:53:45.949235 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 5133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4668 | 2024.03.26 14:53:45.949284 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4669 | 2024.03.26 14:53:45.949303 [ 3 ] {} <Debug> HTTP-Session: 91da649b-cde4-4f30-a5ee-fa2a6f5f7a10 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
4670 | 2024.03.26 14:53:45.949320 [ 3 ] {} <Debug> HTTP-Session: 91da649b-cde4-4f30-a5ee-fa2a6f5f7a10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4671 | 2024.03.26 14:53:45.949333 [ 3 ] {} <Debug> HTTP-Session: 91da649b-cde4-4f30-a5ee-fa2a6f5f7a10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4672 | 2024.03.26 14:53:45.949364 [ 3 ] {} <Trace> HTTP-Session: 91da649b-cde4-4f30-a5ee-fa2a6f5f7a10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4673 | 2024.03.26 14:53:45.949441 [ 3 ] {d6aaed8e-6f48-4c2c-b5e6-e30dcd419492} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4674 | 2024.03.26 14:53:45.949482 [ 3 ] {d6aaed8e-6f48-4c2c-b5e6-e30dcd419492} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4675 | 2024.03.26 14:53:45.949608 [ 3 ] {d6aaed8e-6f48-4c2c-b5e6-e30dcd419492} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4676 | 2024.03.26 14:53:45.949904 [ 3 ] {d6aaed8e-6f48-4c2c-b5e6-e30dcd419492} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4677 | 2024.03.26 14:53:45.949941 [ 3 ] {d6aaed8e-6f48-4c2c-b5e6-e30dcd419492} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
4678 | 2024.03.26 14:53:45.950247 [ 3 ] {d6aaed8e-6f48-4c2c-b5e6-e30dcd419492} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
4679 | 2024.03.26 14:53:45.950556 [ 3 ] {d6aaed8e-6f48-4c2c-b5e6-e30dcd419492} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4680 | 2024.03.26 14:53:45.950705 [ 3 ] {d6aaed8e-6f48-4c2c-b5e6-e30dcd419492} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001293 sec., 28615.622583139982 rows/sec., 2.16 MiB/sec. | ||
4681 | 2024.03.26 14:53:45.950825 [ 3 ] {d6aaed8e-6f48-4c2c-b5e6-e30dcd419492} <Debug> DynamicQueryHandler: Done processing query | ||
4682 | 2024.03.26 14:53:45.950849 [ 3 ] {d6aaed8e-6f48-4c2c-b5e6-e30dcd419492} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4683 | 2024.03.26 14:53:45.950865 [ 3 ] {} <Debug> HTTP-Session: 91da649b-cde4-4f30-a5ee-fa2a6f5f7a10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4684 | 2024.03.26 14:53:45.950978 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4685 | 2024.03.26 14:53:45.951027 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4686 | 2024.03.26 14:53:45.951046 [ 3 ] {} <Debug> HTTP-Session: 582febb9-4729-43e5-80fc-dabfdc083b89 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
4687 | 2024.03.26 14:53:45.951064 [ 3 ] {} <Debug> HTTP-Session: 582febb9-4729-43e5-80fc-dabfdc083b89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4688 | 2024.03.26 14:53:45.951078 [ 3 ] {} <Debug> HTTP-Session: 582febb9-4729-43e5-80fc-dabfdc083b89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4689 | 2024.03.26 14:53:45.951107 [ 3 ] {} <Trace> HTTP-Session: 582febb9-4729-43e5-80fc-dabfdc083b89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4690 | 2024.03.26 14:53:45.951169 [ 3 ] {1a83e8af-e2f7-485e-a21d-07ed44c3ff56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4691 | 2024.03.26 14:53:45.951210 [ 3 ] {1a83e8af-e2f7-485e-a21d-07ed44c3ff56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4692 | 2024.03.26 14:53:45.951337 [ 3 ] {1a83e8af-e2f7-485e-a21d-07ed44c3ff56} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4693 | 2024.03.26 14:53:45.951591 [ 3 ] {1a83e8af-e2f7-485e-a21d-07ed44c3ff56} <Trace> oximeter.fields_u16 (e20b24dd-90f0-4a6f-bcd9-27e96d38dd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4694 | 2024.03.26 14:53:45.951629 [ 3 ] {1a83e8af-e2f7-485e-a21d-07ed44c3ff56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
4695 | 2024.03.26 14:53:45.951925 [ 3 ] {1a83e8af-e2f7-485e-a21d-07ed44c3ff56} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
4696 | 2024.03.26 14:53:45.952228 [ 3 ] {1a83e8af-e2f7-485e-a21d-07ed44c3ff56} <Trace> oximeter.fields_u16 (e20b24dd-90f0-4a6f-bcd9-27e96d38dd35): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4697 | 2024.03.26 14:53:45.952384 [ 3 ] {1a83e8af-e2f7-485e-a21d-07ed44c3ff56} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001228 sec., 1628.6644951140065 rows/sec., 113.72 KiB/sec. | ||
4698 | 2024.03.26 14:53:45.952583 [ 3 ] {1a83e8af-e2f7-485e-a21d-07ed44c3ff56} <Debug> DynamicQueryHandler: Done processing query | ||
4699 | 2024.03.26 14:53:45.952632 [ 3 ] {1a83e8af-e2f7-485e-a21d-07ed44c3ff56} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4700 | 2024.03.26 14:53:45.952661 [ 3 ] {} <Debug> HTTP-Session: 582febb9-4729-43e5-80fc-dabfdc083b89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4701 | 2024.03.26 14:53:45.952771 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 4433, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4702 | 2024.03.26 14:53:45.952819 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4703 | 2024.03.26 14:53:45.952838 [ 3 ] {} <Debug> HTTP-Session: b8152c59-1fe0-4576-bc6d-58052d4cf4f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
4704 | 2024.03.26 14:53:45.952855 [ 3 ] {} <Debug> HTTP-Session: b8152c59-1fe0-4576-bc6d-58052d4cf4f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4705 | 2024.03.26 14:53:45.952869 [ 3 ] {} <Debug> HTTP-Session: b8152c59-1fe0-4576-bc6d-58052d4cf4f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4706 | 2024.03.26 14:53:45.952899 [ 3 ] {} <Trace> HTTP-Session: b8152c59-1fe0-4576-bc6d-58052d4cf4f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4707 | 2024.03.26 14:53:45.952971 [ 3 ] {6f4b9bbf-3fb8-43f6-9fd6-8f56226bbb16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4708 | 2024.03.26 14:53:45.953013 [ 3 ] {6f4b9bbf-3fb8-43f6-9fd6-8f56226bbb16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4709 | 2024.03.26 14:53:45.953161 [ 3 ] {6f4b9bbf-3fb8-43f6-9fd6-8f56226bbb16} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4710 | 2024.03.26 14:53:45.953450 [ 3 ] {6f4b9bbf-3fb8-43f6-9fd6-8f56226bbb16} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4711 | 2024.03.26 14:53:45.953488 [ 3 ] {6f4b9bbf-3fb8-43f6-9fd6-8f56226bbb16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
4712 | 2024.03.26 14:53:45.953792 [ 3 ] {6f4b9bbf-3fb8-43f6-9fd6-8f56226bbb16} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
4713 | 2024.03.26 14:53:45.954099 [ 3 ] {6f4b9bbf-3fb8-43f6-9fd6-8f56226bbb16} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4714 | 2024.03.26 14:53:45.954276 [ 3 ] {6f4b9bbf-3fb8-43f6-9fd6-8f56226bbb16} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.001315 sec., 19771.863117870722 rows/sec., 1.53 MiB/sec. | ||
4715 | 2024.03.26 14:53:45.954431 [ 3 ] {6f4b9bbf-3fb8-43f6-9fd6-8f56226bbb16} <Debug> DynamicQueryHandler: Done processing query | ||
4716 | 2024.03.26 14:53:45.954461 [ 3 ] {6f4b9bbf-3fb8-43f6-9fd6-8f56226bbb16} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
4717 | 2024.03.26 14:53:45.954481 [ 3 ] {} <Debug> HTTP-Session: b8152c59-1fe0-4576-bc6d-58052d4cf4f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4718 | 2024.03.26 14:53:45.954608 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 7218, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4719 | 2024.03.26 14:53:45.954668 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4720 | 2024.03.26 14:53:45.954691 [ 3 ] {} <Debug> HTTP-Session: 95b774c5-a080-428c-9575-50d6314cc069 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
4721 | 2024.03.26 14:53:45.954712 [ 3 ] {} <Debug> HTTP-Session: 95b774c5-a080-428c-9575-50d6314cc069 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4722 | 2024.03.26 14:53:45.954730 [ 3 ] {} <Debug> HTTP-Session: 95b774c5-a080-428c-9575-50d6314cc069 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4723 | 2024.03.26 14:53:45.954768 [ 3 ] {} <Trace> HTTP-Session: 95b774c5-a080-428c-9575-50d6314cc069 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4724 | 2024.03.26 14:53:45.954864 [ 3 ] {ef584ccd-a8e5-412d-bad1-094378357bcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4725 | 2024.03.26 14:53:45.954917 [ 3 ] {ef584ccd-a8e5-412d-bad1-094378357bcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4726 | 2024.03.26 14:53:45.955088 [ 3 ] {ef584ccd-a8e5-412d-bad1-094378357bcb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4727 | 2024.03.26 14:53:45.955431 [ 3 ] {ef584ccd-a8e5-412d-bad1-094378357bcb} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4728 | 2024.03.26 14:53:45.955468 [ 3 ] {ef584ccd-a8e5-412d-bad1-094378357bcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
4729 | 2024.03.26 14:53:45.955856 [ 3 ] {ef584ccd-a8e5-412d-bad1-094378357bcb} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4730 | 2024.03.26 14:53:45.956189 [ 3 ] {ef584ccd-a8e5-412d-bad1-094378357bcb} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4731 | 2024.03.26 14:53:45.956348 [ 3 ] {ef584ccd-a8e5-412d-bad1-094378357bcb} <Debug> executeQuery: Read 37 rows, 2.67 KiB in 0.001523 sec., 24294.156270518713 rows/sec., 1.71 MiB/sec. | ||
4732 | 2024.03.26 14:53:45.956595 [ 3 ] {ef584ccd-a8e5-412d-bad1-094378357bcb} <Debug> DynamicQueryHandler: Done processing query | ||
4733 | 2024.03.26 14:53:45.956655 [ 3 ] {ef584ccd-a8e5-412d-bad1-094378357bcb} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
4734 | 2024.03.26 14:53:45.956711 [ 3 ] {} <Debug> HTTP-Session: 95b774c5-a080-428c-9575-50d6314cc069 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4735 | 2024.03.26 14:53:50.948635 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 8077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4736 | 2024.03.26 14:53:50.948764 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4737 | 2024.03.26 14:53:50.948795 [ 3 ] {} <Debug> HTTP-Session: 1fe33d43-0b64-4b1b-a7e1-9c313c069f3c Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
4738 | 2024.03.26 14:53:50.948823 [ 3 ] {} <Debug> HTTP-Session: 1fe33d43-0b64-4b1b-a7e1-9c313c069f3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4739 | 2024.03.26 14:53:50.948842 [ 3 ] {} <Debug> HTTP-Session: 1fe33d43-0b64-4b1b-a7e1-9c313c069f3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4740 | 2024.03.26 14:53:50.948897 [ 3 ] {} <Trace> HTTP-Session: 1fe33d43-0b64-4b1b-a7e1-9c313c069f3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4741 | 2024.03.26 14:53:50.949040 [ 3 ] {e4fdcf94-30c7-41ae-8343-280002c33413} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4742 | 2024.03.26 14:53:50.949111 [ 3 ] {e4fdcf94-30c7-41ae-8343-280002c33413} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4743 | 2024.03.26 14:53:50.949311 [ 3 ] {e4fdcf94-30c7-41ae-8343-280002c33413} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4744 | 2024.03.26 14:53:50.949763 [ 3 ] {e4fdcf94-30c7-41ae-8343-280002c33413} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4745 | 2024.03.26 14:53:50.949805 [ 3 ] {e4fdcf94-30c7-41ae-8343-280002c33413} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
4746 | 2024.03.26 14:53:50.950179 [ 3 ] {e4fdcf94-30c7-41ae-8343-280002c33413} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4747 | 2024.03.26 14:53:50.950518 [ 3 ] {e4fdcf94-30c7-41ae-8343-280002c33413} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4748 | 2024.03.26 14:53:50.950665 [ 3 ] {e4fdcf94-30c7-41ae-8343-280002c33413} <Debug> executeQuery: Read 56 rows, 4.54 KiB in 0.001697 sec., 32999.410724808484 rows/sec., 2.61 MiB/sec. | ||
4749 | 2024.03.26 14:53:50.950667 [ 88 ] {} <Debug> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3) (MergerMutator): Selected 5 parts from all_1_26_6 to all_30_30_0 | ||
4750 | 2024.03.26 14:53:50.950736 [ 88 ] {} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4751 | 2024.03.26 14:53:50.950771 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
4752 | 2024.03.26 14:53:50.950853 [ 3 ] {e4fdcf94-30c7-41ae-8343-280002c33413} <Debug> DynamicQueryHandler: Done processing query | ||
4753 | 2024.03.26 14:53:50.950905 [ 3 ] {e4fdcf94-30c7-41ae-8343-280002c33413} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4754 | 2024.03.26 14:53:50.950950 [ 3 ] {} <Debug> HTTP-Session: 1fe33d43-0b64-4b1b-a7e1-9c313c069f3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4755 | 2024.03.26 14:53:50.950991 [ 199 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::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 | ||
4756 | 2024.03.26 14:53:50.951132 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4757 | 2024.03.26 14:53:50.951235 [ 199 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_30_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4758 | 2024.03.26 14:53:50.951270 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4759 | 2024.03.26 14:53:50.951290 [ 199 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_6, total 56 rows starting from the beginning of the part | ||
4760 | 2024.03.26 14:53:50.951320 [ 3 ] {} <Debug> HTTP-Session: aad316e3-e4d3-4d0d-93cc-dce38201878d Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
4761 | 2024.03.26 14:53:50.951360 [ 3 ] {} <Debug> HTTP-Session: aad316e3-e4d3-4d0d-93cc-dce38201878d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4762 | 2024.03.26 14:53:50.951411 [ 3 ] {} <Debug> HTTP-Session: aad316e3-e4d3-4d0d-93cc-dce38201878d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4763 | 2024.03.26 14:53:50.951529 [ 199 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 56 rows starting from the beginning of the part | ||
4764 | 2024.03.26 14:53:50.951549 [ 3 ] {} <Trace> HTTP-Session: aad316e3-e4d3-4d0d-93cc-dce38201878d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4765 | 2024.03.26 14:53:50.951813 [ 199 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 56 rows starting from the beginning of the part | ||
4766 | 2024.03.26 14:53:50.951917 [ 3 ] {54b357f4-b778-49ce-b395-7893c6653419} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4767 | 2024.03.26 14:53:50.952105 [ 199 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part | ||
4768 | 2024.03.26 14:53:50.952130 [ 3 ] {54b357f4-b778-49ce-b395-7893c6653419} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4769 | 2024.03.26 14:53:50.952473 [ 199 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 56 rows starting from the beginning of the part | ||
4770 | 2024.03.26 14:53:50.953133 [ 3 ] {54b357f4-b778-49ce-b395-7893c6653419} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4771 | 2024.03.26 14:53:50.953866 [ 3 ] {54b357f4-b778-49ce-b395-7893c6653419} <Trace> oximeter.fields_ipaddr (b9cacdb2-3543-418a-8ac0-d16d067a037a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4772 | 2024.03.26 14:53:50.953940 [ 3 ] {54b357f4-b778-49ce-b395-7893c6653419} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
4773 | 2024.03.26 14:53:50.954833 [ 3 ] {54b357f4-b778-49ce-b395-7893c6653419} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4774 | 2024.03.26 14:53:50.954991 [ 198 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_30_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 280 rows, containing 4 columns (4 merged, 0 gathered) in 0.004126576 sec., 67852.86397245561 rows/sec., 5.37 MiB/sec. | ||
4775 | 2024.03.26 14:53:50.955289 [ 198 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_30_7} <Trace> MergedBlockOutputStream: filled checksums all_1_30_7 (state Temporary) | ||
4776 | 2024.03.26 14:53:50.955454 [ 3 ] {54b357f4-b778-49ce-b395-7893c6653419} <Trace> oximeter.fields_ipaddr (b9cacdb2-3543-418a-8ac0-d16d067a037a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4777 | 2024.03.26 14:53:50.955750 [ 88 ] {} <Debug> oximeter.fields_ipaddr (b9cacdb2-3543-418a-8ac0-d16d067a037a) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 | ||
4778 | 2024.03.26 14:53:50.955859 [ 88 ] {} <Trace> oximeter.fields_ipaddr (b9cacdb2-3543-418a-8ac0-d16d067a037a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4779 | 2024.03.26 14:53:50.955896 [ 3 ] {54b357f4-b778-49ce-b395-7893c6653419} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004161 sec., 480.65368901706324 rows/sec., 39.19 KiB/sec. | ||
4780 | 2024.03.26 14:53:50.955936 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
4781 | 2024.03.26 14:53:50.956374 [ 191 ] {b9cacdb2-3543-418a-8ac0-d16d067a037a::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full | ||
4782 | 2024.03.26 14:53:50.956497 [ 3 ] {54b357f4-b778-49ce-b395-7893c6653419} <Debug> DynamicQueryHandler: Done processing query | ||
4783 | 2024.03.26 14:53:50.956590 [ 3 ] {54b357f4-b778-49ce-b395-7893c6653419} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4784 | 2024.03.26 14:53:50.956624 [ 198 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_30_7} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Renaming temporary part tmp_merge_all_1_30_7 to all_1_30_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4785 | 2024.03.26 14:53:50.956654 [ 3 ] {} <Debug> HTTP-Session: aad316e3-e4d3-4d0d-93cc-dce38201878d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4786 | 2024.03.26 14:53:50.956868 [ 191 ] {b9cacdb2-3543-418a-8ac0-d16d067a037a::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4787 | 2024.03.26 14:53:50.956915 [ 198 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_30_7} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3) (MergerMutator): Merged 5 parts: [all_1_26_6, all_30_30_0] -> all_1_30_7 | ||
4788 | 2024.03.26 14:53:50.956939 [ 191 ] {b9cacdb2-3543-418a-8ac0-d16d067a037a::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 8 rows starting from the beginning of the part | ||
4789 | 2024.03.26 14:53:50.956968 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 27031, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4790 | 2024.03.26 14:53:50.957189 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
4791 | 2024.03.26 14:53:50.957228 [ 191 ] {b9cacdb2-3543-418a-8ac0-d16d067a037a::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part | ||
4792 | 2024.03.26 14:53:50.957341 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4793 | 2024.03.26 14:53:50.957457 [ 3 ] {} <Debug> HTTP-Session: 07866624-b4c0-4099-8c68-a06169290eaf Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
4794 | 2024.03.26 14:53:50.957534 [ 3 ] {} <Debug> HTTP-Session: 07866624-b4c0-4099-8c68-a06169290eaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4795 | 2024.03.26 14:53:50.957557 [ 191 ] {b9cacdb2-3543-418a-8ac0-d16d067a037a::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
4796 | 2024.03.26 14:53:50.957595 [ 3 ] {} <Debug> HTTP-Session: 07866624-b4c0-4099-8c68-a06169290eaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4797 | 2024.03.26 14:53:50.957713 [ 3 ] {} <Trace> HTTP-Session: 07866624-b4c0-4099-8c68-a06169290eaf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4798 | 2024.03.26 14:53:50.957905 [ 191 ] {b9cacdb2-3543-418a-8ac0-d16d067a037a::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 | ||
4799 | 2024.03.26 14:53:50.958041 [ 3 ] {5404afd8-d651-41b5-81fd-219ce6dcecfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4800 | 2024.03.26 14:53:50.958194 [ 3 ] {5404afd8-d651-41b5-81fd-219ce6dcecfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4801 | 2024.03.26 14:53:50.958179 [ 191 ] {b9cacdb2-3543-418a-8ac0-d16d067a037a::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part | ||
4802 | 2024.03.26 14:53:50.958523 [ 191 ] {b9cacdb2-3543-418a-8ac0-d16d067a037a::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 | ||
4803 | 2024.03.26 14:53:50.959121 [ 3 ] {5404afd8-d651-41b5-81fd-219ce6dcecfe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4804 | 2024.03.26 14:53:50.960029 [ 3 ] {5404afd8-d651-41b5-81fd-219ce6dcecfe} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4805 | 2024.03.26 14:53:50.960101 [ 3 ] {5404afd8-d651-41b5-81fd-219ce6dcecfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
4806 | 2024.03.26 14:53:50.961069 [ 3 ] {5404afd8-d651-41b5-81fd-219ce6dcecfe} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
4807 | 2024.03.26 14:53:50.961079 [ 199 ] {b9cacdb2-3543-418a-8ac0-d16d067a037a::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.004975948 sec., 4019.3346071944484 rows/sec., 327.75 KiB/sec. | ||
4808 | 2024.03.26 14:53:50.961312 [ 191 ] {b9cacdb2-3543-418a-8ac0-d16d067a037a::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
4809 | 2024.03.26 14:53:50.961891 [ 3 ] {5404afd8-d651-41b5-81fd-219ce6dcecfe} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4810 | 2024.03.26 14:53:50.962208 [ 3 ] {5404afd8-d651-41b5-81fd-219ce6dcecfe} <Debug> executeQuery: Read 169 rows, 16.72 KiB in 0.004335 sec., 38985.005767012684 rows/sec., 3.77 MiB/sec. | ||
4811 | 2024.03.26 14:53:50.962289 [ 191 ] {b9cacdb2-3543-418a-8ac0-d16d067a037a::all_1_14_3} <Trace> oximeter.fields_ipaddr (b9cacdb2-3543-418a-8ac0-d16d067a037a): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4812 | 2024.03.26 14:53:50.962613 [ 191 ] {b9cacdb2-3543-418a-8ac0-d16d067a037a::all_1_14_3} <Trace> oximeter.fields_ipaddr (b9cacdb2-3543-418a-8ac0-d16d067a037a) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 | ||
4813 | 2024.03.26 14:53:50.962710 [ 3 ] {5404afd8-d651-41b5-81fd-219ce6dcecfe} <Debug> DynamicQueryHandler: Done processing query | ||
4814 | 2024.03.26 14:53:50.962810 [ 3 ] {5404afd8-d651-41b5-81fd-219ce6dcecfe} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
4815 | 2024.03.26 14:53:50.962883 [ 3 ] {} <Debug> HTTP-Session: 07866624-b4c0-4099-8c68-a06169290eaf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4816 | 2024.03.26 14:53:50.962881 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
4817 | 2024.03.26 14:53:50.963093 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4818 | 2024.03.26 14:53:50.963151 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4819 | 2024.03.26 14:53:50.963171 [ 3 ] {} <Debug> HTTP-Session: 7546fec8-5b09-4cf5-a578-4b30c5db09a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
4820 | 2024.03.26 14:53:50.963189 [ 3 ] {} <Debug> HTTP-Session: 7546fec8-5b09-4cf5-a578-4b30c5db09a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4821 | 2024.03.26 14:53:50.963203 [ 3 ] {} <Debug> HTTP-Session: 7546fec8-5b09-4cf5-a578-4b30c5db09a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4822 | 2024.03.26 14:53:50.963238 [ 3 ] {} <Trace> HTTP-Session: 7546fec8-5b09-4cf5-a578-4b30c5db09a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4823 | 2024.03.26 14:53:50.963308 [ 3 ] {e4b06e3f-7723-4c15-9a6f-aebdbaf891a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4824 | 2024.03.26 14:53:50.963353 [ 3 ] {e4b06e3f-7723-4c15-9a6f-aebdbaf891a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4825 | 2024.03.26 14:53:50.963507 [ 3 ] {e4b06e3f-7723-4c15-9a6f-aebdbaf891a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4826 | 2024.03.26 14:53:50.963846 [ 3 ] {e4b06e3f-7723-4c15-9a6f-aebdbaf891a8} <Trace> oximeter.fields_u16 (e20b24dd-90f0-4a6f-bcd9-27e96d38dd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4827 | 2024.03.26 14:53:50.963884 [ 3 ] {e4b06e3f-7723-4c15-9a6f-aebdbaf891a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
4828 | 2024.03.26 14:53:50.964191 [ 3 ] {e4b06e3f-7723-4c15-9a6f-aebdbaf891a8} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4829 | 2024.03.26 14:53:50.964507 [ 3 ] {e4b06e3f-7723-4c15-9a6f-aebdbaf891a8} <Trace> oximeter.fields_u16 (e20b24dd-90f0-4a6f-bcd9-27e96d38dd35): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4830 | 2024.03.26 14:53:50.964660 [ 3 ] {e4b06e3f-7723-4c15-9a6f-aebdbaf891a8} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00137 sec., 1459.8540145985403 rows/sec., 101.93 KiB/sec. | ||
4831 | 2024.03.26 14:53:50.964672 [ 87 ] {} <Debug> oximeter.fields_u16 (e20b24dd-90f0-4a6f-bcd9-27e96d38dd35) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 | ||
4832 | 2024.03.26 14:53:50.964747 [ 87 ] {} <Trace> oximeter.fields_u16 (e20b24dd-90f0-4a6f-bcd9-27e96d38dd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4833 | 2024.03.26 14:53:50.964808 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
4834 | 2024.03.26 14:53:50.964847 [ 3 ] {e4b06e3f-7723-4c15-9a6f-aebdbaf891a8} <Debug> DynamicQueryHandler: Done processing query | ||
4835 | 2024.03.26 14:53:50.964903 [ 3 ] {e4b06e3f-7723-4c15-9a6f-aebdbaf891a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4836 | 2024.03.26 14:53:50.964958 [ 3 ] {} <Debug> HTTP-Session: 7546fec8-5b09-4cf5-a578-4b30c5db09a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4837 | 2024.03.26 14:53:50.965034 [ 201 ] {e20b24dd-90f0-4a6f-bcd9-27e96d38dd35::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full | ||
4838 | 2024.03.26 14:53:50.965144 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 9875, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4839 | 2024.03.26 14:53:50.965256 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4840 | 2024.03.26 14:53:50.965297 [ 201 ] {e20b24dd-90f0-4a6f-bcd9-27e96d38dd35::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4841 | 2024.03.26 14:53:50.965308 [ 3 ] {} <Debug> HTTP-Session: c999f493-5a00-4b6e-8230-8b3d8780d2b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
4842 | 2024.03.26 14:53:50.965361 [ 3 ] {} <Debug> HTTP-Session: c999f493-5a00-4b6e-8230-8b3d8780d2b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4843 | 2024.03.26 14:53:50.965367 [ 201 ] {e20b24dd-90f0-4a6f-bcd9-27e96d38dd35::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 8 rows starting from the beginning of the part | ||
4844 | 2024.03.26 14:53:50.965382 [ 3 ] {} <Debug> HTTP-Session: c999f493-5a00-4b6e-8230-8b3d8780d2b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4845 | 2024.03.26 14:53:50.965456 [ 3 ] {} <Trace> HTTP-Session: c999f493-5a00-4b6e-8230-8b3d8780d2b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4846 | 2024.03.26 14:53:50.965643 [ 201 ] {e20b24dd-90f0-4a6f-bcd9-27e96d38dd35::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part | ||
4847 | 2024.03.26 14:53:50.965729 [ 3 ] {653dc4cf-1788-4826-8d8d-e1008378d307} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4848 | 2024.03.26 14:53:50.965891 [ 3 ] {653dc4cf-1788-4826-8d8d-e1008378d307} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4849 | 2024.03.26 14:53:50.965918 [ 201 ] {e20b24dd-90f0-4a6f-bcd9-27e96d38dd35::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
4850 | 2024.03.26 14:53:50.966306 [ 201 ] {e20b24dd-90f0-4a6f-bcd9-27e96d38dd35::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 | ||
4851 | 2024.03.26 14:53:50.966603 [ 201 ] {e20b24dd-90f0-4a6f-bcd9-27e96d38dd35::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part | ||
4852 | 2024.03.26 14:53:50.966924 [ 201 ] {e20b24dd-90f0-4a6f-bcd9-27e96d38dd35::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 | ||
4853 | 2024.03.26 14:53:50.966972 [ 3 ] {653dc4cf-1788-4826-8d8d-e1008378d307} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4854 | 2024.03.26 14:53:50.967949 [ 3 ] {653dc4cf-1788-4826-8d8d-e1008378d307} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4855 | 2024.03.26 14:53:50.968018 [ 3 ] {653dc4cf-1788-4826-8d8d-e1008378d307} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
4856 | 2024.03.26 14:53:50.968829 [ 3 ] {653dc4cf-1788-4826-8d8d-e1008378d307} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
4857 | 2024.03.26 14:53:50.969481 [ 201 ] {e20b24dd-90f0-4a6f-bcd9-27e96d38dd35::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.004588443 sec., 4358.777040490641 rows/sec., 304.35 KiB/sec. | ||
4858 | 2024.03.26 14:53:50.969666 [ 201 ] {e20b24dd-90f0-4a6f-bcd9-27e96d38dd35::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
4859 | 2024.03.26 14:53:50.969776 [ 3 ] {653dc4cf-1788-4826-8d8d-e1008378d307} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4860 | 2024.03.26 14:53:50.970201 [ 3 ] {653dc4cf-1788-4826-8d8d-e1008378d307} <Debug> executeQuery: Read 58 rows, 4.65 KiB in 0.004588 sec., 12641.673931996513 rows/sec., 1012.96 KiB/sec. | ||
4861 | 2024.03.26 14:53:50.970738 [ 3 ] {653dc4cf-1788-4826-8d8d-e1008378d307} <Debug> DynamicQueryHandler: Done processing query | ||
4862 | 2024.03.26 14:53:50.970787 [ 3 ] {653dc4cf-1788-4826-8d8d-e1008378d307} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
4863 | 2024.03.26 14:53:50.970833 [ 3 ] {} <Debug> HTTP-Session: c999f493-5a00-4b6e-8230-8b3d8780d2b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4864 | 2024.03.26 14:53:50.970986 [ 201 ] {e20b24dd-90f0-4a6f-bcd9-27e96d38dd35::all_1_14_3} <Trace> oximeter.fields_u16 (e20b24dd-90f0-4a6f-bcd9-27e96d38dd35): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4865 | 2024.03.26 14:53:50.971019 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 257, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4866 | 2024.03.26 14:53:50.971105 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4867 | 2024.03.26 14:53:50.971121 [ 201 ] {e20b24dd-90f0-4a6f-bcd9-27e96d38dd35::all_1_14_3} <Trace> oximeter.fields_u16 (e20b24dd-90f0-4a6f-bcd9-27e96d38dd35) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 | ||
4868 | 2024.03.26 14:53:50.971132 [ 3 ] {} <Debug> HTTP-Session: d044ed27-a6ab-4094-822e-c4ab062282b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
4869 | 2024.03.26 14:53:50.971164 [ 3 ] {} <Debug> HTTP-Session: d044ed27-a6ab-4094-822e-c4ab062282b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4870 | 2024.03.26 14:53:50.971198 [ 3 ] {} <Debug> HTTP-Session: d044ed27-a6ab-4094-822e-c4ab062282b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4871 | 2024.03.26 14:53:50.971259 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
4872 | 2024.03.26 14:53:50.971269 [ 3 ] {} <Trace> HTTP-Session: d044ed27-a6ab-4094-822e-c4ab062282b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4873 | 2024.03.26 14:53:50.971360 [ 3 ] {7d5d6186-8ab9-4b6e-be7e-b3f413fb41ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4874 | 2024.03.26 14:53:50.971406 [ 3 ] {7d5d6186-8ab9-4b6e-be7e-b3f413fb41ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4875 | 2024.03.26 14:53:50.971559 [ 3 ] {7d5d6186-8ab9-4b6e-be7e-b3f413fb41ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4876 | 2024.03.26 14:53:50.971834 [ 3 ] {7d5d6186-8ab9-4b6e-be7e-b3f413fb41ea} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4877 | 2024.03.26 14:53:50.971872 [ 3 ] {7d5d6186-8ab9-4b6e-be7e-b3f413fb41ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
4878 | 2024.03.26 14:53:50.972251 [ 3 ] {7d5d6186-8ab9-4b6e-be7e-b3f413fb41ea} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4879 | 2024.03.26 14:53:50.972594 [ 3 ] {7d5d6186-8ab9-4b6e-be7e-b3f413fb41ea} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4880 | 2024.03.26 14:53:50.972756 [ 3 ] {7d5d6186-8ab9-4b6e-be7e-b3f413fb41ea} <Debug> executeQuery: Read 1 rows, 72.00 B in 0.001412 sec., 708.2152974504249 rows/sec., 49.80 KiB/sec. | ||
4881 | 2024.03.26 14:53:50.972884 [ 3 ] {7d5d6186-8ab9-4b6e-be7e-b3f413fb41ea} <Debug> DynamicQueryHandler: Done processing query | ||
4882 | 2024.03.26 14:53:50.972909 [ 3 ] {7d5d6186-8ab9-4b6e-be7e-b3f413fb41ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4883 | 2024.03.26 14:53:50.972926 [ 3 ] {} <Debug> HTTP-Session: d044ed27-a6ab-4094-822e-c4ab062282b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4884 | 2024.03.26 14:53:50.973093 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 59909, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4885 | 2024.03.26 14:53:50.973143 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4886 | 2024.03.26 14:53:50.973162 [ 3 ] {} <Debug> HTTP-Session: fc1fb96d-7a15-4076-88e3-7e816c4f15c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
4887 | 2024.03.26 14:53:50.973179 [ 3 ] {} <Debug> HTTP-Session: fc1fb96d-7a15-4076-88e3-7e816c4f15c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4888 | 2024.03.26 14:53:50.973193 [ 3 ] {} <Debug> HTTP-Session: fc1fb96d-7a15-4076-88e3-7e816c4f15c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4889 | 2024.03.26 14:53:50.973224 [ 3 ] {} <Trace> HTTP-Session: fc1fb96d-7a15-4076-88e3-7e816c4f15c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4890 | 2024.03.26 14:53:50.973601 [ 3 ] {ae6c968e-3f00-4dd4-a107-35aa04b8293a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4891 | 2024.03.26 14:53:50.973647 [ 3 ] {ae6c968e-3f00-4dd4-a107-35aa04b8293a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4892 | 2024.03.26 14:53:50.973808 [ 3 ] {ae6c968e-3f00-4dd4-a107-35aa04b8293a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4893 | 2024.03.26 14:53:50.974483 [ 3 ] {ae6c968e-3f00-4dd4-a107-35aa04b8293a} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4894 | 2024.03.26 14:53:50.974520 [ 3 ] {ae6c968e-3f00-4dd4-a107-35aa04b8293a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
4895 | 2024.03.26 14:53:50.974958 [ 3 ] {ae6c968e-3f00-4dd4-a107-35aa04b8293a} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4896 | 2024.03.26 14:53:50.975304 [ 3 ] {ae6c968e-3f00-4dd4-a107-35aa04b8293a} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4897 | 2024.03.26 14:53:50.975473 [ 3 ] {ae6c968e-3f00-4dd4-a107-35aa04b8293a} <Debug> executeQuery: Read 56 rows, 77.38 KiB in 0.002173 sec., 25770.82374597331 rows/sec., 34.78 MiB/sec. | ||
4898 | 2024.03.26 14:53:50.975607 [ 3 ] {ae6c968e-3f00-4dd4-a107-35aa04b8293a} <Debug> DynamicQueryHandler: Done processing query | ||
4899 | 2024.03.26 14:53:50.975633 [ 3 ] {ae6c968e-3f00-4dd4-a107-35aa04b8293a} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
4900 | 2024.03.26 14:53:50.975649 [ 3 ] {} <Debug> HTTP-Session: fc1fb96d-7a15-4076-88e3-7e816c4f15c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4901 | 2024.03.26 14:53:53.686898 [ 85 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4902 | 2024.03.26 14:53:53.686963 [ 85 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4903 | 2024.03.26 14:54:00.948492 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 8077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4904 | 2024.03.26 14:54:00.948627 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4905 | 2024.03.26 14:54:00.948657 [ 3 ] {} <Debug> HTTP-Session: c5bd847c-c7ac-4f39-8237-f933e99c572f Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
4906 | 2024.03.26 14:54:00.948685 [ 3 ] {} <Debug> HTTP-Session: c5bd847c-c7ac-4f39-8237-f933e99c572f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4907 | 2024.03.26 14:54:00.948703 [ 3 ] {} <Debug> HTTP-Session: c5bd847c-c7ac-4f39-8237-f933e99c572f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4908 | 2024.03.26 14:54:00.948759 [ 3 ] {} <Trace> HTTP-Session: c5bd847c-c7ac-4f39-8237-f933e99c572f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4909 | 2024.03.26 14:54:00.948903 [ 3 ] {f5a647c4-8a42-4350-9640-ea2cf2a10e40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4910 | 2024.03.26 14:54:00.948974 [ 3 ] {f5a647c4-8a42-4350-9640-ea2cf2a10e40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4911 | 2024.03.26 14:54:00.949186 [ 3 ] {f5a647c4-8a42-4350-9640-ea2cf2a10e40} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4912 | 2024.03.26 14:54:00.949660 [ 3 ] {f5a647c4-8a42-4350-9640-ea2cf2a10e40} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4913 | 2024.03.26 14:54:00.949710 [ 3 ] {f5a647c4-8a42-4350-9640-ea2cf2a10e40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
4914 | 2024.03.26 14:54:00.950090 [ 3 ] {f5a647c4-8a42-4350-9640-ea2cf2a10e40} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4915 | 2024.03.26 14:54:00.950428 [ 3 ] {f5a647c4-8a42-4350-9640-ea2cf2a10e40} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4916 | 2024.03.26 14:54:00.950596 [ 3 ] {f5a647c4-8a42-4350-9640-ea2cf2a10e40} <Debug> executeQuery: Read 56 rows, 4.54 KiB in 0.00176 sec., 31818.181818181816 rows/sec., 2.52 MiB/sec. | ||
4917 | 2024.03.26 14:54:00.950794 [ 3 ] {f5a647c4-8a42-4350-9640-ea2cf2a10e40} <Debug> DynamicQueryHandler: Done processing query | ||
4918 | 2024.03.26 14:54:00.950821 [ 3 ] {f5a647c4-8a42-4350-9640-ea2cf2a10e40} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4919 | 2024.03.26 14:54:00.950837 [ 3 ] {} <Debug> HTTP-Session: c5bd847c-c7ac-4f39-8237-f933e99c572f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4920 | 2024.03.26 14:54:00.951063 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 26882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4921 | 2024.03.26 14:54:00.951119 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4922 | 2024.03.26 14:54:00.951138 [ 3 ] {} <Debug> HTTP-Session: b0227bea-8529-4c7a-9dce-21e520845ece Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
4923 | 2024.03.26 14:54:00.951157 [ 3 ] {} <Debug> HTTP-Session: b0227bea-8529-4c7a-9dce-21e520845ece Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4924 | 2024.03.26 14:54:00.951171 [ 3 ] {} <Debug> HTTP-Session: b0227bea-8529-4c7a-9dce-21e520845ece Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4925 | 2024.03.26 14:54:00.951207 [ 3 ] {} <Trace> HTTP-Session: b0227bea-8529-4c7a-9dce-21e520845ece Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4926 | 2024.03.26 14:54:00.951336 [ 3 ] {f0a9505e-e44e-4d10-aef6-edee0d9de252} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4927 | 2024.03.26 14:54:00.951382 [ 3 ] {f0a9505e-e44e-4d10-aef6-edee0d9de252} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4928 | 2024.03.26 14:54:00.951522 [ 3 ] {f0a9505e-e44e-4d10-aef6-edee0d9de252} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4929 | 2024.03.26 14:54:00.951935 [ 3 ] {f0a9505e-e44e-4d10-aef6-edee0d9de252} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4930 | 2024.03.26 14:54:00.951975 [ 3 ] {f0a9505e-e44e-4d10-aef6-edee0d9de252} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
4931 | 2024.03.26 14:54:00.952309 [ 3 ] {f0a9505e-e44e-4d10-aef6-edee0d9de252} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
4932 | 2024.03.26 14:54:00.952620 [ 3 ] {f0a9505e-e44e-4d10-aef6-edee0d9de252} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4933 | 2024.03.26 14:54:00.952793 [ 3 ] {f0a9505e-e44e-4d10-aef6-edee0d9de252} <Debug> executeQuery: Read 168 rows, 16.63 KiB in 0.001529 sec., 109875.73577501635 rows/sec., 10.62 MiB/sec. | ||
4934 | 2024.03.26 14:54:00.952818 [ 83 ] {} <Debug> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
4935 | 2024.03.26 14:54:00.952948 [ 83 ] {} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4936 | 2024.03.26 14:54:00.952970 [ 3 ] {f0a9505e-e44e-4d10-aef6-edee0d9de252} <Debug> DynamicQueryHandler: Done processing query | ||
4937 | 2024.03.26 14:54:00.953005 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
4938 | 2024.03.26 14:54:00.953014 [ 3 ] {f0a9505e-e44e-4d10-aef6-edee0d9de252} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
4939 | 2024.03.26 14:54:00.953063 [ 3 ] {} <Debug> HTTP-Session: b0227bea-8529-4c7a-9dce-21e520845ece Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4940 | 2024.03.26 14:54:00.953298 [ 191 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::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 | ||
4941 | 2024.03.26 14:54:00.953312 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 9534, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4942 | 2024.03.26 14:54:00.953552 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4943 | 2024.03.26 14:54:00.953666 [ 3 ] {} <Debug> HTTP-Session: b7edf23f-5a92-44a8-b6fb-dd944542d61b Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
4944 | 2024.03.26 14:54:00.953757 [ 3 ] {} <Debug> HTTP-Session: b7edf23f-5a92-44a8-b6fb-dd944542d61b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4945 | 2024.03.26 14:54:00.953845 [ 3 ] {} <Debug> HTTP-Session: b7edf23f-5a92-44a8-b6fb-dd944542d61b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4946 | 2024.03.26 14:54:00.954024 [ 3 ] {} <Trace> HTTP-Session: b7edf23f-5a92-44a8-b6fb-dd944542d61b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4947 | 2024.03.26 14:54:00.954029 [ 191 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4948 | 2024.03.26 14:54:00.954145 [ 191 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 208 rows starting from the beginning of the part | ||
4949 | 2024.03.26 14:54:00.954374 [ 3 ] {d8f21815-e71d-481c-8447-f67a80680e90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4950 | 2024.03.26 14:54:00.954431 [ 191 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 168 rows starting from the beginning of the part | ||
4951 | 2024.03.26 14:54:00.954505 [ 3 ] {d8f21815-e71d-481c-8447-f67a80680e90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4952 | 2024.03.26 14:54:00.954810 [ 191 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 168 rows starting from the beginning of the part | ||
4953 | 2024.03.26 14:54:00.955188 [ 191 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 37 rows starting from the beginning of the part | ||
4954 | 2024.03.26 14:54:00.955497 [ 3 ] {d8f21815-e71d-481c-8447-f67a80680e90} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4955 | 2024.03.26 14:54:00.955515 [ 191 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 169 rows starting from the beginning of the part | ||
4956 | 2024.03.26 14:54:00.955769 [ 191 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 168 rows starting from the beginning of the part | ||
4957 | 2024.03.26 14:54:00.956504 [ 3 ] {d8f21815-e71d-481c-8447-f67a80680e90} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4958 | 2024.03.26 14:54:00.956559 [ 3 ] {d8f21815-e71d-481c-8447-f67a80680e90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
4959 | 2024.03.26 14:54:00.957350 [ 3 ] {d8f21815-e71d-481c-8447-f67a80680e90} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
4960 | 2024.03.26 14:54:00.958202 [ 3 ] {d8f21815-e71d-481c-8447-f67a80680e90} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4961 | 2024.03.26 14:54:00.958434 [ 83 ] {} <Debug> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
4962 | 2024.03.26 14:54:00.958547 [ 3 ] {d8f21815-e71d-481c-8447-f67a80680e90} <Debug> executeQuery: Read 56 rows, 4.48 KiB in 0.004325 sec., 12947.976878612717 rows/sec., 1.01 MiB/sec. | ||
4963 | 2024.03.26 14:54:00.958553 [ 83 ] {} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4964 | 2024.03.26 14:54:00.958657 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
4965 | 2024.03.26 14:54:00.959157 [ 191 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 918 rows, containing 4 columns (4 merged, 0 gathered) in 0.006013463 sec., 152657.46209796253 rows/sec., 14.49 MiB/sec. | ||
4966 | 2024.03.26 14:54:00.959194 [ 3 ] {d8f21815-e71d-481c-8447-f67a80680e90} <Debug> DynamicQueryHandler: Done processing query | ||
4967 | 2024.03.26 14:54:00.959203 [ 199 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::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 | ||
4968 | 2024.03.26 14:54:00.959239 [ 3 ] {d8f21815-e71d-481c-8447-f67a80680e90} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
4969 | 2024.03.26 14:54:00.959301 [ 3 ] {} <Debug> HTTP-Session: b7edf23f-5a92-44a8-b6fb-dd944542d61b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4970 | 2024.03.26 14:54:00.959361 [ 191 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
4971 | 2024.03.26 14:54:00.959537 [ 199 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4972 | 2024.03.26 14:54:00.959594 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 59909, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4973 | 2024.03.26 14:54:00.959627 [ 199 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 106 rows starting from the beginning of the part | ||
4974 | 2024.03.26 14:54:00.959777 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4975 | 2024.03.26 14:54:00.959928 [ 3 ] {} <Debug> HTTP-Session: 78a3b090-f294-417b-8911-b4575ef95637 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
4976 | 2024.03.26 14:54:00.960082 [ 3 ] {} <Debug> HTTP-Session: 78a3b090-f294-417b-8911-b4575ef95637 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4977 | 2024.03.26 14:54:00.960107 [ 199 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 56 rows starting from the beginning of the part | ||
4978 | 2024.03.26 14:54:00.960196 [ 3 ] {} <Debug> HTTP-Session: 78a3b090-f294-417b-8911-b4575ef95637 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4979 | 2024.03.26 14:54:00.960420 [ 3 ] {} <Trace> HTTP-Session: 78a3b090-f294-417b-8911-b4575ef95637 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4980 | 2024.03.26 14:54:00.960564 [ 199 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 56 rows starting from the beginning of the part | ||
4981 | 2024.03.26 14:54:00.960933 [ 199 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 26 rows starting from the beginning of the part | ||
4982 | 2024.03.26 14:54:00.961357 [ 3 ] {d7e88021-6a36-410e-84e9-16dbd800caf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4983 | 2024.03.26 14:54:00.961435 [ 199 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 58 rows starting from the beginning of the part | ||
4984 | 2024.03.26 14:54:00.961482 [ 191 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_41_8} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4985 | 2024.03.26 14:54:00.961643 [ 3 ] {d7e88021-6a36-410e-84e9-16dbd800caf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4986 | 2024.03.26 14:54:00.961963 [ 199 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::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 | ||
4987 | 2024.03.26 14:54:00.962012 [ 191 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_41_8} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
4988 | 2024.03.26 14:54:00.962442 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
4989 | 2024.03.26 14:54:00.963115 [ 3 ] {d7e88021-6a36-410e-84e9-16dbd800caf9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4990 | 2024.03.26 14:54:00.964225 [ 200 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 358 rows, containing 4 columns (4 merged, 0 gathered) in 0.005359334 sec., 66799.34484396756 rows/sec., 5.22 MiB/sec. | ||
4991 | 2024.03.26 14:54:00.964422 [ 3 ] {d7e88021-6a36-410e-84e9-16dbd800caf9} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4992 | 2024.03.26 14:54:00.964425 [ 200 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
4993 | 2024.03.26 14:54:00.964463 [ 3 ] {d7e88021-6a36-410e-84e9-16dbd800caf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
4994 | 2024.03.26 14:54:00.965025 [ 200 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_41_8} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4995 | 2024.03.26 14:54:00.965146 [ 3 ] {d7e88021-6a36-410e-84e9-16dbd800caf9} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4996 | 2024.03.26 14:54:00.965150 [ 200 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_41_8} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
4997 | 2024.03.26 14:54:00.965276 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
4998 | 2024.03.26 14:54:00.965540 [ 3 ] {d7e88021-6a36-410e-84e9-16dbd800caf9} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4999 | 2024.03.26 14:54:00.965713 [ 83 ] {} <Debug> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5000 | 2024.03.26 14:54:00.965723 [ 3 ] {d7e88021-6a36-410e-84e9-16dbd800caf9} <Debug> executeQuery: Read 56 rows, 77.38 KiB in 0.005006 sec., 11186.576108669597 rows/sec., 15.10 MiB/sec. | ||
5001 | 2024.03.26 14:54:00.965762 [ 83 ] {} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5002 | 2024.03.26 14:54:00.965839 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
5003 | 2024.03.26 14:54:00.966163 [ 3 ] {d7e88021-6a36-410e-84e9-16dbd800caf9} <Debug> DynamicQueryHandler: Done processing query | ||
5004 | 2024.03.26 14:54:00.966198 [ 187 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::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 | ||
5005 | 2024.03.26 14:54:00.966235 [ 3 ] {d7e88021-6a36-410e-84e9-16dbd800caf9} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
5006 | 2024.03.26 14:54:00.966344 [ 3 ] {} <Debug> HTTP-Session: 78a3b090-f294-417b-8911-b4575ef95637 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5007 | 2024.03.26 14:54:00.966786 [ 187 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5008 | 2024.03.26 14:54:00.966824 [ 187 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1417 rows starting from the beginning of the part | ||
5009 | 2024.03.26 14:54:00.966935 [ 187 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::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 | ||
5010 | 2024.03.26 14:54:00.967161 [ 187 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 56 rows starting from the beginning of the part | ||
5011 | 2024.03.26 14:54:00.967367 [ 187 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::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 | ||
5012 | 2024.03.26 14:54:00.967557 [ 187 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 56 rows starting from the beginning of the part | ||
5013 | 2024.03.26 14:54:00.967692 [ 187 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::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 | ||
5014 | 2024.03.26 14:54:00.972425 [ 200 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1697 rows, containing 6 columns (6 merged, 0 gathered) in 0.006485529 sec., 261659.45754000943 rows/sec., 353.10 MiB/sec. | ||
5015 | 2024.03.26 14:54:00.973157 [ 187 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5016 | 2024.03.26 14:54:00.973553 [ 187 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5017 | 2024.03.26 14:54:00.973632 [ 187 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5018 | 2024.03.26 14:54:00.973704 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.60 MiB. | ||
5019 | 2024.03.26 14:54:01.000210 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 189.05 MiB, peak 201.61 MiB, free memory in arenas 0.00 B, will set to 191.24 MiB (RSS), difference: 2.20 MiB | ||
5020 | 2024.03.26 14:54:08.687001 [ 80 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5021 | 2024.03.26 14:54:08.687070 [ 80 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5022 | 2024.03.26 14:54:10.948066 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 8077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5023 | 2024.03.26 14:54:10.948185 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5024 | 2024.03.26 14:54:10.948210 [ 3 ] {} <Debug> HTTP-Session: 20ea9144-4aae-483d-85ec-7e504d2ce2ef Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
5025 | 2024.03.26 14:54:10.948235 [ 3 ] {} <Debug> HTTP-Session: 20ea9144-4aae-483d-85ec-7e504d2ce2ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5026 | 2024.03.26 14:54:10.948250 [ 3 ] {} <Debug> HTTP-Session: 20ea9144-4aae-483d-85ec-7e504d2ce2ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5027 | 2024.03.26 14:54:10.948298 [ 3 ] {} <Trace> HTTP-Session: 20ea9144-4aae-483d-85ec-7e504d2ce2ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5028 | 2024.03.26 14:54:10.948425 [ 3 ] {8a0ef8a1-551e-46bb-b505-085f5129ed0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5029 | 2024.03.26 14:54:10.948490 [ 3 ] {8a0ef8a1-551e-46bb-b505-085f5129ed0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5030 | 2024.03.26 14:54:10.948675 [ 3 ] {8a0ef8a1-551e-46bb-b505-085f5129ed0a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5031 | 2024.03.26 14:54:10.949166 [ 3 ] {8a0ef8a1-551e-46bb-b505-085f5129ed0a} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5032 | 2024.03.26 14:54:10.949213 [ 3 ] {8a0ef8a1-551e-46bb-b505-085f5129ed0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
5033 | 2024.03.26 14:54:10.949602 [ 3 ] {8a0ef8a1-551e-46bb-b505-085f5129ed0a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5034 | 2024.03.26 14:54:10.949953 [ 3 ] {8a0ef8a1-551e-46bb-b505-085f5129ed0a} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5035 | 2024.03.26 14:54:10.950121 [ 3 ] {8a0ef8a1-551e-46bb-b505-085f5129ed0a} <Debug> executeQuery: Read 56 rows, 4.54 KiB in 0.001758 sec., 31854.37997724687 rows/sec., 2.52 MiB/sec. | ||
5036 | 2024.03.26 14:54:10.950348 [ 3 ] {8a0ef8a1-551e-46bb-b505-085f5129ed0a} <Debug> DynamicQueryHandler: Done processing query | ||
5037 | 2024.03.26 14:54:10.950402 [ 3 ] {8a0ef8a1-551e-46bb-b505-085f5129ed0a} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
5038 | 2024.03.26 14:54:10.950444 [ 3 ] {} <Debug> HTTP-Session: 20ea9144-4aae-483d-85ec-7e504d2ce2ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5039 | 2024.03.26 14:54:10.950636 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 26882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5040 | 2024.03.26 14:54:10.950689 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5041 | 2024.03.26 14:54:10.950708 [ 3 ] {} <Debug> HTTP-Session: 45a94709-2b5e-450d-87d0-cc08abc50e51 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
5042 | 2024.03.26 14:54:10.950726 [ 3 ] {} <Debug> HTTP-Session: 45a94709-2b5e-450d-87d0-cc08abc50e51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5043 | 2024.03.26 14:54:10.950740 [ 3 ] {} <Debug> HTTP-Session: 45a94709-2b5e-450d-87d0-cc08abc50e51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5044 | 2024.03.26 14:54:10.950771 [ 3 ] {} <Trace> HTTP-Session: 45a94709-2b5e-450d-87d0-cc08abc50e51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5045 | 2024.03.26 14:54:10.950883 [ 3 ] {905bebd2-ba73-48a4-842a-603be17f8fb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5046 | 2024.03.26 14:54:10.950926 [ 3 ] {905bebd2-ba73-48a4-842a-603be17f8fb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5047 | 2024.03.26 14:54:10.951071 [ 3 ] {905bebd2-ba73-48a4-842a-603be17f8fb8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5048 | 2024.03.26 14:54:10.951533 [ 3 ] {905bebd2-ba73-48a4-842a-603be17f8fb8} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5049 | 2024.03.26 14:54:10.951574 [ 3 ] {905bebd2-ba73-48a4-842a-603be17f8fb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
5050 | 2024.03.26 14:54:10.951904 [ 3 ] {905bebd2-ba73-48a4-842a-603be17f8fb8} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
5051 | 2024.03.26 14:54:10.952205 [ 3 ] {905bebd2-ba73-48a4-842a-603be17f8fb8} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5052 | 2024.03.26 14:54:10.952363 [ 3 ] {905bebd2-ba73-48a4-842a-603be17f8fb8} <Debug> executeQuery: Read 168 rows, 16.63 KiB in 0.001526 sec., 110091.74311926606 rows/sec., 10.64 MiB/sec. | ||
5053 | 2024.03.26 14:54:10.952564 [ 3 ] {905bebd2-ba73-48a4-842a-603be17f8fb8} <Debug> DynamicQueryHandler: Done processing query | ||
5054 | 2024.03.26 14:54:10.952619 [ 3 ] {905bebd2-ba73-48a4-842a-603be17f8fb8} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
5055 | 2024.03.26 14:54:10.952672 [ 3 ] {} <Debug> HTTP-Session: 45a94709-2b5e-450d-87d0-cc08abc50e51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5056 | 2024.03.26 14:54:10.952843 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 9534, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5057 | 2024.03.26 14:54:10.952896 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5058 | 2024.03.26 14:54:10.952915 [ 3 ] {} <Debug> HTTP-Session: e98087c7-af71-4a28-9743-cb4d1e9d187b Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
5059 | 2024.03.26 14:54:10.952932 [ 3 ] {} <Debug> HTTP-Session: e98087c7-af71-4a28-9743-cb4d1e9d187b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5060 | 2024.03.26 14:54:10.952946 [ 3 ] {} <Debug> HTTP-Session: e98087c7-af71-4a28-9743-cb4d1e9d187b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5061 | 2024.03.26 14:54:10.952979 [ 3 ] {} <Trace> HTTP-Session: e98087c7-af71-4a28-9743-cb4d1e9d187b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5062 | 2024.03.26 14:54:10.953074 [ 3 ] {d3086b87-080e-4670-8d12-d6251597ce7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5063 | 2024.03.26 14:54:10.953115 [ 3 ] {d3086b87-080e-4670-8d12-d6251597ce7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5064 | 2024.03.26 14:54:10.953263 [ 3 ] {d3086b87-080e-4670-8d12-d6251597ce7f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5065 | 2024.03.26 14:54:10.953605 [ 3 ] {d3086b87-080e-4670-8d12-d6251597ce7f} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5066 | 2024.03.26 14:54:10.953643 [ 3 ] {d3086b87-080e-4670-8d12-d6251597ce7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
5067 | 2024.03.26 14:54:10.953947 [ 3 ] {d3086b87-080e-4670-8d12-d6251597ce7f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
5068 | 2024.03.26 14:54:10.954247 [ 3 ] {d3086b87-080e-4670-8d12-d6251597ce7f} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5069 | 2024.03.26 14:54:10.954405 [ 3 ] {d3086b87-080e-4670-8d12-d6251597ce7f} <Debug> executeQuery: Read 56 rows, 4.48 KiB in 0.001382 sec., 40520.98408104197 rows/sec., 3.17 MiB/sec. | ||
5070 | 2024.03.26 14:54:10.954532 [ 3 ] {d3086b87-080e-4670-8d12-d6251597ce7f} <Debug> DynamicQueryHandler: Done processing query | ||
5071 | 2024.03.26 14:54:10.954556 [ 3 ] {d3086b87-080e-4670-8d12-d6251597ce7f} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
5072 | 2024.03.26 14:54:10.954572 [ 3 ] {} <Debug> HTTP-Session: e98087c7-af71-4a28-9743-cb4d1e9d187b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5073 | 2024.03.26 14:54:10.954725 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 59909, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5074 | 2024.03.26 14:54:10.954772 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5075 | 2024.03.26 14:54:10.954790 [ 3 ] {} <Debug> HTTP-Session: 82e551f5-2cec-48df-8a11-9f5350986ba8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
5076 | 2024.03.26 14:54:10.954834 [ 3 ] {} <Debug> HTTP-Session: 82e551f5-2cec-48df-8a11-9f5350986ba8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5077 | 2024.03.26 14:54:10.954848 [ 3 ] {} <Debug> HTTP-Session: 82e551f5-2cec-48df-8a11-9f5350986ba8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5078 | 2024.03.26 14:54:10.954878 [ 3 ] {} <Trace> HTTP-Session: 82e551f5-2cec-48df-8a11-9f5350986ba8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5079 | 2024.03.26 14:54:10.955256 [ 3 ] {d7502240-02ce-486b-b644-f382866c3fb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5080 | 2024.03.26 14:54:10.955300 [ 3 ] {d7502240-02ce-486b-b644-f382866c3fb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5081 | 2024.03.26 14:54:10.955475 [ 3 ] {d7502240-02ce-486b-b644-f382866c3fb8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5082 | 2024.03.26 14:54:10.956107 [ 3 ] {d7502240-02ce-486b-b644-f382866c3fb8} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5083 | 2024.03.26 14:54:10.956143 [ 3 ] {d7502240-02ce-486b-b644-f382866c3fb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
5084 | 2024.03.26 14:54:10.956597 [ 3 ] {d7502240-02ce-486b-b644-f382866c3fb8} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5085 | 2024.03.26 14:54:10.956928 [ 3 ] {d7502240-02ce-486b-b644-f382866c3fb8} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5086 | 2024.03.26 14:54:10.957106 [ 3 ] {d7502240-02ce-486b-b644-f382866c3fb8} <Debug> executeQuery: Read 56 rows, 77.38 KiB in 0.002168 sec., 25830.258302583028 rows/sec., 34.86 MiB/sec. | ||
5087 | 2024.03.26 14:54:10.957243 [ 3 ] {d7502240-02ce-486b-b644-f382866c3fb8} <Debug> DynamicQueryHandler: Done processing query | ||
5088 | 2024.03.26 14:54:10.957266 [ 3 ] {d7502240-02ce-486b-b644-f382866c3fb8} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
5089 | 2024.03.26 14:54:10.957282 [ 3 ] {} <Debug> HTTP-Session: 82e551f5-2cec-48df-8a11-9f5350986ba8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5090 | 2024.03.26 14:54:15.946553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 4983, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5091 | 2024.03.26 14:54:15.946683 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5092 | 2024.03.26 14:54:15.946711 [ 3 ] {} <Debug> HTTP-Session: 92a18fd1-7023-4eae-9d5a-d4182bd8412a Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
5093 | 2024.03.26 14:54:15.946742 [ 3 ] {} <Debug> HTTP-Session: 92a18fd1-7023-4eae-9d5a-d4182bd8412a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5094 | 2024.03.26 14:54:15.946757 [ 3 ] {} <Debug> HTTP-Session: 92a18fd1-7023-4eae-9d5a-d4182bd8412a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5095 | 2024.03.26 14:54:15.946810 [ 3 ] {} <Trace> HTTP-Session: 92a18fd1-7023-4eae-9d5a-d4182bd8412a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5096 | 2024.03.26 14:54:15.946949 [ 3 ] {9f7a34e4-1d17-40e4-a908-7fc52ddc1527} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5097 | 2024.03.26 14:54:15.947016 [ 3 ] {9f7a34e4-1d17-40e4-a908-7fc52ddc1527} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5098 | 2024.03.26 14:54:15.947223 [ 3 ] {9f7a34e4-1d17-40e4-a908-7fc52ddc1527} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5099 | 2024.03.26 14:54:15.947715 [ 3 ] {9f7a34e4-1d17-40e4-a908-7fc52ddc1527} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5100 | 2024.03.26 14:54:15.947761 [ 3 ] {9f7a34e4-1d17-40e4-a908-7fc52ddc1527} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
5101 | 2024.03.26 14:54:15.948182 [ 3 ] {9f7a34e4-1d17-40e4-a908-7fc52ddc1527} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
5102 | 2024.03.26 14:54:15.948570 [ 3 ] {9f7a34e4-1d17-40e4-a908-7fc52ddc1527} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5103 | 2024.03.26 14:54:15.948765 [ 3 ] {9f7a34e4-1d17-40e4-a908-7fc52ddc1527} <Debug> executeQuery: Read 36 rows, 2.77 KiB in 0.001884 sec., 19108.28025477707 rows/sec., 1.43 MiB/sec. | ||
5104 | 2024.03.26 14:54:15.948929 [ 3 ] {9f7a34e4-1d17-40e4-a908-7fc52ddc1527} <Debug> DynamicQueryHandler: Done processing query | ||
5105 | 2024.03.26 14:54:15.948956 [ 3 ] {9f7a34e4-1d17-40e4-a908-7fc52ddc1527} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
5106 | 2024.03.26 14:54:15.948979 [ 3 ] {} <Debug> HTTP-Session: 92a18fd1-7023-4eae-9d5a-d4182bd8412a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5107 | 2024.03.26 14:54:15.949113 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 4090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5108 | 2024.03.26 14:54:15.949174 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5109 | 2024.03.26 14:54:15.949199 [ 3 ] {} <Debug> HTTP-Session: ba8043c7-de1a-4c08-812d-4ce0fcd45aa8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
5110 | 2024.03.26 14:54:15.949217 [ 3 ] {} <Debug> HTTP-Session: ba8043c7-de1a-4c08-812d-4ce0fcd45aa8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5111 | 2024.03.26 14:54:15.949230 [ 3 ] {} <Debug> HTTP-Session: ba8043c7-de1a-4c08-812d-4ce0fcd45aa8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5112 | 2024.03.26 14:54:15.949267 [ 3 ] {} <Trace> HTTP-Session: ba8043c7-de1a-4c08-812d-4ce0fcd45aa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5113 | 2024.03.26 14:54:15.949355 [ 3 ] {fdfbebff-55fb-462d-b92d-588b5e055e9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5114 | 2024.03.26 14:54:15.949409 [ 3 ] {fdfbebff-55fb-462d-b92d-588b5e055e9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5115 | 2024.03.26 14:54:15.949542 [ 3 ] {fdfbebff-55fb-462d-b92d-588b5e055e9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5116 | 2024.03.26 14:54:15.949876 [ 3 ] {fdfbebff-55fb-462d-b92d-588b5e055e9d} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5117 | 2024.03.26 14:54:15.949913 [ 3 ] {fdfbebff-55fb-462d-b92d-588b5e055e9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
5118 | 2024.03.26 14:54:15.950217 [ 3 ] {fdfbebff-55fb-462d-b92d-588b5e055e9d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
5119 | 2024.03.26 14:54:15.950533 [ 3 ] {fdfbebff-55fb-462d-b92d-588b5e055e9d} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5120 | 2024.03.26 14:54:15.950689 [ 3 ] {fdfbebff-55fb-462d-b92d-588b5e055e9d} <Debug> executeQuery: Read 24 rows, 1.90 KiB in 0.001366 sec., 17569.546120058563 rows/sec., 1.36 MiB/sec. | ||
5121 | 2024.03.26 14:54:15.950817 [ 3 ] {fdfbebff-55fb-462d-b92d-588b5e055e9d} <Debug> DynamicQueryHandler: Done processing query | ||
5122 | 2024.03.26 14:54:15.950840 [ 3 ] {fdfbebff-55fb-462d-b92d-588b5e055e9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
5123 | 2024.03.26 14:54:15.950856 [ 3 ] {} <Debug> HTTP-Session: ba8043c7-de1a-4c08-812d-4ce0fcd45aa8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5124 | 2024.03.26 14:54:15.950978 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 7029, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5125 | 2024.03.26 14:54:15.951028 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5126 | 2024.03.26 14:54:15.951046 [ 3 ] {} <Debug> HTTP-Session: 05afb36b-3510-4a45-ab2b-05d0772e6027 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
5127 | 2024.03.26 14:54:15.951063 [ 3 ] {} <Debug> HTTP-Session: 05afb36b-3510-4a45-ab2b-05d0772e6027 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5128 | 2024.03.26 14:54:15.951077 [ 3 ] {} <Debug> HTTP-Session: 05afb36b-3510-4a45-ab2b-05d0772e6027 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5129 | 2024.03.26 14:54:15.951108 [ 3 ] {} <Trace> HTTP-Session: 05afb36b-3510-4a45-ab2b-05d0772e6027 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5130 | 2024.03.26 14:54:15.951187 [ 3 ] {bc6d3a68-d456-425a-a983-6f0c75be98c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5131 | 2024.03.26 14:54:15.951232 [ 3 ] {bc6d3a68-d456-425a-a983-6f0c75be98c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5132 | 2024.03.26 14:54:15.951389 [ 3 ] {bc6d3a68-d456-425a-a983-6f0c75be98c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5133 | 2024.03.26 14:54:15.951694 [ 3 ] {bc6d3a68-d456-425a-a983-6f0c75be98c2} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5134 | 2024.03.26 14:54:15.951731 [ 3 ] {bc6d3a68-d456-425a-a983-6f0c75be98c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
5135 | 2024.03.26 14:54:15.952106 [ 3 ] {bc6d3a68-d456-425a-a983-6f0c75be98c2} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
5136 | 2024.03.26 14:54:15.952444 [ 3 ] {bc6d3a68-d456-425a-a983-6f0c75be98c2} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5137 | 2024.03.26 14:54:15.952596 [ 3 ] {bc6d3a68-d456-425a-a983-6f0c75be98c2} <Debug> executeQuery: Read 36 rows, 2.60 KiB in 0.001433 sec., 25122.12142358688 rows/sec., 1.77 MiB/sec. | ||
5138 | 2024.03.26 14:54:15.952724 [ 3 ] {bc6d3a68-d456-425a-a983-6f0c75be98c2} <Debug> DynamicQueryHandler: Done processing query | ||
5139 | 2024.03.26 14:54:15.952747 [ 3 ] {bc6d3a68-d456-425a-a983-6f0c75be98c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
5140 | 2024.03.26 14:54:15.952763 [ 3 ] {} <Debug> HTTP-Session: 05afb36b-3510-4a45-ab2b-05d0772e6027 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5141 | 2024.03.26 14:54:20.948134 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 8077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5142 | 2024.03.26 14:54:20.948255 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5143 | 2024.03.26 14:54:20.948279 [ 3 ] {} <Debug> HTTP-Session: 30326d59-638b-4e9c-a4f8-fbd4d2da33aa Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
5144 | 2024.03.26 14:54:20.948303 [ 3 ] {} <Debug> HTTP-Session: 30326d59-638b-4e9c-a4f8-fbd4d2da33aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5145 | 2024.03.26 14:54:20.948317 [ 3 ] {} <Debug> HTTP-Session: 30326d59-638b-4e9c-a4f8-fbd4d2da33aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5146 | 2024.03.26 14:54:20.948365 [ 3 ] {} <Trace> HTTP-Session: 30326d59-638b-4e9c-a4f8-fbd4d2da33aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5147 | 2024.03.26 14:54:20.948504 [ 3 ] {7a0ab16f-3a99-4e11-8bf0-9ae27afcd924} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5148 | 2024.03.26 14:54:20.948565 [ 3 ] {7a0ab16f-3a99-4e11-8bf0-9ae27afcd924} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5149 | 2024.03.26 14:54:20.948755 [ 3 ] {7a0ab16f-3a99-4e11-8bf0-9ae27afcd924} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5150 | 2024.03.26 14:54:20.949228 [ 3 ] {7a0ab16f-3a99-4e11-8bf0-9ae27afcd924} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5151 | 2024.03.26 14:54:20.949276 [ 3 ] {7a0ab16f-3a99-4e11-8bf0-9ae27afcd924} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
5152 | 2024.03.26 14:54:20.949651 [ 3 ] {7a0ab16f-3a99-4e11-8bf0-9ae27afcd924} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5153 | 2024.03.26 14:54:20.949979 [ 3 ] {7a0ab16f-3a99-4e11-8bf0-9ae27afcd924} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5154 | 2024.03.26 14:54:20.950156 [ 3 ] {7a0ab16f-3a99-4e11-8bf0-9ae27afcd924} <Debug> executeQuery: Read 56 rows, 4.54 KiB in 0.001714 sec., 32672.112018669777 rows/sec., 2.59 MiB/sec. | ||
5155 | 2024.03.26 14:54:20.950304 [ 3 ] {7a0ab16f-3a99-4e11-8bf0-9ae27afcd924} <Debug> DynamicQueryHandler: Done processing query | ||
5156 | 2024.03.26 14:54:20.950329 [ 3 ] {7a0ab16f-3a99-4e11-8bf0-9ae27afcd924} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
5157 | 2024.03.26 14:54:20.950345 [ 3 ] {} <Debug> HTTP-Session: 30326d59-638b-4e9c-a4f8-fbd4d2da33aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5158 | 2024.03.26 14:54:20.950497 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5159 | 2024.03.26 14:54:20.950546 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5160 | 2024.03.26 14:54:20.950564 [ 3 ] {} <Debug> HTTP-Session: 9da9aaeb-ebad-4f71-8854-b73fdf37f99f Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
5161 | 2024.03.26 14:54:20.950581 [ 3 ] {} <Debug> HTTP-Session: 9da9aaeb-ebad-4f71-8854-b73fdf37f99f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5162 | 2024.03.26 14:54:20.950595 [ 3 ] {} <Debug> HTTP-Session: 9da9aaeb-ebad-4f71-8854-b73fdf37f99f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5163 | 2024.03.26 14:54:20.950625 [ 3 ] {} <Trace> HTTP-Session: 9da9aaeb-ebad-4f71-8854-b73fdf37f99f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5164 | 2024.03.26 14:54:20.950688 [ 3 ] {1faf011c-b308-4e71-af9e-0e7874a7b25f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5165 | 2024.03.26 14:54:20.950729 [ 3 ] {1faf011c-b308-4e71-af9e-0e7874a7b25f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5166 | 2024.03.26 14:54:20.950852 [ 3 ] {1faf011c-b308-4e71-af9e-0e7874a7b25f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5167 | 2024.03.26 14:54:20.951222 [ 3 ] {1faf011c-b308-4e71-af9e-0e7874a7b25f} <Trace> oximeter.fields_ipaddr (b9cacdb2-3543-418a-8ac0-d16d067a037a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5168 | 2024.03.26 14:54:20.951259 [ 3 ] {1faf011c-b308-4e71-af9e-0e7874a7b25f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
5169 | 2024.03.26 14:54:20.951547 [ 3 ] {1faf011c-b308-4e71-af9e-0e7874a7b25f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
5170 | 2024.03.26 14:54:20.951835 [ 3 ] {1faf011c-b308-4e71-af9e-0e7874a7b25f} <Trace> oximeter.fields_ipaddr (b9cacdb2-3543-418a-8ac0-d16d067a037a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5171 | 2024.03.26 14:54:20.951990 [ 3 ] {1faf011c-b308-4e71-af9e-0e7874a7b25f} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001321 sec., 3028.0090840272524 rows/sec., 246.91 KiB/sec. | ||
5172 | 2024.03.26 14:54:20.952143 [ 3 ] {1faf011c-b308-4e71-af9e-0e7874a7b25f} <Debug> DynamicQueryHandler: Done processing query | ||
5173 | 2024.03.26 14:54:20.952170 [ 3 ] {1faf011c-b308-4e71-af9e-0e7874a7b25f} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5174 | 2024.03.26 14:54:20.952187 [ 3 ] {} <Debug> HTTP-Session: 9da9aaeb-ebad-4f71-8854-b73fdf37f99f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5175 | 2024.03.26 14:54:20.952357 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 27181, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5176 | 2024.03.26 14:54:20.952411 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5177 | 2024.03.26 14:54:20.952430 [ 3 ] {} <Debug> HTTP-Session: 96fc3486-34f5-432f-9685-525fa1809dac Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
5178 | 2024.03.26 14:54:20.952446 [ 3 ] {} <Debug> HTTP-Session: 96fc3486-34f5-432f-9685-525fa1809dac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5179 | 2024.03.26 14:54:20.952459 [ 3 ] {} <Debug> HTTP-Session: 96fc3486-34f5-432f-9685-525fa1809dac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5180 | 2024.03.26 14:54:20.952489 [ 3 ] {} <Trace> HTTP-Session: 96fc3486-34f5-432f-9685-525fa1809dac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5181 | 2024.03.26 14:54:20.952593 [ 3 ] {3a455a56-65f8-4518-afe9-799f5099a674} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5182 | 2024.03.26 14:54:20.952634 [ 3 ] {3a455a56-65f8-4518-afe9-799f5099a674} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5183 | 2024.03.26 14:54:20.952757 [ 3 ] {3a455a56-65f8-4518-afe9-799f5099a674} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5184 | 2024.03.26 14:54:20.953157 [ 3 ] {3a455a56-65f8-4518-afe9-799f5099a674} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5185 | 2024.03.26 14:54:20.953194 [ 3 ] {3a455a56-65f8-4518-afe9-799f5099a674} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
5186 | 2024.03.26 14:54:20.953500 [ 3 ] {3a455a56-65f8-4518-afe9-799f5099a674} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
5187 | 2024.03.26 14:54:20.953790 [ 3 ] {3a455a56-65f8-4518-afe9-799f5099a674} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5188 | 2024.03.26 14:54:20.953925 [ 3 ] {3a455a56-65f8-4518-afe9-799f5099a674} <Debug> executeQuery: Read 170 rows, 16.81 KiB in 0.001393 sec., 122038.76525484567 rows/sec., 11.78 MiB/sec. | ||
5189 | 2024.03.26 14:54:20.954130 [ 3 ] {3a455a56-65f8-4518-afe9-799f5099a674} <Debug> DynamicQueryHandler: Done processing query | ||
5190 | 2024.03.26 14:54:20.954154 [ 3 ] {3a455a56-65f8-4518-afe9-799f5099a674} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
5191 | 2024.03.26 14:54:20.954196 [ 3 ] {} <Debug> HTTP-Session: 96fc3486-34f5-432f-9685-525fa1809dac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5192 | 2024.03.26 14:54:20.954437 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5193 | 2024.03.26 14:54:20.954554 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5194 | 2024.03.26 14:54:20.954591 [ 3 ] {} <Debug> HTTP-Session: 2413bc8b-4cf3-4872-b561-587905adc057 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
5195 | 2024.03.26 14:54:20.954622 [ 3 ] {} <Debug> HTTP-Session: 2413bc8b-4cf3-4872-b561-587905adc057 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5196 | 2024.03.26 14:54:20.954638 [ 3 ] {} <Debug> HTTP-Session: 2413bc8b-4cf3-4872-b561-587905adc057 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5197 | 2024.03.26 14:54:20.954669 [ 3 ] {} <Trace> HTTP-Session: 2413bc8b-4cf3-4872-b561-587905adc057 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5198 | 2024.03.26 14:54:20.954736 [ 3 ] {524b1242-421c-4ae5-99c8-8cac7c5a6f73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5199 | 2024.03.26 14:54:20.954777 [ 3 ] {524b1242-421c-4ae5-99c8-8cac7c5a6f73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5200 | 2024.03.26 14:54:20.954926 [ 3 ] {524b1242-421c-4ae5-99c8-8cac7c5a6f73} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5201 | 2024.03.26 14:54:20.955195 [ 3 ] {524b1242-421c-4ae5-99c8-8cac7c5a6f73} <Trace> oximeter.fields_u16 (e20b24dd-90f0-4a6f-bcd9-27e96d38dd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5202 | 2024.03.26 14:54:20.955232 [ 3 ] {524b1242-421c-4ae5-99c8-8cac7c5a6f73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
5203 | 2024.03.26 14:54:20.955536 [ 3 ] {524b1242-421c-4ae5-99c8-8cac7c5a6f73} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
5204 | 2024.03.26 14:54:20.955841 [ 3 ] {524b1242-421c-4ae5-99c8-8cac7c5a6f73} <Trace> oximeter.fields_u16 (e20b24dd-90f0-4a6f-bcd9-27e96d38dd35): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5205 | 2024.03.26 14:54:20.955994 [ 3 ] {524b1242-421c-4ae5-99c8-8cac7c5a6f73} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001275 sec., 3137.254901960784 rows/sec., 219.06 KiB/sec. | ||
5206 | 2024.03.26 14:54:20.956151 [ 3 ] {524b1242-421c-4ae5-99c8-8cac7c5a6f73} <Debug> DynamicQueryHandler: Done processing query | ||
5207 | 2024.03.26 14:54:20.956175 [ 3 ] {524b1242-421c-4ae5-99c8-8cac7c5a6f73} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5208 | 2024.03.26 14:54:20.956191 [ 3 ] {} <Debug> HTTP-Session: 2413bc8b-4cf3-4872-b561-587905adc057 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5209 | 2024.03.26 14:54:20.956301 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 10218, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5210 | 2024.03.26 14:54:20.956347 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5211 | 2024.03.26 14:54:20.956365 [ 3 ] {} <Debug> HTTP-Session: 1d2e3ee0-cdaa-48eb-80e8-cfb6c6c2d9b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
5212 | 2024.03.26 14:54:20.956381 [ 3 ] {} <Debug> HTTP-Session: 1d2e3ee0-cdaa-48eb-80e8-cfb6c6c2d9b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5213 | 2024.03.26 14:54:20.956403 [ 3 ] {} <Debug> HTTP-Session: 1d2e3ee0-cdaa-48eb-80e8-cfb6c6c2d9b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5214 | 2024.03.26 14:54:20.956433 [ 3 ] {} <Trace> HTTP-Session: 1d2e3ee0-cdaa-48eb-80e8-cfb6c6c2d9b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5215 | 2024.03.26 14:54:20.956523 [ 3 ] {1f528f6d-441a-4a8b-b5b3-9572f7f329b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5216 | 2024.03.26 14:54:20.956563 [ 3 ] {1f528f6d-441a-4a8b-b5b3-9572f7f329b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5217 | 2024.03.26 14:54:20.956688 [ 3 ] {1f528f6d-441a-4a8b-b5b3-9572f7f329b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5218 | 2024.03.26 14:54:20.956997 [ 3 ] {1f528f6d-441a-4a8b-b5b3-9572f7f329b7} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5219 | 2024.03.26 14:54:20.957033 [ 3 ] {1f528f6d-441a-4a8b-b5b3-9572f7f329b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
5220 | 2024.03.26 14:54:20.957322 [ 3 ] {1f528f6d-441a-4a8b-b5b3-9572f7f329b7} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
5221 | 2024.03.26 14:54:20.957616 [ 3 ] {1f528f6d-441a-4a8b-b5b3-9572f7f329b7} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5222 | 2024.03.26 14:54:20.957769 [ 3 ] {1f528f6d-441a-4a8b-b5b3-9572f7f329b7} <Debug> executeQuery: Read 60 rows, 4.81 KiB in 0.00129 sec., 46511.62790697675 rows/sec., 3.64 MiB/sec. | ||
5223 | 2024.03.26 14:54:20.957889 [ 3 ] {1f528f6d-441a-4a8b-b5b3-9572f7f329b7} <Debug> DynamicQueryHandler: Done processing query | ||
5224 | 2024.03.26 14:54:20.957912 [ 3 ] {1f528f6d-441a-4a8b-b5b3-9572f7f329b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
5225 | 2024.03.26 14:54:20.957928 [ 3 ] {} <Debug> HTTP-Session: 1d2e3ee0-cdaa-48eb-80e8-cfb6c6c2d9b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5226 | 2024.03.26 14:54:20.958023 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 448, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5227 | 2024.03.26 14:54:20.958071 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5228 | 2024.03.26 14:54:20.958088 [ 3 ] {} <Debug> HTTP-Session: ca677ab8-20e1-457d-a1ba-95481958f59f Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
5229 | 2024.03.26 14:54:20.958105 [ 3 ] {} <Debug> HTTP-Session: ca677ab8-20e1-457d-a1ba-95481958f59f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5230 | 2024.03.26 14:54:20.958118 [ 3 ] {} <Debug> HTTP-Session: ca677ab8-20e1-457d-a1ba-95481958f59f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5231 | 2024.03.26 14:54:20.958147 [ 3 ] {} <Trace> HTTP-Session: ca677ab8-20e1-457d-a1ba-95481958f59f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5232 | 2024.03.26 14:54:20.958208 [ 3 ] {12849c4b-0eac-4d84-8f58-18db80d88d31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5233 | 2024.03.26 14:54:20.958251 [ 3 ] {12849c4b-0eac-4d84-8f58-18db80d88d31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5234 | 2024.03.26 14:54:20.958402 [ 3 ] {12849c4b-0eac-4d84-8f58-18db80d88d31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5235 | 2024.03.26 14:54:20.958668 [ 3 ] {12849c4b-0eac-4d84-8f58-18db80d88d31} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5236 | 2024.03.26 14:54:20.958704 [ 3 ] {12849c4b-0eac-4d84-8f58-18db80d88d31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
5237 | 2024.03.26 14:54:20.959055 [ 3 ] {12849c4b-0eac-4d84-8f58-18db80d88d31} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
5238 | 2024.03.26 14:54:20.959379 [ 3 ] {12849c4b-0eac-4d84-8f58-18db80d88d31} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5239 | 2024.03.26 14:54:20.959550 [ 3 ] {12849c4b-0eac-4d84-8f58-18db80d88d31} <Debug> executeQuery: Read 2 rows, 144.00 B in 0.001362 sec., 1468.4287812041116 rows/sec., 103.25 KiB/sec. | ||
5240 | 2024.03.26 14:54:20.959673 [ 3 ] {12849c4b-0eac-4d84-8f58-18db80d88d31} <Debug> DynamicQueryHandler: Done processing query | ||
5241 | 2024.03.26 14:54:20.959695 [ 3 ] {12849c4b-0eac-4d84-8f58-18db80d88d31} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5242 | 2024.03.26 14:54:20.959712 [ 3 ] {} <Debug> HTTP-Session: ca677ab8-20e1-457d-a1ba-95481958f59f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5243 | 2024.03.26 14:54:20.959869 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 59909, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5244 | 2024.03.26 14:54:20.959916 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5245 | 2024.03.26 14:54:20.959935 [ 3 ] {} <Debug> HTTP-Session: 1c4bbf23-8ec0-4a0a-88f9-938c2140b47f Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
5246 | 2024.03.26 14:54:20.959950 [ 3 ] {} <Debug> HTTP-Session: 1c4bbf23-8ec0-4a0a-88f9-938c2140b47f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5247 | 2024.03.26 14:54:20.959964 [ 3 ] {} <Debug> HTTP-Session: 1c4bbf23-8ec0-4a0a-88f9-938c2140b47f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5248 | 2024.03.26 14:54:20.959993 [ 3 ] {} <Trace> HTTP-Session: 1c4bbf23-8ec0-4a0a-88f9-938c2140b47f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5249 | 2024.03.26 14:54:20.960352 [ 3 ] {8b093f68-99ed-4671-b016-25878a43d6a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5250 | 2024.03.26 14:54:20.960406 [ 3 ] {8b093f68-99ed-4671-b016-25878a43d6a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5251 | 2024.03.26 14:54:20.960570 [ 3 ] {8b093f68-99ed-4671-b016-25878a43d6a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5252 | 2024.03.26 14:54:20.961196 [ 3 ] {8b093f68-99ed-4671-b016-25878a43d6a3} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5253 | 2024.03.26 14:54:20.961232 [ 3 ] {8b093f68-99ed-4671-b016-25878a43d6a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
5254 | 2024.03.26 14:54:20.961660 [ 3 ] {8b093f68-99ed-4671-b016-25878a43d6a3} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5255 | 2024.03.26 14:54:20.961994 [ 3 ] {8b093f68-99ed-4671-b016-25878a43d6a3} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5256 | 2024.03.26 14:54:20.962160 [ 3 ] {8b093f68-99ed-4671-b016-25878a43d6a3} <Debug> executeQuery: Read 56 rows, 77.38 KiB in 0.002106 sec., 26590.693257359926 rows/sec., 35.88 MiB/sec. | ||
5257 | 2024.03.26 14:54:20.962395 [ 3 ] {8b093f68-99ed-4671-b016-25878a43d6a3} <Debug> DynamicQueryHandler: Done processing query | ||
5258 | 2024.03.26 14:54:20.962448 [ 3 ] {8b093f68-99ed-4671-b016-25878a43d6a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
5259 | 2024.03.26 14:54:20.962506 [ 3 ] {} <Debug> HTTP-Session: 1c4bbf23-8ec0-4a0a-88f9-938c2140b47f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5260 | 2024.03.26 14:54:23.687313 [ 73 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5261 | 2024.03.26 14:54:23.687388 [ 73 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5262 | 2024.03.26 14:54:25.001629 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001135116 sec. | ||
5263 | 2024.03.26 14:54:30.948264 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 8077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5264 | 2024.03.26 14:54:30.948436 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5265 | 2024.03.26 14:54:30.948462 [ 3 ] {} <Debug> HTTP-Session: 7af5326f-e172-447b-acd2-4c8ce010e1cc Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
5266 | 2024.03.26 14:54:30.948484 [ 3 ] {} <Debug> HTTP-Session: 7af5326f-e172-447b-acd2-4c8ce010e1cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5267 | 2024.03.26 14:54:30.948498 [ 3 ] {} <Debug> HTTP-Session: 7af5326f-e172-447b-acd2-4c8ce010e1cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5268 | 2024.03.26 14:54:30.948544 [ 3 ] {} <Trace> HTTP-Session: 7af5326f-e172-447b-acd2-4c8ce010e1cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5269 | 2024.03.26 14:54:30.948663 [ 3 ] {a50e40ec-9209-4ea5-b7f5-3d1d5f7c922c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5270 | 2024.03.26 14:54:30.948722 [ 3 ] {a50e40ec-9209-4ea5-b7f5-3d1d5f7c922c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5271 | 2024.03.26 14:54:30.948902 [ 3 ] {a50e40ec-9209-4ea5-b7f5-3d1d5f7c922c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5272 | 2024.03.26 14:54:30.949346 [ 3 ] {a50e40ec-9209-4ea5-b7f5-3d1d5f7c922c} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5273 | 2024.03.26 14:54:30.949465 [ 3 ] {a50e40ec-9209-4ea5-b7f5-3d1d5f7c922c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
5274 | 2024.03.26 14:54:30.949849 [ 3 ] {a50e40ec-9209-4ea5-b7f5-3d1d5f7c922c} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5275 | 2024.03.26 14:54:30.950191 [ 3 ] {a50e40ec-9209-4ea5-b7f5-3d1d5f7c922c} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5276 | 2024.03.26 14:54:30.950381 [ 3 ] {a50e40ec-9209-4ea5-b7f5-3d1d5f7c922c} <Debug> executeQuery: Read 56 rows, 4.54 KiB in 0.001753 sec., 31945.23673702225 rows/sec., 2.53 MiB/sec. | ||
5277 | 2024.03.26 14:54:30.950395 [ 71 ] {} <Debug> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3) (MergerMutator): Selected 5 parts from all_1_30_7 to all_34_34_0 | ||
5278 | 2024.03.26 14:54:30.950499 [ 71 ] {} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5279 | 2024.03.26 14:54:30.950549 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
5280 | 2024.03.26 14:54:30.950627 [ 3 ] {a50e40ec-9209-4ea5-b7f5-3d1d5f7c922c} <Debug> DynamicQueryHandler: Done processing query | ||
5281 | 2024.03.26 14:54:30.950708 [ 3 ] {a50e40ec-9209-4ea5-b7f5-3d1d5f7c922c} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
5282 | 2024.03.26 14:54:30.950811 [ 3 ] {} <Debug> HTTP-Session: 7af5326f-e172-447b-acd2-4c8ce010e1cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5283 | 2024.03.26 14:54:30.951071 [ 186 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::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 | ||
5284 | 2024.03.26 14:54:30.951127 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 26882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5285 | 2024.03.26 14:54:30.951319 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5286 | 2024.03.26 14:54:30.951384 [ 3 ] {} <Debug> HTTP-Session: ce1cb77d-e5f8-4775-8db2-4dbdb741afc9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
5287 | 2024.03.26 14:54:30.951513 [ 3 ] {} <Debug> HTTP-Session: ce1cb77d-e5f8-4775-8db2-4dbdb741afc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5288 | 2024.03.26 14:54:30.951612 [ 3 ] {} <Debug> HTTP-Session: ce1cb77d-e5f8-4775-8db2-4dbdb741afc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5289 | 2024.03.26 14:54:30.951821 [ 3 ] {} <Trace> HTTP-Session: ce1cb77d-e5f8-4775-8db2-4dbdb741afc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5290 | 2024.03.26 14:54:30.951924 [ 186 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_34_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5291 | 2024.03.26 14:54:30.952037 [ 186 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_7, total 56 rows starting from the beginning of the part | ||
5292 | 2024.03.26 14:54:30.952354 [ 3 ] {8a927b2b-9dcf-4861-bd4e-0b3d8d453413} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5293 | 2024.03.26 14:54:30.952434 [ 186 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 56 rows starting from the beginning of the part | ||
5294 | 2024.03.26 14:54:30.952587 [ 3 ] {8a927b2b-9dcf-4861-bd4e-0b3d8d453413} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5295 | 2024.03.26 14:54:30.952743 [ 186 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 56 rows starting from the beginning of the part | ||
5296 | 2024.03.26 14:54:30.953043 [ 186 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 56 rows starting from the beginning of the part | ||
5297 | 2024.03.26 14:54:30.953432 [ 186 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 56 rows starting from the beginning of the part | ||
5298 | 2024.03.26 14:54:30.953959 [ 3 ] {8a927b2b-9dcf-4861-bd4e-0b3d8d453413} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5299 | 2024.03.26 14:54:30.955027 [ 3 ] {8a927b2b-9dcf-4861-bd4e-0b3d8d453413} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5300 | 2024.03.26 14:54:30.955099 [ 3 ] {8a927b2b-9dcf-4861-bd4e-0b3d8d453413} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
5301 | 2024.03.26 14:54:30.955854 [ 186 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_34_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 280 rows, containing 4 columns (4 merged, 0 gathered) in 0.005207101 sec., 53772.72305645695 rows/sec., 4.26 MiB/sec. | ||
5302 | 2024.03.26 14:54:30.955947 [ 3 ] {8a927b2b-9dcf-4861-bd4e-0b3d8d453413} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
5303 | 2024.03.26 14:54:30.956048 [ 186 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_34_8} <Trace> MergedBlockOutputStream: filled checksums all_1_34_8 (state Temporary) | ||
5304 | 2024.03.26 14:54:30.956771 [ 3 ] {8a927b2b-9dcf-4861-bd4e-0b3d8d453413} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5305 | 2024.03.26 14:54:30.956988 [ 186 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_34_8} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Renaming temporary part tmp_merge_all_1_34_8 to all_1_34_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5306 | 2024.03.26 14:54:30.957099 [ 3 ] {8a927b2b-9dcf-4861-bd4e-0b3d8d453413} <Debug> executeQuery: Read 168 rows, 16.63 KiB in 0.00508 sec., 33070.86614173228 rows/sec., 3.20 MiB/sec. | ||
5307 | 2024.03.26 14:54:30.957224 [ 186 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_34_8} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3) (MergerMutator): Merged 5 parts: [all_1_30_7, all_34_34_0] -> all_1_34_8 | ||
5308 | 2024.03.26 14:54:30.957373 [ 3 ] {8a927b2b-9dcf-4861-bd4e-0b3d8d453413} <Debug> DynamicQueryHandler: Done processing query | ||
5309 | 2024.03.26 14:54:30.957384 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
5310 | 2024.03.26 14:54:30.957416 [ 3 ] {8a927b2b-9dcf-4861-bd4e-0b3d8d453413} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
5311 | 2024.03.26 14:54:30.957453 [ 3 ] {} <Debug> HTTP-Session: ce1cb77d-e5f8-4775-8db2-4dbdb741afc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5312 | 2024.03.26 14:54:30.957624 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 9534, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5313 | 2024.03.26 14:54:30.957674 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5314 | 2024.03.26 14:54:30.957692 [ 3 ] {} <Debug> HTTP-Session: b4df3005-1027-47e9-abd6-91368b6afd70 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
5315 | 2024.03.26 14:54:30.957710 [ 3 ] {} <Debug> HTTP-Session: b4df3005-1027-47e9-abd6-91368b6afd70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5316 | 2024.03.26 14:54:30.957724 [ 3 ] {} <Debug> HTTP-Session: b4df3005-1027-47e9-abd6-91368b6afd70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5317 | 2024.03.26 14:54:30.957755 [ 3 ] {} <Trace> HTTP-Session: b4df3005-1027-47e9-abd6-91368b6afd70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5318 | 2024.03.26 14:54:30.957855 [ 3 ] {2eb533a5-34f0-4732-9836-d6955580e139} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5319 | 2024.03.26 14:54:30.957898 [ 3 ] {2eb533a5-34f0-4732-9836-d6955580e139} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5320 | 2024.03.26 14:54:30.958049 [ 3 ] {2eb533a5-34f0-4732-9836-d6955580e139} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5321 | 2024.03.26 14:54:30.958419 [ 3 ] {2eb533a5-34f0-4732-9836-d6955580e139} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5322 | 2024.03.26 14:54:30.958464 [ 3 ] {2eb533a5-34f0-4732-9836-d6955580e139} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
5323 | 2024.03.26 14:54:30.958776 [ 3 ] {2eb533a5-34f0-4732-9836-d6955580e139} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
5324 | 2024.03.26 14:54:30.959095 [ 3 ] {2eb533a5-34f0-4732-9836-d6955580e139} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5325 | 2024.03.26 14:54:30.959263 [ 3 ] {2eb533a5-34f0-4732-9836-d6955580e139} <Debug> executeQuery: Read 56 rows, 4.48 KiB in 0.001449 sec., 38647.342995169085 rows/sec., 3.02 MiB/sec. | ||
5326 | 2024.03.26 14:54:30.959477 [ 3 ] {2eb533a5-34f0-4732-9836-d6955580e139} <Debug> DynamicQueryHandler: Done processing query | ||
5327 | 2024.03.26 14:54:30.959530 [ 3 ] {2eb533a5-34f0-4732-9836-d6955580e139} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
5328 | 2024.03.26 14:54:30.959580 [ 3 ] {} <Debug> HTTP-Session: b4df3005-1027-47e9-abd6-91368b6afd70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5329 | 2024.03.26 14:54:30.959801 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 59910, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5330 | 2024.03.26 14:54:30.959852 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5331 | 2024.03.26 14:54:30.959870 [ 3 ] {} <Debug> HTTP-Session: a45f9280-0690-4cc4-bfff-e64d7b69b530 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
5332 | 2024.03.26 14:54:30.959887 [ 3 ] {} <Debug> HTTP-Session: a45f9280-0690-4cc4-bfff-e64d7b69b530 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5333 | 2024.03.26 14:54:30.959901 [ 3 ] {} <Debug> HTTP-Session: a45f9280-0690-4cc4-bfff-e64d7b69b530 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5334 | 2024.03.26 14:54:30.959932 [ 3 ] {} <Trace> HTTP-Session: a45f9280-0690-4cc4-bfff-e64d7b69b530 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5335 | 2024.03.26 14:54:30.960303 [ 3 ] {9fc06f13-03ff-49f1-a782-8ecc68df2846} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5336 | 2024.03.26 14:54:30.960351 [ 3 ] {9fc06f13-03ff-49f1-a782-8ecc68df2846} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5337 | 2024.03.26 14:54:30.960542 [ 3 ] {9fc06f13-03ff-49f1-a782-8ecc68df2846} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5338 | 2024.03.26 14:54:30.961157 [ 3 ] {9fc06f13-03ff-49f1-a782-8ecc68df2846} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5339 | 2024.03.26 14:54:30.961194 [ 3 ] {9fc06f13-03ff-49f1-a782-8ecc68df2846} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
5340 | 2024.03.26 14:54:30.961647 [ 3 ] {9fc06f13-03ff-49f1-a782-8ecc68df2846} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5341 | 2024.03.26 14:54:30.961979 [ 3 ] {9fc06f13-03ff-49f1-a782-8ecc68df2846} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5342 | 2024.03.26 14:54:30.962140 [ 3 ] {9fc06f13-03ff-49f1-a782-8ecc68df2846} <Debug> executeQuery: Read 56 rows, 77.38 KiB in 0.002146 sec., 26095.0605778192 rows/sec., 35.21 MiB/sec. | ||
5343 | 2024.03.26 14:54:30.962793 [ 3 ] {9fc06f13-03ff-49f1-a782-8ecc68df2846} <Debug> DynamicQueryHandler: Done processing query | ||
5344 | 2024.03.26 14:54:30.962915 [ 3 ] {9fc06f13-03ff-49f1-a782-8ecc68df2846} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
5345 | 2024.03.26 14:54:30.963017 [ 3 ] {} <Debug> HTTP-Session: a45f9280-0690-4cc4-bfff-e64d7b69b530 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5346 | 2024.03.26 14:54:33.309445 [ 71 ] {} <Debug> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
5347 | 2024.03.26 14:54:33.309528 [ 71 ] {} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5348 | 2024.03.26 14:54:33.309555 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
5349 | 2024.03.26 14:54:33.309714 [ 187 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full | ||
5350 | 2024.03.26 14:54:33.310194 [ 187 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5351 | 2024.03.26 14:54:33.310266 [ 187 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 508 rows starting from the beginning of the part | ||
5352 | 2024.03.26 14:54:33.310352 [ 187 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 37 rows starting from the beginning of the part | ||
5353 | 2024.03.26 14:54:33.310522 [ 187 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
5354 | 2024.03.26 14:54:33.310810 [ 187 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 36 rows starting from the beginning of the part | ||
5355 | 2024.03.26 14:54:33.311052 [ 187 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part | ||
5356 | 2024.03.26 14:54:33.312320 [ 200 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 584 rows, containing 5 columns (5 merged, 0 gathered) in 0.002696187 sec., 216602.18671776104 rows/sec., 15.27 MiB/sec. | ||
5357 | 2024.03.26 14:54:33.312582 [ 190 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
5358 | 2024.03.26 14:54:33.313150 [ 190 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_21_5} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5359 | 2024.03.26 14:54:33.313249 [ 190 ] {53f51141-7b09-4c26-9537-7562ea55e087::all_1_21_5} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
5360 | 2024.03.26 14:54:33.313360 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
5361 | 2024.03.26 14:54:38.687645 [ 68 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5362 | 2024.03.26 14:54:38.687711 [ 68 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5363 | 2024.03.26 14:54:40.948336 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 8077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5364 | 2024.03.26 14:54:40.948455 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5365 | 2024.03.26 14:54:40.948483 [ 3 ] {} <Debug> HTTP-Session: a650f341-5dbe-4cfa-a643-aa26bcf9209d Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
5366 | 2024.03.26 14:54:40.948511 [ 3 ] {} <Debug> HTTP-Session: a650f341-5dbe-4cfa-a643-aa26bcf9209d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5367 | 2024.03.26 14:54:40.948529 [ 3 ] {} <Debug> HTTP-Session: a650f341-5dbe-4cfa-a643-aa26bcf9209d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5368 | 2024.03.26 14:54:40.948584 [ 3 ] {} <Trace> HTTP-Session: a650f341-5dbe-4cfa-a643-aa26bcf9209d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5369 | 2024.03.26 14:54:40.948729 [ 3 ] {372697ce-e028-4260-aa60-f4dc76491d12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5370 | 2024.03.26 14:54:40.948799 [ 3 ] {372697ce-e028-4260-aa60-f4dc76491d12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5371 | 2024.03.26 14:54:40.949012 [ 3 ] {372697ce-e028-4260-aa60-f4dc76491d12} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5372 | 2024.03.26 14:54:40.949599 [ 3 ] {372697ce-e028-4260-aa60-f4dc76491d12} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5373 | 2024.03.26 14:54:40.949662 [ 3 ] {372697ce-e028-4260-aa60-f4dc76491d12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
5374 | 2024.03.26 14:54:40.950283 [ 3 ] {372697ce-e028-4260-aa60-f4dc76491d12} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5375 | 2024.03.26 14:54:40.950615 [ 3 ] {372697ce-e028-4260-aa60-f4dc76491d12} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5376 | 2024.03.26 14:54:40.950782 [ 3 ] {372697ce-e028-4260-aa60-f4dc76491d12} <Debug> executeQuery: Read 56 rows, 4.54 KiB in 0.002127 sec., 26328.161730136344 rows/sec., 2.08 MiB/sec. | ||
5377 | 2024.03.26 14:54:40.950933 [ 3 ] {372697ce-e028-4260-aa60-f4dc76491d12} <Debug> DynamicQueryHandler: Done processing query | ||
5378 | 2024.03.26 14:54:40.950959 [ 3 ] {372697ce-e028-4260-aa60-f4dc76491d12} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
5379 | 2024.03.26 14:54:40.950976 [ 3 ] {} <Debug> HTTP-Session: a650f341-5dbe-4cfa-a643-aa26bcf9209d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5380 | 2024.03.26 14:54:40.951144 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 26882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5381 | 2024.03.26 14:54:40.951193 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5382 | 2024.03.26 14:54:40.951211 [ 3 ] {} <Debug> HTTP-Session: 076f7d7c-e041-4a50-88e5-7fcc9d3725f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
5383 | 2024.03.26 14:54:40.951228 [ 3 ] {} <Debug> HTTP-Session: 076f7d7c-e041-4a50-88e5-7fcc9d3725f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5384 | 2024.03.26 14:54:40.951241 [ 3 ] {} <Debug> HTTP-Session: 076f7d7c-e041-4a50-88e5-7fcc9d3725f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5385 | 2024.03.26 14:54:40.951272 [ 3 ] {} <Trace> HTTP-Session: 076f7d7c-e041-4a50-88e5-7fcc9d3725f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5386 | 2024.03.26 14:54:40.951383 [ 3 ] {0e07e16e-a876-431a-b5ff-532292653fa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5387 | 2024.03.26 14:54:40.951423 [ 3 ] {0e07e16e-a876-431a-b5ff-532292653fa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5388 | 2024.03.26 14:54:40.951547 [ 3 ] {0e07e16e-a876-431a-b5ff-532292653fa6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5389 | 2024.03.26 14:54:40.951975 [ 3 ] {0e07e16e-a876-431a-b5ff-532292653fa6} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5390 | 2024.03.26 14:54:40.952012 [ 3 ] {0e07e16e-a876-431a-b5ff-532292653fa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
5391 | 2024.03.26 14:54:40.952333 [ 3 ] {0e07e16e-a876-431a-b5ff-532292653fa6} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
5392 | 2024.03.26 14:54:40.952630 [ 3 ] {0e07e16e-a876-431a-b5ff-532292653fa6} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5393 | 2024.03.26 14:54:40.952789 [ 3 ] {0e07e16e-a876-431a-b5ff-532292653fa6} <Debug> executeQuery: Read 168 rows, 16.63 KiB in 0.001463 sec., 114832.53588516745 rows/sec., 11.10 MiB/sec. | ||
5394 | 2024.03.26 14:54:40.952802 [ 67 ] {} <Debug> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
5395 | 2024.03.26 14:54:40.952904 [ 67 ] {} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5396 | 2024.03.26 14:54:40.952949 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
5397 | 2024.03.26 14:54:40.952978 [ 3 ] {0e07e16e-a876-431a-b5ff-532292653fa6} <Debug> DynamicQueryHandler: Done processing query | ||
5398 | 2024.03.26 14:54:40.953030 [ 3 ] {0e07e16e-a876-431a-b5ff-532292653fa6} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
5399 | 2024.03.26 14:54:40.953104 [ 3 ] {} <Debug> HTTP-Session: 076f7d7c-e041-4a50-88e5-7fcc9d3725f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5400 | 2024.03.26 14:54:40.953269 [ 187 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::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 | ||
5401 | 2024.03.26 14:54:40.953421 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 9534, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5402 | 2024.03.26 14:54:40.953623 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5403 | 2024.03.26 14:54:40.953728 [ 3 ] {} <Debug> HTTP-Session: c9ced534-3949-4e13-af04-41616d0c8a6d Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
5404 | 2024.03.26 14:54:40.953816 [ 3 ] {} <Debug> HTTP-Session: c9ced534-3949-4e13-af04-41616d0c8a6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5405 | 2024.03.26 14:54:40.953871 [ 3 ] {} <Debug> HTTP-Session: c9ced534-3949-4e13-af04-41616d0c8a6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5406 | 2024.03.26 14:54:40.953881 [ 187 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5407 | 2024.03.26 14:54:40.953936 [ 3 ] {} <Trace> HTTP-Session: c9ced534-3949-4e13-af04-41616d0c8a6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5408 | 2024.03.26 14:54:40.953951 [ 187 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 208 rows starting from the beginning of the part | ||
5409 | 2024.03.26 14:54:40.954196 [ 187 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 168 rows starting from the beginning of the part | ||
5410 | 2024.03.26 14:54:40.954203 [ 3 ] {27c94aa1-a872-41bd-8bf5-2e0a29f95847} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5411 | 2024.03.26 14:54:40.954427 [ 3 ] {27c94aa1-a872-41bd-8bf5-2e0a29f95847} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5412 | 2024.03.26 14:54:40.954511 [ 187 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 36 rows starting from the beginning of the part | ||
5413 | 2024.03.26 14:54:40.954863 [ 187 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 170 rows starting from the beginning of the part | ||
5414 | 2024.03.26 14:54:40.955089 [ 187 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 168 rows starting from the beginning of the part | ||
5415 | 2024.03.26 14:54:40.955445 [ 187 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 168 rows starting from the beginning of the part | ||
5416 | 2024.03.26 14:54:40.955777 [ 3 ] {27c94aa1-a872-41bd-8bf5-2e0a29f95847} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5417 | 2024.03.26 14:54:40.956683 [ 3 ] {27c94aa1-a872-41bd-8bf5-2e0a29f95847} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5418 | 2024.03.26 14:54:40.956740 [ 3 ] {27c94aa1-a872-41bd-8bf5-2e0a29f95847} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
5419 | 2024.03.26 14:54:40.957569 [ 3 ] {27c94aa1-a872-41bd-8bf5-2e0a29f95847} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
5420 | 2024.03.26 14:54:40.958302 [ 3 ] {27c94aa1-a872-41bd-8bf5-2e0a29f95847} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5421 | 2024.03.26 14:54:40.958532 [ 194 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 918 rows, containing 4 columns (4 merged, 0 gathered) in 0.005455255 sec., 168278.10982254724 rows/sec., 15.97 MiB/sec. | ||
5422 | 2024.03.26 14:54:40.958584 [ 67 ] {} <Debug> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
5423 | 2024.03.26 14:54:40.958655 [ 3 ] {27c94aa1-a872-41bd-8bf5-2e0a29f95847} <Debug> executeQuery: Read 56 rows, 4.48 KiB in 0.004604 sec., 12163.33622936577 rows/sec., 974.02 KiB/sec. | ||
5424 | 2024.03.26 14:54:40.958672 [ 67 ] {} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5425 | 2024.03.26 14:54:40.958759 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
5426 | 2024.03.26 14:54:40.958970 [ 194 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
5427 | 2024.03.26 14:54:40.959142 [ 3 ] {27c94aa1-a872-41bd-8bf5-2e0a29f95847} <Debug> DynamicQueryHandler: Done processing query | ||
5428 | 2024.03.26 14:54:40.959207 [ 196 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::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 | ||
5429 | 2024.03.26 14:54:40.959210 [ 3 ] {27c94aa1-a872-41bd-8bf5-2e0a29f95847} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
5430 | 2024.03.26 14:54:40.959293 [ 3 ] {} <Debug> HTTP-Session: c9ced534-3949-4e13-af04-41616d0c8a6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5431 | 2024.03.26 14:54:40.959501 [ 196 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5432 | 2024.03.26 14:54:40.959592 [ 196 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 106 rows starting from the beginning of the part | ||
5433 | 2024.03.26 14:54:40.959650 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 59910, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5434 | 2024.03.26 14:54:40.959840 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5435 | 2024.03.26 14:54:40.959965 [ 3 ] {} <Debug> HTTP-Session: 8728a50b-db39-4a10-a83f-57989d24ba1f Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
5436 | 2024.03.26 14:54:40.960066 [ 196 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 56 rows starting from the beginning of the part | ||
5437 | 2024.03.26 14:54:40.960080 [ 3 ] {} <Debug> HTTP-Session: 8728a50b-db39-4a10-a83f-57989d24ba1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5438 | 2024.03.26 14:54:40.960179 [ 3 ] {} <Debug> HTTP-Session: 8728a50b-db39-4a10-a83f-57989d24ba1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5439 | 2024.03.26 14:54:40.960341 [ 3 ] {} <Trace> HTTP-Session: 8728a50b-db39-4a10-a83f-57989d24ba1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5440 | 2024.03.26 14:54:40.960469 [ 196 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 24 rows starting from the beginning of the part | ||
5441 | 2024.03.26 14:54:40.960693 [ 196 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::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 | ||
5442 | 2024.03.26 14:54:40.960965 [ 194 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_46_9} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5443 | 2024.03.26 14:54:40.961017 [ 196 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::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 | ||
5444 | 2024.03.26 14:54:40.961108 [ 3 ] {b5e698b1-71da-4edb-a5ae-88aa56dd42ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5445 | 2024.03.26 14:54:40.961448 [ 3 ] {b5e698b1-71da-4edb-a5ae-88aa56dd42ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5446 | 2024.03.26 14:54:40.961526 [ 196 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 56 rows starting from the beginning of the part | ||
5447 | 2024.03.26 14:54:40.961636 [ 194 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_46_9} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
5448 | 2024.03.26 14:54:40.962128 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
5449 | 2024.03.26 14:54:40.962480 [ 3 ] {b5e698b1-71da-4edb-a5ae-88aa56dd42ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5450 | 2024.03.26 14:54:40.963440 [ 187 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 358 rows, containing 4 columns (4 merged, 0 gathered) in 0.004514572 sec., 79298.76852113557 rows/sec., 6.20 MiB/sec. | ||
5451 | 2024.03.26 14:54:40.963735 [ 3 ] {b5e698b1-71da-4edb-a5ae-88aa56dd42ee} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5452 | 2024.03.26 14:54:40.963761 [ 187 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
5453 | 2024.03.26 14:54:40.963787 [ 3 ] {b5e698b1-71da-4edb-a5ae-88aa56dd42ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
5454 | 2024.03.26 14:54:40.964677 [ 196 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_46_9} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5455 | 2024.03.26 14:54:40.964785 [ 196 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_46_9} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
5456 | 2024.03.26 14:54:40.964810 [ 3 ] {b5e698b1-71da-4edb-a5ae-88aa56dd42ee} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5457 | 2024.03.26 14:54:40.964874 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
5458 | 2024.03.26 14:54:40.965173 [ 3 ] {b5e698b1-71da-4edb-a5ae-88aa56dd42ee} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5459 | 2024.03.26 14:54:40.965341 [ 3 ] {b5e698b1-71da-4edb-a5ae-88aa56dd42ee} <Debug> executeQuery: Read 56 rows, 77.38 KiB in 0.004791 sec., 11688.58275934043 rows/sec., 15.77 MiB/sec. | ||
5460 | 2024.03.26 14:54:40.965485 [ 3 ] {b5e698b1-71da-4edb-a5ae-88aa56dd42ee} <Debug> DynamicQueryHandler: Done processing query | ||
5461 | 2024.03.26 14:54:40.965508 [ 3 ] {b5e698b1-71da-4edb-a5ae-88aa56dd42ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
5462 | 2024.03.26 14:54:40.965525 [ 3 ] {} <Debug> HTTP-Session: 8728a50b-db39-4a10-a83f-57989d24ba1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5463 | 2024.03.26 14:54:45.946587 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5464 | 2024.03.26 14:54:45.946710 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5465 | 2024.03.26 14:54:45.946733 [ 3 ] {} <Debug> HTTP-Session: fe2fce7d-dc83-4f94-9ed9-fbbddde345e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
5466 | 2024.03.26 14:54:45.946758 [ 3 ] {} <Debug> HTTP-Session: fe2fce7d-dc83-4f94-9ed9-fbbddde345e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5467 | 2024.03.26 14:54:45.946773 [ 3 ] {} <Debug> HTTP-Session: fe2fce7d-dc83-4f94-9ed9-fbbddde345e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5468 | 2024.03.26 14:54:45.946823 [ 3 ] {} <Trace> HTTP-Session: fe2fce7d-dc83-4f94-9ed9-fbbddde345e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5469 | 2024.03.26 14:54:45.946935 [ 3 ] {74a26a5c-0972-402c-8543-f93f1df9131a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5470 | 2024.03.26 14:54:45.946999 [ 3 ] {74a26a5c-0972-402c-8543-f93f1df9131a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5471 | 2024.03.26 14:54:45.947187 [ 3 ] {74a26a5c-0972-402c-8543-f93f1df9131a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5472 | 2024.03.26 14:54:45.947620 [ 3 ] {74a26a5c-0972-402c-8543-f93f1df9131a} <Trace> oximeter.fields_ipaddr (b9cacdb2-3543-418a-8ac0-d16d067a037a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5473 | 2024.03.26 14:54:45.947669 [ 3 ] {74a26a5c-0972-402c-8543-f93f1df9131a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
5474 | 2024.03.26 14:54:45.948041 [ 3 ] {74a26a5c-0972-402c-8543-f93f1df9131a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
5475 | 2024.03.26 14:54:45.948382 [ 3 ] {74a26a5c-0972-402c-8543-f93f1df9131a} <Trace> oximeter.fields_ipaddr (b9cacdb2-3543-418a-8ac0-d16d067a037a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5476 | 2024.03.26 14:54:45.948556 [ 3 ] {74a26a5c-0972-402c-8543-f93f1df9131a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00167 sec., 1197.6047904191616 rows/sec., 97.66 KiB/sec. | ||
5477 | 2024.03.26 14:54:45.948702 [ 3 ] {74a26a5c-0972-402c-8543-f93f1df9131a} <Debug> DynamicQueryHandler: Done processing query | ||
5478 | 2024.03.26 14:54:45.948727 [ 3 ] {74a26a5c-0972-402c-8543-f93f1df9131a} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5479 | 2024.03.26 14:54:45.948743 [ 3 ] {} <Debug> HTTP-Session: fe2fce7d-dc83-4f94-9ed9-fbbddde345e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5480 | 2024.03.26 14:54:45.948875 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 5133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5481 | 2024.03.26 14:54:45.948923 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5482 | 2024.03.26 14:54:45.948943 [ 3 ] {} <Debug> HTTP-Session: 02cff4e5-96a2-40ad-a0c3-6c409c0d4df3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
5483 | 2024.03.26 14:54:45.948960 [ 3 ] {} <Debug> HTTP-Session: 02cff4e5-96a2-40ad-a0c3-6c409c0d4df3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5484 | 2024.03.26 14:54:45.948974 [ 3 ] {} <Debug> HTTP-Session: 02cff4e5-96a2-40ad-a0c3-6c409c0d4df3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5485 | 2024.03.26 14:54:45.949004 [ 3 ] {} <Trace> HTTP-Session: 02cff4e5-96a2-40ad-a0c3-6c409c0d4df3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5486 | 2024.03.26 14:54:45.949081 [ 3 ] {5db27f68-3b96-42aa-88b8-eab3deb1a856} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5487 | 2024.03.26 14:54:45.949121 [ 3 ] {5db27f68-3b96-42aa-88b8-eab3deb1a856} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5488 | 2024.03.26 14:54:45.949246 [ 3 ] {5db27f68-3b96-42aa-88b8-eab3deb1a856} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5489 | 2024.03.26 14:54:45.949582 [ 3 ] {5db27f68-3b96-42aa-88b8-eab3deb1a856} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5490 | 2024.03.26 14:54:45.949621 [ 3 ] {5db27f68-3b96-42aa-88b8-eab3deb1a856} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
5491 | 2024.03.26 14:54:45.949924 [ 3 ] {5db27f68-3b96-42aa-88b8-eab3deb1a856} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
5492 | 2024.03.26 14:54:45.950232 [ 3 ] {5db27f68-3b96-42aa-88b8-eab3deb1a856} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5493 | 2024.03.26 14:54:45.950384 [ 3 ] {5db27f68-3b96-42aa-88b8-eab3deb1a856} <Debug> executeQuery: Read 37 rows, 2.85 KiB in 0.001328 sec., 27861.44578313253 rows/sec., 2.10 MiB/sec. | ||
5494 | 2024.03.26 14:54:45.950572 [ 3 ] {5db27f68-3b96-42aa-88b8-eab3deb1a856} <Debug> DynamicQueryHandler: Done processing query | ||
5495 | 2024.03.26 14:54:45.950613 [ 3 ] {5db27f68-3b96-42aa-88b8-eab3deb1a856} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
5496 | 2024.03.26 14:54:45.950669 [ 3 ] {} <Debug> HTTP-Session: 02cff4e5-96a2-40ad-a0c3-6c409c0d4df3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5497 | 2024.03.26 14:54:45.950848 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5498 | 2024.03.26 14:54:45.950898 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5499 | 2024.03.26 14:54:45.950917 [ 3 ] {} <Debug> HTTP-Session: da7f5fa0-d70e-43e9-83d4-e7726037b9e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
5500 | 2024.03.26 14:54:45.950934 [ 3 ] {} <Debug> HTTP-Session: da7f5fa0-d70e-43e9-83d4-e7726037b9e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5501 | 2024.03.26 14:54:45.950948 [ 3 ] {} <Debug> HTTP-Session: da7f5fa0-d70e-43e9-83d4-e7726037b9e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5502 | 2024.03.26 14:54:45.950979 [ 3 ] {} <Trace> HTTP-Session: da7f5fa0-d70e-43e9-83d4-e7726037b9e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5503 | 2024.03.26 14:54:45.951047 [ 3 ] {001bd989-681b-4fe1-94d1-55d3b7f79dd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5504 | 2024.03.26 14:54:45.951088 [ 3 ] {001bd989-681b-4fe1-94d1-55d3b7f79dd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5505 | 2024.03.26 14:54:45.951243 [ 3 ] {001bd989-681b-4fe1-94d1-55d3b7f79dd3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5506 | 2024.03.26 14:54:45.951589 [ 3 ] {001bd989-681b-4fe1-94d1-55d3b7f79dd3} <Trace> oximeter.fields_u16 (e20b24dd-90f0-4a6f-bcd9-27e96d38dd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5507 | 2024.03.26 14:54:45.951629 [ 3 ] {001bd989-681b-4fe1-94d1-55d3b7f79dd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
5508 | 2024.03.26 14:54:45.951938 [ 3 ] {001bd989-681b-4fe1-94d1-55d3b7f79dd3} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
5509 | 2024.03.26 14:54:45.952258 [ 3 ] {001bd989-681b-4fe1-94d1-55d3b7f79dd3} <Trace> oximeter.fields_u16 (e20b24dd-90f0-4a6f-bcd9-27e96d38dd35): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5510 | 2024.03.26 14:54:45.952417 [ 3 ] {001bd989-681b-4fe1-94d1-55d3b7f79dd3} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001384 sec., 1445.086705202312 rows/sec., 100.90 KiB/sec. | ||
5511 | 2024.03.26 14:54:45.952649 [ 3 ] {001bd989-681b-4fe1-94d1-55d3b7f79dd3} <Debug> DynamicQueryHandler: Done processing query | ||
5512 | 2024.03.26 14:54:45.952700 [ 3 ] {001bd989-681b-4fe1-94d1-55d3b7f79dd3} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5513 | 2024.03.26 14:54:45.952736 [ 3 ] {} <Debug> HTTP-Session: da7f5fa0-d70e-43e9-83d4-e7726037b9e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5514 | 2024.03.26 14:54:45.952865 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 4433, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5515 | 2024.03.26 14:54:45.952914 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5516 | 2024.03.26 14:54:45.952937 [ 3 ] {} <Debug> HTTP-Session: 1e4922da-c20f-4d57-bb20-2017be91762e Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
5517 | 2024.03.26 14:54:45.952954 [ 3 ] {} <Debug> HTTP-Session: 1e4922da-c20f-4d57-bb20-2017be91762e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5518 | 2024.03.26 14:54:45.952968 [ 3 ] {} <Debug> HTTP-Session: 1e4922da-c20f-4d57-bb20-2017be91762e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5519 | 2024.03.26 14:54:45.952998 [ 3 ] {} <Trace> HTTP-Session: 1e4922da-c20f-4d57-bb20-2017be91762e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5520 | 2024.03.26 14:54:45.953072 [ 3 ] {0be70638-6167-4962-9a67-34cc69b212f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5521 | 2024.03.26 14:54:45.953114 [ 3 ] {0be70638-6167-4962-9a67-34cc69b212f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5522 | 2024.03.26 14:54:45.953257 [ 3 ] {0be70638-6167-4962-9a67-34cc69b212f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5523 | 2024.03.26 14:54:45.953578 [ 3 ] {0be70638-6167-4962-9a67-34cc69b212f4} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5524 | 2024.03.26 14:54:45.953615 [ 3 ] {0be70638-6167-4962-9a67-34cc69b212f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
5525 | 2024.03.26 14:54:45.953916 [ 3 ] {0be70638-6167-4962-9a67-34cc69b212f4} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
5526 | 2024.03.26 14:54:45.954234 [ 3 ] {0be70638-6167-4962-9a67-34cc69b212f4} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5527 | 2024.03.26 14:54:45.954396 [ 3 ] {0be70638-6167-4962-9a67-34cc69b212f4} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.001348 sec., 19287.833827893173 rows/sec., 1.49 MiB/sec. | ||
5528 | 2024.03.26 14:54:45.954536 [ 3 ] {0be70638-6167-4962-9a67-34cc69b212f4} <Debug> DynamicQueryHandler: Done processing query | ||
5529 | 2024.03.26 14:54:45.954570 [ 3 ] {0be70638-6167-4962-9a67-34cc69b212f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
5530 | 2024.03.26 14:54:45.954603 [ 3 ] {} <Debug> HTTP-Session: 1e4922da-c20f-4d57-bb20-2017be91762e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5531 | 2024.03.26 14:54:45.954735 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 7221, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5532 | 2024.03.26 14:54:45.954782 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5533 | 2024.03.26 14:54:45.954802 [ 3 ] {} <Debug> HTTP-Session: 0c3d5a99-e660-431b-ac32-e912f6812113 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
5534 | 2024.03.26 14:54:45.954820 [ 3 ] {} <Debug> HTTP-Session: 0c3d5a99-e660-431b-ac32-e912f6812113 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5535 | 2024.03.26 14:54:45.954833 [ 3 ] {} <Debug> HTTP-Session: 0c3d5a99-e660-431b-ac32-e912f6812113 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5536 | 2024.03.26 14:54:45.954863 [ 3 ] {} <Trace> HTTP-Session: 0c3d5a99-e660-431b-ac32-e912f6812113 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5537 | 2024.03.26 14:54:45.954940 [ 3 ] {8f186c59-8d67-4d6a-808c-59ce6181b91d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5538 | 2024.03.26 14:54:45.954985 [ 3 ] {8f186c59-8d67-4d6a-808c-59ce6181b91d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5539 | 2024.03.26 14:54:45.955144 [ 3 ] {8f186c59-8d67-4d6a-808c-59ce6181b91d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5540 | 2024.03.26 14:54:45.955481 [ 3 ] {8f186c59-8d67-4d6a-808c-59ce6181b91d} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5541 | 2024.03.26 14:54:45.955521 [ 3 ] {8f186c59-8d67-4d6a-808c-59ce6181b91d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
5542 | 2024.03.26 14:54:45.955898 [ 3 ] {8f186c59-8d67-4d6a-808c-59ce6181b91d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
5543 | 2024.03.26 14:54:45.956265 [ 3 ] {8f186c59-8d67-4d6a-808c-59ce6181b91d} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5544 | 2024.03.26 14:54:45.956437 [ 3 ] {8f186c59-8d67-4d6a-808c-59ce6181b91d} <Debug> executeQuery: Read 37 rows, 2.67 KiB in 0.001522 sec., 24310.11826544021 rows/sec., 1.71 MiB/sec. | ||
5545 | 2024.03.26 14:54:45.956587 [ 3 ] {8f186c59-8d67-4d6a-808c-59ce6181b91d} <Debug> DynamicQueryHandler: Done processing query | ||
5546 | 2024.03.26 14:54:45.956611 [ 3 ] {8f186c59-8d67-4d6a-808c-59ce6181b91d} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
5547 | 2024.03.26 14:54:45.956626 [ 3 ] {} <Debug> HTTP-Session: 0c3d5a99-e660-431b-ac32-e912f6812113 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5548 | 2024.03.26 14:54:50.949555 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 9367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5549 | 2024.03.26 14:54:50.949674 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5550 | 2024.03.26 14:54:50.949703 [ 3 ] {} <Debug> HTTP-Session: 16fc94c8-08d9-4d77-b08e-988a5e3c107d Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
5551 | 2024.03.26 14:54:50.949732 [ 3 ] {} <Debug> HTTP-Session: 16fc94c8-08d9-4d77-b08e-988a5e3c107d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5552 | 2024.03.26 14:54:50.949751 [ 3 ] {} <Debug> HTTP-Session: 16fc94c8-08d9-4d77-b08e-988a5e3c107d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5553 | 2024.03.26 14:54:50.949806 [ 3 ] {} <Trace> HTTP-Session: 16fc94c8-08d9-4d77-b08e-988a5e3c107d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5554 | 2024.03.26 14:54:50.949943 [ 3 ] {f0fc8830-03fc-4170-9964-80426e32a6ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5555 | 2024.03.26 14:54:50.950007 [ 3 ] {f0fc8830-03fc-4170-9964-80426e32a6ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5556 | 2024.03.26 14:54:50.950196 [ 3 ] {f0fc8830-03fc-4170-9964-80426e32a6ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5557 | 2024.03.26 14:54:50.950681 [ 3 ] {f0fc8830-03fc-4170-9964-80426e32a6ae} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5558 | 2024.03.26 14:54:50.950827 [ 3 ] {f0fc8830-03fc-4170-9964-80426e32a6ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
5559 | 2024.03.26 14:54:50.951212 [ 3 ] {f0fc8830-03fc-4170-9964-80426e32a6ae} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5560 | 2024.03.26 14:54:50.951553 [ 3 ] {f0fc8830-03fc-4170-9964-80426e32a6ae} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5561 | 2024.03.26 14:54:50.951724 [ 3 ] {f0fc8830-03fc-4170-9964-80426e32a6ae} <Debug> executeQuery: Read 65 rows, 5.27 KiB in 0.001845 sec., 35230.35230352303 rows/sec., 2.79 MiB/sec. | ||
5562 | 2024.03.26 14:54:50.951975 [ 3 ] {f0fc8830-03fc-4170-9964-80426e32a6ae} <Debug> DynamicQueryHandler: Done processing query | ||
5563 | 2024.03.26 14:54:50.952035 [ 3 ] {f0fc8830-03fc-4170-9964-80426e32a6ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
5564 | 2024.03.26 14:54:50.952095 [ 3 ] {} <Debug> HTTP-Session: 16fc94c8-08d9-4d77-b08e-988a5e3c107d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5565 | 2024.03.26 14:54:50.952267 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5566 | 2024.03.26 14:54:50.952323 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5567 | 2024.03.26 14:54:50.952343 [ 3 ] {} <Debug> HTTP-Session: d7e30882-f63b-452e-912e-3e476b3a172f Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
5568 | 2024.03.26 14:54:50.952363 [ 3 ] {} <Debug> HTTP-Session: d7e30882-f63b-452e-912e-3e476b3a172f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5569 | 2024.03.26 14:54:50.952377 [ 3 ] {} <Debug> HTTP-Session: d7e30882-f63b-452e-912e-3e476b3a172f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5570 | 2024.03.26 14:54:50.952412 [ 3 ] {} <Trace> HTTP-Session: d7e30882-f63b-452e-912e-3e476b3a172f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5571 | 2024.03.26 14:54:50.952487 [ 3 ] {4b469c60-5529-423a-b9f1-65fd867e4d2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5572 | 2024.03.26 14:54:50.952533 [ 3 ] {4b469c60-5529-423a-b9f1-65fd867e4d2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5573 | 2024.03.26 14:54:50.952681 [ 3 ] {4b469c60-5529-423a-b9f1-65fd867e4d2e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5574 | 2024.03.26 14:54:50.952988 [ 3 ] {4b469c60-5529-423a-b9f1-65fd867e4d2e} <Trace> oximeter.fields_ipaddr (b9cacdb2-3543-418a-8ac0-d16d067a037a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5575 | 2024.03.26 14:54:50.953026 [ 3 ] {4b469c60-5529-423a-b9f1-65fd867e4d2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
5576 | 2024.03.26 14:54:50.953324 [ 3 ] {4b469c60-5529-423a-b9f1-65fd867e4d2e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
5577 | 2024.03.26 14:54:50.953636 [ 3 ] {4b469c60-5529-423a-b9f1-65fd867e4d2e} <Trace> oximeter.fields_ipaddr (b9cacdb2-3543-418a-8ac0-d16d067a037a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5578 | 2024.03.26 14:54:50.953798 [ 3 ] {4b469c60-5529-423a-b9f1-65fd867e4d2e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001333 sec., 1500.3750937734433 rows/sec., 122.35 KiB/sec. | ||
5579 | 2024.03.26 14:54:50.953929 [ 3 ] {4b469c60-5529-423a-b9f1-65fd867e4d2e} <Debug> DynamicQueryHandler: Done processing query | ||
5580 | 2024.03.26 14:54:50.953955 [ 3 ] {4b469c60-5529-423a-b9f1-65fd867e4d2e} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5581 | 2024.03.26 14:54:50.953971 [ 3 ] {} <Debug> HTTP-Session: d7e30882-f63b-452e-912e-3e476b3a172f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5582 | 2024.03.26 14:54:50.954205 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 31074, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5583 | 2024.03.26 14:54:50.954255 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5584 | 2024.03.26 14:54:50.954274 [ 3 ] {} <Debug> HTTP-Session: 8255e26d-eddb-44a0-a86f-75ed4d46da5c Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
5585 | 2024.03.26 14:54:50.954291 [ 3 ] {} <Debug> HTTP-Session: 8255e26d-eddb-44a0-a86f-75ed4d46da5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5586 | 2024.03.26 14:54:50.954305 [ 3 ] {} <Debug> HTTP-Session: 8255e26d-eddb-44a0-a86f-75ed4d46da5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5587 | 2024.03.26 14:54:50.954335 [ 3 ] {} <Trace> HTTP-Session: 8255e26d-eddb-44a0-a86f-75ed4d46da5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5588 | 2024.03.26 14:54:50.954457 [ 3 ] {2134cd78-3944-4719-80d4-99c4f95e8b79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5589 | 2024.03.26 14:54:50.954501 [ 3 ] {2134cd78-3944-4719-80d4-99c4f95e8b79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5590 | 2024.03.26 14:54:50.954629 [ 3 ] {2134cd78-3944-4719-80d4-99c4f95e8b79} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5591 | 2024.03.26 14:54:50.955061 [ 3 ] {2134cd78-3944-4719-80d4-99c4f95e8b79} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5592 | 2024.03.26 14:54:50.955100 [ 3 ] {2134cd78-3944-4719-80d4-99c4f95e8b79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
5593 | 2024.03.26 14:54:50.955420 [ 3 ] {2134cd78-3944-4719-80d4-99c4f95e8b79} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
5594 | 2024.03.26 14:54:50.955744 [ 3 ] {2134cd78-3944-4719-80d4-99c4f95e8b79} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5595 | 2024.03.26 14:54:50.955903 [ 3 ] {2134cd78-3944-4719-80d4-99c4f95e8b79} <Debug> executeQuery: Read 196 rows, 19.13 KiB in 0.001505 sec., 130232.55813953489 rows/sec., 12.41 MiB/sec. | ||
5596 | 2024.03.26 14:54:50.956040 [ 3 ] {2134cd78-3944-4719-80d4-99c4f95e8b79} <Debug> DynamicQueryHandler: Done processing query | ||
5597 | 2024.03.26 14:54:50.956077 [ 3 ] {2134cd78-3944-4719-80d4-99c4f95e8b79} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
5598 | 2024.03.26 14:54:50.956107 [ 3 ] {} <Debug> HTTP-Session: 8255e26d-eddb-44a0-a86f-75ed4d46da5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5599 | 2024.03.26 14:54:50.956231 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5600 | 2024.03.26 14:54:50.956279 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5601 | 2024.03.26 14:54:50.956297 [ 3 ] {} <Debug> HTTP-Session: c16fe6fa-5fa0-4f33-ae0a-53fa77bd2131 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
5602 | 2024.03.26 14:54:50.956313 [ 3 ] {} <Debug> HTTP-Session: c16fe6fa-5fa0-4f33-ae0a-53fa77bd2131 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5603 | 2024.03.26 14:54:50.956328 [ 3 ] {} <Debug> HTTP-Session: c16fe6fa-5fa0-4f33-ae0a-53fa77bd2131 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5604 | 2024.03.26 14:54:50.956358 [ 3 ] {} <Trace> HTTP-Session: c16fe6fa-5fa0-4f33-ae0a-53fa77bd2131 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5605 | 2024.03.26 14:54:50.956423 [ 3 ] {1804ff9e-f1be-4d48-b35e-5a844b7c5c3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5606 | 2024.03.26 14:54:50.956463 [ 3 ] {1804ff9e-f1be-4d48-b35e-5a844b7c5c3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5607 | 2024.03.26 14:54:50.956593 [ 3 ] {1804ff9e-f1be-4d48-b35e-5a844b7c5c3f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5608 | 2024.03.26 14:54:50.956866 [ 3 ] {1804ff9e-f1be-4d48-b35e-5a844b7c5c3f} <Trace> oximeter.fields_u16 (e20b24dd-90f0-4a6f-bcd9-27e96d38dd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5609 | 2024.03.26 14:54:50.956903 [ 3 ] {1804ff9e-f1be-4d48-b35e-5a844b7c5c3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
5610 | 2024.03.26 14:54:50.957225 [ 3 ] {1804ff9e-f1be-4d48-b35e-5a844b7c5c3f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
5611 | 2024.03.26 14:54:50.957554 [ 3 ] {1804ff9e-f1be-4d48-b35e-5a844b7c5c3f} <Trace> oximeter.fields_u16 (e20b24dd-90f0-4a6f-bcd9-27e96d38dd35): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5612 | 2024.03.26 14:54:50.957708 [ 3 ] {1804ff9e-f1be-4d48-b35e-5a844b7c5c3f} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001302 sec., 1536.0983102918588 rows/sec., 107.26 KiB/sec. | ||
5613 | 2024.03.26 14:54:50.957976 [ 3 ] {1804ff9e-f1be-4d48-b35e-5a844b7c5c3f} <Debug> DynamicQueryHandler: Done processing query | ||
5614 | 2024.03.26 14:54:50.958015 [ 3 ] {1804ff9e-f1be-4d48-b35e-5a844b7c5c3f} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5615 | 2024.03.26 14:54:50.958036 [ 3 ] {} <Debug> HTTP-Session: c16fe6fa-5fa0-4f33-ae0a-53fa77bd2131 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5616 | 2024.03.26 14:54:50.958194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 12445, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5617 | 2024.03.26 14:54:50.958242 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5618 | 2024.03.26 14:54:50.958261 [ 3 ] {} <Debug> HTTP-Session: b1dd8598-31c4-4884-acbe-75fe240f4eb0 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
5619 | 2024.03.26 14:54:50.958278 [ 3 ] {} <Debug> HTTP-Session: b1dd8598-31c4-4884-acbe-75fe240f4eb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5620 | 2024.03.26 14:54:50.958292 [ 3 ] {} <Debug> HTTP-Session: b1dd8598-31c4-4884-acbe-75fe240f4eb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5621 | 2024.03.26 14:54:50.958322 [ 3 ] {} <Trace> HTTP-Session: b1dd8598-31c4-4884-acbe-75fe240f4eb0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5622 | 2024.03.26 14:54:50.958421 [ 3 ] {c7fa75cc-773a-4438-af7c-263a0e55f768} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5623 | 2024.03.26 14:54:50.958466 [ 3 ] {c7fa75cc-773a-4438-af7c-263a0e55f768} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5624 | 2024.03.26 14:54:50.958621 [ 3 ] {c7fa75cc-773a-4438-af7c-263a0e55f768} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5625 | 2024.03.26 14:54:50.958952 [ 3 ] {c7fa75cc-773a-4438-af7c-263a0e55f768} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5626 | 2024.03.26 14:54:50.958991 [ 3 ] {c7fa75cc-773a-4438-af7c-263a0e55f768} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
5627 | 2024.03.26 14:54:50.959504 [ 3 ] {c7fa75cc-773a-4438-af7c-263a0e55f768} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
5628 | 2024.03.26 14:54:50.959856 [ 3 ] {c7fa75cc-773a-4438-af7c-263a0e55f768} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5629 | 2024.03.26 14:54:50.960021 [ 3 ] {c7fa75cc-773a-4438-af7c-263a0e55f768} <Debug> executeQuery: Read 73 rows, 5.88 KiB in 0.00164 sec., 44512.19512195122 rows/sec., 3.50 MiB/sec. | ||
5630 | 2024.03.26 14:54:50.960169 [ 3 ] {c7fa75cc-773a-4438-af7c-263a0e55f768} <Debug> DynamicQueryHandler: Done processing query | ||
5631 | 2024.03.26 14:54:50.960204 [ 3 ] {c7fa75cc-773a-4438-af7c-263a0e55f768} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5632 | 2024.03.26 14:54:50.960230 [ 3 ] {} <Debug> HTTP-Session: b1dd8598-31c4-4884-acbe-75fe240f4eb0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5633 | 2024.03.26 14:54:50.960343 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 257, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5634 | 2024.03.26 14:54:50.960392 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5635 | 2024.03.26 14:54:50.960412 [ 3 ] {} <Debug> HTTP-Session: 06689f8c-ef96-441f-91d4-49014b608e27 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
5636 | 2024.03.26 14:54:50.960429 [ 3 ] {} <Debug> HTTP-Session: 06689f8c-ef96-441f-91d4-49014b608e27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5637 | 2024.03.26 14:54:50.960444 [ 3 ] {} <Debug> HTTP-Session: 06689f8c-ef96-441f-91d4-49014b608e27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5638 | 2024.03.26 14:54:50.960475 [ 3 ] {} <Trace> HTTP-Session: 06689f8c-ef96-441f-91d4-49014b608e27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5639 | 2024.03.26 14:54:50.960546 [ 3 ] {7e2e5a4f-985b-4fbd-8ce5-3ecb92d9e6fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5640 | 2024.03.26 14:54:50.960591 [ 3 ] {7e2e5a4f-985b-4fbd-8ce5-3ecb92d9e6fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5641 | 2024.03.26 14:54:50.960737 [ 3 ] {7e2e5a4f-985b-4fbd-8ce5-3ecb92d9e6fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5642 | 2024.03.26 14:54:50.961037 [ 3 ] {7e2e5a4f-985b-4fbd-8ce5-3ecb92d9e6fd} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5643 | 2024.03.26 14:54:50.961075 [ 3 ] {7e2e5a4f-985b-4fbd-8ce5-3ecb92d9e6fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
5644 | 2024.03.26 14:54:50.961474 [ 3 ] {7e2e5a4f-985b-4fbd-8ce5-3ecb92d9e6fd} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5645 | 2024.03.26 14:54:50.961864 [ 3 ] {7e2e5a4f-985b-4fbd-8ce5-3ecb92d9e6fd} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5646 | 2024.03.26 14:54:50.962025 [ 3 ] {7e2e5a4f-985b-4fbd-8ce5-3ecb92d9e6fd} <Debug> executeQuery: Read 1 rows, 72.00 B in 0.001492 sec., 670.2412868632707 rows/sec., 47.13 KiB/sec. | ||
5647 | 2024.03.26 14:54:50.962315 [ 3 ] {7e2e5a4f-985b-4fbd-8ce5-3ecb92d9e6fd} <Debug> DynamicQueryHandler: Done processing query | ||
5648 | 2024.03.26 14:54:50.962372 [ 3 ] {7e2e5a4f-985b-4fbd-8ce5-3ecb92d9e6fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5649 | 2024.03.26 14:54:50.962428 [ 3 ] {} <Debug> HTTP-Session: 06689f8c-ef96-441f-91d4-49014b608e27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5650 | 2024.03.26 14:54:50.962675 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 69525, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5651 | 2024.03.26 14:54:50.962726 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5652 | 2024.03.26 14:54:50.962746 [ 3 ] {} <Debug> HTTP-Session: 5d363c0c-c13a-43c5-af65-c514f7270a5b Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
5653 | 2024.03.26 14:54:50.962764 [ 3 ] {} <Debug> HTTP-Session: 5d363c0c-c13a-43c5-af65-c514f7270a5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5654 | 2024.03.26 14:54:50.962780 [ 3 ] {} <Debug> HTTP-Session: 5d363c0c-c13a-43c5-af65-c514f7270a5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5655 | 2024.03.26 14:54:50.962814 [ 3 ] {} <Trace> HTTP-Session: 5d363c0c-c13a-43c5-af65-c514f7270a5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5656 | 2024.03.26 14:54:50.963233 [ 3 ] {afafa5b9-67bc-4c65-94a5-11e4c8890167} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5657 | 2024.03.26 14:54:50.963285 [ 3 ] {afafa5b9-67bc-4c65-94a5-11e4c8890167} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5658 | 2024.03.26 14:54:50.963466 [ 3 ] {afafa5b9-67bc-4c65-94a5-11e4c8890167} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5659 | 2024.03.26 14:54:50.964145 [ 3 ] {afafa5b9-67bc-4c65-94a5-11e4c8890167} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5660 | 2024.03.26 14:54:50.964183 [ 3 ] {afafa5b9-67bc-4c65-94a5-11e4c8890167} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
5661 | 2024.03.26 14:54:50.964656 [ 3 ] {afafa5b9-67bc-4c65-94a5-11e4c8890167} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5662 | 2024.03.26 14:54:50.965031 [ 3 ] {afafa5b9-67bc-4c65-94a5-11e4c8890167} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5663 | 2024.03.26 14:54:50.965193 [ 3 ] {afafa5b9-67bc-4c65-94a5-11e4c8890167} <Debug> executeQuery: Read 65 rows, 89.82 KiB in 0.002294 sec., 28334.786399302528 rows/sec., 38.24 MiB/sec. | ||
5664 | 2024.03.26 14:54:50.965195 [ 63 ] {} <Debug> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5665 | 2024.03.26 14:54:50.965302 [ 63 ] {} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5666 | 2024.03.26 14:54:50.965359 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
5667 | 2024.03.26 14:54:50.965391 [ 3 ] {afafa5b9-67bc-4c65-94a5-11e4c8890167} <Debug> DynamicQueryHandler: Done processing query | ||
5668 | 2024.03.26 14:54:50.965445 [ 3 ] {afafa5b9-67bc-4c65-94a5-11e4c8890167} <Debug> MemoryTracker: Peak memory usage (for query): 4.60 MiB. | ||
5669 | 2024.03.26 14:54:50.965497 [ 3 ] {} <Debug> HTTP-Session: 5d363c0c-c13a-43c5-af65-c514f7270a5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5670 | 2024.03.26 14:54:50.965588 [ 192 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::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 | ||
5671 | 2024.03.26 14:54:50.965708 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 1542, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5672 | 2024.03.26 14:54:50.965791 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5673 | 2024.03.26 14:54:50.965822 [ 3 ] {} <Debug> HTTP-Session: d1d2f00a-4657-4544-a8ac-0a09275400fe Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
5674 | 2024.03.26 14:54:50.965849 [ 3 ] {} <Debug> HTTP-Session: d1d2f00a-4657-4544-a8ac-0a09275400fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5675 | 2024.03.26 14:54:50.965870 [ 192 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5676 | 2024.03.26 14:54:50.965872 [ 3 ] {} <Debug> HTTP-Session: d1d2f00a-4657-4544-a8ac-0a09275400fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5677 | 2024.03.26 14:54:50.965913 [ 192 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1697 rows starting from the beginning of the part | ||
5678 | 2024.03.26 14:54:50.965921 [ 3 ] {} <Trace> HTTP-Session: d1d2f00a-4657-4544-a8ac-0a09275400fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5679 | 2024.03.26 14:54:50.966082 [ 3 ] {848e6d8e-d4f1-44a5-bf9e-1d1e14ec0c4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
5680 | 2024.03.26 14:54:50.966094 [ 192 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 56 rows starting from the beginning of the part | ||
5681 | 2024.03.26 14:54:50.966180 [ 3 ] {848e6d8e-d4f1-44a5-bf9e-1d1e14ec0c4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
5682 | 2024.03.26 14:54:50.966464 [ 192 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::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 | ||
5683 | 2024.03.26 14:54:50.966951 [ 192 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 56 rows starting from the beginning of the part | ||
5684 | 2024.03.26 14:54:50.967269 [ 192 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::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 | ||
5685 | 2024.03.26 14:54:50.967446 [ 3 ] {848e6d8e-d4f1-44a5-bf9e-1d1e14ec0c4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5686 | 2024.03.26 14:54:50.967577 [ 192 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 65 rows starting from the beginning of the part | ||
5687 | 2024.03.26 14:54:50.968186 [ 3 ] {848e6d8e-d4f1-44a5-bf9e-1d1e14ec0c4a} <Trace> oximeter.measurements_i64 (fa67eb9c-28c4-46ec-9d65-8d358f1a4527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5688 | 2024.03.26 14:54:50.968228 [ 3 ] {848e6d8e-d4f1-44a5-bf9e-1d1e14ec0c4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
5689 | 2024.03.26 14:54:50.968742 [ 3 ] {848e6d8e-d4f1-44a5-bf9e-1d1e14ec0c4a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
5690 | 2024.03.26 14:54:50.969107 [ 3 ] {848e6d8e-d4f1-44a5-bf9e-1d1e14ec0c4a} <Trace> oximeter.measurements_i64 (fa67eb9c-28c4-46ec-9d65-8d358f1a4527): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5691 | 2024.03.26 14:54:50.969266 [ 3 ] {848e6d8e-d4f1-44a5-bf9e-1d1e14ec0c4a} <Debug> executeQuery: Read 9 rows, 709.00 B in 0.003275 sec., 2748.091603053435 rows/sec., 211.41 KiB/sec. | ||
5692 | 2024.03.26 14:54:50.969618 [ 3 ] {848e6d8e-d4f1-44a5-bf9e-1d1e14ec0c4a} <Debug> DynamicQueryHandler: Done processing query | ||
5693 | 2024.03.26 14:54:50.969643 [ 3 ] {848e6d8e-d4f1-44a5-bf9e-1d1e14ec0c4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5694 | 2024.03.26 14:54:50.969660 [ 3 ] {} <Debug> HTTP-Session: d1d2f00a-4657-4544-a8ac-0a09275400fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5695 | 2024.03.26 14:54:50.974644 [ 193 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1986 rows, containing 6 columns (6 merged, 0 gathered) in 0.009198886 sec., 215895.70737152302 rows/sec., 291.34 MiB/sec. | ||
5696 | 2024.03.26 14:54:50.975469 [ 192 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5697 | 2024.03.26 14:54:50.975854 [ 192 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5698 | 2024.03.26 14:54:50.975926 [ 192 ] {68e6505c-8bee-4fe5-b307-69a96010dc6e::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5699 | 2024.03.26 14:54:50.976004 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.51 MiB. | ||
5700 | 2024.03.26 14:54:51.000148 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 191.79 MiB, peak 205.51 MiB, free memory in arenas 0.00 B, will set to 196.21 MiB (RSS), difference: 4.41 MiB | ||
5701 | 2024.03.26 14:54:53.687764 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5702 | 2024.03.26 14:54:53.687829 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5703 | 2024.03.26 14:55:00.949815 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 9941, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5704 | 2024.03.26 14:55:00.949948 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5705 | 2024.03.26 14:55:00.949975 [ 3 ] {} <Debug> HTTP-Session: 6dfcefd7-621a-4ca7-9a0a-c35636ba27b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
5706 | 2024.03.26 14:55:00.950000 [ 3 ] {} <Debug> HTTP-Session: 6dfcefd7-621a-4ca7-9a0a-c35636ba27b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5707 | 2024.03.26 14:55:00.950014 [ 3 ] {} <Debug> HTTP-Session: 6dfcefd7-621a-4ca7-9a0a-c35636ba27b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5708 | 2024.03.26 14:55:00.950065 [ 3 ] {} <Trace> HTTP-Session: 6dfcefd7-621a-4ca7-9a0a-c35636ba27b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5709 | 2024.03.26 14:55:00.950209 [ 3 ] {7a605bba-714f-41c8-9eeb-6c83826bd0e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5710 | 2024.03.26 14:55:00.950277 [ 3 ] {7a605bba-714f-41c8-9eeb-6c83826bd0e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5711 | 2024.03.26 14:55:00.950462 [ 3 ] {7a605bba-714f-41c8-9eeb-6c83826bd0e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5712 | 2024.03.26 14:55:00.950927 [ 3 ] {7a605bba-714f-41c8-9eeb-6c83826bd0e4} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5713 | 2024.03.26 14:55:00.950979 [ 3 ] {7a605bba-714f-41c8-9eeb-6c83826bd0e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
5714 | 2024.03.26 14:55:00.951368 [ 3 ] {7a605bba-714f-41c8-9eeb-6c83826bd0e4} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5715 | 2024.03.26 14:55:00.951709 [ 3 ] {7a605bba-714f-41c8-9eeb-6c83826bd0e4} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5716 | 2024.03.26 14:55:00.951891 [ 3 ] {7a605bba-714f-41c8-9eeb-6c83826bd0e4} <Debug> executeQuery: Read 69 rows, 5.59 KiB in 0.001754 sec., 39338.65450399088 rows/sec., 3.11 MiB/sec. | ||
5717 | 2024.03.26 14:55:00.952072 [ 3 ] {7a605bba-714f-41c8-9eeb-6c83826bd0e4} <Debug> DynamicQueryHandler: Done processing query | ||
5718 | 2024.03.26 14:55:00.952101 [ 3 ] {7a605bba-714f-41c8-9eeb-6c83826bd0e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
5719 | 2024.03.26 14:55:00.952117 [ 3 ] {} <Debug> HTTP-Session: 6dfcefd7-621a-4ca7-9a0a-c35636ba27b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5720 | 2024.03.26 14:55:00.952289 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 32747, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5721 | 2024.03.26 14:55:00.952348 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5722 | 2024.03.26 14:55:00.952366 [ 3 ] {} <Debug> HTTP-Session: c784d6e9-8f4e-48b7-b3c4-ff273f00ecbd Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
5723 | 2024.03.26 14:55:00.952385 [ 3 ] {} <Debug> HTTP-Session: c784d6e9-8f4e-48b7-b3c4-ff273f00ecbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5724 | 2024.03.26 14:55:00.952398 [ 3 ] {} <Debug> HTTP-Session: c784d6e9-8f4e-48b7-b3c4-ff273f00ecbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5725 | 2024.03.26 14:55:00.952434 [ 3 ] {} <Trace> HTTP-Session: c784d6e9-8f4e-48b7-b3c4-ff273f00ecbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5726 | 2024.03.26 14:55:00.952565 [ 3 ] {0206c6d3-d080-44a4-94c0-7a054994174c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5727 | 2024.03.26 14:55:00.952609 [ 3 ] {0206c6d3-d080-44a4-94c0-7a054994174c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5728 | 2024.03.26 14:55:00.952745 [ 3 ] {0206c6d3-d080-44a4-94c0-7a054994174c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5729 | 2024.03.26 14:55:00.953188 [ 3 ] {0206c6d3-d080-44a4-94c0-7a054994174c} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5730 | 2024.03.26 14:55:00.953229 [ 3 ] {0206c6d3-d080-44a4-94c0-7a054994174c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
5731 | 2024.03.26 14:55:00.953553 [ 3 ] {0206c6d3-d080-44a4-94c0-7a054994174c} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
5732 | 2024.03.26 14:55:00.953872 [ 3 ] {0206c6d3-d080-44a4-94c0-7a054994174c} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5733 | 2024.03.26 14:55:00.954035 [ 3 ] {0206c6d3-d080-44a4-94c0-7a054994174c} <Debug> executeQuery: Read 207 rows, 20.13 KiB in 0.001542 sec., 134241.24513618677 rows/sec., 12.75 MiB/sec. | ||
5734 | 2024.03.26 14:55:00.954216 [ 3 ] {0206c6d3-d080-44a4-94c0-7a054994174c} <Debug> DynamicQueryHandler: Done processing query | ||
5735 | 2024.03.26 14:55:00.954241 [ 3 ] {0206c6d3-d080-44a4-94c0-7a054994174c} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB. | ||
5736 | 2024.03.26 14:55:00.954277 [ 3 ] {} <Debug> HTTP-Session: c784d6e9-8f4e-48b7-b3c4-ff273f00ecbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5737 | 2024.03.26 14:55:00.954481 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 12724, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5738 | 2024.03.26 14:55:00.954536 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5739 | 2024.03.26 14:55:00.954555 [ 3 ] {} <Debug> HTTP-Session: c5c6fcf3-fc33-424a-945e-4b946cb75c8b Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
5740 | 2024.03.26 14:55:00.954573 [ 3 ] {} <Debug> HTTP-Session: c5c6fcf3-fc33-424a-945e-4b946cb75c8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5741 | 2024.03.26 14:55:00.954587 [ 3 ] {} <Debug> HTTP-Session: c5c6fcf3-fc33-424a-945e-4b946cb75c8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5742 | 2024.03.26 14:55:00.954620 [ 3 ] {} <Trace> HTTP-Session: c5c6fcf3-fc33-424a-945e-4b946cb75c8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5743 | 2024.03.26 14:55:00.954743 [ 3 ] {a0556231-b4b3-4183-b382-678fdef14699} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5744 | 2024.03.26 14:55:00.954786 [ 3 ] {a0556231-b4b3-4183-b382-678fdef14699} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5745 | 2024.03.26 14:55:00.954935 [ 3 ] {a0556231-b4b3-4183-b382-678fdef14699} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5746 | 2024.03.26 14:55:00.955275 [ 3 ] {a0556231-b4b3-4183-b382-678fdef14699} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5747 | 2024.03.26 14:55:00.955314 [ 3 ] {a0556231-b4b3-4183-b382-678fdef14699} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
5748 | 2024.03.26 14:55:00.955620 [ 3 ] {a0556231-b4b3-4183-b382-678fdef14699} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
5749 | 2024.03.26 14:55:00.955927 [ 3 ] {a0556231-b4b3-4183-b382-678fdef14699} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5750 | 2024.03.26 14:55:00.956081 [ 3 ] {a0556231-b4b3-4183-b382-678fdef14699} <Debug> executeQuery: Read 75 rows, 5.98 KiB in 0.001408 sec., 53267.045454545456 rows/sec., 4.15 MiB/sec. | ||
5751 | 2024.03.26 14:55:00.956211 [ 3 ] {a0556231-b4b3-4183-b382-678fdef14699} <Debug> DynamicQueryHandler: Done processing query | ||
5752 | 2024.03.26 14:55:00.956234 [ 3 ] {a0556231-b4b3-4183-b382-678fdef14699} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5753 | 2024.03.26 14:55:00.956249 [ 3 ] {} <Debug> HTTP-Session: c5c6fcf3-fc33-424a-945e-4b946cb75c8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5754 | 2024.03.26 14:55:00.956434 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 73800, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5755 | 2024.03.26 14:55:00.956485 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5756 | 2024.03.26 14:55:00.956503 [ 3 ] {} <Debug> HTTP-Session: 45e72e6d-aac8-4e50-8083-9cdd02be4279 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
5757 | 2024.03.26 14:55:00.956520 [ 3 ] {} <Debug> HTTP-Session: 45e72e6d-aac8-4e50-8083-9cdd02be4279 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5758 | 2024.03.26 14:55:00.956533 [ 3 ] {} <Debug> HTTP-Session: 45e72e6d-aac8-4e50-8083-9cdd02be4279 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5759 | 2024.03.26 14:55:00.956564 [ 3 ] {} <Trace> HTTP-Session: 45e72e6d-aac8-4e50-8083-9cdd02be4279 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5760 | 2024.03.26 14:55:00.957000 [ 3 ] {44f3169f-7e4f-4679-a0f9-dbabc729e634} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5761 | 2024.03.26 14:55:00.957047 [ 3 ] {44f3169f-7e4f-4679-a0f9-dbabc729e634} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5762 | 2024.03.26 14:55:00.957215 [ 3 ] {44f3169f-7e4f-4679-a0f9-dbabc729e634} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5763 | 2024.03.26 14:55:00.957867 [ 3 ] {44f3169f-7e4f-4679-a0f9-dbabc729e634} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5764 | 2024.03.26 14:55:00.957904 [ 3 ] {44f3169f-7e4f-4679-a0f9-dbabc729e634} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
5765 | 2024.03.26 14:55:00.958372 [ 3 ] {44f3169f-7e4f-4679-a0f9-dbabc729e634} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5766 | 2024.03.26 14:55:00.958715 [ 3 ] {44f3169f-7e4f-4679-a0f9-dbabc729e634} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5767 | 2024.03.26 14:55:00.958852 [ 3 ] {44f3169f-7e4f-4679-a0f9-dbabc729e634} <Debug> executeQuery: Read 69 rows, 95.35 KiB in 0.002221 sec., 31067.08689779379 rows/sec., 41.92 MiB/sec. | ||
5768 | 2024.03.26 14:55:00.959067 [ 3 ] {44f3169f-7e4f-4679-a0f9-dbabc729e634} <Debug> DynamicQueryHandler: Done processing query | ||
5769 | 2024.03.26 14:55:00.959122 [ 3 ] {44f3169f-7e4f-4679-a0f9-dbabc729e634} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB. | ||
5770 | 2024.03.26 14:55:00.959182 [ 3 ] {} <Debug> HTTP-Session: 45e72e6d-aac8-4e50-8083-9cdd02be4279 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5771 | 2024.03.26 14:55:00.959361 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 970, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5772 | 2024.03.26 14:55:00.959414 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5773 | 2024.03.26 14:55:00.959433 [ 3 ] {} <Debug> HTTP-Session: c154a0af-b789-4a10-b5d2-debd16a81f36 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
5774 | 2024.03.26 14:55:00.959450 [ 3 ] {} <Debug> HTTP-Session: c154a0af-b789-4a10-b5d2-debd16a81f36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5775 | 2024.03.26 14:55:00.959463 [ 3 ] {} <Debug> HTTP-Session: c154a0af-b789-4a10-b5d2-debd16a81f36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5776 | 2024.03.26 14:55:00.959495 [ 3 ] {} <Trace> HTTP-Session: c154a0af-b789-4a10-b5d2-debd16a81f36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5777 | 2024.03.26 14:55:00.959567 [ 3 ] {42ca9e55-ec43-4744-9d29-28b0abbc1f95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
5778 | 2024.03.26 14:55:00.959612 [ 3 ] {42ca9e55-ec43-4744-9d29-28b0abbc1f95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
5779 | 2024.03.26 14:55:00.959759 [ 3 ] {42ca9e55-ec43-4744-9d29-28b0abbc1f95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5780 | 2024.03.26 14:55:00.960015 [ 3 ] {42ca9e55-ec43-4744-9d29-28b0abbc1f95} <Trace> oximeter.measurements_i64 (fa67eb9c-28c4-46ec-9d65-8d358f1a4527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5781 | 2024.03.26 14:55:00.960051 [ 3 ] {42ca9e55-ec43-4744-9d29-28b0abbc1f95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
5782 | 2024.03.26 14:55:00.960403 [ 3 ] {42ca9e55-ec43-4744-9d29-28b0abbc1f95} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
5783 | 2024.03.26 14:55:00.960739 [ 3 ] {42ca9e55-ec43-4744-9d29-28b0abbc1f95} <Trace> oximeter.measurements_i64 (fa67eb9c-28c4-46ec-9d65-8d358f1a4527): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5784 | 2024.03.26 14:55:00.960874 [ 3 ] {42ca9e55-ec43-4744-9d29-28b0abbc1f95} <Debug> executeQuery: Read 6 rows, 405.00 B in 0.001331 sec., 4507.888805409467 rows/sec., 297.15 KiB/sec. | ||
5785 | 2024.03.26 14:55:00.961115 [ 3 ] {42ca9e55-ec43-4744-9d29-28b0abbc1f95} <Debug> DynamicQueryHandler: Done processing query | ||
5786 | 2024.03.26 14:55:00.961139 [ 3 ] {42ca9e55-ec43-4744-9d29-28b0abbc1f95} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5787 | 2024.03.26 14:55:00.961154 [ 3 ] {} <Debug> HTTP-Session: c154a0af-b789-4a10-b5d2-debd16a81f36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5788 | 2024.03.26 14:55:08.687868 [ 53 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5789 | 2024.03.26 14:55:08.687940 [ 53 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5790 | 2024.03.26 14:55:10.949184 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 10659, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5791 | 2024.03.26 14:55:10.949306 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5792 | 2024.03.26 14:55:10.949335 [ 3 ] {} <Debug> HTTP-Session: 5d6b0842-6edc-40eb-a22a-b729a7a3ddb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
5793 | 2024.03.26 14:55:10.949364 [ 3 ] {} <Debug> HTTP-Session: 5d6b0842-6edc-40eb-a22a-b729a7a3ddb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5794 | 2024.03.26 14:55:10.949382 [ 3 ] {} <Debug> HTTP-Session: 5d6b0842-6edc-40eb-a22a-b729a7a3ddb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5795 | 2024.03.26 14:55:10.949438 [ 3 ] {} <Trace> HTTP-Session: 5d6b0842-6edc-40eb-a22a-b729a7a3ddb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5796 | 2024.03.26 14:55:10.949590 [ 3 ] {7930c939-2d46-4f39-83a3-c161c6f7556c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5797 | 2024.03.26 14:55:10.949668 [ 3 ] {7930c939-2d46-4f39-83a3-c161c6f7556c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5798 | 2024.03.26 14:55:10.949887 [ 3 ] {7930c939-2d46-4f39-83a3-c161c6f7556c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5799 | 2024.03.26 14:55:10.950399 [ 3 ] {7930c939-2d46-4f39-83a3-c161c6f7556c} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5800 | 2024.03.26 14:55:10.950449 [ 3 ] {7930c939-2d46-4f39-83a3-c161c6f7556c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
5801 | 2024.03.26 14:55:10.950836 [ 3 ] {7930c939-2d46-4f39-83a3-c161c6f7556c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5802 | 2024.03.26 14:55:10.951173 [ 3 ] {7930c939-2d46-4f39-83a3-c161c6f7556c} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5803 | 2024.03.26 14:55:10.951377 [ 3 ] {7930c939-2d46-4f39-83a3-c161c6f7556c} <Debug> executeQuery: Read 74 rows, 6.00 KiB in 0.001861 sec., 39763.56797420741 rows/sec., 3.15 MiB/sec. | ||
5804 | 2024.03.26 14:55:10.951544 [ 3 ] {7930c939-2d46-4f39-83a3-c161c6f7556c} <Debug> DynamicQueryHandler: Done processing query | ||
5805 | 2024.03.26 14:55:10.951570 [ 3 ] {7930c939-2d46-4f39-83a3-c161c6f7556c} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
5806 | 2024.03.26 14:55:10.951587 [ 3 ] {} <Debug> HTTP-Session: 5d6b0842-6edc-40eb-a22a-b729a7a3ddb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5807 | 2024.03.26 14:55:10.951777 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 35076, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5808 | 2024.03.26 14:55:10.951838 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5809 | 2024.03.26 14:55:10.951857 [ 3 ] {} <Debug> HTTP-Session: 2a184258-5a29-4cb7-bb92-fffe5462ec43 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
5810 | 2024.03.26 14:55:10.951877 [ 3 ] {} <Debug> HTTP-Session: 2a184258-5a29-4cb7-bb92-fffe5462ec43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5811 | 2024.03.26 14:55:10.951891 [ 3 ] {} <Debug> HTTP-Session: 2a184258-5a29-4cb7-bb92-fffe5462ec43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5812 | 2024.03.26 14:55:10.951927 [ 3 ] {} <Trace> HTTP-Session: 2a184258-5a29-4cb7-bb92-fffe5462ec43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5813 | 2024.03.26 14:55:10.952056 [ 3 ] {27150040-38b0-4bac-b0b8-976a4be3f406} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5814 | 2024.03.26 14:55:10.952127 [ 3 ] {27150040-38b0-4bac-b0b8-976a4be3f406} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5815 | 2024.03.26 14:55:10.952268 [ 3 ] {27150040-38b0-4bac-b0b8-976a4be3f406} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5816 | 2024.03.26 14:55:10.952741 [ 3 ] {27150040-38b0-4bac-b0b8-976a4be3f406} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5817 | 2024.03.26 14:55:10.952783 [ 3 ] {27150040-38b0-4bac-b0b8-976a4be3f406} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
5818 | 2024.03.26 14:55:10.953108 [ 3 ] {27150040-38b0-4bac-b0b8-976a4be3f406} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
5819 | 2024.03.26 14:55:10.953411 [ 3 ] {27150040-38b0-4bac-b0b8-976a4be3f406} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5820 | 2024.03.26 14:55:10.953579 [ 3 ] {27150040-38b0-4bac-b0b8-976a4be3f406} <Debug> executeQuery: Read 222 rows, 21.55 KiB in 0.00159 sec., 139622.64150943395 rows/sec., 13.24 MiB/sec. | ||
5821 | 2024.03.26 14:55:10.953717 [ 3 ] {27150040-38b0-4bac-b0b8-976a4be3f406} <Debug> DynamicQueryHandler: Done processing query | ||
5822 | 2024.03.26 14:55:10.953742 [ 3 ] {27150040-38b0-4bac-b0b8-976a4be3f406} <Debug> MemoryTracker: Peak memory usage (for query): 4.43 MiB. | ||
5823 | 2024.03.26 14:55:10.953757 [ 3 ] {} <Debug> HTTP-Session: 2a184258-5a29-4cb7-bb92-fffe5462ec43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5824 | 2024.03.26 14:55:10.953912 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 12584, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5825 | 2024.03.26 14:55:10.953963 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5826 | 2024.03.26 14:55:10.953982 [ 3 ] {} <Debug> HTTP-Session: 85e06844-522c-466d-bdd6-f6158e90cd40 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
5827 | 2024.03.26 14:55:10.953999 [ 3 ] {} <Debug> HTTP-Session: 85e06844-522c-466d-bdd6-f6158e90cd40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5828 | 2024.03.26 14:55:10.954012 [ 3 ] {} <Debug> HTTP-Session: 85e06844-522c-466d-bdd6-f6158e90cd40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5829 | 2024.03.26 14:55:10.954043 [ 3 ] {} <Trace> HTTP-Session: 85e06844-522c-466d-bdd6-f6158e90cd40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5830 | 2024.03.26 14:55:10.954140 [ 3 ] {83cbe02b-3fa0-4be3-983b-de1a498ca34c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5831 | 2024.03.26 14:55:10.954180 [ 3 ] {83cbe02b-3fa0-4be3-983b-de1a498ca34c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5832 | 2024.03.26 14:55:10.954307 [ 3 ] {83cbe02b-3fa0-4be3-983b-de1a498ca34c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5833 | 2024.03.26 14:55:10.954652 [ 3 ] {83cbe02b-3fa0-4be3-983b-de1a498ca34c} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5834 | 2024.03.26 14:55:10.954689 [ 3 ] {83cbe02b-3fa0-4be3-983b-de1a498ca34c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
5835 | 2024.03.26 14:55:10.954998 [ 3 ] {83cbe02b-3fa0-4be3-983b-de1a498ca34c} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
5836 | 2024.03.26 14:55:10.955307 [ 3 ] {83cbe02b-3fa0-4be3-983b-de1a498ca34c} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5837 | 2024.03.26 14:55:10.955454 [ 3 ] {83cbe02b-3fa0-4be3-983b-de1a498ca34c} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.001363 sec., 54292.00293470286 rows/sec., 4.25 MiB/sec. | ||
5838 | 2024.03.26 14:55:10.955581 [ 3 ] {83cbe02b-3fa0-4be3-983b-de1a498ca34c} <Debug> DynamicQueryHandler: Done processing query | ||
5839 | 2024.03.26 14:55:10.955606 [ 3 ] {83cbe02b-3fa0-4be3-983b-de1a498ca34c} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5840 | 2024.03.26 14:55:10.955621 [ 3 ] {} <Debug> HTTP-Session: 85e06844-522c-466d-bdd6-f6158e90cd40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5841 | 2024.03.26 14:55:10.955842 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 79143, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5842 | 2024.03.26 14:55:10.955890 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5843 | 2024.03.26 14:55:10.955908 [ 3 ] {} <Debug> HTTP-Session: f23d3be1-bc2c-4134-bec8-ab9717468095 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
5844 | 2024.03.26 14:55:10.955924 [ 3 ] {} <Debug> HTTP-Session: f23d3be1-bc2c-4134-bec8-ab9717468095 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5845 | 2024.03.26 14:55:10.955937 [ 3 ] {} <Debug> HTTP-Session: f23d3be1-bc2c-4134-bec8-ab9717468095 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5846 | 2024.03.26 14:55:10.955966 [ 3 ] {} <Trace> HTTP-Session: f23d3be1-bc2c-4134-bec8-ab9717468095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5847 | 2024.03.26 14:55:10.956402 [ 3 ] {769c6e6e-169e-4cc3-b2e4-05937b271b83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5848 | 2024.03.26 14:55:10.956449 [ 3 ] {769c6e6e-169e-4cc3-b2e4-05937b271b83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5849 | 2024.03.26 14:55:10.956603 [ 3 ] {769c6e6e-169e-4cc3-b2e4-05937b271b83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5850 | 2024.03.26 14:55:10.957298 [ 3 ] {769c6e6e-169e-4cc3-b2e4-05937b271b83} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5851 | 2024.03.26 14:55:10.957336 [ 3 ] {769c6e6e-169e-4cc3-b2e4-05937b271b83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
5852 | 2024.03.26 14:55:10.957792 [ 3 ] {769c6e6e-169e-4cc3-b2e4-05937b271b83} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5853 | 2024.03.26 14:55:10.958122 [ 3 ] {769c6e6e-169e-4cc3-b2e4-05937b271b83} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5854 | 2024.03.26 14:55:10.958293 [ 3 ] {769c6e6e-169e-4cc3-b2e4-05937b271b83} <Debug> executeQuery: Read 74 rows, 102.26 KiB in 0.002253 sec., 32845.0954283178 rows/sec., 44.32 MiB/sec. | ||
5855 | 2024.03.26 14:55:10.958428 [ 3 ] {769c6e6e-169e-4cc3-b2e4-05937b271b83} <Debug> DynamicQueryHandler: Done processing query | ||
5856 | 2024.03.26 14:55:10.958452 [ 3 ] {769c6e6e-169e-4cc3-b2e4-05937b271b83} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB. | ||
5857 | 2024.03.26 14:55:10.958467 [ 3 ] {} <Debug> HTTP-Session: f23d3be1-bc2c-4134-bec8-ab9717468095 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5858 | 2024.03.26 14:55:15.946871 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 4983, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5859 | 2024.03.26 14:55:15.947003 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5860 | 2024.03.26 14:55:15.947033 [ 3 ] {} <Debug> HTTP-Session: 2d3cebc3-e64f-42df-8c43-44a080471716 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
5861 | 2024.03.26 14:55:15.947061 [ 3 ] {} <Debug> HTTP-Session: 2d3cebc3-e64f-42df-8c43-44a080471716 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5862 | 2024.03.26 14:55:15.947079 [ 3 ] {} <Debug> HTTP-Session: 2d3cebc3-e64f-42df-8c43-44a080471716 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5863 | 2024.03.26 14:55:15.947134 [ 3 ] {} <Trace> HTTP-Session: 2d3cebc3-e64f-42df-8c43-44a080471716 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5864 | 2024.03.26 14:55:15.947274 [ 3 ] {89840bc7-49d5-4412-a096-df45d0cc5eb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5865 | 2024.03.26 14:55:15.947344 [ 3 ] {89840bc7-49d5-4412-a096-df45d0cc5eb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5866 | 2024.03.26 14:55:15.947557 [ 3 ] {89840bc7-49d5-4412-a096-df45d0cc5eb2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5867 | 2024.03.26 14:55:15.948012 [ 3 ] {89840bc7-49d5-4412-a096-df45d0cc5eb2} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5868 | 2024.03.26 14:55:15.948053 [ 3 ] {89840bc7-49d5-4412-a096-df45d0cc5eb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
5869 | 2024.03.26 14:55:15.948443 [ 3 ] {89840bc7-49d5-4412-a096-df45d0cc5eb2} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
5870 | 2024.03.26 14:55:15.948780 [ 3 ] {89840bc7-49d5-4412-a096-df45d0cc5eb2} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5871 | 2024.03.26 14:55:15.948941 [ 3 ] {89840bc7-49d5-4412-a096-df45d0cc5eb2} <Debug> executeQuery: Read 36 rows, 2.77 KiB in 0.001734 sec., 20761.245674740483 rows/sec., 1.56 MiB/sec. | ||
5872 | 2024.03.26 14:55:15.948969 [ 51 ] {} <Debug> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
5873 | 2024.03.26 14:55:15.949070 [ 51 ] {} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5874 | 2024.03.26 14:55:15.949113 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
5875 | 2024.03.26 14:55:15.949172 [ 3 ] {89840bc7-49d5-4412-a096-df45d0cc5eb2} <Debug> DynamicQueryHandler: Done processing query | ||
5876 | 2024.03.26 14:55:15.949223 [ 3 ] {89840bc7-49d5-4412-a096-df45d0cc5eb2} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
5877 | 2024.03.26 14:55:15.949269 [ 3 ] {} <Debug> HTTP-Session: 2d3cebc3-e64f-42df-8c43-44a080471716 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5878 | 2024.03.26 14:55:15.949349 [ 196 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::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 | ||
5879 | 2024.03.26 14:55:15.949468 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 4090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5880 | 2024.03.26 14:55:15.949582 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5881 | 2024.03.26 14:55:15.949648 [ 3 ] {} <Debug> HTTP-Session: b9561403-5821-4063-add4-299e83f3724a Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
5882 | 2024.03.26 14:55:15.949704 [ 3 ] {} <Debug> HTTP-Session: b9561403-5821-4063-add4-299e83f3724a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5883 | 2024.03.26 14:55:15.949752 [ 196 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5884 | 2024.03.26 14:55:15.949755 [ 3 ] {} <Debug> HTTP-Session: b9561403-5821-4063-add4-299e83f3724a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5885 | 2024.03.26 14:55:15.949799 [ 196 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 208 rows starting from the beginning of the part | ||
5886 | 2024.03.26 14:55:15.949815 [ 3 ] {} <Trace> HTTP-Session: b9561403-5821-4063-add4-299e83f3724a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5887 | 2024.03.26 14:55:15.949920 [ 196 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 37 rows starting from the beginning of the part | ||
5888 | 2024.03.26 14:55:15.949960 [ 3 ] {fa5c0d4b-a1c0-474b-a266-6c3516b466b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5889 | 2024.03.26 14:55:15.950093 [ 3 ] {fa5c0d4b-a1c0-474b-a266-6c3516b466b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5890 | 2024.03.26 14:55:15.950116 [ 196 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 196 rows starting from the beginning of the part | ||
5891 | 2024.03.26 14:55:15.950519 [ 196 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 207 rows starting from the beginning of the part | ||
5892 | 2024.03.26 14:55:15.950708 [ 196 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 222 rows starting from the beginning of the part | ||
5893 | 2024.03.26 14:55:15.950906 [ 196 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 36 rows starting from the beginning of the part | ||
5894 | 2024.03.26 14:55:15.950960 [ 3 ] {fa5c0d4b-a1c0-474b-a266-6c3516b466b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5895 | 2024.03.26 14:55:15.951595 [ 3 ] {fa5c0d4b-a1c0-474b-a266-6c3516b466b3} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5896 | 2024.03.26 14:55:15.951636 [ 3 ] {fa5c0d4b-a1c0-474b-a266-6c3516b466b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
5897 | 2024.03.26 14:55:15.952100 [ 3 ] {fa5c0d4b-a1c0-474b-a266-6c3516b466b3} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
5898 | 2024.03.26 14:55:15.952537 [ 193 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 906 rows, containing 4 columns (4 merged, 0 gathered) in 0.003325466 sec., 272443.0200158414 rows/sec., 25.31 MiB/sec. | ||
5899 | 2024.03.26 14:55:15.952577 [ 3 ] {fa5c0d4b-a1c0-474b-a266-6c3516b466b3} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5900 | 2024.03.26 14:55:15.952780 [ 188 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
5901 | 2024.03.26 14:55:15.952827 [ 51 ] {} <Debug> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
5902 | 2024.03.26 14:55:15.952840 [ 3 ] {fa5c0d4b-a1c0-474b-a266-6c3516b466b3} <Debug> executeQuery: Read 24 rows, 1.90 KiB in 0.002948 sec., 8141.112618724559 rows/sec., 643.97 KiB/sec. | ||
5903 | 2024.03.26 14:55:15.952912 [ 51 ] {} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5904 | 2024.03.26 14:55:15.953027 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
5905 | 2024.03.26 14:55:15.953239 [ 3 ] {fa5c0d4b-a1c0-474b-a266-6c3516b466b3} <Debug> DynamicQueryHandler: Done processing query | ||
5906 | 2024.03.26 14:55:15.953336 [ 3 ] {fa5c0d4b-a1c0-474b-a266-6c3516b466b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
5907 | 2024.03.26 14:55:15.953466 [ 3 ] {} <Debug> HTTP-Session: b9561403-5821-4063-add4-299e83f3724a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5908 | 2024.03.26 14:55:15.953690 [ 196 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::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 | ||
5909 | 2024.03.26 14:55:15.953885 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 7030, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5910 | 2024.03.26 14:55:15.954166 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5911 | 2024.03.26 14:55:15.954315 [ 3 ] {} <Debug> HTTP-Session: bb560bcf-1ee3-46cb-bffa-3aad253d0d9c Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
5912 | 2024.03.26 14:55:15.954459 [ 3 ] {} <Debug> HTTP-Session: bb560bcf-1ee3-46cb-bffa-3aad253d0d9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5913 | 2024.03.26 14:55:15.954595 [ 3 ] {} <Debug> HTTP-Session: bb560bcf-1ee3-46cb-bffa-3aad253d0d9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5914 | 2024.03.26 14:55:15.954834 [ 3 ] {} <Trace> HTTP-Session: bb560bcf-1ee3-46cb-bffa-3aad253d0d9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5915 | 2024.03.26 14:55:15.955019 [ 196 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5916 | 2024.03.26 14:55:15.955195 [ 196 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 106 rows starting from the beginning of the part | ||
5917 | 2024.03.26 14:55:15.955324 [ 3 ] {f03f840b-648f-4da0-a0f1-31b9311bfcc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5918 | 2024.03.26 14:55:15.955646 [ 3 ] {f03f840b-648f-4da0-a0f1-31b9311bfcc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5919 | 2024.03.26 14:55:15.955732 [ 196 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 26 rows starting from the beginning of the part | ||
5920 | 2024.03.26 14:55:15.956010 [ 188 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_51_10} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5921 | 2024.03.26 14:55:15.956205 [ 196 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 73 rows starting from the beginning of the part | ||
5922 | 2024.03.26 14:55:15.956591 [ 188 ] {2e6e01a5-bdc6-4ff5-b022-daacbca3e78b::all_1_51_10} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
5923 | 2024.03.26 14:55:15.956678 [ 196 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 75 rows starting from the beginning of the part | ||
5924 | 2024.03.26 14:55:15.956908 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
5925 | 2024.03.26 14:55:15.957109 [ 196 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 74 rows starting from the beginning of the part | ||
5926 | 2024.03.26 14:55:15.957386 [ 196 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 24 rows starting from the beginning of the part | ||
5927 | 2024.03.26 14:55:15.957412 [ 3 ] {f03f840b-648f-4da0-a0f1-31b9311bfcc6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5928 | 2024.03.26 14:55:15.958216 [ 3 ] {f03f840b-648f-4da0-a0f1-31b9311bfcc6} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5929 | 2024.03.26 14:55:15.958254 [ 3 ] {f03f840b-648f-4da0-a0f1-31b9311bfcc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
5930 | 2024.03.26 14:55:15.958832 [ 3 ] {f03f840b-648f-4da0-a0f1-31b9311bfcc6} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5931 | 2024.03.26 14:55:15.959005 [ 196 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 378 rows, containing 4 columns (4 merged, 0 gathered) in 0.00581248 sec., 65032.48183219555 rows/sec., 5.08 MiB/sec. | ||
5932 | 2024.03.26 14:55:15.959153 [ 196 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
5933 | 2024.03.26 14:55:15.959328 [ 3 ] {f03f840b-648f-4da0-a0f1-31b9311bfcc6} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5934 | 2024.03.26 14:55:15.959626 [ 3 ] {f03f840b-648f-4da0-a0f1-31b9311bfcc6} <Debug> executeQuery: Read 36 rows, 2.60 KiB in 0.004539 sec., 7931.262392597489 rows/sec., 573.16 KiB/sec. | ||
5935 | 2024.03.26 14:55:15.959770 [ 196 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_51_10} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5936 | 2024.03.26 14:55:15.959916 [ 3 ] {f03f840b-648f-4da0-a0f1-31b9311bfcc6} <Debug> DynamicQueryHandler: Done processing query | ||
5937 | 2024.03.26 14:55:15.959970 [ 3 ] {f03f840b-648f-4da0-a0f1-31b9311bfcc6} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
5938 | 2024.03.26 14:55:15.960004 [ 196 ] {302b78c5-a124-4a25-89ef-df6ee0eb9fb4::all_1_51_10} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
5939 | 2024.03.26 14:55:15.960014 [ 3 ] {} <Debug> HTTP-Session: bb560bcf-1ee3-46cb-bffa-3aad253d0d9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5940 | 2024.03.26 14:55:15.960106 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
5941 | 2024.03.26 14:55:20.950099 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 11378, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5942 | 2024.03.26 14:55:20.950220 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5943 | 2024.03.26 14:55:20.950246 [ 3 ] {} <Debug> HTTP-Session: de50f2d0-6c32-45b6-ab4f-638489cdc3a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
5944 | 2024.03.26 14:55:20.950271 [ 3 ] {} <Debug> HTTP-Session: de50f2d0-6c32-45b6-ab4f-638489cdc3a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5945 | 2024.03.26 14:55:20.950287 [ 3 ] {} <Debug> HTTP-Session: de50f2d0-6c32-45b6-ab4f-638489cdc3a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5946 | 2024.03.26 14:55:20.950336 [ 3 ] {} <Trace> HTTP-Session: de50f2d0-6c32-45b6-ab4f-638489cdc3a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5947 | 2024.03.26 14:55:20.950472 [ 3 ] {32325c77-7308-4294-9c6c-a206f093d400} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5948 | 2024.03.26 14:55:20.950535 [ 3 ] {32325c77-7308-4294-9c6c-a206f093d400} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5949 | 2024.03.26 14:55:20.950731 [ 3 ] {32325c77-7308-4294-9c6c-a206f093d400} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5950 | 2024.03.26 14:55:20.951211 [ 3 ] {32325c77-7308-4294-9c6c-a206f093d400} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5951 | 2024.03.26 14:55:20.951256 [ 3 ] {32325c77-7308-4294-9c6c-a206f093d400} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
5952 | 2024.03.26 14:55:20.951650 [ 3 ] {32325c77-7308-4294-9c6c-a206f093d400} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5953 | 2024.03.26 14:55:20.952002 [ 3 ] {32325c77-7308-4294-9c6c-a206f093d400} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5954 | 2024.03.26 14:55:20.952192 [ 3 ] {32325c77-7308-4294-9c6c-a206f093d400} <Debug> executeQuery: Read 79 rows, 6.40 KiB in 0.001785 sec., 44257.703081232496 rows/sec., 3.50 MiB/sec. | ||
5955 | 2024.03.26 14:55:20.952224 [ 49 ] {} <Debug> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3) (MergerMutator): Selected 6 parts from all_1_34_8 to all_39_39_0 | ||
5956 | 2024.03.26 14:55:20.952360 [ 49 ] {} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5957 | 2024.03.26 14:55:20.952406 [ 3 ] {32325c77-7308-4294-9c6c-a206f093d400} <Debug> DynamicQueryHandler: Done processing query | ||
5958 | 2024.03.26 14:55:20.952413 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
5959 | 2024.03.26 14:55:20.952449 [ 3 ] {32325c77-7308-4294-9c6c-a206f093d400} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5960 | 2024.03.26 14:55:20.952502 [ 3 ] {} <Debug> HTTP-Session: de50f2d0-6c32-45b6-ab4f-638489cdc3a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5961 | 2024.03.26 14:55:20.952656 [ 195 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::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 | ||
5962 | 2024.03.26 14:55:20.952784 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5963 | 2024.03.26 14:55:20.952892 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5964 | 2024.03.26 14:55:20.952943 [ 3 ] {} <Debug> HTTP-Session: 534b3dad-ef16-4603-ae9c-da18ef662dbc Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
5965 | 2024.03.26 14:55:20.952993 [ 3 ] {} <Debug> HTTP-Session: 534b3dad-ef16-4603-ae9c-da18ef662dbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5966 | 2024.03.26 14:55:20.953037 [ 3 ] {} <Debug> HTTP-Session: 534b3dad-ef16-4603-ae9c-da18ef662dbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5967 | 2024.03.26 14:55:20.953134 [ 195 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_39_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5968 | 2024.03.26 14:55:20.953141 [ 3 ] {} <Trace> HTTP-Session: 534b3dad-ef16-4603-ae9c-da18ef662dbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5969 | 2024.03.26 14:55:20.953233 [ 195 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_39_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_34_8, total 56 rows starting from the beginning of the part | ||
5970 | 2024.03.26 14:55:20.953346 [ 3 ] {105353e5-d017-4385-ae81-8c54feb074f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5971 | 2024.03.26 14:55:20.953508 [ 3 ] {105353e5-d017-4385-ae81-8c54feb074f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5972 | 2024.03.26 14:55:20.953641 [ 195 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_39_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 56 rows starting from the beginning of the part | ||
5973 | 2024.03.26 14:55:20.954054 [ 195 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_39_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 65 rows starting from the beginning of the part | ||
5974 | 2024.03.26 14:55:20.954419 [ 195 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_39_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 69 rows starting from the beginning of the part | ||
5975 | 2024.03.26 14:55:20.954501 [ 3 ] {105353e5-d017-4385-ae81-8c54feb074f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5976 | 2024.03.26 14:55:20.954662 [ 195 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_39_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 74 rows starting from the beginning of the part | ||
5977 | 2024.03.26 14:55:20.954936 [ 195 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_39_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 79 rows starting from the beginning of the part | ||
5978 | 2024.03.26 14:55:20.955650 [ 3 ] {105353e5-d017-4385-ae81-8c54feb074f1} <Trace> oximeter.fields_ipaddr (b9cacdb2-3543-418a-8ac0-d16d067a037a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5979 | 2024.03.26 14:55:20.955709 [ 3 ] {105353e5-d017-4385-ae81-8c54feb074f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
5980 | 2024.03.26 14:55:20.956454 [ 3 ] {105353e5-d017-4385-ae81-8c54feb074f1} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
5981 | 2024.03.26 14:55:20.957359 [ 3 ] {105353e5-d017-4385-ae81-8c54feb074f1} <Trace> oximeter.fields_ipaddr (b9cacdb2-3543-418a-8ac0-d16d067a037a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5982 | 2024.03.26 14:55:20.957818 [ 195 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_39_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 399 rows, containing 4 columns (4 merged, 0 gathered) in 0.005249682 sec., 76004.60370742455 rows/sec., 6.02 MiB/sec. | ||
5983 | 2024.03.26 14:55:20.957835 [ 3 ] {105353e5-d017-4385-ae81-8c54feb074f1} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.004547 sec., 879.7009016934243 rows/sec., 71.73 KiB/sec. | ||
5984 | 2024.03.26 14:55:20.958112 [ 195 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_39_9} <Trace> MergedBlockOutputStream: filled checksums all_1_39_9 (state Temporary) | ||
5985 | 2024.03.26 14:55:20.958350 [ 3 ] {105353e5-d017-4385-ae81-8c54feb074f1} <Debug> DynamicQueryHandler: Done processing query | ||
5986 | 2024.03.26 14:55:20.958392 [ 3 ] {105353e5-d017-4385-ae81-8c54feb074f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5987 | 2024.03.26 14:55:20.958427 [ 3 ] {} <Debug> HTTP-Session: 534b3dad-ef16-4603-ae9c-da18ef662dbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5988 | 2024.03.26 14:55:20.958671 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 37655, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5989 | 2024.03.26 14:55:20.958757 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5990 | 2024.03.26 14:55:20.958781 [ 3 ] {} <Debug> HTTP-Session: 32fff61e-d2b1-42dd-a0f8-1b912b390a7f Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
5991 | 2024.03.26 14:55:20.958821 [ 3 ] {} <Debug> HTTP-Session: 32fff61e-d2b1-42dd-a0f8-1b912b390a7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5992 | 2024.03.26 14:55:20.958828 [ 195 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_39_9} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3): Renaming temporary part tmp_merge_all_1_39_9 to all_1_39_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5993 | 2024.03.26 14:55:20.958843 [ 3 ] {} <Debug> HTTP-Session: 32fff61e-d2b1-42dd-a0f8-1b912b390a7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5994 | 2024.03.26 14:55:20.958938 [ 3 ] {} <Trace> HTTP-Session: 32fff61e-d2b1-42dd-a0f8-1b912b390a7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5995 | 2024.03.26 14:55:20.958989 [ 195 ] {89fc11b8-e984-4b05-bfa0-fe1aeb7069f3::all_1_39_9} <Trace> oximeter.fields_i64 (89fc11b8-e984-4b05-bfa0-fe1aeb7069f3) (MergerMutator): Merged 6 parts: [all_1_34_8, all_39_39_0] -> all_1_39_9 | ||
5996 | 2024.03.26 14:55:20.959119 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
5997 | 2024.03.26 14:55:20.959158 [ 3 ] {f199ff6c-bfe1-42a4-8449-2f6d95308d8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5998 | 2024.03.26 14:55:20.959213 [ 3 ] {f199ff6c-bfe1-42a4-8449-2f6d95308d8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5999 | 2024.03.26 14:55:20.959368 [ 3 ] {f199ff6c-bfe1-42a4-8449-2f6d95308d8b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6000 | 2024.03.26 14:55:20.959847 [ 3 ] {f199ff6c-bfe1-42a4-8449-2f6d95308d8b} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6001 | 2024.03.26 14:55:20.959886 [ 3 ] {f199ff6c-bfe1-42a4-8449-2f6d95308d8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
6002 | 2024.03.26 14:55:20.960234 [ 3 ] {f199ff6c-bfe1-42a4-8449-2f6d95308d8b} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
6003 | 2024.03.26 14:55:20.960556 [ 3 ] {f199ff6c-bfe1-42a4-8449-2f6d95308d8b} <Trace> oximeter.fields_string (2e6e01a5-bdc6-4ff5-b022-daacbca3e78b): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6004 | 2024.03.26 14:55:20.960686 [ 3 ] {f199ff6c-bfe1-42a4-8449-2f6d95308d8b} <Debug> executeQuery: Read 239 rows, 23.09 KiB in 0.001658 sec., 144149.57780458385 rows/sec., 13.60 MiB/sec. | ||
6005 | 2024.03.26 14:55:20.960884 [ 3 ] {f199ff6c-bfe1-42a4-8449-2f6d95308d8b} <Debug> DynamicQueryHandler: Done processing query | ||
6006 | 2024.03.26 14:55:20.960944 [ 3 ] {f199ff6c-bfe1-42a4-8449-2f6d95308d8b} <Debug> MemoryTracker: Peak memory usage (for query): 4.43 MiB. | ||
6007 | 2024.03.26 14:55:20.960994 [ 3 ] {} <Debug> HTTP-Session: 32fff61e-d2b1-42dd-a0f8-1b912b390a7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6008 | 2024.03.26 14:55:20.961154 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6009 | 2024.03.26 14:55:20.961208 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6010 | 2024.03.26 14:55:20.961227 [ 3 ] {} <Debug> HTTP-Session: ba73242e-d15d-4707-8a1a-ddfc1e347e54 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
6011 | 2024.03.26 14:55:20.961243 [ 3 ] {} <Debug> HTTP-Session: ba73242e-d15d-4707-8a1a-ddfc1e347e54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6012 | 2024.03.26 14:55:20.961259 [ 3 ] {} <Debug> HTTP-Session: ba73242e-d15d-4707-8a1a-ddfc1e347e54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6013 | 2024.03.26 14:55:20.961292 [ 3 ] {} <Trace> HTTP-Session: ba73242e-d15d-4707-8a1a-ddfc1e347e54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6014 | 2024.03.26 14:55:20.961363 [ 3 ] {a7146d48-99f9-4e9f-a0dc-ade3be3b46a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6015 | 2024.03.26 14:55:20.961406 [ 3 ] {a7146d48-99f9-4e9f-a0dc-ade3be3b46a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6016 | 2024.03.26 14:55:20.961548 [ 3 ] {a7146d48-99f9-4e9f-a0dc-ade3be3b46a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6017 | 2024.03.26 14:55:20.961815 [ 3 ] {a7146d48-99f9-4e9f-a0dc-ade3be3b46a9} <Trace> oximeter.fields_u16 (e20b24dd-90f0-4a6f-bcd9-27e96d38dd35): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6018 | 2024.03.26 14:55:20.961853 [ 3 ] {a7146d48-99f9-4e9f-a0dc-ade3be3b46a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
6019 | 2024.03.26 14:55:20.962151 [ 3 ] {a7146d48-99f9-4e9f-a0dc-ade3be3b46a9} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
6020 | 2024.03.26 14:55:20.962465 [ 3 ] {a7146d48-99f9-4e9f-a0dc-ade3be3b46a9} <Trace> oximeter.fields_u16 (e20b24dd-90f0-4a6f-bcd9-27e96d38dd35): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6021 | 2024.03.26 14:55:20.962601 [ 3 ] {a7146d48-99f9-4e9f-a0dc-ade3be3b46a9} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001263 sec., 3167.0625494853525 rows/sec., 221.14 KiB/sec. | ||
6022 | 2024.03.26 14:55:20.962866 [ 3 ] {a7146d48-99f9-4e9f-a0dc-ade3be3b46a9} <Debug> DynamicQueryHandler: Done processing query | ||
6023 | 2024.03.26 14:55:20.962928 [ 3 ] {a7146d48-99f9-4e9f-a0dc-ade3be3b46a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6024 | 2024.03.26 14:55:20.962961 [ 3 ] {} <Debug> HTTP-Session: ba73242e-d15d-4707-8a1a-ddfc1e347e54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6025 | 2024.03.26 14:55:20.963142 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 15643, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6026 | 2024.03.26 14:55:20.963202 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6027 | 2024.03.26 14:55:20.963226 [ 3 ] {} <Debug> HTTP-Session: 32d3f825-96f8-416d-95ca-367b6ee329fe Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
6028 | 2024.03.26 14:55:20.963248 [ 3 ] {} <Debug> HTTP-Session: 32d3f825-96f8-416d-95ca-367b6ee329fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6029 | 2024.03.26 14:55:20.963265 [ 3 ] {} <Debug> HTTP-Session: 32d3f825-96f8-416d-95ca-367b6ee329fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6030 | 2024.03.26 14:55:20.963304 [ 3 ] {} <Trace> HTTP-Session: 32d3f825-96f8-416d-95ca-367b6ee329fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6031 | 2024.03.26 14:55:20.963449 [ 3 ] {ce5080b8-b5bd-4f3c-bac2-49c2d0360af1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6032 | 2024.03.26 14:55:20.963501 [ 3 ] {ce5080b8-b5bd-4f3c-bac2-49c2d0360af1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6033 | 2024.03.26 14:55:20.963677 [ 3 ] {ce5080b8-b5bd-4f3c-bac2-49c2d0360af1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6034 | 2024.03.26 14:55:20.964024 [ 3 ] {ce5080b8-b5bd-4f3c-bac2-49c2d0360af1} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6035 | 2024.03.26 14:55:20.964062 [ 3 ] {ce5080b8-b5bd-4f3c-bac2-49c2d0360af1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
6036 | 2024.03.26 14:55:20.964378 [ 3 ] {ce5080b8-b5bd-4f3c-bac2-49c2d0360af1} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
6037 | 2024.03.26 14:55:20.964692 [ 3 ] {ce5080b8-b5bd-4f3c-bac2-49c2d0360af1} <Trace> oximeter.fields_uuid (302b78c5-a124-4a25-89ef-df6ee0eb9fb4): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6038 | 2024.03.26 14:55:20.964825 [ 3 ] {ce5080b8-b5bd-4f3c-bac2-49c2d0360af1} <Debug> executeQuery: Read 92 rows, 7.38 KiB in 0.001466 sec., 62755.798090040924 rows/sec., 4.91 MiB/sec. | ||
6039 | 2024.03.26 14:55:20.965019 [ 3 ] {ce5080b8-b5bd-4f3c-bac2-49c2d0360af1} <Debug> DynamicQueryHandler: Done processing query | ||
6040 | 2024.03.26 14:55:20.965076 [ 3 ] {ce5080b8-b5bd-4f3c-bac2-49c2d0360af1} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
6041 | 2024.03.26 14:55:20.965137 [ 3 ] {} <Debug> HTTP-Session: 32d3f825-96f8-416d-95ca-367b6ee329fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6042 | 2024.03.26 14:55:20.965328 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 448, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6043 | 2024.03.26 14:55:20.965380 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6044 | 2024.03.26 14:55:20.965399 [ 3 ] {} <Debug> HTTP-Session: 4537b0b0-f2e4-4e98-9641-8cfc40df1460 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
6045 | 2024.03.26 14:55:20.965417 [ 3 ] {} <Debug> HTTP-Session: 4537b0b0-f2e4-4e98-9641-8cfc40df1460 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6046 | 2024.03.26 14:55:20.965431 [ 3 ] {} <Debug> HTTP-Session: 4537b0b0-f2e4-4e98-9641-8cfc40df1460 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6047 | 2024.03.26 14:55:20.965463 [ 3 ] {} <Trace> HTTP-Session: 4537b0b0-f2e4-4e98-9641-8cfc40df1460 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6048 | 2024.03.26 14:55:20.965533 [ 3 ] {c562d667-a002-4362-a395-6f5ea0ed8489} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6049 | 2024.03.26 14:55:20.965579 [ 3 ] {c562d667-a002-4362-a395-6f5ea0ed8489} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6050 | 2024.03.26 14:55:20.965739 [ 3 ] {c562d667-a002-4362-a395-6f5ea0ed8489} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6051 | 2024.03.26 14:55:20.966010 [ 3 ] {c562d667-a002-4362-a395-6f5ea0ed8489} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6052 | 2024.03.26 14:55:20.966046 [ 3 ] {c562d667-a002-4362-a395-6f5ea0ed8489} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
6053 | 2024.03.26 14:55:20.966422 [ 3 ] {c562d667-a002-4362-a395-6f5ea0ed8489} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
6054 | 2024.03.26 14:55:20.966897 [ 3 ] {c562d667-a002-4362-a395-6f5ea0ed8489} <Trace> oximeter.measurements_cumulativeu64 (53f51141-7b09-4c26-9537-7562ea55e087): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6055 | 2024.03.26 14:55:20.967036 [ 3 ] {c562d667-a002-4362-a395-6f5ea0ed8489} <Debug> executeQuery: Read 2 rows, 144.00 B in 0.00153 sec., 1307.1895424836603 rows/sec., 91.91 KiB/sec. | ||
6056 | 2024.03.26 14:55:20.967161 [ 3 ] {c562d667-a002-4362-a395-6f5ea0ed8489} <Debug> DynamicQueryHandler: Done processing query | ||
6057 | 2024.03.26 14:55:20.967185 [ 3 ] {c562d667-a002-4362-a395-6f5ea0ed8489} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6058 | 2024.03.26 14:55:20.967201 [ 3 ] {} <Debug> HTTP-Session: 4537b0b0-f2e4-4e98-9641-8cfc40df1460 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6059 | 2024.03.26 14:55:20.967379 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 84487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6060 | 2024.03.26 14:55:20.967428 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6061 | 2024.03.26 14:55:20.967447 [ 3 ] {} <Debug> HTTP-Session: 50a46737-e13a-4dfb-a875-067899857351 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
6062 | 2024.03.26 14:55:20.967464 [ 3 ] {} <Debug> HTTP-Session: 50a46737-e13a-4dfb-a875-067899857351 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6063 | 2024.03.26 14:55:20.967478 [ 3 ] {} <Debug> HTTP-Session: 50a46737-e13a-4dfb-a875-067899857351 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6064 | 2024.03.26 14:55:20.967508 [ 3 ] {} <Trace> HTTP-Session: 50a46737-e13a-4dfb-a875-067899857351 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6065 | 2024.03.26 14:55:20.967963 [ 3 ] {f476fa2d-3574-4962-a854-b25d20fc3a46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6066 | 2024.03.26 14:55:20.968009 [ 3 ] {f476fa2d-3574-4962-a854-b25d20fc3a46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6067 | 2024.03.26 14:55:20.968165 [ 3 ] {f476fa2d-3574-4962-a854-b25d20fc3a46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6068 | 2024.03.26 14:55:20.968927 [ 3 ] {f476fa2d-3574-4962-a854-b25d20fc3a46} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6069 | 2024.03.26 14:55:20.968962 [ 3 ] {f476fa2d-3574-4962-a854-b25d20fc3a46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
6070 | 2024.03.26 14:55:20.969423 [ 3 ] {f476fa2d-3574-4962-a854-b25d20fc3a46} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
6071 | 2024.03.26 14:55:20.969760 [ 3 ] {f476fa2d-3574-4962-a854-b25d20fc3a46} <Trace> oximeter.measurements_histogramf64 (68e6505c-8bee-4fe5-b307-69a96010dc6e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6072 | 2024.03.26 14:55:20.969893 [ 3 ] {f476fa2d-3574-4962-a854-b25d20fc3a46} <Debug> executeQuery: Read 79 rows, 109.17 KiB in 0.00231 sec., 34199.1341991342 rows/sec., 46.15 MiB/sec. | ||
6073 | 2024.03.26 14:55:20.970051 [ 3 ] {f476fa2d-3574-4962-a854-b25d20fc3a46} <Debug> DynamicQueryHandler: Done processing query | ||
6074 | 2024.03.26 14:55:20.970085 [ 3 ] {f476fa2d-3574-4962-a854-b25d20fc3a46} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
6075 | 2024.03.26 14:55:20.970111 [ 3 ] {} <Debug> HTTP-Session: 50a46737-e13a-4dfb-a875-067899857351 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6076 | 2024.03.26 14:55:20.970233 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35513, User-Agent: (none), Length: 1448, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6077 | 2024.03.26 14:55:20.970281 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6078 | 2024.03.26 14:55:20.970300 [ 3 ] {} <Debug> HTTP-Session: 8037ccef-1093-4c26-9bff-dc0b15d8b574 Authenticating user 'default' from [fd00:1122:3344:101::d]:35513 | ||
6079 | 2024.03.26 14:55:20.970317 [ 3 ] {} <Debug> HTTP-Session: 8037ccef-1093-4c26-9bff-dc0b15d8b574 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6080 | 2024.03.26 14:55:20.970331 [ 3 ] {} <Debug> HTTP-Session: 8037ccef-1093-4c26-9bff-dc0b15d8b574 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6081 | 2024.03.26 14:55:20.970363 [ 3 ] {} <Trace> HTTP-Session: 8037ccef-1093-4c26-9bff-dc0b15d8b574 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6082 | 2024.03.26 14:55:20.970429 [ 3 ] {69748ab7-f27e-4f4d-b256-ca31ea3861e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35513) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
6083 | 2024.03.26 14:55:20.970471 [ 3 ] {69748ab7-f27e-4f4d-b256-ca31ea3861e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
6084 | 2024.03.26 14:55:20.970596 [ 3 ] {69748ab7-f27e-4f4d-b256-ca31ea3861e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6085 | 2024.03.26 14:55:20.970847 [ 3 ] {69748ab7-f27e-4f4d-b256-ca31ea3861e4} <Trace> oximeter.measurements_i64 (fa67eb9c-28c4-46ec-9d65-8d358f1a4527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6086 | 2024.03.26 14:55:20.970883 [ 3 ] {69748ab7-f27e-4f4d-b256-ca31ea3861e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
6087 | 2024.03.26 14:55:20.971231 [ 3 ] {69748ab7-f27e-4f4d-b256-ca31ea3861e4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
6088 | 2024.03.26 14:55:20.971543 [ 3 ] {69748ab7-f27e-4f4d-b256-ca31ea3861e4} <Trace> oximeter.measurements_i64 (fa67eb9c-28c4-46ec-9d65-8d358f1a4527): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6089 | 2024.03.26 14:55:20.971678 [ 3 ] {69748ab7-f27e-4f4d-b256-ca31ea3861e4} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001273 sec., 7069.913589945011 rows/sec., 499.40 KiB/sec. | ||
6090 | 2024.03.26 14:55:20.971923 [ 3 ] {69748ab7-f27e-4f4d-b256-ca31ea3861e4} <Debug> DynamicQueryHandler: Done processing query | ||
6091 | 2024.03.26 14:55:20.971948 [ 3 ] {69748ab7-f27e-4f4d-b256-ca31ea3861e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6092 | 2024.03.26 14:55:20.971965 [ 3 ] {} <Debug> HTTP-Session: 8037ccef-1093-4c26-9bff-dc0b15d8b574 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6093 | 2024.03.26 14:55:23.687985 [ 47 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6094 | 2024.03.26 14:55:23.688054 [ 47 ] {} <Debug> DNSResolver: Updated DNS cache |