1 | [ Sep 24 04:33:03 Enabled. ] | ||
2 | [ Sep 24 04:33:03 Rereading configuration. ] | ||
3 | [ Sep 24 04:33:05 Rereading configuration. ] | ||
4 | [ Sep 24 04:33:16 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] | ||
5 | + set -o errexit | ||
6 | + set -o pipefail | ||
7 | + . /lib/svc/share/smf_include.sh | ||
8 | ++ SMF_EXIT_OK=0 | ||
9 | ++ SMF_EXIT_NODAEMON=94 | ||
10 | ++ SMF_EXIT_ERR_FATAL=95 | ||
11 | ++ SMF_EXIT_ERR_CONFIG=96 | ||
12 | ++ SMF_EXIT_MON_DEGRADE=97 | ||
13 | ++ SMF_EXIT_MON_OFFLINE=98 | ||
14 | ++ SMF_EXIT_ERR_NOSMF=99 | ||
15 | ++ SMF_EXIT_ERR_PERM=100 | ||
16 | ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default | ||
17 | + LISTEN_ADDR=fd00:1122:3344:101::e | ||
18 | ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default | ||
19 | + LISTEN_PORT=8123 | ||
20 | ++ svcprop -c -p config/store svc:/oxide/clickhouse:default | ||
21 | + DATASTORE=/data | ||
22 | + args=("--log-file" "/var/tmp/clickhouse-server.log" "--errorlog-file" "/var/tmp/clickhouse-server.errlog" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
23 | + 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 | ||
24 | [ Sep 24 04:33:16 Method "start" exited with status 0. ] | ||
25 | Processing configuration file 'config.xml'. | ||
26 | There is no file 'config.xml', will use embedded config. | ||
27 | Logging trace to /var/tmp/clickhouse-server.log | ||
28 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
29 | 2024.09.24 04:33:17.255259 [ 1 ] {} <Information> Application: Will watch for the process with pid 24413 | ||
30 | 2024.09.24 04:33:17.255666 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
31 | 2024.09.24 04:33:17.506071 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 24413 | ||
32 | 2024.09.24 04:33:17.506761 [ 1 ] {} <Information> Application: starting up | ||
33 | 2024.09.24 04:33:17.507425 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
34 | 2024.09.24 04:33:17.605769 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
35 | 2024.09.24 04:33:17.630324 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
36 | 2024.09.24 04:33:17.630367 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
37 | 2024.09.24 04:33:17.630386 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
38 | 2024.09.24 04:33:17.630448 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
39 | 2024.09.24 04:33:17.630733 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
40 | 2024.09.24 04:33:17.632204 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
41 | Processing configuration file 'config.xml'. | ||
42 | There is no file 'config.xml', will use embedded config. | ||
43 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
44 | 2024.09.24 04:33:17.632701 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
45 | 2024.09.24 04:33:17.633513 [ 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) | ||
46 | 2024.09.24 04:33:17.633538 [ 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) | ||
47 | 2024.09.24 04:33:17.633552 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
48 | 2024.09.24 04:33:17.633729 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
49 | 2024.09.24 04:33:17.634713 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
50 | 2024.09.24 04:33:17.640201 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
51 | 2024.09.24 04:33:17.640961 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
52 | 2024.09.24 04:33:17.642178 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
53 | 2024.09.24 04:33:17.642240 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
54 | 2024.09.24 04:33:17.643761 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
55 | Processing configuration file 'config.xml'. | ||
56 | There is no file 'config.xml', will use embedded config. | ||
57 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
58 | 2024.09.24 04:33:17.644034 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
59 | 2024.09.24 04:33:17.648131 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
60 | 2024.09.24 04:33:17.648453 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
61 | 2024.09.24 04:33:17.649865 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
62 | 2024.09.24 04:33:17.650234 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
63 | 2024.09.24 04:33:17.650571 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
64 | 2024.09.24 04:33:17.650899 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
65 | 2024.09.24 04:33:17.652234 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
66 | 2024.09.24 04:33:17.652263 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
67 | 2024.09.24 04:33:17.652364 [ 143 ] {} <Debug> DNSResolver: Updating DNS cache | ||
68 | 2024.09.24 04:33:17.652528 [ 143 ] {} <Debug> DNSResolver: Updated DNS cache | ||
69 | 2024.09.24 04:33:17.660323 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
70 | 2024.09.24 04:33:17.660350 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000136672 sec | ||
71 | 2024.09.24 04:33:17.660389 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
72 | 2024.09.24 04:33:17.660400 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
73 | 2024.09.24 04:33:17.661467 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
74 | 2024.09.24 04:33:17.662462 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
75 | 2024.09.24 04:33:17.662480 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
76 | 2024.09.24 04:33:17.662514 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
77 | 2024.09.24 04:33:17.662528 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
78 | 2024.09.24 04:33:17.662540 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
79 | 2024.09.24 04:33:17.662571 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
80 | 2024.09.24 04:33:17.662583 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
81 | 2024.09.24 04:33:17.662597 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
82 | 2024.09.24 04:33:17.662624 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
83 | 2024.09.24 04:33:17.662640 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
84 | 2024.09.24 04:33:17.662654 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
85 | 2024.09.24 04:33:17.662668 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
86 | 2024.09.24 04:33:17.662699 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
87 | 2024.09.24 04:33:17.662713 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
88 | 2024.09.24 04:33:17.662725 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
89 | 2024.09.24 04:33:17.662752 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
90 | 2024.09.24 04:33:17.662766 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
91 | 2024.09.24 04:33:17.699835 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
92 | 2024.09.24 04:33:17.701205 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
93 | 2024.09.24 04:33:17.701231 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.4471e-05 sec | ||
94 | 2024.09.24 04:33:17.701245 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
95 | 2024.09.24 04:33:17.701256 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
96 | 2024.09.24 04:33:17.701282 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
97 | 2024.09.24 04:33:17.701457 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
98 | 2024.09.24 04:33:17.701498 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
99 | 2024.09.24 04:33:17.701511 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
100 | 2024.09.24 04:33:17.701524 [ 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). | ||
101 | 2024.09.24 04:33:17.701540 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
102 | 2024.09.24 04:33:17.780725 [ 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) | ||
103 | 2024.09.24 04:33:18.523934 [ 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) | ||
104 | 2024.09.24 04:33:18.523987 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
105 | 2024.09.24 04:33:18.602627 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
106 | 2024.09.24 04:33:18.602845 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 9.86 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.11 MiB (RSS), difference: 147.24 MiB | ||
107 | 2024.09.24 04:33:18.603707 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.262e-05 sec. | ||
108 | 2024.09.24 04:33:18.604031 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
109 | 2024.09.24 04:33:18.604101 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
110 | 2024.09.24 04:33:18.604160 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
111 | 2024.09.24 04:33:18.604181 [ 1 ] {} <Information> Application: Ready for connections. | ||
112 | 2024.09.24 04:33:19.631629 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51505, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
113 | 2024.09.24 04:33:19.631861 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
114 | 2024.09.24 04:33:19.631901 [ 3 ] {} <Debug> HTTP-Session: 15cdfe0e-6c71-4087-becc-b92dee0c5b0e Authenticating user 'default' from [fd00:1122:3344:101::d]:51505 | ||
115 | 2024.09.24 04:33:19.631934 [ 3 ] {} <Debug> HTTP-Session: 15cdfe0e-6c71-4087-becc-b92dee0c5b0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
116 | 2024.09.24 04:33:19.631953 [ 3 ] {} <Debug> HTTP-Session: 15cdfe0e-6c71-4087-becc-b92dee0c5b0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
117 | 2024.09.24 04:33:19.632041 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
118 | 2024.09.24 04:33:19.632077 [ 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 | ||
119 | 2024.09.24 04:33:19.632103 [ 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 | ||
120 | 2024.09.24 04:33:19.632168 [ 3 ] {} <Trace> HTTP-Session: 15cdfe0e-6c71-4087-becc-b92dee0c5b0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
121 | 2024.09.24 04:33:19.633348 [ 3 ] {fcfe1aac-6617-4641-807f-885193e047b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51505) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
122 | 2024.09.24 04:33:19.675755 [ 3 ] {fcfe1aac-6617-4641-807f-885193e047b4} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:51505) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
123 | |||
124 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
125 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
126 | 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 | ||
127 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
128 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
129 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
130 | 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 | ||
131 | 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 | ||
132 | 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 | ||
133 | 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 | ||
134 | 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 | ||
135 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
136 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
137 | 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 | ||
138 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
139 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
140 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
141 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
142 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
143 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
144 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
145 | 21. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
146 | |||
147 | 2024.09.24 04:33:19.676529 [ 3 ] {fcfe1aac-6617-4641-807f-885193e047b4} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
148 | |||
149 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
150 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
151 | 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 | ||
152 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
153 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
154 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
155 | 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 | ||
156 | 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 | ||
157 | 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 | ||
158 | 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 | ||
159 | 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 | ||
160 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
161 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
162 | 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 | ||
163 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
164 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
165 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
166 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
167 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
168 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
169 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
170 | 21. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
171 | (version 23.8.7.1) | ||
172 | 2024.09.24 04:33:19.677993 [ 3 ] {} <Debug> HTTP-Session: 15cdfe0e-6c71-4087-becc-b92dee0c5b0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
173 | 2024.09.24 04:33:19.683064 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51505, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
174 | 2024.09.24 04:33:19.683156 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
175 | 2024.09.24 04:33:19.683183 [ 3 ] {} <Debug> HTTP-Session: f074e109-b65d-4bf1-9d64-4000239c2dd6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51505 | ||
176 | 2024.09.24 04:33:19.683214 [ 3 ] {} <Debug> HTTP-Session: f074e109-b65d-4bf1-9d64-4000239c2dd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
177 | 2024.09.24 04:33:19.683228 [ 3 ] {} <Debug> HTTP-Session: f074e109-b65d-4bf1-9d64-4000239c2dd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
178 | 2024.09.24 04:33:19.683279 [ 3 ] {} <Trace> HTTP-Session: f074e109-b65d-4bf1-9d64-4000239c2dd6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
179 | 2024.09.24 04:33:19.683467 [ 3 ] {820b3712-1b47-4cde-afa1-c9ca26e8f5fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51505) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
180 | 2024.09.24 04:33:19.683742 [ 3 ] {820b3712-1b47-4cde-afa1-c9ca26e8f5fb} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:51505) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
181 | |||
182 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
183 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
184 | 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 | ||
185 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
186 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
187 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
188 | 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 | ||
189 | 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 | ||
190 | 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 | ||
191 | 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 | ||
192 | 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 | ||
193 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
194 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
195 | 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 | ||
196 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
197 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
198 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
199 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
200 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
201 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
202 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
203 | 21. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
204 | |||
205 | 2024.09.24 04:33:19.683863 [ 3 ] {820b3712-1b47-4cde-afa1-c9ca26e8f5fb} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
206 | |||
207 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
208 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
209 | 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 | ||
210 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
211 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
212 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
213 | 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 | ||
214 | 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 | ||
215 | 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 | ||
216 | 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 | ||
217 | 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 | ||
218 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
219 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
220 | 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 | ||
221 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
222 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
223 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
224 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
225 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
226 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
227 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
228 | 21. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
229 | (version 23.8.7.1) | ||
230 | 2024.09.24 04:33:19.684014 [ 3 ] {} <Debug> HTTP-Session: f074e109-b65d-4bf1-9d64-4000239c2dd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
231 | 2024.09.24 04:33:19.690974 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51505, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
232 | 2024.09.24 04:33:19.691052 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
233 | 2024.09.24 04:33:19.691078 [ 3 ] {} <Debug> HTTP-Session: c21b84b4-67cc-404b-865b-e258238ad182 Authenticating user 'default' from [fd00:1122:3344:101::d]:51505 | ||
234 | 2024.09.24 04:33:19.691101 [ 3 ] {} <Debug> HTTP-Session: c21b84b4-67cc-404b-865b-e258238ad182 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
235 | 2024.09.24 04:33:19.691114 [ 3 ] {} <Debug> HTTP-Session: c21b84b4-67cc-404b-865b-e258238ad182 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
236 | 2024.09.24 04:33:19.691152 [ 3 ] {} <Trace> HTTP-Session: c21b84b4-67cc-404b-865b-e258238ad182 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
237 | 2024.09.24 04:33:19.692418 [ 3 ] {d1c76112-0167-4b8d-9f02-3382946d0cf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51505) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
238 | 2024.09.24 04:33:19.693152 [ 3 ] {d1c76112-0167-4b8d-9f02-3382946d0cf6} <Debug> DynamicQueryHandler: Done processing query | ||
239 | 2024.09.24 04:33:19.693183 [ 3 ] {} <Debug> HTTP-Session: c21b84b4-67cc-404b-865b-e258238ad182 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
240 | 2024.09.24 04:33:19.704306 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51505, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
241 | 2024.09.24 04:33:19.704368 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
242 | 2024.09.24 04:33:19.704395 [ 3 ] {} <Debug> HTTP-Session: a4cacfd1-46c9-4c75-9cc2-4278b0f5cb5d Authenticating user 'default' from [fd00:1122:3344:101::d]:51505 | ||
243 | 2024.09.24 04:33:19.704418 [ 3 ] {} <Debug> HTTP-Session: a4cacfd1-46c9-4c75-9cc2-4278b0f5cb5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
244 | 2024.09.24 04:33:19.704432 [ 3 ] {} <Debug> HTTP-Session: a4cacfd1-46c9-4c75-9cc2-4278b0f5cb5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
245 | 2024.09.24 04:33:19.704467 [ 3 ] {} <Trace> HTTP-Session: a4cacfd1-46c9-4c75-9cc2-4278b0f5cb5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
246 | 2024.09.24 04:33:19.704564 [ 3 ] {ec052401-ade8-4f69-98f4-fc5aab304d53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51505) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
247 | 2024.09.24 04:33:19.704670 [ 3 ] {ec052401-ade8-4f69-98f4-fc5aab304d53} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
248 | 2024.09.24 04:33:19.706123 [ 3 ] {ec052401-ade8-4f69-98f4-fc5aab304d53} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
249 | 2024.09.24 04:33:19.706150 [ 3 ] {ec052401-ade8-4f69-98f4-fc5aab304d53} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.2571e-05 sec | ||
250 | 2024.09.24 04:33:19.706165 [ 3 ] {ec052401-ade8-4f69-98f4-fc5aab304d53} <Trace> ReferentialDeps: No tables | ||
251 | 2024.09.24 04:33:19.706180 [ 3 ] {ec052401-ade8-4f69-98f4-fc5aab304d53} <Trace> LoadingDeps: No tables | ||
252 | 2024.09.24 04:33:19.706203 [ 3 ] {ec052401-ade8-4f69-98f4-fc5aab304d53} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
253 | 2024.09.24 04:33:19.706330 [ 3 ] {ec052401-ade8-4f69-98f4-fc5aab304d53} <Debug> DynamicQueryHandler: Done processing query | ||
254 | 2024.09.24 04:33:19.706353 [ 3 ] {} <Debug> HTTP-Session: a4cacfd1-46c9-4c75-9cc2-4278b0f5cb5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
255 | 2024.09.24 04:33:19.706485 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51505, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
256 | 2024.09.24 04:33:19.706539 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
257 | 2024.09.24 04:33:19.706559 [ 3 ] {} <Debug> HTTP-Session: ae6e53de-17ae-4180-b273-30d413f7c775 Authenticating user 'default' from [fd00:1122:3344:101::d]:51505 | ||
258 | 2024.09.24 04:33:19.706579 [ 3 ] {} <Debug> HTTP-Session: ae6e53de-17ae-4180-b273-30d413f7c775 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
259 | 2024.09.24 04:33:19.706594 [ 3 ] {} <Debug> HTTP-Session: ae6e53de-17ae-4180-b273-30d413f7c775 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
260 | 2024.09.24 04:33:19.706624 [ 3 ] {} <Trace> HTTP-Session: ae6e53de-17ae-4180-b273-30d413f7c775 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
261 | 2024.09.24 04:33:19.706774 [ 3 ] {27b8a6cc-a328-49fd-8943-c04d111835ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51505) /* The version table contains metadata about the `oximeter` database */ | ||
262 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
263 | 2024.09.24 04:33:19.706828 [ 3 ] {27b8a6cc-a328-49fd-8943-c04d111835ea} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
264 | 2024.09.24 04:33:19.715134 [ 3 ] {27b8a6cc-a328-49fd-8943-c04d111835ea} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
265 | 2024.09.24 04:33:19.716456 [ 3 ] {27b8a6cc-a328-49fd-8943-c04d111835ea} <Debug> oximeter.version (c5d9af8d-90d0-4b77-bb0f-a211c5974af9): Loading data parts | ||
266 | 2024.09.24 04:33:19.717004 [ 3 ] {27b8a6cc-a328-49fd-8943-c04d111835ea} <Debug> oximeter.version (c5d9af8d-90d0-4b77-bb0f-a211c5974af9): There are no data parts | ||
267 | 2024.09.24 04:33:19.719669 [ 3 ] {27b8a6cc-a328-49fd-8943-c04d111835ea} <Debug> DynamicQueryHandler: Done processing query | ||
268 | 2024.09.24 04:33:19.719741 [ 3 ] {} <Debug> HTTP-Session: ae6e53de-17ae-4180-b273-30d413f7c775 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
269 | 2024.09.24 04:33:19.719882 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51505, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
270 | 2024.09.24 04:33:19.719945 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
271 | 2024.09.24 04:33:19.719967 [ 3 ] {} <Debug> HTTP-Session: bbfde2d3-aea3-401d-8ccc-0ed486903afa Authenticating user 'default' from [fd00:1122:3344:101::d]:51505 | ||
272 | 2024.09.24 04:33:19.719984 [ 3 ] {} <Debug> HTTP-Session: bbfde2d3-aea3-401d-8ccc-0ed486903afa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
273 | 2024.09.24 04:33:19.720013 [ 3 ] {} <Debug> HTTP-Session: bbfde2d3-aea3-401d-8ccc-0ed486903afa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
274 | 2024.09.24 04:33:19.720048 [ 3 ] {} <Trace> HTTP-Session: bbfde2d3-aea3-401d-8ccc-0ed486903afa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
275 | 2024.09.24 04:33:19.720286 [ 3 ] {4635f840-7449-4afd-9521-e097d94966f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51505) /* The measurement tables contain all individual samples from each timeseries. | ||
276 | * | ||
277 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
278 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
279 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
280 | * by all samples from the same timeseries. | ||
281 | * | ||
282 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
283 | * and then uses that to index quickly into the measurements tables. | ||
284 | */ | ||
285 | 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) | ||
286 | 2024.09.24 04:33:19.720346 [ 3 ] {4635f840-7449-4afd-9521-e097d94966f1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
287 | 2024.09.24 04:33:19.727958 [ 3 ] {4635f840-7449-4afd-9521-e097d94966f1} <Debug> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Loading data parts | ||
288 | 2024.09.24 04:33:19.728247 [ 3 ] {4635f840-7449-4afd-9521-e097d94966f1} <Debug> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): There are no data parts | ||
289 | 2024.09.24 04:33:19.729752 [ 3 ] {4635f840-7449-4afd-9521-e097d94966f1} <Debug> DynamicQueryHandler: Done processing query | ||
290 | 2024.09.24 04:33:19.729803 [ 3 ] {} <Debug> HTTP-Session: bbfde2d3-aea3-401d-8ccc-0ed486903afa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
291 | 2024.09.24 04:33:19.729943 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51505, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
292 | 2024.09.24 04:33:19.729999 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
293 | 2024.09.24 04:33:19.730035 [ 3 ] {} <Debug> HTTP-Session: 9fe7aebd-fc4a-4ee4-9a8d-b60537502a4a Authenticating user 'default' from [fd00:1122:3344:101::d]:51505 | ||
294 | 2024.09.24 04:33:19.730054 [ 3 ] {} <Debug> HTTP-Session: 9fe7aebd-fc4a-4ee4-9a8d-b60537502a4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
295 | 2024.09.24 04:33:19.730067 [ 3 ] {} <Debug> HTTP-Session: 9fe7aebd-fc4a-4ee4-9a8d-b60537502a4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
296 | 2024.09.24 04:33:19.730102 [ 3 ] {} <Trace> HTTP-Session: 9fe7aebd-fc4a-4ee4-9a8d-b60537502a4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
297 | 2024.09.24 04:33:19.730284 [ 3 ] {ebdbb626-0600-4f87-a070-8f22281b73e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51505) 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) | ||
298 | 2024.09.24 04:33:19.730335 [ 3 ] {ebdbb626-0600-4f87-a070-8f22281b73e5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
299 | 2024.09.24 04:33:19.732102 [ 3 ] {ebdbb626-0600-4f87-a070-8f22281b73e5} <Debug> oximeter.measurements_i8 (7e4cffa8-3b6d-42a1-9492-0743fff22184): Loading data parts | ||
300 | 2024.09.24 04:33:19.732293 [ 3 ] {ebdbb626-0600-4f87-a070-8f22281b73e5} <Debug> oximeter.measurements_i8 (7e4cffa8-3b6d-42a1-9492-0743fff22184): There are no data parts | ||
301 | 2024.09.24 04:33:19.733868 [ 3 ] {ebdbb626-0600-4f87-a070-8f22281b73e5} <Debug> DynamicQueryHandler: Done processing query | ||
302 | 2024.09.24 04:33:19.733899 [ 3 ] {} <Debug> HTTP-Session: 9fe7aebd-fc4a-4ee4-9a8d-b60537502a4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
303 | 2024.09.24 04:33:19.734037 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51505, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
304 | 2024.09.24 04:33:19.734091 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
305 | 2024.09.24 04:33:19.734114 [ 3 ] {} <Debug> HTTP-Session: 6d5ef0d3-7852-4983-b86f-62ab10cd7774 Authenticating user 'default' from [fd00:1122:3344:101::d]:51505 | ||
306 | 2024.09.24 04:33:19.734133 [ 3 ] {} <Debug> HTTP-Session: 6d5ef0d3-7852-4983-b86f-62ab10cd7774 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
307 | 2024.09.24 04:33:19.734146 [ 3 ] {} <Debug> HTTP-Session: 6d5ef0d3-7852-4983-b86f-62ab10cd7774 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
308 | 2024.09.24 04:33:19.734178 [ 3 ] {} <Trace> HTTP-Session: 6d5ef0d3-7852-4983-b86f-62ab10cd7774 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
309 | 2024.09.24 04:33:19.734352 [ 3 ] {4305c4ee-7f94-4071-be12-cb56da045559} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51505) 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) | ||
310 | 2024.09.24 04:33:19.734402 [ 3 ] {4305c4ee-7f94-4071-be12-cb56da045559} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
311 | 2024.09.24 04:33:19.736140 [ 3 ] {4305c4ee-7f94-4071-be12-cb56da045559} <Debug> oximeter.measurements_u8 (90c64038-fd2a-47ed-9729-c204ab32efe6): Loading data parts | ||
312 | 2024.09.24 04:33:19.736305 [ 3 ] {4305c4ee-7f94-4071-be12-cb56da045559} <Debug> oximeter.measurements_u8 (90c64038-fd2a-47ed-9729-c204ab32efe6): There are no data parts | ||
313 | 2024.09.24 04:33:19.737566 [ 3 ] {4305c4ee-7f94-4071-be12-cb56da045559} <Debug> DynamicQueryHandler: Done processing query | ||
314 | 2024.09.24 04:33:19.737631 [ 3 ] {} <Debug> HTTP-Session: 6d5ef0d3-7852-4983-b86f-62ab10cd7774 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
315 | 2024.09.24 04:33:19.737759 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51505, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
316 | 2024.09.24 04:33:19.737806 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
317 | 2024.09.24 04:33:19.737832 [ 3 ] {} <Debug> HTTP-Session: 303c7b1b-782c-4589-81b9-9d6637281f00 Authenticating user 'default' from [fd00:1122:3344:101::d]:51505 | ||
318 | 2024.09.24 04:33:19.737852 [ 3 ] {} <Debug> HTTP-Session: 303c7b1b-782c-4589-81b9-9d6637281f00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
319 | 2024.09.24 04:33:19.737866 [ 3 ] {} <Debug> HTTP-Session: 303c7b1b-782c-4589-81b9-9d6637281f00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
320 | 2024.09.24 04:33:19.737901 [ 3 ] {} <Trace> HTTP-Session: 303c7b1b-782c-4589-81b9-9d6637281f00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
321 | 2024.09.24 04:33:19.738076 [ 3 ] {8a732034-d0e3-4f94-9602-0114f1aa3c60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51505) 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) | ||
322 | 2024.09.24 04:33:19.738155 [ 3 ] {8a732034-d0e3-4f94-9602-0114f1aa3c60} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
323 | 2024.09.24 04:33:19.739830 [ 3 ] {8a732034-d0e3-4f94-9602-0114f1aa3c60} <Debug> oximeter.measurements_i16 (0d0dbfdc-a3d1-40ed-bbc7-6f31e1919bcf): Loading data parts | ||
324 | 2024.09.24 04:33:19.740013 [ 3 ] {8a732034-d0e3-4f94-9602-0114f1aa3c60} <Debug> oximeter.measurements_i16 (0d0dbfdc-a3d1-40ed-bbc7-6f31e1919bcf): There are no data parts | ||
325 | 2024.09.24 04:33:19.741329 [ 3 ] {8a732034-d0e3-4f94-9602-0114f1aa3c60} <Debug> DynamicQueryHandler: Done processing query | ||
326 | 2024.09.24 04:33:19.741355 [ 3 ] {} <Debug> HTTP-Session: 303c7b1b-782c-4589-81b9-9d6637281f00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
327 | 2024.09.24 04:33:19.741497 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51505, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
328 | 2024.09.24 04:33:19.741556 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
329 | 2024.09.24 04:33:19.741576 [ 3 ] {} <Debug> HTTP-Session: 45c622f4-44d9-42f6-b14a-ca50ae9feb9b Authenticating user 'default' from [fd00:1122:3344:101::d]:51505 | ||
330 | 2024.09.24 04:33:19.741596 [ 3 ] {} <Debug> HTTP-Session: 45c622f4-44d9-42f6-b14a-ca50ae9feb9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
331 | 2024.09.24 04:33:19.741609 [ 3 ] {} <Debug> HTTP-Session: 45c622f4-44d9-42f6-b14a-ca50ae9feb9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
332 | 2024.09.24 04:33:19.741643 [ 3 ] {} <Trace> HTTP-Session: 45c622f4-44d9-42f6-b14a-ca50ae9feb9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
333 | 2024.09.24 04:33:19.741820 [ 3 ] {e23f8ef6-0e38-4e74-b8d2-6e4c8c044920} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51505) 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) | ||
334 | 2024.09.24 04:33:19.741873 [ 3 ] {e23f8ef6-0e38-4e74-b8d2-6e4c8c044920} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
335 | 2024.09.24 04:33:19.743678 [ 3 ] {e23f8ef6-0e38-4e74-b8d2-6e4c8c044920} <Debug> oximeter.measurements_u16 (2c2eb481-24d7-47f1-9fe1-dc5d02c49ac9): Loading data parts | ||
336 | 2024.09.24 04:33:19.743842 [ 3 ] {e23f8ef6-0e38-4e74-b8d2-6e4c8c044920} <Debug> oximeter.measurements_u16 (2c2eb481-24d7-47f1-9fe1-dc5d02c49ac9): There are no data parts | ||
337 | 2024.09.24 04:33:19.745340 [ 3 ] {e23f8ef6-0e38-4e74-b8d2-6e4c8c044920} <Debug> DynamicQueryHandler: Done processing query | ||
338 | 2024.09.24 04:33:19.745372 [ 3 ] {} <Debug> HTTP-Session: 45c622f4-44d9-42f6-b14a-ca50ae9feb9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
339 | 2024.09.24 04:33:19.745501 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51505, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
340 | 2024.09.24 04:33:19.745553 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
341 | 2024.09.24 04:33:19.745573 [ 3 ] {} <Debug> HTTP-Session: de96d047-c882-497e-92b7-8093a836ba74 Authenticating user 'default' from [fd00:1122:3344:101::d]:51505 | ||
342 | 2024.09.24 04:33:19.745593 [ 3 ] {} <Debug> HTTP-Session: de96d047-c882-497e-92b7-8093a836ba74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
343 | 2024.09.24 04:33:19.745606 [ 3 ] {} <Debug> HTTP-Session: de96d047-c882-497e-92b7-8093a836ba74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
344 | 2024.09.24 04:33:19.745638 [ 3 ] {} <Trace> HTTP-Session: de96d047-c882-497e-92b7-8093a836ba74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
345 | 2024.09.24 04:33:19.745815 [ 3 ] {81567dd7-da7a-4ec0-b5c0-77bb77626c63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51505) 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) | ||
346 | 2024.09.24 04:33:19.745869 [ 3 ] {81567dd7-da7a-4ec0-b5c0-77bb77626c63} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
347 | 2024.09.24 04:33:19.747547 [ 3 ] {81567dd7-da7a-4ec0-b5c0-77bb77626c63} <Debug> oximeter.measurements_i32 (847cede7-b045-414e-af8c-95d0e124ccb9): Loading data parts | ||
348 | 2024.09.24 04:33:19.747730 [ 3 ] {81567dd7-da7a-4ec0-b5c0-77bb77626c63} <Debug> oximeter.measurements_i32 (847cede7-b045-414e-af8c-95d0e124ccb9): There are no data parts | ||
349 | 2024.09.24 04:33:19.749001 [ 3 ] {81567dd7-da7a-4ec0-b5c0-77bb77626c63} <Debug> DynamicQueryHandler: Done processing query | ||
350 | 2024.09.24 04:33:19.749025 [ 3 ] {} <Debug> HTTP-Session: de96d047-c882-497e-92b7-8093a836ba74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
351 | 2024.09.24 04:33:19.749152 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51505, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
352 | 2024.09.24 04:33:19.749202 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
353 | 2024.09.24 04:33:19.749220 [ 3 ] {} <Debug> HTTP-Session: e2218a2f-0a69-43d0-ac41-1d9dea378321 Authenticating user 'default' from [fd00:1122:3344:101::d]:51505 | ||
354 | 2024.09.24 04:33:19.749244 [ 3 ] {} <Debug> HTTP-Session: e2218a2f-0a69-43d0-ac41-1d9dea378321 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
355 | 2024.09.24 04:33:19.749260 [ 3 ] {} <Debug> HTTP-Session: e2218a2f-0a69-43d0-ac41-1d9dea378321 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
356 | 2024.09.24 04:33:19.749289 [ 3 ] {} <Trace> HTTP-Session: e2218a2f-0a69-43d0-ac41-1d9dea378321 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
357 | 2024.09.24 04:33:19.749465 [ 3 ] {8cb39821-e810-4954-a4e4-2bd56f8581f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51505) 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) | ||
358 | 2024.09.24 04:33:19.749516 [ 3 ] {8cb39821-e810-4954-a4e4-2bd56f8581f0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
359 | 2024.09.24 04:33:19.751220 [ 3 ] {8cb39821-e810-4954-a4e4-2bd56f8581f0} <Debug> oximeter.measurements_u32 (acaf8586-ff5f-42d7-a4c7-dbb56efbebb2): Loading data parts | ||
360 | 2024.09.24 04:33:19.751385 [ 3 ] {8cb39821-e810-4954-a4e4-2bd56f8581f0} <Debug> oximeter.measurements_u32 (acaf8586-ff5f-42d7-a4c7-dbb56efbebb2): There are no data parts | ||
361 | 2024.09.24 04:33:19.752686 [ 3 ] {8cb39821-e810-4954-a4e4-2bd56f8581f0} <Debug> DynamicQueryHandler: Done processing query | ||
362 | 2024.09.24 04:33:19.752715 [ 3 ] {} <Debug> HTTP-Session: e2218a2f-0a69-43d0-ac41-1d9dea378321 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
363 | 2024.09.24 04:33:19.752844 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51505, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
364 | 2024.09.24 04:33:19.752903 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
365 | 2024.09.24 04:33:19.752923 [ 3 ] {} <Debug> HTTP-Session: ae885321-fc36-4d0c-93a4-52827399397b Authenticating user 'default' from [fd00:1122:3344:101::d]:51505 | ||
366 | 2024.09.24 04:33:19.752943 [ 3 ] {} <Debug> HTTP-Session: ae885321-fc36-4d0c-93a4-52827399397b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
367 | 2024.09.24 04:33:19.752961 [ 3 ] {} <Debug> HTTP-Session: ae885321-fc36-4d0c-93a4-52827399397b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
368 | 2024.09.24 04:33:19.752991 [ 3 ] {} <Trace> HTTP-Session: ae885321-fc36-4d0c-93a4-52827399397b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
369 | 2024.09.24 04:33:19.753170 [ 3 ] {19d85951-2eba-4f7f-8bbf-11b7c0462360} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51505) 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) | ||
370 | 2024.09.24 04:33:19.753223 [ 3 ] {19d85951-2eba-4f7f-8bbf-11b7c0462360} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
371 | 2024.09.24 04:33:19.754851 [ 3 ] {19d85951-2eba-4f7f-8bbf-11b7c0462360} <Debug> oximeter.measurements_i64 (5a2eaf2b-16d2-4c64-83ea-32ef1aeb9655): Loading data parts | ||
372 | 2024.09.24 04:33:19.755023 [ 3 ] {19d85951-2eba-4f7f-8bbf-11b7c0462360} <Debug> oximeter.measurements_i64 (5a2eaf2b-16d2-4c64-83ea-32ef1aeb9655): There are no data parts | ||
373 | 2024.09.24 04:33:19.756892 [ 3 ] {19d85951-2eba-4f7f-8bbf-11b7c0462360} <Debug> DynamicQueryHandler: Done processing query | ||
374 | 2024.09.24 04:33:19.756920 [ 3 ] {} <Debug> HTTP-Session: ae885321-fc36-4d0c-93a4-52827399397b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
375 | 2024.09.24 04:33:19.757068 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51505, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
376 | 2024.09.24 04:33:19.757129 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
377 | 2024.09.24 04:33:19.757152 [ 3 ] {} <Debug> HTTP-Session: ef5c0228-75d3-418e-b26b-e9dc0553ea75 Authenticating user 'default' from [fd00:1122:3344:101::d]:51505 | ||
378 | 2024.09.24 04:33:19.757177 [ 3 ] {} <Debug> HTTP-Session: ef5c0228-75d3-418e-b26b-e9dc0553ea75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
379 | 2024.09.24 04:33:19.757197 [ 3 ] {} <Debug> HTTP-Session: ef5c0228-75d3-418e-b26b-e9dc0553ea75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
380 | 2024.09.24 04:33:19.757233 [ 3 ] {} <Trace> HTTP-Session: ef5c0228-75d3-418e-b26b-e9dc0553ea75 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
381 | 2024.09.24 04:33:19.757446 [ 3 ] {44c9a41b-2b42-4a97-9338-c48ec56608a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51505) 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) | ||
382 | 2024.09.24 04:33:19.757510 [ 3 ] {44c9a41b-2b42-4a97-9338-c48ec56608a6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
383 | 2024.09.24 04:33:19.760567 [ 3 ] {44c9a41b-2b42-4a97-9338-c48ec56608a6} <Debug> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Loading data parts | ||
384 | 2024.09.24 04:33:19.760732 [ 3 ] {44c9a41b-2b42-4a97-9338-c48ec56608a6} <Debug> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): There are no data parts | ||
385 | 2024.09.24 04:33:19.763643 [ 3 ] {44c9a41b-2b42-4a97-9338-c48ec56608a6} <Debug> DynamicQueryHandler: Done processing query | ||
386 | 2024.09.24 04:33:19.763670 [ 3 ] {} <Debug> HTTP-Session: ef5c0228-75d3-418e-b26b-e9dc0553ea75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
387 | 2024.09.24 04:33:19.763910 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51505, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
388 | 2024.09.24 04:33:19.763967 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
389 | 2024.09.24 04:33:19.763986 [ 3 ] {} <Debug> HTTP-Session: 9154e18f-8558-4e50-8027-24749fefab07 Authenticating user 'default' from [fd00:1122:3344:101::d]:51505 | ||
390 | 2024.09.24 04:33:19.764006 [ 3 ] {} <Debug> HTTP-Session: 9154e18f-8558-4e50-8027-24749fefab07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
391 | 2024.09.24 04:33:19.764026 [ 3 ] {} <Debug> HTTP-Session: 9154e18f-8558-4e50-8027-24749fefab07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
392 | 2024.09.24 04:33:19.764056 [ 3 ] {} <Trace> HTTP-Session: 9154e18f-8558-4e50-8027-24749fefab07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
393 | 2024.09.24 04:33:19.764232 [ 3 ] {64f4e9cc-066c-48d5-b6ee-6d2d55ca9cff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51505) 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) | ||
394 | 2024.09.24 04:33:19.764287 [ 3 ] {64f4e9cc-066c-48d5-b6ee-6d2d55ca9cff} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
395 | 2024.09.24 04:33:19.766027 [ 3 ] {64f4e9cc-066c-48d5-b6ee-6d2d55ca9cff} <Debug> oximeter.measurements_f32 (871e0441-a59c-4f3c-8aac-b9bd568a9b88): Loading data parts | ||
396 | 2024.09.24 04:33:19.766213 [ 3 ] {64f4e9cc-066c-48d5-b6ee-6d2d55ca9cff} <Debug> oximeter.measurements_f32 (871e0441-a59c-4f3c-8aac-b9bd568a9b88): There are no data parts | ||
397 | 2024.09.24 04:33:19.767891 [ 3 ] {64f4e9cc-066c-48d5-b6ee-6d2d55ca9cff} <Debug> DynamicQueryHandler: Done processing query | ||
398 | 2024.09.24 04:33:19.767916 [ 3 ] {} <Debug> HTTP-Session: 9154e18f-8558-4e50-8027-24749fefab07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
399 | 2024.09.24 04:33:19.768048 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51505, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
400 | 2024.09.24 04:33:19.768099 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
401 | 2024.09.24 04:33:19.768118 [ 3 ] {} <Debug> HTTP-Session: 8b572efa-094f-44d6-b271-1ec057f38e5b Authenticating user 'default' from [fd00:1122:3344:101::d]:51505 | ||
402 | 2024.09.24 04:33:19.768140 [ 3 ] {} <Debug> HTTP-Session: 8b572efa-094f-44d6-b271-1ec057f38e5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
403 | 2024.09.24 04:33:19.768158 [ 3 ] {} <Debug> HTTP-Session: 8b572efa-094f-44d6-b271-1ec057f38e5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
404 | 2024.09.24 04:33:19.768187 [ 3 ] {} <Trace> HTTP-Session: 8b572efa-094f-44d6-b271-1ec057f38e5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
405 | 2024.09.24 04:33:19.768364 [ 3 ] {e203e8c3-8132-4451-ba70-bb05a979f463} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51505) 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) | ||
406 | 2024.09.24 04:33:19.768416 [ 3 ] {e203e8c3-8132-4451-ba70-bb05a979f463} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
407 | 2024.09.24 04:33:19.770322 [ 3 ] {e203e8c3-8132-4451-ba70-bb05a979f463} <Debug> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Loading data parts | ||
408 | 2024.09.24 04:33:19.770477 [ 3 ] {e203e8c3-8132-4451-ba70-bb05a979f463} <Debug> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): There are no data parts | ||
409 | 2024.09.24 04:33:19.772193 [ 3 ] {e203e8c3-8132-4451-ba70-bb05a979f463} <Debug> DynamicQueryHandler: Done processing query | ||
410 | 2024.09.24 04:33:19.772230 [ 3 ] {} <Debug> HTTP-Session: 8b572efa-094f-44d6-b271-1ec057f38e5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
411 | 2024.09.24 04:33:19.772416 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51505, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
412 | 2024.09.24 04:33:19.772476 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
413 | 2024.09.24 04:33:19.772503 [ 3 ] {} <Debug> HTTP-Session: 9d08f802-6e8c-4b6e-b733-ea0724d8307b Authenticating user 'default' from [fd00:1122:3344:101::d]:51505 | ||
414 | 2024.09.24 04:33:19.772521 [ 3 ] {} <Debug> HTTP-Session: 9d08f802-6e8c-4b6e-b733-ea0724d8307b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
415 | 2024.09.24 04:33:19.772540 [ 3 ] {} <Debug> HTTP-Session: 9d08f802-6e8c-4b6e-b733-ea0724d8307b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
416 | 2024.09.24 04:33:19.772576 [ 3 ] {} <Trace> HTTP-Session: 9d08f802-6e8c-4b6e-b733-ea0724d8307b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
417 | 2024.09.24 04:33:19.772767 [ 3 ] {c3171b76-cd23-4ba0-aec0-bfd20c645ad8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51505) 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) | ||
418 | 2024.09.24 04:33:19.772841 [ 3 ] {c3171b76-cd23-4ba0-aec0-bfd20c645ad8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
419 | 2024.09.24 04:33:19.775071 [ 3 ] {c3171b76-cd23-4ba0-aec0-bfd20c645ad8} <Debug> oximeter.measurements_string (2d19f3c7-ff4f-491e-aa6c-5a2eb6154b6e): Loading data parts | ||
420 | 2024.09.24 04:33:19.775261 [ 3 ] {c3171b76-cd23-4ba0-aec0-bfd20c645ad8} <Debug> oximeter.measurements_string (2d19f3c7-ff4f-491e-aa6c-5a2eb6154b6e): There are no data parts | ||
421 | 2024.09.24 04:33:19.776732 [ 3 ] {c3171b76-cd23-4ba0-aec0-bfd20c645ad8} <Debug> DynamicQueryHandler: Done processing query | ||
422 | 2024.09.24 04:33:19.776759 [ 3 ] {} <Debug> HTTP-Session: 9d08f802-6e8c-4b6e-b733-ea0724d8307b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
423 | 2024.09.24 04:33:19.776987 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51505, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
424 | 2024.09.24 04:33:19.777043 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
425 | 2024.09.24 04:33:19.777067 [ 3 ] {} <Debug> HTTP-Session: bc512b4f-26d5-40c6-ba33-4f81449e35db Authenticating user 'default' from [fd00:1122:3344:101::d]:51505 | ||
426 | 2024.09.24 04:33:19.777083 [ 3 ] {} <Debug> HTTP-Session: bc512b4f-26d5-40c6-ba33-4f81449e35db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
427 | 2024.09.24 04:33:19.777101 [ 3 ] {} <Debug> HTTP-Session: bc512b4f-26d5-40c6-ba33-4f81449e35db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
428 | 2024.09.24 04:33:19.777143 [ 3 ] {} <Trace> HTTP-Session: bc512b4f-26d5-40c6-ba33-4f81449e35db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
429 | 2024.09.24 04:33:19.777324 [ 3 ] {ca173ef4-e777-4d11-abcc-3e4ed9ca077a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51505) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
430 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
431 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
432 | * a string isn't palatable for a few reasons. | ||
433 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
434 | * details. | ||
435 | */ | ||
436 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
437 | 2024.09.24 04:33:19.777377 [ 3 ] {ca173ef4-e777-4d11-abcc-3e4ed9ca077a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
438 | 2024.09.24 04:33:19.779040 [ 3 ] {ca173ef4-e777-4d11-abcc-3e4ed9ca077a} <Debug> oximeter.measurements_bytes (080c90a1-0de1-4827-9669-0538cf838885): Loading data parts | ||
439 | 2024.09.24 04:33:19.779205 [ 3 ] {ca173ef4-e777-4d11-abcc-3e4ed9ca077a} <Debug> oximeter.measurements_bytes (080c90a1-0de1-4827-9669-0538cf838885): There are no data parts | ||
440 | 2024.09.24 04:33:19.780486 [ 3 ] {ca173ef4-e777-4d11-abcc-3e4ed9ca077a} <Debug> DynamicQueryHandler: Done processing query | ||
441 | 2024.09.24 04:33:19.780518 [ 3 ] {} <Debug> HTTP-Session: bc512b4f-26d5-40c6-ba33-4f81449e35db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
442 | 2024.09.24 04:33:19.780650 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51505, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
443 | 2024.09.24 04:33:19.780703 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
444 | 2024.09.24 04:33:19.780737 [ 3 ] {} <Debug> HTTP-Session: 2e276611-40d1-4b8d-b4f0-6eedeca1cf52 Authenticating user 'default' from [fd00:1122:3344:101::d]:51505 | ||
445 | 2024.09.24 04:33:19.780756 [ 3 ] {} <Debug> HTTP-Session: 2e276611-40d1-4b8d-b4f0-6eedeca1cf52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
446 | 2024.09.24 04:33:19.780770 [ 3 ] {} <Debug> HTTP-Session: 2e276611-40d1-4b8d-b4f0-6eedeca1cf52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
447 | 2024.09.24 04:33:19.780807 [ 3 ] {} <Trace> HTTP-Session: 2e276611-40d1-4b8d-b4f0-6eedeca1cf52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
448 | 2024.09.24 04:33:19.780996 [ 3 ] {79840ad4-75ab-4620-ae90-c46fc0f09547} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51505) 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) | ||
449 | 2024.09.24 04:33:19.781053 [ 3 ] {79840ad4-75ab-4620-ae90-c46fc0f09547} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
450 | 2024.09.24 04:33:19.782740 [ 3 ] {79840ad4-75ab-4620-ae90-c46fc0f09547} <Debug> oximeter.measurements_cumulativei64 (0604c7fe-be3d-4010-907c-6fb1e710d25e): Loading data parts | ||
451 | 2024.09.24 04:33:19.782911 [ 3 ] {79840ad4-75ab-4620-ae90-c46fc0f09547} <Debug> oximeter.measurements_cumulativei64 (0604c7fe-be3d-4010-907c-6fb1e710d25e): There are no data parts | ||
452 | 2024.09.24 04:33:19.784156 [ 3 ] {79840ad4-75ab-4620-ae90-c46fc0f09547} <Debug> DynamicQueryHandler: Done processing query | ||
453 | 2024.09.24 04:33:19.784181 [ 3 ] {} <Debug> HTTP-Session: 2e276611-40d1-4b8d-b4f0-6eedeca1cf52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
454 | 2024.09.24 04:33:19.784324 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51505, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
455 | 2024.09.24 04:33:19.784376 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
456 | 2024.09.24 04:33:19.784395 [ 3 ] {} <Debug> HTTP-Session: 08061608-2431-4bcd-a7a6-e2fdca8cc2d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51505 | ||
457 | 2024.09.24 04:33:19.784415 [ 3 ] {} <Debug> HTTP-Session: 08061608-2431-4bcd-a7a6-e2fdca8cc2d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
458 | 2024.09.24 04:33:19.784432 [ 3 ] {} <Debug> HTTP-Session: 08061608-2431-4bcd-a7a6-e2fdca8cc2d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
459 | 2024.09.24 04:33:19.784462 [ 3 ] {} <Trace> HTTP-Session: 08061608-2431-4bcd-a7a6-e2fdca8cc2d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
460 | 2024.09.24 04:33:19.784646 [ 3 ] {85336a9d-3b28-42de-9e6b-42880590b3eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51505) 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) | ||
461 | 2024.09.24 04:33:19.784699 [ 3 ] {85336a9d-3b28-42de-9e6b-42880590b3eb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
462 | 2024.09.24 04:33:19.786408 [ 3 ] {85336a9d-3b28-42de-9e6b-42880590b3eb} <Debug> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Loading data parts | ||
463 | 2024.09.24 04:33:19.786559 [ 3 ] {85336a9d-3b28-42de-9e6b-42880590b3eb} <Debug> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): There are no data parts | ||
464 | 2024.09.24 04:33:19.787839 [ 3 ] {85336a9d-3b28-42de-9e6b-42880590b3eb} <Debug> DynamicQueryHandler: Done processing query | ||
465 | 2024.09.24 04:33:19.787878 [ 3 ] {} <Debug> HTTP-Session: 08061608-2431-4bcd-a7a6-e2fdca8cc2d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
466 | 2024.09.24 04:33:19.787999 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51505, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
467 | 2024.09.24 04:33:19.788059 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
468 | 2024.09.24 04:33:19.788082 [ 3 ] {} <Debug> HTTP-Session: 45351c1f-5398-454f-b85d-e69df26130c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:51505 | ||
469 | 2024.09.24 04:33:19.788098 [ 3 ] {} <Debug> HTTP-Session: 45351c1f-5398-454f-b85d-e69df26130c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
470 | 2024.09.24 04:33:19.788116 [ 3 ] {} <Debug> HTTP-Session: 45351c1f-5398-454f-b85d-e69df26130c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
471 | 2024.09.24 04:33:19.788149 [ 3 ] {} <Trace> HTTP-Session: 45351c1f-5398-454f-b85d-e69df26130c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
472 | 2024.09.24 04:33:19.788327 [ 3 ] {a479bddd-d4ef-4341-b774-3e9fc143433a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51505) 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) | ||
473 | 2024.09.24 04:33:19.788382 [ 3 ] {a479bddd-d4ef-4341-b774-3e9fc143433a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
474 | 2024.09.24 04:33:19.790042 [ 3 ] {a479bddd-d4ef-4341-b774-3e9fc143433a} <Debug> oximeter.measurements_cumulativef32 (31e770cd-d299-48c9-acb7-4d244aec21f4): Loading data parts | ||
475 | 2024.09.24 04:33:19.790204 [ 3 ] {a479bddd-d4ef-4341-b774-3e9fc143433a} <Debug> oximeter.measurements_cumulativef32 (31e770cd-d299-48c9-acb7-4d244aec21f4): There are no data parts | ||
476 | 2024.09.24 04:33:19.791433 [ 3 ] {a479bddd-d4ef-4341-b774-3e9fc143433a} <Debug> DynamicQueryHandler: Done processing query | ||
477 | 2024.09.24 04:33:19.791465 [ 3 ] {} <Debug> HTTP-Session: 45351c1f-5398-454f-b85d-e69df26130c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
478 | 2024.09.24 04:33:19.791592 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51505, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
479 | 2024.09.24 04:33:19.791640 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
480 | 2024.09.24 04:33:19.791665 [ 3 ] {} <Debug> HTTP-Session: b78c56b1-4917-4588-b446-1120abe2977b Authenticating user 'default' from [fd00:1122:3344:101::d]:51505 | ||
481 | 2024.09.24 04:33:19.791685 [ 3 ] {} <Debug> HTTP-Session: b78c56b1-4917-4588-b446-1120abe2977b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
482 | 2024.09.24 04:33:19.791699 [ 3 ] {} <Debug> HTTP-Session: b78c56b1-4917-4588-b446-1120abe2977b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
483 | 2024.09.24 04:33:19.791732 [ 3 ] {} <Trace> HTTP-Session: b78c56b1-4917-4588-b446-1120abe2977b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
484 | 2024.09.24 04:33:19.791914 [ 3 ] {2d768f6a-6f3a-4616-bc65-ea7728bf9fd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51505) 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) | ||
485 | 2024.09.24 04:33:19.791983 [ 3 ] {2d768f6a-6f3a-4616-bc65-ea7728bf9fd6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
486 | 2024.09.24 04:33:19.793657 [ 3 ] {2d768f6a-6f3a-4616-bc65-ea7728bf9fd6} <Debug> oximeter.measurements_cumulativef64 (325a985d-f236-4a22-a1cf-17826fb36f5e): Loading data parts | ||
487 | 2024.09.24 04:33:19.793831 [ 3 ] {2d768f6a-6f3a-4616-bc65-ea7728bf9fd6} <Debug> oximeter.measurements_cumulativef64 (325a985d-f236-4a22-a1cf-17826fb36f5e): There are no data parts | ||
488 | 2024.09.24 04:33:19.795100 [ 3 ] {2d768f6a-6f3a-4616-bc65-ea7728bf9fd6} <Debug> DynamicQueryHandler: Done processing query | ||
489 | 2024.09.24 04:33:19.795124 [ 3 ] {} <Debug> HTTP-Session: b78c56b1-4917-4588-b446-1120abe2977b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
490 | 2024.09.24 04:33:19.795244 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51505, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
491 | 2024.09.24 04:33:19.795296 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
492 | 2024.09.24 04:33:19.795315 [ 3 ] {} <Debug> HTTP-Session: 6701d1d8-29d3-4b98-8b70-bf081058cc9f Authenticating user 'default' from [fd00:1122:3344:101::d]:51505 | ||
493 | 2024.09.24 04:33:19.795337 [ 3 ] {} <Debug> HTTP-Session: 6701d1d8-29d3-4b98-8b70-bf081058cc9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
494 | 2024.09.24 04:33:19.795354 [ 3 ] {} <Debug> HTTP-Session: 6701d1d8-29d3-4b98-8b70-bf081058cc9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
495 | 2024.09.24 04:33:19.795383 [ 3 ] {} <Trace> HTTP-Session: 6701d1d8-29d3-4b98-8b70-bf081058cc9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
496 | 2024.09.24 04:33:19.795649 [ 3 ] {bdae8a3b-3b0d-4b5a-9f05-a5ff6354439d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51505) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
497 | * NOTE: Array types cannot be Nullable, see | ||
498 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
499 | * for more details. | ||
500 | * | ||
501 | * This means we need to use empty arrays to indicate a missing value. This | ||
502 | * is unfortunate, and at this point relies on the fact that an | ||
503 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
504 | * to figure out another way to represent missing samples here. | ||
505 | */ | ||
506 | bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
507 | 2024.09.24 04:33:19.795712 [ 3 ] {bdae8a3b-3b0d-4b5a-9f05-a5ff6354439d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
508 | 2024.09.24 04:33:19.798035 [ 3 ] {bdae8a3b-3b0d-4b5a-9f05-a5ff6354439d} <Debug> oximeter.measurements_histogrami8 (e2f16107-3e6d-4322-8940-aa5f17f0fd53): Loading data parts | ||
509 | 2024.09.24 04:33:19.798198 [ 3 ] {bdae8a3b-3b0d-4b5a-9f05-a5ff6354439d} <Debug> oximeter.measurements_histogrami8 (e2f16107-3e6d-4322-8940-aa5f17f0fd53): There are no data parts | ||
510 | 2024.09.24 04:33:19.799630 [ 3 ] {bdae8a3b-3b0d-4b5a-9f05-a5ff6354439d} <Debug> DynamicQueryHandler: Done processing query | ||
511 | 2024.09.24 04:33:19.799655 [ 3 ] {} <Debug> HTTP-Session: 6701d1d8-29d3-4b98-8b70-bf081058cc9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
512 | 2024.09.24 04:33:19.799782 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51505, User-Agent: (none), Length: 839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
513 | 2024.09.24 04:33:19.799847 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
514 | 2024.09.24 04:33:19.799867 [ 3 ] {} <Debug> HTTP-Session: 16576fff-7ed5-4efa-a3e6-21e059a66478 Authenticating user 'default' from [fd00:1122:3344:101::d]:51505 | ||
515 | 2024.09.24 04:33:19.799888 [ 3 ] {} <Debug> HTTP-Session: 16576fff-7ed5-4efa-a3e6-21e059a66478 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
516 | 2024.09.24 04:33:19.799907 [ 3 ] {} <Debug> HTTP-Session: 16576fff-7ed5-4efa-a3e6-21e059a66478 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
517 | 2024.09.24 04:33:19.799937 [ 3 ] {} <Trace> HTTP-Session: 16576fff-7ed5-4efa-a3e6-21e059a66478 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
518 | 2024.09.24 04:33:19.800188 [ 3 ] {27e8e1b8-90b3-45a0-acc8-2c180ace8d77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51505) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
519 | 2024.09.24 04:33:19.800251 [ 3 ] {27e8e1b8-90b3-45a0-acc8-2c180ace8d77} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
520 | 2024.09.24 04:33:19.802535 [ 3 ] {27e8e1b8-90b3-45a0-acc8-2c180ace8d77} <Debug> oximeter.measurements_histogramu8 (eac6ec87-fe68-4f8b-ac83-b6e218b1d10b): Loading data parts | ||
521 | 2024.09.24 04:33:19.802696 [ 3 ] {27e8e1b8-90b3-45a0-acc8-2c180ace8d77} <Debug> oximeter.measurements_histogramu8 (eac6ec87-fe68-4f8b-ac83-b6e218b1d10b): There are no data parts | ||
522 | 2024.09.24 04:33:19.804070 [ 3 ] {27e8e1b8-90b3-45a0-acc8-2c180ace8d77} <Debug> DynamicQueryHandler: Done processing query | ||
523 | 2024.09.24 04:33:19.804095 [ 3 ] {} <Debug> HTTP-Session: 16576fff-7ed5-4efa-a3e6-21e059a66478 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
524 | 2024.09.24 04:33:19.804209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51505, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
525 | 2024.09.24 04:33:19.804263 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
526 | 2024.09.24 04:33:19.804282 [ 3 ] {} <Debug> HTTP-Session: dfad0f4b-4e9f-4455-8b66-e96ccc30f15f Authenticating user 'default' from [fd00:1122:3344:101::d]:51505 | ||
527 | 2024.09.24 04:33:19.804304 [ 3 ] {} <Debug> HTTP-Session: dfad0f4b-4e9f-4455-8b66-e96ccc30f15f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
528 | 2024.09.24 04:33:19.804323 [ 3 ] {} <Debug> HTTP-Session: dfad0f4b-4e9f-4455-8b66-e96ccc30f15f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
529 | 2024.09.24 04:33:19.804353 [ 3 ] {} <Trace> HTTP-Session: dfad0f4b-4e9f-4455-8b66-e96ccc30f15f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
530 | 2024.09.24 04:33:19.804614 [ 3 ] {45a4c8bb-67c9-4c2d-a583-2f3cc8d0fffa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51505) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
531 | 2024.09.24 04:33:19.804691 [ 3 ] {45a4c8bb-67c9-4c2d-a583-2f3cc8d0fffa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
532 | 2024.09.24 04:33:19.806652 [ 3 ] {45a4c8bb-67c9-4c2d-a583-2f3cc8d0fffa} <Debug> oximeter.measurements_histogrami16 (a3e5a3a4-4acd-48cb-9900-c37071012202): Loading data parts | ||
533 | 2024.09.24 04:33:19.806806 [ 3 ] {45a4c8bb-67c9-4c2d-a583-2f3cc8d0fffa} <Debug> oximeter.measurements_histogrami16 (a3e5a3a4-4acd-48cb-9900-c37071012202): There are no data parts | ||
534 | 2024.09.24 04:33:19.808558 [ 3 ] {45a4c8bb-67c9-4c2d-a583-2f3cc8d0fffa} <Debug> DynamicQueryHandler: Done processing query | ||
535 | 2024.09.24 04:33:19.808583 [ 3 ] {} <Debug> HTTP-Session: dfad0f4b-4e9f-4455-8b66-e96ccc30f15f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
536 | 2024.09.24 04:33:19.808716 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51505, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
537 | 2024.09.24 04:33:19.808779 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
538 | 2024.09.24 04:33:19.808802 [ 3 ] {} <Debug> HTTP-Session: 26f8fe6d-3d9c-41f8-ad3d-f7e3ca6793af Authenticating user 'default' from [fd00:1122:3344:101::d]:51505 | ||
539 | 2024.09.24 04:33:19.808818 [ 3 ] {} <Debug> HTTP-Session: 26f8fe6d-3d9c-41f8-ad3d-f7e3ca6793af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
540 | 2024.09.24 04:33:19.808838 [ 3 ] {} <Debug> HTTP-Session: 26f8fe6d-3d9c-41f8-ad3d-f7e3ca6793af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
541 | 2024.09.24 04:33:19.808868 [ 3 ] {} <Trace> HTTP-Session: 26f8fe6d-3d9c-41f8-ad3d-f7e3ca6793af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
542 | 2024.09.24 04:33:19.809127 [ 3 ] {ffc0cbf7-caa5-483c-b059-4fc7c327726a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51505) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
543 | 2024.09.24 04:33:19.809192 [ 3 ] {ffc0cbf7-caa5-483c-b059-4fc7c327726a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
544 | 2024.09.24 04:33:19.811165 [ 3 ] {ffc0cbf7-caa5-483c-b059-4fc7c327726a} <Debug> oximeter.measurements_histogramu16 (a73e96dc-63c9-4d21-8e08-dc3df20e9712): Loading data parts | ||
545 | 2024.09.24 04:33:19.811327 [ 3 ] {ffc0cbf7-caa5-483c-b059-4fc7c327726a} <Debug> oximeter.measurements_histogramu16 (a73e96dc-63c9-4d21-8e08-dc3df20e9712): There are no data parts | ||
546 | 2024.09.24 04:33:19.812648 [ 3 ] {ffc0cbf7-caa5-483c-b059-4fc7c327726a} <Debug> DynamicQueryHandler: Done processing query | ||
547 | 2024.09.24 04:33:19.812673 [ 3 ] {} <Debug> HTTP-Session: 26f8fe6d-3d9c-41f8-ad3d-f7e3ca6793af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
548 | 2024.09.24 04:33:19.812800 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51505, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
549 | 2024.09.24 04:33:19.812857 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
550 | 2024.09.24 04:33:19.812876 [ 3 ] {} <Debug> HTTP-Session: 6594bf24-a5ff-42cb-ad9f-52ec16fdaa16 Authenticating user 'default' from [fd00:1122:3344:101::d]:51505 | ||
551 | 2024.09.24 04:33:19.812898 [ 3 ] {} <Debug> HTTP-Session: 6594bf24-a5ff-42cb-ad9f-52ec16fdaa16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
552 | 2024.09.24 04:33:19.812917 [ 3 ] {} <Debug> HTTP-Session: 6594bf24-a5ff-42cb-ad9f-52ec16fdaa16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
553 | 2024.09.24 04:33:19.812946 [ 3 ] {} <Trace> HTTP-Session: 6594bf24-a5ff-42cb-ad9f-52ec16fdaa16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
554 | 2024.09.24 04:33:19.813195 [ 3 ] {78251f13-3c1b-46cb-a239-b95897ab2dcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51505) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
555 | 2024.09.24 04:33:19.813259 [ 3 ] {78251f13-3c1b-46cb-a239-b95897ab2dcc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
556 | 2024.09.24 04:33:19.815222 [ 3 ] {78251f13-3c1b-46cb-a239-b95897ab2dcc} <Debug> oximeter.measurements_histogrami32 (f22e7fb8-71ae-4755-b343-32e3498ab85a): Loading data parts | ||
557 | 2024.09.24 04:33:19.815381 [ 3 ] {78251f13-3c1b-46cb-a239-b95897ab2dcc} <Debug> oximeter.measurements_histogrami32 (f22e7fb8-71ae-4755-b343-32e3498ab85a): There are no data parts | ||
558 | 2024.09.24 04:33:19.816680 [ 3 ] {78251f13-3c1b-46cb-a239-b95897ab2dcc} <Debug> DynamicQueryHandler: Done processing query | ||
559 | 2024.09.24 04:33:19.816706 [ 3 ] {} <Debug> HTTP-Session: 6594bf24-a5ff-42cb-ad9f-52ec16fdaa16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
560 | 2024.09.24 04:33:19.816811 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51505, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
561 | 2024.09.24 04:33:19.816866 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
562 | 2024.09.24 04:33:19.816890 [ 3 ] {} <Debug> HTTP-Session: f780d053-f6ba-493a-becc-fb81814ae7b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51505 | ||
563 | 2024.09.24 04:33:19.816906 [ 3 ] {} <Debug> HTTP-Session: f780d053-f6ba-493a-becc-fb81814ae7b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
564 | 2024.09.24 04:33:19.816941 [ 3 ] {} <Debug> HTTP-Session: f780d053-f6ba-493a-becc-fb81814ae7b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
565 | 2024.09.24 04:33:19.816975 [ 3 ] {} <Trace> HTTP-Session: f780d053-f6ba-493a-becc-fb81814ae7b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
566 | 2024.09.24 04:33:19.817218 [ 3 ] {d6ad3537-8371-4bbd-8aa6-13f5f84c25e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51505) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
567 | 2024.09.24 04:33:19.817297 [ 3 ] {d6ad3537-8371-4bbd-8aa6-13f5f84c25e1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
568 | 2024.09.24 04:33:19.819350 [ 3 ] {d6ad3537-8371-4bbd-8aa6-13f5f84c25e1} <Debug> oximeter.measurements_histogramu32 (f7e107f5-349f-4327-a5af-466e7898b28c): Loading data parts | ||
569 | 2024.09.24 04:33:19.819502 [ 3 ] {d6ad3537-8371-4bbd-8aa6-13f5f84c25e1} <Debug> oximeter.measurements_histogramu32 (f7e107f5-349f-4327-a5af-466e7898b28c): There are no data parts | ||
570 | 2024.09.24 04:33:19.820808 [ 3 ] {d6ad3537-8371-4bbd-8aa6-13f5f84c25e1} <Debug> DynamicQueryHandler: Done processing query | ||
571 | 2024.09.24 04:33:19.820833 [ 3 ] {} <Debug> HTTP-Session: f780d053-f6ba-493a-becc-fb81814ae7b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
572 | 2024.09.24 04:33:19.820977 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51505, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
573 | 2024.09.24 04:33:19.821031 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
574 | 2024.09.24 04:33:19.821058 [ 3 ] {} <Debug> HTTP-Session: b53de155-f2ba-4945-a096-8e1a3e163a4e Authenticating user 'default' from [fd00:1122:3344:101::d]:51505 | ||
575 | 2024.09.24 04:33:19.821074 [ 3 ] {} <Debug> HTTP-Session: b53de155-f2ba-4945-a096-8e1a3e163a4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
576 | 2024.09.24 04:33:19.821093 [ 3 ] {} <Debug> HTTP-Session: b53de155-f2ba-4945-a096-8e1a3e163a4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
577 | 2024.09.24 04:33:19.821128 [ 3 ] {} <Trace> HTTP-Session: b53de155-f2ba-4945-a096-8e1a3e163a4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
578 | 2024.09.24 04:33:19.821379 [ 3 ] {0d8d8b8b-0eef-4baf-8a02-9b017b52f059} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51505) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
579 | 2024.09.24 04:33:19.821454 [ 3 ] {0d8d8b8b-0eef-4baf-8a02-9b017b52f059} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
580 | 2024.09.24 04:33:19.823407 [ 3 ] {0d8d8b8b-0eef-4baf-8a02-9b017b52f059} <Debug> oximeter.measurements_histogrami64 (e10555a5-0312-4f62-9d35-74593f274caa): Loading data parts | ||
581 | 2024.09.24 04:33:19.823566 [ 3 ] {0d8d8b8b-0eef-4baf-8a02-9b017b52f059} <Debug> oximeter.measurements_histogrami64 (e10555a5-0312-4f62-9d35-74593f274caa): There are no data parts | ||
582 | 2024.09.24 04:33:19.824866 [ 3 ] {0d8d8b8b-0eef-4baf-8a02-9b017b52f059} <Debug> DynamicQueryHandler: Done processing query | ||
583 | 2024.09.24 04:33:19.824900 [ 3 ] {} <Debug> HTTP-Session: b53de155-f2ba-4945-a096-8e1a3e163a4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
584 | 2024.09.24 04:33:19.825019 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51505, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
585 | 2024.09.24 04:33:19.825075 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
586 | 2024.09.24 04:33:19.825100 [ 3 ] {} <Debug> HTTP-Session: 34538fb2-966a-4950-8b15-37f5641e901f Authenticating user 'default' from [fd00:1122:3344:101::d]:51505 | ||
587 | 2024.09.24 04:33:19.825117 [ 3 ] {} <Debug> HTTP-Session: 34538fb2-966a-4950-8b15-37f5641e901f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
588 | 2024.09.24 04:33:19.825137 [ 3 ] {} <Debug> HTTP-Session: 34538fb2-966a-4950-8b15-37f5641e901f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
589 | 2024.09.24 04:33:19.825171 [ 3 ] {} <Trace> HTTP-Session: 34538fb2-966a-4950-8b15-37f5641e901f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
590 | 2024.09.24 04:33:19.825415 [ 3 ] {ae46d0a9-5ca7-4b99-b10d-b027895652db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51505) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
591 | 2024.09.24 04:33:19.825491 [ 3 ] {ae46d0a9-5ca7-4b99-b10d-b027895652db} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
592 | 2024.09.24 04:33:19.827424 [ 3 ] {ae46d0a9-5ca7-4b99-b10d-b027895652db} <Debug> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Loading data parts | ||
593 | 2024.09.24 04:33:19.827590 [ 3 ] {ae46d0a9-5ca7-4b99-b10d-b027895652db} <Debug> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): There are no data parts | ||
594 | 2024.09.24 04:33:19.828905 [ 3 ] {ae46d0a9-5ca7-4b99-b10d-b027895652db} <Debug> DynamicQueryHandler: Done processing query | ||
595 | 2024.09.24 04:33:19.828939 [ 3 ] {} <Debug> HTTP-Session: 34538fb2-966a-4950-8b15-37f5641e901f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
596 | 2024.09.24 04:33:19.830298 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51505, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
597 | 2024.09.24 04:33:19.830368 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
598 | 2024.09.24 04:33:19.830411 [ 3 ] {} <Debug> HTTP-Session: c74de8db-3ff0-4920-886a-df012f1ef8c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51505 | ||
599 | 2024.09.24 04:33:19.830427 [ 3 ] {} <Debug> HTTP-Session: c74de8db-3ff0-4920-886a-df012f1ef8c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
600 | 2024.09.24 04:33:19.830447 [ 3 ] {} <Debug> HTTP-Session: c74de8db-3ff0-4920-886a-df012f1ef8c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
601 | 2024.09.24 04:33:19.830496 [ 3 ] {} <Trace> HTTP-Session: c74de8db-3ff0-4920-886a-df012f1ef8c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
602 | 2024.09.24 04:33:19.830750 [ 3 ] {098b72f4-7189-4184-9fc3-c25ada40ffa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51505) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
603 | 2024.09.24 04:33:19.830816 [ 3 ] {098b72f4-7189-4184-9fc3-c25ada40ffa8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
604 | 2024.09.24 04:33:19.832816 [ 3 ] {098b72f4-7189-4184-9fc3-c25ada40ffa8} <Debug> oximeter.measurements_histogramf32 (ba25c428-d3c9-4b67-9a6b-dd10a81b0f27): Loading data parts | ||
605 | 2024.09.24 04:33:19.832975 [ 3 ] {098b72f4-7189-4184-9fc3-c25ada40ffa8} <Debug> oximeter.measurements_histogramf32 (ba25c428-d3c9-4b67-9a6b-dd10a81b0f27): There are no data parts | ||
606 | 2024.09.24 04:33:19.834334 [ 3 ] {098b72f4-7189-4184-9fc3-c25ada40ffa8} <Debug> DynamicQueryHandler: Done processing query | ||
607 | 2024.09.24 04:33:19.834367 [ 3 ] {} <Debug> HTTP-Session: c74de8db-3ff0-4920-886a-df012f1ef8c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
608 | 2024.09.24 04:33:19.834501 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51505, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
609 | 2024.09.24 04:33:19.834557 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
610 | 2024.09.24 04:33:19.834581 [ 3 ] {} <Debug> HTTP-Session: 8c10d06d-46f3-480f-98dc-1b3a700925ad Authenticating user 'default' from [fd00:1122:3344:101::d]:51505 | ||
611 | 2024.09.24 04:33:19.834597 [ 3 ] {} <Debug> HTTP-Session: 8c10d06d-46f3-480f-98dc-1b3a700925ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
612 | 2024.09.24 04:33:19.834617 [ 3 ] {} <Debug> HTTP-Session: 8c10d06d-46f3-480f-98dc-1b3a700925ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
613 | 2024.09.24 04:33:19.834652 [ 3 ] {} <Trace> HTTP-Session: 8c10d06d-46f3-480f-98dc-1b3a700925ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
614 | 2024.09.24 04:33:19.834903 [ 3 ] {45f2eb8b-2e68-4470-88a0-1171fcf839f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51505) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
615 | 2024.09.24 04:33:19.834975 [ 3 ] {45f2eb8b-2e68-4470-88a0-1171fcf839f7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
616 | 2024.09.24 04:33:19.837082 [ 3 ] {45f2eb8b-2e68-4470-88a0-1171fcf839f7} <Debug> oximeter.measurements_histogramf64 (852bc4f1-2283-46d0-94c6-474dcf08447c): Loading data parts | ||
617 | 2024.09.24 04:33:19.837245 [ 3 ] {45f2eb8b-2e68-4470-88a0-1171fcf839f7} <Debug> oximeter.measurements_histogramf64 (852bc4f1-2283-46d0-94c6-474dcf08447c): There are no data parts | ||
618 | 2024.09.24 04:33:19.838600 [ 3 ] {45f2eb8b-2e68-4470-88a0-1171fcf839f7} <Debug> DynamicQueryHandler: Done processing query | ||
619 | 2024.09.24 04:33:19.838633 [ 3 ] {} <Debug> HTTP-Session: 8c10d06d-46f3-480f-98dc-1b3a700925ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
620 | 2024.09.24 04:33:19.838754 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51505, User-Agent: (none), Length: 1762, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
621 | 2024.09.24 04:33:19.838810 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
622 | 2024.09.24 04:33:19.838836 [ 3 ] {} <Debug> HTTP-Session: 5b1a2adb-3847-4acd-972e-ef24f7a0e074 Authenticating user 'default' from [fd00:1122:3344:101::d]:51505 | ||
623 | 2024.09.24 04:33:19.838859 [ 3 ] {} <Debug> HTTP-Session: 5b1a2adb-3847-4acd-972e-ef24f7a0e074 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
624 | 2024.09.24 04:33:19.838873 [ 3 ] {} <Debug> HTTP-Session: 5b1a2adb-3847-4acd-972e-ef24f7a0e074 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
625 | 2024.09.24 04:33:19.838917 [ 3 ] {} <Trace> HTTP-Session: 5b1a2adb-3847-4acd-972e-ef24f7a0e074 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
626 | 2024.09.24 04:33:19.839100 [ 3 ] {ec88d8e6-602a-4afa-abef-023417f24427} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51505) /* The field tables store named dimensions of each timeseries. | ||
627 | * | ||
628 | * As with the measurement tables, there is one field table for each field data | ||
629 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
630 | * this behavior **must not** be relied upon for query correctness. | ||
631 | * | ||
632 | * The index for the fields differs from the measurements, however. Rows are | ||
633 | * sorted by timeseries name, then field name, field value, and finally | ||
634 | * timeseries key. This reflects the most common pattern for looking them up: | ||
635 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
636 | * usually then used to look up measurements. | ||
637 | * | ||
638 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
639 | * timeseries name and then key, since it would improve lookups where one | ||
640 | * already has the key. Realistically though, these tables are quite small and | ||
641 | * so performance benefits will be low in absolute terms. | ||
642 | * | ||
643 | * TTL: We use a materialized column to expire old field table records. This | ||
644 | * column is generated automatically by the database whenever a new row is | ||
645 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
646 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
647 | * record will remain during a deduplication, which will have the last | ||
648 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
649 | * measurement tables. | ||
650 | */ | ||
651 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
652 | 2024.09.24 04:33:19.839173 [ 3 ] {ec88d8e6-602a-4afa-abef-023417f24427} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
653 | 2024.09.24 04:33:19.841047 [ 3 ] {ec88d8e6-602a-4afa-abef-023417f24427} <Debug> oximeter.fields_bool (8be8fbaf-c9ac-48a4-bf15-7df52b3afd65): Loading data parts | ||
654 | 2024.09.24 04:33:19.841214 [ 3 ] {ec88d8e6-602a-4afa-abef-023417f24427} <Debug> oximeter.fields_bool (8be8fbaf-c9ac-48a4-bf15-7df52b3afd65): There are no data parts | ||
655 | 2024.09.24 04:33:19.842476 [ 3 ] {ec88d8e6-602a-4afa-abef-023417f24427} <Debug> DynamicQueryHandler: Done processing query | ||
656 | 2024.09.24 04:33:19.842509 [ 3 ] {} <Debug> HTTP-Session: 5b1a2adb-3847-4acd-972e-ef24f7a0e074 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
657 | 2024.09.24 04:33:19.845041 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51505, User-Agent: (none), Length: 335, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
658 | 2024.09.24 04:33:19.845126 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
659 | 2024.09.24 04:33:19.845164 [ 3 ] {} <Debug> HTTP-Session: ebab51d9-ff3f-4001-ad9a-c20d9c3973ee Authenticating user 'default' from [fd00:1122:3344:101::d]:51505 | ||
660 | 2024.09.24 04:33:19.845188 [ 3 ] {} <Debug> HTTP-Session: ebab51d9-ff3f-4001-ad9a-c20d9c3973ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
661 | 2024.09.24 04:33:19.845219 [ 3 ] {} <Debug> HTTP-Session: ebab51d9-ff3f-4001-ad9a-c20d9c3973ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
662 | 2024.09.24 04:33:19.845271 [ 3 ] {} <Trace> HTTP-Session: ebab51d9-ff3f-4001-ad9a-c20d9c3973ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
663 | 2024.09.24 04:33:19.845528 [ 3 ] {40f4fe7a-bab6-4823-aa46-db45f3153e1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51505) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
664 | 2024.09.24 04:33:19.845622 [ 3 ] {40f4fe7a-bab6-4823-aa46-db45f3153e1b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
665 | 2024.09.24 04:33:19.847518 [ 3 ] {40f4fe7a-bab6-4823-aa46-db45f3153e1b} <Debug> oximeter.fields_i8 (290843a8-8389-451f-a0b8-082655e370d0): Loading data parts | ||
666 | 2024.09.24 04:33:19.847694 [ 3 ] {40f4fe7a-bab6-4823-aa46-db45f3153e1b} <Debug> oximeter.fields_i8 (290843a8-8389-451f-a0b8-082655e370d0): There are no data parts | ||
667 | 2024.09.24 04:33:19.848940 [ 3 ] {40f4fe7a-bab6-4823-aa46-db45f3153e1b} <Debug> DynamicQueryHandler: Done processing query | ||
668 | 2024.09.24 04:33:19.848973 [ 3 ] {} <Debug> HTTP-Session: ebab51d9-ff3f-4001-ad9a-c20d9c3973ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
669 | 2024.09.24 04:33:19.849119 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51505, User-Agent: (none), Length: 336, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
670 | 2024.09.24 04:33:19.849175 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
671 | 2024.09.24 04:33:19.849201 [ 3 ] {} <Debug> HTTP-Session: 2e89c258-989b-4bc4-9c03-50ec9267a5dc Authenticating user 'default' from [fd00:1122:3344:101::d]:51505 | ||
672 | 2024.09.24 04:33:19.849223 [ 3 ] {} <Debug> HTTP-Session: 2e89c258-989b-4bc4-9c03-50ec9267a5dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
673 | 2024.09.24 04:33:19.849238 [ 3 ] {} <Debug> HTTP-Session: 2e89c258-989b-4bc4-9c03-50ec9267a5dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
674 | 2024.09.24 04:33:19.849275 [ 3 ] {} <Trace> HTTP-Session: 2e89c258-989b-4bc4-9c03-50ec9267a5dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
675 | 2024.09.24 04:33:19.849451 [ 3 ] {c5544cb7-7971-444d-be6f-c5e86db034f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51505) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
676 | 2024.09.24 04:33:19.849508 [ 3 ] {c5544cb7-7971-444d-be6f-c5e86db034f3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
677 | 2024.09.24 04:33:19.851236 [ 3 ] {c5544cb7-7971-444d-be6f-c5e86db034f3} <Debug> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Loading data parts | ||
678 | 2024.09.24 04:33:19.851405 [ 3 ] {c5544cb7-7971-444d-be6f-c5e86db034f3} <Debug> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): There are no data parts | ||
679 | 2024.09.24 04:33:19.852719 [ 3 ] {c5544cb7-7971-444d-be6f-c5e86db034f3} <Debug> DynamicQueryHandler: Done processing query | ||
680 | 2024.09.24 04:33:19.852751 [ 3 ] {} <Debug> HTTP-Session: 2e89c258-989b-4bc4-9c03-50ec9267a5dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
681 | 2024.09.24 04:33:19.852893 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51505, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
682 | 2024.09.24 04:33:19.852951 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
683 | 2024.09.24 04:33:19.852977 [ 3 ] {} <Debug> HTTP-Session: 08e5c02d-cbbd-48ce-bcd9-7fb60553888c Authenticating user 'default' from [fd00:1122:3344:101::d]:51505 | ||
684 | 2024.09.24 04:33:19.853000 [ 3 ] {} <Debug> HTTP-Session: 08e5c02d-cbbd-48ce-bcd9-7fb60553888c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
685 | 2024.09.24 04:33:19.853014 [ 3 ] {} <Debug> HTTP-Session: 08e5c02d-cbbd-48ce-bcd9-7fb60553888c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
686 | 2024.09.24 04:33:19.853049 [ 3 ] {} <Trace> HTTP-Session: 08e5c02d-cbbd-48ce-bcd9-7fb60553888c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
687 | 2024.09.24 04:33:19.853232 [ 3 ] {fedccb23-cd45-45be-a3e3-a11761488a1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51505) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
688 | 2024.09.24 04:33:19.853289 [ 3 ] {fedccb23-cd45-45be-a3e3-a11761488a1d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
689 | 2024.09.24 04:33:19.855030 [ 3 ] {fedccb23-cd45-45be-a3e3-a11761488a1d} <Debug> oximeter.fields_i16 (b1c81579-8491-4176-b6d8-160d373d50fc): Loading data parts | ||
690 | 2024.09.24 04:33:19.855289 [ 3 ] {fedccb23-cd45-45be-a3e3-a11761488a1d} <Debug> oximeter.fields_i16 (b1c81579-8491-4176-b6d8-160d373d50fc): There are no data parts | ||
691 | 2024.09.24 04:33:19.856595 [ 3 ] {fedccb23-cd45-45be-a3e3-a11761488a1d} <Debug> DynamicQueryHandler: Done processing query | ||
692 | 2024.09.24 04:33:19.856629 [ 3 ] {} <Debug> HTTP-Session: 08e5c02d-cbbd-48ce-bcd9-7fb60553888c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
693 | 2024.09.24 04:33:19.856762 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51505, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
694 | 2024.09.24 04:33:19.856810 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
695 | 2024.09.24 04:33:19.856848 [ 3 ] {} <Debug> HTTP-Session: 7c99327c-714c-417d-b01a-95ceae5ac117 Authenticating user 'default' from [fd00:1122:3344:101::d]:51505 | ||
696 | 2024.09.24 04:33:19.856870 [ 3 ] {} <Debug> HTTP-Session: 7c99327c-714c-417d-b01a-95ceae5ac117 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
697 | 2024.09.24 04:33:19.856884 [ 3 ] {} <Debug> HTTP-Session: 7c99327c-714c-417d-b01a-95ceae5ac117 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
698 | 2024.09.24 04:33:19.856925 [ 3 ] {} <Trace> HTTP-Session: 7c99327c-714c-417d-b01a-95ceae5ac117 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
699 | 2024.09.24 04:33:19.857105 [ 3 ] {d35acb1f-9b0d-43e9-9e86-881aa0fd249d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51505) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
700 | 2024.09.24 04:33:19.857163 [ 3 ] {d35acb1f-9b0d-43e9-9e86-881aa0fd249d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
701 | 2024.09.24 04:33:19.858889 [ 3 ] {d35acb1f-9b0d-43e9-9e86-881aa0fd249d} <Debug> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Loading data parts | ||
702 | 2024.09.24 04:33:19.859052 [ 3 ] {d35acb1f-9b0d-43e9-9e86-881aa0fd249d} <Debug> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): There are no data parts | ||
703 | 2024.09.24 04:33:19.860323 [ 3 ] {d35acb1f-9b0d-43e9-9e86-881aa0fd249d} <Debug> DynamicQueryHandler: Done processing query | ||
704 | 2024.09.24 04:33:19.860348 [ 3 ] {} <Debug> HTTP-Session: 7c99327c-714c-417d-b01a-95ceae5ac117 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
705 | 2024.09.24 04:33:19.860486 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51505, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
706 | 2024.09.24 04:33:19.860541 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
707 | 2024.09.24 04:33:19.860560 [ 3 ] {} <Debug> HTTP-Session: f5b9a2d1-bd18-4928-b2be-2afe1b968378 Authenticating user 'default' from [fd00:1122:3344:101::d]:51505 | ||
708 | 2024.09.24 04:33:19.860583 [ 3 ] {} <Debug> HTTP-Session: f5b9a2d1-bd18-4928-b2be-2afe1b968378 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
709 | 2024.09.24 04:33:19.860602 [ 3 ] {} <Debug> HTTP-Session: f5b9a2d1-bd18-4928-b2be-2afe1b968378 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
710 | 2024.09.24 04:33:19.860633 [ 3 ] {} <Trace> HTTP-Session: f5b9a2d1-bd18-4928-b2be-2afe1b968378 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
711 | 2024.09.24 04:33:19.860815 [ 3 ] {e7f34a1b-ca3f-4010-918c-fcd43356c22d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51505) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
712 | 2024.09.24 04:33:19.860874 [ 3 ] {e7f34a1b-ca3f-4010-918c-fcd43356c22d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
713 | 2024.09.24 04:33:19.862615 [ 3 ] {e7f34a1b-ca3f-4010-918c-fcd43356c22d} <Debug> oximeter.fields_i32 (828bfd65-4c8a-4f58-91c9-9cc3168d451e): Loading data parts | ||
714 | 2024.09.24 04:33:19.862770 [ 3 ] {e7f34a1b-ca3f-4010-918c-fcd43356c22d} <Debug> oximeter.fields_i32 (828bfd65-4c8a-4f58-91c9-9cc3168d451e): There are no data parts | ||
715 | 2024.09.24 04:33:19.864025 [ 3 ] {e7f34a1b-ca3f-4010-918c-fcd43356c22d} <Debug> DynamicQueryHandler: Done processing query | ||
716 | 2024.09.24 04:33:19.864051 [ 3 ] {} <Debug> HTTP-Session: f5b9a2d1-bd18-4928-b2be-2afe1b968378 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
717 | 2024.09.24 04:33:19.864250 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51505, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
718 | 2024.09.24 04:33:19.864312 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
719 | 2024.09.24 04:33:19.864331 [ 3 ] {} <Debug> HTTP-Session: 3ec28670-caf8-412d-a284-1b061b35f28e Authenticating user 'default' from [fd00:1122:3344:101::d]:51505 | ||
720 | 2024.09.24 04:33:19.864354 [ 3 ] {} <Debug> HTTP-Session: 3ec28670-caf8-412d-a284-1b061b35f28e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
721 | 2024.09.24 04:33:19.864375 [ 3 ] {} <Debug> HTTP-Session: 3ec28670-caf8-412d-a284-1b061b35f28e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
722 | 2024.09.24 04:33:19.864404 [ 3 ] {} <Trace> HTTP-Session: 3ec28670-caf8-412d-a284-1b061b35f28e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
723 | 2024.09.24 04:33:19.864581 [ 3 ] {31a6d3ea-456f-42e5-92c4-e7db37d6b1f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51505) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
724 | 2024.09.24 04:33:19.864638 [ 3 ] {31a6d3ea-456f-42e5-92c4-e7db37d6b1f2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
725 | 2024.09.24 04:33:19.866369 [ 3 ] {31a6d3ea-456f-42e5-92c4-e7db37d6b1f2} <Debug> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Loading data parts | ||
726 | 2024.09.24 04:33:19.866507 [ 3 ] {31a6d3ea-456f-42e5-92c4-e7db37d6b1f2} <Debug> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): There are no data parts | ||
727 | 2024.09.24 04:33:19.867788 [ 3 ] {31a6d3ea-456f-42e5-92c4-e7db37d6b1f2} <Debug> DynamicQueryHandler: Done processing query | ||
728 | 2024.09.24 04:33:19.867813 [ 3 ] {} <Debug> HTTP-Session: 3ec28670-caf8-412d-a284-1b061b35f28e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
729 | 2024.09.24 04:33:19.867956 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51505, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
730 | 2024.09.24 04:33:19.868012 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
731 | 2024.09.24 04:33:19.868031 [ 3 ] {} <Debug> HTTP-Session: 74b7e2ee-de64-4edc-abb1-af99576d628c Authenticating user 'default' from [fd00:1122:3344:101::d]:51505 | ||
732 | 2024.09.24 04:33:19.868055 [ 3 ] {} <Debug> HTTP-Session: 74b7e2ee-de64-4edc-abb1-af99576d628c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
733 | 2024.09.24 04:33:19.868075 [ 3 ] {} <Debug> HTTP-Session: 74b7e2ee-de64-4edc-abb1-af99576d628c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
734 | 2024.09.24 04:33:19.868105 [ 3 ] {} <Trace> HTTP-Session: 74b7e2ee-de64-4edc-abb1-af99576d628c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
735 | 2024.09.24 04:33:19.868284 [ 3 ] {07c7f076-7472-4eed-b5fe-54918a24a8df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51505) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
736 | 2024.09.24 04:33:19.868412 [ 3 ] {07c7f076-7472-4eed-b5fe-54918a24a8df} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
737 | 2024.09.24 04:33:19.870116 [ 3 ] {07c7f076-7472-4eed-b5fe-54918a24a8df} <Debug> oximeter.fields_i64 (10073b58-72d1-4a92-aa44-99796129c6ca): Loading data parts | ||
738 | 2024.09.24 04:33:19.870278 [ 3 ] {07c7f076-7472-4eed-b5fe-54918a24a8df} <Debug> oximeter.fields_i64 (10073b58-72d1-4a92-aa44-99796129c6ca): There are no data parts | ||
739 | 2024.09.24 04:33:19.871561 [ 3 ] {07c7f076-7472-4eed-b5fe-54918a24a8df} <Debug> DynamicQueryHandler: Done processing query | ||
740 | 2024.09.24 04:33:19.871596 [ 3 ] {} <Debug> HTTP-Session: 74b7e2ee-de64-4edc-abb1-af99576d628c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
741 | 2024.09.24 04:33:19.871742 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51505, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
742 | 2024.09.24 04:33:19.871788 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
743 | 2024.09.24 04:33:19.871815 [ 3 ] {} <Debug> HTTP-Session: 28839ec8-9126-4dca-9afb-ac97af1f662d Authenticating user 'default' from [fd00:1122:3344:101::d]:51505 | ||
744 | 2024.09.24 04:33:19.871832 [ 3 ] {} <Debug> HTTP-Session: 28839ec8-9126-4dca-9afb-ac97af1f662d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
745 | 2024.09.24 04:33:19.871847 [ 3 ] {} <Debug> HTTP-Session: 28839ec8-9126-4dca-9afb-ac97af1f662d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
746 | 2024.09.24 04:33:19.871885 [ 3 ] {} <Trace> HTTP-Session: 28839ec8-9126-4dca-9afb-ac97af1f662d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
747 | 2024.09.24 04:33:19.872080 [ 3 ] {a019f024-7760-4133-96dc-d1fa171cb3a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51505) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
748 | 2024.09.24 04:33:19.872124 [ 3 ] {a019f024-7760-4133-96dc-d1fa171cb3a9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
749 | 2024.09.24 04:33:19.874026 [ 3 ] {a019f024-7760-4133-96dc-d1fa171cb3a9} <Debug> oximeter.fields_u64 (77602b7a-af3f-4bbd-8677-deb0434538f6): Loading data parts | ||
750 | 2024.09.24 04:33:19.874164 [ 3 ] {a019f024-7760-4133-96dc-d1fa171cb3a9} <Debug> oximeter.fields_u64 (77602b7a-af3f-4bbd-8677-deb0434538f6): There are no data parts | ||
751 | 2024.09.24 04:33:19.875422 [ 3 ] {a019f024-7760-4133-96dc-d1fa171cb3a9} <Debug> DynamicQueryHandler: Done processing query | ||
752 | 2024.09.24 04:33:19.875449 [ 3 ] {} <Debug> HTTP-Session: 28839ec8-9126-4dca-9afb-ac97af1f662d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
753 | 2024.09.24 04:33:19.875555 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51505, User-Agent: (none), Length: 339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
754 | 2024.09.24 04:33:19.875602 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
755 | 2024.09.24 04:33:19.875621 [ 3 ] {} <Debug> HTTP-Session: c40ea469-7847-4dd2-b0dc-7038a4ca2cbc Authenticating user 'default' from [fd00:1122:3344:101::d]:51505 | ||
756 | 2024.09.24 04:33:19.875638 [ 3 ] {} <Debug> HTTP-Session: c40ea469-7847-4dd2-b0dc-7038a4ca2cbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
757 | 2024.09.24 04:33:19.875652 [ 3 ] {} <Debug> HTTP-Session: c40ea469-7847-4dd2-b0dc-7038a4ca2cbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
758 | 2024.09.24 04:33:19.875681 [ 3 ] {} <Trace> HTTP-Session: c40ea469-7847-4dd2-b0dc-7038a4ca2cbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
759 | 2024.09.24 04:33:19.875851 [ 3 ] {f91cdd19-3b95-43f2-b66e-2e6da99f2f7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51505) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
760 | 2024.09.24 04:33:19.875895 [ 3 ] {f91cdd19-3b95-43f2-b66e-2e6da99f2f7b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
761 | 2024.09.24 04:33:19.877640 [ 3 ] {f91cdd19-3b95-43f2-b66e-2e6da99f2f7b} <Debug> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Loading data parts | ||
762 | 2024.09.24 04:33:19.877796 [ 3 ] {f91cdd19-3b95-43f2-b66e-2e6da99f2f7b} <Debug> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): There are no data parts | ||
763 | 2024.09.24 04:33:19.879039 [ 3 ] {f91cdd19-3b95-43f2-b66e-2e6da99f2f7b} <Debug> DynamicQueryHandler: Done processing query | ||
764 | 2024.09.24 04:33:19.879065 [ 3 ] {} <Debug> HTTP-Session: c40ea469-7847-4dd2-b0dc-7038a4ca2cbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
765 | 2024.09.24 04:33:19.879181 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51505, User-Agent: (none), Length: 341, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
766 | 2024.09.24 04:33:19.879228 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
767 | 2024.09.24 04:33:19.879247 [ 3 ] {} <Debug> HTTP-Session: bd890d79-7be1-48f8-a4a3-c61b54166042 Authenticating user 'default' from [fd00:1122:3344:101::d]:51505 | ||
768 | 2024.09.24 04:33:19.879263 [ 3 ] {} <Debug> HTTP-Session: bd890d79-7be1-48f8-a4a3-c61b54166042 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
769 | 2024.09.24 04:33:19.879277 [ 3 ] {} <Debug> HTTP-Session: bd890d79-7be1-48f8-a4a3-c61b54166042 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
770 | 2024.09.24 04:33:19.879306 [ 3 ] {} <Trace> HTTP-Session: bd890d79-7be1-48f8-a4a3-c61b54166042 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
771 | 2024.09.24 04:33:19.879476 [ 3 ] {19b3505e-70d3-411e-9a79-8939d38389c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51505) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
772 | 2024.09.24 04:33:19.879519 [ 3 ] {19b3505e-70d3-411e-9a79-8939d38389c2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
773 | 2024.09.24 04:33:19.881255 [ 3 ] {19b3505e-70d3-411e-9a79-8939d38389c2} <Debug> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Loading data parts | ||
774 | 2024.09.24 04:33:19.881429 [ 3 ] {19b3505e-70d3-411e-9a79-8939d38389c2} <Debug> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): There are no data parts | ||
775 | 2024.09.24 04:33:19.882677 [ 3 ] {19b3505e-70d3-411e-9a79-8939d38389c2} <Debug> DynamicQueryHandler: Done processing query | ||
776 | 2024.09.24 04:33:19.882703 [ 3 ] {} <Debug> HTTP-Session: bd890d79-7be1-48f8-a4a3-c61b54166042 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
777 | 2024.09.24 04:33:19.882836 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51505, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
778 | 2024.09.24 04:33:19.882885 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
779 | 2024.09.24 04:33:19.882903 [ 3 ] {} <Debug> HTTP-Session: 8b5afb39-cb16-4407-ab2a-16537bafb1a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51505 | ||
780 | 2024.09.24 04:33:19.882919 [ 3 ] {} <Debug> HTTP-Session: 8b5afb39-cb16-4407-ab2a-16537bafb1a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
781 | 2024.09.24 04:33:19.882934 [ 3 ] {} <Debug> HTTP-Session: 8b5afb39-cb16-4407-ab2a-16537bafb1a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
782 | 2024.09.24 04:33:19.882963 [ 3 ] {} <Trace> HTTP-Session: 8b5afb39-cb16-4407-ab2a-16537bafb1a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
783 | 2024.09.24 04:33:19.883135 [ 3 ] {bc31cd08-45e9-441b-b04f-62208a29e243} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51505) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
784 | 2024.09.24 04:33:19.883178 [ 3 ] {bc31cd08-45e9-441b-b04f-62208a29e243} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
785 | 2024.09.24 04:33:19.884986 [ 3 ] {bc31cd08-45e9-441b-b04f-62208a29e243} <Debug> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Loading data parts | ||
786 | 2024.09.24 04:33:19.885147 [ 3 ] {bc31cd08-45e9-441b-b04f-62208a29e243} <Debug> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): There are no data parts | ||
787 | 2024.09.24 04:33:19.886384 [ 3 ] {bc31cd08-45e9-441b-b04f-62208a29e243} <Debug> DynamicQueryHandler: Done processing query | ||
788 | 2024.09.24 04:33:19.886410 [ 3 ] {} <Debug> HTTP-Session: 8b5afb39-cb16-4407-ab2a-16537bafb1a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
789 | 2024.09.24 04:33:19.886549 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51505, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
790 | 2024.09.24 04:33:19.886596 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
791 | 2024.09.24 04:33:19.886615 [ 3 ] {} <Debug> HTTP-Session: 261db0af-7c5b-40b5-bf70-e2c3dee3c778 Authenticating user 'default' from [fd00:1122:3344:101::d]:51505 | ||
792 | 2024.09.24 04:33:19.886632 [ 3 ] {} <Debug> HTTP-Session: 261db0af-7c5b-40b5-bf70-e2c3dee3c778 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
793 | 2024.09.24 04:33:19.886645 [ 3 ] {} <Debug> HTTP-Session: 261db0af-7c5b-40b5-bf70-e2c3dee3c778 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
794 | 2024.09.24 04:33:19.886674 [ 3 ] {} <Trace> HTTP-Session: 261db0af-7c5b-40b5-bf70-e2c3dee3c778 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
795 | 2024.09.24 04:33:19.886879 [ 3 ] {6dd30df5-a789-4f12-aff5-0c497fafda75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51505) /* The timeseries schema table stores the extracted schema for the samples | ||
796 | * oximeter collects. | ||
797 | */ | ||
798 | 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) | ||
799 | 2024.09.24 04:33:19.886937 [ 3 ] {6dd30df5-a789-4f12-aff5-0c497fafda75} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
800 | 2024.09.24 04:33:19.888812 [ 3 ] {6dd30df5-a789-4f12-aff5-0c497fafda75} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd): Loading data parts | ||
801 | 2024.09.24 04:33:19.888989 [ 3 ] {6dd30df5-a789-4f12-aff5-0c497fafda75} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd): There are no data parts | ||
802 | 2024.09.24 04:33:19.890435 [ 3 ] {6dd30df5-a789-4f12-aff5-0c497fafda75} <Debug> DynamicQueryHandler: Done processing query | ||
803 | 2024.09.24 04:33:19.890462 [ 3 ] {} <Debug> HTTP-Session: 261db0af-7c5b-40b5-bf70-e2c3dee3c778 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
804 | 2024.09.24 04:33:19.890624 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51505, User-Agent: (none), Length: 52, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
805 | 2024.09.24 04:33:19.890686 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
806 | 2024.09.24 04:33:19.890710 [ 3 ] {} <Debug> HTTP-Session: 953c36b9-943b-4e93-8c8a-b2fb8d65a2d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51505 | ||
807 | 2024.09.24 04:33:19.890731 [ 3 ] {} <Debug> HTTP-Session: 953c36b9-943b-4e93-8c8a-b2fb8d65a2d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
808 | 2024.09.24 04:33:19.890748 [ 3 ] {} <Debug> HTTP-Session: 953c36b9-943b-4e93-8c8a-b2fb8d65a2d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
809 | 2024.09.24 04:33:19.890786 [ 3 ] {} <Trace> HTTP-Session: 953c36b9-943b-4e93-8c8a-b2fb8d65a2d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
810 | 2024.09.24 04:33:19.890980 [ 3 ] {f680717a-01a4-4919-9734-38d10f5a5534} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51505) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
811 | 2024.09.24 04:33:19.892876 [ 3 ] {f680717a-01a4-4919-9734-38d10f5a5534} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
812 | 2024.09.24 04:33:19.899113 [ 3 ] {f680717a-01a4-4919-9734-38d10f5a5534} <Trace> oximeter.version (c5d9af8d-90d0-4b77-bb0f-a211c5974af9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
813 | 2024.09.24 04:33:19.899150 [ 3 ] {f680717a-01a4-4919-9734-38d10f5a5534} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
814 | 2024.09.24 04:33:19.904115 [ 3 ] {f680717a-01a4-4919-9734-38d10f5a5534} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
815 | 2024.09.24 04:33:19.905271 [ 3 ] {f680717a-01a4-4919-9734-38d10f5a5534} <Trace> oximeter.version (c5d9af8d-90d0-4b77-bb0f-a211c5974af9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
816 | 2024.09.24 04:33:19.905551 [ 3 ] {f680717a-01a4-4919-9734-38d10f5a5534} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.014656 sec., 68.23144104803494 rows/sec., 1.07 KiB/sec. | ||
817 | 2024.09.24 04:33:19.905718 [ 3 ] {f680717a-01a4-4919-9734-38d10f5a5534} <Debug> DynamicQueryHandler: Done processing query | ||
818 | 2024.09.24 04:33:19.905743 [ 3 ] {f680717a-01a4-4919-9734-38d10f5a5534} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
819 | 2024.09.24 04:33:19.905759 [ 3 ] {} <Debug> HTTP-Session: 953c36b9-943b-4e93-8c8a-b2fb8d65a2d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
820 | 2024.09.24 04:33:20.000143 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 161.30 MiB, peak 166.44 MiB, free memory in arenas 0.00 B, will set to 171.60 MiB (RSS), difference: 10.30 MiB | ||
821 | 2024.09.24 04:33:32.652582 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache | ||
822 | 2024.09.24 04:33:32.652644 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache | ||
823 | 2024.09.24 04:33:44.912950 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
824 | 2024.09.24 04:33:44.913137 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
825 | 2024.09.24 04:33:44.913181 [ 3 ] {} <Debug> HTTP-Session: 1984bd75-ea67-4e2f-b8be-55a1a9164545 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
826 | 2024.09.24 04:33:44.913222 [ 3 ] {} <Debug> HTTP-Session: 1984bd75-ea67-4e2f-b8be-55a1a9164545 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
827 | 2024.09.24 04:33:44.913249 [ 3 ] {} <Debug> HTTP-Session: 1984bd75-ea67-4e2f-b8be-55a1a9164545 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
828 | 2024.09.24 04:33:44.913329 [ 3 ] {} <Trace> HTTP-Session: 1984bd75-ea67-4e2f-b8be-55a1a9164545 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
829 | 2024.09.24 04:33:44.913562 [ 3 ] {d35d9396-5109-4836-bb16-5f5ad7aab97d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
830 | 2024.09.24 04:33:44.921847 [ 3 ] {d35d9396-5109-4836-bb16-5f5ad7aab97d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
831 | 2024.09.24 04:33:44.931488 [ 3 ] {d35d9396-5109-4836-bb16-5f5ad7aab97d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
832 | 2024.09.24 04:33:44.954900 [ 3 ] {d35d9396-5109-4836-bb16-5f5ad7aab97d} <Debug> DynamicQueryHandler: Done processing query | ||
833 | 2024.09.24 04:33:44.954931 [ 3 ] {d35d9396-5109-4836-bb16-5f5ad7aab97d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
834 | 2024.09.24 04:33:44.954948 [ 3 ] {} <Debug> HTTP-Session: 1984bd75-ea67-4e2f-b8be-55a1a9164545 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
835 | 2024.09.24 04:33:44.972593 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
836 | 2024.09.24 04:33:44.972666 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
837 | 2024.09.24 04:33:44.972690 [ 3 ] {} <Debug> HTTP-Session: eb81ea1c-733a-4825-b7ce-e3f6d9c26864 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
838 | 2024.09.24 04:33:44.972713 [ 3 ] {} <Debug> HTTP-Session: eb81ea1c-733a-4825-b7ce-e3f6d9c26864 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
839 | 2024.09.24 04:33:44.972730 [ 3 ] {} <Debug> HTTP-Session: eb81ea1c-733a-4825-b7ce-e3f6d9c26864 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
840 | 2024.09.24 04:33:44.972773 [ 3 ] {} <Trace> HTTP-Session: eb81ea1c-733a-4825-b7ce-e3f6d9c26864 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
841 | 2024.09.24 04:33:44.972965 [ 3 ] {73f26d50-ddeb-45c8-801a-b76c27ce1ed9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
842 | 2024.09.24 04:33:44.988042 [ 3 ] {73f26d50-ddeb-45c8-801a-b76c27ce1ed9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
843 | 2024.09.24 04:33:44.988102 [ 3 ] {73f26d50-ddeb-45c8-801a-b76c27ce1ed9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
844 | 2024.09.24 04:33:44.989265 [ 3 ] {73f26d50-ddeb-45c8-801a-b76c27ce1ed9} <Debug> DynamicQueryHandler: Done processing query | ||
845 | 2024.09.24 04:33:44.989293 [ 3 ] {73f26d50-ddeb-45c8-801a-b76c27ce1ed9} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
846 | 2024.09.24 04:33:44.989310 [ 3 ] {} <Debug> HTTP-Session: eb81ea1c-733a-4825-b7ce-e3f6d9c26864 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
847 | 2024.09.24 04:33:44.989930 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
848 | 2024.09.24 04:33:44.989987 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
849 | 2024.09.24 04:33:44.990008 [ 3 ] {} <Debug> HTTP-Session: 950fb81b-4406-4bd5-8139-90a4dfc470f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
850 | 2024.09.24 04:33:44.990026 [ 3 ] {} <Debug> HTTP-Session: 950fb81b-4406-4bd5-8139-90a4dfc470f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
851 | 2024.09.24 04:33:44.990041 [ 3 ] {} <Debug> HTTP-Session: 950fb81b-4406-4bd5-8139-90a4dfc470f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
852 | 2024.09.24 04:33:44.990076 [ 3 ] {} <Trace> HTTP-Session: 950fb81b-4406-4bd5-8139-90a4dfc470f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
853 | 2024.09.24 04:33:44.990208 [ 3 ] {8ab4e314-a127-492a-a6f9-1f124a3f54f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
854 | 2024.09.24 04:33:44.992597 [ 3 ] {8ab4e314-a127-492a-a6f9-1f124a3f54f0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
855 | 2024.09.24 04:33:44.992665 [ 3 ] {8ab4e314-a127-492a-a6f9-1f124a3f54f0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
856 | 2024.09.24 04:33:44.993665 [ 3 ] {8ab4e314-a127-492a-a6f9-1f124a3f54f0} <Debug> DynamicQueryHandler: Done processing query | ||
857 | 2024.09.24 04:33:44.993693 [ 3 ] {8ab4e314-a127-492a-a6f9-1f124a3f54f0} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
858 | 2024.09.24 04:33:44.993711 [ 3 ] {} <Debug> HTTP-Session: 950fb81b-4406-4bd5-8139-90a4dfc470f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
859 | 2024.09.24 04:33:44.993916 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
860 | 2024.09.24 04:33:44.993966 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
861 | 2024.09.24 04:33:44.993986 [ 3 ] {} <Debug> HTTP-Session: 5ed36e62-4eab-4c3e-be33-ea710c390723 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
862 | 2024.09.24 04:33:44.994004 [ 3 ] {} <Debug> HTTP-Session: 5ed36e62-4eab-4c3e-be33-ea710c390723 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
863 | 2024.09.24 04:33:44.994018 [ 3 ] {} <Debug> HTTP-Session: 5ed36e62-4eab-4c3e-be33-ea710c390723 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
864 | 2024.09.24 04:33:44.994050 [ 3 ] {} <Trace> HTTP-Session: 5ed36e62-4eab-4c3e-be33-ea710c390723 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
865 | 2024.09.24 04:33:44.994179 [ 3 ] {3b38126b-549c-476b-a1fb-37219ea8df34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) 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) | ||
866 | 2024.09.24 04:33:44.994509 [ 3 ] {3b38126b-549c-476b-a1fb-37219ea8df34} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
867 | 2024.09.24 04:33:44.994562 [ 3 ] {3b38126b-549c-476b-a1fb-37219ea8df34} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
868 | 2024.09.24 04:33:44.995569 [ 3 ] {3b38126b-549c-476b-a1fb-37219ea8df34} <Debug> DynamicQueryHandler: Done processing query | ||
869 | 2024.09.24 04:33:44.995595 [ 3 ] {3b38126b-549c-476b-a1fb-37219ea8df34} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
870 | 2024.09.24 04:33:44.995612 [ 3 ] {} <Debug> HTTP-Session: 5ed36e62-4eab-4c3e-be33-ea710c390723 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
871 | 2024.09.24 04:33:44.996396 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 259, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
872 | 2024.09.24 04:33:44.996443 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
873 | 2024.09.24 04:33:44.996462 [ 3 ] {} <Debug> HTTP-Session: 58f95a4f-1630-44d6-a0d7-6215065de30a Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
874 | 2024.09.24 04:33:44.996477 [ 3 ] {} <Debug> HTTP-Session: 58f95a4f-1630-44d6-a0d7-6215065de30a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
875 | 2024.09.24 04:33:44.996492 [ 3 ] {} <Debug> HTTP-Session: 58f95a4f-1630-44d6-a0d7-6215065de30a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
876 | 2024.09.24 04:33:44.996521 [ 3 ] {} <Trace> HTTP-Session: 58f95a4f-1630-44d6-a0d7-6215065de30a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
877 | 2024.09.24 04:33:44.996637 [ 3 ] {0a8c1345-3f80-4744-bdbb-81a79d498012} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) 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) | ||
878 | 2024.09.24 04:33:44.996949 [ 3 ] {0a8c1345-3f80-4744-bdbb-81a79d498012} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
879 | 2024.09.24 04:33:44.996998 [ 3 ] {0a8c1345-3f80-4744-bdbb-81a79d498012} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
880 | 2024.09.24 04:33:44.998171 [ 3 ] {0a8c1345-3f80-4744-bdbb-81a79d498012} <Debug> DynamicQueryHandler: Done processing query | ||
881 | 2024.09.24 04:33:44.998197 [ 3 ] {0a8c1345-3f80-4744-bdbb-81a79d498012} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
882 | 2024.09.24 04:33:44.998214 [ 3 ] {} <Debug> HTTP-Session: 58f95a4f-1630-44d6-a0d7-6215065de30a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
883 | 2024.09.24 04:33:44.998346 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
884 | 2024.09.24 04:33:44.998394 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
885 | 2024.09.24 04:33:44.998413 [ 3 ] {} <Debug> HTTP-Session: 35af4beb-cdb4-4608-8c02-71b84a438ee3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
886 | 2024.09.24 04:33:44.998432 [ 3 ] {} <Debug> HTTP-Session: 35af4beb-cdb4-4608-8c02-71b84a438ee3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
887 | 2024.09.24 04:33:44.998446 [ 3 ] {} <Debug> HTTP-Session: 35af4beb-cdb4-4608-8c02-71b84a438ee3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
888 | 2024.09.24 04:33:44.998477 [ 3 ] {} <Trace> HTTP-Session: 35af4beb-cdb4-4608-8c02-71b84a438ee3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
889 | 2024.09.24 04:33:44.998591 [ 3 ] {332662b4-587d-4940-88d0-5b40bcae5e99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
890 | 2024.09.24 04:33:44.998638 [ 3 ] {332662b4-587d-4940-88d0-5b40bcae5e99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
891 | 2024.09.24 04:33:45.000188 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 173.11 MiB, peak 176.09 MiB, free memory in arenas 0.00 B, will set to 174.16 MiB (RSS), difference: 1.05 MiB | ||
892 | 2024.09.24 04:33:45.000715 [ 3 ] {332662b4-587d-4940-88d0-5b40bcae5e99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
893 | 2024.09.24 04:33:45.010995 [ 3 ] {332662b4-587d-4940-88d0-5b40bcae5e99} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
894 | 2024.09.24 04:33:45.011074 [ 3 ] {332662b4-587d-4940-88d0-5b40bcae5e99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
895 | 2024.09.24 04:33:45.015823 [ 3 ] {332662b4-587d-4940-88d0-5b40bcae5e99} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
896 | 2024.09.24 04:33:45.016152 [ 3 ] {332662b4-587d-4940-88d0-5b40bcae5e99} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
897 | 2024.09.24 04:33:45.016321 [ 3 ] {332662b4-587d-4940-88d0-5b40bcae5e99} <Debug> executeQuery: Read 5 rows, 539.00 B in 0.017757 sec., 281.57909556794505 rows/sec., 29.64 KiB/sec. | ||
898 | 2024.09.24 04:33:45.016608 [ 3 ] {332662b4-587d-4940-88d0-5b40bcae5e99} <Debug> DynamicQueryHandler: Done processing query | ||
899 | 2024.09.24 04:33:45.016633 [ 3 ] {332662b4-587d-4940-88d0-5b40bcae5e99} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
900 | 2024.09.24 04:33:45.016650 [ 3 ] {} <Debug> HTTP-Session: 35af4beb-cdb4-4608-8c02-71b84a438ee3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
901 | 2024.09.24 04:33:45.016779 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 7002, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
902 | 2024.09.24 04:33:45.016829 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
903 | 2024.09.24 04:33:45.016848 [ 3 ] {} <Debug> HTTP-Session: 39c37b4f-346e-4052-b92c-286bfd502a5f Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
904 | 2024.09.24 04:33:45.016864 [ 3 ] {} <Debug> HTTP-Session: 39c37b4f-346e-4052-b92c-286bfd502a5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
905 | 2024.09.24 04:33:45.016879 [ 3 ] {} <Debug> HTTP-Session: 39c37b4f-346e-4052-b92c-286bfd502a5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
906 | 2024.09.24 04:33:45.016909 [ 3 ] {} <Trace> HTTP-Session: 39c37b4f-346e-4052-b92c-286bfd502a5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
907 | 2024.09.24 04:33:45.017020 [ 3 ] {49316b71-22ce-44d0-a806-de392885d4a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
908 | 2024.09.24 04:33:45.017065 [ 3 ] {49316b71-22ce-44d0-a806-de392885d4a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
909 | 2024.09.24 04:33:45.017335 [ 3 ] {49316b71-22ce-44d0-a806-de392885d4a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
910 | 2024.09.24 04:33:45.025680 [ 3 ] {49316b71-22ce-44d0-a806-de392885d4a1} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
911 | 2024.09.24 04:33:45.025749 [ 3 ] {49316b71-22ce-44d0-a806-de392885d4a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
912 | 2024.09.24 04:33:45.028157 [ 3 ] {49316b71-22ce-44d0-a806-de392885d4a1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
913 | 2024.09.24 04:33:45.028573 [ 3 ] {49316b71-22ce-44d0-a806-de392885d4a1} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
914 | 2024.09.24 04:33:45.028743 [ 3 ] {49316b71-22ce-44d0-a806-de392885d4a1} <Debug> executeQuery: Read 45 rows, 4.21 KiB in 0.011741 sec., 3832.722936717486 rows/sec., 358.99 KiB/sec. | ||
915 | 2024.09.24 04:33:45.029095 [ 3 ] {49316b71-22ce-44d0-a806-de392885d4a1} <Debug> DynamicQueryHandler: Done processing query | ||
916 | 2024.09.24 04:33:45.029122 [ 3 ] {49316b71-22ce-44d0-a806-de392885d4a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
917 | 2024.09.24 04:33:45.029138 [ 3 ] {} <Debug> HTTP-Session: 39c37b4f-346e-4052-b92c-286bfd502a5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
918 | 2024.09.24 04:33:45.029263 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
919 | 2024.09.24 04:33:45.029314 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
920 | 2024.09.24 04:33:45.029332 [ 3 ] {} <Debug> HTTP-Session: 78bcafe8-35af-42dc-a3a5-e228d2d6ecce Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
921 | 2024.09.24 04:33:45.029349 [ 3 ] {} <Debug> HTTP-Session: 78bcafe8-35af-42dc-a3a5-e228d2d6ecce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
922 | 2024.09.24 04:33:45.029363 [ 3 ] {} <Debug> HTTP-Session: 78bcafe8-35af-42dc-a3a5-e228d2d6ecce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
923 | 2024.09.24 04:33:45.029394 [ 3 ] {} <Trace> HTTP-Session: 78bcafe8-35af-42dc-a3a5-e228d2d6ecce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
924 | 2024.09.24 04:33:45.029502 [ 3 ] {f35e1734-ad01-40e7-83b0-7d1d3389af66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
925 | 2024.09.24 04:33:45.029546 [ 3 ] {f35e1734-ad01-40e7-83b0-7d1d3389af66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
926 | 2024.09.24 04:33:45.031833 [ 3 ] {f35e1734-ad01-40e7-83b0-7d1d3389af66} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
927 | 2024.09.24 04:33:45.034155 [ 3 ] {f35e1734-ad01-40e7-83b0-7d1d3389af66} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
928 | 2024.09.24 04:33:45.034191 [ 3 ] {f35e1734-ad01-40e7-83b0-7d1d3389af66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
929 | 2024.09.24 04:33:45.034570 [ 3 ] {f35e1734-ad01-40e7-83b0-7d1d3389af66} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
930 | 2024.09.24 04:33:45.034923 [ 3 ] {f35e1734-ad01-40e7-83b0-7d1d3389af66} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
931 | 2024.09.24 04:33:45.035079 [ 3 ] {f35e1734-ad01-40e7-83b0-7d1d3389af66} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.005609 sec., 3922.2677839187018 rows/sec., 294.94 KiB/sec. | ||
932 | 2024.09.24 04:33:45.035252 [ 3 ] {f35e1734-ad01-40e7-83b0-7d1d3389af66} <Debug> DynamicQueryHandler: Done processing query | ||
933 | 2024.09.24 04:33:45.035277 [ 3 ] {f35e1734-ad01-40e7-83b0-7d1d3389af66} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
934 | 2024.09.24 04:33:45.035292 [ 3 ] {} <Debug> HTTP-Session: 78bcafe8-35af-42dc-a3a5-e228d2d6ecce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
935 | 2024.09.24 04:33:45.035413 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 181, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
936 | 2024.09.24 04:33:45.035462 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
937 | 2024.09.24 04:33:45.035481 [ 3 ] {} <Debug> HTTP-Session: c6db58ed-e318-43de-9bf3-056fdbd8c940 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
938 | 2024.09.24 04:33:45.035497 [ 3 ] {} <Debug> HTTP-Session: c6db58ed-e318-43de-9bf3-056fdbd8c940 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
939 | 2024.09.24 04:33:45.035512 [ 3 ] {} <Debug> HTTP-Session: c6db58ed-e318-43de-9bf3-056fdbd8c940 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
940 | 2024.09.24 04:33:45.035543 [ 3 ] {} <Trace> HTTP-Session: c6db58ed-e318-43de-9bf3-056fdbd8c940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
941 | 2024.09.24 04:33:45.035635 [ 3 ] {95379e73-468b-4e08-a82d-525ecfa0d9cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
942 | 2024.09.24 04:33:45.035677 [ 3 ] {95379e73-468b-4e08-a82d-525ecfa0d9cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
943 | 2024.09.24 04:33:45.035901 [ 3 ] {95379e73-468b-4e08-a82d-525ecfa0d9cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
944 | 2024.09.24 04:33:45.038651 [ 3 ] {95379e73-468b-4e08-a82d-525ecfa0d9cd} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
945 | 2024.09.24 04:33:45.038725 [ 3 ] {95379e73-468b-4e08-a82d-525ecfa0d9cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
946 | 2024.09.24 04:33:45.039348 [ 3 ] {95379e73-468b-4e08-a82d-525ecfa0d9cd} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
947 | 2024.09.24 04:33:45.039694 [ 3 ] {95379e73-468b-4e08-a82d-525ecfa0d9cd} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
948 | 2024.09.24 04:33:45.039855 [ 3 ] {95379e73-468b-4e08-a82d-525ecfa0d9cd} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.004232 sec., 236.29489603024575 rows/sec., 15.69 KiB/sec. | ||
949 | 2024.09.24 04:33:45.040129 [ 3 ] {95379e73-468b-4e08-a82d-525ecfa0d9cd} <Debug> DynamicQueryHandler: Done processing query | ||
950 | 2024.09.24 04:33:45.040152 [ 3 ] {95379e73-468b-4e08-a82d-525ecfa0d9cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
951 | 2024.09.24 04:33:45.040168 [ 3 ] {} <Debug> HTTP-Session: c6db58ed-e318-43de-9bf3-056fdbd8c940 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
952 | 2024.09.24 04:33:45.040284 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 5313, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
953 | 2024.09.24 04:33:45.040332 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
954 | 2024.09.24 04:33:45.040351 [ 3 ] {} <Debug> HTTP-Session: d9a4e40f-5d58-4aa5-9d48-d626bf75b410 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
955 | 2024.09.24 04:33:45.040367 [ 3 ] {} <Debug> HTTP-Session: d9a4e40f-5d58-4aa5-9d48-d626bf75b410 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
956 | 2024.09.24 04:33:45.040381 [ 3 ] {} <Debug> HTTP-Session: d9a4e40f-5d58-4aa5-9d48-d626bf75b410 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
957 | 2024.09.24 04:33:45.040412 [ 3 ] {} <Trace> HTTP-Session: d9a4e40f-5d58-4aa5-9d48-d626bf75b410 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
958 | 2024.09.24 04:33:45.040519 [ 3 ] {2db92472-fc3c-4986-abe5-904f954fa709} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
959 | 2024.09.24 04:33:45.040561 [ 3 ] {2db92472-fc3c-4986-abe5-904f954fa709} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
960 | 2024.09.24 04:33:45.041348 [ 3 ] {2db92472-fc3c-4986-abe5-904f954fa709} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
961 | 2024.09.24 04:33:45.044727 [ 3 ] {2db92472-fc3c-4986-abe5-904f954fa709} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
962 | 2024.09.24 04:33:45.044763 [ 3 ] {2db92472-fc3c-4986-abe5-904f954fa709} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
963 | 2024.09.24 04:33:45.046964 [ 3 ] {2db92472-fc3c-4986-abe5-904f954fa709} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
964 | 2024.09.24 04:33:45.047334 [ 3 ] {2db92472-fc3c-4986-abe5-904f954fa709} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
965 | 2024.09.24 04:33:45.047485 [ 3 ] {2db92472-fc3c-4986-abe5-904f954fa709} <Debug> executeQuery: Read 31 rows, 2.49 KiB in 0.006984 sec., 4438.7170675830475 rows/sec., 355.86 KiB/sec. | ||
966 | 2024.09.24 04:33:45.047748 [ 3 ] {2db92472-fc3c-4986-abe5-904f954fa709} <Debug> DynamicQueryHandler: Done processing query | ||
967 | 2024.09.24 04:33:45.047771 [ 3 ] {2db92472-fc3c-4986-abe5-904f954fa709} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
968 | 2024.09.24 04:33:45.047786 [ 3 ] {} <Debug> HTTP-Session: d9a4e40f-5d58-4aa5-9d48-d626bf75b410 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
969 | 2024.09.24 04:33:45.047894 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
970 | 2024.09.24 04:33:45.047941 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
971 | 2024.09.24 04:33:45.047960 [ 3 ] {} <Debug> HTTP-Session: 7268c3ff-864f-43f3-851c-f59940b5a6fc Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
972 | 2024.09.24 04:33:45.047976 [ 3 ] {} <Debug> HTTP-Session: 7268c3ff-864f-43f3-851c-f59940b5a6fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
973 | 2024.09.24 04:33:45.047991 [ 3 ] {} <Debug> HTTP-Session: 7268c3ff-864f-43f3-851c-f59940b5a6fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
974 | 2024.09.24 04:33:45.048022 [ 3 ] {} <Trace> HTTP-Session: 7268c3ff-864f-43f3-851c-f59940b5a6fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
975 | 2024.09.24 04:33:45.048115 [ 3 ] {7a8c755e-9f44-4a0b-a196-b8088e75343a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
976 | 2024.09.24 04:33:45.048699 [ 3 ] {7a8c755e-9f44-4a0b-a196-b8088e75343a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
977 | 2024.09.24 04:33:45.048866 [ 3 ] {7a8c755e-9f44-4a0b-a196-b8088e75343a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
978 | 2024.09.24 04:33:45.051099 [ 3 ] {7a8c755e-9f44-4a0b-a196-b8088e75343a} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
979 | 2024.09.24 04:33:45.051171 [ 3 ] {7a8c755e-9f44-4a0b-a196-b8088e75343a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
980 | 2024.09.24 04:33:45.056131 [ 3 ] {7a8c755e-9f44-4a0b-a196-b8088e75343a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
981 | 2024.09.24 04:33:45.056495 [ 3 ] {7a8c755e-9f44-4a0b-a196-b8088e75343a} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
982 | 2024.09.24 04:33:45.056646 [ 3 ] {7a8c755e-9f44-4a0b-a196-b8088e75343a} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.008546 sec., 117.01380762930026 rows/sec., 7.43 KiB/sec. | ||
983 | 2024.09.24 04:33:45.056813 [ 3 ] {7a8c755e-9f44-4a0b-a196-b8088e75343a} <Debug> DynamicQueryHandler: Done processing query | ||
984 | 2024.09.24 04:33:45.056837 [ 3 ] {7a8c755e-9f44-4a0b-a196-b8088e75343a} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
985 | 2024.09.24 04:33:45.056852 [ 3 ] {} <Debug> HTTP-Session: 7268c3ff-864f-43f3-851c-f59940b5a6fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
986 | 2024.09.24 04:33:45.057095 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 35721, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
987 | 2024.09.24 04:33:45.057143 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
988 | 2024.09.24 04:33:45.057162 [ 3 ] {} <Debug> HTTP-Session: 39d4a651-5d14-49ca-ac5f-18a8298f1b42 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
989 | 2024.09.24 04:33:45.057178 [ 3 ] {} <Debug> HTTP-Session: 39d4a651-5d14-49ca-ac5f-18a8298f1b42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
990 | 2024.09.24 04:33:45.057192 [ 3 ] {} <Debug> HTTP-Session: 39d4a651-5d14-49ca-ac5f-18a8298f1b42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
991 | 2024.09.24 04:33:45.057223 [ 3 ] {} <Trace> HTTP-Session: 39d4a651-5d14-49ca-ac5f-18a8298f1b42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
992 | 2024.09.24 04:33:45.057482 [ 3 ] {56360f1b-e981-44fa-9af3-9940fe31c095} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
993 | 2024.09.24 04:33:45.057546 [ 3 ] {56360f1b-e981-44fa-9af3-9940fe31c095} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
994 | 2024.09.24 04:33:45.057921 [ 3 ] {56360f1b-e981-44fa-9af3-9940fe31c095} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
995 | 2024.09.24 04:33:45.058556 [ 3 ] {56360f1b-e981-44fa-9af3-9940fe31c095} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
996 | 2024.09.24 04:33:45.058591 [ 3 ] {56360f1b-e981-44fa-9af3-9940fe31c095} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
997 | 2024.09.24 04:33:45.063023 [ 3 ] {56360f1b-e981-44fa-9af3-9940fe31c095} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
998 | 2024.09.24 04:33:45.063477 [ 3 ] {56360f1b-e981-44fa-9af3-9940fe31c095} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
999 | 2024.09.24 04:33:45.063674 [ 3 ] {56360f1b-e981-44fa-9af3-9940fe31c095} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.006373 sec., 3452.0633924368426 rows/sec., 6.19 MiB/sec. | ||
1000 | 2024.09.24 04:33:45.064149 [ 3 ] {56360f1b-e981-44fa-9af3-9940fe31c095} <Debug> DynamicQueryHandler: Done processing query | ||
1001 | 2024.09.24 04:33:45.064173 [ 3 ] {56360f1b-e981-44fa-9af3-9940fe31c095} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
1002 | 2024.09.24 04:33:45.064189 [ 3 ] {} <Debug> HTTP-Session: 39d4a651-5d14-49ca-ac5f-18a8298f1b42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1003 | 2024.09.24 04:33:45.064345 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 2441, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1004 | 2024.09.24 04:33:45.064393 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1005 | 2024.09.24 04:33:45.064411 [ 3 ] {} <Debug> HTTP-Session: 5c171da4-e2e2-4c7a-81f7-17866c6b175a Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1006 | 2024.09.24 04:33:45.064428 [ 3 ] {} <Debug> HTTP-Session: 5c171da4-e2e2-4c7a-81f7-17866c6b175a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1007 | 2024.09.24 04:33:45.064442 [ 3 ] {} <Debug> HTTP-Session: 5c171da4-e2e2-4c7a-81f7-17866c6b175a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1008 | 2024.09.24 04:33:45.064473 [ 3 ] {} <Trace> HTTP-Session: 5c171da4-e2e2-4c7a-81f7-17866c6b175a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1009 | 2024.09.24 04:33:45.064577 [ 3 ] {7b0c4f86-5701-43ad-9466-d254acdc2739} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
1010 | 2024.09.24 04:33:45.064620 [ 3 ] {7b0c4f86-5701-43ad-9466-d254acdc2739} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1011 | 2024.09.24 04:33:45.064754 [ 3 ] {7b0c4f86-5701-43ad-9466-d254acdc2739} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1012 | 2024.09.24 04:33:45.067054 [ 3 ] {7b0c4f86-5701-43ad-9466-d254acdc2739} <Trace> oximeter.measurements_i64 (5a2eaf2b-16d2-4c64-83ea-32ef1aeb9655): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1013 | 2024.09.24 04:33:45.067089 [ 3 ] {7b0c4f86-5701-43ad-9466-d254acdc2739} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1014 | 2024.09.24 04:33:45.067595 [ 3 ] {7b0c4f86-5701-43ad-9466-d254acdc2739} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1015 | 2024.09.24 04:33:45.068197 [ 3 ] {7b0c4f86-5701-43ad-9466-d254acdc2739} <Trace> oximeter.measurements_i64 (5a2eaf2b-16d2-4c64-83ea-32ef1aeb9655): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1016 | 2024.09.24 04:33:45.068443 [ 3 ] {7b0c4f86-5701-43ad-9466-d254acdc2739} <Debug> executeQuery: Read 15 rows, 1.12 KiB in 0.003886 sec., 3860.0102933607823 rows/sec., 287.24 KiB/sec. | ||
1017 | 2024.09.24 04:33:45.068752 [ 3 ] {7b0c4f86-5701-43ad-9466-d254acdc2739} <Debug> DynamicQueryHandler: Done processing query | ||
1018 | 2024.09.24 04:33:45.068776 [ 3 ] {7b0c4f86-5701-43ad-9466-d254acdc2739} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1019 | 2024.09.24 04:33:45.068791 [ 3 ] {} <Debug> HTTP-Session: 5c171da4-e2e2-4c7a-81f7-17866c6b175a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1020 | 2024.09.24 04:33:46.000172 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 173.73 MiB, peak 179.08 MiB, free memory in arenas 0.00 B, will set to 175.23 MiB (RSS), difference: 1.50 MiB | ||
1021 | 2024.09.24 04:33:47.652687 [ 98 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1022 | 2024.09.24 04:33:47.652737 [ 98 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1023 | 2024.09.24 04:33:54.908756 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 6849, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1024 | 2024.09.24 04:33:54.908896 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1025 | 2024.09.24 04:33:54.908925 [ 3 ] {} <Debug> HTTP-Session: 2b675f16-d9bc-4695-a5f7-d04345e14f0a Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1026 | 2024.09.24 04:33:54.908953 [ 3 ] {} <Debug> HTTP-Session: 2b675f16-d9bc-4695-a5f7-d04345e14f0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1027 | 2024.09.24 04:33:54.908972 [ 3 ] {} <Debug> HTTP-Session: 2b675f16-d9bc-4695-a5f7-d04345e14f0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1028 | 2024.09.24 04:33:54.909028 [ 3 ] {} <Trace> HTTP-Session: 2b675f16-d9bc-4695-a5f7-d04345e14f0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1029 | 2024.09.24 04:33:54.909241 [ 3 ] {87d29f62-9db0-41e5-ae8b-d5748f9757ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1030 | 2024.09.24 04:33:54.909314 [ 3 ] {87d29f62-9db0-41e5-ae8b-d5748f9757ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1031 | 2024.09.24 04:33:54.909701 [ 3 ] {87d29f62-9db0-41e5-ae8b-d5748f9757ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1032 | 2024.09.24 04:33:54.910229 [ 3 ] {87d29f62-9db0-41e5-ae8b-d5748f9757ad} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1033 | 2024.09.24 04:33:54.910273 [ 3 ] {87d29f62-9db0-41e5-ae8b-d5748f9757ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1034 | 2024.09.24 04:33:54.910694 [ 3 ] {87d29f62-9db0-41e5-ae8b-d5748f9757ad} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1035 | 2024.09.24 04:33:54.911072 [ 3 ] {87d29f62-9db0-41e5-ae8b-d5748f9757ad} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1036 | 2024.09.24 04:33:54.911272 [ 3 ] {87d29f62-9db0-41e5-ae8b-d5748f9757ad} <Debug> executeQuery: Read 44 rows, 4.12 KiB in 0.002095 sec., 21002.38663484487 rows/sec., 1.92 MiB/sec. | ||
1037 | 2024.09.24 04:33:54.911486 [ 3 ] {87d29f62-9db0-41e5-ae8b-d5748f9757ad} <Debug> DynamicQueryHandler: Done processing query | ||
1038 | 2024.09.24 04:33:54.911513 [ 3 ] {87d29f62-9db0-41e5-ae8b-d5748f9757ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1039 | 2024.09.24 04:33:54.911529 [ 3 ] {} <Debug> HTTP-Session: 2b675f16-d9bc-4695-a5f7-d04345e14f0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1040 | 2024.09.24 04:33:54.911668 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1041 | 2024.09.24 04:33:54.911725 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1042 | 2024.09.24 04:33:54.911744 [ 3 ] {} <Debug> HTTP-Session: 42a1f372-c0ae-4638-b450-57b0daa4bd42 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1043 | 2024.09.24 04:33:54.911762 [ 3 ] {} <Debug> HTTP-Session: 42a1f372-c0ae-4638-b450-57b0daa4bd42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1044 | 2024.09.24 04:33:54.911776 [ 3 ] {} <Debug> HTTP-Session: 42a1f372-c0ae-4638-b450-57b0daa4bd42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1045 | 2024.09.24 04:33:54.911811 [ 3 ] {} <Trace> HTTP-Session: 42a1f372-c0ae-4638-b450-57b0daa4bd42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1046 | 2024.09.24 04:33:54.911922 [ 3 ] {0e8e084d-0dae-4644-92b9-9ef4ff4df6e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
1047 | 2024.09.24 04:33:54.911967 [ 3 ] {0e8e084d-0dae-4644-92b9-9ef4ff4df6e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1048 | 2024.09.24 04:33:54.912199 [ 3 ] {0e8e084d-0dae-4644-92b9-9ef4ff4df6e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1049 | 2024.09.24 04:33:54.912546 [ 3 ] {0e8e084d-0dae-4644-92b9-9ef4ff4df6e8} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1050 | 2024.09.24 04:33:54.912583 [ 3 ] {0e8e084d-0dae-4644-92b9-9ef4ff4df6e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1051 | 2024.09.24 04:33:54.912927 [ 3 ] {0e8e084d-0dae-4644-92b9-9ef4ff4df6e8} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1052 | 2024.09.24 04:33:54.913277 [ 3 ] {0e8e084d-0dae-4644-92b9-9ef4ff4df6e8} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1053 | 2024.09.24 04:33:54.913435 [ 3 ] {0e8e084d-0dae-4644-92b9-9ef4ff4df6e8} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.001547 sec., 14221.073044602457 rows/sec., 1.04 MiB/sec. | ||
1054 | 2024.09.24 04:33:54.913614 [ 3 ] {0e8e084d-0dae-4644-92b9-9ef4ff4df6e8} <Debug> DynamicQueryHandler: Done processing query | ||
1055 | 2024.09.24 04:33:54.913638 [ 3 ] {0e8e084d-0dae-4644-92b9-9ef4ff4df6e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1056 | 2024.09.24 04:33:54.913654 [ 3 ] {} <Debug> HTTP-Session: 42a1f372-c0ae-4638-b450-57b0daa4bd42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1057 | 2024.09.24 04:33:54.913777 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3781, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1058 | 2024.09.24 04:33:54.913826 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1059 | 2024.09.24 04:33:54.913845 [ 3 ] {} <Debug> HTTP-Session: 155af3b1-66cd-4d82-a7e9-4b9ee8e726e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1060 | 2024.09.24 04:33:54.913861 [ 3 ] {} <Debug> HTTP-Session: 155af3b1-66cd-4d82-a7e9-4b9ee8e726e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1061 | 2024.09.24 04:33:54.913875 [ 3 ] {} <Debug> HTTP-Session: 155af3b1-66cd-4d82-a7e9-4b9ee8e726e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1062 | 2024.09.24 04:33:54.913906 [ 3 ] {} <Trace> HTTP-Session: 155af3b1-66cd-4d82-a7e9-4b9ee8e726e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1063 | 2024.09.24 04:33:54.914012 [ 3 ] {3eac96e1-3646-4222-829e-28e5b3dd3a6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1064 | 2024.09.24 04:33:54.914054 [ 3 ] {3eac96e1-3646-4222-829e-28e5b3dd3a6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1065 | 2024.09.24 04:33:54.914278 [ 3 ] {3eac96e1-3646-4222-829e-28e5b3dd3a6f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1066 | 2024.09.24 04:33:54.914582 [ 3 ] {3eac96e1-3646-4222-829e-28e5b3dd3a6f} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1067 | 2024.09.24 04:33:54.914618 [ 3 ] {3eac96e1-3646-4222-829e-28e5b3dd3a6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1068 | 2024.09.24 04:33:54.914958 [ 3 ] {3eac96e1-3646-4222-829e-28e5b3dd3a6f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1069 | 2024.09.24 04:33:54.915306 [ 3 ] {3eac96e1-3646-4222-829e-28e5b3dd3a6f} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1070 | 2024.09.24 04:33:54.915469 [ 3 ] {3eac96e1-3646-4222-829e-28e5b3dd3a6f} <Debug> executeQuery: Read 22 rows, 1.76 KiB in 0.001491 sec., 14755.197853789405 rows/sec., 1.15 MiB/sec. | ||
1071 | 2024.09.24 04:33:54.915635 [ 3 ] {3eac96e1-3646-4222-829e-28e5b3dd3a6f} <Debug> DynamicQueryHandler: Done processing query | ||
1072 | 2024.09.24 04:33:54.915659 [ 3 ] {3eac96e1-3646-4222-829e-28e5b3dd3a6f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1073 | 2024.09.24 04:33:54.915675 [ 3 ] {} <Debug> HTTP-Session: 155af3b1-66cd-4d82-a7e9-4b9ee8e726e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1074 | 2024.09.24 04:33:54.915868 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 35752, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1075 | 2024.09.24 04:33:54.915918 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1076 | 2024.09.24 04:33:54.915936 [ 3 ] {} <Debug> HTTP-Session: db06def3-19a0-4946-a0fd-bf9a8c617854 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1077 | 2024.09.24 04:33:54.915952 [ 3 ] {} <Debug> HTTP-Session: db06def3-19a0-4946-a0fd-bf9a8c617854 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1078 | 2024.09.24 04:33:54.915966 [ 3 ] {} <Debug> HTTP-Session: db06def3-19a0-4946-a0fd-bf9a8c617854 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1079 | 2024.09.24 04:33:54.915997 [ 3 ] {} <Trace> HTTP-Session: db06def3-19a0-4946-a0fd-bf9a8c617854 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1080 | 2024.09.24 04:33:54.916265 [ 3 ] {cbf9a9f8-ebcc-4747-a3ee-5b64064808cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
1081 | 2024.09.24 04:33:54.916331 [ 3 ] {cbf9a9f8-ebcc-4747-a3ee-5b64064808cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
1082 | 2024.09.24 04:33:54.916732 [ 3 ] {cbf9a9f8-ebcc-4747-a3ee-5b64064808cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1083 | 2024.09.24 04:33:54.917326 [ 3 ] {cbf9a9f8-ebcc-4747-a3ee-5b64064808cc} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1084 | 2024.09.24 04:33:54.917362 [ 3 ] {cbf9a9f8-ebcc-4747-a3ee-5b64064808cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1085 | 2024.09.24 04:33:54.918023 [ 3 ] {cbf9a9f8-ebcc-4747-a3ee-5b64064808cc} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1086 | 2024.09.24 04:33:54.918425 [ 3 ] {cbf9a9f8-ebcc-4747-a3ee-5b64064808cc} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1087 | 2024.09.24 04:33:54.918614 [ 3 ] {cbf9a9f8-ebcc-4747-a3ee-5b64064808cc} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002534 sec., 8681.925808997634 rows/sec., 15.56 MiB/sec. | ||
1088 | 2024.09.24 04:33:54.918936 [ 3 ] {cbf9a9f8-ebcc-4747-a3ee-5b64064808cc} <Debug> DynamicQueryHandler: Done processing query | ||
1089 | 2024.09.24 04:33:54.918960 [ 3 ] {cbf9a9f8-ebcc-4747-a3ee-5b64064808cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
1090 | 2024.09.24 04:33:54.918976 [ 3 ] {} <Debug> HTTP-Session: db06def3-19a0-4946-a0fd-bf9a8c617854 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1091 | 2024.09.24 04:34:02.652782 [ 83 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1092 | 2024.09.24 04:34:02.652846 [ 83 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1093 | 2024.09.24 04:34:04.908472 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 6849, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1094 | 2024.09.24 04:34:04.908600 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1095 | 2024.09.24 04:34:04.908630 [ 3 ] {} <Debug> HTTP-Session: 31c8f45a-5abd-44a5-8560-4fcf04ed6acb Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1096 | 2024.09.24 04:34:04.908659 [ 3 ] {} <Debug> HTTP-Session: 31c8f45a-5abd-44a5-8560-4fcf04ed6acb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1097 | 2024.09.24 04:34:04.908679 [ 3 ] {} <Debug> HTTP-Session: 31c8f45a-5abd-44a5-8560-4fcf04ed6acb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1098 | 2024.09.24 04:34:04.908734 [ 3 ] {} <Trace> HTTP-Session: 31c8f45a-5abd-44a5-8560-4fcf04ed6acb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1099 | 2024.09.24 04:34:04.908954 [ 3 ] {c1aae175-20d4-47b7-a96b-8662a0da0c6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1100 | 2024.09.24 04:34:04.909032 [ 3 ] {c1aae175-20d4-47b7-a96b-8662a0da0c6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1101 | 2024.09.24 04:34:04.909373 [ 3 ] {c1aae175-20d4-47b7-a96b-8662a0da0c6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1102 | 2024.09.24 04:34:04.909894 [ 3 ] {c1aae175-20d4-47b7-a96b-8662a0da0c6b} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1103 | 2024.09.24 04:34:04.909939 [ 3 ] {c1aae175-20d4-47b7-a96b-8662a0da0c6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1104 | 2024.09.24 04:34:04.910368 [ 3 ] {c1aae175-20d4-47b7-a96b-8662a0da0c6b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1105 | 2024.09.24 04:34:04.910758 [ 3 ] {c1aae175-20d4-47b7-a96b-8662a0da0c6b} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1106 | 2024.09.24 04:34:04.910935 [ 3 ] {c1aae175-20d4-47b7-a96b-8662a0da0c6b} <Debug> executeQuery: Read 44 rows, 4.12 KiB in 0.002047 sec., 21494.87054225696 rows/sec., 1.97 MiB/sec. | ||
1107 | 2024.09.24 04:34:04.911278 [ 3 ] {c1aae175-20d4-47b7-a96b-8662a0da0c6b} <Debug> DynamicQueryHandler: Done processing query | ||
1108 | 2024.09.24 04:34:04.911304 [ 3 ] {c1aae175-20d4-47b7-a96b-8662a0da0c6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1109 | 2024.09.24 04:34:04.911321 [ 3 ] {} <Debug> HTTP-Session: 31c8f45a-5abd-44a5-8560-4fcf04ed6acb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1110 | 2024.09.24 04:34:04.911450 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1111 | 2024.09.24 04:34:04.911508 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1112 | 2024.09.24 04:34:04.911527 [ 3 ] {} <Debug> HTTP-Session: df1146a6-e405-4d54-a24f-5a20a66b9e38 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1113 | 2024.09.24 04:34:04.911546 [ 3 ] {} <Debug> HTTP-Session: df1146a6-e405-4d54-a24f-5a20a66b9e38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1114 | 2024.09.24 04:34:04.911560 [ 3 ] {} <Debug> HTTP-Session: df1146a6-e405-4d54-a24f-5a20a66b9e38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1115 | 2024.09.24 04:34:04.911596 [ 3 ] {} <Trace> HTTP-Session: df1146a6-e405-4d54-a24f-5a20a66b9e38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1116 | 2024.09.24 04:34:04.911712 [ 3 ] {e7716a13-3e4d-4ea2-908b-604552e38988} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
1117 | 2024.09.24 04:34:04.911761 [ 3 ] {e7716a13-3e4d-4ea2-908b-604552e38988} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1118 | 2024.09.24 04:34:04.912021 [ 3 ] {e7716a13-3e4d-4ea2-908b-604552e38988} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1119 | 2024.09.24 04:34:04.912408 [ 3 ] {e7716a13-3e4d-4ea2-908b-604552e38988} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1120 | 2024.09.24 04:34:04.912445 [ 3 ] {e7716a13-3e4d-4ea2-908b-604552e38988} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1121 | 2024.09.24 04:34:04.912802 [ 3 ] {e7716a13-3e4d-4ea2-908b-604552e38988} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1122 | 2024.09.24 04:34:04.913159 [ 3 ] {e7716a13-3e4d-4ea2-908b-604552e38988} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1123 | 2024.09.24 04:34:04.913331 [ 3 ] {e7716a13-3e4d-4ea2-908b-604552e38988} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.00165 sec., 13333.333333333334 rows/sec., 1002.60 KiB/sec. | ||
1124 | 2024.09.24 04:34:04.913555 [ 3 ] {e7716a13-3e4d-4ea2-908b-604552e38988} <Debug> DynamicQueryHandler: Done processing query | ||
1125 | 2024.09.24 04:34:04.913580 [ 3 ] {e7716a13-3e4d-4ea2-908b-604552e38988} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1126 | 2024.09.24 04:34:04.913597 [ 3 ] {} <Debug> HTTP-Session: df1146a6-e405-4d54-a24f-5a20a66b9e38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1127 | 2024.09.24 04:34:04.913731 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3781, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1128 | 2024.09.24 04:34:04.913782 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1129 | 2024.09.24 04:34:04.913800 [ 3 ] {} <Debug> HTTP-Session: f15a0046-efbb-4576-a9e5-681032e2d366 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1130 | 2024.09.24 04:34:04.913817 [ 3 ] {} <Debug> HTTP-Session: f15a0046-efbb-4576-a9e5-681032e2d366 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1131 | 2024.09.24 04:34:04.913831 [ 3 ] {} <Debug> HTTP-Session: f15a0046-efbb-4576-a9e5-681032e2d366 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1132 | 2024.09.24 04:34:04.913865 [ 3 ] {} <Trace> HTTP-Session: f15a0046-efbb-4576-a9e5-681032e2d366 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1133 | 2024.09.24 04:34:04.913974 [ 3 ] {b59e1068-4a46-4ce3-a7f6-8ee42a762a6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1134 | 2024.09.24 04:34:04.914017 [ 3 ] {b59e1068-4a46-4ce3-a7f6-8ee42a762a6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1135 | 2024.09.24 04:34:04.914249 [ 3 ] {b59e1068-4a46-4ce3-a7f6-8ee42a762a6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1136 | 2024.09.24 04:34:04.914574 [ 3 ] {b59e1068-4a46-4ce3-a7f6-8ee42a762a6d} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1137 | 2024.09.24 04:34:04.914611 [ 3 ] {b59e1068-4a46-4ce3-a7f6-8ee42a762a6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1138 | 2024.09.24 04:34:04.914957 [ 3 ] {b59e1068-4a46-4ce3-a7f6-8ee42a762a6d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1139 | 2024.09.24 04:34:04.915310 [ 3 ] {b59e1068-4a46-4ce3-a7f6-8ee42a762a6d} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1140 | 2024.09.24 04:34:04.915472 [ 3 ] {b59e1068-4a46-4ce3-a7f6-8ee42a762a6d} <Debug> executeQuery: Read 22 rows, 1.76 KiB in 0.00153 sec., 14379.084967320263 rows/sec., 1.12 MiB/sec. | ||
1141 | 2024.09.24 04:34:04.915648 [ 3 ] {b59e1068-4a46-4ce3-a7f6-8ee42a762a6d} <Debug> DynamicQueryHandler: Done processing query | ||
1142 | 2024.09.24 04:34:04.915671 [ 3 ] {b59e1068-4a46-4ce3-a7f6-8ee42a762a6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1143 | 2024.09.24 04:34:04.915687 [ 3 ] {} <Debug> HTTP-Session: f15a0046-efbb-4576-a9e5-681032e2d366 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1144 | 2024.09.24 04:34:04.915878 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 35798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1145 | 2024.09.24 04:34:04.915928 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1146 | 2024.09.24 04:34:04.915946 [ 3 ] {} <Debug> HTTP-Session: da768c89-5169-45a1-9348-9811f844a711 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1147 | 2024.09.24 04:34:04.915963 [ 3 ] {} <Debug> HTTP-Session: da768c89-5169-45a1-9348-9811f844a711 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1148 | 2024.09.24 04:34:04.915977 [ 3 ] {} <Debug> HTTP-Session: da768c89-5169-45a1-9348-9811f844a711 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1149 | 2024.09.24 04:34:04.916009 [ 3 ] {} <Trace> HTTP-Session: da768c89-5169-45a1-9348-9811f844a711 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1150 | 2024.09.24 04:34:04.916282 [ 3 ] {d8de5740-83f6-4b2d-a70f-1974e694c8cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
1151 | 2024.09.24 04:34:04.916347 [ 3 ] {d8de5740-83f6-4b2d-a70f-1974e694c8cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
1152 | 2024.09.24 04:34:04.916773 [ 3 ] {d8de5740-83f6-4b2d-a70f-1974e694c8cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1153 | 2024.09.24 04:34:04.917384 [ 3 ] {d8de5740-83f6-4b2d-a70f-1974e694c8cb} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1154 | 2024.09.24 04:34:04.917421 [ 3 ] {d8de5740-83f6-4b2d-a70f-1974e694c8cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1155 | 2024.09.24 04:34:04.918037 [ 3 ] {d8de5740-83f6-4b2d-a70f-1974e694c8cb} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1156 | 2024.09.24 04:34:04.918450 [ 3 ] {d8de5740-83f6-4b2d-a70f-1974e694c8cb} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1157 | 2024.09.24 04:34:04.918604 [ 3 ] {d8de5740-83f6-4b2d-a70f-1974e694c8cb} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002504 sec., 8785.942492012779 rows/sec., 15.74 MiB/sec. | ||
1158 | 2024.09.24 04:34:04.918877 [ 3 ] {d8de5740-83f6-4b2d-a70f-1974e694c8cb} <Debug> DynamicQueryHandler: Done processing query | ||
1159 | 2024.09.24 04:34:04.918901 [ 3 ] {d8de5740-83f6-4b2d-a70f-1974e694c8cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
1160 | 2024.09.24 04:34:04.918916 [ 3 ] {} <Debug> HTTP-Session: da768c89-5169-45a1-9348-9811f844a711 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1161 | 2024.09.24 04:34:14.908460 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 6849, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1162 | 2024.09.24 04:34:14.908597 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1163 | 2024.09.24 04:34:14.908626 [ 3 ] {} <Debug> HTTP-Session: 09f56db3-27d2-414e-8002-6837b12faa01 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1164 | 2024.09.24 04:34:14.908654 [ 3 ] {} <Debug> HTTP-Session: 09f56db3-27d2-414e-8002-6837b12faa01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1165 | 2024.09.24 04:34:14.908672 [ 3 ] {} <Debug> HTTP-Session: 09f56db3-27d2-414e-8002-6837b12faa01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1166 | 2024.09.24 04:34:14.908728 [ 3 ] {} <Trace> HTTP-Session: 09f56db3-27d2-414e-8002-6837b12faa01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1167 | 2024.09.24 04:34:14.908941 [ 3 ] {08f562bf-4c48-4528-954b-73196f01518f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1168 | 2024.09.24 04:34:14.909016 [ 3 ] {08f562bf-4c48-4528-954b-73196f01518f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1169 | 2024.09.24 04:34:14.909395 [ 3 ] {08f562bf-4c48-4528-954b-73196f01518f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1170 | 2024.09.24 04:34:14.909894 [ 3 ] {08f562bf-4c48-4528-954b-73196f01518f} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1171 | 2024.09.24 04:34:14.909937 [ 3 ] {08f562bf-4c48-4528-954b-73196f01518f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1172 | 2024.09.24 04:34:14.910359 [ 3 ] {08f562bf-4c48-4528-954b-73196f01518f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1173 | 2024.09.24 04:34:14.910742 [ 3 ] {08f562bf-4c48-4528-954b-73196f01518f} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1174 | 2024.09.24 04:34:14.910885 [ 3 ] {08f562bf-4c48-4528-954b-73196f01518f} <Debug> executeQuery: Read 44 rows, 4.12 KiB in 0.002016 sec., 21825.396825396827 rows/sec., 2.00 MiB/sec. | ||
1175 | 2024.09.24 04:34:14.911147 [ 3 ] {08f562bf-4c48-4528-954b-73196f01518f} <Debug> DynamicQueryHandler: Done processing query | ||
1176 | 2024.09.24 04:34:14.911174 [ 3 ] {08f562bf-4c48-4528-954b-73196f01518f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1177 | 2024.09.24 04:34:14.911191 [ 3 ] {} <Debug> HTTP-Session: 09f56db3-27d2-414e-8002-6837b12faa01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1178 | 2024.09.24 04:34:14.911327 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1179 | 2024.09.24 04:34:14.911385 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1180 | 2024.09.24 04:34:14.911404 [ 3 ] {} <Debug> HTTP-Session: 8d4e3fec-b06a-4413-a416-f571a98a3744 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1181 | 2024.09.24 04:34:14.911422 [ 3 ] {} <Debug> HTTP-Session: 8d4e3fec-b06a-4413-a416-f571a98a3744 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1182 | 2024.09.24 04:34:14.911437 [ 3 ] {} <Debug> HTTP-Session: 8d4e3fec-b06a-4413-a416-f571a98a3744 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1183 | 2024.09.24 04:34:14.911474 [ 3 ] {} <Trace> HTTP-Session: 8d4e3fec-b06a-4413-a416-f571a98a3744 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1184 | 2024.09.24 04:34:14.911624 [ 3 ] {3ad72741-7323-4256-86c5-409d57162df0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
1185 | 2024.09.24 04:34:14.911685 [ 3 ] {3ad72741-7323-4256-86c5-409d57162df0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1186 | 2024.09.24 04:34:14.911981 [ 3 ] {3ad72741-7323-4256-86c5-409d57162df0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1187 | 2024.09.24 04:34:14.912399 [ 3 ] {3ad72741-7323-4256-86c5-409d57162df0} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1188 | 2024.09.24 04:34:14.912437 [ 3 ] {3ad72741-7323-4256-86c5-409d57162df0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1189 | 2024.09.24 04:34:14.912816 [ 3 ] {3ad72741-7323-4256-86c5-409d57162df0} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1190 | 2024.09.24 04:34:14.913180 [ 3 ] {3ad72741-7323-4256-86c5-409d57162df0} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1191 | 2024.09.24 04:34:14.913309 [ 3 ] {3ad72741-7323-4256-86c5-409d57162df0} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.001738 sec., 12658.227848101265 rows/sec., 951.84 KiB/sec. | ||
1192 | 2024.09.24 04:34:14.913490 [ 3 ] {3ad72741-7323-4256-86c5-409d57162df0} <Debug> DynamicQueryHandler: Done processing query | ||
1193 | 2024.09.24 04:34:14.913517 [ 3 ] {3ad72741-7323-4256-86c5-409d57162df0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1194 | 2024.09.24 04:34:14.913535 [ 3 ] {} <Debug> HTTP-Session: 8d4e3fec-b06a-4413-a416-f571a98a3744 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1195 | 2024.09.24 04:34:14.913705 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3781, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1196 | 2024.09.24 04:34:14.913758 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1197 | 2024.09.24 04:34:14.913777 [ 3 ] {} <Debug> HTTP-Session: 95fda811-25ee-4e23-8a3f-3a6b544e3f51 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1198 | 2024.09.24 04:34:14.913795 [ 3 ] {} <Debug> HTTP-Session: 95fda811-25ee-4e23-8a3f-3a6b544e3f51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1199 | 2024.09.24 04:34:14.913809 [ 3 ] {} <Debug> HTTP-Session: 95fda811-25ee-4e23-8a3f-3a6b544e3f51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1200 | 2024.09.24 04:34:14.913843 [ 3 ] {} <Trace> HTTP-Session: 95fda811-25ee-4e23-8a3f-3a6b544e3f51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1201 | 2024.09.24 04:34:14.913948 [ 3 ] {9f32de13-7fff-4799-b621-980d53787820} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1202 | 2024.09.24 04:34:14.913993 [ 3 ] {9f32de13-7fff-4799-b621-980d53787820} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1203 | 2024.09.24 04:34:14.914223 [ 3 ] {9f32de13-7fff-4799-b621-980d53787820} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1204 | 2024.09.24 04:34:14.914545 [ 3 ] {9f32de13-7fff-4799-b621-980d53787820} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1205 | 2024.09.24 04:34:14.914582 [ 3 ] {9f32de13-7fff-4799-b621-980d53787820} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1206 | 2024.09.24 04:34:14.914932 [ 3 ] {9f32de13-7fff-4799-b621-980d53787820} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1207 | 2024.09.24 04:34:14.915290 [ 3 ] {9f32de13-7fff-4799-b621-980d53787820} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1208 | 2024.09.24 04:34:14.915420 [ 3 ] {9f32de13-7fff-4799-b621-980d53787820} <Debug> executeQuery: Read 22 rows, 1.76 KiB in 0.001503 sec., 14637.391882900865 rows/sec., 1.14 MiB/sec. | ||
1209 | 2024.09.24 04:34:14.915592 [ 3 ] {9f32de13-7fff-4799-b621-980d53787820} <Debug> DynamicQueryHandler: Done processing query | ||
1210 | 2024.09.24 04:34:14.915617 [ 3 ] {9f32de13-7fff-4799-b621-980d53787820} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1211 | 2024.09.24 04:34:14.915632 [ 3 ] {} <Debug> HTTP-Session: 95fda811-25ee-4e23-8a3f-3a6b544e3f51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1212 | 2024.09.24 04:34:14.915868 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 35868, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1213 | 2024.09.24 04:34:14.915919 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1214 | 2024.09.24 04:34:14.915938 [ 3 ] {} <Debug> HTTP-Session: edfe7e40-6a89-45ac-814f-501d70ed461a Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1215 | 2024.09.24 04:34:14.915955 [ 3 ] {} <Debug> HTTP-Session: edfe7e40-6a89-45ac-814f-501d70ed461a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1216 | 2024.09.24 04:34:14.915969 [ 3 ] {} <Debug> HTTP-Session: edfe7e40-6a89-45ac-814f-501d70ed461a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1217 | 2024.09.24 04:34:14.916000 [ 3 ] {} <Trace> HTTP-Session: edfe7e40-6a89-45ac-814f-501d70ed461a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1218 | 2024.09.24 04:34:14.916277 [ 3 ] {022b8629-a6ff-46e9-ab3d-83847c68a817} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
1219 | 2024.09.24 04:34:14.916345 [ 3 ] {022b8629-a6ff-46e9-ab3d-83847c68a817} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
1220 | 2024.09.24 04:34:14.916744 [ 3 ] {022b8629-a6ff-46e9-ab3d-83847c68a817} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1221 | 2024.09.24 04:34:14.917391 [ 3 ] {022b8629-a6ff-46e9-ab3d-83847c68a817} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1222 | 2024.09.24 04:34:14.917427 [ 3 ] {022b8629-a6ff-46e9-ab3d-83847c68a817} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1223 | 2024.09.24 04:34:14.918041 [ 3 ] {022b8629-a6ff-46e9-ab3d-83847c68a817} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1224 | 2024.09.24 04:34:14.918451 [ 3 ] {022b8629-a6ff-46e9-ab3d-83847c68a817} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1225 | 2024.09.24 04:34:14.918596 [ 3 ] {022b8629-a6ff-46e9-ab3d-83847c68a817} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002508 sec., 8771.929824561405 rows/sec., 15.72 MiB/sec. | ||
1226 | 2024.09.24 04:34:14.918824 [ 3 ] {022b8629-a6ff-46e9-ab3d-83847c68a817} <Debug> DynamicQueryHandler: Done processing query | ||
1227 | 2024.09.24 04:34:14.918848 [ 3 ] {022b8629-a6ff-46e9-ab3d-83847c68a817} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
1228 | 2024.09.24 04:34:14.918864 [ 3 ] {} <Debug> HTTP-Session: edfe7e40-6a89-45ac-814f-501d70ed461a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1229 | 2024.09.24 04:34:17.652897 [ 72 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1230 | 2024.09.24 04:34:17.652962 [ 72 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1231 | 2024.09.24 04:34:19.907895 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 2606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1232 | 2024.09.24 04:34:19.908002 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1233 | 2024.09.24 04:34:19.908027 [ 3 ] {} <Debug> HTTP-Session: f5be327b-f94e-4301-b865-60906f73a603 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1234 | 2024.09.24 04:34:19.908052 [ 3 ] {} <Debug> HTTP-Session: f5be327b-f94e-4301-b865-60906f73a603 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1235 | 2024.09.24 04:34:19.908067 [ 3 ] {} <Debug> HTTP-Session: f5be327b-f94e-4301-b865-60906f73a603 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1236 | 2024.09.24 04:34:19.908118 [ 3 ] {} <Trace> HTTP-Session: f5be327b-f94e-4301-b865-60906f73a603 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1237 | 2024.09.24 04:34:19.908321 [ 3 ] {d187be15-b1ac-44f7-bd27-5f2373c98a41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1238 | 2024.09.24 04:34:19.908392 [ 3 ] {d187be15-b1ac-44f7-bd27-5f2373c98a41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1239 | 2024.09.24 04:34:19.908750 [ 3 ] {d187be15-b1ac-44f7-bd27-5f2373c98a41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1240 | 2024.09.24 04:34:19.909336 [ 3 ] {d187be15-b1ac-44f7-bd27-5f2373c98a41} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1241 | 2024.09.24 04:34:19.909389 [ 3 ] {d187be15-b1ac-44f7-bd27-5f2373c98a41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1242 | 2024.09.24 04:34:19.909861 [ 3 ] {d187be15-b1ac-44f7-bd27-5f2373c98a41} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1243 | 2024.09.24 04:34:19.910261 [ 3 ] {d187be15-b1ac-44f7-bd27-5f2373c98a41} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1244 | 2024.09.24 04:34:19.910454 [ 3 ] {d187be15-b1ac-44f7-bd27-5f2373c98a41} <Debug> executeQuery: Read 16 rows, 1.58 KiB in 0.002182 sec., 7332.722273143905 rows/sec., 725.93 KiB/sec. | ||
1245 | 2024.09.24 04:34:19.910785 [ 3 ] {d187be15-b1ac-44f7-bd27-5f2373c98a41} <Debug> DynamicQueryHandler: Done processing query | ||
1246 | 2024.09.24 04:34:19.910814 [ 3 ] {d187be15-b1ac-44f7-bd27-5f2373c98a41} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1247 | 2024.09.24 04:34:19.910831 [ 3 ] {} <Debug> HTTP-Session: f5be327b-f94e-4301-b865-60906f73a603 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1248 | 2024.09.24 04:34:19.910992 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1249 | 2024.09.24 04:34:19.911055 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1250 | 2024.09.24 04:34:19.911075 [ 3 ] {} <Debug> HTTP-Session: 87139d52-3949-484b-b33e-22fe8271e55f Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1251 | 2024.09.24 04:34:19.911094 [ 3 ] {} <Debug> HTTP-Session: 87139d52-3949-484b-b33e-22fe8271e55f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1252 | 2024.09.24 04:34:19.911109 [ 3 ] {} <Debug> HTTP-Session: 87139d52-3949-484b-b33e-22fe8271e55f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1253 | 2024.09.24 04:34:19.911147 [ 3 ] {} <Trace> HTTP-Session: 87139d52-3949-484b-b33e-22fe8271e55f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1254 | 2024.09.24 04:34:19.911275 [ 3 ] {3df14cfe-38cb-42eb-8767-52fb01f55257} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
1255 | 2024.09.24 04:34:19.911325 [ 3 ] {3df14cfe-38cb-42eb-8767-52fb01f55257} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1256 | 2024.09.24 04:34:19.911594 [ 3 ] {3df14cfe-38cb-42eb-8767-52fb01f55257} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1257 | 2024.09.24 04:34:19.911947 [ 3 ] {3df14cfe-38cb-42eb-8767-52fb01f55257} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1258 | 2024.09.24 04:34:19.911985 [ 3 ] {3df14cfe-38cb-42eb-8767-52fb01f55257} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1259 | 2024.09.24 04:34:19.912353 [ 3 ] {3df14cfe-38cb-42eb-8767-52fb01f55257} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1260 | 2024.09.24 04:34:19.912724 [ 3 ] {3df14cfe-38cb-42eb-8767-52fb01f55257} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1261 | 2024.09.24 04:34:19.912896 [ 3 ] {3df14cfe-38cb-42eb-8767-52fb01f55257} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001646 sec., 4860.267314702309 rows/sec., 365.47 KiB/sec. | ||
1262 | 2024.09.24 04:34:19.913316 [ 3 ] {3df14cfe-38cb-42eb-8767-52fb01f55257} <Debug> DynamicQueryHandler: Done processing query | ||
1263 | 2024.09.24 04:34:19.913342 [ 3 ] {3df14cfe-38cb-42eb-8767-52fb01f55257} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1264 | 2024.09.24 04:34:19.913358 [ 3 ] {} <Debug> HTTP-Session: 87139d52-3949-484b-b33e-22fe8271e55f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1265 | 2024.09.24 04:34:19.913493 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1405, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1266 | 2024.09.24 04:34:19.913549 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1267 | 2024.09.24 04:34:19.913568 [ 3 ] {} <Debug> HTTP-Session: 1159f359-3c3b-48f6-8739-a9f437e42448 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1268 | 2024.09.24 04:34:19.913585 [ 3 ] {} <Debug> HTTP-Session: 1159f359-3c3b-48f6-8739-a9f437e42448 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1269 | 2024.09.24 04:34:19.913599 [ 3 ] {} <Debug> HTTP-Session: 1159f359-3c3b-48f6-8739-a9f437e42448 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1270 | 2024.09.24 04:34:19.913636 [ 3 ] {} <Trace> HTTP-Session: 1159f359-3c3b-48f6-8739-a9f437e42448 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1271 | 2024.09.24 04:34:19.913759 [ 3 ] {a4cec19c-97df-4732-bb47-62ef0b5cbf08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1272 | 2024.09.24 04:34:19.913805 [ 3 ] {a4cec19c-97df-4732-bb47-62ef0b5cbf08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1273 | 2024.09.24 04:34:19.914053 [ 3 ] {a4cec19c-97df-4732-bb47-62ef0b5cbf08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1274 | 2024.09.24 04:34:19.914366 [ 3 ] {a4cec19c-97df-4732-bb47-62ef0b5cbf08} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1275 | 2024.09.24 04:34:19.914403 [ 3 ] {a4cec19c-97df-4732-bb47-62ef0b5cbf08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1276 | 2024.09.24 04:34:19.914771 [ 3 ] {a4cec19c-97df-4732-bb47-62ef0b5cbf08} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1277 | 2024.09.24 04:34:19.915141 [ 3 ] {a4cec19c-97df-4732-bb47-62ef0b5cbf08} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1278 | 2024.09.24 04:34:19.915327 [ 3 ] {a4cec19c-97df-4732-bb47-62ef0b5cbf08} <Debug> executeQuery: Read 8 rows, 656.00 B in 0.001592 sec., 5025.125628140703 rows/sec., 402.40 KiB/sec. | ||
1279 | 2024.09.24 04:34:19.915808 [ 3 ] {a4cec19c-97df-4732-bb47-62ef0b5cbf08} <Debug> DynamicQueryHandler: Done processing query | ||
1280 | 2024.09.24 04:34:19.915832 [ 3 ] {a4cec19c-97df-4732-bb47-62ef0b5cbf08} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1281 | 2024.09.24 04:34:19.915848 [ 3 ] {} <Debug> HTTP-Session: 1159f359-3c3b-48f6-8739-a9f437e42448 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1282 | 2024.09.24 04:34:19.916005 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 14135, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1283 | 2024.09.24 04:34:19.916057 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1284 | 2024.09.24 04:34:19.916076 [ 3 ] {} <Debug> HTTP-Session: c813b363-26c2-46e9-91f8-1e73a8efc96b Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1285 | 2024.09.24 04:34:19.916094 [ 3 ] {} <Debug> HTTP-Session: c813b363-26c2-46e9-91f8-1e73a8efc96b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1286 | 2024.09.24 04:34:19.916108 [ 3 ] {} <Debug> HTTP-Session: c813b363-26c2-46e9-91f8-1e73a8efc96b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1287 | 2024.09.24 04:34:19.916142 [ 3 ] {} <Trace> HTTP-Session: c813b363-26c2-46e9-91f8-1e73a8efc96b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1288 | 2024.09.24 04:34:19.916302 [ 3 ] {1b0b5772-19c8-41b8-b4b6-79a5be6fb469} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
1289 | 2024.09.24 04:34:19.916376 [ 3 ] {1b0b5772-19c8-41b8-b4b6-79a5be6fb469} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
1290 | 2024.09.24 04:34:19.916809 [ 3 ] {1b0b5772-19c8-41b8-b4b6-79a5be6fb469} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1291 | 2024.09.24 04:34:19.917337 [ 3 ] {1b0b5772-19c8-41b8-b4b6-79a5be6fb469} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1292 | 2024.09.24 04:34:19.917373 [ 3 ] {1b0b5772-19c8-41b8-b4b6-79a5be6fb469} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1293 | 2024.09.24 04:34:19.917972 [ 3 ] {1b0b5772-19c8-41b8-b4b6-79a5be6fb469} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1294 | 2024.09.24 04:34:19.918388 [ 3 ] {1b0b5772-19c8-41b8-b4b6-79a5be6fb469} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1295 | 2024.09.24 04:34:19.918594 [ 3 ] {1b0b5772-19c8-41b8-b4b6-79a5be6fb469} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002373 sec., 3371.26000842815 rows/sec., 6.04 MiB/sec. | ||
1296 | 2024.09.24 04:34:19.918890 [ 3 ] {1b0b5772-19c8-41b8-b4b6-79a5be6fb469} <Debug> DynamicQueryHandler: Done processing query | ||
1297 | 2024.09.24 04:34:19.918914 [ 3 ] {1b0b5772-19c8-41b8-b4b6-79a5be6fb469} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
1298 | 2024.09.24 04:34:19.918930 [ 3 ] {} <Debug> HTTP-Session: c813b363-26c2-46e9-91f8-1e73a8efc96b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1299 | 2024.09.24 04:34:24.908186 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 6849, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1300 | 2024.09.24 04:34:24.908309 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1301 | 2024.09.24 04:34:24.908333 [ 3 ] {} <Debug> HTTP-Session: 5b4808b6-83fc-488f-b03f-c34a6a6f592a Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1302 | 2024.09.24 04:34:24.908357 [ 3 ] {} <Debug> HTTP-Session: 5b4808b6-83fc-488f-b03f-c34a6a6f592a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1303 | 2024.09.24 04:34:24.908373 [ 3 ] {} <Debug> HTTP-Session: 5b4808b6-83fc-488f-b03f-c34a6a6f592a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1304 | 2024.09.24 04:34:24.908425 [ 3 ] {} <Trace> HTTP-Session: 5b4808b6-83fc-488f-b03f-c34a6a6f592a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1305 | 2024.09.24 04:34:24.908623 [ 3 ] {62928e4d-d4e0-4867-95c3-deecd26e189b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1306 | 2024.09.24 04:34:24.908691 [ 3 ] {62928e4d-d4e0-4867-95c3-deecd26e189b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1307 | 2024.09.24 04:34:24.909032 [ 3 ] {62928e4d-d4e0-4867-95c3-deecd26e189b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1308 | 2024.09.24 04:34:24.909545 [ 3 ] {62928e4d-d4e0-4867-95c3-deecd26e189b} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1309 | 2024.09.24 04:34:24.909586 [ 3 ] {62928e4d-d4e0-4867-95c3-deecd26e189b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1310 | 2024.09.24 04:34:24.910004 [ 3 ] {62928e4d-d4e0-4867-95c3-deecd26e189b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1311 | 2024.09.24 04:34:24.910397 [ 3 ] {62928e4d-d4e0-4867-95c3-deecd26e189b} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1312 | 2024.09.24 04:34:24.910564 [ 3 ] {62928e4d-d4e0-4867-95c3-deecd26e189b} <Debug> executeQuery: Read 44 rows, 4.12 KiB in 0.002004 sec., 21956.087824351296 rows/sec., 2.01 MiB/sec. | ||
1313 | 2024.09.24 04:34:24.910593 [ 68 ] {} <Debug> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1314 | 2024.09.24 04:34:24.910757 [ 68 ] {} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1315 | 2024.09.24 04:34:24.910790 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. | ||
1316 | 2024.09.24 04:34:24.910874 [ 3 ] {62928e4d-d4e0-4867-95c3-deecd26e189b} <Debug> DynamicQueryHandler: Done processing query | ||
1317 | 2024.09.24 04:34:24.910920 [ 3 ] {62928e4d-d4e0-4867-95c3-deecd26e189b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1318 | 2024.09.24 04:34:24.910973 [ 3 ] {} <Debug> HTTP-Session: 5b4808b6-83fc-488f-b03f-c34a6a6f592a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1319 | 2024.09.24 04:34:24.911140 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1320 | 2024.09.24 04:34:24.911194 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1321 | 2024.09.24 04:34:24.911214 [ 3 ] {} <Debug> HTTP-Session: 02b55f35-cfad-4f2a-b377-fce33a644c47 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1322 | 2024.09.24 04:34:24.911232 [ 3 ] {} <Debug> HTTP-Session: 02b55f35-cfad-4f2a-b377-fce33a644c47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1323 | 2024.09.24 04:34:24.911246 [ 3 ] {} <Debug> HTTP-Session: 02b55f35-cfad-4f2a-b377-fce33a644c47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1324 | 2024.09.24 04:34:24.911279 [ 3 ] {} <Trace> HTTP-Session: 02b55f35-cfad-4f2a-b377-fce33a644c47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1325 | 2024.09.24 04:34:24.911392 [ 3 ] {053671c6-21e0-4f86-aa50-5226638d2ea5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
1326 | 2024.09.24 04:34:24.911439 [ 3 ] {053671c6-21e0-4f86-aa50-5226638d2ea5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1327 | 2024.09.24 04:34:24.911679 [ 3 ] {053671c6-21e0-4f86-aa50-5226638d2ea5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1328 | 2024.09.24 04:34:24.912028 [ 3 ] {053671c6-21e0-4f86-aa50-5226638d2ea5} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1329 | 2024.09.24 04:34:24.912064 [ 3 ] {053671c6-21e0-4f86-aa50-5226638d2ea5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1330 | 2024.09.24 04:34:24.912406 [ 3 ] {053671c6-21e0-4f86-aa50-5226638d2ea5} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1331 | 2024.09.24 04:34:24.912756 [ 3 ] {053671c6-21e0-4f86-aa50-5226638d2ea5} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1332 | 2024.09.24 04:34:24.912892 [ 3 ] {053671c6-21e0-4f86-aa50-5226638d2ea5} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.001528 sec., 14397.905759162302 rows/sec., 1.06 MiB/sec. | ||
1333 | 2024.09.24 04:34:24.912939 [ 67 ] {} <Debug> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1334 | 2024.09.24 04:34:24.913075 [ 67 ] {} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1335 | 2024.09.24 04:34:24.913110 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1336 | 2024.09.24 04:34:24.913179 [ 3 ] {053671c6-21e0-4f86-aa50-5226638d2ea5} <Debug> DynamicQueryHandler: Done processing query | ||
1337 | 2024.09.24 04:34:24.913211 [ 3 ] {053671c6-21e0-4f86-aa50-5226638d2ea5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1338 | 2024.09.24 04:34:24.913227 [ 3 ] {} <Debug> HTTP-Session: 02b55f35-cfad-4f2a-b377-fce33a644c47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1339 | 2024.09.24 04:34:24.913367 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3781, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1340 | 2024.09.24 04:34:24.913415 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1341 | 2024.09.24 04:34:24.913433 [ 3 ] {} <Debug> HTTP-Session: e1834582-070c-4497-b208-dbc77b2dc5e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1342 | 2024.09.24 04:34:24.913450 [ 3 ] {} <Debug> HTTP-Session: e1834582-070c-4497-b208-dbc77b2dc5e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1343 | 2024.09.24 04:34:24.913464 [ 3 ] {} <Debug> HTTP-Session: e1834582-070c-4497-b208-dbc77b2dc5e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1344 | 2024.09.24 04:34:24.913497 [ 3 ] {} <Trace> HTTP-Session: e1834582-070c-4497-b208-dbc77b2dc5e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1345 | 2024.09.24 04:34:24.913603 [ 3 ] {1345b809-460a-4e95-82e0-eebc67e18119} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1346 | 2024.09.24 04:34:24.913648 [ 3 ] {1345b809-460a-4e95-82e0-eebc67e18119} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1347 | 2024.09.24 04:34:24.913884 [ 3 ] {1345b809-460a-4e95-82e0-eebc67e18119} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1348 | 2024.09.24 04:34:24.914202 [ 3 ] {1345b809-460a-4e95-82e0-eebc67e18119} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1349 | 2024.09.24 04:34:24.914238 [ 3 ] {1345b809-460a-4e95-82e0-eebc67e18119} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1350 | 2024.09.24 04:34:24.914578 [ 3 ] {1345b809-460a-4e95-82e0-eebc67e18119} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1351 | 2024.09.24 04:34:24.914935 [ 3 ] {1345b809-460a-4e95-82e0-eebc67e18119} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1352 | 2024.09.24 04:34:24.915109 [ 189 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::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 | ||
1353 | 2024.09.24 04:34:24.915123 [ 68 ] {} <Debug> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1354 | 2024.09.24 04:34:24.915284 [ 68 ] {} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1355 | 2024.09.24 04:34:24.915299 [ 3 ] {1345b809-460a-4e95-82e0-eebc67e18119} <Debug> executeQuery: Read 22 rows, 1.76 KiB in 0.001681 sec., 13087.447947650207 rows/sec., 1.02 MiB/sec. | ||
1356 | 2024.09.24 04:34:24.915389 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1357 | 2024.09.24 04:34:24.915676 [ 187 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::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 | ||
1358 | 2024.09.24 04:34:24.916147 [ 190 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::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 | ||
1359 | 2024.09.24 04:34:24.916263 [ 3 ] {1345b809-460a-4e95-82e0-eebc67e18119} <Debug> DynamicQueryHandler: Done processing query | ||
1360 | 2024.09.24 04:34:24.916269 [ 189 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1361 | 2024.09.24 04:34:24.916359 [ 3 ] {1345b809-460a-4e95-82e0-eebc67e18119} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1362 | 2024.09.24 04:34:24.916465 [ 3 ] {} <Debug> HTTP-Session: e1834582-070c-4497-b208-dbc77b2dc5e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1363 | 2024.09.24 04:34:24.916854 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 35906, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1364 | 2024.09.24 04:34:24.917047 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1365 | 2024.09.24 04:34:24.917061 [ 190 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1366 | 2024.09.24 04:34:24.917086 [ 187 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1367 | 2024.09.24 04:34:24.917114 [ 3 ] {} <Debug> HTTP-Session: 3c4bd53d-8718-4504-9deb-44854ec07710 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1368 | 2024.09.24 04:34:24.917152 [ 3 ] {} <Debug> HTTP-Session: 3c4bd53d-8718-4504-9deb-44854ec07710 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1369 | 2024.09.24 04:34:24.917166 [ 3 ] {} <Debug> HTTP-Session: 3c4bd53d-8718-4504-9deb-44854ec07710 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1370 | 2024.09.24 04:34:24.917198 [ 3 ] {} <Trace> HTTP-Session: 3c4bd53d-8718-4504-9deb-44854ec07710 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1371 | 2024.09.24 04:34:24.917658 [ 3 ] {cc1d3127-0c7e-4de0-9f33-7aa8a2a7603f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
1372 | 2024.09.24 04:34:24.917732 [ 3 ] {cc1d3127-0c7e-4de0-9f33-7aa8a2a7603f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
1373 | 2024.09.24 04:34:24.918156 [ 3 ] {cc1d3127-0c7e-4de0-9f33-7aa8a2a7603f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1374 | 2024.09.24 04:34:24.918475 [ 189 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 45 rows starting from the beginning of the part | ||
1375 | 2024.09.24 04:34:24.918524 [ 190 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 31 rows starting from the beginning of the part | ||
1376 | 2024.09.24 04:34:24.918535 [ 187 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 22 rows starting from the beginning of the part | ||
1377 | 2024.09.24 04:34:24.918921 [ 3 ] {cc1d3127-0c7e-4de0-9f33-7aa8a2a7603f} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1378 | 2024.09.24 04:34:24.918961 [ 3 ] {cc1d3127-0c7e-4de0-9f33-7aa8a2a7603f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1379 | 2024.09.24 04:34:24.919620 [ 3 ] {cc1d3127-0c7e-4de0-9f33-7aa8a2a7603f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1380 | 2024.09.24 04:34:24.920026 [ 3 ] {cc1d3127-0c7e-4de0-9f33-7aa8a2a7603f} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1381 | 2024.09.24 04:34:24.920186 [ 68 ] {} <Debug> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1382 | 2024.09.24 04:34:24.920218 [ 3 ] {cc1d3127-0c7e-4de0-9f33-7aa8a2a7603f} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002934 sec., 7498.295841854124 rows/sec., 13.44 MiB/sec. | ||
1383 | 2024.09.24 04:34:24.920242 [ 68 ] {} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1384 | 2024.09.24 04:34:24.920309 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1385 | 2024.09.24 04:34:24.921379 [ 189 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::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 | ||
1386 | 2024.09.24 04:34:24.921421 [ 190 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 22 rows starting from the beginning of the part | ||
1387 | 2024.09.24 04:34:24.921574 [ 192 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::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 | ||
1388 | 2024.09.24 04:34:24.921911 [ 3 ] {cc1d3127-0c7e-4de0-9f33-7aa8a2a7603f} <Debug> DynamicQueryHandler: Done processing query | ||
1389 | 2024.09.24 04:34:24.921932 [ 190 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 22 rows starting from the beginning of the part | ||
1390 | 2024.09.24 04:34:24.921996 [ 189 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::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 | ||
1391 | 2024.09.24 04:34:24.922010 [ 3 ] {cc1d3127-0c7e-4de0-9f33-7aa8a2a7603f} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
1392 | 2024.09.24 04:34:24.922138 [ 3 ] {} <Debug> HTTP-Session: 3c4bd53d-8718-4504-9deb-44854ec07710 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1393 | 2024.09.24 04:34:24.922509 [ 192 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1394 | 2024.09.24 04:34:24.922588 [ 192 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 22 rows starting from the beginning of the part | ||
1395 | 2024.09.24 04:34:24.923633 [ 190 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 22 rows starting from the beginning of the part | ||
1396 | 2024.09.24 04:34:24.924264 [ 187 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 22 rows starting from the beginning of the part | ||
1397 | 2024.09.24 04:34:24.924282 [ 192 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 22 rows starting from the beginning of the part | ||
1398 | 2024.09.24 04:34:24.926533 [ 189 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::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 | ||
1399 | 2024.09.24 04:34:24.927111 [ 190 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part | ||
1400 | 2024.09.24 04:34:24.927303 [ 189 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 16 rows starting from the beginning of the part | ||
1401 | 2024.09.24 04:34:24.927952 [ 190 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 22 rows starting from the beginning of the part | ||
1402 | 2024.09.24 04:34:24.928002 [ 189 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 44 rows starting from the beginning of the part | ||
1403 | 2024.09.24 04:34:24.928821 [ 187 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 22 rows starting from the beginning of the part | ||
1404 | 2024.09.24 04:34:24.930025 [ 187 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 22 rows starting from the beginning of the part | ||
1405 | 2024.09.24 04:34:24.930715 [ 187 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part | ||
1406 | 2024.09.24 04:34:24.931332 [ 187 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 22 rows starting from the beginning of the part | ||
1407 | 2024.09.24 04:34:24.931497 [ 192 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 22 rows starting from the beginning of the part | ||
1408 | 2024.09.24 04:34:24.934045 [ 192 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 22 rows starting from the beginning of the part | ||
1409 | 2024.09.24 04:34:24.935014 [ 188 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 237 rows, containing 5 columns (5 merged, 0 gathered) in 0.024100562 sec., 9833.795577049199 rows/sec., 963.17 KiB/sec. | ||
1410 | 2024.09.24 04:34:24.935438 [ 189 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1411 | 2024.09.24 04:34:24.936024 [ 190 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 127 rows, containing 5 columns (5 merged, 0 gathered) in 0.020388993 sec., 6228.851027610829 rows/sec., 523.27 KiB/sec. | ||
1412 | 2024.09.24 04:34:24.936411 [ 190 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1413 | 2024.09.24 04:34:24.936935 [ 192 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part | ||
1414 | 2024.09.24 04:34:24.937677 [ 197 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_6_1} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1415 | 2024.09.24 04:34:24.938231 [ 197 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_6_1} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1416 | 2024.09.24 04:34:24.938613 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
1417 | 2024.09.24 04:34:24.938691 [ 192 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 22 rows starting from the beginning of the part | ||
1418 | 2024.09.24 04:34:24.938714 [ 197 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_6_1} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1419 | 2024.09.24 04:34:24.939024 [ 197 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_6_1} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1420 | 2024.09.24 04:34:24.939384 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
1421 | 2024.09.24 04:34:24.940369 [ 194 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 118 rows, containing 5 columns (5 merged, 0 gathered) in 0.025361219 sec., 4652.773196745788 rows/sec., 368.04 KiB/sec. | ||
1422 | 2024.09.24 04:34:24.940551 [ 194 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1423 | 2024.09.24 04:34:24.940985 [ 194 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_6_1} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1424 | 2024.09.24 04:34:24.941059 [ 194 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_6_1} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1425 | 2024.09.24 04:34:24.941147 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
1426 | 2024.09.24 04:34:24.944513 [ 194 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 118 rows, containing 19 columns (19 merged, 0 gathered) in 0.024061081 sec., 4904.185310709855 rows/sec., 8.78 MiB/sec. | ||
1427 | 2024.09.24 04:34:24.944781 [ 192 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1428 | 2024.09.24 04:34:24.945346 [ 192 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1429 | 2024.09.24 04:34:24.945426 [ 192 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1430 | 2024.09.24 04:34:24.945541 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.88 MiB. | ||
1431 | 2024.09.24 04:34:29.908425 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 2606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1432 | 2024.09.24 04:34:29.908557 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1433 | 2024.09.24 04:34:29.908590 [ 3 ] {} <Debug> HTTP-Session: 55e4e777-feca-4814-9e5f-b3e60b6bd12e Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1434 | 2024.09.24 04:34:29.908619 [ 3 ] {} <Debug> HTTP-Session: 55e4e777-feca-4814-9e5f-b3e60b6bd12e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1435 | 2024.09.24 04:34:29.908638 [ 3 ] {} <Debug> HTTP-Session: 55e4e777-feca-4814-9e5f-b3e60b6bd12e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1436 | 2024.09.24 04:34:29.908696 [ 3 ] {} <Trace> HTTP-Session: 55e4e777-feca-4814-9e5f-b3e60b6bd12e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1437 | 2024.09.24 04:34:29.908896 [ 3 ] {0e5318b1-4d33-4805-9af1-f23c289ce3bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1438 | 2024.09.24 04:34:29.908966 [ 3 ] {0e5318b1-4d33-4805-9af1-f23c289ce3bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1439 | 2024.09.24 04:34:29.909308 [ 3 ] {0e5318b1-4d33-4805-9af1-f23c289ce3bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1440 | 2024.09.24 04:34:29.909996 [ 3 ] {0e5318b1-4d33-4805-9af1-f23c289ce3bf} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1441 | 2024.09.24 04:34:29.910056 [ 3 ] {0e5318b1-4d33-4805-9af1-f23c289ce3bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1442 | 2024.09.24 04:34:29.910571 [ 3 ] {0e5318b1-4d33-4805-9af1-f23c289ce3bf} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1443 | 2024.09.24 04:34:29.911036 [ 3 ] {0e5318b1-4d33-4805-9af1-f23c289ce3bf} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1444 | 2024.09.24 04:34:29.911196 [ 3 ] {0e5318b1-4d33-4805-9af1-f23c289ce3bf} <Debug> executeQuery: Read 16 rows, 1.58 KiB in 0.002359 sec., 6782.534972445952 rows/sec., 671.46 KiB/sec. | ||
1445 | 2024.09.24 04:34:29.911579 [ 3 ] {0e5318b1-4d33-4805-9af1-f23c289ce3bf} <Debug> DynamicQueryHandler: Done processing query | ||
1446 | 2024.09.24 04:34:29.911610 [ 3 ] {0e5318b1-4d33-4805-9af1-f23c289ce3bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1447 | 2024.09.24 04:34:29.911627 [ 3 ] {} <Debug> HTTP-Session: 55e4e777-feca-4814-9e5f-b3e60b6bd12e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1448 | 2024.09.24 04:34:29.911889 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1449 | 2024.09.24 04:34:29.911955 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1450 | 2024.09.24 04:34:29.911977 [ 3 ] {} <Debug> HTTP-Session: e807522f-8690-4e34-b590-eb0da186ee4a Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1451 | 2024.09.24 04:34:29.911996 [ 3 ] {} <Debug> HTTP-Session: e807522f-8690-4e34-b590-eb0da186ee4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1452 | 2024.09.24 04:34:29.912012 [ 3 ] {} <Debug> HTTP-Session: e807522f-8690-4e34-b590-eb0da186ee4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1453 | 2024.09.24 04:34:29.912049 [ 3 ] {} <Trace> HTTP-Session: e807522f-8690-4e34-b590-eb0da186ee4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1454 | 2024.09.24 04:34:29.912169 [ 3 ] {4555ca78-2634-4a70-9a84-5180b24ccb1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
1455 | 2024.09.24 04:34:29.912219 [ 3 ] {4555ca78-2634-4a70-9a84-5180b24ccb1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1456 | 2024.09.24 04:34:29.912494 [ 3 ] {4555ca78-2634-4a70-9a84-5180b24ccb1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1457 | 2024.09.24 04:34:29.912829 [ 3 ] {4555ca78-2634-4a70-9a84-5180b24ccb1b} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1458 | 2024.09.24 04:34:29.912965 [ 3 ] {4555ca78-2634-4a70-9a84-5180b24ccb1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1459 | 2024.09.24 04:34:29.913335 [ 3 ] {4555ca78-2634-4a70-9a84-5180b24ccb1b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1460 | 2024.09.24 04:34:29.913713 [ 3 ] {4555ca78-2634-4a70-9a84-5180b24ccb1b} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1461 | 2024.09.24 04:34:29.913876 [ 3 ] {4555ca78-2634-4a70-9a84-5180b24ccb1b} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001736 sec., 4608.294930875576 rows/sec., 346.52 KiB/sec. | ||
1462 | 2024.09.24 04:34:29.914064 [ 3 ] {4555ca78-2634-4a70-9a84-5180b24ccb1b} <Debug> DynamicQueryHandler: Done processing query | ||
1463 | 2024.09.24 04:34:29.914089 [ 3 ] {4555ca78-2634-4a70-9a84-5180b24ccb1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1464 | 2024.09.24 04:34:29.914106 [ 3 ] {} <Debug> HTTP-Session: e807522f-8690-4e34-b590-eb0da186ee4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1465 | 2024.09.24 04:34:29.914284 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1405, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1466 | 2024.09.24 04:34:29.914341 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1467 | 2024.09.24 04:34:29.914362 [ 3 ] {} <Debug> HTTP-Session: dc5ba864-c289-44ee-a23a-086c65f0dd7c Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1468 | 2024.09.24 04:34:29.914380 [ 3 ] {} <Debug> HTTP-Session: dc5ba864-c289-44ee-a23a-086c65f0dd7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1469 | 2024.09.24 04:34:29.914395 [ 3 ] {} <Debug> HTTP-Session: dc5ba864-c289-44ee-a23a-086c65f0dd7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1470 | 2024.09.24 04:34:29.914431 [ 3 ] {} <Trace> HTTP-Session: dc5ba864-c289-44ee-a23a-086c65f0dd7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1471 | 2024.09.24 04:34:29.914559 [ 3 ] {57312ad3-9d20-4ae5-928c-8cc84d3a1fb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1472 | 2024.09.24 04:34:29.914605 [ 3 ] {57312ad3-9d20-4ae5-928c-8cc84d3a1fb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1473 | 2024.09.24 04:34:29.914837 [ 3 ] {57312ad3-9d20-4ae5-928c-8cc84d3a1fb9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1474 | 2024.09.24 04:34:29.915193 [ 3 ] {57312ad3-9d20-4ae5-928c-8cc84d3a1fb9} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1475 | 2024.09.24 04:34:29.915230 [ 3 ] {57312ad3-9d20-4ae5-928c-8cc84d3a1fb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1476 | 2024.09.24 04:34:29.915598 [ 3 ] {57312ad3-9d20-4ae5-928c-8cc84d3a1fb9} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1477 | 2024.09.24 04:34:29.915969 [ 3 ] {57312ad3-9d20-4ae5-928c-8cc84d3a1fb9} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1478 | 2024.09.24 04:34:29.916130 [ 3 ] {57312ad3-9d20-4ae5-928c-8cc84d3a1fb9} <Debug> executeQuery: Read 8 rows, 656.00 B in 0.001598 sec., 5006.2578222778475 rows/sec., 400.89 KiB/sec. | ||
1479 | 2024.09.24 04:34:29.916321 [ 3 ] {57312ad3-9d20-4ae5-928c-8cc84d3a1fb9} <Debug> DynamicQueryHandler: Done processing query | ||
1480 | 2024.09.24 04:34:29.916345 [ 3 ] {57312ad3-9d20-4ae5-928c-8cc84d3a1fb9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1481 | 2024.09.24 04:34:29.916361 [ 3 ] {} <Debug> HTTP-Session: dc5ba864-c289-44ee-a23a-086c65f0dd7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1482 | 2024.09.24 04:34:29.916505 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 14114, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1483 | 2024.09.24 04:34:29.916559 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1484 | 2024.09.24 04:34:29.916579 [ 3 ] {} <Debug> HTTP-Session: 47462453-f1d9-4605-8932-59b06bb2e256 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1485 | 2024.09.24 04:34:29.916597 [ 3 ] {} <Debug> HTTP-Session: 47462453-f1d9-4605-8932-59b06bb2e256 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1486 | 2024.09.24 04:34:29.916612 [ 3 ] {} <Debug> HTTP-Session: 47462453-f1d9-4605-8932-59b06bb2e256 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1487 | 2024.09.24 04:34:29.916652 [ 3 ] {} <Trace> HTTP-Session: 47462453-f1d9-4605-8932-59b06bb2e256 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1488 | 2024.09.24 04:34:29.916830 [ 3 ] {d6e2a144-44ec-43d6-a973-bea0dac275b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
1489 | 2024.09.24 04:34:29.916900 [ 3 ] {d6e2a144-44ec-43d6-a973-bea0dac275b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
1490 | 2024.09.24 04:34:29.917329 [ 3 ] {d6e2a144-44ec-43d6-a973-bea0dac275b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1491 | 2024.09.24 04:34:29.917888 [ 3 ] {d6e2a144-44ec-43d6-a973-bea0dac275b1} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1492 | 2024.09.24 04:34:29.917925 [ 3 ] {d6e2a144-44ec-43d6-a973-bea0dac275b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1493 | 2024.09.24 04:34:29.918566 [ 3 ] {d6e2a144-44ec-43d6-a973-bea0dac275b1} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1494 | 2024.09.24 04:34:29.918986 [ 3 ] {d6e2a144-44ec-43d6-a973-bea0dac275b1} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1495 | 2024.09.24 04:34:29.919196 [ 3 ] {d6e2a144-44ec-43d6-a973-bea0dac275b1} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002441 sec., 3277.345350266284 rows/sec., 5.87 MiB/sec. | ||
1496 | 2024.09.24 04:34:29.919675 [ 3 ] {d6e2a144-44ec-43d6-a973-bea0dac275b1} <Debug> DynamicQueryHandler: Done processing query | ||
1497 | 2024.09.24 04:34:29.919699 [ 3 ] {d6e2a144-44ec-43d6-a973-bea0dac275b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
1498 | 2024.09.24 04:34:29.919716 [ 3 ] {} <Debug> HTTP-Session: 47462453-f1d9-4605-8932-59b06bb2e256 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1499 | 2024.09.24 04:34:32.653217 [ 62 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1500 | 2024.09.24 04:34:32.653286 [ 62 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1501 | 2024.09.24 04:34:34.907148 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1502 | 2024.09.24 04:34:34.907260 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1503 | 2024.09.24 04:34:34.907286 [ 3 ] {} <Debug> HTTP-Session: 02cf0b71-b9dc-4c12-9383-7c560a293653 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1504 | 2024.09.24 04:34:34.907311 [ 3 ] {} <Debug> HTTP-Session: 02cf0b71-b9dc-4c12-9383-7c560a293653 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1505 | 2024.09.24 04:34:34.907326 [ 3 ] {} <Debug> HTTP-Session: 02cf0b71-b9dc-4c12-9383-7c560a293653 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1506 | 2024.09.24 04:34:34.907379 [ 3 ] {} <Trace> HTTP-Session: 02cf0b71-b9dc-4c12-9383-7c560a293653 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1507 | 2024.09.24 04:34:34.907616 [ 3 ] {d0760d9c-b049-49e7-b8f5-f1a4516f8293} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
1508 | 2024.09.24 04:34:34.909979 [ 3 ] {d0760d9c-b049-49e7-b8f5-f1a4516f8293} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1509 | 2024.09.24 04:34:34.914056 [ 3 ] {d0760d9c-b049-49e7-b8f5-f1a4516f8293} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
1510 | 2024.09.24 04:34:34.914381 [ 3 ] {d0760d9c-b049-49e7-b8f5-f1a4516f8293} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1511 | 2024.09.24 04:34:34.918714 [ 3 ] {d0760d9c-b049-49e7-b8f5-f1a4516f8293} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1512 | 2024.09.24 04:34:34.923141 [ 3 ] {d0760d9c-b049-49e7-b8f5-f1a4516f8293} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 5-element set) | ||
1513 | 2024.09.24 04:34:34.928334 [ 3 ] {d0760d9c-b049-49e7-b8f5-f1a4516f8293} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1514 | 2024.09.24 04:34:34.930590 [ 3 ] {d0760d9c-b049-49e7-b8f5-f1a4516f8293} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
1515 | 2024.09.24 04:34:34.930621 [ 3 ] {d0760d9c-b049-49e7-b8f5-f1a4516f8293} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1516 | 2024.09.24 04:34:34.930728 [ 3 ] {d0760d9c-b049-49e7-b8f5-f1a4516f8293} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram'))" | ||
1517 | 2024.09.24 04:34:34.930759 [ 3 ] {d0760d9c-b049-49e7-b8f5-f1a4516f8293} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
1518 | 2024.09.24 04:34:34.938319 [ 3 ] {d0760d9c-b049-49e7-b8f5-f1a4516f8293} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.030789 sec., 162.39566078794374 rows/sec., 7.26 KiB/sec. | ||
1519 | 2024.09.24 04:34:34.938622 [ 3 ] {d0760d9c-b049-49e7-b8f5-f1a4516f8293} <Debug> DynamicQueryHandler: Done processing query | ||
1520 | 2024.09.24 04:34:34.938649 [ 3 ] {d0760d9c-b049-49e7-b8f5-f1a4516f8293} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1521 | 2024.09.24 04:34:34.938665 [ 3 ] {} <Debug> HTTP-Session: 02cf0b71-b9dc-4c12-9383-7c560a293653 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1522 | 2024.09.24 04:34:34.938967 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 327, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1523 | 2024.09.24 04:34:34.939022 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1524 | 2024.09.24 04:34:34.939042 [ 3 ] {} <Debug> HTTP-Session: 10b356dd-b7bc-4885-961d-d417c35bfd07 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1525 | 2024.09.24 04:34:34.939061 [ 3 ] {} <Debug> HTTP-Session: 10b356dd-b7bc-4885-961d-d417c35bfd07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1526 | 2024.09.24 04:34:34.939076 [ 3 ] {} <Debug> HTTP-Session: 10b356dd-b7bc-4885-961d-d417c35bfd07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1527 | 2024.09.24 04:34:34.939113 [ 3 ] {} <Trace> HTTP-Session: 10b356dd-b7bc-4885-961d-d417c35bfd07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1528 | 2024.09.24 04:34:34.939265 [ 3 ] {d8a4784e-73ae-443f-ba87-b9620965f462} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled') FORMAT JSONEachRow; (stage: Complete) | ||
1529 | 2024.09.24 04:34:34.939519 [ 3 ] {d8a4784e-73ae-443f-ba87-b9620965f462} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1530 | 2024.09.24 04:34:34.939554 [ 3 ] {d8a4784e-73ae-443f-ba87-b9620965f462} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled')" moved to PREWHERE | ||
1531 | 2024.09.24 04:34:34.939772 [ 3 ] {d8a4784e-73ae-443f-ba87-b9620965f462} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1532 | 2024.09.24 04:34:34.939841 [ 3 ] {d8a4784e-73ae-443f-ba87-b9620965f462} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1533 | 2024.09.24 04:34:34.939989 [ 3 ] {d8a4784e-73ae-443f-ba87-b9620965f462} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 6-element set) | ||
1534 | 2024.09.24 04:34:34.940024 [ 3 ] {d8a4784e-73ae-443f-ba87-b9620965f462} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1535 | 2024.09.24 04:34:34.940047 [ 3 ] {d8a4784e-73ae-443f-ba87-b9620965f462} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
1536 | 2024.09.24 04:34:34.940064 [ 3 ] {d8a4784e-73ae-443f-ba87-b9620965f462} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1537 | 2024.09.24 04:34:34.940106 [ 3 ] {d8a4784e-73ae-443f-ba87-b9620965f462} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled'))" | ||
1538 | 2024.09.24 04:34:34.940128 [ 3 ] {d8a4784e-73ae-443f-ba87-b9620965f462} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
1539 | 2024.09.24 04:34:34.941003 [ 3 ] {d8a4784e-73ae-443f-ba87-b9620965f462} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001803 sec., 2773.1558513588466 rows/sec., 124.03 KiB/sec. | ||
1540 | 2024.09.24 04:34:34.941229 [ 3 ] {d8a4784e-73ae-443f-ba87-b9620965f462} <Debug> DynamicQueryHandler: Done processing query | ||
1541 | 2024.09.24 04:34:34.941255 [ 3 ] {d8a4784e-73ae-443f-ba87-b9620965f462} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1542 | 2024.09.24 04:34:34.941271 [ 3 ] {} <Debug> HTTP-Session: 10b356dd-b7bc-4885-961d-d417c35bfd07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1543 | 2024.09.24 04:34:34.941775 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1544 | 2024.09.24 04:34:34.941824 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1545 | 2024.09.24 04:34:34.941843 [ 3 ] {} <Debug> HTTP-Session: ac89f6fa-2373-4d02-8e1a-1ba3cbb63bc0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1546 | 2024.09.24 04:34:34.941860 [ 3 ] {} <Debug> HTTP-Session: ac89f6fa-2373-4d02-8e1a-1ba3cbb63bc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1547 | 2024.09.24 04:34:34.941873 [ 3 ] {} <Debug> HTTP-Session: ac89f6fa-2373-4d02-8e1a-1ba3cbb63bc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1548 | 2024.09.24 04:34:34.941905 [ 3 ] {} <Trace> HTTP-Session: ac89f6fa-2373-4d02-8e1a-1ba3cbb63bc0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1549 | 2024.09.24 04:34:34.942037 [ 3 ] {f35adf8f-b1de-4239-899e-48f097bc5875} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT JSONEachRow; (stage: Complete) | ||
1550 | 2024.09.24 04:34:34.942274 [ 3 ] {f35adf8f-b1de-4239-899e-48f097bc5875} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1551 | 2024.09.24 04:34:34.942308 [ 3 ] {f35adf8f-b1de-4239-899e-48f097bc5875} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up')" moved to PREWHERE | ||
1552 | 2024.09.24 04:34:34.942518 [ 3 ] {f35adf8f-b1de-4239-899e-48f097bc5875} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1553 | 2024.09.24 04:34:34.942582 [ 3 ] {f35adf8f-b1de-4239-899e-48f097bc5875} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1554 | 2024.09.24 04:34:34.942720 [ 3 ] {f35adf8f-b1de-4239-899e-48f097bc5875} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 7-element set) | ||
1555 | 2024.09.24 04:34:34.942752 [ 3 ] {f35adf8f-b1de-4239-899e-48f097bc5875} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1556 | 2024.09.24 04:34:34.942775 [ 3 ] {f35adf8f-b1de-4239-899e-48f097bc5875} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
1557 | 2024.09.24 04:34:34.942791 [ 3 ] {f35adf8f-b1de-4239-899e-48f097bc5875} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1558 | 2024.09.24 04:34:34.942832 [ 3 ] {f35adf8f-b1de-4239-899e-48f097bc5875} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))" | ||
1559 | 2024.09.24 04:34:34.942852 [ 3 ] {f35adf8f-b1de-4239-899e-48f097bc5875} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
1560 | 2024.09.24 04:34:34.943604 [ 3 ] {f35adf8f-b1de-4239-899e-48f097bc5875} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001621 sec., 3084.5157310302284 rows/sec., 137.96 KiB/sec. | ||
1561 | 2024.09.24 04:34:34.943831 [ 3 ] {f35adf8f-b1de-4239-899e-48f097bc5875} <Debug> DynamicQueryHandler: Done processing query | ||
1562 | 2024.09.24 04:34:34.943855 [ 3 ] {f35adf8f-b1de-4239-899e-48f097bc5875} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1563 | 2024.09.24 04:34:34.943871 [ 3 ] {} <Debug> HTTP-Session: ac89f6fa-2373-4d02-8e1a-1ba3cbb63bc0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1564 | 2024.09.24 04:34:34.944167 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 380, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1565 | 2024.09.24 04:34:34.944215 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1566 | 2024.09.24 04:34:34.944233 [ 3 ] {} <Debug> HTTP-Session: 5b01d1f6-3844-4743-9576-31edb901ea91 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1567 | 2024.09.24 04:34:34.944250 [ 3 ] {} <Debug> HTTP-Session: 5b01d1f6-3844-4743-9576-31edb901ea91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1568 | 2024.09.24 04:34:34.944264 [ 3 ] {} <Debug> HTTP-Session: 5b01d1f6-3844-4743-9576-31edb901ea91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1569 | 2024.09.24 04:34:34.944295 [ 3 ] {} <Trace> HTTP-Session: 5b01d1f6-3844-4743-9576-31edb901ea91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1570 | 2024.09.24 04:34:34.944422 [ 3 ] {6b3e09d9-6b2a-4d4b-bc0d-1faa031e1a05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT JSONEachRow; (stage: Complete) | ||
1571 | 2024.09.24 04:34:34.944658 [ 3 ] {6b3e09d9-6b2a-4d4b-bc0d-1faa031e1a05} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1572 | 2024.09.24 04:34:34.944691 [ 3 ] {6b3e09d9-6b2a-4d4b-bc0d-1faa031e1a05} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity')" moved to PREWHERE | ||
1573 | 2024.09.24 04:34:34.944904 [ 3 ] {6b3e09d9-6b2a-4d4b-bc0d-1faa031e1a05} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1574 | 2024.09.24 04:34:34.944968 [ 3 ] {6b3e09d9-6b2a-4d4b-bc0d-1faa031e1a05} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1575 | 2024.09.24 04:34:34.945106 [ 3 ] {6b3e09d9-6b2a-4d4b-bc0d-1faa031e1a05} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 8-element set) | ||
1576 | 2024.09.24 04:34:34.945139 [ 3 ] {6b3e09d9-6b2a-4d4b-bc0d-1faa031e1a05} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1577 | 2024.09.24 04:34:34.945161 [ 3 ] {6b3e09d9-6b2a-4d4b-bc0d-1faa031e1a05} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
1578 | 2024.09.24 04:34:34.945178 [ 3 ] {6b3e09d9-6b2a-4d4b-bc0d-1faa031e1a05} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1579 | 2024.09.24 04:34:34.945218 [ 3 ] {6b3e09d9-6b2a-4d4b-bc0d-1faa031e1a05} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))" | ||
1580 | 2024.09.24 04:34:34.945238 [ 3 ] {6b3e09d9-6b2a-4d4b-bc0d-1faa031e1a05} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
1581 | 2024.09.24 04:34:34.946086 [ 3 ] {6b3e09d9-6b2a-4d4b-bc0d-1faa031e1a05} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001702 sec., 2937.720329024677 rows/sec., 131.39 KiB/sec. | ||
1582 | 2024.09.24 04:34:34.946311 [ 3 ] {6b3e09d9-6b2a-4d4b-bc0d-1faa031e1a05} <Debug> DynamicQueryHandler: Done processing query | ||
1583 | 2024.09.24 04:34:34.946335 [ 3 ] {6b3e09d9-6b2a-4d4b-bc0d-1faa031e1a05} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1584 | 2024.09.24 04:34:34.946352 [ 3 ] {} <Debug> HTTP-Session: 5b01d1f6-3844-4743-9576-31edb901ea91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1585 | 2024.09.24 04:34:34.946603 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 406, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1586 | 2024.09.24 04:34:34.946650 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1587 | 2024.09.24 04:34:34.946669 [ 3 ] {} <Debug> HTTP-Session: a4b4c27e-76cd-475d-a29d-f4d48a337420 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1588 | 2024.09.24 04:34:34.946685 [ 3 ] {} <Debug> HTTP-Session: a4b4c27e-76cd-475d-a29d-f4d48a337420 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1589 | 2024.09.24 04:34:34.946699 [ 3 ] {} <Debug> HTTP-Session: a4b4c27e-76cd-475d-a29d-f4d48a337420 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1590 | 2024.09.24 04:34:34.946731 [ 3 ] {} <Trace> HTTP-Session: a4b4c27e-76cd-475d-a29d-f4d48a337420 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1591 | 2024.09.24 04:34:34.946860 [ 3 ] {11652b5e-51be-4cc7-9233-7f8a012f7dbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
1592 | 2024.09.24 04:34:34.947096 [ 3 ] {11652b5e-51be-4cc7-9233-7f8a012f7dbc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1593 | 2024.09.24 04:34:34.947131 [ 3 ] {11652b5e-51be-4cc7-9233-7f8a012f7dbc} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
1594 | 2024.09.24 04:34:34.947346 [ 3 ] {11652b5e-51be-4cc7-9233-7f8a012f7dbc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1595 | 2024.09.24 04:34:34.947409 [ 3 ] {11652b5e-51be-4cc7-9233-7f8a012f7dbc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1596 | 2024.09.24 04:34:34.947548 [ 3 ] {11652b5e-51be-4cc7-9233-7f8a012f7dbc} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 9-element set) | ||
1597 | 2024.09.24 04:34:34.947580 [ 3 ] {11652b5e-51be-4cc7-9233-7f8a012f7dbc} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1598 | 2024.09.24 04:34:34.947603 [ 3 ] {11652b5e-51be-4cc7-9233-7f8a012f7dbc} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
1599 | 2024.09.24 04:34:34.947620 [ 3 ] {11652b5e-51be-4cc7-9233-7f8a012f7dbc} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1600 | 2024.09.24 04:34:34.947661 [ 3 ] {11652b5e-51be-4cc7-9233-7f8a012f7dbc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
1601 | 2024.09.24 04:34:34.947681 [ 3 ] {11652b5e-51be-4cc7-9233-7f8a012f7dbc} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
1602 | 2024.09.24 04:34:34.948531 [ 3 ] {11652b5e-51be-4cc7-9233-7f8a012f7dbc} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001726 sec., 2896.871378910776 rows/sec., 129.57 KiB/sec. | ||
1603 | 2024.09.24 04:34:34.948763 [ 3 ] {11652b5e-51be-4cc7-9233-7f8a012f7dbc} <Debug> DynamicQueryHandler: Done processing query | ||
1604 | 2024.09.24 04:34:34.948788 [ 3 ] {11652b5e-51be-4cc7-9233-7f8a012f7dbc} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1605 | 2024.09.24 04:34:34.948804 [ 3 ] {} <Debug> HTTP-Session: a4b4c27e-76cd-475d-a29d-f4d48a337420 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1606 | 2024.09.24 04:34:34.949024 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1607 | 2024.09.24 04:34:34.949071 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1608 | 2024.09.24 04:34:34.949090 [ 3 ] {} <Debug> HTTP-Session: e6dbc472-a7bf-4326-8f2c-ab6c8e47c464 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1609 | 2024.09.24 04:34:34.949106 [ 3 ] {} <Debug> HTTP-Session: e6dbc472-a7bf-4326-8f2c-ab6c8e47c464 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1610 | 2024.09.24 04:34:34.949119 [ 3 ] {} <Debug> HTTP-Session: e6dbc472-a7bf-4326-8f2c-ab6c8e47c464 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1611 | 2024.09.24 04:34:34.949150 [ 3 ] {} <Trace> HTTP-Session: e6dbc472-a7bf-4326-8f2c-ab6c8e47c464 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1612 | 2024.09.24 04:34:34.949277 [ 3 ] {0eec7232-ece4-4bd1-b08b-13f0a35b5f16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
1613 | 2024.09.24 04:34:34.949515 [ 3 ] {0eec7232-ece4-4bd1-b08b-13f0a35b5f16} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1614 | 2024.09.24 04:34:34.949550 [ 3 ] {0eec7232-ece4-4bd1-b08b-13f0a35b5f16} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
1615 | 2024.09.24 04:34:34.949766 [ 3 ] {0eec7232-ece4-4bd1-b08b-13f0a35b5f16} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1616 | 2024.09.24 04:34:34.949829 [ 3 ] {0eec7232-ece4-4bd1-b08b-13f0a35b5f16} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1617 | 2024.09.24 04:34:34.949968 [ 3 ] {0eec7232-ece4-4bd1-b08b-13f0a35b5f16} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 10-element set) | ||
1618 | 2024.09.24 04:34:34.950002 [ 3 ] {0eec7232-ece4-4bd1-b08b-13f0a35b5f16} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1619 | 2024.09.24 04:34:34.950024 [ 3 ] {0eec7232-ece4-4bd1-b08b-13f0a35b5f16} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
1620 | 2024.09.24 04:34:34.950041 [ 3 ] {0eec7232-ece4-4bd1-b08b-13f0a35b5f16} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1621 | 2024.09.24 04:34:34.950080 [ 3 ] {0eec7232-ece4-4bd1-b08b-13f0a35b5f16} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1622 | 2024.09.24 04:34:34.950100 [ 3 ] {0eec7232-ece4-4bd1-b08b-13f0a35b5f16} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
1623 | 2024.09.24 04:34:34.950930 [ 3 ] {0eec7232-ece4-4bd1-b08b-13f0a35b5f16} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001707 sec., 2929.1154071470414 rows/sec., 131.01 KiB/sec. | ||
1624 | 2024.09.24 04:34:34.951154 [ 3 ] {0eec7232-ece4-4bd1-b08b-13f0a35b5f16} <Debug> DynamicQueryHandler: Done processing query | ||
1625 | 2024.09.24 04:34:34.951178 [ 3 ] {0eec7232-ece4-4bd1-b08b-13f0a35b5f16} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1626 | 2024.09.24 04:34:34.951194 [ 3 ] {} <Debug> HTTP-Session: e6dbc472-a7bf-4326-8f2c-ab6c8e47c464 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1627 | 2024.09.24 04:34:34.951441 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 454, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1628 | 2024.09.24 04:34:34.951489 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1629 | 2024.09.24 04:34:34.951508 [ 3 ] {} <Debug> HTTP-Session: 1c3ebc12-d651-4a58-ad3e-89aeea5b1c24 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1630 | 2024.09.24 04:34:34.951524 [ 3 ] {} <Debug> HTTP-Session: 1c3ebc12-d651-4a58-ad3e-89aeea5b1c24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1631 | 2024.09.24 04:34:34.951537 [ 3 ] {} <Debug> HTTP-Session: 1c3ebc12-d651-4a58-ad3e-89aeea5b1c24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1632 | 2024.09.24 04:34:34.951568 [ 3 ] {} <Trace> HTTP-Session: 1c3ebc12-d651-4a58-ad3e-89aeea5b1c24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1633 | 2024.09.24 04:34:34.951696 [ 3 ] {eeb18b1b-4bcf-43dc-a6c8-ff6e8d16f440} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
1634 | 2024.09.24 04:34:34.951937 [ 3 ] {eeb18b1b-4bcf-43dc-a6c8-ff6e8d16f440} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1635 | 2024.09.24 04:34:34.951972 [ 3 ] {eeb18b1b-4bcf-43dc-a6c8-ff6e8d16f440} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
1636 | 2024.09.24 04:34:34.952192 [ 3 ] {eeb18b1b-4bcf-43dc-a6c8-ff6e8d16f440} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1637 | 2024.09.24 04:34:34.952255 [ 3 ] {eeb18b1b-4bcf-43dc-a6c8-ff6e8d16f440} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1638 | 2024.09.24 04:34:34.952392 [ 3 ] {eeb18b1b-4bcf-43dc-a6c8-ff6e8d16f440} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 11-element set) | ||
1639 | 2024.09.24 04:34:34.952424 [ 3 ] {eeb18b1b-4bcf-43dc-a6c8-ff6e8d16f440} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1640 | 2024.09.24 04:34:34.952447 [ 3 ] {eeb18b1b-4bcf-43dc-a6c8-ff6e8d16f440} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
1641 | 2024.09.24 04:34:34.952463 [ 3 ] {eeb18b1b-4bcf-43dc-a6c8-ff6e8d16f440} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1642 | 2024.09.24 04:34:34.952504 [ 3 ] {eeb18b1b-4bcf-43dc-a6c8-ff6e8d16f440} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1643 | 2024.09.24 04:34:34.952524 [ 3 ] {eeb18b1b-4bcf-43dc-a6c8-ff6e8d16f440} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
1644 | 2024.09.24 04:34:34.953360 [ 3 ] {eeb18b1b-4bcf-43dc-a6c8-ff6e8d16f440} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001719 sec., 2908.667830133799 rows/sec., 130.09 KiB/sec. | ||
1645 | 2024.09.24 04:34:34.953587 [ 3 ] {eeb18b1b-4bcf-43dc-a6c8-ff6e8d16f440} <Debug> DynamicQueryHandler: Done processing query | ||
1646 | 2024.09.24 04:34:34.953611 [ 3 ] {eeb18b1b-4bcf-43dc-a6c8-ff6e8d16f440} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1647 | 2024.09.24 04:34:34.953627 [ 3 ] {} <Debug> HTTP-Session: 1c3ebc12-d651-4a58-ad3e-89aeea5b1c24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1648 | 2024.09.24 04:34:34.953840 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 478, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1649 | 2024.09.24 04:34:34.953887 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1650 | 2024.09.24 04:34:34.953905 [ 3 ] {} <Debug> HTTP-Session: 5eb53192-3d6f-4d19-bf03-abdb60593ac7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1651 | 2024.09.24 04:34:34.953922 [ 3 ] {} <Debug> HTTP-Session: 5eb53192-3d6f-4d19-bf03-abdb60593ac7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1652 | 2024.09.24 04:34:34.953936 [ 3 ] {} <Debug> HTTP-Session: 5eb53192-3d6f-4d19-bf03-abdb60593ac7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1653 | 2024.09.24 04:34:34.953965 [ 3 ] {} <Trace> HTTP-Session: 5eb53192-3d6f-4d19-bf03-abdb60593ac7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1654 | 2024.09.24 04:34:34.954094 [ 3 ] {356cb206-0d1a-4609-b45e-132dbb340e2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1655 | 2024.09.24 04:34:34.954333 [ 3 ] {356cb206-0d1a-4609-b45e-132dbb340e2d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1656 | 2024.09.24 04:34:34.954368 [ 3 ] {356cb206-0d1a-4609-b45e-132dbb340e2d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
1657 | 2024.09.24 04:34:34.954590 [ 3 ] {356cb206-0d1a-4609-b45e-132dbb340e2d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1658 | 2024.09.24 04:34:34.954653 [ 3 ] {356cb206-0d1a-4609-b45e-132dbb340e2d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1659 | 2024.09.24 04:34:34.954791 [ 3 ] {356cb206-0d1a-4609-b45e-132dbb340e2d} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 12-element set) | ||
1660 | 2024.09.24 04:34:34.954823 [ 3 ] {356cb206-0d1a-4609-b45e-132dbb340e2d} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1661 | 2024.09.24 04:34:34.954846 [ 3 ] {356cb206-0d1a-4609-b45e-132dbb340e2d} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
1662 | 2024.09.24 04:34:34.954862 [ 3 ] {356cb206-0d1a-4609-b45e-132dbb340e2d} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1663 | 2024.09.24 04:34:34.954902 [ 3 ] {356cb206-0d1a-4609-b45e-132dbb340e2d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1664 | 2024.09.24 04:34:34.954924 [ 3 ] {356cb206-0d1a-4609-b45e-132dbb340e2d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
1665 | 2024.09.24 04:34:34.955760 [ 3 ] {356cb206-0d1a-4609-b45e-132dbb340e2d} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001722 sec., 2903.6004645760745 rows/sec., 129.87 KiB/sec. | ||
1666 | 2024.09.24 04:34:34.955996 [ 3 ] {356cb206-0d1a-4609-b45e-132dbb340e2d} <Debug> DynamicQueryHandler: Done processing query | ||
1667 | 2024.09.24 04:34:34.956021 [ 3 ] {356cb206-0d1a-4609-b45e-132dbb340e2d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1668 | 2024.09.24 04:34:34.956037 [ 3 ] {} <Debug> HTTP-Session: 5eb53192-3d6f-4d19-bf03-abdb60593ac7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1669 | 2024.09.24 04:34:34.956276 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 505, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1670 | 2024.09.24 04:34:34.956324 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1671 | 2024.09.24 04:34:34.956343 [ 3 ] {} <Debug> HTTP-Session: ca1cca6e-de07-4972-9c29-2ace61f99947 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1672 | 2024.09.24 04:34:34.956359 [ 3 ] {} <Debug> HTTP-Session: ca1cca6e-de07-4972-9c29-2ace61f99947 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1673 | 2024.09.24 04:34:34.956373 [ 3 ] {} <Debug> HTTP-Session: ca1cca6e-de07-4972-9c29-2ace61f99947 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1674 | 2024.09.24 04:34:34.956404 [ 3 ] {} <Trace> HTTP-Session: ca1cca6e-de07-4972-9c29-2ace61f99947 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1675 | 2024.09.24 04:34:34.956536 [ 3 ] {c25a2c06-d15b-4c48-be41-b23b2001b2f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1676 | 2024.09.24 04:34:34.956779 [ 3 ] {c25a2c06-d15b-4c48-be41-b23b2001b2f7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1677 | 2024.09.24 04:34:34.956813 [ 3 ] {c25a2c06-d15b-4c48-be41-b23b2001b2f7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
1678 | 2024.09.24 04:34:34.957039 [ 3 ] {c25a2c06-d15b-4c48-be41-b23b2001b2f7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1679 | 2024.09.24 04:34:34.957102 [ 3 ] {c25a2c06-d15b-4c48-be41-b23b2001b2f7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1680 | 2024.09.24 04:34:34.957240 [ 3 ] {c25a2c06-d15b-4c48-be41-b23b2001b2f7} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 13-element set) | ||
1681 | 2024.09.24 04:34:34.957273 [ 3 ] {c25a2c06-d15b-4c48-be41-b23b2001b2f7} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1682 | 2024.09.24 04:34:34.957295 [ 3 ] {c25a2c06-d15b-4c48-be41-b23b2001b2f7} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
1683 | 2024.09.24 04:34:34.957311 [ 3 ] {c25a2c06-d15b-4c48-be41-b23b2001b2f7} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1684 | 2024.09.24 04:34:34.957352 [ 3 ] {c25a2c06-d15b-4c48-be41-b23b2001b2f7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1685 | 2024.09.24 04:34:34.957372 [ 3 ] {c25a2c06-d15b-4c48-be41-b23b2001b2f7} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
1686 | 2024.09.24 04:34:34.958123 [ 3 ] {c25a2c06-d15b-4c48-be41-b23b2001b2f7} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001645 sec., 3039.51367781155 rows/sec., 135.95 KiB/sec. | ||
1687 | 2024.09.24 04:34:34.958357 [ 3 ] {c25a2c06-d15b-4c48-be41-b23b2001b2f7} <Debug> DynamicQueryHandler: Done processing query | ||
1688 | 2024.09.24 04:34:34.958381 [ 3 ] {c25a2c06-d15b-4c48-be41-b23b2001b2f7} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1689 | 2024.09.24 04:34:34.958397 [ 3 ] {} <Debug> HTTP-Session: ca1cca6e-de07-4972-9c29-2ace61f99947 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1690 | 2024.09.24 04:34:34.958604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 535, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1691 | 2024.09.24 04:34:34.958652 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1692 | 2024.09.24 04:34:34.958671 [ 3 ] {} <Debug> HTTP-Session: f906e8aa-8147-4738-912b-dd10f78a5d5d Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1693 | 2024.09.24 04:34:34.958687 [ 3 ] {} <Debug> HTTP-Session: f906e8aa-8147-4738-912b-dd10f78a5d5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1694 | 2024.09.24 04:34:34.958701 [ 3 ] {} <Debug> HTTP-Session: f906e8aa-8147-4738-912b-dd10f78a5d5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1695 | 2024.09.24 04:34:34.958731 [ 3 ] {} <Trace> HTTP-Session: f906e8aa-8147-4738-912b-dd10f78a5d5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1696 | 2024.09.24 04:34:34.958862 [ 3 ] {2aaf56a5-f352-4010-a568-811a6b6a5310} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1697 | 2024.09.24 04:34:34.959106 [ 3 ] {2aaf56a5-f352-4010-a568-811a6b6a5310} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1698 | 2024.09.24 04:34:34.959141 [ 3 ] {2aaf56a5-f352-4010-a568-811a6b6a5310} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1699 | 2024.09.24 04:34:34.959367 [ 3 ] {2aaf56a5-f352-4010-a568-811a6b6a5310} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1700 | 2024.09.24 04:34:34.959431 [ 3 ] {2aaf56a5-f352-4010-a568-811a6b6a5310} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1701 | 2024.09.24 04:34:34.959574 [ 3 ] {2aaf56a5-f352-4010-a568-811a6b6a5310} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
1702 | 2024.09.24 04:34:34.959607 [ 3 ] {2aaf56a5-f352-4010-a568-811a6b6a5310} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1703 | 2024.09.24 04:34:34.959629 [ 3 ] {2aaf56a5-f352-4010-a568-811a6b6a5310} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
1704 | 2024.09.24 04:34:34.959646 [ 3 ] {2aaf56a5-f352-4010-a568-811a6b6a5310} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1705 | 2024.09.24 04:34:34.959686 [ 3 ] {2aaf56a5-f352-4010-a568-811a6b6a5310} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1706 | 2024.09.24 04:34:34.959707 [ 3 ] {2aaf56a5-f352-4010-a568-811a6b6a5310} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
1707 | 2024.09.24 04:34:34.960539 [ 3 ] {2aaf56a5-f352-4010-a568-811a6b6a5310} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001736 sec., 2880.1843317972352 rows/sec., 128.82 KiB/sec. | ||
1708 | 2024.09.24 04:34:34.960771 [ 3 ] {2aaf56a5-f352-4010-a568-811a6b6a5310} <Debug> DynamicQueryHandler: Done processing query | ||
1709 | 2024.09.24 04:34:34.960795 [ 3 ] {2aaf56a5-f352-4010-a568-811a6b6a5310} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1710 | 2024.09.24 04:34:34.960811 [ 3 ] {} <Debug> HTTP-Session: f906e8aa-8147-4738-912b-dd10f78a5d5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1711 | 2024.09.24 04:34:34.961033 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 565, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1712 | 2024.09.24 04:34:34.961080 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1713 | 2024.09.24 04:34:34.961099 [ 3 ] {} <Debug> HTTP-Session: 2e8dc0b2-7ada-4e46-8af0-15c02c7cbe58 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1714 | 2024.09.24 04:34:34.961116 [ 3 ] {} <Debug> HTTP-Session: 2e8dc0b2-7ada-4e46-8af0-15c02c7cbe58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1715 | 2024.09.24 04:34:34.961129 [ 3 ] {} <Debug> HTTP-Session: 2e8dc0b2-7ada-4e46-8af0-15c02c7cbe58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1716 | 2024.09.24 04:34:34.961160 [ 3 ] {} <Trace> HTTP-Session: 2e8dc0b2-7ada-4e46-8af0-15c02c7cbe58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1717 | 2024.09.24 04:34:34.961293 [ 3 ] {020b8b61-4ee0-474c-98f1-507d22e6fb6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1718 | 2024.09.24 04:34:34.961575 [ 3 ] {020b8b61-4ee0-474c-98f1-507d22e6fb6d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1719 | 2024.09.24 04:34:34.961611 [ 3 ] {020b8b61-4ee0-474c-98f1-507d22e6fb6d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1720 | 2024.09.24 04:34:34.961841 [ 3 ] {020b8b61-4ee0-474c-98f1-507d22e6fb6d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1721 | 2024.09.24 04:34:34.961904 [ 3 ] {020b8b61-4ee0-474c-98f1-507d22e6fb6d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1722 | 2024.09.24 04:34:34.962040 [ 3 ] {020b8b61-4ee0-474c-98f1-507d22e6fb6d} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
1723 | 2024.09.24 04:34:34.962072 [ 3 ] {020b8b61-4ee0-474c-98f1-507d22e6fb6d} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1724 | 2024.09.24 04:34:34.962095 [ 3 ] {020b8b61-4ee0-474c-98f1-507d22e6fb6d} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
1725 | 2024.09.24 04:34:34.962111 [ 3 ] {020b8b61-4ee0-474c-98f1-507d22e6fb6d} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1726 | 2024.09.24 04:34:34.962151 [ 3 ] {020b8b61-4ee0-474c-98f1-507d22e6fb6d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1727 | 2024.09.24 04:34:34.962173 [ 3 ] {020b8b61-4ee0-474c-98f1-507d22e6fb6d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
1728 | 2024.09.24 04:34:34.962879 [ 3 ] {020b8b61-4ee0-474c-98f1-507d22e6fb6d} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001646 sec., 3037.667071688943 rows/sec., 135.86 KiB/sec. | ||
1729 | 2024.09.24 04:34:34.963105 [ 3 ] {020b8b61-4ee0-474c-98f1-507d22e6fb6d} <Debug> DynamicQueryHandler: Done processing query | ||
1730 | 2024.09.24 04:34:34.963130 [ 3 ] {020b8b61-4ee0-474c-98f1-507d22e6fb6d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1731 | 2024.09.24 04:34:34.963147 [ 3 ] {} <Debug> HTTP-Session: 2e8dc0b2-7ada-4e46-8af0-15c02c7cbe58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1732 | 2024.09.24 04:34:34.967233 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1733 | 2024.09.24 04:34:34.967289 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1734 | 2024.09.24 04:34:34.967312 [ 3 ] {} <Debug> HTTP-Session: 007b6f42-2c23-47fc-9220-23bea41ec6f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1735 | 2024.09.24 04:34:34.967332 [ 3 ] {} <Debug> HTTP-Session: 007b6f42-2c23-47fc-9220-23bea41ec6f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1736 | 2024.09.24 04:34:34.967348 [ 3 ] {} <Debug> HTTP-Session: 007b6f42-2c23-47fc-9220-23bea41ec6f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1737 | 2024.09.24 04:34:34.967386 [ 3 ] {} <Trace> HTTP-Session: 007b6f42-2c23-47fc-9220-23bea41ec6f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1738 | 2024.09.24 04:34:34.967548 [ 3 ] {5e1f1c91-4f73-4cc9-846c-c9c81bc3cbe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1739 | 2024.09.24 04:34:34.967854 [ 3 ] {5e1f1c91-4f73-4cc9-846c-c9c81bc3cbe3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1740 | 2024.09.24 04:34:34.967900 [ 3 ] {5e1f1c91-4f73-4cc9-846c-c9c81bc3cbe3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1741 | 2024.09.24 04:34:34.968138 [ 3 ] {5e1f1c91-4f73-4cc9-846c-c9c81bc3cbe3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1742 | 2024.09.24 04:34:34.968201 [ 3 ] {5e1f1c91-4f73-4cc9-846c-c9c81bc3cbe3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1743 | 2024.09.24 04:34:34.968338 [ 3 ] {5e1f1c91-4f73-4cc9-846c-c9c81bc3cbe3} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
1744 | 2024.09.24 04:34:34.968371 [ 3 ] {5e1f1c91-4f73-4cc9-846c-c9c81bc3cbe3} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1745 | 2024.09.24 04:34:34.968394 [ 3 ] {5e1f1c91-4f73-4cc9-846c-c9c81bc3cbe3} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
1746 | 2024.09.24 04:34:34.968411 [ 3 ] {5e1f1c91-4f73-4cc9-846c-c9c81bc3cbe3} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1747 | 2024.09.24 04:34:34.968452 [ 3 ] {5e1f1c91-4f73-4cc9-846c-c9c81bc3cbe3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1748 | 2024.09.24 04:34:34.968475 [ 3 ] {5e1f1c91-4f73-4cc9-846c-c9c81bc3cbe3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
1749 | 2024.09.24 04:34:34.969290 [ 3 ] {5e1f1c91-4f73-4cc9-846c-c9c81bc3cbe3} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001819 sec., 2748.763056624519 rows/sec., 122.94 KiB/sec. | ||
1750 | 2024.09.24 04:34:34.969515 [ 3 ] {5e1f1c91-4f73-4cc9-846c-c9c81bc3cbe3} <Debug> DynamicQueryHandler: Done processing query | ||
1751 | 2024.09.24 04:34:34.969538 [ 3 ] {5e1f1c91-4f73-4cc9-846c-c9c81bc3cbe3} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1752 | 2024.09.24 04:34:34.969556 [ 3 ] {} <Debug> HTTP-Session: 007b6f42-2c23-47fc-9220-23bea41ec6f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1753 | 2024.09.24 04:34:34.970937 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 631, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1754 | 2024.09.24 04:34:34.970984 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1755 | 2024.09.24 04:34:34.971002 [ 3 ] {} <Debug> HTTP-Session: 6a38e864-324a-4123-8474-13499577bd82 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1756 | 2024.09.24 04:34:34.971019 [ 3 ] {} <Debug> HTTP-Session: 6a38e864-324a-4123-8474-13499577bd82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1757 | 2024.09.24 04:34:34.971032 [ 3 ] {} <Debug> HTTP-Session: 6a38e864-324a-4123-8474-13499577bd82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1758 | 2024.09.24 04:34:34.971062 [ 3 ] {} <Trace> HTTP-Session: 6a38e864-324a-4123-8474-13499577bd82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1759 | 2024.09.24 04:34:34.971195 [ 3 ] {ee5dd33b-08a4-4f26-b99f-4cdc73da5240} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1760 | 2024.09.24 04:34:34.971449 [ 3 ] {ee5dd33b-08a4-4f26-b99f-4cdc73da5240} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1761 | 2024.09.24 04:34:34.971488 [ 3 ] {ee5dd33b-08a4-4f26-b99f-4cdc73da5240} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1762 | 2024.09.24 04:34:34.971729 [ 3 ] {ee5dd33b-08a4-4f26-b99f-4cdc73da5240} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1763 | 2024.09.24 04:34:34.971793 [ 3 ] {ee5dd33b-08a4-4f26-b99f-4cdc73da5240} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1764 | 2024.09.24 04:34:34.971930 [ 3 ] {ee5dd33b-08a4-4f26-b99f-4cdc73da5240} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
1765 | 2024.09.24 04:34:34.971963 [ 3 ] {ee5dd33b-08a4-4f26-b99f-4cdc73da5240} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1766 | 2024.09.24 04:34:34.971985 [ 3 ] {ee5dd33b-08a4-4f26-b99f-4cdc73da5240} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
1767 | 2024.09.24 04:34:34.972001 [ 3 ] {ee5dd33b-08a4-4f26-b99f-4cdc73da5240} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1768 | 2024.09.24 04:34:34.972041 [ 3 ] {ee5dd33b-08a4-4f26-b99f-4cdc73da5240} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1769 | 2024.09.24 04:34:34.972063 [ 3 ] {ee5dd33b-08a4-4f26-b99f-4cdc73da5240} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 5 rows starting from 0 | ||
1770 | 2024.09.24 04:34:34.972855 [ 3 ] {ee5dd33b-08a4-4f26-b99f-4cdc73da5240} <Debug> executeQuery: Read 5 rows, 229.00 B in 0.001719 sec., 2908.667830133799 rows/sec., 130.09 KiB/sec. | ||
1771 | 2024.09.24 04:34:34.973081 [ 3 ] {ee5dd33b-08a4-4f26-b99f-4cdc73da5240} <Debug> DynamicQueryHandler: Done processing query | ||
1772 | 2024.09.24 04:34:34.973105 [ 3 ] {ee5dd33b-08a4-4f26-b99f-4cdc73da5240} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1773 | 2024.09.24 04:34:34.973122 [ 3 ] {} <Debug> HTTP-Session: 6a38e864-324a-4123-8474-13499577bd82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1774 | 2024.09.24 04:34:34.973327 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 4310, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1775 | 2024.09.24 04:34:34.973374 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1776 | 2024.09.24 04:34:34.973394 [ 3 ] {} <Debug> HTTP-Session: d522fef4-047d-4253-89c5-b83a39337ec3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1777 | 2024.09.24 04:34:34.973410 [ 3 ] {} <Debug> HTTP-Session: d522fef4-047d-4253-89c5-b83a39337ec3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1778 | 2024.09.24 04:34:34.973423 [ 3 ] {} <Debug> HTTP-Session: d522fef4-047d-4253-89c5-b83a39337ec3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1779 | 2024.09.24 04:34:34.973453 [ 3 ] {} <Trace> HTTP-Session: d522fef4-047d-4253-89c5-b83a39337ec3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1780 | 2024.09.24 04:34:34.973571 [ 3 ] {9ded728d-dc3d-452a-8768-23ddd37ee409} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1781 | 2024.09.24 04:34:34.973615 [ 3 ] {9ded728d-dc3d-452a-8768-23ddd37ee409} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1782 | 2024.09.24 04:34:34.973778 [ 3 ] {9ded728d-dc3d-452a-8768-23ddd37ee409} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1783 | 2024.09.24 04:34:34.974130 [ 3 ] {9ded728d-dc3d-452a-8768-23ddd37ee409} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1784 | 2024.09.24 04:34:34.974170 [ 3 ] {9ded728d-dc3d-452a-8768-23ddd37ee409} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1785 | 2024.09.24 04:34:34.974660 [ 3 ] {9ded728d-dc3d-452a-8768-23ddd37ee409} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1786 | 2024.09.24 04:34:34.974988 [ 3 ] {9ded728d-dc3d-452a-8768-23ddd37ee409} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1787 | 2024.09.24 04:34:34.975152 [ 3 ] {9ded728d-dc3d-452a-8768-23ddd37ee409} <Debug> executeQuery: Read 13 rows, 2.29 KiB in 0.001615 sec., 8049.5356037151705 rows/sec., 1.38 MiB/sec. | ||
1788 | 2024.09.24 04:34:34.975434 [ 3 ] {9ded728d-dc3d-452a-8768-23ddd37ee409} <Debug> DynamicQueryHandler: Done processing query | ||
1789 | 2024.09.24 04:34:34.975458 [ 3 ] {9ded728d-dc3d-452a-8768-23ddd37ee409} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1790 | 2024.09.24 04:34:34.975477 [ 3 ] {} <Debug> HTTP-Session: d522fef4-047d-4253-89c5-b83a39337ec3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1791 | 2024.09.24 04:34:34.975589 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1792 | 2024.09.24 04:34:34.975639 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1793 | 2024.09.24 04:34:34.975658 [ 3 ] {} <Debug> HTTP-Session: a9bd2277-f27f-4424-8bf8-0f29db07b17c Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1794 | 2024.09.24 04:34:34.975674 [ 3 ] {} <Debug> HTTP-Session: a9bd2277-f27f-4424-8bf8-0f29db07b17c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1795 | 2024.09.24 04:34:34.975688 [ 3 ] {} <Debug> HTTP-Session: a9bd2277-f27f-4424-8bf8-0f29db07b17c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1796 | 2024.09.24 04:34:34.975719 [ 3 ] {} <Trace> HTTP-Session: a9bd2277-f27f-4424-8bf8-0f29db07b17c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1797 | 2024.09.24 04:34:34.975814 [ 3 ] {fdf09bca-270b-4928-8b5e-e14e85bbbaf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
1798 | 2024.09.24 04:34:34.975858 [ 3 ] {fdf09bca-270b-4928-8b5e-e14e85bbbaf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
1799 | 2024.09.24 04:34:34.976140 [ 3 ] {fdf09bca-270b-4928-8b5e-e14e85bbbaf4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1800 | 2024.09.24 04:34:34.976446 [ 3 ] {fdf09bca-270b-4928-8b5e-e14e85bbbaf4} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1801 | 2024.09.24 04:34:34.976484 [ 3 ] {fdf09bca-270b-4928-8b5e-e14e85bbbaf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1802 | 2024.09.24 04:34:34.976938 [ 3 ] {fdf09bca-270b-4928-8b5e-e14e85bbbaf4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1803 | 2024.09.24 04:34:34.977311 [ 3 ] {fdf09bca-270b-4928-8b5e-e14e85bbbaf4} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1804 | 2024.09.24 04:34:34.977470 [ 3 ] {fdf09bca-270b-4928-8b5e-e14e85bbbaf4} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001676 sec., 1193.3174224343675 rows/sec., 97.31 KiB/sec. | ||
1805 | 2024.09.24 04:34:34.977747 [ 3 ] {fdf09bca-270b-4928-8b5e-e14e85bbbaf4} <Debug> DynamicQueryHandler: Done processing query | ||
1806 | 2024.09.24 04:34:34.977772 [ 3 ] {fdf09bca-270b-4928-8b5e-e14e85bbbaf4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1807 | 2024.09.24 04:34:34.977788 [ 3 ] {} <Debug> HTTP-Session: a9bd2277-f27f-4424-8bf8-0f29db07b17c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1808 | 2024.09.24 04:34:34.977981 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 27534, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1809 | 2024.09.24 04:34:34.978030 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1810 | 2024.09.24 04:34:34.978049 [ 3 ] {} <Debug> HTTP-Session: dec8d62c-cd2d-491a-9263-d98511f7a3cc Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1811 | 2024.09.24 04:34:34.978065 [ 3 ] {} <Debug> HTTP-Session: dec8d62c-cd2d-491a-9263-d98511f7a3cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1812 | 2024.09.24 04:34:34.978078 [ 3 ] {} <Debug> HTTP-Session: dec8d62c-cd2d-491a-9263-d98511f7a3cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1813 | 2024.09.24 04:34:34.978109 [ 3 ] {} <Trace> HTTP-Session: dec8d62c-cd2d-491a-9263-d98511f7a3cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1814 | 2024.09.24 04:34:34.978251 [ 3 ] {1fa7a42b-c468-4250-8934-843f6002cf79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1815 | 2024.09.24 04:34:34.978295 [ 3 ] {1fa7a42b-c468-4250-8934-843f6002cf79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1816 | 2024.09.24 04:34:34.978542 [ 3 ] {1fa7a42b-c468-4250-8934-843f6002cf79} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1817 | 2024.09.24 04:34:34.978995 [ 3 ] {1fa7a42b-c468-4250-8934-843f6002cf79} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1818 | 2024.09.24 04:34:34.979033 [ 3 ] {1fa7a42b-c468-4250-8934-843f6002cf79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1819 | 2024.09.24 04:34:34.979406 [ 3 ] {1fa7a42b-c468-4250-8934-843f6002cf79} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1820 | 2024.09.24 04:34:34.979777 [ 3 ] {1fa7a42b-c468-4250-8934-843f6002cf79} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1821 | 2024.09.24 04:34:34.979938 [ 3 ] {1fa7a42b-c468-4250-8934-843f6002cf79} <Debug> executeQuery: Read 178 rows, 16.68 KiB in 0.00175 sec., 101714.28571428571 rows/sec., 9.31 MiB/sec. | ||
1822 | 2024.09.24 04:34:34.980124 [ 3 ] {1fa7a42b-c468-4250-8934-843f6002cf79} <Debug> DynamicQueryHandler: Done processing query | ||
1823 | 2024.09.24 04:34:34.980148 [ 3 ] {1fa7a42b-c468-4250-8934-843f6002cf79} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
1824 | 2024.09.24 04:34:34.980164 [ 3 ] {} <Debug> HTTP-Session: dec8d62c-cd2d-491a-9263-d98511f7a3cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1825 | 2024.09.24 04:34:34.980283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1826 | 2024.09.24 04:34:34.980331 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1827 | 2024.09.24 04:34:34.980351 [ 3 ] {} <Debug> HTTP-Session: c2a749d0-7d90-4c8f-9a5e-dc7453784e36 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1828 | 2024.09.24 04:34:34.980367 [ 3 ] {} <Debug> HTTP-Session: c2a749d0-7d90-4c8f-9a5e-dc7453784e36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1829 | 2024.09.24 04:34:34.980381 [ 3 ] {} <Debug> HTTP-Session: c2a749d0-7d90-4c8f-9a5e-dc7453784e36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1830 | 2024.09.24 04:34:34.980411 [ 3 ] {} <Trace> HTTP-Session: c2a749d0-7d90-4c8f-9a5e-dc7453784e36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1831 | 2024.09.24 04:34:34.980516 [ 3 ] {66418e75-643e-4779-bfb3-01316b6ede45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
1832 | 2024.09.24 04:34:34.980559 [ 3 ] {66418e75-643e-4779-bfb3-01316b6ede45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
1833 | 2024.09.24 04:34:34.980782 [ 3 ] {66418e75-643e-4779-bfb3-01316b6ede45} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1834 | 2024.09.24 04:34:34.981123 [ 3 ] {66418e75-643e-4779-bfb3-01316b6ede45} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1835 | 2024.09.24 04:34:34.981159 [ 3 ] {66418e75-643e-4779-bfb3-01316b6ede45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1836 | 2024.09.24 04:34:34.981505 [ 3 ] {66418e75-643e-4779-bfb3-01316b6ede45} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1837 | 2024.09.24 04:34:34.981862 [ 3 ] {66418e75-643e-4779-bfb3-01316b6ede45} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1838 | 2024.09.24 04:34:34.982014 [ 3 ] {66418e75-643e-4779-bfb3-01316b6ede45} <Debug> executeQuery: Read 24 rows, 1.79 KiB in 0.001521 sec., 15779.092702169626 rows/sec., 1.15 MiB/sec. | ||
1839 | 2024.09.24 04:34:34.982190 [ 3 ] {66418e75-643e-4779-bfb3-01316b6ede45} <Debug> DynamicQueryHandler: Done processing query | ||
1840 | 2024.09.24 04:34:34.982214 [ 3 ] {66418e75-643e-4779-bfb3-01316b6ede45} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1841 | 2024.09.24 04:34:34.982230 [ 3 ] {} <Debug> HTTP-Session: c2a749d0-7d90-4c8f-9a5e-dc7453784e36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1842 | 2024.09.24 04:34:34.982341 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1843 | 2024.09.24 04:34:34.982389 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1844 | 2024.09.24 04:34:34.982408 [ 3 ] {} <Debug> HTTP-Session: 7c12059b-02fd-4441-8242-bcda2524b145 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1845 | 2024.09.24 04:34:34.982424 [ 3 ] {} <Debug> HTTP-Session: 7c12059b-02fd-4441-8242-bcda2524b145 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1846 | 2024.09.24 04:34:34.982438 [ 3 ] {} <Debug> HTTP-Session: 7c12059b-02fd-4441-8242-bcda2524b145 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1847 | 2024.09.24 04:34:34.982469 [ 3 ] {} <Trace> HTTP-Session: 7c12059b-02fd-4441-8242-bcda2524b145 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1848 | 2024.09.24 04:34:34.982583 [ 3 ] {f4f3d9b6-d65a-4f05-9f50-76f3c3683d7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
1849 | 2024.09.24 04:34:34.982626 [ 3 ] {f4f3d9b6-d65a-4f05-9f50-76f3c3683d7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
1850 | 2024.09.24 04:34:34.982845 [ 3 ] {f4f3d9b6-d65a-4f05-9f50-76f3c3683d7e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1851 | 2024.09.24 04:34:34.983153 [ 3 ] {f4f3d9b6-d65a-4f05-9f50-76f3c3683d7e} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1852 | 2024.09.24 04:34:34.983189 [ 3 ] {f4f3d9b6-d65a-4f05-9f50-76f3c3683d7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1853 | 2024.09.24 04:34:34.983538 [ 3 ] {f4f3d9b6-d65a-4f05-9f50-76f3c3683d7e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1854 | 2024.09.24 04:34:34.983897 [ 3 ] {f4f3d9b6-d65a-4f05-9f50-76f3c3683d7e} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1855 | 2024.09.24 04:34:34.984052 [ 3 ] {f4f3d9b6-d65a-4f05-9f50-76f3c3683d7e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001486 sec., 9421.265141318978 rows/sec., 659.80 KiB/sec. | ||
1856 | 2024.09.24 04:34:34.984326 [ 3 ] {f4f3d9b6-d65a-4f05-9f50-76f3c3683d7e} <Debug> DynamicQueryHandler: Done processing query | ||
1857 | 2024.09.24 04:34:34.984351 [ 3 ] {f4f3d9b6-d65a-4f05-9f50-76f3c3683d7e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1858 | 2024.09.24 04:34:34.984367 [ 3 ] {} <Debug> HTTP-Session: 7c12059b-02fd-4441-8242-bcda2524b145 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1859 | 2024.09.24 04:34:34.984476 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1860 | 2024.09.24 04:34:34.984524 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1861 | 2024.09.24 04:34:34.984543 [ 3 ] {} <Debug> HTTP-Session: b1b3daa7-3bef-469c-8dc9-b3ce842075c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1862 | 2024.09.24 04:34:34.984559 [ 3 ] {} <Debug> HTTP-Session: b1b3daa7-3bef-469c-8dc9-b3ce842075c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1863 | 2024.09.24 04:34:34.984573 [ 3 ] {} <Debug> HTTP-Session: b1b3daa7-3bef-469c-8dc9-b3ce842075c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1864 | 2024.09.24 04:34:34.984604 [ 3 ] {} <Trace> HTTP-Session: b1b3daa7-3bef-469c-8dc9-b3ce842075c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1865 | 2024.09.24 04:34:34.984700 [ 3 ] {4b0d0f05-e81e-45da-9300-b095f127d7db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
1866 | 2024.09.24 04:34:34.984743 [ 3 ] {4b0d0f05-e81e-45da-9300-b095f127d7db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
1867 | 2024.09.24 04:34:34.984986 [ 3 ] {4b0d0f05-e81e-45da-9300-b095f127d7db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1868 | 2024.09.24 04:34:34.985287 [ 3 ] {4b0d0f05-e81e-45da-9300-b095f127d7db} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1869 | 2024.09.24 04:34:34.985323 [ 3 ] {4b0d0f05-e81e-45da-9300-b095f127d7db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1870 | 2024.09.24 04:34:34.985672 [ 3 ] {4b0d0f05-e81e-45da-9300-b095f127d7db} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1871 | 2024.09.24 04:34:34.986031 [ 3 ] {4b0d0f05-e81e-45da-9300-b095f127d7db} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1872 | 2024.09.24 04:34:34.986180 [ 3 ] {4b0d0f05-e81e-45da-9300-b095f127d7db} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001502 sec., 3994.6737683089214 rows/sec., 236.01 KiB/sec. | ||
1873 | 2024.09.24 04:34:34.986455 [ 3 ] {4b0d0f05-e81e-45da-9300-b095f127d7db} <Debug> DynamicQueryHandler: Done processing query | ||
1874 | 2024.09.24 04:34:34.986481 [ 3 ] {4b0d0f05-e81e-45da-9300-b095f127d7db} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1875 | 2024.09.24 04:34:34.986496 [ 3 ] {} <Debug> HTTP-Session: b1b3daa7-3bef-469c-8dc9-b3ce842075c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1876 | 2024.09.24 04:34:34.986809 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 55015, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1877 | 2024.09.24 04:34:34.986857 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1878 | 2024.09.24 04:34:34.986875 [ 3 ] {} <Debug> HTTP-Session: f3ab3774-396d-4b75-9554-9ae60924f5f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1879 | 2024.09.24 04:34:34.986892 [ 3 ] {} <Debug> HTTP-Session: f3ab3774-396d-4b75-9554-9ae60924f5f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1880 | 2024.09.24 04:34:34.986905 [ 3 ] {} <Debug> HTTP-Session: f3ab3774-396d-4b75-9554-9ae60924f5f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1881 | 2024.09.24 04:34:34.986935 [ 3 ] {} <Trace> HTTP-Session: f3ab3774-396d-4b75-9554-9ae60924f5f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1882 | 2024.09.24 04:34:34.987131 [ 3 ] {67d57a55-4820-43d1-8518-8e6d9f2ffd81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1883 | 2024.09.24 04:34:34.987174 [ 3 ] {67d57a55-4820-43d1-8518-8e6d9f2ffd81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1884 | 2024.09.24 04:34:34.987416 [ 3 ] {67d57a55-4820-43d1-8518-8e6d9f2ffd81} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1885 | 2024.09.24 04:34:34.987922 [ 3 ] {67d57a55-4820-43d1-8518-8e6d9f2ffd81} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1886 | 2024.09.24 04:34:34.987958 [ 3 ] {67d57a55-4820-43d1-8518-8e6d9f2ffd81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1887 | 2024.09.24 04:34:34.988336 [ 3 ] {67d57a55-4820-43d1-8518-8e6d9f2ffd81} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1888 | 2024.09.24 04:34:34.988714 [ 3 ] {67d57a55-4820-43d1-8518-8e6d9f2ffd81} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1889 | 2024.09.24 04:34:34.988876 [ 3 ] {67d57a55-4820-43d1-8518-8e6d9f2ffd81} <Debug> executeQuery: Read 342 rows, 24.49 KiB in 0.001837 sec., 186173.10832879695 rows/sec., 13.02 MiB/sec. | ||
1890 | 2024.09.24 04:34:34.989054 [ 3 ] {67d57a55-4820-43d1-8518-8e6d9f2ffd81} <Debug> DynamicQueryHandler: Done processing query | ||
1891 | 2024.09.24 04:34:34.989077 [ 3 ] {67d57a55-4820-43d1-8518-8e6d9f2ffd81} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB. | ||
1892 | 2024.09.24 04:34:34.989093 [ 3 ] {} <Debug> HTTP-Session: f3ab3774-396d-4b75-9554-9ae60924f5f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1893 | 2024.09.24 04:34:34.989227 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1894 | 2024.09.24 04:34:34.989275 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1895 | 2024.09.24 04:34:34.989293 [ 3 ] {} <Debug> HTTP-Session: 52e210f9-856b-40be-8165-071cace2f4ef Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1896 | 2024.09.24 04:34:34.989310 [ 3 ] {} <Debug> HTTP-Session: 52e210f9-856b-40be-8165-071cace2f4ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1897 | 2024.09.24 04:34:34.989324 [ 3 ] {} <Debug> HTTP-Session: 52e210f9-856b-40be-8165-071cace2f4ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1898 | 2024.09.24 04:34:34.989353 [ 3 ] {} <Trace> HTTP-Session: 52e210f9-856b-40be-8165-071cace2f4ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1899 | 2024.09.24 04:34:34.989450 [ 3 ] {8112124b-5c76-4a48-b310-f012b2f55fd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
1900 | 2024.09.24 04:34:34.989495 [ 3 ] {8112124b-5c76-4a48-b310-f012b2f55fd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
1901 | 2024.09.24 04:34:34.989621 [ 3 ] {8112124b-5c76-4a48-b310-f012b2f55fd0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1902 | 2024.09.24 04:34:34.989874 [ 3 ] {8112124b-5c76-4a48-b310-f012b2f55fd0} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1903 | 2024.09.24 04:34:34.989909 [ 3 ] {8112124b-5c76-4a48-b310-f012b2f55fd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1904 | 2024.09.24 04:34:34.990272 [ 3 ] {8112124b-5c76-4a48-b310-f012b2f55fd0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1905 | 2024.09.24 04:34:34.990611 [ 3 ] {8112124b-5c76-4a48-b310-f012b2f55fd0} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1906 | 2024.09.24 04:34:34.990769 [ 3 ] {8112124b-5c76-4a48-b310-f012b2f55fd0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001335 sec., 4494.38202247191 rows/sec., 234.81 KiB/sec. | ||
1907 | 2024.09.24 04:34:34.991040 [ 3 ] {8112124b-5c76-4a48-b310-f012b2f55fd0} <Debug> DynamicQueryHandler: Done processing query | ||
1908 | 2024.09.24 04:34:34.991065 [ 3 ] {8112124b-5c76-4a48-b310-f012b2f55fd0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1909 | 2024.09.24 04:34:34.991080 [ 3 ] {} <Debug> HTTP-Session: 52e210f9-856b-40be-8165-071cace2f4ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1910 | 2024.09.24 04:34:34.991218 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 14262, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1911 | 2024.09.24 04:34:34.991267 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1912 | 2024.09.24 04:34:34.991286 [ 3 ] {} <Debug> HTTP-Session: 51cef069-65c5-44b1-b530-f7a34c0df304 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1913 | 2024.09.24 04:34:34.991303 [ 3 ] {} <Debug> HTTP-Session: 51cef069-65c5-44b1-b530-f7a34c0df304 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1914 | 2024.09.24 04:34:34.991317 [ 3 ] {} <Debug> HTTP-Session: 51cef069-65c5-44b1-b530-f7a34c0df304 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1915 | 2024.09.24 04:34:34.991346 [ 3 ] {} <Trace> HTTP-Session: 51cef069-65c5-44b1-b530-f7a34c0df304 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1916 | 2024.09.24 04:34:34.991493 [ 3 ] {8f8055de-bcd8-4983-b6d3-14a63cd693bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1917 | 2024.09.24 04:34:34.991541 [ 3 ] {8f8055de-bcd8-4983-b6d3-14a63cd693bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1918 | 2024.09.24 04:34:34.991703 [ 3 ] {8f8055de-bcd8-4983-b6d3-14a63cd693bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1919 | 2024.09.24 04:34:34.992018 [ 3 ] {8f8055de-bcd8-4983-b6d3-14a63cd693bf} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1920 | 2024.09.24 04:34:34.992053 [ 3 ] {8f8055de-bcd8-4983-b6d3-14a63cd693bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1921 | 2024.09.24 04:34:34.992436 [ 3 ] {8f8055de-bcd8-4983-b6d3-14a63cd693bf} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1922 | 2024.09.24 04:34:34.992774 [ 3 ] {8f8055de-bcd8-4983-b6d3-14a63cd693bf} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1923 | 2024.09.24 04:34:34.992924 [ 3 ] {8f8055de-bcd8-4983-b6d3-14a63cd693bf} <Debug> executeQuery: Read 78 rows, 4.93 KiB in 0.00149 sec., 52348.9932885906 rows/sec., 3.23 MiB/sec. | ||
1924 | 2024.09.24 04:34:34.993204 [ 3 ] {8f8055de-bcd8-4983-b6d3-14a63cd693bf} <Debug> DynamicQueryHandler: Done processing query | ||
1925 | 2024.09.24 04:34:34.993227 [ 3 ] {8f8055de-bcd8-4983-b6d3-14a63cd693bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1926 | 2024.09.24 04:34:34.993243 [ 3 ] {} <Debug> HTTP-Session: 51cef069-65c5-44b1-b530-f7a34c0df304 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1927 | 2024.09.24 04:34:34.993352 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1928 | 2024.09.24 04:34:34.993401 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1929 | 2024.09.24 04:34:34.993419 [ 3 ] {} <Debug> HTTP-Session: c5ee0bde-33a6-411c-aec4-b1aa4e2150a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1930 | 2024.09.24 04:34:34.993436 [ 3 ] {} <Debug> HTTP-Session: c5ee0bde-33a6-411c-aec4-b1aa4e2150a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1931 | 2024.09.24 04:34:34.993450 [ 3 ] {} <Debug> HTTP-Session: c5ee0bde-33a6-411c-aec4-b1aa4e2150a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1932 | 2024.09.24 04:34:34.993480 [ 3 ] {} <Trace> HTTP-Session: c5ee0bde-33a6-411c-aec4-b1aa4e2150a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1933 | 2024.09.24 04:34:34.993573 [ 3 ] {4b1e063f-b163-4e73-bbd6-44a2aadd87bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
1934 | 2024.09.24 04:34:34.993619 [ 3 ] {4b1e063f-b163-4e73-bbd6-44a2aadd87bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
1935 | 2024.09.24 04:34:34.993766 [ 3 ] {4b1e063f-b163-4e73-bbd6-44a2aadd87bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1936 | 2024.09.24 04:34:34.994016 [ 3 ] {4b1e063f-b163-4e73-bbd6-44a2aadd87bf} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1937 | 2024.09.24 04:34:34.994051 [ 3 ] {4b1e063f-b163-4e73-bbd6-44a2aadd87bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1938 | 2024.09.24 04:34:34.994431 [ 3 ] {4b1e063f-b163-4e73-bbd6-44a2aadd87bf} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1939 | 2024.09.24 04:34:34.994762 [ 3 ] {4b1e063f-b163-4e73-bbd6-44a2aadd87bf} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1940 | 2024.09.24 04:34:34.994918 [ 3 ] {4b1e063f-b163-4e73-bbd6-44a2aadd87bf} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001361 sec., 734.7538574577517 rows/sec., 49.51 KiB/sec. | ||
1941 | 2024.09.24 04:34:34.995122 [ 3 ] {4b1e063f-b163-4e73-bbd6-44a2aadd87bf} <Debug> DynamicQueryHandler: Done processing query | ||
1942 | 2024.09.24 04:34:34.995146 [ 3 ] {4b1e063f-b163-4e73-bbd6-44a2aadd87bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
1943 | 2024.09.24 04:34:34.995161 [ 3 ] {} <Debug> HTTP-Session: c5ee0bde-33a6-411c-aec4-b1aa4e2150a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1944 | 2024.09.24 04:34:34.995364 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 35927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1945 | 2024.09.24 04:34:34.995413 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1946 | 2024.09.24 04:34:34.995431 [ 3 ] {} <Debug> HTTP-Session: 1be91ac0-f5d6-4d24-844a-96afc18cc9e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1947 | 2024.09.24 04:34:34.995448 [ 3 ] {} <Debug> HTTP-Session: 1be91ac0-f5d6-4d24-844a-96afc18cc9e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1948 | 2024.09.24 04:34:34.995463 [ 3 ] {} <Debug> HTTP-Session: 1be91ac0-f5d6-4d24-844a-96afc18cc9e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1949 | 2024.09.24 04:34:34.995494 [ 3 ] {} <Trace> HTTP-Session: 1be91ac0-f5d6-4d24-844a-96afc18cc9e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1950 | 2024.09.24 04:34:34.995920 [ 3 ] {92a23882-2efa-487c-ab5d-cf79ed2dda17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
1951 | 2024.09.24 04:34:34.995983 [ 3 ] {92a23882-2efa-487c-ab5d-cf79ed2dda17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
1952 | 2024.09.24 04:34:34.996398 [ 3 ] {92a23882-2efa-487c-ab5d-cf79ed2dda17} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1953 | 2024.09.24 04:34:34.996991 [ 3 ] {92a23882-2efa-487c-ab5d-cf79ed2dda17} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1954 | 2024.09.24 04:34:34.997027 [ 3 ] {92a23882-2efa-487c-ab5d-cf79ed2dda17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1955 | 2024.09.24 04:34:34.997664 [ 3 ] {92a23882-2efa-487c-ab5d-cf79ed2dda17} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1956 | 2024.09.24 04:34:34.998083 [ 3 ] {92a23882-2efa-487c-ab5d-cf79ed2dda17} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1957 | 2024.09.24 04:34:34.998236 [ 3 ] {92a23882-2efa-487c-ab5d-cf79ed2dda17} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002649 sec., 8305.020762551907 rows/sec., 14.88 MiB/sec. | ||
1958 | 2024.09.24 04:34:34.998479 [ 3 ] {92a23882-2efa-487c-ab5d-cf79ed2dda17} <Debug> DynamicQueryHandler: Done processing query | ||
1959 | 2024.09.24 04:34:34.998503 [ 3 ] {92a23882-2efa-487c-ab5d-cf79ed2dda17} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
1960 | 2024.09.24 04:34:34.998519 [ 3 ] {} <Debug> HTTP-Session: 1be91ac0-f5d6-4d24-844a-96afc18cc9e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1961 | 2024.09.24 04:34:34.998629 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1962 | 2024.09.24 04:34:34.998678 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1963 | 2024.09.24 04:34:34.998697 [ 3 ] {} <Debug> HTTP-Session: 7e56d32b-17d0-4a5e-b0dc-f8e520dcc3a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1964 | 2024.09.24 04:34:34.998713 [ 3 ] {} <Debug> HTTP-Session: 7e56d32b-17d0-4a5e-b0dc-f8e520dcc3a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1965 | 2024.09.24 04:34:34.998727 [ 3 ] {} <Debug> HTTP-Session: 7e56d32b-17d0-4a5e-b0dc-f8e520dcc3a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1966 | 2024.09.24 04:34:34.998758 [ 3 ] {} <Trace> HTTP-Session: 7e56d32b-17d0-4a5e-b0dc-f8e520dcc3a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1967 | 2024.09.24 04:34:34.998860 [ 3 ] {f98ff927-c037-477c-806e-63a6f597c87e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1968 | 2024.09.24 04:34:34.998903 [ 3 ] {f98ff927-c037-477c-806e-63a6f597c87e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1969 | 2024.09.24 04:34:34.999031 [ 3 ] {f98ff927-c037-477c-806e-63a6f597c87e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1970 | 2024.09.24 04:34:34.999320 [ 3 ] {f98ff927-c037-477c-806e-63a6f597c87e} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1971 | 2024.09.24 04:34:34.999356 [ 3 ] {f98ff927-c037-477c-806e-63a6f597c87e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
1972 | 2024.09.24 04:34:34.999712 [ 3 ] {f98ff927-c037-477c-806e-63a6f597c87e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1973 | 2024.09.24 04:34:35.000048 [ 3 ] {f98ff927-c037-477c-806e-63a6f597c87e} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1974 | 2024.09.24 04:34:35.000159 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 183.08 MiB, peak 183.28 MiB, free memory in arenas 0.00 B, will set to 177.73 MiB (RSS), difference: -5.35 MiB | ||
1975 | 2024.09.24 04:34:35.000349 [ 3 ] {f98ff927-c037-477c-806e-63a6f597c87e} <Debug> executeQuery: Read 22 rows, 1.19 KiB in 0.001493 sec., 14735.432016075018 rows/sec., 798.65 KiB/sec. | ||
1976 | 2024.09.24 04:34:35.000793 [ 3 ] {f98ff927-c037-477c-806e-63a6f597c87e} <Debug> DynamicQueryHandler: Done processing query | ||
1977 | 2024.09.24 04:34:35.000823 [ 3 ] {f98ff927-c037-477c-806e-63a6f597c87e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1978 | 2024.09.24 04:34:35.000839 [ 3 ] {} <Debug> HTTP-Session: 7e56d32b-17d0-4a5e-b0dc-f8e520dcc3a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1979 | 2024.09.24 04:34:36.000262 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 172.58 MiB, peak 183.28 MiB, free memory in arenas 0.00 B, will set to 177.73 MiB (RSS), difference: 5.15 MiB | ||
1980 | 2024.09.24 04:34:39.906935 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1981 | 2024.09.24 04:34:39.907058 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1982 | 2024.09.24 04:34:39.907087 [ 3 ] {} <Debug> HTTP-Session: 6ff122cd-ec0d-4255-9cf3-952a396c15fe Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
1983 | 2024.09.24 04:34:39.907115 [ 3 ] {} <Debug> HTTP-Session: 6ff122cd-ec0d-4255-9cf3-952a396c15fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1984 | 2024.09.24 04:34:39.907132 [ 3 ] {} <Debug> HTTP-Session: 6ff122cd-ec0d-4255-9cf3-952a396c15fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1985 | 2024.09.24 04:34:39.907189 [ 3 ] {} <Trace> HTTP-Session: 6ff122cd-ec0d-4255-9cf3-952a396c15fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1986 | 2024.09.24 04:34:39.907461 [ 3 ] {f395c0be-538e-49c1-8fcc-9c1fa411ba2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1987 | 2024.09.24 04:34:39.907889 [ 3 ] {f395c0be-538e-49c1-8fcc-9c1fa411ba2a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1988 | 2024.09.24 04:34:39.907941 [ 3 ] {f395c0be-538e-49c1-8fcc-9c1fa411ba2a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1989 | 2024.09.24 04:34:39.908256 [ 3 ] {f395c0be-538e-49c1-8fcc-9c1fa411ba2a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1990 | 2024.09.24 04:34:39.908341 [ 3 ] {f395c0be-538e-49c1-8fcc-9c1fa411ba2a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1991 | 2024.09.24 04:34:39.908519 [ 3 ] {f395c0be-538e-49c1-8fcc-9c1fa411ba2a} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
1992 | 2024.09.24 04:34:39.908636 [ 261 ] {f395c0be-538e-49c1-8fcc-9c1fa411ba2a} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1993 | 2024.09.24 04:34:39.908668 [ 260 ] {f395c0be-538e-49c1-8fcc-9c1fa411ba2a} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1994 | 2024.09.24 04:34:39.908794 [ 3 ] {f395c0be-538e-49c1-8fcc-9c1fa411ba2a} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
1995 | 2024.09.24 04:34:39.908824 [ 3 ] {f395c0be-538e-49c1-8fcc-9c1fa411ba2a} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1996 | 2024.09.24 04:34:39.912674 [ 3 ] {f395c0be-538e-49c1-8fcc-9c1fa411ba2a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1997 | 2024.09.24 04:34:39.914528 [ 3 ] {f395c0be-538e-49c1-8fcc-9c1fa411ba2a} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1998 | 2024.09.24 04:34:39.914598 [ 3 ] {f395c0be-538e-49c1-8fcc-9c1fa411ba2a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1999 | 2024.09.24 04:34:39.914644 [ 3 ] {f395c0be-538e-49c1-8fcc-9c1fa411ba2a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2000 | 2024.09.24 04:34:39.916222 [ 3 ] {f395c0be-538e-49c1-8fcc-9c1fa411ba2a} <Debug> executeQuery: Read 18 rows, 665.00 B in 0.008879 sec., 2027.2553215452192 rows/sec., 73.14 KiB/sec. | ||
2001 | 2024.09.24 04:34:39.916562 [ 3 ] {f395c0be-538e-49c1-8fcc-9c1fa411ba2a} <Debug> DynamicQueryHandler: Done processing query | ||
2002 | 2024.09.24 04:34:39.916589 [ 3 ] {f395c0be-538e-49c1-8fcc-9c1fa411ba2a} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2003 | 2024.09.24 04:34:39.916607 [ 3 ] {} <Debug> HTTP-Session: 6ff122cd-ec0d-4255-9cf3-952a396c15fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2004 | 2024.09.24 04:34:39.916866 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 708, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2005 | 2024.09.24 04:34:39.916921 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2006 | 2024.09.24 04:34:39.916940 [ 3 ] {} <Debug> HTTP-Session: 0362e09d-f30a-45ac-95b2-4b12dc559358 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
2007 | 2024.09.24 04:34:39.916959 [ 3 ] {} <Debug> HTTP-Session: 0362e09d-f30a-45ac-95b2-4b12dc559358 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2008 | 2024.09.24 04:34:39.916973 [ 3 ] {} <Debug> HTTP-Session: 0362e09d-f30a-45ac-95b2-4b12dc559358 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2009 | 2024.09.24 04:34:39.917008 [ 3 ] {} <Trace> HTTP-Session: 0362e09d-f30a-45ac-95b2-4b12dc559358 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2010 | 2024.09.24 04:34:39.917165 [ 3 ] {f4fdde62-9fc3-47e3-91ce-41e1ae148df8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2011 | 2024.09.24 04:34:39.917438 [ 3 ] {f4fdde62-9fc3-47e3-91ce-41e1ae148df8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2012 | 2024.09.24 04:34:39.917484 [ 3 ] {f4fdde62-9fc3-47e3-91ce-41e1ae148df8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2013 | 2024.09.24 04:34:39.917742 [ 3 ] {f4fdde62-9fc3-47e3-91ce-41e1ae148df8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2014 | 2024.09.24 04:34:39.917807 [ 3 ] {f4fdde62-9fc3-47e3-91ce-41e1ae148df8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2015 | 2024.09.24 04:34:39.917952 [ 3 ] {f4fdde62-9fc3-47e3-91ce-41e1ae148df8} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
2016 | 2024.09.24 04:34:39.918065 [ 264 ] {f4fdde62-9fc3-47e3-91ce-41e1ae148df8} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2017 | 2024.09.24 04:34:39.918064 [ 266 ] {f4fdde62-9fc3-47e3-91ce-41e1ae148df8} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2018 | 2024.09.24 04:34:39.918194 [ 3 ] {f4fdde62-9fc3-47e3-91ce-41e1ae148df8} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
2019 | 2024.09.24 04:34:39.918222 [ 3 ] {f4fdde62-9fc3-47e3-91ce-41e1ae148df8} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2020 | 2024.09.24 04:34:39.918300 [ 3 ] {f4fdde62-9fc3-47e3-91ce-41e1ae148df8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2021 | 2024.09.24 04:34:39.918320 [ 3 ] {f4fdde62-9fc3-47e3-91ce-41e1ae148df8} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
2022 | 2024.09.24 04:34:39.918361 [ 3 ] {f4fdde62-9fc3-47e3-91ce-41e1ae148df8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2023 | 2024.09.24 04:34:39.918399 [ 3 ] {f4fdde62-9fc3-47e3-91ce-41e1ae148df8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2024 | 2024.09.24 04:34:39.919724 [ 3 ] {f4fdde62-9fc3-47e3-91ce-41e1ae148df8} <Debug> executeQuery: Read 18 rows, 665.00 B in 0.002631 sec., 6841.505131128848 rows/sec., 246.83 KiB/sec. | ||
2025 | 2024.09.24 04:34:39.920030 [ 3 ] {f4fdde62-9fc3-47e3-91ce-41e1ae148df8} <Debug> DynamicQueryHandler: Done processing query | ||
2026 | 2024.09.24 04:34:39.920057 [ 3 ] {f4fdde62-9fc3-47e3-91ce-41e1ae148df8} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2027 | 2024.09.24 04:34:39.920074 [ 3 ] {} <Debug> HTTP-Session: 0362e09d-f30a-45ac-95b2-4b12dc559358 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2028 | 2024.09.24 04:34:39.920290 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 750, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2029 | 2024.09.24 04:34:39.920339 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2030 | 2024.09.24 04:34:39.920358 [ 3 ] {} <Debug> HTTP-Session: 25115bf2-971e-4439-b433-dbc2674836da Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
2031 | 2024.09.24 04:34:39.920375 [ 3 ] {} <Debug> HTTP-Session: 25115bf2-971e-4439-b433-dbc2674836da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2032 | 2024.09.24 04:34:39.920389 [ 3 ] {} <Debug> HTTP-Session: 25115bf2-971e-4439-b433-dbc2674836da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2033 | 2024.09.24 04:34:39.920421 [ 3 ] {} <Trace> HTTP-Session: 25115bf2-971e-4439-b433-dbc2674836da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2034 | 2024.09.24 04:34:39.920564 [ 3 ] {088fbb80-e7bb-49d6-8f71-ae303c599b77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2035 | 2024.09.24 04:34:39.920830 [ 3 ] {088fbb80-e7bb-49d6-8f71-ae303c599b77} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2036 | 2024.09.24 04:34:39.920870 [ 3 ] {088fbb80-e7bb-49d6-8f71-ae303c599b77} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2037 | 2024.09.24 04:34:39.921126 [ 3 ] {088fbb80-e7bb-49d6-8f71-ae303c599b77} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2038 | 2024.09.24 04:34:39.921191 [ 3 ] {088fbb80-e7bb-49d6-8f71-ae303c599b77} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2039 | 2024.09.24 04:34:39.921329 [ 3 ] {088fbb80-e7bb-49d6-8f71-ae303c599b77} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
2040 | 2024.09.24 04:34:39.921428 [ 263 ] {088fbb80-e7bb-49d6-8f71-ae303c599b77} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2041 | 2024.09.24 04:34:39.921432 [ 261 ] {088fbb80-e7bb-49d6-8f71-ae303c599b77} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2042 | 2024.09.24 04:34:39.921579 [ 3 ] {088fbb80-e7bb-49d6-8f71-ae303c599b77} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
2043 | 2024.09.24 04:34:39.921602 [ 3 ] {088fbb80-e7bb-49d6-8f71-ae303c599b77} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2044 | 2024.09.24 04:34:39.921678 [ 3 ] {088fbb80-e7bb-49d6-8f71-ae303c599b77} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2045 | 2024.09.24 04:34:39.921700 [ 3 ] {088fbb80-e7bb-49d6-8f71-ae303c599b77} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
2046 | 2024.09.24 04:34:39.921737 [ 3 ] {088fbb80-e7bb-49d6-8f71-ae303c599b77} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2047 | 2024.09.24 04:34:39.921806 [ 3 ] {088fbb80-e7bb-49d6-8f71-ae303c599b77} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2048 | 2024.09.24 04:34:39.923134 [ 3 ] {088fbb80-e7bb-49d6-8f71-ae303c599b77} <Debug> executeQuery: Read 18 rows, 665.00 B in 0.002636 sec., 6828.528072837633 rows/sec., 246.36 KiB/sec. | ||
2049 | 2024.09.24 04:34:39.923438 [ 3 ] {088fbb80-e7bb-49d6-8f71-ae303c599b77} <Debug> DynamicQueryHandler: Done processing query | ||
2050 | 2024.09.24 04:34:39.923466 [ 3 ] {088fbb80-e7bb-49d6-8f71-ae303c599b77} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2051 | 2024.09.24 04:34:39.923483 [ 3 ] {} <Debug> HTTP-Session: 25115bf2-971e-4439-b433-dbc2674836da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2052 | 2024.09.24 04:34:39.923712 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 784, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2053 | 2024.09.24 04:34:39.923762 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2054 | 2024.09.24 04:34:39.923781 [ 3 ] {} <Debug> HTTP-Session: 867dba0e-19d5-4072-896a-7395eb7b41b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
2055 | 2024.09.24 04:34:39.923799 [ 3 ] {} <Debug> HTTP-Session: 867dba0e-19d5-4072-896a-7395eb7b41b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2056 | 2024.09.24 04:34:39.923813 [ 3 ] {} <Debug> HTTP-Session: 867dba0e-19d5-4072-896a-7395eb7b41b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2057 | 2024.09.24 04:34:39.923845 [ 3 ] {} <Trace> HTTP-Session: 867dba0e-19d5-4072-896a-7395eb7b41b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2058 | 2024.09.24 04:34:39.923989 [ 3 ] {b677a7dc-6825-45f6-b22b-4cdf57e826f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2059 | 2024.09.24 04:34:39.924258 [ 3 ] {b677a7dc-6825-45f6-b22b-4cdf57e826f1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2060 | 2024.09.24 04:34:39.924300 [ 3 ] {b677a7dc-6825-45f6-b22b-4cdf57e826f1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2061 | 2024.09.24 04:34:39.924573 [ 3 ] {b677a7dc-6825-45f6-b22b-4cdf57e826f1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2062 | 2024.09.24 04:34:39.924646 [ 3 ] {b677a7dc-6825-45f6-b22b-4cdf57e826f1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2063 | 2024.09.24 04:34:39.924786 [ 3 ] {b677a7dc-6825-45f6-b22b-4cdf57e826f1} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
2064 | 2024.09.24 04:34:39.924892 [ 266 ] {b677a7dc-6825-45f6-b22b-4cdf57e826f1} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2065 | 2024.09.24 04:34:39.924896 [ 264 ] {b677a7dc-6825-45f6-b22b-4cdf57e826f1} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2066 | 2024.09.24 04:34:39.924998 [ 3 ] {b677a7dc-6825-45f6-b22b-4cdf57e826f1} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
2067 | 2024.09.24 04:34:39.925021 [ 3 ] {b677a7dc-6825-45f6-b22b-4cdf57e826f1} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2068 | 2024.09.24 04:34:39.925098 [ 3 ] {b677a7dc-6825-45f6-b22b-4cdf57e826f1} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2069 | 2024.09.24 04:34:39.925119 [ 3 ] {b677a7dc-6825-45f6-b22b-4cdf57e826f1} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
2070 | 2024.09.24 04:34:39.925157 [ 3 ] {b677a7dc-6825-45f6-b22b-4cdf57e826f1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2071 | 2024.09.24 04:34:39.925195 [ 3 ] {b677a7dc-6825-45f6-b22b-4cdf57e826f1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2072 | 2024.09.24 04:34:39.926503 [ 3 ] {b677a7dc-6825-45f6-b22b-4cdf57e826f1} <Debug> executeQuery: Read 18 rows, 665.00 B in 0.00258 sec., 6976.744186046512 rows/sec., 251.71 KiB/sec. | ||
2073 | 2024.09.24 04:34:39.926786 [ 3 ] {b677a7dc-6825-45f6-b22b-4cdf57e826f1} <Debug> DynamicQueryHandler: Done processing query | ||
2074 | 2024.09.24 04:34:39.926812 [ 3 ] {b677a7dc-6825-45f6-b22b-4cdf57e826f1} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2075 | 2024.09.24 04:34:39.926829 [ 3 ] {} <Debug> HTTP-Session: 867dba0e-19d5-4072-896a-7395eb7b41b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2076 | 2024.09.24 04:34:39.927047 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 822, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2077 | 2024.09.24 04:34:39.927098 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2078 | 2024.09.24 04:34:39.927117 [ 3 ] {} <Debug> HTTP-Session: d769fedb-dd7d-4b77-82ae-7486bff3424a Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
2079 | 2024.09.24 04:34:39.927134 [ 3 ] {} <Debug> HTTP-Session: d769fedb-dd7d-4b77-82ae-7486bff3424a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2080 | 2024.09.24 04:34:39.927148 [ 3 ] {} <Debug> HTTP-Session: d769fedb-dd7d-4b77-82ae-7486bff3424a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2081 | 2024.09.24 04:34:39.927180 [ 3 ] {} <Trace> HTTP-Session: d769fedb-dd7d-4b77-82ae-7486bff3424a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2082 | 2024.09.24 04:34:39.927333 [ 3 ] {0fde13b4-95da-4ec9-a511-a25c7db3eea1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2083 | 2024.09.24 04:34:39.927605 [ 3 ] {0fde13b4-95da-4ec9-a511-a25c7db3eea1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2084 | 2024.09.24 04:34:39.927647 [ 3 ] {0fde13b4-95da-4ec9-a511-a25c7db3eea1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2085 | 2024.09.24 04:34:39.927914 [ 3 ] {0fde13b4-95da-4ec9-a511-a25c7db3eea1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2086 | 2024.09.24 04:34:39.927980 [ 3 ] {0fde13b4-95da-4ec9-a511-a25c7db3eea1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2087 | 2024.09.24 04:34:39.928121 [ 3 ] {0fde13b4-95da-4ec9-a511-a25c7db3eea1} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
2088 | 2024.09.24 04:34:39.928219 [ 263 ] {0fde13b4-95da-4ec9-a511-a25c7db3eea1} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2089 | 2024.09.24 04:34:39.928234 [ 261 ] {0fde13b4-95da-4ec9-a511-a25c7db3eea1} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2090 | 2024.09.24 04:34:39.928331 [ 3 ] {0fde13b4-95da-4ec9-a511-a25c7db3eea1} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
2091 | 2024.09.24 04:34:39.928355 [ 3 ] {0fde13b4-95da-4ec9-a511-a25c7db3eea1} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2092 | 2024.09.24 04:34:39.928433 [ 3 ] {0fde13b4-95da-4ec9-a511-a25c7db3eea1} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2093 | 2024.09.24 04:34:39.928452 [ 3 ] {0fde13b4-95da-4ec9-a511-a25c7db3eea1} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
2094 | 2024.09.24 04:34:39.928492 [ 3 ] {0fde13b4-95da-4ec9-a511-a25c7db3eea1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2095 | 2024.09.24 04:34:39.928530 [ 3 ] {0fde13b4-95da-4ec9-a511-a25c7db3eea1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2096 | 2024.09.24 04:34:39.929850 [ 3 ] {0fde13b4-95da-4ec9-a511-a25c7db3eea1} <Debug> executeQuery: Read 18 rows, 665.00 B in 0.002583 sec., 6968.641114982579 rows/sec., 251.42 KiB/sec. | ||
2097 | 2024.09.24 04:34:39.930134 [ 3 ] {0fde13b4-95da-4ec9-a511-a25c7db3eea1} <Debug> DynamicQueryHandler: Done processing query | ||
2098 | 2024.09.24 04:34:39.930159 [ 3 ] {0fde13b4-95da-4ec9-a511-a25c7db3eea1} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2099 | 2024.09.24 04:34:39.930175 [ 3 ] {} <Debug> HTTP-Session: d769fedb-dd7d-4b77-82ae-7486bff3424a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2100 | 2024.09.24 04:34:39.930399 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 857, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2101 | 2024.09.24 04:34:39.930447 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2102 | 2024.09.24 04:34:39.930467 [ 3 ] {} <Debug> HTTP-Session: 5f962ad0-ef74-47ba-b95b-ffb28c781036 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
2103 | 2024.09.24 04:34:39.930483 [ 3 ] {} <Debug> HTTP-Session: 5f962ad0-ef74-47ba-b95b-ffb28c781036 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2104 | 2024.09.24 04:34:39.930497 [ 3 ] {} <Debug> HTTP-Session: 5f962ad0-ef74-47ba-b95b-ffb28c781036 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2105 | 2024.09.24 04:34:39.930528 [ 3 ] {} <Trace> HTTP-Session: 5f962ad0-ef74-47ba-b95b-ffb28c781036 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2106 | 2024.09.24 04:34:39.930671 [ 3 ] {7daf0333-83c0-4796-a950-52df11b4e56b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2107 | 2024.09.24 04:34:39.930942 [ 3 ] {7daf0333-83c0-4796-a950-52df11b4e56b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2108 | 2024.09.24 04:34:39.930983 [ 3 ] {7daf0333-83c0-4796-a950-52df11b4e56b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2109 | 2024.09.24 04:34:39.931249 [ 3 ] {7daf0333-83c0-4796-a950-52df11b4e56b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2110 | 2024.09.24 04:34:39.931315 [ 3 ] {7daf0333-83c0-4796-a950-52df11b4e56b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2111 | 2024.09.24 04:34:39.931454 [ 3 ] {7daf0333-83c0-4796-a950-52df11b4e56b} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
2112 | 2024.09.24 04:34:39.931536 [ 263 ] {7daf0333-83c0-4796-a950-52df11b4e56b} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2113 | 2024.09.24 04:34:39.931537 [ 266 ] {7daf0333-83c0-4796-a950-52df11b4e56b} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2114 | 2024.09.24 04:34:39.931629 [ 3 ] {7daf0333-83c0-4796-a950-52df11b4e56b} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
2115 | 2024.09.24 04:34:39.931658 [ 3 ] {7daf0333-83c0-4796-a950-52df11b4e56b} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2116 | 2024.09.24 04:34:39.931738 [ 3 ] {7daf0333-83c0-4796-a950-52df11b4e56b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2117 | 2024.09.24 04:34:39.931757 [ 3 ] {7daf0333-83c0-4796-a950-52df11b4e56b} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
2118 | 2024.09.24 04:34:39.931796 [ 3 ] {7daf0333-83c0-4796-a950-52df11b4e56b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2119 | 2024.09.24 04:34:39.931835 [ 3 ] {7daf0333-83c0-4796-a950-52df11b4e56b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2120 | 2024.09.24 04:34:39.933136 [ 3 ] {7daf0333-83c0-4796-a950-52df11b4e56b} <Debug> executeQuery: Read 18 rows, 665.00 B in 0.002533 sec., 7106.1981839715745 rows/sec., 256.38 KiB/sec. | ||
2121 | 2024.09.24 04:34:39.933405 [ 3 ] {7daf0333-83c0-4796-a950-52df11b4e56b} <Debug> DynamicQueryHandler: Done processing query | ||
2122 | 2024.09.24 04:34:39.933429 [ 3 ] {7daf0333-83c0-4796-a950-52df11b4e56b} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2123 | 2024.09.24 04:34:39.933445 [ 3 ] {} <Debug> HTTP-Session: 5f962ad0-ef74-47ba-b95b-ffb28c781036 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2124 | 2024.09.24 04:34:39.933656 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 896, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2125 | 2024.09.24 04:34:39.933702 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2126 | 2024.09.24 04:34:39.933721 [ 3 ] {} <Debug> HTTP-Session: 616c9e01-d644-4ff0-9a42-cc20881edacd Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
2127 | 2024.09.24 04:34:39.933737 [ 3 ] {} <Debug> HTTP-Session: 616c9e01-d644-4ff0-9a42-cc20881edacd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2128 | 2024.09.24 04:34:39.933751 [ 3 ] {} <Debug> HTTP-Session: 616c9e01-d644-4ff0-9a42-cc20881edacd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2129 | 2024.09.24 04:34:39.933781 [ 3 ] {} <Trace> HTTP-Session: 616c9e01-d644-4ff0-9a42-cc20881edacd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2130 | 2024.09.24 04:34:39.933923 [ 3 ] {b8d95ce6-c5b9-4791-b0ec-e0eaf876f8e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2131 | 2024.09.24 04:34:39.934192 [ 3 ] {b8d95ce6-c5b9-4791-b0ec-e0eaf876f8e4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2132 | 2024.09.24 04:34:39.934233 [ 3 ] {b8d95ce6-c5b9-4791-b0ec-e0eaf876f8e4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2133 | 2024.09.24 04:34:39.934502 [ 3 ] {b8d95ce6-c5b9-4791-b0ec-e0eaf876f8e4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2134 | 2024.09.24 04:34:39.934567 [ 3 ] {b8d95ce6-c5b9-4791-b0ec-e0eaf876f8e4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2135 | 2024.09.24 04:34:39.934704 [ 3 ] {b8d95ce6-c5b9-4791-b0ec-e0eaf876f8e4} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
2136 | 2024.09.24 04:34:39.934779 [ 261 ] {b8d95ce6-c5b9-4791-b0ec-e0eaf876f8e4} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2137 | 2024.09.24 04:34:39.934797 [ 266 ] {b8d95ce6-c5b9-4791-b0ec-e0eaf876f8e4} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2138 | 2024.09.24 04:34:39.934882 [ 3 ] {b8d95ce6-c5b9-4791-b0ec-e0eaf876f8e4} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
2139 | 2024.09.24 04:34:39.934909 [ 3 ] {b8d95ce6-c5b9-4791-b0ec-e0eaf876f8e4} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2140 | 2024.09.24 04:34:39.934985 [ 3 ] {b8d95ce6-c5b9-4791-b0ec-e0eaf876f8e4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2141 | 2024.09.24 04:34:39.935004 [ 3 ] {b8d95ce6-c5b9-4791-b0ec-e0eaf876f8e4} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
2142 | 2024.09.24 04:34:39.935043 [ 3 ] {b8d95ce6-c5b9-4791-b0ec-e0eaf876f8e4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2143 | 2024.09.24 04:34:39.935083 [ 3 ] {b8d95ce6-c5b9-4791-b0ec-e0eaf876f8e4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2144 | 2024.09.24 04:34:39.936296 [ 3 ] {b8d95ce6-c5b9-4791-b0ec-e0eaf876f8e4} <Debug> executeQuery: Read 18 rows, 665.00 B in 0.002441 sec., 7374.02703809914 rows/sec., 266.04 KiB/sec. | ||
2145 | 2024.09.24 04:34:39.936580 [ 3 ] {b8d95ce6-c5b9-4791-b0ec-e0eaf876f8e4} <Debug> DynamicQueryHandler: Done processing query | ||
2146 | 2024.09.24 04:34:39.936604 [ 3 ] {b8d95ce6-c5b9-4791-b0ec-e0eaf876f8e4} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2147 | 2024.09.24 04:34:39.936621 [ 3 ] {} <Debug> HTTP-Session: 616c9e01-d644-4ff0-9a42-cc20881edacd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2148 | 2024.09.24 04:34:39.936833 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 928, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2149 | 2024.09.24 04:34:39.936879 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2150 | 2024.09.24 04:34:39.936897 [ 3 ] {} <Debug> HTTP-Session: 987b96e9-6525-4273-906e-86b1d4a3344d Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
2151 | 2024.09.24 04:34:39.936913 [ 3 ] {} <Debug> HTTP-Session: 987b96e9-6525-4273-906e-86b1d4a3344d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2152 | 2024.09.24 04:34:39.936926 [ 3 ] {} <Debug> HTTP-Session: 987b96e9-6525-4273-906e-86b1d4a3344d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2153 | 2024.09.24 04:34:39.936958 [ 3 ] {} <Trace> HTTP-Session: 987b96e9-6525-4273-906e-86b1d4a3344d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2154 | 2024.09.24 04:34:39.937103 [ 3 ] {05977f46-e89b-475e-b09f-a8f826bcf4b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2155 | 2024.09.24 04:34:39.937374 [ 3 ] {05977f46-e89b-475e-b09f-a8f826bcf4b0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2156 | 2024.09.24 04:34:39.937415 [ 3 ] {05977f46-e89b-475e-b09f-a8f826bcf4b0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2157 | 2024.09.24 04:34:39.937686 [ 3 ] {05977f46-e89b-475e-b09f-a8f826bcf4b0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2158 | 2024.09.24 04:34:39.937750 [ 3 ] {05977f46-e89b-475e-b09f-a8f826bcf4b0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2159 | 2024.09.24 04:34:39.937888 [ 3 ] {05977f46-e89b-475e-b09f-a8f826bcf4b0} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
2160 | 2024.09.24 04:34:39.937978 [ 261 ] {05977f46-e89b-475e-b09f-a8f826bcf4b0} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2161 | 2024.09.24 04:34:39.937983 [ 266 ] {05977f46-e89b-475e-b09f-a8f826bcf4b0} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2162 | 2024.09.24 04:34:39.938087 [ 3 ] {05977f46-e89b-475e-b09f-a8f826bcf4b0} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
2163 | 2024.09.24 04:34:39.938115 [ 3 ] {05977f46-e89b-475e-b09f-a8f826bcf4b0} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2164 | 2024.09.24 04:34:39.938191 [ 3 ] {05977f46-e89b-475e-b09f-a8f826bcf4b0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2165 | 2024.09.24 04:34:39.938210 [ 3 ] {05977f46-e89b-475e-b09f-a8f826bcf4b0} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
2166 | 2024.09.24 04:34:39.938250 [ 3 ] {05977f46-e89b-475e-b09f-a8f826bcf4b0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2167 | 2024.09.24 04:34:39.938289 [ 3 ] {05977f46-e89b-475e-b09f-a8f826bcf4b0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2168 | 2024.09.24 04:34:39.939553 [ 3 ] {05977f46-e89b-475e-b09f-a8f826bcf4b0} <Debug> executeQuery: Read 18 rows, 665.00 B in 0.002519 sec., 7145.692735212386 rows/sec., 257.81 KiB/sec. | ||
2169 | 2024.09.24 04:34:39.939834 [ 3 ] {05977f46-e89b-475e-b09f-a8f826bcf4b0} <Debug> DynamicQueryHandler: Done processing query | ||
2170 | 2024.09.24 04:34:39.939858 [ 3 ] {05977f46-e89b-475e-b09f-a8f826bcf4b0} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2171 | 2024.09.24 04:34:39.939875 [ 3 ] {} <Debug> HTTP-Session: 987b96e9-6525-4273-906e-86b1d4a3344d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2172 | 2024.09.24 04:34:39.940105 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 964, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2173 | 2024.09.24 04:34:39.940152 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2174 | 2024.09.24 04:34:39.940171 [ 3 ] {} <Debug> HTTP-Session: d8753fc5-9352-416d-9976-8b959c45590a Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
2175 | 2024.09.24 04:34:39.940186 [ 3 ] {} <Debug> HTTP-Session: d8753fc5-9352-416d-9976-8b959c45590a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2176 | 2024.09.24 04:34:39.940200 [ 3 ] {} <Debug> HTTP-Session: d8753fc5-9352-416d-9976-8b959c45590a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2177 | 2024.09.24 04:34:39.940232 [ 3 ] {} <Trace> HTTP-Session: d8753fc5-9352-416d-9976-8b959c45590a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2178 | 2024.09.24 04:34:39.940375 [ 3 ] {5186609f-44ea-44ae-bf20-204952e01278} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2179 | 2024.09.24 04:34:39.940650 [ 3 ] {5186609f-44ea-44ae-bf20-204952e01278} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2180 | 2024.09.24 04:34:39.940691 [ 3 ] {5186609f-44ea-44ae-bf20-204952e01278} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2181 | 2024.09.24 04:34:39.940965 [ 3 ] {5186609f-44ea-44ae-bf20-204952e01278} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2182 | 2024.09.24 04:34:39.941031 [ 3 ] {5186609f-44ea-44ae-bf20-204952e01278} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2183 | 2024.09.24 04:34:39.941168 [ 3 ] {5186609f-44ea-44ae-bf20-204952e01278} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
2184 | 2024.09.24 04:34:39.941250 [ 261 ] {5186609f-44ea-44ae-bf20-204952e01278} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2185 | 2024.09.24 04:34:39.941269 [ 266 ] {5186609f-44ea-44ae-bf20-204952e01278} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2186 | 2024.09.24 04:34:39.941362 [ 3 ] {5186609f-44ea-44ae-bf20-204952e01278} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
2187 | 2024.09.24 04:34:39.941390 [ 3 ] {5186609f-44ea-44ae-bf20-204952e01278} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2188 | 2024.09.24 04:34:39.941466 [ 3 ] {5186609f-44ea-44ae-bf20-204952e01278} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2189 | 2024.09.24 04:34:39.941485 [ 3 ] {5186609f-44ea-44ae-bf20-204952e01278} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
2190 | 2024.09.24 04:34:39.941524 [ 3 ] {5186609f-44ea-44ae-bf20-204952e01278} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2191 | 2024.09.24 04:34:39.941563 [ 3 ] {5186609f-44ea-44ae-bf20-204952e01278} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2192 | 2024.09.24 04:34:39.942776 [ 3 ] {5186609f-44ea-44ae-bf20-204952e01278} <Debug> executeQuery: Read 18 rows, 665.00 B in 0.002471 sec., 7284.500202347228 rows/sec., 262.81 KiB/sec. | ||
2193 | 2024.09.24 04:34:39.943054 [ 3 ] {5186609f-44ea-44ae-bf20-204952e01278} <Debug> DynamicQueryHandler: Done processing query | ||
2194 | 2024.09.24 04:34:39.943078 [ 3 ] {5186609f-44ea-44ae-bf20-204952e01278} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2195 | 2024.09.24 04:34:39.943095 [ 3 ] {} <Debug> HTTP-Session: d8753fc5-9352-416d-9976-8b959c45590a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2196 | 2024.09.24 04:34:39.943307 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1005, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2197 | 2024.09.24 04:34:39.943354 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2198 | 2024.09.24 04:34:39.943373 [ 3 ] {} <Debug> HTTP-Session: 15000b46-edab-4b53-ac4d-ee4ba2273119 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
2199 | 2024.09.24 04:34:39.943389 [ 3 ] {} <Debug> HTTP-Session: 15000b46-edab-4b53-ac4d-ee4ba2273119 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2200 | 2024.09.24 04:34:39.943403 [ 3 ] {} <Debug> HTTP-Session: 15000b46-edab-4b53-ac4d-ee4ba2273119 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2201 | 2024.09.24 04:34:39.943434 [ 3 ] {} <Trace> HTTP-Session: 15000b46-edab-4b53-ac4d-ee4ba2273119 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2202 | 2024.09.24 04:34:39.943583 [ 3 ] {4fb9f914-8276-4129-ba15-0381de63fc9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2203 | 2024.09.24 04:34:39.943854 [ 3 ] {4fb9f914-8276-4129-ba15-0381de63fc9d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2204 | 2024.09.24 04:34:39.943897 [ 3 ] {4fb9f914-8276-4129-ba15-0381de63fc9d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2205 | 2024.09.24 04:34:39.944176 [ 3 ] {4fb9f914-8276-4129-ba15-0381de63fc9d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2206 | 2024.09.24 04:34:39.944241 [ 3 ] {4fb9f914-8276-4129-ba15-0381de63fc9d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2207 | 2024.09.24 04:34:39.944378 [ 3 ] {4fb9f914-8276-4129-ba15-0381de63fc9d} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
2208 | 2024.09.24 04:34:39.944443 [ 261 ] {4fb9f914-8276-4129-ba15-0381de63fc9d} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2209 | 2024.09.24 04:34:39.944466 [ 266 ] {4fb9f914-8276-4129-ba15-0381de63fc9d} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2210 | 2024.09.24 04:34:39.944563 [ 3 ] {4fb9f914-8276-4129-ba15-0381de63fc9d} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
2211 | 2024.09.24 04:34:39.944591 [ 3 ] {4fb9f914-8276-4129-ba15-0381de63fc9d} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2212 | 2024.09.24 04:34:39.944667 [ 3 ] {4fb9f914-8276-4129-ba15-0381de63fc9d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2213 | 2024.09.24 04:34:39.944687 [ 3 ] {4fb9f914-8276-4129-ba15-0381de63fc9d} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
2214 | 2024.09.24 04:34:39.944725 [ 3 ] {4fb9f914-8276-4129-ba15-0381de63fc9d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2215 | 2024.09.24 04:34:39.944766 [ 3 ] {4fb9f914-8276-4129-ba15-0381de63fc9d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2216 | 2024.09.24 04:34:39.946135 [ 3 ] {4fb9f914-8276-4129-ba15-0381de63fc9d} <Debug> executeQuery: Read 18 rows, 665.00 B in 0.002621 sec., 6867.607783288821 rows/sec., 247.77 KiB/sec. | ||
2217 | 2024.09.24 04:34:39.946409 [ 3 ] {4fb9f914-8276-4129-ba15-0381de63fc9d} <Debug> DynamicQueryHandler: Done processing query | ||
2218 | 2024.09.24 04:34:39.946432 [ 3 ] {4fb9f914-8276-4129-ba15-0381de63fc9d} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2219 | 2024.09.24 04:34:39.946450 [ 3 ] {} <Debug> HTTP-Session: 15000b46-edab-4b53-ac4d-ee4ba2273119 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2220 | 2024.09.24 04:34:39.946657 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1033, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2221 | 2024.09.24 04:34:39.946705 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2222 | 2024.09.24 04:34:39.946723 [ 3 ] {} <Debug> HTTP-Session: 87db6898-3f6e-4f84-bdda-96b17b8e342f Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
2223 | 2024.09.24 04:34:39.946739 [ 3 ] {} <Debug> HTTP-Session: 87db6898-3f6e-4f84-bdda-96b17b8e342f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2224 | 2024.09.24 04:34:39.946753 [ 3 ] {} <Debug> HTTP-Session: 87db6898-3f6e-4f84-bdda-96b17b8e342f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2225 | 2024.09.24 04:34:39.946783 [ 3 ] {} <Trace> HTTP-Session: 87db6898-3f6e-4f84-bdda-96b17b8e342f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2226 | 2024.09.24 04:34:39.946927 [ 3 ] {c53c2a23-8035-42e8-bb31-165883436f83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2227 | 2024.09.24 04:34:39.947201 [ 3 ] {c53c2a23-8035-42e8-bb31-165883436f83} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2228 | 2024.09.24 04:34:39.947244 [ 3 ] {c53c2a23-8035-42e8-bb31-165883436f83} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2229 | 2024.09.24 04:34:39.947523 [ 3 ] {c53c2a23-8035-42e8-bb31-165883436f83} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2230 | 2024.09.24 04:34:39.947589 [ 3 ] {c53c2a23-8035-42e8-bb31-165883436f83} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2231 | 2024.09.24 04:34:39.947724 [ 3 ] {c53c2a23-8035-42e8-bb31-165883436f83} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
2232 | 2024.09.24 04:34:39.947822 [ 266 ] {c53c2a23-8035-42e8-bb31-165883436f83} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2233 | 2024.09.24 04:34:39.947830 [ 264 ] {c53c2a23-8035-42e8-bb31-165883436f83} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2234 | 2024.09.24 04:34:39.947922 [ 3 ] {c53c2a23-8035-42e8-bb31-165883436f83} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
2235 | 2024.09.24 04:34:39.947944 [ 3 ] {c53c2a23-8035-42e8-bb31-165883436f83} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2236 | 2024.09.24 04:34:39.948019 [ 3 ] {c53c2a23-8035-42e8-bb31-165883436f83} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2237 | 2024.09.24 04:34:39.948037 [ 3 ] {c53c2a23-8035-42e8-bb31-165883436f83} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
2238 | 2024.09.24 04:34:39.948076 [ 3 ] {c53c2a23-8035-42e8-bb31-165883436f83} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2239 | 2024.09.24 04:34:39.948115 [ 3 ] {c53c2a23-8035-42e8-bb31-165883436f83} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2240 | 2024.09.24 04:34:39.949345 [ 3 ] {c53c2a23-8035-42e8-bb31-165883436f83} <Debug> executeQuery: Read 18 rows, 665.00 B in 0.002488 sec., 7234.726688102894 rows/sec., 261.02 KiB/sec. | ||
2241 | 2024.09.24 04:34:39.949627 [ 3 ] {c53c2a23-8035-42e8-bb31-165883436f83} <Debug> DynamicQueryHandler: Done processing query | ||
2242 | 2024.09.24 04:34:39.949651 [ 3 ] {c53c2a23-8035-42e8-bb31-165883436f83} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2243 | 2024.09.24 04:34:39.949667 [ 3 ] {} <Debug> HTTP-Session: 87db6898-3f6e-4f84-bdda-96b17b8e342f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2244 | 2024.09.24 04:34:39.949874 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1065, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2245 | 2024.09.24 04:34:39.949921 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2246 | 2024.09.24 04:34:39.949940 [ 3 ] {} <Debug> HTTP-Session: 78c068fa-4098-494c-a278-a65f373e3712 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
2247 | 2024.09.24 04:34:39.949957 [ 3 ] {} <Debug> HTTP-Session: 78c068fa-4098-494c-a278-a65f373e3712 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2248 | 2024.09.24 04:34:39.949971 [ 3 ] {} <Debug> HTTP-Session: 78c068fa-4098-494c-a278-a65f373e3712 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2249 | 2024.09.24 04:34:39.950002 [ 3 ] {} <Trace> HTTP-Session: 78c068fa-4098-494c-a278-a65f373e3712 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2250 | 2024.09.24 04:34:39.950148 [ 3 ] {85202581-689c-4291-a526-17e6c9c2afb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2251 | 2024.09.24 04:34:39.950423 [ 3 ] {85202581-689c-4291-a526-17e6c9c2afb9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2252 | 2024.09.24 04:34:39.950466 [ 3 ] {85202581-689c-4291-a526-17e6c9c2afb9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2253 | 2024.09.24 04:34:39.950751 [ 3 ] {85202581-689c-4291-a526-17e6c9c2afb9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2254 | 2024.09.24 04:34:39.950815 [ 3 ] {85202581-689c-4291-a526-17e6c9c2afb9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2255 | 2024.09.24 04:34:39.950953 [ 3 ] {85202581-689c-4291-a526-17e6c9c2afb9} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
2256 | 2024.09.24 04:34:39.951051 [ 266 ] {85202581-689c-4291-a526-17e6c9c2afb9} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2257 | 2024.09.24 04:34:39.951057 [ 261 ] {85202581-689c-4291-a526-17e6c9c2afb9} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2258 | 2024.09.24 04:34:39.951164 [ 3 ] {85202581-689c-4291-a526-17e6c9c2afb9} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
2259 | 2024.09.24 04:34:39.951187 [ 3 ] {85202581-689c-4291-a526-17e6c9c2afb9} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2260 | 2024.09.24 04:34:39.951263 [ 3 ] {85202581-689c-4291-a526-17e6c9c2afb9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2261 | 2024.09.24 04:34:39.951282 [ 3 ] {85202581-689c-4291-a526-17e6c9c2afb9} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
2262 | 2024.09.24 04:34:39.951321 [ 3 ] {85202581-689c-4291-a526-17e6c9c2afb9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2263 | 2024.09.24 04:34:39.951362 [ 3 ] {85202581-689c-4291-a526-17e6c9c2afb9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2264 | 2024.09.24 04:34:39.952649 [ 3 ] {85202581-689c-4291-a526-17e6c9c2afb9} <Debug> executeQuery: Read 18 rows, 665.00 B in 0.002571 sec., 7001.166861143524 rows/sec., 252.59 KiB/sec. | ||
2265 | 2024.09.24 04:34:39.952927 [ 3 ] {85202581-689c-4291-a526-17e6c9c2afb9} <Debug> DynamicQueryHandler: Done processing query | ||
2266 | 2024.09.24 04:34:39.952952 [ 3 ] {85202581-689c-4291-a526-17e6c9c2afb9} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2267 | 2024.09.24 04:34:39.952968 [ 3 ] {} <Debug> HTTP-Session: 78c068fa-4098-494c-a278-a65f373e3712 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2268 | 2024.09.24 04:34:39.953185 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2269 | 2024.09.24 04:34:39.953232 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2270 | 2024.09.24 04:34:39.953250 [ 3 ] {} <Debug> HTTP-Session: 0d03e009-e8a6-4ed4-bfda-aceeaf4f9f24 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
2271 | 2024.09.24 04:34:39.953266 [ 3 ] {} <Debug> HTTP-Session: 0d03e009-e8a6-4ed4-bfda-aceeaf4f9f24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2272 | 2024.09.24 04:34:39.953280 [ 3 ] {} <Debug> HTTP-Session: 0d03e009-e8a6-4ed4-bfda-aceeaf4f9f24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2273 | 2024.09.24 04:34:39.953310 [ 3 ] {} <Trace> HTTP-Session: 0d03e009-e8a6-4ed4-bfda-aceeaf4f9f24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2274 | 2024.09.24 04:34:39.953459 [ 3 ] {91be974e-f7b5-4e88-9587-20de75e36cd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2275 | 2024.09.24 04:34:39.953739 [ 3 ] {91be974e-f7b5-4e88-9587-20de75e36cd8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2276 | 2024.09.24 04:34:39.953783 [ 3 ] {91be974e-f7b5-4e88-9587-20de75e36cd8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2277 | 2024.09.24 04:34:39.954070 [ 3 ] {91be974e-f7b5-4e88-9587-20de75e36cd8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2278 | 2024.09.24 04:34:39.954134 [ 3 ] {91be974e-f7b5-4e88-9587-20de75e36cd8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2279 | 2024.09.24 04:34:39.954269 [ 3 ] {91be974e-f7b5-4e88-9587-20de75e36cd8} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
2280 | 2024.09.24 04:34:39.954343 [ 261 ] {91be974e-f7b5-4e88-9587-20de75e36cd8} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2281 | 2024.09.24 04:34:39.954363 [ 266 ] {91be974e-f7b5-4e88-9587-20de75e36cd8} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2282 | 2024.09.24 04:34:39.954461 [ 3 ] {91be974e-f7b5-4e88-9587-20de75e36cd8} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
2283 | 2024.09.24 04:34:39.954488 [ 3 ] {91be974e-f7b5-4e88-9587-20de75e36cd8} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2284 | 2024.09.24 04:34:39.954566 [ 3 ] {91be974e-f7b5-4e88-9587-20de75e36cd8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2285 | 2024.09.24 04:34:39.954586 [ 3 ] {91be974e-f7b5-4e88-9587-20de75e36cd8} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
2286 | 2024.09.24 04:34:39.954623 [ 3 ] {91be974e-f7b5-4e88-9587-20de75e36cd8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2287 | 2024.09.24 04:34:39.954665 [ 3 ] {91be974e-f7b5-4e88-9587-20de75e36cd8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2288 | 2024.09.24 04:34:39.955877 [ 3 ] {91be974e-f7b5-4e88-9587-20de75e36cd8} <Debug> executeQuery: Read 18 rows, 665.00 B in 0.002491 sec., 7226.013649136892 rows/sec., 260.70 KiB/sec. | ||
2289 | 2024.09.24 04:34:39.956163 [ 3 ] {91be974e-f7b5-4e88-9587-20de75e36cd8} <Debug> DynamicQueryHandler: Done processing query | ||
2290 | 2024.09.24 04:34:39.956187 [ 3 ] {91be974e-f7b5-4e88-9587-20de75e36cd8} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2291 | 2024.09.24 04:34:39.956203 [ 3 ] {} <Debug> HTTP-Session: 0d03e009-e8a6-4ed4-bfda-aceeaf4f9f24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2292 | 2024.09.24 04:34:39.956411 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1139, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2293 | 2024.09.24 04:34:39.956459 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2294 | 2024.09.24 04:34:39.956478 [ 3 ] {} <Debug> HTTP-Session: 886428b8-ad1a-4dd6-8a0a-02ccd18f3c0b Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
2295 | 2024.09.24 04:34:39.956494 [ 3 ] {} <Debug> HTTP-Session: 886428b8-ad1a-4dd6-8a0a-02ccd18f3c0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2296 | 2024.09.24 04:34:39.956508 [ 3 ] {} <Debug> HTTP-Session: 886428b8-ad1a-4dd6-8a0a-02ccd18f3c0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2297 | 2024.09.24 04:34:39.956539 [ 3 ] {} <Trace> HTTP-Session: 886428b8-ad1a-4dd6-8a0a-02ccd18f3c0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2298 | 2024.09.24 04:34:39.956686 [ 3 ] {778bf07a-2f90-4975-aee6-d24995a5e6e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2299 | 2024.09.24 04:34:39.956967 [ 3 ] {778bf07a-2f90-4975-aee6-d24995a5e6e4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2300 | 2024.09.24 04:34:39.957012 [ 3 ] {778bf07a-2f90-4975-aee6-d24995a5e6e4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2301 | 2024.09.24 04:34:39.957307 [ 3 ] {778bf07a-2f90-4975-aee6-d24995a5e6e4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2302 | 2024.09.24 04:34:39.957372 [ 3 ] {778bf07a-2f90-4975-aee6-d24995a5e6e4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2303 | 2024.09.24 04:34:39.957511 [ 3 ] {778bf07a-2f90-4975-aee6-d24995a5e6e4} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
2304 | 2024.09.24 04:34:39.957571 [ 261 ] {778bf07a-2f90-4975-aee6-d24995a5e6e4} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2305 | 2024.09.24 04:34:39.957597 [ 266 ] {778bf07a-2f90-4975-aee6-d24995a5e6e4} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2306 | 2024.09.24 04:34:39.957682 [ 3 ] {778bf07a-2f90-4975-aee6-d24995a5e6e4} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
2307 | 2024.09.24 04:34:39.957710 [ 3 ] {778bf07a-2f90-4975-aee6-d24995a5e6e4} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2308 | 2024.09.24 04:34:39.957786 [ 3 ] {778bf07a-2f90-4975-aee6-d24995a5e6e4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2309 | 2024.09.24 04:34:39.957806 [ 3 ] {778bf07a-2f90-4975-aee6-d24995a5e6e4} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
2310 | 2024.09.24 04:34:39.957846 [ 3 ] {778bf07a-2f90-4975-aee6-d24995a5e6e4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2311 | 2024.09.24 04:34:39.957886 [ 3 ] {778bf07a-2f90-4975-aee6-d24995a5e6e4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2312 | 2024.09.24 04:34:39.959051 [ 3 ] {778bf07a-2f90-4975-aee6-d24995a5e6e4} <Debug> executeQuery: Read 18 rows, 665.00 B in 0.002437 sec., 7386.1304883052935 rows/sec., 266.48 KiB/sec. | ||
2313 | 2024.09.24 04:34:39.959328 [ 3 ] {778bf07a-2f90-4975-aee6-d24995a5e6e4} <Debug> DynamicQueryHandler: Done processing query | ||
2314 | 2024.09.24 04:34:39.959352 [ 3 ] {778bf07a-2f90-4975-aee6-d24995a5e6e4} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2315 | 2024.09.24 04:34:39.959369 [ 3 ] {} <Debug> HTTP-Session: 886428b8-ad1a-4dd6-8a0a-02ccd18f3c0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2316 | 2024.09.24 04:34:39.966315 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2317 | 2024.09.24 04:34:39.966383 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2318 | 2024.09.24 04:34:39.966407 [ 3 ] {} <Debug> HTTP-Session: cde628c8-1b3c-4487-8b93-8863f174552d Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
2319 | 2024.09.24 04:34:39.966427 [ 3 ] {} <Debug> HTTP-Session: cde628c8-1b3c-4487-8b93-8863f174552d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2320 | 2024.09.24 04:34:39.966445 [ 3 ] {} <Debug> HTTP-Session: cde628c8-1b3c-4487-8b93-8863f174552d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2321 | 2024.09.24 04:34:39.966485 [ 3 ] {} <Trace> HTTP-Session: cde628c8-1b3c-4487-8b93-8863f174552d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2322 | 2024.09.24 04:34:39.966638 [ 3 ] {f083fdb3-f4e8-4071-b08c-0b517336f812} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2323 | 2024.09.24 04:34:39.966695 [ 3 ] {f083fdb3-f4e8-4071-b08c-0b517336f812} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2324 | 2024.09.24 04:34:39.966902 [ 3 ] {f083fdb3-f4e8-4071-b08c-0b517336f812} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2325 | 2024.09.24 04:34:39.967253 [ 3 ] {f083fdb3-f4e8-4071-b08c-0b517336f812} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2326 | 2024.09.24 04:34:39.967292 [ 3 ] {f083fdb3-f4e8-4071-b08c-0b517336f812} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2327 | 2024.09.24 04:34:39.967783 [ 3 ] {f083fdb3-f4e8-4071-b08c-0b517336f812} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2328 | 2024.09.24 04:34:39.968104 [ 3 ] {f083fdb3-f4e8-4071-b08c-0b517336f812} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2329 | 2024.09.24 04:34:39.968239 [ 3 ] {f083fdb3-f4e8-4071-b08c-0b517336f812} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.001659 sec., 8438.818565400843 rows/sec., 1.18 MiB/sec. | ||
2330 | 2024.09.24 04:34:39.968529 [ 3 ] {f083fdb3-f4e8-4071-b08c-0b517336f812} <Debug> DynamicQueryHandler: Done processing query | ||
2331 | 2024.09.24 04:34:39.968554 [ 3 ] {f083fdb3-f4e8-4071-b08c-0b517336f812} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2332 | 2024.09.24 04:34:39.968570 [ 3 ] {} <Debug> HTTP-Session: cde628c8-1b3c-4487-8b93-8863f174552d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2333 | 2024.09.24 04:34:39.968692 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 12559, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2334 | 2024.09.24 04:34:39.968741 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2335 | 2024.09.24 04:34:39.968759 [ 3 ] {} <Debug> HTTP-Session: c920dda2-7bcb-4806-ac30-211326642148 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
2336 | 2024.09.24 04:34:39.968776 [ 3 ] {} <Debug> HTTP-Session: c920dda2-7bcb-4806-ac30-211326642148 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2337 | 2024.09.24 04:34:39.968790 [ 3 ] {} <Debug> HTTP-Session: c920dda2-7bcb-4806-ac30-211326642148 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2338 | 2024.09.24 04:34:39.968822 [ 3 ] {} <Trace> HTTP-Session: c920dda2-7bcb-4806-ac30-211326642148 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2339 | 2024.09.24 04:34:39.968943 [ 3 ] {f9ba6008-1f02-436a-813b-95876c736d0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2340 | 2024.09.24 04:34:39.968987 [ 3 ] {f9ba6008-1f02-436a-813b-95876c736d0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2341 | 2024.09.24 04:34:39.969240 [ 3 ] {f9ba6008-1f02-436a-813b-95876c736d0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2342 | 2024.09.24 04:34:39.969620 [ 3 ] {f9ba6008-1f02-436a-813b-95876c736d0f} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2343 | 2024.09.24 04:34:39.969656 [ 3 ] {f9ba6008-1f02-436a-813b-95876c736d0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2344 | 2024.09.24 04:34:39.970024 [ 3 ] {f9ba6008-1f02-436a-813b-95876c736d0f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2345 | 2024.09.24 04:34:39.970388 [ 3 ] {f9ba6008-1f02-436a-813b-95876c736d0f} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2346 | 2024.09.24 04:34:39.970511 [ 3 ] {f9ba6008-1f02-436a-813b-95876c736d0f} <Debug> executeQuery: Read 86 rows, 7.32 KiB in 0.001614 sec., 53283.76703841388 rows/sec., 4.43 MiB/sec. | ||
2347 | 2024.09.24 04:34:39.970682 [ 3 ] {f9ba6008-1f02-436a-813b-95876c736d0f} <Debug> DynamicQueryHandler: Done processing query | ||
2348 | 2024.09.24 04:34:39.970706 [ 3 ] {f9ba6008-1f02-436a-813b-95876c736d0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2349 | 2024.09.24 04:34:39.970721 [ 3 ] {} <Debug> HTTP-Session: c920dda2-7bcb-4806-ac30-211326642148 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2350 | 2024.09.24 04:34:39.970864 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 2487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2351 | 2024.09.24 04:34:39.970912 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2352 | 2024.09.24 04:34:39.970931 [ 3 ] {} <Debug> HTTP-Session: d3f12081-e29d-4036-9e3f-6304c260fd9c Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
2353 | 2024.09.24 04:34:39.970948 [ 3 ] {} <Debug> HTTP-Session: d3f12081-e29d-4036-9e3f-6304c260fd9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2354 | 2024.09.24 04:34:39.970962 [ 3 ] {} <Debug> HTTP-Session: d3f12081-e29d-4036-9e3f-6304c260fd9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2355 | 2024.09.24 04:34:39.970993 [ 3 ] {} <Trace> HTTP-Session: d3f12081-e29d-4036-9e3f-6304c260fd9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2356 | 2024.09.24 04:34:39.971093 [ 3 ] {a075ad13-fe7b-4d1f-80d6-704993abd179} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2357 | 2024.09.24 04:34:39.971136 [ 3 ] {a075ad13-fe7b-4d1f-80d6-704993abd179} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2358 | 2024.09.24 04:34:39.971363 [ 3 ] {a075ad13-fe7b-4d1f-80d6-704993abd179} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2359 | 2024.09.24 04:34:39.971676 [ 3 ] {a075ad13-fe7b-4d1f-80d6-704993abd179} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2360 | 2024.09.24 04:34:39.971712 [ 3 ] {a075ad13-fe7b-4d1f-80d6-704993abd179} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2361 | 2024.09.24 04:34:39.972062 [ 3 ] {a075ad13-fe7b-4d1f-80d6-704993abd179} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2362 | 2024.09.24 04:34:39.972411 [ 3 ] {a075ad13-fe7b-4d1f-80d6-704993abd179} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2363 | 2024.09.24 04:34:39.972537 [ 3 ] {a075ad13-fe7b-4d1f-80d6-704993abd179} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001473 sec., 11541.072640868975 rows/sec., 867.83 KiB/sec. | ||
2364 | 2024.09.24 04:34:39.972693 [ 3 ] {a075ad13-fe7b-4d1f-80d6-704993abd179} <Debug> DynamicQueryHandler: Done processing query | ||
2365 | 2024.09.24 04:34:39.972717 [ 3 ] {a075ad13-fe7b-4d1f-80d6-704993abd179} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2366 | 2024.09.24 04:34:39.972733 [ 3 ] {} <Debug> HTTP-Session: d3f12081-e29d-4036-9e3f-6304c260fd9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2367 | 2024.09.24 04:34:39.972881 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 14287, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2368 | 2024.09.24 04:34:39.972929 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2369 | 2024.09.24 04:34:39.972947 [ 3 ] {} <Debug> HTTP-Session: cb204ab3-4c56-497f-ab80-e74ad4d43460 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
2370 | 2024.09.24 04:34:39.972964 [ 3 ] {} <Debug> HTTP-Session: cb204ab3-4c56-497f-ab80-e74ad4d43460 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2371 | 2024.09.24 04:34:39.972978 [ 3 ] {} <Debug> HTTP-Session: cb204ab3-4c56-497f-ab80-e74ad4d43460 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2372 | 2024.09.24 04:34:39.973008 [ 3 ] {} <Trace> HTTP-Session: cb204ab3-4c56-497f-ab80-e74ad4d43460 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2373 | 2024.09.24 04:34:39.973128 [ 3 ] {5eae9714-7d06-4e1b-985f-d36d00d2b7c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2374 | 2024.09.24 04:34:39.973170 [ 3 ] {5eae9714-7d06-4e1b-985f-d36d00d2b7c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2375 | 2024.09.24 04:34:39.973391 [ 3 ] {5eae9714-7d06-4e1b-985f-d36d00d2b7c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2376 | 2024.09.24 04:34:39.973763 [ 3 ] {5eae9714-7d06-4e1b-985f-d36d00d2b7c7} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2377 | 2024.09.24 04:34:39.973800 [ 3 ] {5eae9714-7d06-4e1b-985f-d36d00d2b7c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2378 | 2024.09.24 04:34:39.974151 [ 3 ] {5eae9714-7d06-4e1b-985f-d36d00d2b7c7} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2379 | 2024.09.24 04:34:39.974506 [ 3 ] {5eae9714-7d06-4e1b-985f-d36d00d2b7c7} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2380 | 2024.09.24 04:34:39.974633 [ 3 ] {5eae9714-7d06-4e1b-985f-d36d00d2b7c7} <Debug> executeQuery: Read 84 rows, 6.74 KiB in 0.00155 sec., 54193.54838709677 rows/sec., 4.24 MiB/sec. | ||
2381 | 2024.09.24 04:34:39.974797 [ 3 ] {5eae9714-7d06-4e1b-985f-d36d00d2b7c7} <Debug> DynamicQueryHandler: Done processing query | ||
2382 | 2024.09.24 04:34:39.974821 [ 3 ] {5eae9714-7d06-4e1b-985f-d36d00d2b7c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2383 | 2024.09.24 04:34:39.974836 [ 3 ] {} <Debug> HTTP-Session: cb204ab3-4c56-497f-ab80-e74ad4d43460 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2384 | 2024.09.24 04:34:39.974979 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 19129, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2385 | 2024.09.24 04:34:39.975053 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2386 | 2024.09.24 04:34:39.975085 [ 3 ] {} <Debug> HTTP-Session: f9e17bda-1d7c-4f8e-bdcd-241218fa3aa5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
2387 | 2024.09.24 04:34:39.975110 [ 3 ] {} <Debug> HTTP-Session: f9e17bda-1d7c-4f8e-bdcd-241218fa3aa5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2388 | 2024.09.24 04:34:39.975133 [ 3 ] {} <Debug> HTTP-Session: f9e17bda-1d7c-4f8e-bdcd-241218fa3aa5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2389 | 2024.09.24 04:34:39.975176 [ 3 ] {} <Trace> HTTP-Session: f9e17bda-1d7c-4f8e-bdcd-241218fa3aa5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2390 | 2024.09.24 04:34:39.975376 [ 3 ] {e27200f0-7186-4138-956d-0d6075a4595f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2391 | 2024.09.24 04:34:39.975439 [ 3 ] {e27200f0-7186-4138-956d-0d6075a4595f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2392 | 2024.09.24 04:34:39.975657 [ 3 ] {e27200f0-7186-4138-956d-0d6075a4595f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2393 | 2024.09.24 04:34:39.976060 [ 3 ] {e27200f0-7186-4138-956d-0d6075a4595f} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2394 | 2024.09.24 04:34:39.976106 [ 3 ] {e27200f0-7186-4138-956d-0d6075a4595f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2395 | 2024.09.24 04:34:39.976642 [ 3 ] {e27200f0-7186-4138-956d-0d6075a4595f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2396 | 2024.09.24 04:34:39.977169 [ 3 ] {e27200f0-7186-4138-956d-0d6075a4595f} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2397 | 2024.09.24 04:34:39.977356 [ 3 ] {e27200f0-7186-4138-956d-0d6075a4595f} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.002061 sec., 48520.1358563804 rows/sec., 3.36 MiB/sec. | ||
2398 | 2024.09.24 04:34:39.977694 [ 3 ] {e27200f0-7186-4138-956d-0d6075a4595f} <Debug> DynamicQueryHandler: Done processing query | ||
2399 | 2024.09.24 04:34:39.977729 [ 3 ] {e27200f0-7186-4138-956d-0d6075a4595f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2400 | 2024.09.24 04:34:39.977753 [ 3 ] {} <Debug> HTTP-Session: f9e17bda-1d7c-4f8e-bdcd-241218fa3aa5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2401 | 2024.09.24 04:34:39.978045 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 28878, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2402 | 2024.09.24 04:34:39.978113 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2403 | 2024.09.24 04:34:39.978144 [ 3 ] {} <Debug> HTTP-Session: cc5fc658-d4e0-4a6e-9da2-bbf83fa0ffa0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
2404 | 2024.09.24 04:34:39.978169 [ 3 ] {} <Debug> HTTP-Session: cc5fc658-d4e0-4a6e-9da2-bbf83fa0ffa0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2405 | 2024.09.24 04:34:39.978191 [ 3 ] {} <Debug> HTTP-Session: cc5fc658-d4e0-4a6e-9da2-bbf83fa0ffa0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2406 | 2024.09.24 04:34:39.978235 [ 3 ] {} <Trace> HTTP-Session: cc5fc658-d4e0-4a6e-9da2-bbf83fa0ffa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2407 | 2024.09.24 04:34:39.978572 [ 3 ] {5f72b52a-37b0-4cd3-bf06-e8fef77852cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
2408 | 2024.09.24 04:34:39.978667 [ 3 ] {5f72b52a-37b0-4cd3-bf06-e8fef77852cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
2409 | 2024.09.24 04:34:39.979331 [ 3 ] {5f72b52a-37b0-4cd3-bf06-e8fef77852cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2410 | 2024.09.24 04:34:39.980075 [ 3 ] {5f72b52a-37b0-4cd3-bf06-e8fef77852cc} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2411 | 2024.09.24 04:34:39.980122 [ 3 ] {5f72b52a-37b0-4cd3-bf06-e8fef77852cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2412 | 2024.09.24 04:34:39.981053 [ 3 ] {5f72b52a-37b0-4cd3-bf06-e8fef77852cc} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2413 | 2024.09.24 04:34:39.981691 [ 3 ] {5f72b52a-37b0-4cd3-bf06-e8fef77852cc} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2414 | 2024.09.24 04:34:39.981882 [ 3 ] {5f72b52a-37b0-4cd3-bf06-e8fef77852cc} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.003542 sec., 4799.548277809147 rows/sec., 8.60 MiB/sec. | ||
2415 | 2024.09.24 04:34:39.982166 [ 3 ] {5f72b52a-37b0-4cd3-bf06-e8fef77852cc} <Debug> DynamicQueryHandler: Done processing query | ||
2416 | 2024.09.24 04:34:39.982201 [ 3 ] {5f72b52a-37b0-4cd3-bf06-e8fef77852cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
2417 | 2024.09.24 04:34:39.982225 [ 3 ] {} <Debug> HTTP-Session: cc5fc658-d4e0-4a6e-9da2-bbf83fa0ffa0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2418 | 2024.09.24 04:34:39.982362 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2419 | 2024.09.24 04:34:39.982430 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2420 | 2024.09.24 04:34:39.982462 [ 3 ] {} <Debug> HTTP-Session: 89f12677-40f5-46cf-a2d6-21718d73eb7a Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
2421 | 2024.09.24 04:34:39.982487 [ 3 ] {} <Debug> HTTP-Session: 89f12677-40f5-46cf-a2d6-21718d73eb7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2422 | 2024.09.24 04:34:39.982509 [ 3 ] {} <Debug> HTTP-Session: 89f12677-40f5-46cf-a2d6-21718d73eb7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2423 | 2024.09.24 04:34:39.982554 [ 3 ] {} <Trace> HTTP-Session: 89f12677-40f5-46cf-a2d6-21718d73eb7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2424 | 2024.09.24 04:34:39.982686 [ 3 ] {78ec76d2-885a-4af8-a341-f9321b3ba7c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
2425 | 2024.09.24 04:34:39.982747 [ 3 ] {78ec76d2-885a-4af8-a341-f9321b3ba7c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2426 | 2024.09.24 04:34:39.982937 [ 3 ] {78ec76d2-885a-4af8-a341-f9321b3ba7c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2427 | 2024.09.24 04:34:39.983264 [ 3 ] {78ec76d2-885a-4af8-a341-f9321b3ba7c2} <Trace> oximeter.measurements_i64 (5a2eaf2b-16d2-4c64-83ea-32ef1aeb9655): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2428 | 2024.09.24 04:34:39.983311 [ 3 ] {78ec76d2-885a-4af8-a341-f9321b3ba7c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2429 | 2024.09.24 04:34:39.983825 [ 3 ] {78ec76d2-885a-4af8-a341-f9321b3ba7c2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2430 | 2024.09.24 04:34:39.984326 [ 3 ] {78ec76d2-885a-4af8-a341-f9321b3ba7c2} <Trace> oximeter.measurements_i64 (5a2eaf2b-16d2-4c64-83ea-32ef1aeb9655): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2431 | 2024.09.24 04:34:39.984505 [ 3 ] {78ec76d2-885a-4af8-a341-f9321b3ba7c2} <Debug> executeQuery: Read 12 rows, 897.00 B in 0.00185 sec., 6486.486486486486 rows/sec., 473.50 KiB/sec. | ||
2432 | 2024.09.24 04:34:39.984835 [ 3 ] {78ec76d2-885a-4af8-a341-f9321b3ba7c2} <Debug> DynamicQueryHandler: Done processing query | ||
2433 | 2024.09.24 04:34:39.984870 [ 3 ] {78ec76d2-885a-4af8-a341-f9321b3ba7c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2434 | 2024.09.24 04:34:39.984895 [ 3 ] {} <Debug> HTTP-Session: 89f12677-40f5-46cf-a2d6-21718d73eb7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2435 | 2024.09.24 04:34:39.985044 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 5237, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2436 | 2024.09.24 04:34:39.985112 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2437 | 2024.09.24 04:34:39.985143 [ 3 ] {} <Debug> HTTP-Session: 21eabea4-54fa-4a6c-97cf-1c614251565b Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
2438 | 2024.09.24 04:34:39.985168 [ 3 ] {} <Debug> HTTP-Session: 21eabea4-54fa-4a6c-97cf-1c614251565b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2439 | 2024.09.24 04:34:39.985191 [ 3 ] {} <Debug> HTTP-Session: 21eabea4-54fa-4a6c-97cf-1c614251565b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2440 | 2024.09.24 04:34:39.985234 [ 3 ] {} <Trace> HTTP-Session: 21eabea4-54fa-4a6c-97cf-1c614251565b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2441 | 2024.09.24 04:34:39.985386 [ 3 ] {05ba872a-9cd2-48a3-bc84-c326172d5809} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2442 | 2024.09.24 04:34:39.985449 [ 3 ] {05ba872a-9cd2-48a3-bc84-c326172d5809} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2443 | 2024.09.24 04:34:39.985668 [ 3 ] {05ba872a-9cd2-48a3-bc84-c326172d5809} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2444 | 2024.09.24 04:34:39.986004 [ 3 ] {05ba872a-9cd2-48a3-bc84-c326172d5809} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2445 | 2024.09.24 04:34:39.986051 [ 3 ] {05ba872a-9cd2-48a3-bc84-c326172d5809} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2446 | 2024.09.24 04:34:39.986556 [ 3 ] {05ba872a-9cd2-48a3-bc84-c326172d5809} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2447 | 2024.09.24 04:34:39.987059 [ 3 ] {05ba872a-9cd2-48a3-bc84-c326172d5809} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2448 | 2024.09.24 04:34:39.987224 [ 3 ] {05ba872a-9cd2-48a3-bc84-c326172d5809} <Debug> executeQuery: Read 34 rows, 2.39 KiB in 0.001891 sec., 17979.90481226864 rows/sec., 1.23 MiB/sec. | ||
2449 | 2024.09.24 04:34:39.987450 [ 3 ] {05ba872a-9cd2-48a3-bc84-c326172d5809} <Debug> DynamicQueryHandler: Done processing query | ||
2450 | 2024.09.24 04:34:39.987480 [ 3 ] {05ba872a-9cd2-48a3-bc84-c326172d5809} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2451 | 2024.09.24 04:34:39.987499 [ 3 ] {} <Debug> HTTP-Session: 21eabea4-54fa-4a6c-97cf-1c614251565b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2452 | 2024.09.24 04:34:40.000143 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 179.09 MiB, peak 184.34 MiB, free memory in arenas 0.00 B, will set to 177.99 MiB (RSS), difference: -1.09 MiB | ||
2453 | 2024.09.24 04:34:40.015253 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1180, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2454 | 2024.09.24 04:34:40.015311 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2455 | 2024.09.24 04:34:40.015331 [ 3 ] {} <Debug> HTTP-Session: effd59e0-032a-4bc9-b7b1-6fc6d4bfe1f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
2456 | 2024.09.24 04:34:40.015348 [ 3 ] {} <Debug> HTTP-Session: effd59e0-032a-4bc9-b7b1-6fc6d4bfe1f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2457 | 2024.09.24 04:34:40.015363 [ 3 ] {} <Debug> HTTP-Session: effd59e0-032a-4bc9-b7b1-6fc6d4bfe1f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2458 | 2024.09.24 04:34:40.015396 [ 3 ] {} <Trace> HTTP-Session: effd59e0-032a-4bc9-b7b1-6fc6d4bfe1f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2459 | 2024.09.24 04:34:40.015553 [ 3 ] {76d0ade5-d94a-4726-ae1b-6c1a8ca117fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2460 | 2024.09.24 04:34:40.015854 [ 3 ] {76d0ade5-d94a-4726-ae1b-6c1a8ca117fb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2461 | 2024.09.24 04:34:40.015901 [ 3 ] {76d0ade5-d94a-4726-ae1b-6c1a8ca117fb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2462 | 2024.09.24 04:34:40.016209 [ 3 ] {76d0ade5-d94a-4726-ae1b-6c1a8ca117fb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2463 | 2024.09.24 04:34:40.016277 [ 3 ] {76d0ade5-d94a-4726-ae1b-6c1a8ca117fb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2464 | 2024.09.24 04:34:40.016422 [ 3 ] {76d0ade5-d94a-4726-ae1b-6c1a8ca117fb} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
2465 | 2024.09.24 04:34:40.016496 [ 261 ] {76d0ade5-d94a-4726-ae1b-6c1a8ca117fb} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2466 | 2024.09.24 04:34:40.016563 [ 266 ] {76d0ade5-d94a-4726-ae1b-6c1a8ca117fb} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2467 | 2024.09.24 04:34:40.016569 [ 263 ] {76d0ade5-d94a-4726-ae1b-6c1a8ca117fb} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2468 | 2024.09.24 04:34:40.016684 [ 3 ] {76d0ade5-d94a-4726-ae1b-6c1a8ca117fb} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
2469 | 2024.09.24 04:34:40.016715 [ 3 ] {76d0ade5-d94a-4726-ae1b-6c1a8ca117fb} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2470 | 2024.09.24 04:34:40.016820 [ 3 ] {76d0ade5-d94a-4726-ae1b-6c1a8ca117fb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2471 | 2024.09.24 04:34:40.016841 [ 3 ] {76d0ade5-d94a-4726-ae1b-6c1a8ca117fb} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Reading approx. 32 rows with 3 streams | ||
2472 | 2024.09.24 04:34:40.016881 [ 3 ] {76d0ade5-d94a-4726-ae1b-6c1a8ca117fb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2473 | 2024.09.24 04:34:40.016923 [ 3 ] {76d0ade5-d94a-4726-ae1b-6c1a8ca117fb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2474 | 2024.09.24 04:34:40.016962 [ 3 ] {76d0ade5-d94a-4726-ae1b-6c1a8ca117fb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2475 | 2024.09.24 04:34:40.018679 [ 3 ] {76d0ade5-d94a-4726-ae1b-6c1a8ca117fb} <Debug> executeQuery: Read 32 rows, 1.22 KiB in 0.003203 sec., 9990.63378083047 rows/sec., 381.11 KiB/sec. | ||
2476 | 2024.09.24 04:34:40.019032 [ 3 ] {76d0ade5-d94a-4726-ae1b-6c1a8ca117fb} <Debug> DynamicQueryHandler: Done processing query | ||
2477 | 2024.09.24 04:34:40.019057 [ 3 ] {76d0ade5-d94a-4726-ae1b-6c1a8ca117fb} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2478 | 2024.09.24 04:34:40.019074 [ 3 ] {} <Debug> HTTP-Session: effd59e0-032a-4bc9-b7b1-6fc6d4bfe1f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2479 | 2024.09.24 04:34:40.019378 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2480 | 2024.09.24 04:34:40.019425 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2481 | 2024.09.24 04:34:40.019444 [ 3 ] {} <Debug> HTTP-Session: 6f6f811c-5b98-47d7-bf0a-a51eec821609 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
2482 | 2024.09.24 04:34:40.019462 [ 3 ] {} <Debug> HTTP-Session: 6f6f811c-5b98-47d7-bf0a-a51eec821609 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2483 | 2024.09.24 04:34:40.019476 [ 3 ] {} <Debug> HTTP-Session: 6f6f811c-5b98-47d7-bf0a-a51eec821609 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2484 | 2024.09.24 04:34:40.019507 [ 3 ] {} <Trace> HTTP-Session: 6f6f811c-5b98-47d7-bf0a-a51eec821609 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2485 | 2024.09.24 04:34:40.019667 [ 3 ] {17c8843a-4c11-4c62-9c78-8d7f577bd1c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2486 | 2024.09.24 04:34:40.019960 [ 3 ] {17c8843a-4c11-4c62-9c78-8d7f577bd1c4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2487 | 2024.09.24 04:34:40.020008 [ 3 ] {17c8843a-4c11-4c62-9c78-8d7f577bd1c4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2488 | 2024.09.24 04:34:40.020338 [ 3 ] {17c8843a-4c11-4c62-9c78-8d7f577bd1c4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2489 | 2024.09.24 04:34:40.020405 [ 3 ] {17c8843a-4c11-4c62-9c78-8d7f577bd1c4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2490 | 2024.09.24 04:34:40.020547 [ 3 ] {17c8843a-4c11-4c62-9c78-8d7f577bd1c4} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
2491 | 2024.09.24 04:34:40.020638 [ 261 ] {17c8843a-4c11-4c62-9c78-8d7f577bd1c4} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2492 | 2024.09.24 04:34:40.020650 [ 264 ] {17c8843a-4c11-4c62-9c78-8d7f577bd1c4} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2493 | 2024.09.24 04:34:40.020680 [ 267 ] {17c8843a-4c11-4c62-9c78-8d7f577bd1c4} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2494 | 2024.09.24 04:34:40.020804 [ 3 ] {17c8843a-4c11-4c62-9c78-8d7f577bd1c4} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
2495 | 2024.09.24 04:34:40.020859 [ 3 ] {17c8843a-4c11-4c62-9c78-8d7f577bd1c4} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2496 | 2024.09.24 04:34:40.020963 [ 3 ] {17c8843a-4c11-4c62-9c78-8d7f577bd1c4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2497 | 2024.09.24 04:34:40.020983 [ 3 ] {17c8843a-4c11-4c62-9c78-8d7f577bd1c4} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Reading approx. 32 rows with 3 streams | ||
2498 | 2024.09.24 04:34:40.021023 [ 3 ] {17c8843a-4c11-4c62-9c78-8d7f577bd1c4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2499 | 2024.09.24 04:34:40.021064 [ 3 ] {17c8843a-4c11-4c62-9c78-8d7f577bd1c4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2500 | 2024.09.24 04:34:40.021100 [ 3 ] {17c8843a-4c11-4c62-9c78-8d7f577bd1c4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2501 | 2024.09.24 04:34:40.022678 [ 3 ] {17c8843a-4c11-4c62-9c78-8d7f577bd1c4} <Debug> executeQuery: Read 32 rows, 1.22 KiB in 0.003087 sec., 10366.051182377714 rows/sec., 395.43 KiB/sec. | ||
2502 | 2024.09.24 04:34:40.023015 [ 3 ] {17c8843a-4c11-4c62-9c78-8d7f577bd1c4} <Debug> DynamicQueryHandler: Done processing query | ||
2503 | 2024.09.24 04:34:40.023039 [ 3 ] {17c8843a-4c11-4c62-9c78-8d7f577bd1c4} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2504 | 2024.09.24 04:34:40.023056 [ 3 ] {} <Debug> HTTP-Session: 6f6f811c-5b98-47d7-bf0a-a51eec821609 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2505 | 2024.09.24 04:34:40.023267 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1244, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2506 | 2024.09.24 04:34:40.023314 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2507 | 2024.09.24 04:34:40.023333 [ 3 ] {} <Debug> HTTP-Session: e7cc86f4-5e8c-4d09-892c-f9adf7abe42e Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
2508 | 2024.09.24 04:34:40.023349 [ 3 ] {} <Debug> HTTP-Session: e7cc86f4-5e8c-4d09-892c-f9adf7abe42e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2509 | 2024.09.24 04:34:40.023364 [ 3 ] {} <Debug> HTTP-Session: e7cc86f4-5e8c-4d09-892c-f9adf7abe42e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2510 | 2024.09.24 04:34:40.023396 [ 3 ] {} <Trace> HTTP-Session: e7cc86f4-5e8c-4d09-892c-f9adf7abe42e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2511 | 2024.09.24 04:34:40.023551 [ 3 ] {8c7215a9-7ebf-489e-9aa3-f3a7fcc6b522} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2512 | 2024.09.24 04:34:40.023839 [ 3 ] {8c7215a9-7ebf-489e-9aa3-f3a7fcc6b522} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2513 | 2024.09.24 04:34:40.023885 [ 3 ] {8c7215a9-7ebf-489e-9aa3-f3a7fcc6b522} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2514 | 2024.09.24 04:34:40.024193 [ 3 ] {8c7215a9-7ebf-489e-9aa3-f3a7fcc6b522} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2515 | 2024.09.24 04:34:40.024259 [ 3 ] {8c7215a9-7ebf-489e-9aa3-f3a7fcc6b522} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2516 | 2024.09.24 04:34:40.024398 [ 3 ] {8c7215a9-7ebf-489e-9aa3-f3a7fcc6b522} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
2517 | 2024.09.24 04:34:40.024471 [ 261 ] {8c7215a9-7ebf-489e-9aa3-f3a7fcc6b522} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2518 | 2024.09.24 04:34:40.024553 [ 260 ] {8c7215a9-7ebf-489e-9aa3-f3a7fcc6b522} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2519 | 2024.09.24 04:34:40.024554 [ 267 ] {8c7215a9-7ebf-489e-9aa3-f3a7fcc6b522} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2520 | 2024.09.24 04:34:40.024692 [ 3 ] {8c7215a9-7ebf-489e-9aa3-f3a7fcc6b522} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
2521 | 2024.09.24 04:34:40.024721 [ 3 ] {8c7215a9-7ebf-489e-9aa3-f3a7fcc6b522} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2522 | 2024.09.24 04:34:40.024824 [ 3 ] {8c7215a9-7ebf-489e-9aa3-f3a7fcc6b522} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2523 | 2024.09.24 04:34:40.024845 [ 3 ] {8c7215a9-7ebf-489e-9aa3-f3a7fcc6b522} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Reading approx. 32 rows with 3 streams | ||
2524 | 2024.09.24 04:34:40.024885 [ 3 ] {8c7215a9-7ebf-489e-9aa3-f3a7fcc6b522} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2525 | 2024.09.24 04:34:40.024926 [ 3 ] {8c7215a9-7ebf-489e-9aa3-f3a7fcc6b522} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2526 | 2024.09.24 04:34:40.024964 [ 3 ] {8c7215a9-7ebf-489e-9aa3-f3a7fcc6b522} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2527 | 2024.09.24 04:34:40.026658 [ 3 ] {8c7215a9-7ebf-489e-9aa3-f3a7fcc6b522} <Debug> executeQuery: Read 32 rows, 1.22 KiB in 0.003185 sec., 10047.095761381475 rows/sec., 383.27 KiB/sec. | ||
2528 | 2024.09.24 04:34:40.026976 [ 3 ] {8c7215a9-7ebf-489e-9aa3-f3a7fcc6b522} <Debug> DynamicQueryHandler: Done processing query | ||
2529 | 2024.09.24 04:34:40.027000 [ 3 ] {8c7215a9-7ebf-489e-9aa3-f3a7fcc6b522} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2530 | 2024.09.24 04:34:40.027016 [ 3 ] {} <Debug> HTTP-Session: e7cc86f4-5e8c-4d09-892c-f9adf7abe42e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2531 | 2024.09.24 04:34:40.027249 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1277, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2532 | 2024.09.24 04:34:40.027297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2533 | 2024.09.24 04:34:40.027315 [ 3 ] {} <Debug> HTTP-Session: d386b23a-5375-4fde-a961-ed3cb6d8695f Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
2534 | 2024.09.24 04:34:40.027331 [ 3 ] {} <Debug> HTTP-Session: d386b23a-5375-4fde-a961-ed3cb6d8695f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2535 | 2024.09.24 04:34:40.027345 [ 3 ] {} <Debug> HTTP-Session: d386b23a-5375-4fde-a961-ed3cb6d8695f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2536 | 2024.09.24 04:34:40.027376 [ 3 ] {} <Trace> HTTP-Session: d386b23a-5375-4fde-a961-ed3cb6d8695f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2537 | 2024.09.24 04:34:40.027529 [ 3 ] {fdbd5e70-c5c4-4aad-9a51-12961fdbe283} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2538 | 2024.09.24 04:34:40.027822 [ 3 ] {fdbd5e70-c5c4-4aad-9a51-12961fdbe283} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2539 | 2024.09.24 04:34:40.027868 [ 3 ] {fdbd5e70-c5c4-4aad-9a51-12961fdbe283} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2540 | 2024.09.24 04:34:40.028177 [ 3 ] {fdbd5e70-c5c4-4aad-9a51-12961fdbe283} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2541 | 2024.09.24 04:34:40.028243 [ 3 ] {fdbd5e70-c5c4-4aad-9a51-12961fdbe283} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2542 | 2024.09.24 04:34:40.028381 [ 3 ] {fdbd5e70-c5c4-4aad-9a51-12961fdbe283} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
2543 | 2024.09.24 04:34:40.028457 [ 264 ] {fdbd5e70-c5c4-4aad-9a51-12961fdbe283} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2544 | 2024.09.24 04:34:40.028509 [ 265 ] {fdbd5e70-c5c4-4aad-9a51-12961fdbe283} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2545 | 2024.09.24 04:34:40.028524 [ 266 ] {fdbd5e70-c5c4-4aad-9a51-12961fdbe283} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2546 | 2024.09.24 04:34:40.028639 [ 3 ] {fdbd5e70-c5c4-4aad-9a51-12961fdbe283} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
2547 | 2024.09.24 04:34:40.028668 [ 3 ] {fdbd5e70-c5c4-4aad-9a51-12961fdbe283} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2548 | 2024.09.24 04:34:40.028771 [ 3 ] {fdbd5e70-c5c4-4aad-9a51-12961fdbe283} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2549 | 2024.09.24 04:34:40.028791 [ 3 ] {fdbd5e70-c5c4-4aad-9a51-12961fdbe283} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Reading approx. 32 rows with 3 streams | ||
2550 | 2024.09.24 04:34:40.028831 [ 3 ] {fdbd5e70-c5c4-4aad-9a51-12961fdbe283} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2551 | 2024.09.24 04:34:40.028872 [ 3 ] {fdbd5e70-c5c4-4aad-9a51-12961fdbe283} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2552 | 2024.09.24 04:34:40.028909 [ 3 ] {fdbd5e70-c5c4-4aad-9a51-12961fdbe283} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2553 | 2024.09.24 04:34:40.030616 [ 3 ] {fdbd5e70-c5c4-4aad-9a51-12961fdbe283} <Debug> executeQuery: Read 32 rows, 1.22 KiB in 0.003163 sec., 10116.977552956054 rows/sec., 385.93 KiB/sec. | ||
2554 | 2024.09.24 04:34:40.030948 [ 3 ] {fdbd5e70-c5c4-4aad-9a51-12961fdbe283} <Debug> DynamicQueryHandler: Done processing query | ||
2555 | 2024.09.24 04:34:40.030972 [ 3 ] {fdbd5e70-c5c4-4aad-9a51-12961fdbe283} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2556 | 2024.09.24 04:34:40.030990 [ 3 ] {} <Debug> HTTP-Session: d386b23a-5375-4fde-a961-ed3cb6d8695f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2557 | 2024.09.24 04:34:40.031197 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1312, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2558 | 2024.09.24 04:34:40.031245 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2559 | 2024.09.24 04:34:40.031264 [ 3 ] {} <Debug> HTTP-Session: 813f68bd-4130-47db-bb48-b151d934f2c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
2560 | 2024.09.24 04:34:40.031280 [ 3 ] {} <Debug> HTTP-Session: 813f68bd-4130-47db-bb48-b151d934f2c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2561 | 2024.09.24 04:34:40.031294 [ 3 ] {} <Debug> HTTP-Session: 813f68bd-4130-47db-bb48-b151d934f2c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2562 | 2024.09.24 04:34:40.031325 [ 3 ] {} <Trace> HTTP-Session: 813f68bd-4130-47db-bb48-b151d934f2c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2563 | 2024.09.24 04:34:40.031480 [ 3 ] {6049ae4e-38bc-424c-a6aa-14be5c9e4e00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2564 | 2024.09.24 04:34:40.031779 [ 3 ] {6049ae4e-38bc-424c-a6aa-14be5c9e4e00} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2565 | 2024.09.24 04:34:40.031826 [ 3 ] {6049ae4e-38bc-424c-a6aa-14be5c9e4e00} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2566 | 2024.09.24 04:34:40.032142 [ 3 ] {6049ae4e-38bc-424c-a6aa-14be5c9e4e00} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2567 | 2024.09.24 04:34:40.032209 [ 3 ] {6049ae4e-38bc-424c-a6aa-14be5c9e4e00} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2568 | 2024.09.24 04:34:40.032350 [ 3 ] {6049ae4e-38bc-424c-a6aa-14be5c9e4e00} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
2569 | 2024.09.24 04:34:40.032482 [ 261 ] {6049ae4e-38bc-424c-a6aa-14be5c9e4e00} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2570 | 2024.09.24 04:34:40.032494 [ 260 ] {6049ae4e-38bc-424c-a6aa-14be5c9e4e00} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2571 | 2024.09.24 04:34:40.032509 [ 266 ] {6049ae4e-38bc-424c-a6aa-14be5c9e4e00} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2572 | 2024.09.24 04:34:40.032636 [ 3 ] {6049ae4e-38bc-424c-a6aa-14be5c9e4e00} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
2573 | 2024.09.24 04:34:40.032665 [ 3 ] {6049ae4e-38bc-424c-a6aa-14be5c9e4e00} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2574 | 2024.09.24 04:34:40.032769 [ 3 ] {6049ae4e-38bc-424c-a6aa-14be5c9e4e00} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2575 | 2024.09.24 04:34:40.032790 [ 3 ] {6049ae4e-38bc-424c-a6aa-14be5c9e4e00} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Reading approx. 32 rows with 3 streams | ||
2576 | 2024.09.24 04:34:40.032830 [ 3 ] {6049ae4e-38bc-424c-a6aa-14be5c9e4e00} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2577 | 2024.09.24 04:34:40.032869 [ 3 ] {6049ae4e-38bc-424c-a6aa-14be5c9e4e00} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2578 | 2024.09.24 04:34:40.032906 [ 3 ] {6049ae4e-38bc-424c-a6aa-14be5c9e4e00} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2579 | 2024.09.24 04:34:40.034682 [ 3 ] {6049ae4e-38bc-424c-a6aa-14be5c9e4e00} <Debug> executeQuery: Read 32 rows, 1.22 KiB in 0.00328 sec., 9756.09756097561 rows/sec., 372.17 KiB/sec. | ||
2580 | 2024.09.24 04:34:40.035012 [ 3 ] {6049ae4e-38bc-424c-a6aa-14be5c9e4e00} <Debug> DynamicQueryHandler: Done processing query | ||
2581 | 2024.09.24 04:34:40.035036 [ 3 ] {6049ae4e-38bc-424c-a6aa-14be5c9e4e00} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2582 | 2024.09.24 04:34:40.035054 [ 3 ] {} <Debug> HTTP-Session: 813f68bd-4130-47db-bb48-b151d934f2c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2583 | 2024.09.24 04:34:40.035281 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1341, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2584 | 2024.09.24 04:34:40.035328 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2585 | 2024.09.24 04:34:40.035347 [ 3 ] {} <Debug> HTTP-Session: 9c70c0a1-bd33-41ff-aaed-326f67d4b430 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
2586 | 2024.09.24 04:34:40.035362 [ 3 ] {} <Debug> HTTP-Session: 9c70c0a1-bd33-41ff-aaed-326f67d4b430 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2587 | 2024.09.24 04:34:40.035376 [ 3 ] {} <Debug> HTTP-Session: 9c70c0a1-bd33-41ff-aaed-326f67d4b430 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2588 | 2024.09.24 04:34:40.035407 [ 3 ] {} <Trace> HTTP-Session: 9c70c0a1-bd33-41ff-aaed-326f67d4b430 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2589 | 2024.09.24 04:34:40.035562 [ 3 ] {e7494f2f-1baa-44b6-a047-edf09c366793} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2590 | 2024.09.24 04:34:40.035857 [ 3 ] {e7494f2f-1baa-44b6-a047-edf09c366793} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2591 | 2024.09.24 04:34:40.035905 [ 3 ] {e7494f2f-1baa-44b6-a047-edf09c366793} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2592 | 2024.09.24 04:34:40.036225 [ 3 ] {e7494f2f-1baa-44b6-a047-edf09c366793} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2593 | 2024.09.24 04:34:40.036292 [ 3 ] {e7494f2f-1baa-44b6-a047-edf09c366793} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2594 | 2024.09.24 04:34:40.036433 [ 3 ] {e7494f2f-1baa-44b6-a047-edf09c366793} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
2595 | 2024.09.24 04:34:40.036551 [ 265 ] {e7494f2f-1baa-44b6-a047-edf09c366793} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2596 | 2024.09.24 04:34:40.036568 [ 264 ] {e7494f2f-1baa-44b6-a047-edf09c366793} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2597 | 2024.09.24 04:34:40.036590 [ 266 ] {e7494f2f-1baa-44b6-a047-edf09c366793} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2598 | 2024.09.24 04:34:40.036701 [ 3 ] {e7494f2f-1baa-44b6-a047-edf09c366793} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
2599 | 2024.09.24 04:34:40.036730 [ 3 ] {e7494f2f-1baa-44b6-a047-edf09c366793} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2600 | 2024.09.24 04:34:40.036832 [ 3 ] {e7494f2f-1baa-44b6-a047-edf09c366793} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2601 | 2024.09.24 04:34:40.036854 [ 3 ] {e7494f2f-1baa-44b6-a047-edf09c366793} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Reading approx. 32 rows with 3 streams | ||
2602 | 2024.09.24 04:34:40.036893 [ 3 ] {e7494f2f-1baa-44b6-a047-edf09c366793} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2603 | 2024.09.24 04:34:40.036934 [ 3 ] {e7494f2f-1baa-44b6-a047-edf09c366793} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2604 | 2024.09.24 04:34:40.036971 [ 3 ] {e7494f2f-1baa-44b6-a047-edf09c366793} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2605 | 2024.09.24 04:34:40.038609 [ 3 ] {e7494f2f-1baa-44b6-a047-edf09c366793} <Debug> executeQuery: Read 32 rows, 1.22 KiB in 0.003126 sec., 10236.724248240564 rows/sec., 390.50 KiB/sec. | ||
2606 | 2024.09.24 04:34:40.038917 [ 3 ] {e7494f2f-1baa-44b6-a047-edf09c366793} <Debug> DynamicQueryHandler: Done processing query | ||
2607 | 2024.09.24 04:34:40.038941 [ 3 ] {e7494f2f-1baa-44b6-a047-edf09c366793} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2608 | 2024.09.24 04:34:40.038958 [ 3 ] {} <Debug> HTTP-Session: 9c70c0a1-bd33-41ff-aaed-326f67d4b430 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2609 | 2024.09.24 04:34:40.142091 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1372, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2610 | 2024.09.24 04:34:40.142157 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2611 | 2024.09.24 04:34:40.142178 [ 3 ] {} <Debug> HTTP-Session: 8f1da8c3-0819-44b8-96ae-0862e7fd6f98 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
2612 | 2024.09.24 04:34:40.142197 [ 3 ] {} <Debug> HTTP-Session: 8f1da8c3-0819-44b8-96ae-0862e7fd6f98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2613 | 2024.09.24 04:34:40.142212 [ 3 ] {} <Debug> HTTP-Session: 8f1da8c3-0819-44b8-96ae-0862e7fd6f98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2614 | 2024.09.24 04:34:40.142250 [ 3 ] {} <Trace> HTTP-Session: 8f1da8c3-0819-44b8-96ae-0862e7fd6f98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2615 | 2024.09.24 04:34:40.142436 [ 3 ] {b2440779-c8a2-4ed3-8e05-2f2bbcc34030} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2616 | 2024.09.24 04:34:40.142774 [ 3 ] {b2440779-c8a2-4ed3-8e05-2f2bbcc34030} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2617 | 2024.09.24 04:34:40.142823 [ 3 ] {b2440779-c8a2-4ed3-8e05-2f2bbcc34030} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2618 | 2024.09.24 04:34:40.143164 [ 3 ] {b2440779-c8a2-4ed3-8e05-2f2bbcc34030} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2619 | 2024.09.24 04:34:40.143237 [ 3 ] {b2440779-c8a2-4ed3-8e05-2f2bbcc34030} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2620 | 2024.09.24 04:34:40.143391 [ 3 ] {b2440779-c8a2-4ed3-8e05-2f2bbcc34030} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
2621 | 2024.09.24 04:34:40.143554 [ 263 ] {b2440779-c8a2-4ed3-8e05-2f2bbcc34030} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2622 | 2024.09.24 04:34:40.143560 [ 266 ] {b2440779-c8a2-4ed3-8e05-2f2bbcc34030} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2623 | 2024.09.24 04:34:40.143576 [ 261 ] {b2440779-c8a2-4ed3-8e05-2f2bbcc34030} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2624 | 2024.09.24 04:34:40.143717 [ 3 ] {b2440779-c8a2-4ed3-8e05-2f2bbcc34030} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
2625 | 2024.09.24 04:34:40.143744 [ 3 ] {b2440779-c8a2-4ed3-8e05-2f2bbcc34030} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2626 | 2024.09.24 04:34:40.143851 [ 3 ] {b2440779-c8a2-4ed3-8e05-2f2bbcc34030} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2627 | 2024.09.24 04:34:40.143873 [ 3 ] {b2440779-c8a2-4ed3-8e05-2f2bbcc34030} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Reading approx. 32 rows with 3 streams | ||
2628 | 2024.09.24 04:34:40.143915 [ 3 ] {b2440779-c8a2-4ed3-8e05-2f2bbcc34030} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2629 | 2024.09.24 04:34:40.143958 [ 3 ] {b2440779-c8a2-4ed3-8e05-2f2bbcc34030} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2630 | 2024.09.24 04:34:40.143996 [ 3 ] {b2440779-c8a2-4ed3-8e05-2f2bbcc34030} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2631 | 2024.09.24 04:34:40.145713 [ 3 ] {b2440779-c8a2-4ed3-8e05-2f2bbcc34030} <Debug> executeQuery: Read 32 rows, 1.22 KiB in 0.003366 sec., 9506.833036244801 rows/sec., 362.66 KiB/sec. | ||
2632 | 2024.09.24 04:34:40.146040 [ 3 ] {b2440779-c8a2-4ed3-8e05-2f2bbcc34030} <Debug> DynamicQueryHandler: Done processing query | ||
2633 | 2024.09.24 04:34:40.146066 [ 3 ] {b2440779-c8a2-4ed3-8e05-2f2bbcc34030} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2634 | 2024.09.24 04:34:40.146083 [ 3 ] {} <Debug> HTTP-Session: 8f1da8c3-0819-44b8-96ae-0862e7fd6f98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2635 | 2024.09.24 04:34:40.146481 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 2678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2636 | 2024.09.24 04:34:40.146529 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2637 | 2024.09.24 04:34:40.146548 [ 3 ] {} <Debug> HTTP-Session: 10409e09-79a2-4b09-8992-30bfcde84a29 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
2638 | 2024.09.24 04:34:40.146564 [ 3 ] {} <Debug> HTTP-Session: 10409e09-79a2-4b09-8992-30bfcde84a29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2639 | 2024.09.24 04:34:40.146579 [ 3 ] {} <Debug> HTTP-Session: 10409e09-79a2-4b09-8992-30bfcde84a29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2640 | 2024.09.24 04:34:40.146612 [ 3 ] {} <Trace> HTTP-Session: 10409e09-79a2-4b09-8992-30bfcde84a29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2641 | 2024.09.24 04:34:40.146728 [ 3 ] {a6250301-fdfb-4889-814f-6faa084498a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2642 | 2024.09.24 04:34:40.146774 [ 3 ] {a6250301-fdfb-4889-814f-6faa084498a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2643 | 2024.09.24 04:34:40.146939 [ 3 ] {a6250301-fdfb-4889-814f-6faa084498a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2644 | 2024.09.24 04:34:40.147269 [ 3 ] {a6250301-fdfb-4889-814f-6faa084498a2} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2645 | 2024.09.24 04:34:40.147308 [ 3 ] {a6250301-fdfb-4889-814f-6faa084498a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2646 | 2024.09.24 04:34:40.147780 [ 3 ] {a6250301-fdfb-4889-814f-6faa084498a2} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2647 | 2024.09.24 04:34:40.148091 [ 3 ] {a6250301-fdfb-4889-814f-6faa084498a2} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2648 | 2024.09.24 04:34:40.148228 [ 3 ] {a6250301-fdfb-4889-814f-6faa084498a2} <Debug> executeQuery: Read 7 rows, 1.42 KiB in 0.00154 sec., 4545.454545454546 rows/sec., 924.56 KiB/sec. | ||
2649 | 2024.09.24 04:34:40.148401 [ 3 ] {a6250301-fdfb-4889-814f-6faa084498a2} <Debug> DynamicQueryHandler: Done processing query | ||
2650 | 2024.09.24 04:34:40.148426 [ 3 ] {a6250301-fdfb-4889-814f-6faa084498a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2651 | 2024.09.24 04:34:40.148441 [ 3 ] {} <Debug> HTTP-Session: 10409e09-79a2-4b09-8992-30bfcde84a29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2652 | 2024.09.24 04:34:40.148735 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 165242, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2653 | 2024.09.24 04:34:40.148785 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2654 | 2024.09.24 04:34:40.148803 [ 3 ] {} <Debug> HTTP-Session: d1f0c3d3-1833-4b67-a061-83926ad4db9d Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
2655 | 2024.09.24 04:34:40.148819 [ 3 ] {} <Debug> HTTP-Session: d1f0c3d3-1833-4b67-a061-83926ad4db9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2656 | 2024.09.24 04:34:40.148833 [ 3 ] {} <Debug> HTTP-Session: d1f0c3d3-1833-4b67-a061-83926ad4db9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2657 | 2024.09.24 04:34:40.148865 [ 3 ] {} <Trace> HTTP-Session: d1f0c3d3-1833-4b67-a061-83926ad4db9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2658 | 2024.09.24 04:34:40.149984 [ 3 ] {a53fbe18-68f0-409b-a863-47ad0edc2546} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2659 | 2024.09.24 04:34:40.150031 [ 3 ] {a53fbe18-68f0-409b-a863-47ad0edc2546} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2660 | 2024.09.24 04:34:40.150268 [ 3 ] {a53fbe18-68f0-409b-a863-47ad0edc2546} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2661 | 2024.09.24 04:34:40.151285 [ 3 ] {a53fbe18-68f0-409b-a863-47ad0edc2546} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2662 | 2024.09.24 04:34:40.151322 [ 3 ] {a53fbe18-68f0-409b-a863-47ad0edc2546} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2663 | 2024.09.24 04:34:40.151795 [ 3 ] {a53fbe18-68f0-409b-a863-47ad0edc2546} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2664 | 2024.09.24 04:34:40.152180 [ 3 ] {a53fbe18-68f0-409b-a863-47ad0edc2546} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2665 | 2024.09.24 04:34:40.152309 [ 3 ] {a53fbe18-68f0-409b-a863-47ad0edc2546} <Debug> executeQuery: Read 1141 rows, 96.19 KiB in 0.003289 sec., 346913.9556096078 rows/sec., 28.56 MiB/sec. | ||
2666 | 2024.09.24 04:34:40.152605 [ 3 ] {a53fbe18-68f0-409b-a863-47ad0edc2546} <Debug> DynamicQueryHandler: Done processing query | ||
2667 | 2024.09.24 04:34:40.152632 [ 3 ] {a53fbe18-68f0-409b-a863-47ad0edc2546} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
2668 | 2024.09.24 04:34:40.152650 [ 3 ] {} <Debug> HTTP-Session: d1f0c3d3-1833-4b67-a061-83926ad4db9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2669 | 2024.09.24 04:34:40.152909 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 30477, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2670 | 2024.09.24 04:34:40.152969 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2671 | 2024.09.24 04:34:40.152994 [ 3 ] {} <Debug> HTTP-Session: 8045aed2-288b-48aa-a70e-3f67b44355ef Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
2672 | 2024.09.24 04:34:40.153015 [ 3 ] {} <Debug> HTTP-Session: 8045aed2-288b-48aa-a70e-3f67b44355ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2673 | 2024.09.24 04:34:40.153030 [ 3 ] {} <Debug> HTTP-Session: 8045aed2-288b-48aa-a70e-3f67b44355ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2674 | 2024.09.24 04:34:40.153066 [ 3 ] {} <Trace> HTTP-Session: 8045aed2-288b-48aa-a70e-3f67b44355ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2675 | 2024.09.24 04:34:40.153218 [ 3 ] {45a715a9-21a0-4c9c-b43c-c60f6571a0ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
2676 | 2024.09.24 04:34:40.153264 [ 3 ] {45a715a9-21a0-4c9c-b43c-c60f6571a0ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2677 | 2024.09.24 04:34:40.153536 [ 3 ] {45a715a9-21a0-4c9c-b43c-c60f6571a0ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2678 | 2024.09.24 04:34:40.154003 [ 3 ] {45a715a9-21a0-4c9c-b43c-c60f6571a0ef} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2679 | 2024.09.24 04:34:40.154043 [ 3 ] {45a715a9-21a0-4c9c-b43c-c60f6571a0ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2680 | 2024.09.24 04:34:40.154430 [ 3 ] {45a715a9-21a0-4c9c-b43c-c60f6571a0ef} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2681 | 2024.09.24 04:34:40.154790 [ 3 ] {45a715a9-21a0-4c9c-b43c-c60f6571a0ef} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2682 | 2024.09.24 04:34:40.154921 [ 3 ] {45a715a9-21a0-4c9c-b43c-c60f6571a0ef} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001772 sec., 128668.17155756208 rows/sec., 8.71 MiB/sec. | ||
2683 | 2024.09.24 04:34:40.155128 [ 3 ] {45a715a9-21a0-4c9c-b43c-c60f6571a0ef} <Debug> DynamicQueryHandler: Done processing query | ||
2684 | 2024.09.24 04:34:40.155152 [ 3 ] {45a715a9-21a0-4c9c-b43c-c60f6571a0ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
2685 | 2024.09.24 04:34:40.155168 [ 3 ] {} <Debug> HTTP-Session: 8045aed2-288b-48aa-a70e-3f67b44355ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2686 | 2024.09.24 04:34:40.155378 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 75040, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2687 | 2024.09.24 04:34:40.155428 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2688 | 2024.09.24 04:34:40.155447 [ 3 ] {} <Debug> HTTP-Session: 42d6b00a-690d-462c-a8c7-9a389e269962 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
2689 | 2024.09.24 04:34:40.155466 [ 3 ] {} <Debug> HTTP-Session: 42d6b00a-690d-462c-a8c7-9a389e269962 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2690 | 2024.09.24 04:34:40.155479 [ 3 ] {} <Debug> HTTP-Session: 42d6b00a-690d-462c-a8c7-9a389e269962 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2691 | 2024.09.24 04:34:40.155510 [ 3 ] {} <Trace> HTTP-Session: 42d6b00a-690d-462c-a8c7-9a389e269962 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2692 | 2024.09.24 04:34:40.155799 [ 3 ] {d9ec3b4b-b2a3-45b4-926d-d6d51397d47f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2693 | 2024.09.24 04:34:40.155841 [ 3 ] {d9ec3b4b-b2a3-45b4-926d-d6d51397d47f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2694 | 2024.09.24 04:34:40.156066 [ 3 ] {d9ec3b4b-b2a3-45b4-926d-d6d51397d47f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2695 | 2024.09.24 04:34:40.156620 [ 3 ] {d9ec3b4b-b2a3-45b4-926d-d6d51397d47f} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2696 | 2024.09.24 04:34:40.156656 [ 3 ] {d9ec3b4b-b2a3-45b4-926d-d6d51397d47f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2697 | 2024.09.24 04:34:40.157056 [ 3 ] {d9ec3b4b-b2a3-45b4-926d-d6d51397d47f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2698 | 2024.09.24 04:34:40.157415 [ 3 ] {d9ec3b4b-b2a3-45b4-926d-d6d51397d47f} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2699 | 2024.09.24 04:34:40.157550 [ 3 ] {d9ec3b4b-b2a3-45b4-926d-d6d51397d47f} <Debug> executeQuery: Read 456 rows, 34.29 KiB in 0.001935 sec., 235658.91472868217 rows/sec., 17.31 MiB/sec. | ||
2700 | 2024.09.24 04:34:40.157728 [ 3 ] {d9ec3b4b-b2a3-45b4-926d-d6d51397d47f} <Debug> DynamicQueryHandler: Done processing query | ||
2701 | 2024.09.24 04:34:40.157753 [ 3 ] {d9ec3b4b-b2a3-45b4-926d-d6d51397d47f} <Debug> MemoryTracker: Peak memory usage (for query): 4.47 MiB. | ||
2702 | 2024.09.24 04:34:40.157769 [ 3 ] {} <Debug> HTTP-Session: 42d6b00a-690d-462c-a8c7-9a389e269962 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2703 | 2024.09.24 04:34:40.158182 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 510951, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2704 | 2024.09.24 04:34:40.158231 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2705 | 2024.09.24 04:34:40.158250 [ 3 ] {} <Debug> HTTP-Session: 9a68bb7c-6520-4505-8100-2ad9111c1e75 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
2706 | 2024.09.24 04:34:40.158266 [ 3 ] {} <Debug> HTTP-Session: 9a68bb7c-6520-4505-8100-2ad9111c1e75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2707 | 2024.09.24 04:34:40.158279 [ 3 ] {} <Debug> HTTP-Session: 9a68bb7c-6520-4505-8100-2ad9111c1e75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2708 | 2024.09.24 04:34:40.158311 [ 3 ] {} <Trace> HTTP-Session: 9a68bb7c-6520-4505-8100-2ad9111c1e75 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2709 | 2024.09.24 04:34:40.159252 [ 3 ] {133094af-6a28-49ee-a058-1725a353b4d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2710 | 2024.09.24 04:34:40.159305 [ 3 ] {133094af-6a28-49ee-a058-1725a353b4d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2711 | 2024.09.24 04:34:40.159450 [ 3 ] {133094af-6a28-49ee-a058-1725a353b4d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2712 | 2024.09.24 04:34:40.161744 [ 3 ] {133094af-6a28-49ee-a058-1725a353b4d0} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2713 | 2024.09.24 04:34:40.161786 [ 3 ] {133094af-6a28-49ee-a058-1725a353b4d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2714 | 2024.09.24 04:34:40.162515 [ 3 ] {133094af-6a28-49ee-a058-1725a353b4d0} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2715 | 2024.09.24 04:34:40.162870 [ 3 ] {133094af-6a28-49ee-a058-1725a353b4d0} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2716 | 2024.09.24 04:34:40.163031 [ 3 ] {133094af-6a28-49ee-a058-1725a353b4d0} <Debug> executeQuery: Read 2701 rows, 184.65 KiB in 0.00453 sec., 596247.2406181016 rows/sec., 39.81 MiB/sec. | ||
2717 | 2024.09.24 04:34:40.163208 [ 3 ] {133094af-6a28-49ee-a058-1725a353b4d0} <Debug> DynamicQueryHandler: Done processing query | ||
2718 | 2024.09.24 04:34:40.163232 [ 3 ] {133094af-6a28-49ee-a058-1725a353b4d0} <Debug> MemoryTracker: Peak memory usage (for query): 5.53 MiB. | ||
2719 | 2024.09.24 04:34:40.163248 [ 3 ] {} <Debug> HTTP-Session: 9a68bb7c-6520-4505-8100-2ad9111c1e75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2720 | 2024.09.24 04:34:41.000144 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 178.84 MiB, peak 185.27 MiB, free memory in arenas 0.00 B, will set to 180.06 MiB (RSS), difference: 1.22 MiB | ||
2721 | 2024.09.24 04:34:44.917402 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1405, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2722 | 2024.09.24 04:34:44.917520 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2723 | 2024.09.24 04:34:44.917549 [ 3 ] {} <Debug> HTTP-Session: 7a6da0af-a30c-440a-aee0-976e6202aea7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
2724 | 2024.09.24 04:34:44.917577 [ 3 ] {} <Debug> HTTP-Session: 7a6da0af-a30c-440a-aee0-976e6202aea7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2725 | 2024.09.24 04:34:44.917596 [ 3 ] {} <Debug> HTTP-Session: 7a6da0af-a30c-440a-aee0-976e6202aea7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2726 | 2024.09.24 04:34:44.917653 [ 3 ] {} <Trace> HTTP-Session: 7a6da0af-a30c-440a-aee0-976e6202aea7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2727 | 2024.09.24 04:34:44.917943 [ 3 ] {b5923917-72f0-4162-b759-a1bf749d8a5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2728 | 2024.09.24 04:34:44.918398 [ 3 ] {b5923917-72f0-4162-b759-a1bf749d8a5a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2729 | 2024.09.24 04:34:44.918451 [ 3 ] {b5923917-72f0-4162-b759-a1bf749d8a5a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2730 | 2024.09.24 04:34:44.918828 [ 3 ] {b5923917-72f0-4162-b759-a1bf749d8a5a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2731 | 2024.09.24 04:34:44.918913 [ 3 ] {b5923917-72f0-4162-b759-a1bf749d8a5a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2732 | 2024.09.24 04:34:44.919091 [ 3 ] {b5923917-72f0-4162-b759-a1bf749d8a5a} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
2733 | 2024.09.24 04:34:44.919311 [ 264 ] {b5923917-72f0-4162-b759-a1bf749d8a5a} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2734 | 2024.09.24 04:34:44.919342 [ 261 ] {b5923917-72f0-4162-b759-a1bf749d8a5a} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2735 | 2024.09.24 04:34:44.919396 [ 266 ] {b5923917-72f0-4162-b759-a1bf749d8a5a} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2736 | 2024.09.24 04:34:44.919459 [ 265 ] {b5923917-72f0-4162-b759-a1bf749d8a5a} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2737 | 2024.09.24 04:34:44.919642 [ 3 ] {b5923917-72f0-4162-b759-a1bf749d8a5a} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
2738 | 2024.09.24 04:34:44.919677 [ 3 ] {b5923917-72f0-4162-b759-a1bf749d8a5a} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2739 | 2024.09.24 04:34:44.919815 [ 3 ] {b5923917-72f0-4162-b759-a1bf749d8a5a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2740 | 2024.09.24 04:34:44.919841 [ 3 ] {b5923917-72f0-4162-b759-a1bf749d8a5a} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Reading approx. 39 rows with 4 streams | ||
2741 | 2024.09.24 04:34:44.919885 [ 3 ] {b5923917-72f0-4162-b759-a1bf749d8a5a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2742 | 2024.09.24 04:34:44.919933 [ 3 ] {b5923917-72f0-4162-b759-a1bf749d8a5a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2743 | 2024.09.24 04:34:44.919976 [ 3 ] {b5923917-72f0-4162-b759-a1bf749d8a5a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2744 | 2024.09.24 04:34:44.920017 [ 3 ] {b5923917-72f0-4162-b759-a1bf749d8a5a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2745 | 2024.09.24 04:34:44.922350 [ 3 ] {b5923917-72f0-4162-b759-a1bf749d8a5a} <Debug> executeQuery: Read 39 rows, 1.47 KiB in 0.004548 sec., 8575.197889182058 rows/sec., 324.23 KiB/sec. | ||
2746 | 2024.09.24 04:34:44.922800 [ 3 ] {b5923917-72f0-4162-b759-a1bf749d8a5a} <Debug> DynamicQueryHandler: Done processing query | ||
2747 | 2024.09.24 04:34:44.922832 [ 3 ] {b5923917-72f0-4162-b759-a1bf749d8a5a} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
2748 | 2024.09.24 04:34:44.922854 [ 3 ] {} <Debug> HTTP-Session: 7a6da0af-a30c-440a-aee0-976e6202aea7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2749 | 2024.09.24 04:34:44.923095 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1444, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2750 | 2024.09.24 04:34:44.923157 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2751 | 2024.09.24 04:34:44.923181 [ 3 ] {} <Debug> HTTP-Session: 0f5b85f8-ced4-48b9-a8a4-57dc7ce21ca7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
2752 | 2024.09.24 04:34:44.923204 [ 3 ] {} <Debug> HTTP-Session: 0f5b85f8-ced4-48b9-a8a4-57dc7ce21ca7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2753 | 2024.09.24 04:34:44.923218 [ 3 ] {} <Debug> HTTP-Session: 0f5b85f8-ced4-48b9-a8a4-57dc7ce21ca7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2754 | 2024.09.24 04:34:44.923255 [ 3 ] {} <Trace> HTTP-Session: 0f5b85f8-ced4-48b9-a8a4-57dc7ce21ca7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2755 | 2024.09.24 04:34:44.923440 [ 3 ] {a393b513-2b99-441a-9998-6e74d8054485} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2756 | 2024.09.24 04:34:44.923761 [ 3 ] {a393b513-2b99-441a-9998-6e74d8054485} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2757 | 2024.09.24 04:34:44.923810 [ 3 ] {a393b513-2b99-441a-9998-6e74d8054485} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2758 | 2024.09.24 04:34:44.924143 [ 3 ] {a393b513-2b99-441a-9998-6e74d8054485} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2759 | 2024.09.24 04:34:44.924211 [ 3 ] {a393b513-2b99-441a-9998-6e74d8054485} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2760 | 2024.09.24 04:34:44.924359 [ 3 ] {a393b513-2b99-441a-9998-6e74d8054485} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
2761 | 2024.09.24 04:34:44.924463 [ 268 ] {a393b513-2b99-441a-9998-6e74d8054485} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2762 | 2024.09.24 04:34:44.924577 [ 263 ] {a393b513-2b99-441a-9998-6e74d8054485} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2763 | 2024.09.24 04:34:44.924616 [ 265 ] {a393b513-2b99-441a-9998-6e74d8054485} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2764 | 2024.09.24 04:34:44.924619 [ 269 ] {a393b513-2b99-441a-9998-6e74d8054485} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2765 | 2024.09.24 04:34:44.924798 [ 3 ] {a393b513-2b99-441a-9998-6e74d8054485} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
2766 | 2024.09.24 04:34:44.924833 [ 3 ] {a393b513-2b99-441a-9998-6e74d8054485} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2767 | 2024.09.24 04:34:44.924958 [ 3 ] {a393b513-2b99-441a-9998-6e74d8054485} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2768 | 2024.09.24 04:34:44.924982 [ 3 ] {a393b513-2b99-441a-9998-6e74d8054485} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Reading approx. 39 rows with 4 streams | ||
2769 | 2024.09.24 04:34:44.925024 [ 3 ] {a393b513-2b99-441a-9998-6e74d8054485} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2770 | 2024.09.24 04:34:44.925065 [ 3 ] {a393b513-2b99-441a-9998-6e74d8054485} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2771 | 2024.09.24 04:34:44.925103 [ 3 ] {a393b513-2b99-441a-9998-6e74d8054485} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2772 | 2024.09.24 04:34:44.925140 [ 3 ] {a393b513-2b99-441a-9998-6e74d8054485} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2773 | 2024.09.24 04:34:44.927317 [ 3 ] {a393b513-2b99-441a-9998-6e74d8054485} <Debug> executeQuery: Read 39 rows, 1.47 KiB in 0.003974 sec., 9813.789632611977 rows/sec., 371.06 KiB/sec. | ||
2774 | 2024.09.24 04:34:44.927692 [ 3 ] {a393b513-2b99-441a-9998-6e74d8054485} <Debug> DynamicQueryHandler: Done processing query | ||
2775 | 2024.09.24 04:34:44.927718 [ 3 ] {a393b513-2b99-441a-9998-6e74d8054485} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
2776 | 2024.09.24 04:34:44.927736 [ 3 ] {} <Debug> HTTP-Session: 0f5b85f8-ced4-48b9-a8a4-57dc7ce21ca7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2777 | 2024.09.24 04:34:44.927924 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1485, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2778 | 2024.09.24 04:34:44.927974 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2779 | 2024.09.24 04:34:44.927993 [ 3 ] {} <Debug> HTTP-Session: 45951fc5-9b5f-4211-a00f-f48903fbeda5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
2780 | 2024.09.24 04:34:44.928011 [ 3 ] {} <Debug> HTTP-Session: 45951fc5-9b5f-4211-a00f-f48903fbeda5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2781 | 2024.09.24 04:34:44.928026 [ 3 ] {} <Debug> HTTP-Session: 45951fc5-9b5f-4211-a00f-f48903fbeda5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2782 | 2024.09.24 04:34:44.928060 [ 3 ] {} <Trace> HTTP-Session: 45951fc5-9b5f-4211-a00f-f48903fbeda5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2783 | 2024.09.24 04:34:44.928223 [ 3 ] {36a3a030-7cc0-42ee-9631-3474149809d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2784 | 2024.09.24 04:34:44.928547 [ 3 ] {36a3a030-7cc0-42ee-9631-3474149809d1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2785 | 2024.09.24 04:34:44.928599 [ 3 ] {36a3a030-7cc0-42ee-9631-3474149809d1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2786 | 2024.09.24 04:34:44.928933 [ 3 ] {36a3a030-7cc0-42ee-9631-3474149809d1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2787 | 2024.09.24 04:34:44.929000 [ 3 ] {36a3a030-7cc0-42ee-9631-3474149809d1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2788 | 2024.09.24 04:34:44.929143 [ 3 ] {36a3a030-7cc0-42ee-9631-3474149809d1} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
2789 | 2024.09.24 04:34:44.929293 [ 266 ] {36a3a030-7cc0-42ee-9631-3474149809d1} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2790 | 2024.09.24 04:34:44.929353 [ 264 ] {36a3a030-7cc0-42ee-9631-3474149809d1} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2791 | 2024.09.24 04:34:44.929365 [ 263 ] {36a3a030-7cc0-42ee-9631-3474149809d1} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2792 | 2024.09.24 04:34:44.929419 [ 260 ] {36a3a030-7cc0-42ee-9631-3474149809d1} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2793 | 2024.09.24 04:34:44.929588 [ 3 ] {36a3a030-7cc0-42ee-9631-3474149809d1} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
2794 | 2024.09.24 04:34:44.929620 [ 3 ] {36a3a030-7cc0-42ee-9631-3474149809d1} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2795 | 2024.09.24 04:34:44.929745 [ 3 ] {36a3a030-7cc0-42ee-9631-3474149809d1} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2796 | 2024.09.24 04:34:44.929768 [ 3 ] {36a3a030-7cc0-42ee-9631-3474149809d1} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Reading approx. 39 rows with 4 streams | ||
2797 | 2024.09.24 04:34:44.929809 [ 3 ] {36a3a030-7cc0-42ee-9631-3474149809d1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2798 | 2024.09.24 04:34:44.929854 [ 3 ] {36a3a030-7cc0-42ee-9631-3474149809d1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2799 | 2024.09.24 04:34:44.929894 [ 3 ] {36a3a030-7cc0-42ee-9631-3474149809d1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2800 | 2024.09.24 04:34:44.929931 [ 3 ] {36a3a030-7cc0-42ee-9631-3474149809d1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2801 | 2024.09.24 04:34:44.932131 [ 3 ] {36a3a030-7cc0-42ee-9631-3474149809d1} <Debug> executeQuery: Read 39 rows, 1.47 KiB in 0.003991 sec., 9771.98697068404 rows/sec., 369.48 KiB/sec. | ||
2802 | 2024.09.24 04:34:44.932496 [ 3 ] {36a3a030-7cc0-42ee-9631-3474149809d1} <Debug> DynamicQueryHandler: Done processing query | ||
2803 | 2024.09.24 04:34:44.932521 [ 3 ] {36a3a030-7cc0-42ee-9631-3474149809d1} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
2804 | 2024.09.24 04:34:44.932538 [ 3 ] {} <Debug> HTTP-Session: 45951fc5-9b5f-4211-a00f-f48903fbeda5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2805 | 2024.09.24 04:34:44.932738 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1513, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2806 | 2024.09.24 04:34:44.932785 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2807 | 2024.09.24 04:34:44.932804 [ 3 ] {} <Debug> HTTP-Session: 87207a17-8328-4b1e-9cc6-c8a1a906a1e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
2808 | 2024.09.24 04:34:44.932821 [ 3 ] {} <Debug> HTTP-Session: 87207a17-8328-4b1e-9cc6-c8a1a906a1e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2809 | 2024.09.24 04:34:44.932835 [ 3 ] {} <Debug> HTTP-Session: 87207a17-8328-4b1e-9cc6-c8a1a906a1e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2810 | 2024.09.24 04:34:44.932866 [ 3 ] {} <Trace> HTTP-Session: 87207a17-8328-4b1e-9cc6-c8a1a906a1e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2811 | 2024.09.24 04:34:44.933026 [ 3 ] {c32ffd9e-2dae-496d-ae5d-5fab56694215} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2812 | 2024.09.24 04:34:44.933344 [ 3 ] {c32ffd9e-2dae-496d-ae5d-5fab56694215} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2813 | 2024.09.24 04:34:44.933414 [ 3 ] {c32ffd9e-2dae-496d-ae5d-5fab56694215} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2814 | 2024.09.24 04:34:44.933759 [ 3 ] {c32ffd9e-2dae-496d-ae5d-5fab56694215} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2815 | 2024.09.24 04:34:44.933829 [ 3 ] {c32ffd9e-2dae-496d-ae5d-5fab56694215} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2816 | 2024.09.24 04:34:44.933993 [ 3 ] {c32ffd9e-2dae-496d-ae5d-5fab56694215} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 42-element set) | ||
2817 | 2024.09.24 04:34:44.934118 [ 265 ] {c32ffd9e-2dae-496d-ae5d-5fab56694215} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2818 | 2024.09.24 04:34:44.934151 [ 260 ] {c32ffd9e-2dae-496d-ae5d-5fab56694215} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2819 | 2024.09.24 04:34:44.934208 [ 268 ] {c32ffd9e-2dae-496d-ae5d-5fab56694215} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2820 | 2024.09.24 04:34:44.934239 [ 263 ] {c32ffd9e-2dae-496d-ae5d-5fab56694215} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2821 | 2024.09.24 04:34:44.934356 [ 3 ] {c32ffd9e-2dae-496d-ae5d-5fab56694215} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
2822 | 2024.09.24 04:34:44.934389 [ 3 ] {c32ffd9e-2dae-496d-ae5d-5fab56694215} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2823 | 2024.09.24 04:34:44.934513 [ 3 ] {c32ffd9e-2dae-496d-ae5d-5fab56694215} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2824 | 2024.09.24 04:34:44.934534 [ 3 ] {c32ffd9e-2dae-496d-ae5d-5fab56694215} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Reading approx. 39 rows with 4 streams | ||
2825 | 2024.09.24 04:34:44.934575 [ 3 ] {c32ffd9e-2dae-496d-ae5d-5fab56694215} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2826 | 2024.09.24 04:34:44.934616 [ 3 ] {c32ffd9e-2dae-496d-ae5d-5fab56694215} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2827 | 2024.09.24 04:34:44.934651 [ 3 ] {c32ffd9e-2dae-496d-ae5d-5fab56694215} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2828 | 2024.09.24 04:34:44.934685 [ 3 ] {c32ffd9e-2dae-496d-ae5d-5fab56694215} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2829 | 2024.09.24 04:34:44.936822 [ 3 ] {c32ffd9e-2dae-496d-ae5d-5fab56694215} <Debug> executeQuery: Read 39 rows, 1.47 KiB in 0.003878 sec., 10056.730273336772 rows/sec., 380.25 KiB/sec. | ||
2830 | 2024.09.24 04:34:44.937183 [ 3 ] {c32ffd9e-2dae-496d-ae5d-5fab56694215} <Debug> DynamicQueryHandler: Done processing query | ||
2831 | 2024.09.24 04:34:44.937208 [ 3 ] {c32ffd9e-2dae-496d-ae5d-5fab56694215} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
2832 | 2024.09.24 04:34:44.937227 [ 3 ] {} <Debug> HTTP-Session: 87207a17-8328-4b1e-9cc6-c8a1a906a1e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2833 | 2024.09.24 04:34:44.941540 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2834 | 2024.09.24 04:34:44.941604 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2835 | 2024.09.24 04:34:44.941635 [ 3 ] {} <Debug> HTTP-Session: 08df0f05-82d0-49c7-a554-c25b1f658c14 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
2836 | 2024.09.24 04:34:44.941691 [ 3 ] {} <Debug> HTTP-Session: 08df0f05-82d0-49c7-a554-c25b1f658c14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2837 | 2024.09.24 04:34:44.941707 [ 3 ] {} <Debug> HTTP-Session: 08df0f05-82d0-49c7-a554-c25b1f658c14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2838 | 2024.09.24 04:34:44.941739 [ 3 ] {} <Trace> HTTP-Session: 08df0f05-82d0-49c7-a554-c25b1f658c14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2839 | 2024.09.24 04:34:44.941865 [ 3 ] {56dab999-4c1a-4229-b1f6-cf10d2ccb0c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2840 | 2024.09.24 04:34:44.941912 [ 3 ] {56dab999-4c1a-4229-b1f6-cf10d2ccb0c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2841 | 2024.09.24 04:34:44.942080 [ 3 ] {56dab999-4c1a-4229-b1f6-cf10d2ccb0c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2842 | 2024.09.24 04:34:44.942438 [ 3 ] {56dab999-4c1a-4229-b1f6-cf10d2ccb0c2} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2843 | 2024.09.24 04:34:44.942476 [ 3 ] {56dab999-4c1a-4229-b1f6-cf10d2ccb0c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2844 | 2024.09.24 04:34:44.942971 [ 3 ] {56dab999-4c1a-4229-b1f6-cf10d2ccb0c2} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2845 | 2024.09.24 04:34:44.943291 [ 3 ] {56dab999-4c1a-4229-b1f6-cf10d2ccb0c2} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2846 | 2024.09.24 04:34:44.943432 [ 3 ] {56dab999-4c1a-4229-b1f6-cf10d2ccb0c2} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.001607 sec., 2489.1101431238335 rows/sec., 316.61 KiB/sec. | ||
2847 | 2024.09.24 04:34:44.943604 [ 3 ] {56dab999-4c1a-4229-b1f6-cf10d2ccb0c2} <Debug> DynamicQueryHandler: Done processing query | ||
2848 | 2024.09.24 04:34:44.943628 [ 3 ] {56dab999-4c1a-4229-b1f6-cf10d2ccb0c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2849 | 2024.09.24 04:34:44.943644 [ 3 ] {} <Debug> HTTP-Session: 08df0f05-82d0-49c7-a554-c25b1f658c14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2850 | 2024.09.24 04:34:44.943812 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 35148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2851 | 2024.09.24 04:34:44.943862 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2852 | 2024.09.24 04:34:44.943881 [ 3 ] {} <Debug> HTTP-Session: ffd21764-9391-40a4-9b9b-8cde893b239c Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
2853 | 2024.09.24 04:34:44.943898 [ 3 ] {} <Debug> HTTP-Session: ffd21764-9391-40a4-9b9b-8cde893b239c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2854 | 2024.09.24 04:34:44.943911 [ 3 ] {} <Debug> HTTP-Session: ffd21764-9391-40a4-9b9b-8cde893b239c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2855 | 2024.09.24 04:34:44.943942 [ 3 ] {} <Trace> HTTP-Session: ffd21764-9391-40a4-9b9b-8cde893b239c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2856 | 2024.09.24 04:34:44.944109 [ 3 ] {66e69e82-9d6e-41c9-9d26-e2c1c3e19898} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2857 | 2024.09.24 04:34:44.944153 [ 3 ] {66e69e82-9d6e-41c9-9d26-e2c1c3e19898} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2858 | 2024.09.24 04:34:44.944385 [ 3 ] {66e69e82-9d6e-41c9-9d26-e2c1c3e19898} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2859 | 2024.09.24 04:34:44.944836 [ 3 ] {66e69e82-9d6e-41c9-9d26-e2c1c3e19898} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2860 | 2024.09.24 04:34:44.944872 [ 3 ] {66e69e82-9d6e-41c9-9d26-e2c1c3e19898} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2861 | 2024.09.24 04:34:44.945242 [ 3 ] {66e69e82-9d6e-41c9-9d26-e2c1c3e19898} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2862 | 2024.09.24 04:34:44.945594 [ 3 ] {66e69e82-9d6e-41c9-9d26-e2c1c3e19898} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2863 | 2024.09.24 04:34:44.945719 [ 3 ] {66e69e82-9d6e-41c9-9d26-e2c1c3e19898} <Debug> executeQuery: Read 233 rows, 20.98 KiB in 0.001691 sec., 137788.29095209934 rows/sec., 12.12 MiB/sec. | ||
2864 | 2024.09.24 04:34:44.945725 [ 25 ] {} <Debug> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2865 | 2024.09.24 04:34:44.945783 [ 25 ] {} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2866 | 2024.09.24 04:34:44.945817 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2867 | 2024.09.24 04:34:44.945897 [ 3 ] {66e69e82-9d6e-41c9-9d26-e2c1c3e19898} <Debug> DynamicQueryHandler: Done processing query | ||
2868 | 2024.09.24 04:34:44.945953 [ 3 ] {66e69e82-9d6e-41c9-9d26-e2c1c3e19898} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
2869 | 2024.09.24 04:34:44.946013 [ 3 ] {} <Debug> HTTP-Session: ffd21764-9391-40a4-9b9b-8cde893b239c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2870 | 2024.09.24 04:34:44.946145 [ 187 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::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 | ||
2871 | 2024.09.24 04:34:44.946209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2872 | 2024.09.24 04:34:44.946323 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2873 | 2024.09.24 04:34:44.946378 [ 3 ] {} <Debug> HTTP-Session: 42ef12fb-1c30-48fd-a2a2-14e2b69c0b26 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
2874 | 2024.09.24 04:34:44.946426 [ 3 ] {} <Debug> HTTP-Session: 42ef12fb-1c30-48fd-a2a2-14e2b69c0b26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2875 | 2024.09.24 04:34:44.946472 [ 3 ] {} <Debug> HTTP-Session: 42ef12fb-1c30-48fd-a2a2-14e2b69c0b26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2876 | 2024.09.24 04:34:44.946567 [ 187 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2877 | 2024.09.24 04:34:44.946579 [ 3 ] {} <Trace> HTTP-Session: 42ef12fb-1c30-48fd-a2a2-14e2b69c0b26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2878 | 2024.09.24 04:34:44.946646 [ 187 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 61 rows starting from the beginning of the part | ||
2879 | 2024.09.24 04:34:44.946891 [ 187 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 16 rows starting from the beginning of the part | ||
2880 | 2024.09.24 04:34:44.946928 [ 3 ] {8c39bb28-948b-4da2-80aa-6cbe07034667} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2881 | 2024.09.24 04:34:44.947115 [ 3 ] {8c39bb28-948b-4da2-80aa-6cbe07034667} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2882 | 2024.09.24 04:34:44.947153 [ 187 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 178 rows starting from the beginning of the part | ||
2883 | 2024.09.24 04:34:44.947548 [ 187 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 86 rows starting from the beginning of the part | ||
2884 | 2024.09.24 04:34:44.947830 [ 187 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1141 rows starting from the beginning of the part | ||
2885 | 2024.09.24 04:34:44.948130 [ 187 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 233 rows starting from the beginning of the part | ||
2886 | 2024.09.24 04:34:44.948850 [ 3 ] {8c39bb28-948b-4da2-80aa-6cbe07034667} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2887 | 2024.09.24 04:34:44.949696 [ 3 ] {8c39bb28-948b-4da2-80aa-6cbe07034667} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2888 | 2024.09.24 04:34:44.949769 [ 3 ] {8c39bb28-948b-4da2-80aa-6cbe07034667} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2889 | 2024.09.24 04:34:44.950830 [ 3 ] {8c39bb28-948b-4da2-80aa-6cbe07034667} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2890 | 2024.09.24 04:34:44.951887 [ 3 ] {8c39bb28-948b-4da2-80aa-6cbe07034667} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2891 | 2024.09.24 04:34:44.951996 [ 187 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1715 rows, containing 5 columns (5 merged, 0 gathered) in 0.006081569 sec., 281999.5958279845 rows/sec., 24.93 MiB/sec. | ||
2892 | 2024.09.24 04:34:44.952168 [ 3 ] {8c39bb28-948b-4da2-80aa-6cbe07034667} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.005438 sec., 4045.6050018389114 rows/sec., 304.21 KiB/sec. | ||
2893 | 2024.09.24 04:34:44.952505 [ 187 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2894 | 2024.09.24 04:34:44.952618 [ 3 ] {8c39bb28-948b-4da2-80aa-6cbe07034667} <Debug> DynamicQueryHandler: Done processing query | ||
2895 | 2024.09.24 04:34:44.952658 [ 3 ] {8c39bb28-948b-4da2-80aa-6cbe07034667} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2896 | 2024.09.24 04:34:44.952687 [ 3 ] {} <Debug> HTTP-Session: 42ef12fb-1c30-48fd-a2a2-14e2b69c0b26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2897 | 2024.09.24 04:34:44.952922 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2898 | 2024.09.24 04:34:44.953050 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2899 | 2024.09.24 04:34:44.953075 [ 3 ] {} <Debug> HTTP-Session: 3c894f76-9e39-409a-b8a6-459a7a86ddd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
2900 | 2024.09.24 04:34:44.953116 [ 3 ] {} <Debug> HTTP-Session: 3c894f76-9e39-409a-b8a6-459a7a86ddd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2901 | 2024.09.24 04:34:44.953132 [ 3 ] {} <Debug> HTTP-Session: 3c894f76-9e39-409a-b8a6-459a7a86ddd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2902 | 2024.09.24 04:34:44.953189 [ 3 ] {} <Trace> HTTP-Session: 3c894f76-9e39-409a-b8a6-459a7a86ddd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2903 | 2024.09.24 04:34:44.953347 [ 187 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_11_2} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2904 | 2024.09.24 04:34:44.953384 [ 3 ] {4800eb0a-c570-4095-91da-749bad945493} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
2905 | 2024.09.24 04:34:44.953478 [ 3 ] {4800eb0a-c570-4095-91da-749bad945493} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2906 | 2024.09.24 04:34:44.953547 [ 187 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_11_2} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2907 | 2024.09.24 04:34:44.953712 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
2908 | 2024.09.24 04:34:44.953888 [ 3 ] {4800eb0a-c570-4095-91da-749bad945493} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2909 | 2024.09.24 04:34:44.954234 [ 3 ] {4800eb0a-c570-4095-91da-749bad945493} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2910 | 2024.09.24 04:34:44.954275 [ 3 ] {4800eb0a-c570-4095-91da-749bad945493} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2911 | 2024.09.24 04:34:44.954666 [ 3 ] {4800eb0a-c570-4095-91da-749bad945493} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2912 | 2024.09.24 04:34:44.955028 [ 3 ] {4800eb0a-c570-4095-91da-749bad945493} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2913 | 2024.09.24 04:34:44.955154 [ 3 ] {4800eb0a-c570-4095-91da-749bad945493} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001842 sec., 7600.43431053203 rows/sec., 532.28 KiB/sec. | ||
2914 | 2024.09.24 04:34:44.955442 [ 3 ] {4800eb0a-c570-4095-91da-749bad945493} <Debug> DynamicQueryHandler: Done processing query | ||
2915 | 2024.09.24 04:34:44.955467 [ 3 ] {4800eb0a-c570-4095-91da-749bad945493} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2916 | 2024.09.24 04:34:44.955483 [ 3 ] {} <Debug> HTTP-Session: 3c894f76-9e39-409a-b8a6-459a7a86ddd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2917 | 2024.09.24 04:34:44.955591 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2918 | 2024.09.24 04:34:44.955639 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2919 | 2024.09.24 04:34:44.955657 [ 3 ] {} <Debug> HTTP-Session: d3a158c4-1a73-47e2-858b-6932f2f956ad Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
2920 | 2024.09.24 04:34:44.955674 [ 3 ] {} <Debug> HTTP-Session: d3a158c4-1a73-47e2-858b-6932f2f956ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2921 | 2024.09.24 04:34:44.955688 [ 3 ] {} <Debug> HTTP-Session: d3a158c4-1a73-47e2-858b-6932f2f956ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2922 | 2024.09.24 04:34:44.955720 [ 3 ] {} <Trace> HTTP-Session: d3a158c4-1a73-47e2-858b-6932f2f956ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2923 | 2024.09.24 04:34:44.955820 [ 3 ] {4d190df8-5fd6-47b5-a891-29e292371483} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
2924 | 2024.09.24 04:34:44.955865 [ 3 ] {4d190df8-5fd6-47b5-a891-29e292371483} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
2925 | 2024.09.24 04:34:44.956115 [ 3 ] {4d190df8-5fd6-47b5-a891-29e292371483} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2926 | 2024.09.24 04:34:44.956445 [ 3 ] {4d190df8-5fd6-47b5-a891-29e292371483} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2927 | 2024.09.24 04:34:44.956481 [ 3 ] {4d190df8-5fd6-47b5-a891-29e292371483} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2928 | 2024.09.24 04:34:44.956834 [ 3 ] {4d190df8-5fd6-47b5-a891-29e292371483} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2929 | 2024.09.24 04:34:44.957197 [ 3 ] {4d190df8-5fd6-47b5-a891-29e292371483} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2930 | 2024.09.24 04:34:44.957318 [ 3 ] {4d190df8-5fd6-47b5-a891-29e292371483} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001524 sec., 3937.0078740157483 rows/sec., 232.61 KiB/sec. | ||
2931 | 2024.09.24 04:34:44.957488 [ 3 ] {4d190df8-5fd6-47b5-a891-29e292371483} <Debug> DynamicQueryHandler: Done processing query | ||
2932 | 2024.09.24 04:34:44.957513 [ 3 ] {4d190df8-5fd6-47b5-a891-29e292371483} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2933 | 2024.09.24 04:34:44.957529 [ 3 ] {} <Debug> HTTP-Session: d3a158c4-1a73-47e2-858b-6932f2f956ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2934 | 2024.09.24 04:34:44.957685 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 65498, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2935 | 2024.09.24 04:34:44.957734 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2936 | 2024.09.24 04:34:44.957753 [ 3 ] {} <Debug> HTTP-Session: 62574d01-b332-4a0f-8343-fafcd96a3999 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
2937 | 2024.09.24 04:34:44.957769 [ 3 ] {} <Debug> HTTP-Session: 62574d01-b332-4a0f-8343-fafcd96a3999 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2938 | 2024.09.24 04:34:44.957783 [ 3 ] {} <Debug> HTTP-Session: 62574d01-b332-4a0f-8343-fafcd96a3999 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2939 | 2024.09.24 04:34:44.957815 [ 3 ] {} <Trace> HTTP-Session: 62574d01-b332-4a0f-8343-fafcd96a3999 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2940 | 2024.09.24 04:34:44.958231 [ 3 ] {82ca9c28-7e89-4288-b4ff-acf98c5760b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2941 | 2024.09.24 04:34:44.958276 [ 3 ] {82ca9c28-7e89-4288-b4ff-acf98c5760b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2942 | 2024.09.24 04:34:44.958503 [ 3 ] {82ca9c28-7e89-4288-b4ff-acf98c5760b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2943 | 2024.09.24 04:34:44.959044 [ 3 ] {82ca9c28-7e89-4288-b4ff-acf98c5760b3} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2944 | 2024.09.24 04:34:44.959085 [ 3 ] {82ca9c28-7e89-4288-b4ff-acf98c5760b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2945 | 2024.09.24 04:34:44.959509 [ 3 ] {82ca9c28-7e89-4288-b4ff-acf98c5760b3} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2946 | 2024.09.24 04:34:44.959879 [ 3 ] {82ca9c28-7e89-4288-b4ff-acf98c5760b3} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2947 | 2024.09.24 04:34:44.960004 [ 3 ] {82ca9c28-7e89-4288-b4ff-acf98c5760b3} <Debug> executeQuery: Read 404 rows, 29.44 KiB in 0.002102 sec., 192197.90675547096 rows/sec., 13.68 MiB/sec. | ||
2948 | 2024.09.24 04:34:44.960007 [ 29 ] {} <Debug> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2949 | 2024.09.24 04:34:44.960060 [ 29 ] {} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2950 | 2024.09.24 04:34:44.960097 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2951 | 2024.09.24 04:34:44.960196 [ 3 ] {82ca9c28-7e89-4288-b4ff-acf98c5760b3} <Debug> DynamicQueryHandler: Done processing query | ||
2952 | 2024.09.24 04:34:44.960198 [ 194 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::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 | ||
2953 | 2024.09.24 04:34:44.960221 [ 3 ] {82ca9c28-7e89-4288-b4ff-acf98c5760b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
2954 | 2024.09.24 04:34:44.960254 [ 3 ] {} <Debug> HTTP-Session: 62574d01-b332-4a0f-8343-fafcd96a3999 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2955 | 2024.09.24 04:34:44.960359 [ 194 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2956 | 2024.09.24 04:34:44.960384 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2957 | 2024.09.24 04:34:44.960399 [ 194 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 39 rows starting from the beginning of the part | ||
2958 | 2024.09.24 04:34:44.960438 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2959 | 2024.09.24 04:34:44.960460 [ 3 ] {} <Debug> HTTP-Session: c08acd5b-9014-4a40-bc8e-538ff9891127 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
2960 | 2024.09.24 04:34:44.960491 [ 3 ] {} <Debug> HTTP-Session: c08acd5b-9014-4a40-bc8e-538ff9891127 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2961 | 2024.09.24 04:34:44.960561 [ 3 ] {} <Debug> HTTP-Session: c08acd5b-9014-4a40-bc8e-538ff9891127 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2962 | 2024.09.24 04:34:44.960617 [ 194 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 8 rows starting from the beginning of the part | ||
2963 | 2024.09.24 04:34:44.960693 [ 3 ] {} <Trace> HTTP-Session: c08acd5b-9014-4a40-bc8e-538ff9891127 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2964 | 2024.09.24 04:34:44.960968 [ 194 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 342 rows starting from the beginning of the part | ||
2965 | 2024.09.24 04:34:44.961015 [ 3 ] {560d8b39-f22b-44fe-9db9-c9ac50e5d8a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
2966 | 2024.09.24 04:34:44.961160 [ 3 ] {560d8b39-f22b-44fe-9db9-c9ac50e5d8a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
2967 | 2024.09.24 04:34:44.961286 [ 194 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 84 rows starting from the beginning of the part | ||
2968 | 2024.09.24 04:34:44.961607 [ 194 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 456 rows starting from the beginning of the part | ||
2969 | 2024.09.24 04:34:44.961931 [ 194 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 404 rows starting from the beginning of the part | ||
2970 | 2024.09.24 04:34:44.962469 [ 3 ] {560d8b39-f22b-44fe-9db9-c9ac50e5d8a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2971 | 2024.09.24 04:34:44.962951 [ 3 ] {560d8b39-f22b-44fe-9db9-c9ac50e5d8a1} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2972 | 2024.09.24 04:34:44.962997 [ 3 ] {560d8b39-f22b-44fe-9db9-c9ac50e5d8a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2973 | 2024.09.24 04:34:44.963561 [ 3 ] {560d8b39-f22b-44fe-9db9-c9ac50e5d8a1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2974 | 2024.09.24 04:34:44.964048 [ 3 ] {560d8b39-f22b-44fe-9db9-c9ac50e5d8a1} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2975 | 2024.09.24 04:34:44.964100 [ 187 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1333 rows, containing 5 columns (5 merged, 0 gathered) in 0.003951264 sec., 337360.3991026669 rows/sec., 25.69 MiB/sec. | ||
2976 | 2024.09.24 04:34:44.964276 [ 3 ] {560d8b39-f22b-44fe-9db9-c9ac50e5d8a1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003373 sec., 1778.8319003854135 rows/sec., 92.94 KiB/sec. | ||
2977 | 2024.09.24 04:34:44.964493 [ 187 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2978 | 2024.09.24 04:34:44.964699 [ 3 ] {560d8b39-f22b-44fe-9db9-c9ac50e5d8a1} <Debug> DynamicQueryHandler: Done processing query | ||
2979 | 2024.09.24 04:34:44.964736 [ 3 ] {560d8b39-f22b-44fe-9db9-c9ac50e5d8a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2980 | 2024.09.24 04:34:44.964783 [ 3 ] {} <Debug> HTTP-Session: c08acd5b-9014-4a40-bc8e-538ff9891127 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2981 | 2024.09.24 04:34:44.965014 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 43832, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2982 | 2024.09.24 04:34:44.965111 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2983 | 2024.09.24 04:34:44.965152 [ 3 ] {} <Debug> HTTP-Session: e59cc526-e25b-4ba8-add2-0f355f899239 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
2984 | 2024.09.24 04:34:44.965189 [ 187 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_11_2} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2985 | 2024.09.24 04:34:44.965201 [ 3 ] {} <Debug> HTTP-Session: e59cc526-e25b-4ba8-add2-0f355f899239 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2986 | 2024.09.24 04:34:44.965260 [ 3 ] {} <Debug> HTTP-Session: e59cc526-e25b-4ba8-add2-0f355f899239 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2987 | 2024.09.24 04:34:44.965330 [ 3 ] {} <Trace> HTTP-Session: e59cc526-e25b-4ba8-add2-0f355f899239 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2988 | 2024.09.24 04:34:44.965369 [ 187 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_11_2} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2989 | 2024.09.24 04:34:44.965519 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
2990 | 2024.09.24 04:34:44.965606 [ 3 ] {f309e45f-34bb-4f32-b59f-d5fcdc6094dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2991 | 2024.09.24 04:34:44.965659 [ 3 ] {f309e45f-34bb-4f32-b59f-d5fcdc6094dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2992 | 2024.09.24 04:34:44.965823 [ 3 ] {f309e45f-34bb-4f32-b59f-d5fcdc6094dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2993 | 2024.09.24 04:34:44.966249 [ 3 ] {f309e45f-34bb-4f32-b59f-d5fcdc6094dd} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2994 | 2024.09.24 04:34:44.966285 [ 3 ] {f309e45f-34bb-4f32-b59f-d5fcdc6094dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
2995 | 2024.09.24 04:34:44.966679 [ 3 ] {f309e45f-34bb-4f32-b59f-d5fcdc6094dd} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2996 | 2024.09.24 04:34:44.967025 [ 3 ] {f309e45f-34bb-4f32-b59f-d5fcdc6094dd} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2997 | 2024.09.24 04:34:44.967151 [ 3 ] {f309e45f-34bb-4f32-b59f-d5fcdc6094dd} <Debug> executeQuery: Read 233 rows, 15.96 KiB in 0.001682 sec., 138525.564803805 rows/sec., 9.27 MiB/sec. | ||
2998 | 2024.09.24 04:34:44.967308 [ 3 ] {f309e45f-34bb-4f32-b59f-d5fcdc6094dd} <Debug> DynamicQueryHandler: Done processing query | ||
2999 | 2024.09.24 04:34:44.967331 [ 3 ] {f309e45f-34bb-4f32-b59f-d5fcdc6094dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
3000 | 2024.09.24 04:34:44.967348 [ 3 ] {} <Debug> HTTP-Session: e59cc526-e25b-4ba8-add2-0f355f899239 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3001 | 2024.09.24 04:34:44.967465 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3002 | 2024.09.24 04:34:44.967513 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3003 | 2024.09.24 04:34:44.967532 [ 3 ] {} <Debug> HTTP-Session: 2363ccb5-47e9-4467-8ee8-a0bafbd55533 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
3004 | 2024.09.24 04:34:44.967548 [ 3 ] {} <Debug> HTTP-Session: 2363ccb5-47e9-4467-8ee8-a0bafbd55533 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3005 | 2024.09.24 04:34:44.967562 [ 3 ] {} <Debug> HTTP-Session: 2363ccb5-47e9-4467-8ee8-a0bafbd55533 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3006 | 2024.09.24 04:34:44.967593 [ 3 ] {} <Trace> HTTP-Session: 2363ccb5-47e9-4467-8ee8-a0bafbd55533 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3007 | 2024.09.24 04:34:44.967687 [ 3 ] {ed8e0bd4-f192-488c-8e74-ef33da08bb92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
3008 | 2024.09.24 04:34:44.967733 [ 3 ] {ed8e0bd4-f192-488c-8e74-ef33da08bb92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
3009 | 2024.09.24 04:34:44.967860 [ 3 ] {ed8e0bd4-f192-488c-8e74-ef33da08bb92} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3010 | 2024.09.24 04:34:44.968114 [ 3 ] {ed8e0bd4-f192-488c-8e74-ef33da08bb92} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3011 | 2024.09.24 04:34:44.968149 [ 3 ] {ed8e0bd4-f192-488c-8e74-ef33da08bb92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3012 | 2024.09.24 04:34:44.968502 [ 3 ] {ed8e0bd4-f192-488c-8e74-ef33da08bb92} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3013 | 2024.09.24 04:34:44.968823 [ 3 ] {ed8e0bd4-f192-488c-8e74-ef33da08bb92} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3014 | 2024.09.24 04:34:44.968947 [ 3 ] {ed8e0bd4-f192-488c-8e74-ef33da08bb92} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001282 sec., 780.0312012480499 rows/sec., 52.56 KiB/sec. | ||
3015 | 2024.09.24 04:34:44.969208 [ 3 ] {ed8e0bd4-f192-488c-8e74-ef33da08bb92} <Debug> DynamicQueryHandler: Done processing query | ||
3016 | 2024.09.24 04:34:44.969233 [ 3 ] {ed8e0bd4-f192-488c-8e74-ef33da08bb92} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
3017 | 2024.09.24 04:34:44.969249 [ 3 ] {} <Debug> HTTP-Session: 2363ccb5-47e9-4467-8ee8-a0bafbd55533 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3018 | 2024.09.24 04:34:44.969400 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 35987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3019 | 2024.09.24 04:34:44.969452 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3020 | 2024.09.24 04:34:44.969471 [ 3 ] {} <Debug> HTTP-Session: 89b8ce0c-87ca-4d82-825b-6e50d1051e65 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
3021 | 2024.09.24 04:34:44.969487 [ 3 ] {} <Debug> HTTP-Session: 89b8ce0c-87ca-4d82-825b-6e50d1051e65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3022 | 2024.09.24 04:34:44.969501 [ 3 ] {} <Debug> HTTP-Session: 89b8ce0c-87ca-4d82-825b-6e50d1051e65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3023 | 2024.09.24 04:34:44.969532 [ 3 ] {} <Trace> HTTP-Session: 89b8ce0c-87ca-4d82-825b-6e50d1051e65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3024 | 2024.09.24 04:34:44.969983 [ 3 ] {263be86a-0d92-4460-9c39-648ec82e2bf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
3025 | 2024.09.24 04:34:44.970058 [ 3 ] {263be86a-0d92-4460-9c39-648ec82e2bf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3026 | 2024.09.24 04:34:44.970474 [ 3 ] {263be86a-0d92-4460-9c39-648ec82e2bf4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3027 | 2024.09.24 04:34:44.971172 [ 3 ] {263be86a-0d92-4460-9c39-648ec82e2bf4} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3028 | 2024.09.24 04:34:44.971208 [ 3 ] {263be86a-0d92-4460-9c39-648ec82e2bf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3029 | 2024.09.24 04:34:44.971843 [ 3 ] {263be86a-0d92-4460-9c39-648ec82e2bf4} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3030 | 2024.09.24 04:34:44.972248 [ 3 ] {263be86a-0d92-4460-9c39-648ec82e2bf4} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3031 | 2024.09.24 04:34:44.972402 [ 3 ] {263be86a-0d92-4460-9c39-648ec82e2bf4} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002787 sec., 7893.792608539648 rows/sec., 14.15 MiB/sec. | ||
3032 | 2024.09.24 04:34:44.972915 [ 3 ] {263be86a-0d92-4460-9c39-648ec82e2bf4} <Debug> DynamicQueryHandler: Done processing query | ||
3033 | 2024.09.24 04:34:44.972952 [ 3 ] {263be86a-0d92-4460-9c39-648ec82e2bf4} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
3034 | 2024.09.24 04:34:44.972977 [ 3 ] {} <Debug> HTTP-Session: 89b8ce0c-87ca-4d82-825b-6e50d1051e65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3035 | 2024.09.24 04:34:44.973134 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 11572, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3036 | 2024.09.24 04:34:44.973201 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3037 | 2024.09.24 04:34:44.973234 [ 3 ] {} <Debug> HTTP-Session: 2fe3ae50-a80f-4b59-ad87-353381eef1bc Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
3038 | 2024.09.24 04:34:44.973259 [ 3 ] {} <Debug> HTTP-Session: 2fe3ae50-a80f-4b59-ad87-353381eef1bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3039 | 2024.09.24 04:34:44.973282 [ 3 ] {} <Debug> HTTP-Session: 2fe3ae50-a80f-4b59-ad87-353381eef1bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3040 | 2024.09.24 04:34:44.973327 [ 3 ] {} <Trace> HTTP-Session: 2fe3ae50-a80f-4b59-ad87-353381eef1bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3041 | 2024.09.24 04:34:44.973496 [ 3 ] {912d848c-2e9b-4763-b588-e3bb5457feb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3042 | 2024.09.24 04:34:44.973557 [ 3 ] {912d848c-2e9b-4763-b588-e3bb5457feb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3043 | 2024.09.24 04:34:44.973707 [ 3 ] {912d848c-2e9b-4763-b588-e3bb5457feb7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3044 | 2024.09.24 04:34:44.974028 [ 3 ] {912d848c-2e9b-4763-b588-e3bb5457feb7} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3045 | 2024.09.24 04:34:44.974064 [ 3 ] {912d848c-2e9b-4763-b588-e3bb5457feb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3046 | 2024.09.24 04:34:44.974440 [ 3 ] {912d848c-2e9b-4763-b588-e3bb5457feb7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3047 | 2024.09.24 04:34:44.974767 [ 3 ] {912d848c-2e9b-4763-b588-e3bb5457feb7} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3048 | 2024.09.24 04:34:44.974898 [ 3 ] {912d848c-2e9b-4763-b588-e3bb5457feb7} <Debug> executeQuery: Read 78 rows, 5.08 KiB in 0.001465 sec., 53242.32081911263 rows/sec., 3.39 MiB/sec. | ||
3049 | 2024.09.24 04:34:44.975147 [ 3 ] {912d848c-2e9b-4763-b588-e3bb5457feb7} <Debug> DynamicQueryHandler: Done processing query | ||
3050 | 2024.09.24 04:34:44.975171 [ 3 ] {912d848c-2e9b-4763-b588-e3bb5457feb7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3051 | 2024.09.24 04:34:44.975187 [ 3 ] {} <Debug> HTTP-Session: 2fe3ae50-a80f-4b59-ad87-353381eef1bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3052 | 2024.09.24 04:34:47.653545 [ 31 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3053 | 2024.09.24 04:34:47.653616 [ 31 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3054 | 2024.09.24 04:34:49.916118 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 13137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3055 | 2024.09.24 04:34:49.916231 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3056 | 2024.09.24 04:34:49.916255 [ 3 ] {} <Debug> HTTP-Session: 986c798f-add4-471e-af2e-0b05107a642f Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
3057 | 2024.09.24 04:34:49.916281 [ 3 ] {} <Debug> HTTP-Session: 986c798f-add4-471e-af2e-0b05107a642f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3058 | 2024.09.24 04:34:49.916296 [ 3 ] {} <Debug> HTTP-Session: 986c798f-add4-471e-af2e-0b05107a642f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3059 | 2024.09.24 04:34:49.916345 [ 3 ] {} <Trace> HTTP-Session: 986c798f-add4-471e-af2e-0b05107a642f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3060 | 2024.09.24 04:34:49.916556 [ 3 ] {bc214e6b-7957-46ed-92d5-5daa4d17b1dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3061 | 2024.09.24 04:34:49.916624 [ 3 ] {bc214e6b-7957-46ed-92d5-5daa4d17b1dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3062 | 2024.09.24 04:34:49.916961 [ 3 ] {bc214e6b-7957-46ed-92d5-5daa4d17b1dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3063 | 2024.09.24 04:34:49.917455 [ 3 ] {bc214e6b-7957-46ed-92d5-5daa4d17b1dd} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3064 | 2024.09.24 04:34:49.917501 [ 3 ] {bc214e6b-7957-46ed-92d5-5daa4d17b1dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3065 | 2024.09.24 04:34:49.917935 [ 3 ] {bc214e6b-7957-46ed-92d5-5daa4d17b1dd} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3066 | 2024.09.24 04:34:49.918322 [ 3 ] {bc214e6b-7957-46ed-92d5-5daa4d17b1dd} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3067 | 2024.09.24 04:34:49.918483 [ 3 ] {bc214e6b-7957-46ed-92d5-5daa4d17b1dd} <Debug> executeQuery: Read 90 rows, 7.65 KiB in 0.002003 sec., 44932.60109835247 rows/sec., 3.73 MiB/sec. | ||
3068 | 2024.09.24 04:34:49.918691 [ 3 ] {bc214e6b-7957-46ed-92d5-5daa4d17b1dd} <Debug> DynamicQueryHandler: Done processing query | ||
3069 | 2024.09.24 04:34:49.918717 [ 3 ] {bc214e6b-7957-46ed-92d5-5daa4d17b1dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3070 | 2024.09.24 04:34:49.918734 [ 3 ] {} <Debug> HTTP-Session: 986c798f-add4-471e-af2e-0b05107a642f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3071 | 2024.09.24 04:34:49.918900 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 2487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3072 | 2024.09.24 04:34:49.918954 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3073 | 2024.09.24 04:34:49.918974 [ 3 ] {} <Debug> HTTP-Session: 7bf2c835-dcd8-49fe-8889-17f244bd5ceb Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
3074 | 2024.09.24 04:34:49.918992 [ 3 ] {} <Debug> HTTP-Session: 7bf2c835-dcd8-49fe-8889-17f244bd5ceb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3075 | 2024.09.24 04:34:49.919007 [ 3 ] {} <Debug> HTTP-Session: 7bf2c835-dcd8-49fe-8889-17f244bd5ceb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3076 | 2024.09.24 04:34:49.919043 [ 3 ] {} <Trace> HTTP-Session: 7bf2c835-dcd8-49fe-8889-17f244bd5ceb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3077 | 2024.09.24 04:34:49.919160 [ 3 ] {ca9dbbef-5552-4a47-ac18-e76686d03214} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3078 | 2024.09.24 04:34:49.919208 [ 3 ] {ca9dbbef-5552-4a47-ac18-e76686d03214} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3079 | 2024.09.24 04:34:49.919442 [ 3 ] {ca9dbbef-5552-4a47-ac18-e76686d03214} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3080 | 2024.09.24 04:34:49.919739 [ 3 ] {ca9dbbef-5552-4a47-ac18-e76686d03214} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3081 | 2024.09.24 04:34:49.919776 [ 3 ] {ca9dbbef-5552-4a47-ac18-e76686d03214} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3082 | 2024.09.24 04:34:49.920135 [ 3 ] {ca9dbbef-5552-4a47-ac18-e76686d03214} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3083 | 2024.09.24 04:34:49.920506 [ 3 ] {ca9dbbef-5552-4a47-ac18-e76686d03214} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3084 | 2024.09.24 04:34:49.920648 [ 3 ] {ca9dbbef-5552-4a47-ac18-e76686d03214} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001515 sec., 11221.12211221122 rows/sec., 843.78 KiB/sec. | ||
3085 | 2024.09.24 04:34:49.920656 [ 48 ] {} <Debug> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3086 | 2024.09.24 04:34:49.920785 [ 48 ] {} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3087 | 2024.09.24 04:34:49.920834 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3088 | 2024.09.24 04:34:49.920920 [ 3 ] {ca9dbbef-5552-4a47-ac18-e76686d03214} <Debug> DynamicQueryHandler: Done processing query | ||
3089 | 2024.09.24 04:34:49.920957 [ 3 ] {ca9dbbef-5552-4a47-ac18-e76686d03214} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3090 | 2024.09.24 04:34:49.920969 [ 194 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::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 | ||
3091 | 2024.09.24 04:34:49.920976 [ 3 ] {} <Debug> HTTP-Session: 7bf2c835-dcd8-49fe-8889-17f244bd5ceb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3092 | 2024.09.24 04:34:49.921094 [ 194 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3093 | 2024.09.24 04:34:49.921131 [ 194 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 30 rows starting from the beginning of the part | ||
3094 | 2024.09.24 04:34:49.921135 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 13756, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3095 | 2024.09.24 04:34:49.921211 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3096 | 2024.09.24 04:34:49.921237 [ 194 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 8 rows starting from the beginning of the part | ||
3097 | 2024.09.24 04:34:49.921279 [ 3 ] {} <Debug> HTTP-Session: 9e6985eb-82cb-4968-9d69-63878dd7aa94 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
3098 | 2024.09.24 04:34:49.921359 [ 3 ] {} <Debug> HTTP-Session: 9e6985eb-82cb-4968-9d69-63878dd7aa94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3099 | 2024.09.24 04:34:49.921461 [ 3 ] {} <Debug> HTTP-Session: 9e6985eb-82cb-4968-9d69-63878dd7aa94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3100 | 2024.09.24 04:34:49.921579 [ 3 ] {} <Trace> HTTP-Session: 9e6985eb-82cb-4968-9d69-63878dd7aa94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3101 | 2024.09.24 04:34:49.921738 [ 194 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part | ||
3102 | 2024.09.24 04:34:49.921987 [ 3 ] {e7ade87f-c7fa-4612-9a57-50c53cdc77e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3103 | 2024.09.24 04:34:49.921995 [ 194 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 17 rows starting from the beginning of the part | ||
3104 | 2024.09.24 04:34:49.922121 [ 3 ] {e7ade87f-c7fa-4612-9a57-50c53cdc77e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3105 | 2024.09.24 04:34:49.922341 [ 194 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 22 rows starting from the beginning of the part | ||
3106 | 2024.09.24 04:34:49.922753 [ 194 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 17 rows starting from the beginning of the part | ||
3107 | 2024.09.24 04:34:49.923360 [ 3 ] {e7ade87f-c7fa-4612-9a57-50c53cdc77e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3108 | 2024.09.24 04:34:49.923930 [ 3 ] {e7ade87f-c7fa-4612-9a57-50c53cdc77e1} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3109 | 2024.09.24 04:34:49.923980 [ 3 ] {e7ade87f-c7fa-4612-9a57-50c53cdc77e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3110 | 2024.09.24 04:34:49.924579 [ 194 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 118 rows, containing 5 columns (5 merged, 0 gathered) in 0.003683998 sec., 32030.419126177592 rows/sec., 2.47 MiB/sec. | ||
3111 | 2024.09.24 04:34:49.924672 [ 3 ] {e7ade87f-c7fa-4612-9a57-50c53cdc77e1} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3112 | 2024.09.24 04:34:49.924747 [ 190 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3113 | 2024.09.24 04:34:49.925209 [ 3 ] {e7ade87f-c7fa-4612-9a57-50c53cdc77e1} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3114 | 2024.09.24 04:34:49.925340 [ 190 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_11_2} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3115 | 2024.09.24 04:34:49.925446 [ 3 ] {e7ade87f-c7fa-4612-9a57-50c53cdc77e1} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.003601 sec., 22493.75173562899 rows/sec., 1.76 MiB/sec. | ||
3116 | 2024.09.24 04:34:49.925584 [ 190 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_11_2} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3117 | 2024.09.24 04:34:49.925795 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
3118 | 2024.09.24 04:34:49.925878 [ 3 ] {e7ade87f-c7fa-4612-9a57-50c53cdc77e1} <Debug> DynamicQueryHandler: Done processing query | ||
3119 | 2024.09.24 04:34:49.925903 [ 3 ] {e7ade87f-c7fa-4612-9a57-50c53cdc77e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3120 | 2024.09.24 04:34:49.925919 [ 3 ] {} <Debug> HTTP-Session: 9e6985eb-82cb-4968-9d69-63878dd7aa94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3121 | 2024.09.24 04:34:49.926090 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3122 | 2024.09.24 04:34:49.926139 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3123 | 2024.09.24 04:34:49.926159 [ 3 ] {} <Debug> HTTP-Session: 3b60533f-dc42-46b1-8b9e-41eee49f3d39 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
3124 | 2024.09.24 04:34:49.926176 [ 3 ] {} <Debug> HTTP-Session: 3b60533f-dc42-46b1-8b9e-41eee49f3d39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3125 | 2024.09.24 04:34:49.926190 [ 3 ] {} <Debug> HTTP-Session: 3b60533f-dc42-46b1-8b9e-41eee49f3d39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3126 | 2024.09.24 04:34:49.926222 [ 3 ] {} <Trace> HTTP-Session: 3b60533f-dc42-46b1-8b9e-41eee49f3d39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3127 | 2024.09.24 04:34:49.926407 [ 3 ] {011a9f5d-f54f-4ddf-8aaa-367e242738c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3128 | 2024.09.24 04:34:49.926456 [ 3 ] {011a9f5d-f54f-4ddf-8aaa-367e242738c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3129 | 2024.09.24 04:34:49.926604 [ 3 ] {011a9f5d-f54f-4ddf-8aaa-367e242738c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3130 | 2024.09.24 04:34:49.926946 [ 3 ] {011a9f5d-f54f-4ddf-8aaa-367e242738c8} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3131 | 2024.09.24 04:34:49.926980 [ 3 ] {011a9f5d-f54f-4ddf-8aaa-367e242738c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3132 | 2024.09.24 04:34:49.927361 [ 3 ] {011a9f5d-f54f-4ddf-8aaa-367e242738c8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3133 | 2024.09.24 04:34:49.927703 [ 3 ] {011a9f5d-f54f-4ddf-8aaa-367e242738c8} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3134 | 2024.09.24 04:34:49.927863 [ 3 ] {011a9f5d-f54f-4ddf-8aaa-367e242738c8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001554 sec., 102960.10296010296 rows/sec., 7.17 MiB/sec. | ||
3135 | 2024.09.24 04:34:49.928020 [ 3 ] {011a9f5d-f54f-4ddf-8aaa-367e242738c8} <Debug> DynamicQueryHandler: Done processing query | ||
3136 | 2024.09.24 04:34:49.928044 [ 3 ] {011a9f5d-f54f-4ddf-8aaa-367e242738c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3137 | 2024.09.24 04:34:49.928059 [ 3 ] {} <Debug> HTTP-Session: 3b60533f-dc42-46b1-8b9e-41eee49f3d39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3138 | 2024.09.24 04:34:49.928211 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 28855, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3139 | 2024.09.24 04:34:49.928259 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3140 | 2024.09.24 04:34:49.928277 [ 3 ] {} <Debug> HTTP-Session: b5da5f8f-3a55-4f1b-9fbf-2b23b0d55eb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
3141 | 2024.09.24 04:34:49.928293 [ 3 ] {} <Debug> HTTP-Session: b5da5f8f-3a55-4f1b-9fbf-2b23b0d55eb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3142 | 2024.09.24 04:34:49.928306 [ 3 ] {} <Debug> HTTP-Session: b5da5f8f-3a55-4f1b-9fbf-2b23b0d55eb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3143 | 2024.09.24 04:34:49.928337 [ 3 ] {} <Trace> HTTP-Session: b5da5f8f-3a55-4f1b-9fbf-2b23b0d55eb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3144 | 2024.09.24 04:34:49.928830 [ 3 ] {6ee508dd-6bf9-400c-b10f-a1c6a0e6ed59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
3145 | 2024.09.24 04:34:49.928897 [ 3 ] {6ee508dd-6bf9-400c-b10f-a1c6a0e6ed59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3146 | 2024.09.24 04:34:49.929294 [ 3 ] {6ee508dd-6bf9-400c-b10f-a1c6a0e6ed59} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3147 | 2024.09.24 04:34:49.929807 [ 3 ] {6ee508dd-6bf9-400c-b10f-a1c6a0e6ed59} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3148 | 2024.09.24 04:34:49.929841 [ 3 ] {6ee508dd-6bf9-400c-b10f-a1c6a0e6ed59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3149 | 2024.09.24 04:34:49.930458 [ 3 ] {6ee508dd-6bf9-400c-b10f-a1c6a0e6ed59} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3150 | 2024.09.24 04:34:49.930870 [ 3 ] {6ee508dd-6bf9-400c-b10f-a1c6a0e6ed59} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3151 | 2024.09.24 04:34:49.931059 [ 48 ] {} <Debug> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3152 | 2024.09.24 04:34:49.931074 [ 3 ] {6ee508dd-6bf9-400c-b10f-a1c6a0e6ed59} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002654 sec., 6405.42577241899 rows/sec., 11.48 MiB/sec. | ||
3153 | 2024.09.24 04:34:49.931145 [ 48 ] {} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3154 | 2024.09.24 04:34:49.931254 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3155 | 2024.09.24 04:34:49.931584 [ 196 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::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 | ||
3156 | 2024.09.24 04:34:49.931599 [ 3 ] {6ee508dd-6bf9-400c-b10f-a1c6a0e6ed59} <Debug> DynamicQueryHandler: Done processing query | ||
3157 | 2024.09.24 04:34:49.931660 [ 3 ] {6ee508dd-6bf9-400c-b10f-a1c6a0e6ed59} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
3158 | 2024.09.24 04:34:49.931686 [ 3 ] {} <Debug> HTTP-Session: b5da5f8f-3a55-4f1b-9fbf-2b23b0d55eb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3159 | 2024.09.24 04:34:49.931922 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3160 | 2024.09.24 04:34:49.932067 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3161 | 2024.09.24 04:34:49.932128 [ 3 ] {} <Debug> HTTP-Session: 63bad6d3-7b1d-42cc-8ed8-fd3399d27d6b Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
3162 | 2024.09.24 04:34:49.932179 [ 3 ] {} <Debug> HTTP-Session: 63bad6d3-7b1d-42cc-8ed8-fd3399d27d6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3163 | 2024.09.24 04:34:49.932226 [ 3 ] {} <Debug> HTTP-Session: 63bad6d3-7b1d-42cc-8ed8-fd3399d27d6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3164 | 2024.09.24 04:34:49.932325 [ 3 ] {} <Trace> HTTP-Session: 63bad6d3-7b1d-42cc-8ed8-fd3399d27d6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3165 | 2024.09.24 04:34:49.932438 [ 196 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3166 | 2024.09.24 04:34:49.932627 [ 196 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 118 rows starting from the beginning of the part | ||
3167 | 2024.09.24 04:34:49.932636 [ 3 ] {ccef8481-4f11-4a14-830d-f04e6b0afa4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3168 | 2024.09.24 04:34:49.932739 [ 3 ] {ccef8481-4f11-4a14-830d-f04e6b0afa4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3169 | 2024.09.24 04:34:49.933573 [ 196 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 8 rows starting from the beginning of the part | ||
3170 | 2024.09.24 04:34:49.933600 [ 3 ] {ccef8481-4f11-4a14-830d-f04e6b0afa4b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3171 | 2024.09.24 04:34:49.934260 [ 196 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 22 rows starting from the beginning of the part | ||
3172 | 2024.09.24 04:34:49.934668 [ 3 ] {ccef8481-4f11-4a14-830d-f04e6b0afa4b} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3173 | 2024.09.24 04:34:49.934773 [ 3 ] {ccef8481-4f11-4a14-830d-f04e6b0afa4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3174 | 2024.09.24 04:34:49.935006 [ 196 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 17 rows starting from the beginning of the part | ||
3175 | 2024.09.24 04:34:49.935607 [ 196 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 22 rows starting from the beginning of the part | ||
3176 | 2024.09.24 04:34:49.936148 [ 3 ] {ccef8481-4f11-4a14-830d-f04e6b0afa4b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3177 | 2024.09.24 04:34:49.936168 [ 196 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 17 rows starting from the beginning of the part | ||
3178 | 2024.09.24 04:34:49.937304 [ 3 ] {ccef8481-4f11-4a14-830d-f04e6b0afa4b} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3179 | 2024.09.24 04:34:49.937569 [ 3 ] {ccef8481-4f11-4a14-830d-f04e6b0afa4b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005061 sec., 11855.364552459987 rows/sec., 818.14 KiB/sec. | ||
3180 | 2024.09.24 04:34:49.938116 [ 3 ] {ccef8481-4f11-4a14-830d-f04e6b0afa4b} <Debug> DynamicQueryHandler: Done processing query | ||
3181 | 2024.09.24 04:34:49.938186 [ 3 ] {ccef8481-4f11-4a14-830d-f04e6b0afa4b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3182 | 2024.09.24 04:34:49.938239 [ 3 ] {} <Debug> HTTP-Session: 63bad6d3-7b1d-42cc-8ed8-fd3399d27d6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3183 | 2024.09.24 04:34:49.943174 [ 186 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 204 rows, containing 19 columns (19 merged, 0 gathered) in 0.011729359 sec., 17392.254768568342 rows/sec., 31.17 MiB/sec. | ||
3184 | 2024.09.24 04:34:49.943553 [ 196 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3185 | 2024.09.24 04:34:49.944125 [ 196 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3186 | 2024.09.24 04:34:49.944215 [ 196 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3187 | 2024.09.24 04:34:49.944331 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.33 MiB. | ||
3188 | 2024.09.24 04:34:54.920934 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 35148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3189 | 2024.09.24 04:34:54.921068 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3190 | 2024.09.24 04:34:54.921096 [ 3 ] {} <Debug> HTTP-Session: 3cc84af1-faa6-4eec-97df-bcf45279ed91 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
3191 | 2024.09.24 04:34:54.921125 [ 3 ] {} <Debug> HTTP-Session: 3cc84af1-faa6-4eec-97df-bcf45279ed91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3192 | 2024.09.24 04:34:54.921143 [ 3 ] {} <Debug> HTTP-Session: 3cc84af1-faa6-4eec-97df-bcf45279ed91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3193 | 2024.09.24 04:34:54.921199 [ 3 ] {} <Trace> HTTP-Session: 3cc84af1-faa6-4eec-97df-bcf45279ed91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3194 | 2024.09.24 04:34:54.921469 [ 3 ] {fab273d4-ebd4-4799-8397-20fbf2d0ebae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3195 | 2024.09.24 04:34:54.921554 [ 3 ] {fab273d4-ebd4-4799-8397-20fbf2d0ebae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3196 | 2024.09.24 04:34:54.921905 [ 3 ] {fab273d4-ebd4-4799-8397-20fbf2d0ebae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3197 | 2024.09.24 04:34:54.922450 [ 3 ] {fab273d4-ebd4-4799-8397-20fbf2d0ebae} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3198 | 2024.09.24 04:34:54.922493 [ 3 ] {fab273d4-ebd4-4799-8397-20fbf2d0ebae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3199 | 2024.09.24 04:34:54.922938 [ 3 ] {fab273d4-ebd4-4799-8397-20fbf2d0ebae} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3200 | 2024.09.24 04:34:54.923336 [ 3 ] {fab273d4-ebd4-4799-8397-20fbf2d0ebae} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3201 | 2024.09.24 04:34:54.923480 [ 3 ] {fab273d4-ebd4-4799-8397-20fbf2d0ebae} <Debug> executeQuery: Read 233 rows, 20.98 KiB in 0.002137 sec., 109031.35236312587 rows/sec., 9.59 MiB/sec. | ||
3202 | 2024.09.24 04:34:54.923743 [ 3 ] {fab273d4-ebd4-4799-8397-20fbf2d0ebae} <Debug> DynamicQueryHandler: Done processing query | ||
3203 | 2024.09.24 04:34:54.923769 [ 3 ] {fab273d4-ebd4-4799-8397-20fbf2d0ebae} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
3204 | 2024.09.24 04:34:54.923785 [ 3 ] {} <Debug> HTTP-Session: 3cc84af1-faa6-4eec-97df-bcf45279ed91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3205 | 2024.09.24 04:34:54.923923 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3206 | 2024.09.24 04:34:54.923976 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3207 | 2024.09.24 04:34:54.923995 [ 3 ] {} <Debug> HTTP-Session: 90a60289-a11f-4023-a5e0-9070394d1af9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
3208 | 2024.09.24 04:34:54.924013 [ 3 ] {} <Debug> HTTP-Session: 90a60289-a11f-4023-a5e0-9070394d1af9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3209 | 2024.09.24 04:34:54.924027 [ 3 ] {} <Debug> HTTP-Session: 90a60289-a11f-4023-a5e0-9070394d1af9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3210 | 2024.09.24 04:34:54.924063 [ 3 ] {} <Trace> HTTP-Session: 90a60289-a11f-4023-a5e0-9070394d1af9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3211 | 2024.09.24 04:34:54.924176 [ 3 ] {39ae4d4e-b734-4045-86d1-028394d23d91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3212 | 2024.09.24 04:34:54.924223 [ 3 ] {39ae4d4e-b734-4045-86d1-028394d23d91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3213 | 2024.09.24 04:34:54.924478 [ 3 ] {39ae4d4e-b734-4045-86d1-028394d23d91} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3214 | 2024.09.24 04:34:54.924766 [ 3 ] {39ae4d4e-b734-4045-86d1-028394d23d91} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3215 | 2024.09.24 04:34:54.924802 [ 3 ] {39ae4d4e-b734-4045-86d1-028394d23d91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3216 | 2024.09.24 04:34:54.925151 [ 3 ] {39ae4d4e-b734-4045-86d1-028394d23d91} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3217 | 2024.09.24 04:34:54.925509 [ 3 ] {39ae4d4e-b734-4045-86d1-028394d23d91} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3218 | 2024.09.24 04:34:54.925683 [ 3 ] {39ae4d4e-b734-4045-86d1-028394d23d91} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.001528 sec., 14397.905759162302 rows/sec., 1.06 MiB/sec. | ||
3219 | 2024.09.24 04:34:54.926016 [ 3 ] {39ae4d4e-b734-4045-86d1-028394d23d91} <Debug> DynamicQueryHandler: Done processing query | ||
3220 | 2024.09.24 04:34:54.926057 [ 3 ] {39ae4d4e-b734-4045-86d1-028394d23d91} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3221 | 2024.09.24 04:34:54.926083 [ 3 ] {} <Debug> HTTP-Session: 90a60289-a11f-4023-a5e0-9070394d1af9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3222 | 2024.09.24 04:34:54.926205 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3223 | 2024.09.24 04:34:54.926255 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3224 | 2024.09.24 04:34:54.926273 [ 3 ] {} <Debug> HTTP-Session: e6f0095f-de52-485e-a16f-4da12058ddec Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
3225 | 2024.09.24 04:34:54.926290 [ 3 ] {} <Debug> HTTP-Session: e6f0095f-de52-485e-a16f-4da12058ddec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3226 | 2024.09.24 04:34:54.926304 [ 3 ] {} <Debug> HTTP-Session: e6f0095f-de52-485e-a16f-4da12058ddec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3227 | 2024.09.24 04:34:54.926335 [ 3 ] {} <Trace> HTTP-Session: e6f0095f-de52-485e-a16f-4da12058ddec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3228 | 2024.09.24 04:34:54.926443 [ 3 ] {84baa4ca-23a9-4e3a-900e-15bd8610d6b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
3229 | 2024.09.24 04:34:54.926490 [ 3 ] {84baa4ca-23a9-4e3a-900e-15bd8610d6b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3230 | 2024.09.24 04:34:54.926735 [ 3 ] {84baa4ca-23a9-4e3a-900e-15bd8610d6b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3231 | 2024.09.24 04:34:54.927002 [ 3 ] {84baa4ca-23a9-4e3a-900e-15bd8610d6b6} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3232 | 2024.09.24 04:34:54.927039 [ 3 ] {84baa4ca-23a9-4e3a-900e-15bd8610d6b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3233 | 2024.09.24 04:34:54.927387 [ 3 ] {84baa4ca-23a9-4e3a-900e-15bd8610d6b6} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3234 | 2024.09.24 04:34:54.927748 [ 3 ] {84baa4ca-23a9-4e3a-900e-15bd8610d6b6} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3235 | 2024.09.24 04:34:54.927924 [ 3 ] {84baa4ca-23a9-4e3a-900e-15bd8610d6b6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001492 sec., 9383.378016085791 rows/sec., 657.15 KiB/sec. | ||
3236 | 2024.09.24 04:34:54.928239 [ 3 ] {84baa4ca-23a9-4e3a-900e-15bd8610d6b6} <Debug> DynamicQueryHandler: Done processing query | ||
3237 | 2024.09.24 04:34:54.928264 [ 3 ] {84baa4ca-23a9-4e3a-900e-15bd8610d6b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3238 | 2024.09.24 04:34:54.928280 [ 3 ] {} <Debug> HTTP-Session: e6f0095f-de52-485e-a16f-4da12058ddec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3239 | 2024.09.24 04:34:54.928385 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3240 | 2024.09.24 04:34:54.928433 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3241 | 2024.09.24 04:34:54.928452 [ 3 ] {} <Debug> HTTP-Session: 02894eab-9cce-484a-bb63-c2cf26396249 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
3242 | 2024.09.24 04:34:54.928469 [ 3 ] {} <Debug> HTTP-Session: 02894eab-9cce-484a-bb63-c2cf26396249 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3243 | 2024.09.24 04:34:54.928483 [ 3 ] {} <Debug> HTTP-Session: 02894eab-9cce-484a-bb63-c2cf26396249 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3244 | 2024.09.24 04:34:54.928513 [ 3 ] {} <Trace> HTTP-Session: 02894eab-9cce-484a-bb63-c2cf26396249 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3245 | 2024.09.24 04:34:54.928611 [ 3 ] {8c87b5a7-4b0c-4b17-9532-cf7bbeb10f70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
3246 | 2024.09.24 04:34:54.928655 [ 3 ] {8c87b5a7-4b0c-4b17-9532-cf7bbeb10f70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
3247 | 2024.09.24 04:34:54.928897 [ 3 ] {8c87b5a7-4b0c-4b17-9532-cf7bbeb10f70} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3248 | 2024.09.24 04:34:54.929303 [ 3 ] {8c87b5a7-4b0c-4b17-9532-cf7bbeb10f70} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3249 | 2024.09.24 04:34:54.929339 [ 3 ] {8c87b5a7-4b0c-4b17-9532-cf7bbeb10f70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3250 | 2024.09.24 04:34:54.929688 [ 3 ] {8c87b5a7-4b0c-4b17-9532-cf7bbeb10f70} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3251 | 2024.09.24 04:34:54.930053 [ 3 ] {8c87b5a7-4b0c-4b17-9532-cf7bbeb10f70} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3252 | 2024.09.24 04:34:54.930207 [ 3 ] {8c87b5a7-4b0c-4b17-9532-cf7bbeb10f70} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00162 sec., 3703.703703703704 rows/sec., 218.82 KiB/sec. | ||
3253 | 2024.09.24 04:34:54.930374 [ 3 ] {8c87b5a7-4b0c-4b17-9532-cf7bbeb10f70} <Debug> DynamicQueryHandler: Done processing query | ||
3254 | 2024.09.24 04:34:54.930397 [ 3 ] {8c87b5a7-4b0c-4b17-9532-cf7bbeb10f70} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3255 | 2024.09.24 04:34:54.930413 [ 3 ] {} <Debug> HTTP-Session: 02894eab-9cce-484a-bb63-c2cf26396249 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3256 | 2024.09.24 04:34:54.930571 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 65498, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3257 | 2024.09.24 04:34:54.930620 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3258 | 2024.09.24 04:34:54.930639 [ 3 ] {} <Debug> HTTP-Session: 5187b0fe-cd78-4752-a779-74703a284317 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
3259 | 2024.09.24 04:34:54.930655 [ 3 ] {} <Debug> HTTP-Session: 5187b0fe-cd78-4752-a779-74703a284317 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3260 | 2024.09.24 04:34:54.930669 [ 3 ] {} <Debug> HTTP-Session: 5187b0fe-cd78-4752-a779-74703a284317 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3261 | 2024.09.24 04:34:54.930700 [ 3 ] {} <Trace> HTTP-Session: 5187b0fe-cd78-4752-a779-74703a284317 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3262 | 2024.09.24 04:34:54.930895 [ 3 ] {432ad403-c61a-4232-9b5b-70533a684af7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3263 | 2024.09.24 04:34:54.930938 [ 3 ] {432ad403-c61a-4232-9b5b-70533a684af7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3264 | 2024.09.24 04:34:54.931163 [ 3 ] {432ad403-c61a-4232-9b5b-70533a684af7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3265 | 2024.09.24 04:34:54.931670 [ 3 ] {432ad403-c61a-4232-9b5b-70533a684af7} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3266 | 2024.09.24 04:34:54.931707 [ 3 ] {432ad403-c61a-4232-9b5b-70533a684af7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3267 | 2024.09.24 04:34:54.932074 [ 3 ] {432ad403-c61a-4232-9b5b-70533a684af7} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3268 | 2024.09.24 04:34:54.932423 [ 3 ] {432ad403-c61a-4232-9b5b-70533a684af7} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3269 | 2024.09.24 04:34:54.932572 [ 3 ] {432ad403-c61a-4232-9b5b-70533a684af7} <Debug> executeQuery: Read 404 rows, 29.44 KiB in 0.001775 sec., 227605.63380281688 rows/sec., 16.20 MiB/sec. | ||
3270 | 2024.09.24 04:34:54.932744 [ 3 ] {432ad403-c61a-4232-9b5b-70533a684af7} <Debug> DynamicQueryHandler: Done processing query | ||
3271 | 2024.09.24 04:34:54.932768 [ 3 ] {432ad403-c61a-4232-9b5b-70533a684af7} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
3272 | 2024.09.24 04:34:54.932784 [ 3 ] {} <Debug> HTTP-Session: 5187b0fe-cd78-4752-a779-74703a284317 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3273 | 2024.09.24 04:34:54.932902 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3274 | 2024.09.24 04:34:54.932948 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3275 | 2024.09.24 04:34:54.932966 [ 3 ] {} <Debug> HTTP-Session: b2488184-4487-49b7-a147-6c2b3bed85cc Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
3276 | 2024.09.24 04:34:54.932983 [ 3 ] {} <Debug> HTTP-Session: b2488184-4487-49b7-a147-6c2b3bed85cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3277 | 2024.09.24 04:34:54.932997 [ 3 ] {} <Debug> HTTP-Session: b2488184-4487-49b7-a147-6c2b3bed85cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3278 | 2024.09.24 04:34:54.933027 [ 3 ] {} <Trace> HTTP-Session: b2488184-4487-49b7-a147-6c2b3bed85cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3279 | 2024.09.24 04:34:54.933123 [ 3 ] {d19960e4-0998-4ebc-8e7f-9ea94830da0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3280 | 2024.09.24 04:34:54.933169 [ 3 ] {d19960e4-0998-4ebc-8e7f-9ea94830da0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3281 | 2024.09.24 04:34:54.933296 [ 3 ] {d19960e4-0998-4ebc-8e7f-9ea94830da0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3282 | 2024.09.24 04:34:54.933559 [ 3 ] {d19960e4-0998-4ebc-8e7f-9ea94830da0e} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3283 | 2024.09.24 04:34:54.933594 [ 3 ] {d19960e4-0998-4ebc-8e7f-9ea94830da0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3284 | 2024.09.24 04:34:54.933951 [ 3 ] {d19960e4-0998-4ebc-8e7f-9ea94830da0e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3285 | 2024.09.24 04:34:54.934275 [ 3 ] {d19960e4-0998-4ebc-8e7f-9ea94830da0e} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3286 | 2024.09.24 04:34:54.934428 [ 3 ] {d19960e4-0998-4ebc-8e7f-9ea94830da0e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001317 sec., 4555.808656036446 rows/sec., 238.02 KiB/sec. | ||
3287 | 2024.09.24 04:34:54.934700 [ 3 ] {d19960e4-0998-4ebc-8e7f-9ea94830da0e} <Debug> DynamicQueryHandler: Done processing query | ||
3288 | 2024.09.24 04:34:54.934723 [ 3 ] {d19960e4-0998-4ebc-8e7f-9ea94830da0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3289 | 2024.09.24 04:34:54.934739 [ 3 ] {} <Debug> HTTP-Session: b2488184-4487-49b7-a147-6c2b3bed85cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3290 | 2024.09.24 04:34:54.934868 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 44612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3291 | 2024.09.24 04:34:54.934915 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3292 | 2024.09.24 04:34:54.934933 [ 3 ] {} <Debug> HTTP-Session: fe573c53-8e87-40cb-87a7-2a34af51367e Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
3293 | 2024.09.24 04:34:54.934949 [ 3 ] {} <Debug> HTTP-Session: fe573c53-8e87-40cb-87a7-2a34af51367e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3294 | 2024.09.24 04:34:54.934963 [ 3 ] {} <Debug> HTTP-Session: fe573c53-8e87-40cb-87a7-2a34af51367e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3295 | 2024.09.24 04:34:54.934993 [ 3 ] {} <Trace> HTTP-Session: fe573c53-8e87-40cb-87a7-2a34af51367e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3296 | 2024.09.24 04:34:54.935168 [ 3 ] {caae8e09-f259-4d1f-8cd8-c3b510687a7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3297 | 2024.09.24 04:34:54.935215 [ 3 ] {caae8e09-f259-4d1f-8cd8-c3b510687a7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3298 | 2024.09.24 04:34:54.935382 [ 3 ] {caae8e09-f259-4d1f-8cd8-c3b510687a7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3299 | 2024.09.24 04:34:54.935780 [ 3 ] {caae8e09-f259-4d1f-8cd8-c3b510687a7a} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3300 | 2024.09.24 04:34:54.935815 [ 3 ] {caae8e09-f259-4d1f-8cd8-c3b510687a7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3301 | 2024.09.24 04:34:54.936203 [ 3 ] {caae8e09-f259-4d1f-8cd8-c3b510687a7a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3302 | 2024.09.24 04:34:54.936546 [ 3 ] {caae8e09-f259-4d1f-8cd8-c3b510687a7a} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3303 | 2024.09.24 04:34:54.936698 [ 3 ] {caae8e09-f259-4d1f-8cd8-c3b510687a7a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001612 sec., 147022.33250620347 rows/sec., 9.85 MiB/sec. | ||
3304 | 2024.09.24 04:34:54.936708 [ 42 ] {} <Debug> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3305 | 2024.09.24 04:34:54.936808 [ 42 ] {} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3306 | 2024.09.24 04:34:54.936853 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3307 | 2024.09.24 04:34:54.936923 [ 3 ] {caae8e09-f259-4d1f-8cd8-c3b510687a7a} <Debug> DynamicQueryHandler: Done processing query | ||
3308 | 2024.09.24 04:34:54.936961 [ 3 ] {caae8e09-f259-4d1f-8cd8-c3b510687a7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
3309 | 2024.09.24 04:34:54.936981 [ 190 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::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 | ||
3310 | 2024.09.24 04:34:54.936984 [ 3 ] {} <Debug> HTTP-Session: fe573c53-8e87-40cb-87a7-2a34af51367e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3311 | 2024.09.24 04:34:54.937121 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3312 | 2024.09.24 04:34:54.937132 [ 190 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3313 | 2024.09.24 04:34:54.937178 [ 190 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 78 rows starting from the beginning of the part | ||
3314 | 2024.09.24 04:34:54.937183 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3315 | 2024.09.24 04:34:54.937213 [ 3 ] {} <Debug> HTTP-Session: f9df41bf-c400-4623-b9d1-d3f8aec6eeb1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
3316 | 2024.09.24 04:34:54.937238 [ 3 ] {} <Debug> HTTP-Session: f9df41bf-c400-4623-b9d1-d3f8aec6eeb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3317 | 2024.09.24 04:34:54.937267 [ 3 ] {} <Debug> HTTP-Session: f9df41bf-c400-4623-b9d1-d3f8aec6eeb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3318 | 2024.09.24 04:34:54.937276 [ 190 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 100 rows starting from the beginning of the part | ||
3319 | 2024.09.24 04:34:54.937395 [ 3 ] {} <Trace> HTTP-Session: f9df41bf-c400-4623-b9d1-d3f8aec6eeb1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3320 | 2024.09.24 04:34:54.937673 [ 190 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2701 rows starting from the beginning of the part | ||
3321 | 2024.09.24 04:34:54.937796 [ 3 ] {d0b5a5cc-7cbf-4b84-af5d-aef0f2d80cd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
3322 | 2024.09.24 04:34:54.938032 [ 3 ] {d0b5a5cc-7cbf-4b84-af5d-aef0f2d80cd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
3323 | 2024.09.24 04:34:54.938057 [ 190 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 233 rows starting from the beginning of the part | ||
3324 | 2024.09.24 04:34:54.938383 [ 190 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part | ||
3325 | 2024.09.24 04:34:54.938733 [ 190 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 237 rows starting from the beginning of the part | ||
3326 | 2024.09.24 04:34:54.939034 [ 3 ] {d0b5a5cc-7cbf-4b84-af5d-aef0f2d80cd5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3327 | 2024.09.24 04:34:54.939470 [ 3 ] {d0b5a5cc-7cbf-4b84-af5d-aef0f2d80cd5} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3328 | 2024.09.24 04:34:54.939512 [ 3 ] {d0b5a5cc-7cbf-4b84-af5d-aef0f2d80cd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3329 | 2024.09.24 04:34:54.940035 [ 3 ] {d0b5a5cc-7cbf-4b84-af5d-aef0f2d80cd5} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3330 | 2024.09.24 04:34:54.940765 [ 3 ] {d0b5a5cc-7cbf-4b84-af5d-aef0f2d80cd5} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3331 | 2024.09.24 04:34:54.941015 [ 3 ] {d0b5a5cc-7cbf-4b84-af5d-aef0f2d80cd5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003373 sec., 296.4719833975689 rows/sec., 19.98 KiB/sec. | ||
3332 | 2024.09.24 04:34:54.941261 [ 190 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3509 rows, containing 5 columns (5 merged, 0 gathered) in 0.004345232 sec., 807551.8177165224 rows/sec., 54.01 MiB/sec. | ||
3333 | 2024.09.24 04:34:54.941278 [ 3 ] {d0b5a5cc-7cbf-4b84-af5d-aef0f2d80cd5} <Debug> DynamicQueryHandler: Done processing query | ||
3334 | 2024.09.24 04:34:54.941306 [ 3 ] {d0b5a5cc-7cbf-4b84-af5d-aef0f2d80cd5} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
3335 | 2024.09.24 04:34:54.941322 [ 3 ] {} <Debug> HTTP-Session: f9df41bf-c400-4623-b9d1-d3f8aec6eeb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3336 | 2024.09.24 04:34:54.941469 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 35987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3337 | 2024.09.24 04:34:54.941506 [ 190 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3338 | 2024.09.24 04:34:54.941526 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3339 | 2024.09.24 04:34:54.941560 [ 3 ] {} <Debug> HTTP-Session: 0456c6c7-0e5c-446a-a811-1cc2e7596cb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
3340 | 2024.09.24 04:34:54.941587 [ 3 ] {} <Debug> HTTP-Session: 0456c6c7-0e5c-446a-a811-1cc2e7596cb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3341 | 2024.09.24 04:34:54.941602 [ 3 ] {} <Debug> HTTP-Session: 0456c6c7-0e5c-446a-a811-1cc2e7596cb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3342 | 2024.09.24 04:34:54.941640 [ 3 ] {} <Trace> HTTP-Session: 0456c6c7-0e5c-446a-a811-1cc2e7596cb2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3343 | 2024.09.24 04:34:54.941934 [ 3 ] {e8aa1892-3364-4fcf-a401-a04586ab97e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
3344 | 2024.09.24 04:34:54.941973 [ 190 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3345 | 2024.09.24 04:34:54.942034 [ 3 ] {e8aa1892-3364-4fcf-a401-a04586ab97e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3346 | 2024.09.24 04:34:54.942085 [ 190 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3347 | 2024.09.24 04:34:54.942191 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
3348 | 2024.09.24 04:34:54.942509 [ 3 ] {e8aa1892-3364-4fcf-a401-a04586ab97e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3349 | 2024.09.24 04:34:54.943076 [ 3 ] {e8aa1892-3364-4fcf-a401-a04586ab97e6} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3350 | 2024.09.24 04:34:54.943112 [ 3 ] {e8aa1892-3364-4fcf-a401-a04586ab97e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3351 | 2024.09.24 04:34:54.943717 [ 3 ] {e8aa1892-3364-4fcf-a401-a04586ab97e6} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3352 | 2024.09.24 04:34:54.944141 [ 3 ] {e8aa1892-3364-4fcf-a401-a04586ab97e6} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3353 | 2024.09.24 04:34:54.944328 [ 3 ] {e8aa1892-3364-4fcf-a401-a04586ab97e6} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002583 sec., 8517.228029423151 rows/sec., 15.26 MiB/sec. | ||
3354 | 2024.09.24 04:34:54.944524 [ 3 ] {e8aa1892-3364-4fcf-a401-a04586ab97e6} <Debug> DynamicQueryHandler: Done processing query | ||
3355 | 2024.09.24 04:34:54.944548 [ 3 ] {e8aa1892-3364-4fcf-a401-a04586ab97e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
3356 | 2024.09.24 04:34:54.944563 [ 3 ] {} <Debug> HTTP-Session: 0456c6c7-0e5c-446a-a811-1cc2e7596cb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3357 | 2024.09.24 04:34:54.944703 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 12152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3358 | 2024.09.24 04:34:54.944749 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3359 | 2024.09.24 04:34:54.944767 [ 3 ] {} <Debug> HTTP-Session: cf005cec-3c90-4bfc-8f01-e9c60dec7227 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
3360 | 2024.09.24 04:34:54.944783 [ 3 ] {} <Debug> HTTP-Session: cf005cec-3c90-4bfc-8f01-e9c60dec7227 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3361 | 2024.09.24 04:34:54.944797 [ 3 ] {} <Debug> HTTP-Session: cf005cec-3c90-4bfc-8f01-e9c60dec7227 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3362 | 2024.09.24 04:34:54.944828 [ 3 ] {} <Trace> HTTP-Session: cf005cec-3c90-4bfc-8f01-e9c60dec7227 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3363 | 2024.09.24 04:34:54.944943 [ 3 ] {877e13b0-1156-4b20-a7d3-0247621384b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3364 | 2024.09.24 04:34:54.944987 [ 3 ] {877e13b0-1156-4b20-a7d3-0247621384b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3365 | 2024.09.24 04:34:54.945113 [ 3 ] {877e13b0-1156-4b20-a7d3-0247621384b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3366 | 2024.09.24 04:34:54.945416 [ 3 ] {877e13b0-1156-4b20-a7d3-0247621384b7} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3367 | 2024.09.24 04:34:54.945451 [ 3 ] {877e13b0-1156-4b20-a7d3-0247621384b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3368 | 2024.09.24 04:34:54.945814 [ 3 ] {877e13b0-1156-4b20-a7d3-0247621384b7} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3369 | 2024.09.24 04:34:54.946139 [ 3 ] {877e13b0-1156-4b20-a7d3-0247621384b7} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3370 | 2024.09.24 04:34:54.946303 [ 3 ] {877e13b0-1156-4b20-a7d3-0247621384b7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001398 sec., 58655.2217453505 rows/sec., 3.73 MiB/sec. | ||
3371 | 2024.09.24 04:34:54.946492 [ 3 ] {877e13b0-1156-4b20-a7d3-0247621384b7} <Debug> DynamicQueryHandler: Done processing query | ||
3372 | 2024.09.24 04:34:54.946515 [ 3 ] {877e13b0-1156-4b20-a7d3-0247621384b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3373 | 2024.09.24 04:34:54.946530 [ 3 ] {} <Debug> HTTP-Session: cf005cec-3c90-4bfc-8f01-e9c60dec7227 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3374 | 2024.09.24 04:34:55.965779 [ 41 ] {} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
3375 | 2024.09.24 04:34:55.965861 [ 41 ] {} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3376 | 2024.09.24 04:34:55.965886 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3377 | 2024.09.24 04:34:55.966071 [ 186 ] {8b61a1b5-76f2-4bcb-9335-57b10febedfd::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 | ||
3378 | 2024.09.24 04:34:55.966568 [ 186 ] {8b61a1b5-76f2-4bcb-9335-57b10febedfd::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3379 | 2024.09.24 04:34:55.966612 [ 186 ] {8b61a1b5-76f2-4bcb-9335-57b10febedfd::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 5 rows starting from the beginning of the part | ||
3380 | 2024.09.24 04:34:55.966733 [ 186 ] {8b61a1b5-76f2-4bcb-9335-57b10febedfd::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 13 rows starting from the beginning of the part | ||
3381 | 2024.09.24 04:34:55.966819 [ 186 ] {8b61a1b5-76f2-4bcb-9335-57b10febedfd::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
3382 | 2024.09.24 04:34:55.966897 [ 186 ] {8b61a1b5-76f2-4bcb-9335-57b10febedfd::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 7 rows starting from the beginning of the part | ||
3383 | 2024.09.24 04:34:55.966976 [ 186 ] {8b61a1b5-76f2-4bcb-9335-57b10febedfd::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part | ||
3384 | 2024.09.24 04:34:55.969540 [ 198 ] {8b61a1b5-76f2-4bcb-9335-57b10febedfd::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43 rows, containing 6 columns (6 merged, 0 gathered) in 0.003587626 sec., 11985.641758644853 rows/sec., 1.84 MiB/sec. | ||
3385 | 2024.09.24 04:34:55.969796 [ 191 ] {8b61a1b5-76f2-4bcb-9335-57b10febedfd::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
3386 | 2024.09.24 04:34:55.970514 [ 191 ] {8b61a1b5-76f2-4bcb-9335-57b10febedfd::all_1_5_1} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3387 | 2024.09.24 04:34:55.970607 [ 191 ] {8b61a1b5-76f2-4bcb-9335-57b10febedfd::all_1_5_1} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
3388 | 2024.09.24 04:34:55.970715 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
3389 | 2024.09.24 04:34:59.915840 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 13137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3390 | 2024.09.24 04:34:59.915958 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3391 | 2024.09.24 04:34:59.915987 [ 3 ] {} <Debug> HTTP-Session: ab0092d5-54b4-46c0-96e3-e3e915b630ea Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
3392 | 2024.09.24 04:34:59.916015 [ 3 ] {} <Debug> HTTP-Session: ab0092d5-54b4-46c0-96e3-e3e915b630ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3393 | 2024.09.24 04:34:59.916033 [ 3 ] {} <Debug> HTTP-Session: ab0092d5-54b4-46c0-96e3-e3e915b630ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3394 | 2024.09.24 04:34:59.916088 [ 3 ] {} <Trace> HTTP-Session: ab0092d5-54b4-46c0-96e3-e3e915b630ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3395 | 2024.09.24 04:34:59.916321 [ 3 ] {84995421-6cb1-49f5-bbdb-a8ab7b428fe8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3396 | 2024.09.24 04:34:59.916396 [ 3 ] {84995421-6cb1-49f5-bbdb-a8ab7b428fe8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3397 | 2024.09.24 04:34:59.916758 [ 3 ] {84995421-6cb1-49f5-bbdb-a8ab7b428fe8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3398 | 2024.09.24 04:34:59.917287 [ 3 ] {84995421-6cb1-49f5-bbdb-a8ab7b428fe8} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3399 | 2024.09.24 04:34:59.917332 [ 3 ] {84995421-6cb1-49f5-bbdb-a8ab7b428fe8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3400 | 2024.09.24 04:34:59.917761 [ 3 ] {84995421-6cb1-49f5-bbdb-a8ab7b428fe8} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3401 | 2024.09.24 04:34:59.918148 [ 3 ] {84995421-6cb1-49f5-bbdb-a8ab7b428fe8} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3402 | 2024.09.24 04:34:59.918329 [ 3 ] {84995421-6cb1-49f5-bbdb-a8ab7b428fe8} <Debug> executeQuery: Read 90 rows, 7.65 KiB in 0.00209 sec., 43062.2009569378 rows/sec., 3.58 MiB/sec. | ||
3403 | 2024.09.24 04:34:59.918591 [ 3 ] {84995421-6cb1-49f5-bbdb-a8ab7b428fe8} <Debug> DynamicQueryHandler: Done processing query | ||
3404 | 2024.09.24 04:34:59.918618 [ 3 ] {84995421-6cb1-49f5-bbdb-a8ab7b428fe8} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3405 | 2024.09.24 04:34:59.918635 [ 3 ] {} <Debug> HTTP-Session: ab0092d5-54b4-46c0-96e3-e3e915b630ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3406 | 2024.09.24 04:34:59.918769 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 2487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3407 | 2024.09.24 04:34:59.918822 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3408 | 2024.09.24 04:34:59.918843 [ 3 ] {} <Debug> HTTP-Session: fb3da15e-93fd-433a-8f24-5f14d331bbd2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
3409 | 2024.09.24 04:34:59.918861 [ 3 ] {} <Debug> HTTP-Session: fb3da15e-93fd-433a-8f24-5f14d331bbd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3410 | 2024.09.24 04:34:59.918875 [ 3 ] {} <Debug> HTTP-Session: fb3da15e-93fd-433a-8f24-5f14d331bbd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3411 | 2024.09.24 04:34:59.918912 [ 3 ] {} <Trace> HTTP-Session: fb3da15e-93fd-433a-8f24-5f14d331bbd2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3412 | 2024.09.24 04:34:59.919029 [ 3 ] {8e9baac8-ca11-4d54-9fcf-362bd0fab0ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3413 | 2024.09.24 04:34:59.919075 [ 3 ] {8e9baac8-ca11-4d54-9fcf-362bd0fab0ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3414 | 2024.09.24 04:34:59.919313 [ 3 ] {8e9baac8-ca11-4d54-9fcf-362bd0fab0ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3415 | 2024.09.24 04:34:59.919692 [ 3 ] {8e9baac8-ca11-4d54-9fcf-362bd0fab0ed} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3416 | 2024.09.24 04:34:59.919729 [ 3 ] {8e9baac8-ca11-4d54-9fcf-362bd0fab0ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3417 | 2024.09.24 04:34:59.920089 [ 3 ] {8e9baac8-ca11-4d54-9fcf-362bd0fab0ed} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3418 | 2024.09.24 04:34:59.920463 [ 3 ] {8e9baac8-ca11-4d54-9fcf-362bd0fab0ed} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3419 | 2024.09.24 04:34:59.920587 [ 3 ] {8e9baac8-ca11-4d54-9fcf-362bd0fab0ed} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001593 sec., 10671.688637790332 rows/sec., 802.46 KiB/sec. | ||
3420 | 2024.09.24 04:34:59.920755 [ 3 ] {8e9baac8-ca11-4d54-9fcf-362bd0fab0ed} <Debug> DynamicQueryHandler: Done processing query | ||
3421 | 2024.09.24 04:34:59.920780 [ 3 ] {8e9baac8-ca11-4d54-9fcf-362bd0fab0ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3422 | 2024.09.24 04:34:59.920796 [ 3 ] {} <Debug> HTTP-Session: fb3da15e-93fd-433a-8f24-5f14d331bbd2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3423 | 2024.09.24 04:34:59.920922 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 13756, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3424 | 2024.09.24 04:34:59.920971 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3425 | 2024.09.24 04:34:59.920990 [ 3 ] {} <Debug> HTTP-Session: 91b5f25d-44f7-44f2-ac36-8fa8c8a764f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
3426 | 2024.09.24 04:34:59.921007 [ 3 ] {} <Debug> HTTP-Session: 91b5f25d-44f7-44f2-ac36-8fa8c8a764f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3427 | 2024.09.24 04:34:59.921022 [ 3 ] {} <Debug> HTTP-Session: 91b5f25d-44f7-44f2-ac36-8fa8c8a764f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3428 | 2024.09.24 04:34:59.921055 [ 3 ] {} <Trace> HTTP-Session: 91b5f25d-44f7-44f2-ac36-8fa8c8a764f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3429 | 2024.09.24 04:34:59.921174 [ 3 ] {bedf63c8-ddf0-4a09-8989-e931c013fef6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3430 | 2024.09.24 04:34:59.921217 [ 3 ] {bedf63c8-ddf0-4a09-8989-e931c013fef6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3431 | 2024.09.24 04:34:59.921448 [ 3 ] {bedf63c8-ddf0-4a09-8989-e931c013fef6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3432 | 2024.09.24 04:34:59.921789 [ 3 ] {bedf63c8-ddf0-4a09-8989-e931c013fef6} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3433 | 2024.09.24 04:34:59.921826 [ 3 ] {bedf63c8-ddf0-4a09-8989-e931c013fef6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3434 | 2024.09.24 04:34:59.922179 [ 3 ] {bedf63c8-ddf0-4a09-8989-e931c013fef6} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3435 | 2024.09.24 04:34:59.922531 [ 3 ] {bedf63c8-ddf0-4a09-8989-e931c013fef6} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3436 | 2024.09.24 04:34:59.922657 [ 3 ] {bedf63c8-ddf0-4a09-8989-e931c013fef6} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.001527 sec., 53045.18664047152 rows/sec., 4.14 MiB/sec. | ||
3437 | 2024.09.24 04:34:59.922808 [ 3 ] {bedf63c8-ddf0-4a09-8989-e931c013fef6} <Debug> DynamicQueryHandler: Done processing query | ||
3438 | 2024.09.24 04:34:59.922832 [ 3 ] {bedf63c8-ddf0-4a09-8989-e931c013fef6} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3439 | 2024.09.24 04:34:59.922847 [ 3 ] {} <Debug> HTTP-Session: 91b5f25d-44f7-44f2-ac36-8fa8c8a764f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3440 | 2024.09.24 04:34:59.922998 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3441 | 2024.09.24 04:34:59.923045 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3442 | 2024.09.24 04:34:59.923064 [ 3 ] {} <Debug> HTTP-Session: 888ea489-2575-4a25-8b8c-e98a58c926e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
3443 | 2024.09.24 04:34:59.923080 [ 3 ] {} <Debug> HTTP-Session: 888ea489-2575-4a25-8b8c-e98a58c926e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3444 | 2024.09.24 04:34:59.923095 [ 3 ] {} <Debug> HTTP-Session: 888ea489-2575-4a25-8b8c-e98a58c926e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3445 | 2024.09.24 04:34:59.923127 [ 3 ] {} <Trace> HTTP-Session: 888ea489-2575-4a25-8b8c-e98a58c926e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3446 | 2024.09.24 04:34:59.923273 [ 3 ] {32b0a817-6167-4270-8204-64a1bee5de13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3447 | 2024.09.24 04:34:59.923322 [ 3 ] {32b0a817-6167-4270-8204-64a1bee5de13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3448 | 2024.09.24 04:34:59.923464 [ 3 ] {32b0a817-6167-4270-8204-64a1bee5de13} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3449 | 2024.09.24 04:34:59.923847 [ 3 ] {32b0a817-6167-4270-8204-64a1bee5de13} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3450 | 2024.09.24 04:34:59.923881 [ 3 ] {32b0a817-6167-4270-8204-64a1bee5de13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3451 | 2024.09.24 04:34:59.924265 [ 3 ] {32b0a817-6167-4270-8204-64a1bee5de13} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3452 | 2024.09.24 04:34:59.924595 [ 3 ] {32b0a817-6167-4270-8204-64a1bee5de13} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3453 | 2024.09.24 04:34:59.924720 [ 3 ] {32b0a817-6167-4270-8204-64a1bee5de13} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001513 sec., 105750.16523463318 rows/sec., 7.37 MiB/sec. | ||
3454 | 2024.09.24 04:34:59.924881 [ 3 ] {32b0a817-6167-4270-8204-64a1bee5de13} <Debug> DynamicQueryHandler: Done processing query | ||
3455 | 2024.09.24 04:34:59.924905 [ 3 ] {32b0a817-6167-4270-8204-64a1bee5de13} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3456 | 2024.09.24 04:34:59.924921 [ 3 ] {} <Debug> HTTP-Session: 888ea489-2575-4a25-8b8c-e98a58c926e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3457 | 2024.09.24 04:34:59.925059 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 28899, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3458 | 2024.09.24 04:34:59.925108 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3459 | 2024.09.24 04:34:59.925127 [ 3 ] {} <Debug> HTTP-Session: 6ae529c8-5945-4c25-8abd-bd08e21bc612 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
3460 | 2024.09.24 04:34:59.925144 [ 3 ] {} <Debug> HTTP-Session: 6ae529c8-5945-4c25-8abd-bd08e21bc612 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3461 | 2024.09.24 04:34:59.925158 [ 3 ] {} <Debug> HTTP-Session: 6ae529c8-5945-4c25-8abd-bd08e21bc612 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3462 | 2024.09.24 04:34:59.925190 [ 3 ] {} <Trace> HTTP-Session: 6ae529c8-5945-4c25-8abd-bd08e21bc612 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3463 | 2024.09.24 04:34:59.925418 [ 3 ] {701e64b7-74bb-4d85-b4c4-367a9239c88c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
3464 | 2024.09.24 04:34:59.925483 [ 3 ] {701e64b7-74bb-4d85-b4c4-367a9239c88c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3465 | 2024.09.24 04:34:59.925890 [ 3 ] {701e64b7-74bb-4d85-b4c4-367a9239c88c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3466 | 2024.09.24 04:34:59.926429 [ 3 ] {701e64b7-74bb-4d85-b4c4-367a9239c88c} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3467 | 2024.09.24 04:34:59.926464 [ 3 ] {701e64b7-74bb-4d85-b4c4-367a9239c88c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3468 | 2024.09.24 04:34:59.927072 [ 3 ] {701e64b7-74bb-4d85-b4c4-367a9239c88c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3469 | 2024.09.24 04:34:59.927477 [ 3 ] {701e64b7-74bb-4d85-b4c4-367a9239c88c} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3470 | 2024.09.24 04:34:59.927639 [ 3 ] {701e64b7-74bb-4d85-b4c4-367a9239c88c} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002365 sec., 7188.16067653277 rows/sec., 12.88 MiB/sec. | ||
3471 | 2024.09.24 04:34:59.928133 [ 3 ] {701e64b7-74bb-4d85-b4c4-367a9239c88c} <Debug> DynamicQueryHandler: Done processing query | ||
3472 | 2024.09.24 04:34:59.928158 [ 3 ] {701e64b7-74bb-4d85-b4c4-367a9239c88c} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
3473 | 2024.09.24 04:34:59.928174 [ 3 ] {} <Debug> HTTP-Session: 6ae529c8-5945-4c25-8abd-bd08e21bc612 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3474 | 2024.09.24 04:34:59.928303 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3475 | 2024.09.24 04:34:59.928352 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3476 | 2024.09.24 04:34:59.928371 [ 3 ] {} <Debug> HTTP-Session: 7303e4f1-cbe6-45af-862f-0ed8f80a8770 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
3477 | 2024.09.24 04:34:59.928387 [ 3 ] {} <Debug> HTTP-Session: 7303e4f1-cbe6-45af-862f-0ed8f80a8770 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3478 | 2024.09.24 04:34:59.928401 [ 3 ] {} <Debug> HTTP-Session: 7303e4f1-cbe6-45af-862f-0ed8f80a8770 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3479 | 2024.09.24 04:34:59.928432 [ 3 ] {} <Trace> HTTP-Session: 7303e4f1-cbe6-45af-862f-0ed8f80a8770 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3480 | 2024.09.24 04:34:59.928550 [ 3 ] {57241763-ef95-4809-8e88-ab50a18ac0ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3481 | 2024.09.24 04:34:59.928595 [ 3 ] {57241763-ef95-4809-8e88-ab50a18ac0ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3482 | 2024.09.24 04:34:59.928739 [ 3 ] {57241763-ef95-4809-8e88-ab50a18ac0ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3483 | 2024.09.24 04:34:59.929022 [ 3 ] {57241763-ef95-4809-8e88-ab50a18ac0ea} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3484 | 2024.09.24 04:34:59.929057 [ 3 ] {57241763-ef95-4809-8e88-ab50a18ac0ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3485 | 2024.09.24 04:34:59.929419 [ 3 ] {57241763-ef95-4809-8e88-ab50a18ac0ea} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3486 | 2024.09.24 04:34:59.929743 [ 3 ] {57241763-ef95-4809-8e88-ab50a18ac0ea} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3487 | 2024.09.24 04:34:59.929863 [ 37 ] {} <Debug> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3488 | 2024.09.24 04:34:59.929864 [ 3 ] {57241763-ef95-4809-8e88-ab50a18ac0ea} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001359 sec., 44150.11037527594 rows/sec., 2.98 MiB/sec. | ||
3489 | 2024.09.24 04:34:59.929905 [ 37 ] {} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3490 | 2024.09.24 04:34:59.929942 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3491 | 2024.09.24 04:34:59.930056 [ 186 ] {f478628c-c6e4-42cc-be87-88262b5420f7::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 | ||
3492 | 2024.09.24 04:34:59.930082 [ 3 ] {57241763-ef95-4809-8e88-ab50a18ac0ea} <Debug> DynamicQueryHandler: Done processing query | ||
3493 | 2024.09.24 04:34:59.930109 [ 3 ] {57241763-ef95-4809-8e88-ab50a18ac0ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3494 | 2024.09.24 04:34:59.930137 [ 3 ] {} <Debug> HTTP-Session: 7303e4f1-cbe6-45af-862f-0ed8f80a8770 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3495 | 2024.09.24 04:34:59.930197 [ 186 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3496 | 2024.09.24 04:34:59.930229 [ 186 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 22 rows starting from the beginning of the part | ||
3497 | 2024.09.24 04:34:59.930285 [ 186 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 34 rows starting from the beginning of the part | ||
3498 | 2024.09.24 04:34:59.930370 [ 186 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 78 rows starting from the beginning of the part | ||
3499 | 2024.09.24 04:34:59.930590 [ 186 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part | ||
3500 | 2024.09.24 04:34:59.930771 [ 186 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 82 rows starting from the beginning of the part | ||
3501 | 2024.09.24 04:34:59.930936 [ 186 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part | ||
3502 | 2024.09.24 04:34:59.931989 [ 191 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 336 rows, containing 4 columns (4 merged, 0 gathered) in 0.001972151 sec., 170372.34978457532 rows/sec., 11.03 MiB/sec. | ||
3503 | 2024.09.24 04:34:59.932146 [ 186 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3504 | 2024.09.24 04:34:59.932506 [ 186 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_6_1} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3505 | 2024.09.24 04:34:59.932575 [ 186 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_6_1} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3506 | 2024.09.24 04:34:59.932639 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
3507 | 2024.09.24 04:35:02.653863 [ 35 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3508 | 2024.09.24 04:35:02.653928 [ 35 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3509 | 2024.09.24 04:35:04.920763 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 35148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3510 | 2024.09.24 04:35:04.920879 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3511 | 2024.09.24 04:35:04.920904 [ 3 ] {} <Debug> HTTP-Session: bae9656a-4f42-45ce-b82b-dbef7d8ef555 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
3512 | 2024.09.24 04:35:04.920929 [ 3 ] {} <Debug> HTTP-Session: bae9656a-4f42-45ce-b82b-dbef7d8ef555 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3513 | 2024.09.24 04:35:04.920944 [ 3 ] {} <Debug> HTTP-Session: bae9656a-4f42-45ce-b82b-dbef7d8ef555 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3514 | 2024.09.24 04:35:04.920993 [ 3 ] {} <Trace> HTTP-Session: bae9656a-4f42-45ce-b82b-dbef7d8ef555 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3515 | 2024.09.24 04:35:04.921235 [ 3 ] {0eee80a8-daee-4c70-bba0-d7ac18b4b339} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3516 | 2024.09.24 04:35:04.921303 [ 3 ] {0eee80a8-daee-4c70-bba0-d7ac18b4b339} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3517 | 2024.09.24 04:35:04.921731 [ 3 ] {0eee80a8-daee-4c70-bba0-d7ac18b4b339} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3518 | 2024.09.24 04:35:04.922359 [ 3 ] {0eee80a8-daee-4c70-bba0-d7ac18b4b339} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3519 | 2024.09.24 04:35:04.922403 [ 3 ] {0eee80a8-daee-4c70-bba0-d7ac18b4b339} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3520 | 2024.09.24 04:35:04.922854 [ 3 ] {0eee80a8-daee-4c70-bba0-d7ac18b4b339} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3521 | 2024.09.24 04:35:04.923234 [ 3 ] {0eee80a8-daee-4c70-bba0-d7ac18b4b339} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3522 | 2024.09.24 04:35:04.923393 [ 3 ] {0eee80a8-daee-4c70-bba0-d7ac18b4b339} <Debug> executeQuery: Read 233 rows, 20.98 KiB in 0.002262 sec., 103006.18921308576 rows/sec., 9.06 MiB/sec. | ||
3523 | 2024.09.24 04:35:04.923770 [ 3 ] {0eee80a8-daee-4c70-bba0-d7ac18b4b339} <Debug> DynamicQueryHandler: Done processing query | ||
3524 | 2024.09.24 04:35:04.923797 [ 3 ] {0eee80a8-daee-4c70-bba0-d7ac18b4b339} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
3525 | 2024.09.24 04:35:04.923814 [ 3 ] {} <Debug> HTTP-Session: bae9656a-4f42-45ce-b82b-dbef7d8ef555 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3526 | 2024.09.24 04:35:04.924010 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3527 | 2024.09.24 04:35:04.924065 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3528 | 2024.09.24 04:35:04.924084 [ 3 ] {} <Debug> HTTP-Session: ad73a41b-3866-4d9e-ad2a-e49924808fef Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
3529 | 2024.09.24 04:35:04.924103 [ 3 ] {} <Debug> HTTP-Session: ad73a41b-3866-4d9e-ad2a-e49924808fef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3530 | 2024.09.24 04:35:04.924117 [ 3 ] {} <Debug> HTTP-Session: ad73a41b-3866-4d9e-ad2a-e49924808fef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3531 | 2024.09.24 04:35:04.924152 [ 3 ] {} <Trace> HTTP-Session: ad73a41b-3866-4d9e-ad2a-e49924808fef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3532 | 2024.09.24 04:35:04.924267 [ 3 ] {512a519c-d8ee-4df9-a226-2b3df0f70a6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3533 | 2024.09.24 04:35:04.924314 [ 3 ] {512a519c-d8ee-4df9-a226-2b3df0f70a6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3534 | 2024.09.24 04:35:04.924576 [ 3 ] {512a519c-d8ee-4df9-a226-2b3df0f70a6c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3535 | 2024.09.24 04:35:04.924913 [ 3 ] {512a519c-d8ee-4df9-a226-2b3df0f70a6c} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3536 | 2024.09.24 04:35:04.924949 [ 3 ] {512a519c-d8ee-4df9-a226-2b3df0f70a6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3537 | 2024.09.24 04:35:04.925302 [ 3 ] {512a519c-d8ee-4df9-a226-2b3df0f70a6c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3538 | 2024.09.24 04:35:04.925662 [ 3 ] {512a519c-d8ee-4df9-a226-2b3df0f70a6c} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3539 | 2024.09.24 04:35:04.925819 [ 3 ] {512a519c-d8ee-4df9-a226-2b3df0f70a6c} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.001586 sec., 13871.374527112232 rows/sec., 1.02 MiB/sec. | ||
3540 | 2024.09.24 04:35:04.926159 [ 3 ] {512a519c-d8ee-4df9-a226-2b3df0f70a6c} <Debug> DynamicQueryHandler: Done processing query | ||
3541 | 2024.09.24 04:35:04.926184 [ 3 ] {512a519c-d8ee-4df9-a226-2b3df0f70a6c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3542 | 2024.09.24 04:35:04.926200 [ 3 ] {} <Debug> HTTP-Session: ad73a41b-3866-4d9e-ad2a-e49924808fef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3543 | 2024.09.24 04:35:04.926321 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3544 | 2024.09.24 04:35:04.926371 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3545 | 2024.09.24 04:35:04.926390 [ 3 ] {} <Debug> HTTP-Session: 0ce00d08-6130-42ee-8d58-5a21352ea6ca Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
3546 | 2024.09.24 04:35:04.926408 [ 3 ] {} <Debug> HTTP-Session: 0ce00d08-6130-42ee-8d58-5a21352ea6ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3547 | 2024.09.24 04:35:04.926422 [ 3 ] {} <Debug> HTTP-Session: 0ce00d08-6130-42ee-8d58-5a21352ea6ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3548 | 2024.09.24 04:35:04.926455 [ 3 ] {} <Trace> HTTP-Session: 0ce00d08-6130-42ee-8d58-5a21352ea6ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3549 | 2024.09.24 04:35:04.926585 [ 3 ] {e942a249-7092-4d2e-a553-d463a5210100} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
3550 | 2024.09.24 04:35:04.926630 [ 3 ] {e942a249-7092-4d2e-a553-d463a5210100} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3551 | 2024.09.24 04:35:04.926878 [ 3 ] {e942a249-7092-4d2e-a553-d463a5210100} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3552 | 2024.09.24 04:35:04.927182 [ 3 ] {e942a249-7092-4d2e-a553-d463a5210100} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3553 | 2024.09.24 04:35:04.927217 [ 3 ] {e942a249-7092-4d2e-a553-d463a5210100} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3554 | 2024.09.24 04:35:04.927564 [ 3 ] {e942a249-7092-4d2e-a553-d463a5210100} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3555 | 2024.09.24 04:35:04.927924 [ 3 ] {e942a249-7092-4d2e-a553-d463a5210100} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3556 | 2024.09.24 04:35:04.928047 [ 33 ] {} <Debug> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3557 | 2024.09.24 04:35:04.928051 [ 3 ] {e942a249-7092-4d2e-a553-d463a5210100} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001494 sec., 9370.816599732261 rows/sec., 656.27 KiB/sec. | ||
3558 | 2024.09.24 04:35:04.928090 [ 33 ] {} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3559 | 2024.09.24 04:35:04.928131 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3560 | 2024.09.24 04:35:04.928297 [ 3 ] {e942a249-7092-4d2e-a553-d463a5210100} <Debug> DynamicQueryHandler: Done processing query | ||
3561 | 2024.09.24 04:35:04.928319 [ 200 ] {80399c63-440f-4294-b79d-4996168f9902::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 | ||
3562 | 2024.09.24 04:35:04.928331 [ 3 ] {e942a249-7092-4d2e-a553-d463a5210100} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3563 | 2024.09.24 04:35:04.928410 [ 3 ] {} <Debug> HTTP-Session: 0ce00d08-6130-42ee-8d58-5a21352ea6ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3564 | 2024.09.24 04:35:04.928576 [ 200 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3565 | 2024.09.24 04:35:04.928607 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3566 | 2024.09.24 04:35:04.928637 [ 200 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
3567 | 2024.09.24 04:35:04.928686 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3568 | 2024.09.24 04:35:04.928725 [ 3 ] {} <Debug> HTTP-Session: 0710c8ff-96ad-46a8-a6a5-ef95d89cbedd Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
3569 | 2024.09.24 04:35:04.928783 [ 3 ] {} <Debug> HTTP-Session: 0710c8ff-96ad-46a8-a6a5-ef95d89cbedd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3570 | 2024.09.24 04:35:04.928876 [ 3 ] {} <Debug> HTTP-Session: 0710c8ff-96ad-46a8-a6a5-ef95d89cbedd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3571 | 2024.09.24 04:35:04.928933 [ 200 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part | ||
3572 | 2024.09.24 04:35:04.928973 [ 3 ] {} <Trace> HTTP-Session: 0710c8ff-96ad-46a8-a6a5-ef95d89cbedd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3573 | 2024.09.24 04:35:04.929140 [ 200 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 228 rows starting from the beginning of the part | ||
3574 | 2024.09.24 04:35:04.929275 [ 3 ] {6e594070-4379-4e8a-a5a1-02127450470d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
3575 | 2024.09.24 04:35:04.929498 [ 3 ] {6e594070-4379-4e8a-a5a1-02127450470d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
3576 | 2024.09.24 04:35:04.929533 [ 200 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part | ||
3577 | 2024.09.24 04:35:04.929994 [ 200 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part | ||
3578 | 2024.09.24 04:35:04.930254 [ 200 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 14 rows starting from the beginning of the part | ||
3579 | 2024.09.24 04:35:04.931075 [ 3 ] {6e594070-4379-4e8a-a5a1-02127450470d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3580 | 2024.09.24 04:35:04.931943 [ 3 ] {6e594070-4379-4e8a-a5a1-02127450470d} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3581 | 2024.09.24 04:35:04.932008 [ 3 ] {6e594070-4379-4e8a-a5a1-02127450470d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3582 | 2024.09.24 04:35:04.933072 [ 3 ] {6e594070-4379-4e8a-a5a1-02127450470d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3583 | 2024.09.24 04:35:04.933420 [ 200 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 285 rows, containing 5 columns (5 merged, 0 gathered) in 0.00518386 sec., 54978.33660631267 rows/sec., 3.74 MiB/sec. | ||
3584 | 2024.09.24 04:35:04.933652 [ 186 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3585 | 2024.09.24 04:35:04.933774 [ 3 ] {6e594070-4379-4e8a-a5a1-02127450470d} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3586 | 2024.09.24 04:35:04.933943 [ 3 ] {6e594070-4379-4e8a-a5a1-02127450470d} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.004793 sec., 1251.82557896933 rows/sec., 73.96 KiB/sec. | ||
3587 | 2024.09.24 04:35:04.934253 [ 3 ] {6e594070-4379-4e8a-a5a1-02127450470d} <Debug> DynamicQueryHandler: Done processing query | ||
3588 | 2024.09.24 04:35:04.934286 [ 3 ] {6e594070-4379-4e8a-a5a1-02127450470d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3589 | 2024.09.24 04:35:04.934308 [ 3 ] {} <Debug> HTTP-Session: 0710c8ff-96ad-46a8-a6a5-ef95d89cbedd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3590 | 2024.09.24 04:35:04.934371 [ 186 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_6_1} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3591 | 2024.09.24 04:35:04.934446 [ 186 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_6_1} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3592 | 2024.09.24 04:35:04.934505 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 65498, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3593 | 2024.09.24 04:35:04.934545 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
3594 | 2024.09.24 04:35:04.934574 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3595 | 2024.09.24 04:35:04.934593 [ 3 ] {} <Debug> HTTP-Session: 9b2a3e01-89f6-4052-8783-50b5b3aa4586 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
3596 | 2024.09.24 04:35:04.934610 [ 3 ] {} <Debug> HTTP-Session: 9b2a3e01-89f6-4052-8783-50b5b3aa4586 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3597 | 2024.09.24 04:35:04.934624 [ 3 ] {} <Debug> HTTP-Session: 9b2a3e01-89f6-4052-8783-50b5b3aa4586 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3598 | 2024.09.24 04:35:04.934656 [ 3 ] {} <Trace> HTTP-Session: 9b2a3e01-89f6-4052-8783-50b5b3aa4586 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3599 | 2024.09.24 04:35:04.934863 [ 3 ] {deb9fa4a-6932-4135-81ed-568f3b5af3d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3600 | 2024.09.24 04:35:04.934907 [ 3 ] {deb9fa4a-6932-4135-81ed-568f3b5af3d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3601 | 2024.09.24 04:35:04.935138 [ 3 ] {deb9fa4a-6932-4135-81ed-568f3b5af3d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3602 | 2024.09.24 04:35:04.935672 [ 3 ] {deb9fa4a-6932-4135-81ed-568f3b5af3d9} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3603 | 2024.09.24 04:35:04.935707 [ 3 ] {deb9fa4a-6932-4135-81ed-568f3b5af3d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3604 | 2024.09.24 04:35:04.936076 [ 3 ] {deb9fa4a-6932-4135-81ed-568f3b5af3d9} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3605 | 2024.09.24 04:35:04.936434 [ 3 ] {deb9fa4a-6932-4135-81ed-568f3b5af3d9} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3606 | 2024.09.24 04:35:04.936560 [ 3 ] {deb9fa4a-6932-4135-81ed-568f3b5af3d9} <Debug> executeQuery: Read 404 rows, 29.44 KiB in 0.001812 sec., 222958.0573951435 rows/sec., 15.87 MiB/sec. | ||
3607 | 2024.09.24 04:35:04.936715 [ 3 ] {deb9fa4a-6932-4135-81ed-568f3b5af3d9} <Debug> DynamicQueryHandler: Done processing query | ||
3608 | 2024.09.24 04:35:04.936738 [ 3 ] {deb9fa4a-6932-4135-81ed-568f3b5af3d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
3609 | 2024.09.24 04:35:04.936754 [ 3 ] {} <Debug> HTTP-Session: 9b2a3e01-89f6-4052-8783-50b5b3aa4586 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3610 | 2024.09.24 04:35:04.937017 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3611 | 2024.09.24 04:35:04.937065 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3612 | 2024.09.24 04:35:04.937083 [ 3 ] {} <Debug> HTTP-Session: ebb54556-3192-42b8-b153-3df5b0af89fb Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
3613 | 2024.09.24 04:35:04.937099 [ 3 ] {} <Debug> HTTP-Session: ebb54556-3192-42b8-b153-3df5b0af89fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3614 | 2024.09.24 04:35:04.937113 [ 3 ] {} <Debug> HTTP-Session: ebb54556-3192-42b8-b153-3df5b0af89fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3615 | 2024.09.24 04:35:04.937144 [ 3 ] {} <Trace> HTTP-Session: ebb54556-3192-42b8-b153-3df5b0af89fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3616 | 2024.09.24 04:35:04.937237 [ 3 ] {54633799-d255-49cd-ac46-542a24571298} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3617 | 2024.09.24 04:35:04.937282 [ 3 ] {54633799-d255-49cd-ac46-542a24571298} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3618 | 2024.09.24 04:35:04.937410 [ 3 ] {54633799-d255-49cd-ac46-542a24571298} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3619 | 2024.09.24 04:35:04.937659 [ 3 ] {54633799-d255-49cd-ac46-542a24571298} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3620 | 2024.09.24 04:35:04.937692 [ 3 ] {54633799-d255-49cd-ac46-542a24571298} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3621 | 2024.09.24 04:35:04.938043 [ 3 ] {54633799-d255-49cd-ac46-542a24571298} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3622 | 2024.09.24 04:35:04.938379 [ 3 ] {54633799-d255-49cd-ac46-542a24571298} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3623 | 2024.09.24 04:35:04.938508 [ 3 ] {54633799-d255-49cd-ac46-542a24571298} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001294 sec., 4636.7851622874805 rows/sec., 242.25 KiB/sec. | ||
3624 | 2024.09.24 04:35:04.938700 [ 3 ] {54633799-d255-49cd-ac46-542a24571298} <Debug> DynamicQueryHandler: Done processing query | ||
3625 | 2024.09.24 04:35:04.938723 [ 3 ] {54633799-d255-49cd-ac46-542a24571298} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3626 | 2024.09.24 04:35:04.938739 [ 3 ] {} <Debug> HTTP-Session: ebb54556-3192-42b8-b153-3df5b0af89fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3627 | 2024.09.24 04:35:04.938891 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 44612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3628 | 2024.09.24 04:35:04.938938 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3629 | 2024.09.24 04:35:04.938957 [ 3 ] {} <Debug> HTTP-Session: 63bfc68e-5927-4c74-8b57-0f41af2181d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
3630 | 2024.09.24 04:35:04.938973 [ 3 ] {} <Debug> HTTP-Session: 63bfc68e-5927-4c74-8b57-0f41af2181d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3631 | 2024.09.24 04:35:04.938986 [ 3 ] {} <Debug> HTTP-Session: 63bfc68e-5927-4c74-8b57-0f41af2181d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3632 | 2024.09.24 04:35:04.939017 [ 3 ] {} <Trace> HTTP-Session: 63bfc68e-5927-4c74-8b57-0f41af2181d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3633 | 2024.09.24 04:35:04.939195 [ 3 ] {0e4aefd5-1b55-481a-84e5-a4274e157ccf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3634 | 2024.09.24 04:35:04.939242 [ 3 ] {0e4aefd5-1b55-481a-84e5-a4274e157ccf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3635 | 2024.09.24 04:35:04.939383 [ 3 ] {0e4aefd5-1b55-481a-84e5-a4274e157ccf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3636 | 2024.09.24 04:35:04.939778 [ 3 ] {0e4aefd5-1b55-481a-84e5-a4274e157ccf} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3637 | 2024.09.24 04:35:04.939813 [ 3 ] {0e4aefd5-1b55-481a-84e5-a4274e157ccf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3638 | 2024.09.24 04:35:04.940192 [ 3 ] {0e4aefd5-1b55-481a-84e5-a4274e157ccf} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3639 | 2024.09.24 04:35:04.940531 [ 3 ] {0e4aefd5-1b55-481a-84e5-a4274e157ccf} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3640 | 2024.09.24 04:35:04.940662 [ 3 ] {0e4aefd5-1b55-481a-84e5-a4274e157ccf} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001561 sec., 151825.7527226137 rows/sec., 10.18 MiB/sec. | ||
3641 | 2024.09.24 04:35:04.940812 [ 3 ] {0e4aefd5-1b55-481a-84e5-a4274e157ccf} <Debug> DynamicQueryHandler: Done processing query | ||
3642 | 2024.09.24 04:35:04.940835 [ 3 ] {0e4aefd5-1b55-481a-84e5-a4274e157ccf} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
3643 | 2024.09.24 04:35:04.940851 [ 3 ] {} <Debug> HTTP-Session: 63bfc68e-5927-4c74-8b57-0f41af2181d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3644 | 2024.09.24 04:35:04.941056 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3645 | 2024.09.24 04:35:04.941103 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3646 | 2024.09.24 04:35:04.941121 [ 3 ] {} <Debug> HTTP-Session: bd8af232-2172-4429-97f5-e8b48f133d15 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
3647 | 2024.09.24 04:35:04.941138 [ 3 ] {} <Debug> HTTP-Session: bd8af232-2172-4429-97f5-e8b48f133d15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3648 | 2024.09.24 04:35:04.941151 [ 3 ] {} <Debug> HTTP-Session: bd8af232-2172-4429-97f5-e8b48f133d15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3649 | 2024.09.24 04:35:04.941181 [ 3 ] {} <Trace> HTTP-Session: bd8af232-2172-4429-97f5-e8b48f133d15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3650 | 2024.09.24 04:35:04.941272 [ 3 ] {bd5ea449-d2d6-4725-85f0-1a597c4f87f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
3651 | 2024.09.24 04:35:04.941316 [ 3 ] {bd5ea449-d2d6-4725-85f0-1a597c4f87f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
3652 | 2024.09.24 04:35:04.941459 [ 3 ] {bd5ea449-d2d6-4725-85f0-1a597c4f87f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3653 | 2024.09.24 04:35:04.941696 [ 3 ] {bd5ea449-d2d6-4725-85f0-1a597c4f87f7} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3654 | 2024.09.24 04:35:04.941730 [ 3 ] {bd5ea449-d2d6-4725-85f0-1a597c4f87f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3655 | 2024.09.24 04:35:04.942069 [ 3 ] {bd5ea449-d2d6-4725-85f0-1a597c4f87f7} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3656 | 2024.09.24 04:35:04.942391 [ 3 ] {bd5ea449-d2d6-4725-85f0-1a597c4f87f7} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3657 | 2024.09.24 04:35:04.942514 [ 3 ] {bd5ea449-d2d6-4725-85f0-1a597c4f87f7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001264 sec., 791.1392405063292 rows/sec., 53.31 KiB/sec. | ||
3658 | 2024.09.24 04:35:04.942781 [ 3 ] {bd5ea449-d2d6-4725-85f0-1a597c4f87f7} <Debug> DynamicQueryHandler: Done processing query | ||
3659 | 2024.09.24 04:35:04.942805 [ 3 ] {bd5ea449-d2d6-4725-85f0-1a597c4f87f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
3660 | 2024.09.24 04:35:04.942821 [ 3 ] {} <Debug> HTTP-Session: bd8af232-2172-4429-97f5-e8b48f133d15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3661 | 2024.09.24 04:35:04.942969 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 36105, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3662 | 2024.09.24 04:35:04.943017 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3663 | 2024.09.24 04:35:04.943035 [ 3 ] {} <Debug> HTTP-Session: ab0e967e-40f1-4eda-a71a-40a5ae2cd5ee Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
3664 | 2024.09.24 04:35:04.943052 [ 3 ] {} <Debug> HTTP-Session: ab0e967e-40f1-4eda-a71a-40a5ae2cd5ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3665 | 2024.09.24 04:35:04.943066 [ 3 ] {} <Debug> HTTP-Session: ab0e967e-40f1-4eda-a71a-40a5ae2cd5ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3666 | 2024.09.24 04:35:04.943096 [ 3 ] {} <Trace> HTTP-Session: ab0e967e-40f1-4eda-a71a-40a5ae2cd5ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3667 | 2024.09.24 04:35:04.943361 [ 3 ] {1a7824f7-b0e8-436f-951d-570e258e7bba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
3668 | 2024.09.24 04:35:04.943430 [ 3 ] {1a7824f7-b0e8-436f-951d-570e258e7bba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3669 | 2024.09.24 04:35:04.943852 [ 3 ] {1a7824f7-b0e8-436f-951d-570e258e7bba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3670 | 2024.09.24 04:35:04.944394 [ 3 ] {1a7824f7-b0e8-436f-951d-570e258e7bba} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3671 | 2024.09.24 04:35:04.944429 [ 3 ] {1a7824f7-b0e8-436f-951d-570e258e7bba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3672 | 2024.09.24 04:35:04.945074 [ 3 ] {1a7824f7-b0e8-436f-951d-570e258e7bba} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3673 | 2024.09.24 04:35:04.945509 [ 3 ] {1a7824f7-b0e8-436f-951d-570e258e7bba} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3674 | 2024.09.24 04:35:04.945669 [ 3 ] {1a7824f7-b0e8-436f-951d-570e258e7bba} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.00249 sec., 8835.341365461847 rows/sec., 15.83 MiB/sec. | ||
3675 | 2024.09.24 04:35:04.946021 [ 3 ] {1a7824f7-b0e8-436f-951d-570e258e7bba} <Debug> DynamicQueryHandler: Done processing query | ||
3676 | 2024.09.24 04:35:04.946045 [ 3 ] {1a7824f7-b0e8-436f-951d-570e258e7bba} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
3677 | 2024.09.24 04:35:04.946061 [ 3 ] {} <Debug> HTTP-Session: ab0e967e-40f1-4eda-a71a-40a5ae2cd5ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3678 | 2024.09.24 04:35:04.946217 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 12152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3679 | 2024.09.24 04:35:04.946263 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3680 | 2024.09.24 04:35:04.946281 [ 3 ] {} <Debug> HTTP-Session: 9b5d16f8-d943-4068-bd1a-248ec10fcb53 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
3681 | 2024.09.24 04:35:04.946297 [ 3 ] {} <Debug> HTTP-Session: 9b5d16f8-d943-4068-bd1a-248ec10fcb53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3682 | 2024.09.24 04:35:04.946310 [ 3 ] {} <Debug> HTTP-Session: 9b5d16f8-d943-4068-bd1a-248ec10fcb53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3683 | 2024.09.24 04:35:04.946342 [ 3 ] {} <Trace> HTTP-Session: 9b5d16f8-d943-4068-bd1a-248ec10fcb53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3684 | 2024.09.24 04:35:04.946471 [ 3 ] {93bc2d90-4a00-4aba-9ca0-ce5282bac5f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3685 | 2024.09.24 04:35:04.946515 [ 3 ] {93bc2d90-4a00-4aba-9ca0-ce5282bac5f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3686 | 2024.09.24 04:35:04.946641 [ 3 ] {93bc2d90-4a00-4aba-9ca0-ce5282bac5f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3687 | 2024.09.24 04:35:04.946946 [ 3 ] {93bc2d90-4a00-4aba-9ca0-ce5282bac5f8} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3688 | 2024.09.24 04:35:04.946980 [ 3 ] {93bc2d90-4a00-4aba-9ca0-ce5282bac5f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3689 | 2024.09.24 04:35:04.947339 [ 3 ] {93bc2d90-4a00-4aba-9ca0-ce5282bac5f8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3690 | 2024.09.24 04:35:04.947663 [ 3 ] {93bc2d90-4a00-4aba-9ca0-ce5282bac5f8} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3691 | 2024.09.24 04:35:04.947789 [ 3 ] {93bc2d90-4a00-4aba-9ca0-ce5282bac5f8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001376 sec., 59593.023255813954 rows/sec., 3.78 MiB/sec. | ||
3692 | 2024.09.24 04:35:04.947947 [ 3 ] {93bc2d90-4a00-4aba-9ca0-ce5282bac5f8} <Debug> DynamicQueryHandler: Done processing query | ||
3693 | 2024.09.24 04:35:04.947970 [ 3 ] {93bc2d90-4a00-4aba-9ca0-ce5282bac5f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3694 | 2024.09.24 04:35:04.947986 [ 3 ] {} <Debug> HTTP-Session: 9b5d16f8-d943-4068-bd1a-248ec10fcb53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3695 | 2024.09.24 04:35:09.947200 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3696 | 2024.09.24 04:35:09.947343 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3697 | 2024.09.24 04:35:09.947372 [ 3 ] {} <Debug> HTTP-Session: fa7fc623-4ffb-4be6-a1a6-8e287d11a0fe Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
3698 | 2024.09.24 04:35:09.947402 [ 3 ] {} <Debug> HTTP-Session: fa7fc623-4ffb-4be6-a1a6-8e287d11a0fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3699 | 2024.09.24 04:35:09.947422 [ 3 ] {} <Debug> HTTP-Session: fa7fc623-4ffb-4be6-a1a6-8e287d11a0fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3700 | 2024.09.24 04:35:09.947480 [ 3 ] {} <Trace> HTTP-Session: fa7fc623-4ffb-4be6-a1a6-8e287d11a0fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3701 | 2024.09.24 04:35:09.947687 [ 3 ] {8cd218a9-52ef-4561-bd43-caa27f44366b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3702 | 2024.09.24 04:35:09.947766 [ 3 ] {8cd218a9-52ef-4561-bd43-caa27f44366b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3703 | 2024.09.24 04:35:09.948119 [ 3 ] {8cd218a9-52ef-4561-bd43-caa27f44366b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3704 | 2024.09.24 04:35:09.948532 [ 3 ] {8cd218a9-52ef-4561-bd43-caa27f44366b} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3705 | 2024.09.24 04:35:09.948580 [ 3 ] {8cd218a9-52ef-4561-bd43-caa27f44366b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3706 | 2024.09.24 04:35:09.948995 [ 3 ] {8cd218a9-52ef-4561-bd43-caa27f44366b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
3707 | 2024.09.24 04:35:09.949403 [ 3 ] {8cd218a9-52ef-4561-bd43-caa27f44366b} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3708 | 2024.09.24 04:35:09.949571 [ 3 ] {8cd218a9-52ef-4561-bd43-caa27f44366b} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00194 sec., 2061.8556701030925 rows/sec., 168.13 KiB/sec. | ||
3709 | 2024.09.24 04:35:09.949912 [ 3 ] {8cd218a9-52ef-4561-bd43-caa27f44366b} <Debug> DynamicQueryHandler: Done processing query | ||
3710 | 2024.09.24 04:35:09.949941 [ 3 ] {8cd218a9-52ef-4561-bd43-caa27f44366b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3711 | 2024.09.24 04:35:09.949958 [ 3 ] {} <Debug> HTTP-Session: fa7fc623-4ffb-4be6-a1a6-8e287d11a0fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3712 | 2024.09.24 04:35:09.950219 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 178458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3713 | 2024.09.24 04:35:09.950277 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3714 | 2024.09.24 04:35:09.950298 [ 3 ] {} <Debug> HTTP-Session: c7061d7d-f498-4bc1-a8aa-f83a500c7634 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
3715 | 2024.09.24 04:35:09.950317 [ 3 ] {} <Debug> HTTP-Session: c7061d7d-f498-4bc1-a8aa-f83a500c7634 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3716 | 2024.09.24 04:35:09.950331 [ 3 ] {} <Debug> HTTP-Session: c7061d7d-f498-4bc1-a8aa-f83a500c7634 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3717 | 2024.09.24 04:35:09.950370 [ 3 ] {} <Trace> HTTP-Session: c7061d7d-f498-4bc1-a8aa-f83a500c7634 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3718 | 2024.09.24 04:35:09.951354 [ 3 ] {ce47f27e-5aeb-49c2-83f4-990c1c4c0b77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3719 | 2024.09.24 04:35:09.951412 [ 3 ] {ce47f27e-5aeb-49c2-83f4-990c1c4c0b77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3720 | 2024.09.24 04:35:09.951679 [ 3 ] {ce47f27e-5aeb-49c2-83f4-990c1c4c0b77} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3721 | 2024.09.24 04:35:09.952988 [ 3 ] {ce47f27e-5aeb-49c2-83f4-990c1c4c0b77} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3722 | 2024.09.24 04:35:09.953029 [ 3 ] {ce47f27e-5aeb-49c2-83f4-990c1c4c0b77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3723 | 2024.09.24 04:35:09.953481 [ 3 ] {ce47f27e-5aeb-49c2-83f4-990c1c4c0b77} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3724 | 2024.09.24 04:35:09.953857 [ 3 ] {ce47f27e-5aeb-49c2-83f4-990c1c4c0b77} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3725 | 2024.09.24 04:35:09.954017 [ 3 ] {ce47f27e-5aeb-49c2-83f4-990c1c4c0b77} <Debug> executeQuery: Read 1232 rows, 103.92 KiB in 0.003383 sec., 364173.8102276086 rows/sec., 30.00 MiB/sec. | ||
3726 | 2024.09.24 04:35:09.954024 [ 28 ] {} <Debug> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3727 | 2024.09.24 04:35:09.954126 [ 28 ] {} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3728 | 2024.09.24 04:35:09.954185 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3729 | 2024.09.24 04:35:09.954311 [ 3 ] {ce47f27e-5aeb-49c2-83f4-990c1c4c0b77} <Debug> DynamicQueryHandler: Done processing query | ||
3730 | 2024.09.24 04:35:09.954385 [ 3 ] {ce47f27e-5aeb-49c2-83f4-990c1c4c0b77} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
3731 | 2024.09.24 04:35:09.954459 [ 3 ] {} <Debug> HTTP-Session: c7061d7d-f498-4bc1-a8aa-f83a500c7634 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3732 | 2024.09.24 04:35:09.954578 [ 200 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::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 | ||
3733 | 2024.09.24 04:35:09.954721 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3047, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3734 | 2024.09.24 04:35:09.954824 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3735 | 2024.09.24 04:35:09.954887 [ 3 ] {} <Debug> HTTP-Session: f79ada0e-5424-4d6d-abd5-b94f08feca7b Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
3736 | 2024.09.24 04:35:09.954946 [ 200 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3737 | 2024.09.24 04:35:09.954950 [ 3 ] {} <Debug> HTTP-Session: f79ada0e-5424-4d6d-abd5-b94f08feca7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3738 | 2024.09.24 04:35:09.955007 [ 3 ] {} <Debug> HTTP-Session: f79ada0e-5424-4d6d-abd5-b94f08feca7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3739 | 2024.09.24 04:35:09.955018 [ 200 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1410 rows starting from the beginning of the part | ||
3740 | 2024.09.24 04:35:09.955088 [ 3 ] {} <Trace> HTTP-Session: f79ada0e-5424-4d6d-abd5-b94f08feca7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3741 | 2024.09.24 04:35:09.955261 [ 200 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 90 rows starting from the beginning of the part | ||
3742 | 2024.09.24 04:35:09.955473 [ 3 ] {3bd8af5d-f386-4edd-8532-ff2b76ddc281} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3743 | 2024.09.24 04:35:09.955657 [ 200 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 233 rows starting from the beginning of the part | ||
3744 | 2024.09.24 04:35:09.955717 [ 3 ] {3bd8af5d-f386-4edd-8532-ff2b76ddc281} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3745 | 2024.09.24 04:35:09.955997 [ 200 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 90 rows starting from the beginning of the part | ||
3746 | 2024.09.24 04:35:09.956419 [ 200 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 233 rows starting from the beginning of the part | ||
3747 | 2024.09.24 04:35:09.956794 [ 200 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1232 rows starting from the beginning of the part | ||
3748 | 2024.09.24 04:35:09.957546 [ 3 ] {3bd8af5d-f386-4edd-8532-ff2b76ddc281} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3749 | 2024.09.24 04:35:09.958244 [ 3 ] {3bd8af5d-f386-4edd-8532-ff2b76ddc281} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3750 | 2024.09.24 04:35:09.958297 [ 3 ] {3bd8af5d-f386-4edd-8532-ff2b76ddc281} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3751 | 2024.09.24 04:35:09.959325 [ 3 ] {3bd8af5d-f386-4edd-8532-ff2b76ddc281} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3752 | 2024.09.24 04:35:09.960109 [ 3 ] {3bd8af5d-f386-4edd-8532-ff2b76ddc281} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3753 | 2024.09.24 04:35:09.960305 [ 3 ] {3bd8af5d-f386-4edd-8532-ff2b76ddc281} <Debug> executeQuery: Read 21 rows, 1.56 KiB in 0.005005 sec., 4195.804195804196 rows/sec., 311.21 KiB/sec. | ||
3754 | 2024.09.24 04:35:09.960909 [ 3 ] {3bd8af5d-f386-4edd-8532-ff2b76ddc281} <Debug> DynamicQueryHandler: Done processing query | ||
3755 | 2024.09.24 04:35:09.961004 [ 3 ] {3bd8af5d-f386-4edd-8532-ff2b76ddc281} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3756 | 2024.09.24 04:35:09.961074 [ 3 ] {} <Debug> HTTP-Session: f79ada0e-5424-4d6d-abd5-b94f08feca7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3757 | 2024.09.24 04:35:09.961255 [ 200 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3288 rows, containing 5 columns (5 merged, 0 gathered) in 0.006977828 sec., 471206.79959437234 rows/sec., 41.24 MiB/sec. | ||
3758 | 2024.09.24 04:35:09.961314 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 30477, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3759 | 2024.09.24 04:35:09.961380 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3760 | 2024.09.24 04:35:09.961402 [ 3 ] {} <Debug> HTTP-Session: e03dbc55-22e6-40f3-8fa8-5502fdfaca9a Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
3761 | 2024.09.24 04:35:09.961422 [ 3 ] {} <Debug> HTTP-Session: e03dbc55-22e6-40f3-8fa8-5502fdfaca9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3762 | 2024.09.24 04:35:09.961457 [ 3 ] {} <Debug> HTTP-Session: e03dbc55-22e6-40f3-8fa8-5502fdfaca9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3763 | 2024.09.24 04:35:09.961499 [ 3 ] {} <Trace> HTTP-Session: e03dbc55-22e6-40f3-8fa8-5502fdfaca9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3764 | 2024.09.24 04:35:09.961540 [ 200 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3765 | 2024.09.24 04:35:09.961848 [ 3 ] {abf7fad4-3935-4a1e-bc27-56ce3e1e326a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
3766 | 2024.09.24 04:35:09.962016 [ 3 ] {abf7fad4-3935-4a1e-bc27-56ce3e1e326a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3767 | 2024.09.24 04:35:09.962557 [ 200 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_16_3} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3768 | 2024.09.24 04:35:09.962727 [ 3 ] {abf7fad4-3935-4a1e-bc27-56ce3e1e326a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3769 | 2024.09.24 04:35:09.962805 [ 200 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_16_3} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3770 | 2024.09.24 04:35:09.962973 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
3771 | 2024.09.24 04:35:09.963325 [ 3 ] {abf7fad4-3935-4a1e-bc27-56ce3e1e326a} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3772 | 2024.09.24 04:35:09.963367 [ 3 ] {abf7fad4-3935-4a1e-bc27-56ce3e1e326a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3773 | 2024.09.24 04:35:09.963749 [ 3 ] {abf7fad4-3935-4a1e-bc27-56ce3e1e326a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3774 | 2024.09.24 04:35:09.964123 [ 3 ] {abf7fad4-3935-4a1e-bc27-56ce3e1e326a} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3775 | 2024.09.24 04:35:09.964285 [ 3 ] {abf7fad4-3935-4a1e-bc27-56ce3e1e326a} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002637 sec., 86461.88850967008 rows/sec., 5.85 MiB/sec. | ||
3776 | 2024.09.24 04:35:09.964472 [ 3 ] {abf7fad4-3935-4a1e-bc27-56ce3e1e326a} <Debug> DynamicQueryHandler: Done processing query | ||
3777 | 2024.09.24 04:35:09.964497 [ 3 ] {abf7fad4-3935-4a1e-bc27-56ce3e1e326a} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
3778 | 2024.09.24 04:35:09.964513 [ 3 ] {} <Debug> HTTP-Session: e03dbc55-22e6-40f3-8fa8-5502fdfaca9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3779 | 2024.09.24 04:35:09.964703 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 89428, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3780 | 2024.09.24 04:35:09.964756 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3781 | 2024.09.24 04:35:09.964776 [ 3 ] {} <Debug> HTTP-Session: 8f29964c-a274-4d9e-b406-55bc8e1fdb5d Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
3782 | 2024.09.24 04:35:09.964793 [ 3 ] {} <Debug> HTTP-Session: 8f29964c-a274-4d9e-b406-55bc8e1fdb5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3783 | 2024.09.24 04:35:09.964807 [ 3 ] {} <Debug> HTTP-Session: 8f29964c-a274-4d9e-b406-55bc8e1fdb5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3784 | 2024.09.24 04:35:09.964840 [ 3 ] {} <Trace> HTTP-Session: 8f29964c-a274-4d9e-b406-55bc8e1fdb5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3785 | 2024.09.24 04:35:09.965217 [ 3 ] {16dd9886-17bf-467c-8b93-9fbfa669f675} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3786 | 2024.09.24 04:35:09.965263 [ 3 ] {16dd9886-17bf-467c-8b93-9fbfa669f675} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3787 | 2024.09.24 04:35:09.965494 [ 3 ] {16dd9886-17bf-467c-8b93-9fbfa669f675} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3788 | 2024.09.24 04:35:09.966106 [ 3 ] {16dd9886-17bf-467c-8b93-9fbfa669f675} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3789 | 2024.09.24 04:35:09.966143 [ 3 ] {16dd9886-17bf-467c-8b93-9fbfa669f675} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3790 | 2024.09.24 04:35:09.966524 [ 3 ] {16dd9886-17bf-467c-8b93-9fbfa669f675} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3791 | 2024.09.24 04:35:09.966885 [ 3 ] {16dd9886-17bf-467c-8b93-9fbfa669f675} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3792 | 2024.09.24 04:35:09.967043 [ 28 ] {} <Debug> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3793 | 2024.09.24 04:35:09.967052 [ 3 ] {16dd9886-17bf-467c-8b93-9fbfa669f675} <Debug> executeQuery: Read 541 rows, 41.09 KiB in 0.002095 sec., 258233.89021479714 rows/sec., 19.15 MiB/sec. | ||
3794 | 2024.09.24 04:35:09.967109 [ 28 ] {} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3795 | 2024.09.24 04:35:09.967176 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3796 | 2024.09.24 04:35:09.967391 [ 3 ] {16dd9886-17bf-467c-8b93-9fbfa669f675} <Debug> DynamicQueryHandler: Done processing query | ||
3797 | 2024.09.24 04:35:09.967393 [ 191 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::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 | ||
3798 | 2024.09.24 04:35:09.967426 [ 3 ] {16dd9886-17bf-467c-8b93-9fbfa669f675} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
3799 | 2024.09.24 04:35:09.967479 [ 3 ] {} <Debug> HTTP-Session: 8f29964c-a274-4d9e-b406-55bc8e1fdb5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3800 | 2024.09.24 04:35:09.967610 [ 191 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3801 | 2024.09.24 04:35:09.967651 [ 191 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 897 rows starting from the beginning of the part | ||
3802 | 2024.09.24 04:35:09.967795 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 167393, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3803 | 2024.09.24 04:35:09.967882 [ 191 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 81 rows starting from the beginning of the part | ||
3804 | 2024.09.24 04:35:09.967938 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3805 | 2024.09.24 04:35:09.968020 [ 3 ] {} <Debug> HTTP-Session: ad9a5236-987b-4a06-adce-bf8b8024894e Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
3806 | 2024.09.24 04:35:09.968112 [ 3 ] {} <Debug> HTTP-Session: ad9a5236-987b-4a06-adce-bf8b8024894e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3807 | 2024.09.24 04:35:09.968198 [ 191 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 404 rows starting from the beginning of the part | ||
3808 | 2024.09.24 04:35:09.968200 [ 3 ] {} <Debug> HTTP-Session: ad9a5236-987b-4a06-adce-bf8b8024894e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3809 | 2024.09.24 04:35:09.968391 [ 3 ] {} <Trace> HTTP-Session: ad9a5236-987b-4a06-adce-bf8b8024894e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3810 | 2024.09.24 04:35:09.968470 [ 191 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 81 rows starting from the beginning of the part | ||
3811 | 2024.09.24 04:35:09.968675 [ 191 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 404 rows starting from the beginning of the part | ||
3812 | 2024.09.24 04:35:09.968884 [ 191 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 541 rows starting from the beginning of the part | ||
3813 | 2024.09.24 04:35:09.969302 [ 3 ] {c33c5c66-095d-4609-920e-1489eff033b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3814 | 2024.09.24 04:35:09.969414 [ 3 ] {c33c5c66-095d-4609-920e-1489eff033b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3815 | 2024.09.24 04:35:09.970074 [ 3 ] {c33c5c66-095d-4609-920e-1489eff033b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3816 | 2024.09.24 04:35:09.971502 [ 3 ] {c33c5c66-095d-4609-920e-1489eff033b7} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3817 | 2024.09.24 04:35:09.971542 [ 193 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2408 rows, containing 5 columns (5 merged, 0 gathered) in 0.00424554 sec., 567183.4442732844 rows/sec., 43.48 MiB/sec. | ||
3818 | 2024.09.24 04:35:09.971553 [ 3 ] {c33c5c66-095d-4609-920e-1489eff033b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3819 | 2024.09.24 04:35:09.971829 [ 193 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3820 | 2024.09.24 04:35:09.972537 [ 3 ] {c33c5c66-095d-4609-920e-1489eff033b7} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3821 | 2024.09.24 04:35:09.972839 [ 193 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_16_3} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3822 | 2024.09.24 04:35:09.973034 [ 193 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_16_3} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3823 | 2024.09.24 04:35:09.973193 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
3824 | 2024.09.24 04:35:09.973267 [ 3 ] {c33c5c66-095d-4609-920e-1489eff033b7} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3825 | 2024.09.24 04:35:09.973439 [ 3 ] {c33c5c66-095d-4609-920e-1489eff033b7} <Debug> executeQuery: Read 882 rows, 60.77 KiB in 0.004683 sec., 188340.80717488792 rows/sec., 12.67 MiB/sec. | ||
3826 | 2024.09.24 04:35:09.973634 [ 3 ] {c33c5c66-095d-4609-920e-1489eff033b7} <Debug> DynamicQueryHandler: Done processing query | ||
3827 | 2024.09.24 04:35:09.973659 [ 3 ] {c33c5c66-095d-4609-920e-1489eff033b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.67 MiB. | ||
3828 | 2024.09.24 04:35:09.973675 [ 3 ] {} <Debug> HTTP-Session: ad9a5236-987b-4a06-adce-bf8b8024894e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3829 | 2024.09.24 04:35:09.973846 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 28889, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3830 | 2024.09.24 04:35:09.973893 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3831 | 2024.09.24 04:35:09.973913 [ 3 ] {} <Debug> HTTP-Session: 246aa5f5-5b7e-4b06-9815-a7875bd63d90 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
3832 | 2024.09.24 04:35:09.973930 [ 3 ] {} <Debug> HTTP-Session: 246aa5f5-5b7e-4b06-9815-a7875bd63d90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3833 | 2024.09.24 04:35:09.973944 [ 3 ] {} <Debug> HTTP-Session: 246aa5f5-5b7e-4b06-9815-a7875bd63d90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3834 | 2024.09.24 04:35:09.973975 [ 3 ] {} <Trace> HTTP-Session: 246aa5f5-5b7e-4b06-9815-a7875bd63d90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3835 | 2024.09.24 04:35:09.974261 [ 3 ] {dc5a8f2c-e1c6-4bee-b717-b9878e863b1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
3836 | 2024.09.24 04:35:09.974329 [ 3 ] {dc5a8f2c-e1c6-4bee-b717-b9878e863b1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
3837 | 2024.09.24 04:35:09.974780 [ 3 ] {dc5a8f2c-e1c6-4bee-b717-b9878e863b1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3838 | 2024.09.24 04:35:09.975334 [ 3 ] {dc5a8f2c-e1c6-4bee-b717-b9878e863b1d} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3839 | 2024.09.24 04:35:09.975369 [ 3 ] {dc5a8f2c-e1c6-4bee-b717-b9878e863b1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3840 | 2024.09.24 04:35:09.975970 [ 3 ] {dc5a8f2c-e1c6-4bee-b717-b9878e863b1d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3841 | 2024.09.24 04:35:09.976376 [ 3 ] {dc5a8f2c-e1c6-4bee-b717-b9878e863b1d} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3842 | 2024.09.24 04:35:09.976557 [ 3 ] {dc5a8f2c-e1c6-4bee-b717-b9878e863b1d} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002502 sec., 6794.564348521183 rows/sec., 12.18 MiB/sec. | ||
3843 | 2024.09.24 04:35:09.976757 [ 3 ] {dc5a8f2c-e1c6-4bee-b717-b9878e863b1d} <Debug> DynamicQueryHandler: Done processing query | ||
3844 | 2024.09.24 04:35:09.976781 [ 3 ] {dc5a8f2c-e1c6-4bee-b717-b9878e863b1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
3845 | 2024.09.24 04:35:09.976797 [ 3 ] {} <Debug> HTTP-Session: 246aa5f5-5b7e-4b06-9815-a7875bd63d90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3846 | 2024.09.24 04:35:09.976920 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3847 | 2024.09.24 04:35:09.976967 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3848 | 2024.09.24 04:35:09.976987 [ 3 ] {} <Debug> HTTP-Session: f978241b-ae2f-4bc2-9482-ff6ddafcc334 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
3849 | 2024.09.24 04:35:09.977004 [ 3 ] {} <Debug> HTTP-Session: f978241b-ae2f-4bc2-9482-ff6ddafcc334 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3850 | 2024.09.24 04:35:09.977017 [ 3 ] {} <Debug> HTTP-Session: f978241b-ae2f-4bc2-9482-ff6ddafcc334 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3851 | 2024.09.24 04:35:09.977048 [ 3 ] {} <Trace> HTTP-Session: f978241b-ae2f-4bc2-9482-ff6ddafcc334 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3852 | 2024.09.24 04:35:09.977166 [ 3 ] {1e63774e-be7b-4cf0-9438-3561f3d1c8fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3853 | 2024.09.24 04:35:09.977211 [ 3 ] {1e63774e-be7b-4cf0-9438-3561f3d1c8fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3854 | 2024.09.24 04:35:09.977337 [ 3 ] {1e63774e-be7b-4cf0-9438-3561f3d1c8fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3855 | 2024.09.24 04:35:09.977636 [ 3 ] {1e63774e-be7b-4cf0-9438-3561f3d1c8fc} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3856 | 2024.09.24 04:35:09.977671 [ 3 ] {1e63774e-be7b-4cf0-9438-3561f3d1c8fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3857 | 2024.09.24 04:35:09.978031 [ 3 ] {1e63774e-be7b-4cf0-9438-3561f3d1c8fc} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3858 | 2024.09.24 04:35:09.978359 [ 3 ] {1e63774e-be7b-4cf0-9438-3561f3d1c8fc} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3859 | 2024.09.24 04:35:09.978515 [ 3 ] {1e63774e-be7b-4cf0-9438-3561f3d1c8fc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001393 sec., 43072.50538406317 rows/sec., 2.90 MiB/sec. | ||
3860 | 2024.09.24 04:35:09.978679 [ 3 ] {1e63774e-be7b-4cf0-9438-3561f3d1c8fc} <Debug> DynamicQueryHandler: Done processing query | ||
3861 | 2024.09.24 04:35:09.978704 [ 3 ] {1e63774e-be7b-4cf0-9438-3561f3d1c8fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3862 | 2024.09.24 04:35:09.978720 [ 3 ] {} <Debug> HTTP-Session: f978241b-ae2f-4bc2-9482-ff6ddafcc334 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3863 | 2024.09.24 04:35:14.920200 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 35148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3864 | 2024.09.24 04:35:14.920337 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3865 | 2024.09.24 04:35:14.920367 [ 3 ] {} <Debug> HTTP-Session: 155d87e0-f909-47ae-878a-63fcafdfc3bf Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
3866 | 2024.09.24 04:35:14.920397 [ 3 ] {} <Debug> HTTP-Session: 155d87e0-f909-47ae-878a-63fcafdfc3bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3867 | 2024.09.24 04:35:14.920414 [ 3 ] {} <Debug> HTTP-Session: 155d87e0-f909-47ae-878a-63fcafdfc3bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3868 | 2024.09.24 04:35:14.920470 [ 3 ] {} <Trace> HTTP-Session: 155d87e0-f909-47ae-878a-63fcafdfc3bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3869 | 2024.09.24 04:35:14.920745 [ 3 ] {6a93c14b-6e97-462c-830d-1886fbb88d9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3870 | 2024.09.24 04:35:14.920822 [ 3 ] {6a93c14b-6e97-462c-830d-1886fbb88d9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3871 | 2024.09.24 04:35:14.921189 [ 3 ] {6a93c14b-6e97-462c-830d-1886fbb88d9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3872 | 2024.09.24 04:35:14.921758 [ 3 ] {6a93c14b-6e97-462c-830d-1886fbb88d9f} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3873 | 2024.09.24 04:35:14.921807 [ 3 ] {6a93c14b-6e97-462c-830d-1886fbb88d9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3874 | 2024.09.24 04:35:14.922246 [ 3 ] {6a93c14b-6e97-462c-830d-1886fbb88d9f} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3875 | 2024.09.24 04:35:14.922629 [ 3 ] {6a93c14b-6e97-462c-830d-1886fbb88d9f} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3876 | 2024.09.24 04:35:14.922800 [ 3 ] {6a93c14b-6e97-462c-830d-1886fbb88d9f} <Debug> executeQuery: Read 233 rows, 20.98 KiB in 0.002174 sec., 107175.71297148113 rows/sec., 9.43 MiB/sec. | ||
3877 | 2024.09.24 04:35:14.923009 [ 3 ] {6a93c14b-6e97-462c-830d-1886fbb88d9f} <Debug> DynamicQueryHandler: Done processing query | ||
3878 | 2024.09.24 04:35:14.923037 [ 3 ] {6a93c14b-6e97-462c-830d-1886fbb88d9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
3879 | 2024.09.24 04:35:14.923054 [ 3 ] {} <Debug> HTTP-Session: 155d87e0-f909-47ae-878a-63fcafdfc3bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3880 | 2024.09.24 04:35:14.923236 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3881 | 2024.09.24 04:35:14.923290 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3882 | 2024.09.24 04:35:14.923311 [ 3 ] {} <Debug> HTTP-Session: ee3d220b-62cf-446e-9301-927f71f252d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
3883 | 2024.09.24 04:35:14.923329 [ 3 ] {} <Debug> HTTP-Session: ee3d220b-62cf-446e-9301-927f71f252d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3884 | 2024.09.24 04:35:14.923344 [ 3 ] {} <Debug> HTTP-Session: ee3d220b-62cf-446e-9301-927f71f252d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3885 | 2024.09.24 04:35:14.923379 [ 3 ] {} <Trace> HTTP-Session: ee3d220b-62cf-446e-9301-927f71f252d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3886 | 2024.09.24 04:35:14.923491 [ 3 ] {6ad6e4d5-b302-4ef9-8c10-1200ef9d37d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3887 | 2024.09.24 04:35:14.923539 [ 3 ] {6ad6e4d5-b302-4ef9-8c10-1200ef9d37d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3888 | 2024.09.24 04:35:14.923777 [ 3 ] {6ad6e4d5-b302-4ef9-8c10-1200ef9d37d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3889 | 2024.09.24 04:35:14.924137 [ 3 ] {6ad6e4d5-b302-4ef9-8c10-1200ef9d37d0} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3890 | 2024.09.24 04:35:14.924175 [ 3 ] {6ad6e4d5-b302-4ef9-8c10-1200ef9d37d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3891 | 2024.09.24 04:35:14.924528 [ 3 ] {6ad6e4d5-b302-4ef9-8c10-1200ef9d37d0} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3892 | 2024.09.24 04:35:14.924886 [ 3 ] {6ad6e4d5-b302-4ef9-8c10-1200ef9d37d0} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3893 | 2024.09.24 04:35:14.925048 [ 3 ] {6ad6e4d5-b302-4ef9-8c10-1200ef9d37d0} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.001586 sec., 13871.374527112232 rows/sec., 1.02 MiB/sec. | ||
3894 | 2024.09.24 04:35:14.925048 [ 78 ] {} <Debug> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3895 | 2024.09.24 04:35:14.925154 [ 78 ] {} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3896 | 2024.09.24 04:35:14.925208 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3897 | 2024.09.24 04:35:14.925334 [ 3 ] {6ad6e4d5-b302-4ef9-8c10-1200ef9d37d0} <Debug> DynamicQueryHandler: Done processing query | ||
3898 | 2024.09.24 04:35:14.925406 [ 3 ] {6ad6e4d5-b302-4ef9-8c10-1200ef9d37d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3899 | 2024.09.24 04:35:14.925480 [ 3 ] {} <Debug> HTTP-Session: ee3d220b-62cf-446e-9301-927f71f252d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3900 | 2024.09.24 04:35:14.925692 [ 199 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::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 | ||
3901 | 2024.09.24 04:35:14.925735 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3902 | 2024.09.24 04:35:14.925853 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3903 | 2024.09.24 04:35:14.925904 [ 3 ] {} <Debug> HTTP-Session: aae8cf5c-7ee1-4d97-9509-5a4b3931e0ac Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
3904 | 2024.09.24 04:35:14.925955 [ 3 ] {} <Debug> HTTP-Session: aae8cf5c-7ee1-4d97-9509-5a4b3931e0ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3905 | 2024.09.24 04:35:14.926003 [ 3 ] {} <Debug> HTTP-Session: aae8cf5c-7ee1-4d97-9509-5a4b3931e0ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3906 | 2024.09.24 04:35:14.926100 [ 3 ] {} <Trace> HTTP-Session: aae8cf5c-7ee1-4d97-9509-5a4b3931e0ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3907 | 2024.09.24 04:35:14.926102 [ 199 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3908 | 2024.09.24 04:35:14.926171 [ 199 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 41 rows starting from the beginning of the part | ||
3909 | 2024.09.24 04:35:14.926270 [ 3 ] {6bb551a5-b587-40de-b21d-15e85e71e8e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
3910 | 2024.09.24 04:35:14.926412 [ 3 ] {6bb551a5-b587-40de-b21d-15e85e71e8e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3911 | 2024.09.24 04:35:14.926445 [ 199 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 22 rows starting from the beginning of the part | ||
3912 | 2024.09.24 04:35:14.926948 [ 199 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 17 rows starting from the beginning of the part | ||
3913 | 2024.09.24 04:35:14.927295 [ 199 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 22 rows starting from the beginning of the part | ||
3914 | 2024.09.24 04:35:14.927657 [ 199 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 21 rows starting from the beginning of the part | ||
3915 | 2024.09.24 04:35:14.928063 [ 199 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 22 rows starting from the beginning of the part | ||
3916 | 2024.09.24 04:35:14.928244 [ 3 ] {6bb551a5-b587-40de-b21d-15e85e71e8e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3917 | 2024.09.24 04:35:14.929219 [ 3 ] {6bb551a5-b587-40de-b21d-15e85e71e8e3} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3918 | 2024.09.24 04:35:14.929287 [ 3 ] {6bb551a5-b587-40de-b21d-15e85e71e8e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3919 | 2024.09.24 04:35:14.930372 [ 3 ] {6bb551a5-b587-40de-b21d-15e85e71e8e3} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3920 | 2024.09.24 04:35:14.931188 [ 193 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 145 rows, containing 5 columns (5 merged, 0 gathered) in 0.005866094 sec., 24718.321936198092 rows/sec., 1.90 MiB/sec. | ||
3921 | 2024.09.24 04:35:14.931456 [ 191 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3922 | 2024.09.24 04:35:14.931476 [ 3 ] {6bb551a5-b587-40de-b21d-15e85e71e8e3} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3923 | 2024.09.24 04:35:14.931829 [ 3 ] {6bb551a5-b587-40de-b21d-15e85e71e8e3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005609 sec., 2495.9885897664467 rows/sec., 174.80 KiB/sec. | ||
3924 | 2024.09.24 04:35:14.932417 [ 3 ] {6bb551a5-b587-40de-b21d-15e85e71e8e3} <Debug> DynamicQueryHandler: Done processing query | ||
3925 | 2024.09.24 04:35:14.932459 [ 3 ] {6bb551a5-b587-40de-b21d-15e85e71e8e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3926 | 2024.09.24 04:35:14.932488 [ 3 ] {} <Debug> HTTP-Session: aae8cf5c-7ee1-4d97-9509-5a4b3931e0ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3927 | 2024.09.24 04:35:14.932604 [ 191 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_16_3} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3928 | 2024.09.24 04:35:14.932687 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3929 | 2024.09.24 04:35:14.932750 [ 191 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_16_3} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3930 | 2024.09.24 04:35:14.932767 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3931 | 2024.09.24 04:35:14.932800 [ 3 ] {} <Debug> HTTP-Session: 9273feef-e786-4663-b9f7-e82de223b087 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
3932 | 2024.09.24 04:35:14.932868 [ 3 ] {} <Debug> HTTP-Session: 9273feef-e786-4663-b9f7-e82de223b087 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3933 | 2024.09.24 04:35:14.932903 [ 3 ] {} <Debug> HTTP-Session: 9273feef-e786-4663-b9f7-e82de223b087 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3934 | 2024.09.24 04:35:14.932907 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
3935 | 2024.09.24 04:35:14.932960 [ 3 ] {} <Trace> HTTP-Session: 9273feef-e786-4663-b9f7-e82de223b087 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3936 | 2024.09.24 04:35:14.933108 [ 3 ] {0a970bc6-e7fb-48d0-8c9b-bfbbe8bbccaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
3937 | 2024.09.24 04:35:14.933193 [ 3 ] {0a970bc6-e7fb-48d0-8c9b-bfbbe8bbccaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
3938 | 2024.09.24 04:35:14.933478 [ 3 ] {0a970bc6-e7fb-48d0-8c9b-bfbbe8bbccaa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3939 | 2024.09.24 04:35:14.933788 [ 3 ] {0a970bc6-e7fb-48d0-8c9b-bfbbe8bbccaa} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3940 | 2024.09.24 04:35:14.933827 [ 3 ] {0a970bc6-e7fb-48d0-8c9b-bfbbe8bbccaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3941 | 2024.09.24 04:35:14.934179 [ 3 ] {0a970bc6-e7fb-48d0-8c9b-bfbbe8bbccaa} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3942 | 2024.09.24 04:35:14.934549 [ 3 ] {0a970bc6-e7fb-48d0-8c9b-bfbbe8bbccaa} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3943 | 2024.09.24 04:35:14.934706 [ 97 ] {} <Debug> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
3944 | 2024.09.24 04:35:14.934725 [ 3 ] {0a970bc6-e7fb-48d0-8c9b-bfbbe8bbccaa} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001665 sec., 3603.6036036036035 rows/sec., 212.91 KiB/sec. | ||
3945 | 2024.09.24 04:35:14.934773 [ 97 ] {} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3946 | 2024.09.24 04:35:14.934843 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3947 | 2024.09.24 04:35:14.935020 [ 195 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::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 | ||
3948 | 2024.09.24 04:35:14.935060 [ 3 ] {0a970bc6-e7fb-48d0-8c9b-bfbbe8bbccaa} <Debug> DynamicQueryHandler: Done processing query | ||
3949 | 2024.09.24 04:35:14.935105 [ 3 ] {0a970bc6-e7fb-48d0-8c9b-bfbbe8bbccaa} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3950 | 2024.09.24 04:35:14.935145 [ 3 ] {} <Debug> HTTP-Session: 9273feef-e786-4663-b9f7-e82de223b087 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3951 | 2024.09.24 04:35:14.935259 [ 195 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3952 | 2024.09.24 04:35:14.935299 [ 195 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
3953 | 2024.09.24 04:35:14.935390 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 65498, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3954 | 2024.09.24 04:35:14.935549 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3955 | 2024.09.24 04:35:14.935635 [ 3 ] {} <Debug> HTTP-Session: e10b8978-1349-4f22-aa54-4926286e6038 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
3956 | 2024.09.24 04:35:14.935641 [ 195 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
3957 | 2024.09.24 04:35:14.935687 [ 3 ] {} <Debug> HTTP-Session: e10b8978-1349-4f22-aa54-4926286e6038 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3958 | 2024.09.24 04:35:14.935727 [ 3 ] {} <Debug> HTTP-Session: e10b8978-1349-4f22-aa54-4926286e6038 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3959 | 2024.09.24 04:35:14.935860 [ 3 ] {} <Trace> HTTP-Session: e10b8978-1349-4f22-aa54-4926286e6038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3960 | 2024.09.24 04:35:14.935924 [ 195 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
3961 | 2024.09.24 04:35:14.936214 [ 195 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
3962 | 2024.09.24 04:35:14.936343 [ 3 ] {9b8a7278-7600-40bb-8f90-a8fab5f5a75e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3963 | 2024.09.24 04:35:14.936500 [ 3 ] {9b8a7278-7600-40bb-8f90-a8fab5f5a75e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3964 | 2024.09.24 04:35:14.936502 [ 195 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
3965 | 2024.09.24 04:35:14.937600 [ 3 ] {9b8a7278-7600-40bb-8f90-a8fab5f5a75e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3966 | 2024.09.24 04:35:14.938358 [ 3 ] {9b8a7278-7600-40bb-8f90-a8fab5f5a75e} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3967 | 2024.09.24 04:35:14.938398 [ 3 ] {9b8a7278-7600-40bb-8f90-a8fab5f5a75e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3968 | 2024.09.24 04:35:14.938762 [ 3 ] {9b8a7278-7600-40bb-8f90-a8fab5f5a75e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3969 | 2024.09.24 04:35:14.939110 [ 3 ] {9b8a7278-7600-40bb-8f90-a8fab5f5a75e} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3970 | 2024.09.24 04:35:14.939271 [ 3 ] {9b8a7278-7600-40bb-8f90-a8fab5f5a75e} <Debug> executeQuery: Read 404 rows, 29.44 KiB in 0.00318 sec., 127044.0251572327 rows/sec., 9.04 MiB/sec. | ||
3971 | 2024.09.24 04:35:14.939444 [ 3 ] {9b8a7278-7600-40bb-8f90-a8fab5f5a75e} <Debug> DynamicQueryHandler: Done processing query | ||
3972 | 2024.09.24 04:35:14.939469 [ 3 ] {9b8a7278-7600-40bb-8f90-a8fab5f5a75e} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
3973 | 2024.09.24 04:35:14.939485 [ 3 ] {} <Debug> HTTP-Session: e10b8978-1349-4f22-aa54-4926286e6038 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3974 | 2024.09.24 04:35:14.939637 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3975 | 2024.09.24 04:35:14.939684 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3976 | 2024.09.24 04:35:14.939705 [ 3 ] {} <Debug> HTTP-Session: 057f9496-f423-4e0f-a477-4d66916be56e Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
3977 | 2024.09.24 04:35:14.939722 [ 3 ] {} <Debug> HTTP-Session: 057f9496-f423-4e0f-a477-4d66916be56e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3978 | 2024.09.24 04:35:14.939736 [ 3 ] {} <Debug> HTTP-Session: 057f9496-f423-4e0f-a477-4d66916be56e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3979 | 2024.09.24 04:35:14.939774 [ 3 ] {} <Trace> HTTP-Session: 057f9496-f423-4e0f-a477-4d66916be56e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3980 | 2024.09.24 04:35:14.939945 [ 3 ] {457dfa77-21a0-40ac-a2f3-6e5db8c2fc41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3981 | 2024.09.24 04:35:14.940045 [ 3 ] {457dfa77-21a0-40ac-a2f3-6e5db8c2fc41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3982 | 2024.09.24 04:35:14.940733 [ 3 ] {457dfa77-21a0-40ac-a2f3-6e5db8c2fc41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3983 | 2024.09.24 04:35:14.941397 [ 195 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.006454257 sec., 4648.095047966017 rows/sec., 295.05 KiB/sec. | ||
3984 | 2024.09.24 04:35:14.941592 [ 3 ] {457dfa77-21a0-40ac-a2f3-6e5db8c2fc41} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3985 | 2024.09.24 04:35:14.941635 [ 195 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
3986 | 2024.09.24 04:35:14.941646 [ 3 ] {457dfa77-21a0-40ac-a2f3-6e5db8c2fc41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3987 | 2024.09.24 04:35:14.942632 [ 3 ] {457dfa77-21a0-40ac-a2f3-6e5db8c2fc41} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3988 | 2024.09.24 04:35:14.942689 [ 195 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_5_1} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3989 | 2024.09.24 04:35:14.942855 [ 195 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_5_1} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
3990 | 2024.09.24 04:35:14.943043 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
3991 | 2024.09.24 04:35:14.943286 [ 3 ] {457dfa77-21a0-40ac-a2f3-6e5db8c2fc41} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3992 | 2024.09.24 04:35:14.943457 [ 97 ] {} <Debug> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
3993 | 2024.09.24 04:35:14.943471 [ 3 ] {457dfa77-21a0-40ac-a2f3-6e5db8c2fc41} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003604 sec., 1664.8168701442842 rows/sec., 86.98 KiB/sec. | ||
3994 | 2024.09.24 04:35:14.943506 [ 97 ] {} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3995 | 2024.09.24 04:35:14.943589 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
3996 | 2024.09.24 04:35:14.943772 [ 191 ] {75164000-ad71-4be5-8783-7d150d215fd2::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 | ||
3997 | 2024.09.24 04:35:14.943824 [ 3 ] {457dfa77-21a0-40ac-a2f3-6e5db8c2fc41} <Debug> DynamicQueryHandler: Done processing query | ||
3998 | 2024.09.24 04:35:14.943873 [ 3 ] {457dfa77-21a0-40ac-a2f3-6e5db8c2fc41} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3999 | 2024.09.24 04:35:14.943932 [ 3 ] {} <Debug> HTTP-Session: 057f9496-f423-4e0f-a477-4d66916be56e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4000 | 2024.09.24 04:35:14.944001 [ 191 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4001 | 2024.09.24 04:35:14.944038 [ 191 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
4002 | 2024.09.24 04:35:14.944152 [ 191 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
4003 | 2024.09.24 04:35:14.944198 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 44612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4004 | 2024.09.24 04:35:14.944390 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4005 | 2024.09.24 04:35:14.944445 [ 3 ] {} <Debug> HTTP-Session: 2cad2c25-ef7a-4593-80f9-cd5b337967fa Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
4006 | 2024.09.24 04:35:14.944521 [ 3 ] {} <Debug> HTTP-Session: 2cad2c25-ef7a-4593-80f9-cd5b337967fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4007 | 2024.09.24 04:35:14.944586 [ 3 ] {} <Debug> HTTP-Session: 2cad2c25-ef7a-4593-80f9-cd5b337967fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4008 | 2024.09.24 04:35:14.944589 [ 191 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
4009 | 2024.09.24 04:35:14.944668 [ 3 ] {} <Trace> HTTP-Session: 2cad2c25-ef7a-4593-80f9-cd5b337967fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4010 | 2024.09.24 04:35:14.944797 [ 191 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
4011 | 2024.09.24 04:35:14.944971 [ 191 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
4012 | 2024.09.24 04:35:14.945172 [ 3 ] {71b7c726-a6d7-4cab-8d1d-17a343a03805} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4013 | 2024.09.24 04:35:14.945429 [ 3 ] {71b7c726-a6d7-4cab-8d1d-17a343a03805} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4014 | 2024.09.24 04:35:14.946075 [ 3 ] {71b7c726-a6d7-4cab-8d1d-17a343a03805} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4015 | 2024.09.24 04:35:14.947277 [ 3 ] {71b7c726-a6d7-4cab-8d1d-17a343a03805} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4016 | 2024.09.24 04:35:14.947374 [ 3 ] {71b7c726-a6d7-4cab-8d1d-17a343a03805} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4017 | 2024.09.24 04:35:14.947571 [ 191 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.003878912 sec., 7734.127507919747 rows/sec., 404.08 KiB/sec. | ||
4018 | 2024.09.24 04:35:14.947747 [ 191 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
4019 | 2024.09.24 04:35:14.948363 [ 3 ] {71b7c726-a6d7-4cab-8d1d-17a343a03805} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4020 | 2024.09.24 04:35:14.948556 [ 191 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_5_1} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4021 | 2024.09.24 04:35:14.948804 [ 191 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_5_1} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
4022 | 2024.09.24 04:35:14.948948 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
4023 | 2024.09.24 04:35:14.949122 [ 3 ] {71b7c726-a6d7-4cab-8d1d-17a343a03805} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4024 | 2024.09.24 04:35:14.949303 [ 3 ] {71b7c726-a6d7-4cab-8d1d-17a343a03805} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004414 sec., 53692.795650203894 rows/sec., 3.60 MiB/sec. | ||
4025 | 2024.09.24 04:35:14.949493 [ 3 ] {71b7c726-a6d7-4cab-8d1d-17a343a03805} <Debug> DynamicQueryHandler: Done processing query | ||
4026 | 2024.09.24 04:35:14.949518 [ 3 ] {71b7c726-a6d7-4cab-8d1d-17a343a03805} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
4027 | 2024.09.24 04:35:14.949534 [ 3 ] {} <Debug> HTTP-Session: 2cad2c25-ef7a-4593-80f9-cd5b337967fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4028 | 2024.09.24 04:35:14.949693 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4029 | 2024.09.24 04:35:14.949741 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4030 | 2024.09.24 04:35:14.949761 [ 3 ] {} <Debug> HTTP-Session: f2f2789b-f588-45b4-a326-ca41f58dbe72 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
4031 | 2024.09.24 04:35:14.949777 [ 3 ] {} <Debug> HTTP-Session: f2f2789b-f588-45b4-a326-ca41f58dbe72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4032 | 2024.09.24 04:35:14.949791 [ 3 ] {} <Debug> HTTP-Session: f2f2789b-f588-45b4-a326-ca41f58dbe72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4033 | 2024.09.24 04:35:14.949822 [ 3 ] {} <Trace> HTTP-Session: f2f2789b-f588-45b4-a326-ca41f58dbe72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4034 | 2024.09.24 04:35:14.949918 [ 3 ] {3204131f-97d2-48ca-abe6-ef374624023f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
4035 | 2024.09.24 04:35:14.949964 [ 3 ] {3204131f-97d2-48ca-abe6-ef374624023f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
4036 | 2024.09.24 04:35:14.950103 [ 3 ] {3204131f-97d2-48ca-abe6-ef374624023f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4037 | 2024.09.24 04:35:14.950363 [ 3 ] {3204131f-97d2-48ca-abe6-ef374624023f} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4038 | 2024.09.24 04:35:14.950397 [ 3 ] {3204131f-97d2-48ca-abe6-ef374624023f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4039 | 2024.09.24 04:35:14.950744 [ 3 ] {3204131f-97d2-48ca-abe6-ef374624023f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4040 | 2024.09.24 04:35:14.951091 [ 3 ] {3204131f-97d2-48ca-abe6-ef374624023f} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4041 | 2024.09.24 04:35:14.951244 [ 3 ] {3204131f-97d2-48ca-abe6-ef374624023f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00134 sec., 746.2686567164179 rows/sec., 50.29 KiB/sec. | ||
4042 | 2024.09.24 04:35:14.951270 [ 97 ] {} <Debug> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
4043 | 2024.09.24 04:35:14.951375 [ 97 ] {} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4044 | 2024.09.24 04:35:14.951442 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4045 | 2024.09.24 04:35:14.951531 [ 3 ] {3204131f-97d2-48ca-abe6-ef374624023f} <Debug> DynamicQueryHandler: Done processing query | ||
4046 | 2024.09.24 04:35:14.951591 [ 3 ] {3204131f-97d2-48ca-abe6-ef374624023f} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
4047 | 2024.09.24 04:35:14.951664 [ 3 ] {} <Debug> HTTP-Session: f2f2789b-f588-45b4-a326-ca41f58dbe72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4048 | 2024.09.24 04:35:14.951810 [ 202 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::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 | ||
4049 | 2024.09.24 04:35:14.951895 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 36109, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4050 | 2024.09.24 04:35:14.951971 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4051 | 2024.09.24 04:35:14.951994 [ 202 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4052 | 2024.09.24 04:35:14.952000 [ 3 ] {} <Debug> HTTP-Session: ebddcd4d-bfed-4c2c-8338-7953c08e3b84 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
4053 | 2024.09.24 04:35:14.952027 [ 3 ] {} <Debug> HTTP-Session: ebddcd4d-bfed-4c2c-8338-7953c08e3b84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4054 | 2024.09.24 04:35:14.952038 [ 202 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
4055 | 2024.09.24 04:35:14.952045 [ 3 ] {} <Debug> HTTP-Session: ebddcd4d-bfed-4c2c-8338-7953c08e3b84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4056 | 2024.09.24 04:35:14.952095 [ 3 ] {} <Trace> HTTP-Session: ebddcd4d-bfed-4c2c-8338-7953c08e3b84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4057 | 2024.09.24 04:35:14.952195 [ 202 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
4058 | 2024.09.24 04:35:14.952378 [ 202 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
4059 | 2024.09.24 04:35:14.952601 [ 3 ] {26c17a02-b835-40f8-aa4e-4a9381abb24c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
4060 | 2024.09.24 04:35:14.952684 [ 202 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
4061 | 2024.09.24 04:35:14.953006 [ 3 ] {26c17a02-b835-40f8-aa4e-4a9381abb24c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4062 | 2024.09.24 04:35:14.953039 [ 202 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
4063 | 2024.09.24 04:35:14.953413 [ 202 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
4064 | 2024.09.24 04:35:14.954508 [ 3 ] {26c17a02-b835-40f8-aa4e-4a9381abb24c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4065 | 2024.09.24 04:35:14.955524 [ 202 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6 rows, containing 4 columns (4 merged, 0 gathered) in 0.003957294 sec., 1516.1875766622343 rows/sec., 101.18 KiB/sec. | ||
4066 | 2024.09.24 04:35:14.955575 [ 3 ] {26c17a02-b835-40f8-aa4e-4a9381abb24c} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4067 | 2024.09.24 04:35:14.955615 [ 3 ] {26c17a02-b835-40f8-aa4e-4a9381abb24c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4068 | 2024.09.24 04:35:14.955642 [ 202 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
4069 | 2024.09.24 04:35:14.956159 [ 202 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_6_1} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4070 | 2024.09.24 04:35:14.956282 [ 202 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_6_1} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
4071 | 2024.09.24 04:35:14.956370 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
4072 | 2024.09.24 04:35:14.956529 [ 3 ] {26c17a02-b835-40f8-aa4e-4a9381abb24c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4073 | 2024.09.24 04:35:14.956941 [ 3 ] {26c17a02-b835-40f8-aa4e-4a9381abb24c} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4074 | 2024.09.24 04:35:14.957132 [ 97 ] {} <Debug> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
4075 | 2024.09.24 04:35:14.957172 [ 3 ] {26c17a02-b835-40f8-aa4e-4a9381abb24c} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.004908 sec., 4482.477587612062 rows/sec., 8.03 MiB/sec. | ||
4076 | 2024.09.24 04:35:14.957188 [ 97 ] {} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4077 | 2024.09.24 04:35:14.957263 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4078 | 2024.09.24 04:35:14.957619 [ 193 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::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 | ||
4079 | 2024.09.24 04:35:14.957761 [ 3 ] {26c17a02-b835-40f8-aa4e-4a9381abb24c} <Debug> DynamicQueryHandler: Done processing query | ||
4080 | 2024.09.24 04:35:14.957808 [ 3 ] {26c17a02-b835-40f8-aa4e-4a9381abb24c} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
4081 | 2024.09.24 04:35:14.957854 [ 3 ] {} <Debug> HTTP-Session: ebddcd4d-bfed-4c2c-8338-7953c08e3b84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4082 | 2024.09.24 04:35:14.958068 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 12152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4083 | 2024.09.24 04:35:14.958168 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4084 | 2024.09.24 04:35:14.958220 [ 193 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4085 | 2024.09.24 04:35:14.958223 [ 3 ] {} <Debug> HTTP-Session: 9b586767-a152-4720-a710-39295040674b Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
4086 | 2024.09.24 04:35:14.958284 [ 3 ] {} <Debug> HTTP-Session: 9b586767-a152-4720-a710-39295040674b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4087 | 2024.09.24 04:35:14.958326 [ 3 ] {} <Debug> HTTP-Session: 9b586767-a152-4720-a710-39295040674b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4088 | 2024.09.24 04:35:14.958371 [ 193 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 204 rows starting from the beginning of the part | ||
4089 | 2024.09.24 04:35:14.958389 [ 3 ] {} <Trace> HTTP-Session: 9b586767-a152-4720-a710-39295040674b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4090 | 2024.09.24 04:35:14.958696 [ 3 ] {0efe1dde-4cf5-45c6-94e9-c76b87061b7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4091 | 2024.09.24 04:35:14.958903 [ 3 ] {0efe1dde-4cf5-45c6-94e9-c76b87061b7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4092 | 2024.09.24 04:35:14.959035 [ 193 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 22 rows starting from the beginning of the part | ||
4093 | 2024.09.24 04:35:14.959754 [ 3 ] {0efe1dde-4cf5-45c6-94e9-c76b87061b7b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4094 | 2024.09.24 04:35:14.959841 [ 193 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 17 rows starting from the beginning of the part | ||
4095 | 2024.09.24 04:35:14.960502 [ 193 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 22 rows starting from the beginning of the part | ||
4096 | 2024.09.24 04:35:14.960856 [ 3 ] {0efe1dde-4cf5-45c6-94e9-c76b87061b7b} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4097 | 2024.09.24 04:35:14.960970 [ 3 ] {0efe1dde-4cf5-45c6-94e9-c76b87061b7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4098 | 2024.09.24 04:35:14.961263 [ 193 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 17 rows starting from the beginning of the part | ||
4099 | 2024.09.24 04:35:14.961877 [ 193 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 22 rows starting from the beginning of the part | ||
4100 | 2024.09.24 04:35:14.962297 [ 3 ] {0efe1dde-4cf5-45c6-94e9-c76b87061b7b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4101 | 2024.09.24 04:35:14.963283 [ 3 ] {0efe1dde-4cf5-45c6-94e9-c76b87061b7b} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4102 | 2024.09.24 04:35:14.963668 [ 3 ] {0efe1dde-4cf5-45c6-94e9-c76b87061b7b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005131 sec., 15981.29019684272 rows/sec., 1.02 MiB/sec. | ||
4103 | 2024.09.24 04:35:14.964254 [ 3 ] {0efe1dde-4cf5-45c6-94e9-c76b87061b7b} <Debug> DynamicQueryHandler: Done processing query | ||
4104 | 2024.09.24 04:35:14.964326 [ 3 ] {0efe1dde-4cf5-45c6-94e9-c76b87061b7b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4105 | 2024.09.24 04:35:14.964387 [ 3 ] {} <Debug> HTTP-Session: 9b586767-a152-4720-a710-39295040674b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4106 | 2024.09.24 04:35:14.966972 [ 188 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 304 rows, containing 19 columns (19 merged, 0 gathered) in 0.009549862 sec., 31832.920727022025 rows/sec., 57.04 MiB/sec. | ||
4107 | 2024.09.24 04:35:14.967439 [ 197 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
4108 | 2024.09.24 04:35:14.968081 [ 197 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4109 | 2024.09.24 04:35:14.968169 [ 197 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
4110 | 2024.09.24 04:35:14.968289 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.85 MiB. | ||
4111 | 2024.09.24 04:35:17.653966 [ 129 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4112 | 2024.09.24 04:35:17.654032 [ 129 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4113 | 2024.09.24 04:35:19.001367 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000983891 sec. | ||
4114 | 2024.09.24 04:35:19.916612 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 13137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4115 | 2024.09.24 04:35:19.916741 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4116 | 2024.09.24 04:35:19.916772 [ 3 ] {} <Debug> HTTP-Session: d8bf5f1f-6425-4a29-89cc-b5574e8a63c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
4117 | 2024.09.24 04:35:19.916801 [ 3 ] {} <Debug> HTTP-Session: d8bf5f1f-6425-4a29-89cc-b5574e8a63c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4118 | 2024.09.24 04:35:19.916820 [ 3 ] {} <Debug> HTTP-Session: d8bf5f1f-6425-4a29-89cc-b5574e8a63c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4119 | 2024.09.24 04:35:19.916875 [ 3 ] {} <Trace> HTTP-Session: d8bf5f1f-6425-4a29-89cc-b5574e8a63c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4120 | 2024.09.24 04:35:19.917115 [ 3 ] {dba0ae5e-a02a-452b-8c76-12ac11733131} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4121 | 2024.09.24 04:35:19.917192 [ 3 ] {dba0ae5e-a02a-452b-8c76-12ac11733131} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4122 | 2024.09.24 04:35:19.917529 [ 3 ] {dba0ae5e-a02a-452b-8c76-12ac11733131} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4123 | 2024.09.24 04:35:19.917975 [ 3 ] {dba0ae5e-a02a-452b-8c76-12ac11733131} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4124 | 2024.09.24 04:35:19.918023 [ 3 ] {dba0ae5e-a02a-452b-8c76-12ac11733131} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4125 | 2024.09.24 04:35:19.918459 [ 3 ] {dba0ae5e-a02a-452b-8c76-12ac11733131} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4126 | 2024.09.24 04:35:19.918862 [ 3 ] {dba0ae5e-a02a-452b-8c76-12ac11733131} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4127 | 2024.09.24 04:35:19.919049 [ 3 ] {dba0ae5e-a02a-452b-8c76-12ac11733131} <Debug> executeQuery: Read 90 rows, 7.65 KiB in 0.002013 sec., 44709.38897168405 rows/sec., 3.71 MiB/sec. | ||
4128 | 2024.09.24 04:35:19.919642 [ 3 ] {dba0ae5e-a02a-452b-8c76-12ac11733131} <Debug> DynamicQueryHandler: Done processing query | ||
4129 | 2024.09.24 04:35:19.919707 [ 3 ] {dba0ae5e-a02a-452b-8c76-12ac11733131} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
4130 | 2024.09.24 04:35:19.919752 [ 3 ] {} <Debug> HTTP-Session: d8bf5f1f-6425-4a29-89cc-b5574e8a63c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4131 | 2024.09.24 04:35:19.919922 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 2487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4132 | 2024.09.24 04:35:19.919978 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4133 | 2024.09.24 04:35:19.919999 [ 3 ] {} <Debug> HTTP-Session: 5ad94bb3-3495-4597-ab6d-db29746b6560 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
4134 | 2024.09.24 04:35:19.920019 [ 3 ] {} <Debug> HTTP-Session: 5ad94bb3-3495-4597-ab6d-db29746b6560 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4135 | 2024.09.24 04:35:19.920033 [ 3 ] {} <Debug> HTTP-Session: 5ad94bb3-3495-4597-ab6d-db29746b6560 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4136 | 2024.09.24 04:35:19.920069 [ 3 ] {} <Trace> HTTP-Session: 5ad94bb3-3495-4597-ab6d-db29746b6560 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4137 | 2024.09.24 04:35:19.920187 [ 3 ] {f4416391-a891-4c4b-9b6a-fb6519412d41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4138 | 2024.09.24 04:35:19.920235 [ 3 ] {f4416391-a891-4c4b-9b6a-fb6519412d41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4139 | 2024.09.24 04:35:19.920500 [ 3 ] {f4416391-a891-4c4b-9b6a-fb6519412d41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4140 | 2024.09.24 04:35:19.920795 [ 3 ] {f4416391-a891-4c4b-9b6a-fb6519412d41} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4141 | 2024.09.24 04:35:19.920833 [ 3 ] {f4416391-a891-4c4b-9b6a-fb6519412d41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4142 | 2024.09.24 04:35:19.921195 [ 3 ] {f4416391-a891-4c4b-9b6a-fb6519412d41} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4143 | 2024.09.24 04:35:19.921559 [ 3 ] {f4416391-a891-4c4b-9b6a-fb6519412d41} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4144 | 2024.09.24 04:35:19.921717 [ 3 ] {f4416391-a891-4c4b-9b6a-fb6519412d41} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001557 sec., 10918.432883750802 rows/sec., 821.01 KiB/sec. | ||
4145 | 2024.09.24 04:35:19.921930 [ 3 ] {f4416391-a891-4c4b-9b6a-fb6519412d41} <Debug> DynamicQueryHandler: Done processing query | ||
4146 | 2024.09.24 04:35:19.921955 [ 3 ] {f4416391-a891-4c4b-9b6a-fb6519412d41} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4147 | 2024.09.24 04:35:19.921972 [ 3 ] {} <Debug> HTTP-Session: 5ad94bb3-3495-4597-ab6d-db29746b6560 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4148 | 2024.09.24 04:35:19.922105 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 13756, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4149 | 2024.09.24 04:35:19.922155 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4150 | 2024.09.24 04:35:19.922175 [ 3 ] {} <Debug> HTTP-Session: c96db9ac-f562-414a-88fb-33c85121fde1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
4151 | 2024.09.24 04:35:19.922193 [ 3 ] {} <Debug> HTTP-Session: c96db9ac-f562-414a-88fb-33c85121fde1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4152 | 2024.09.24 04:35:19.922207 [ 3 ] {} <Debug> HTTP-Session: c96db9ac-f562-414a-88fb-33c85121fde1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4153 | 2024.09.24 04:35:19.922240 [ 3 ] {} <Trace> HTTP-Session: c96db9ac-f562-414a-88fb-33c85121fde1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4154 | 2024.09.24 04:35:19.922357 [ 3 ] {c042a795-d8d5-4f55-804f-48a45e45a873} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4155 | 2024.09.24 04:35:19.922403 [ 3 ] {c042a795-d8d5-4f55-804f-48a45e45a873} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4156 | 2024.09.24 04:35:19.922629 [ 3 ] {c042a795-d8d5-4f55-804f-48a45e45a873} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4157 | 2024.09.24 04:35:19.922970 [ 3 ] {c042a795-d8d5-4f55-804f-48a45e45a873} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4158 | 2024.09.24 04:35:19.923006 [ 3 ] {c042a795-d8d5-4f55-804f-48a45e45a873} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4159 | 2024.09.24 04:35:19.923361 [ 3 ] {c042a795-d8d5-4f55-804f-48a45e45a873} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4160 | 2024.09.24 04:35:19.923708 [ 3 ] {c042a795-d8d5-4f55-804f-48a45e45a873} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4161 | 2024.09.24 04:35:19.923875 [ 3 ] {c042a795-d8d5-4f55-804f-48a45e45a873} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.001551 sec., 52224.37137330754 rows/sec., 4.08 MiB/sec. | ||
4162 | 2024.09.24 04:35:19.924197 [ 3 ] {c042a795-d8d5-4f55-804f-48a45e45a873} <Debug> DynamicQueryHandler: Done processing query | ||
4163 | 2024.09.24 04:35:19.924221 [ 3 ] {c042a795-d8d5-4f55-804f-48a45e45a873} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
4164 | 2024.09.24 04:35:19.924237 [ 3 ] {} <Debug> HTTP-Session: c96db9ac-f562-414a-88fb-33c85121fde1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4165 | 2024.09.24 04:35:19.924421 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4166 | 2024.09.24 04:35:19.924469 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4167 | 2024.09.24 04:35:19.924489 [ 3 ] {} <Debug> HTTP-Session: bdb7cd18-b799-4628-9e4e-75f177efac36 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
4168 | 2024.09.24 04:35:19.924505 [ 3 ] {} <Debug> HTTP-Session: bdb7cd18-b799-4628-9e4e-75f177efac36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4169 | 2024.09.24 04:35:19.924519 [ 3 ] {} <Debug> HTTP-Session: bdb7cd18-b799-4628-9e4e-75f177efac36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4170 | 2024.09.24 04:35:19.924549 [ 3 ] {} <Trace> HTTP-Session: bdb7cd18-b799-4628-9e4e-75f177efac36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4171 | 2024.09.24 04:35:19.924696 [ 3 ] {a923fdb2-1b2d-47e1-ade4-f285ac518be9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4172 | 2024.09.24 04:35:19.924745 [ 3 ] {a923fdb2-1b2d-47e1-ade4-f285ac518be9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4173 | 2024.09.24 04:35:19.924910 [ 3 ] {a923fdb2-1b2d-47e1-ade4-f285ac518be9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4174 | 2024.09.24 04:35:19.925266 [ 3 ] {a923fdb2-1b2d-47e1-ade4-f285ac518be9} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4175 | 2024.09.24 04:35:19.925301 [ 3 ] {a923fdb2-1b2d-47e1-ade4-f285ac518be9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4176 | 2024.09.24 04:35:19.925693 [ 3 ] {a923fdb2-1b2d-47e1-ade4-f285ac518be9} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4177 | 2024.09.24 04:35:19.926030 [ 3 ] {a923fdb2-1b2d-47e1-ade4-f285ac518be9} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4178 | 2024.09.24 04:35:19.926198 [ 3 ] {a923fdb2-1b2d-47e1-ade4-f285ac518be9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001558 sec., 102695.76379974326 rows/sec., 7.15 MiB/sec. | ||
4179 | 2024.09.24 04:35:19.926199 [ 143 ] {} <Debug> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
4180 | 2024.09.24 04:35:19.926331 [ 143 ] {} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4181 | 2024.09.24 04:35:19.926395 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4182 | 2024.09.24 04:35:19.926407 [ 3 ] {a923fdb2-1b2d-47e1-ade4-f285ac518be9} <Debug> DynamicQueryHandler: Done processing query | ||
4183 | 2024.09.24 04:35:19.926461 [ 3 ] {a923fdb2-1b2d-47e1-ade4-f285ac518be9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4184 | 2024.09.24 04:35:19.926526 [ 3 ] {} <Debug> HTTP-Session: bdb7cd18-b799-4628-9e4e-75f177efac36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4185 | 2024.09.24 04:35:19.926680 [ 193 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::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 | ||
4186 | 2024.09.24 04:35:19.926737 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 28921, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4187 | 2024.09.24 04:35:19.926838 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4188 | 2024.09.24 04:35:19.926881 [ 3 ] {} <Debug> HTTP-Session: 525a86a8-66ce-414b-8715-9666605e4012 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
4189 | 2024.09.24 04:35:19.926923 [ 3 ] {} <Debug> HTTP-Session: 525a86a8-66ce-414b-8715-9666605e4012 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4190 | 2024.09.24 04:35:19.926956 [ 3 ] {} <Debug> HTTP-Session: 525a86a8-66ce-414b-8715-9666605e4012 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4191 | 2024.09.24 04:35:19.927063 [ 3 ] {} <Trace> HTTP-Session: 525a86a8-66ce-414b-8715-9666605e4012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4192 | 2024.09.24 04:35:19.927174 [ 193 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4193 | 2024.09.24 04:35:19.927265 [ 193 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 3509 rows starting from the beginning of the part | ||
4194 | 2024.09.24 04:35:19.927431 [ 193 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 160 rows starting from the beginning of the part | ||
4195 | 2024.09.24 04:35:19.927454 [ 3 ] {b34615e1-9df5-4b17-b294-1fe0edc52202} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
4196 | 2024.09.24 04:35:19.927750 [ 193 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 237 rows starting from the beginning of the part | ||
4197 | 2024.09.24 04:35:19.927794 [ 3 ] {b34615e1-9df5-4b17-b294-1fe0edc52202} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4198 | 2024.09.24 04:35:19.928178 [ 193 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 882 rows starting from the beginning of the part | ||
4199 | 2024.09.24 04:35:19.928549 [ 193 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 237 rows starting from the beginning of the part | ||
4200 | 2024.09.24 04:35:19.928911 [ 193 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part | ||
4201 | 2024.09.24 04:35:19.930503 [ 3 ] {b34615e1-9df5-4b17-b294-1fe0edc52202} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4202 | 2024.09.24 04:35:19.931970 [ 3 ] {b34615e1-9df5-4b17-b294-1fe0edc52202} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4203 | 2024.09.24 04:35:19.932044 [ 3 ] {b34615e1-9df5-4b17-b294-1fe0edc52202} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4204 | 2024.09.24 04:35:19.933233 [ 3 ] {b34615e1-9df5-4b17-b294-1fe0edc52202} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4205 | 2024.09.24 04:35:19.933845 [ 193 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5185 rows, containing 5 columns (5 merged, 0 gathered) in 0.007301295 sec., 710147.9942941628 rows/sec., 47.67 MiB/sec. | ||
4206 | 2024.09.24 04:35:19.933912 [ 3 ] {b34615e1-9df5-4b17-b294-1fe0edc52202} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4207 | 2024.09.24 04:35:19.934261 [ 3 ] {b34615e1-9df5-4b17-b294-1fe0edc52202} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.007007 sec., 2426.1452832881405 rows/sec., 4.35 MiB/sec. | ||
4208 | 2024.09.24 04:35:19.934409 [ 193 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
4209 | 2024.09.24 04:35:19.935798 [ 3 ] {b34615e1-9df5-4b17-b294-1fe0edc52202} <Debug> DynamicQueryHandler: Done processing query | ||
4210 | 2024.09.24 04:35:19.935840 [ 3 ] {b34615e1-9df5-4b17-b294-1fe0edc52202} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
4211 | 2024.09.24 04:35:19.935862 [ 3 ] {} <Debug> HTTP-Session: 525a86a8-66ce-414b-8715-9666605e4012 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4212 | 2024.09.24 04:35:19.935984 [ 193 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4213 | 2024.09.24 04:35:19.936063 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4214 | 2024.09.24 04:35:19.936125 [ 193 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
4215 | 2024.09.24 04:35:19.936143 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4216 | 2024.09.24 04:35:19.936176 [ 3 ] {} <Debug> HTTP-Session: 27667261-12b7-47c8-a72b-91397feccb4e Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
4217 | 2024.09.24 04:35:19.936237 [ 3 ] {} <Debug> HTTP-Session: 27667261-12b7-47c8-a72b-91397feccb4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4218 | 2024.09.24 04:35:19.936272 [ 3 ] {} <Debug> HTTP-Session: 27667261-12b7-47c8-a72b-91397feccb4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4219 | 2024.09.24 04:35:19.936282 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.03 MiB. | ||
4220 | 2024.09.24 04:35:19.936337 [ 3 ] {} <Trace> HTTP-Session: 27667261-12b7-47c8-a72b-91397feccb4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4221 | 2024.09.24 04:35:19.936468 [ 3 ] {b3eb520b-7ba9-4083-8672-b71a92da64a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4222 | 2024.09.24 04:35:19.936514 [ 3 ] {b3eb520b-7ba9-4083-8672-b71a92da64a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4223 | 2024.09.24 04:35:19.936663 [ 3 ] {b3eb520b-7ba9-4083-8672-b71a92da64a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4224 | 2024.09.24 04:35:19.936942 [ 3 ] {b3eb520b-7ba9-4083-8672-b71a92da64a9} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4225 | 2024.09.24 04:35:19.936978 [ 3 ] {b3eb520b-7ba9-4083-8672-b71a92da64a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4226 | 2024.09.24 04:35:19.937347 [ 3 ] {b3eb520b-7ba9-4083-8672-b71a92da64a9} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4227 | 2024.09.24 04:35:19.937683 [ 3 ] {b3eb520b-7ba9-4083-8672-b71a92da64a9} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4228 | 2024.09.24 04:35:19.937840 [ 3 ] {b3eb520b-7ba9-4083-8672-b71a92da64a9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00141 sec., 42553.1914893617 rows/sec., 2.87 MiB/sec. | ||
4229 | 2024.09.24 04:35:19.938140 [ 3 ] {b3eb520b-7ba9-4083-8672-b71a92da64a9} <Debug> DynamicQueryHandler: Done processing query | ||
4230 | 2024.09.24 04:35:19.938188 [ 3 ] {b3eb520b-7ba9-4083-8672-b71a92da64a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4231 | 2024.09.24 04:35:19.938223 [ 3 ] {} <Debug> HTTP-Session: 27667261-12b7-47c8-a72b-91397feccb4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4232 | 2024.09.24 04:35:24.921610 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4233 | 2024.09.24 04:35:24.921740 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4234 | 2024.09.24 04:35:24.921765 [ 3 ] {} <Debug> HTTP-Session: e08b465b-2554-4701-994b-54a4b7b791f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
4235 | 2024.09.24 04:35:24.921790 [ 3 ] {} <Debug> HTTP-Session: e08b465b-2554-4701-994b-54a4b7b791f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4236 | 2024.09.24 04:35:24.921804 [ 3 ] {} <Debug> HTTP-Session: e08b465b-2554-4701-994b-54a4b7b791f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4237 | 2024.09.24 04:35:24.921853 [ 3 ] {} <Trace> HTTP-Session: e08b465b-2554-4701-994b-54a4b7b791f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4238 | 2024.09.24 04:35:24.922035 [ 3 ] {519ab6d4-c72c-4fce-b061-8b34fc515e51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4239 | 2024.09.24 04:35:24.922102 [ 3 ] {519ab6d4-c72c-4fce-b061-8b34fc515e51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4240 | 2024.09.24 04:35:24.922435 [ 3 ] {519ab6d4-c72c-4fce-b061-8b34fc515e51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4241 | 2024.09.24 04:35:24.922803 [ 3 ] {519ab6d4-c72c-4fce-b061-8b34fc515e51} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4242 | 2024.09.24 04:35:24.922849 [ 3 ] {519ab6d4-c72c-4fce-b061-8b34fc515e51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4243 | 2024.09.24 04:35:24.923257 [ 3 ] {519ab6d4-c72c-4fce-b061-8b34fc515e51} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
4244 | 2024.09.24 04:35:24.923652 [ 3 ] {519ab6d4-c72c-4fce-b061-8b34fc515e51} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4245 | 2024.09.24 04:35:24.923809 [ 3 ] {519ab6d4-c72c-4fce-b061-8b34fc515e51} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00183 sec., 1092.896174863388 rows/sec., 89.12 KiB/sec. | ||
4246 | 2024.09.24 04:35:24.924074 [ 3 ] {519ab6d4-c72c-4fce-b061-8b34fc515e51} <Debug> DynamicQueryHandler: Done processing query | ||
4247 | 2024.09.24 04:35:24.924101 [ 3 ] {519ab6d4-c72c-4fce-b061-8b34fc515e51} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4248 | 2024.09.24 04:35:24.924117 [ 3 ] {} <Debug> HTTP-Session: e08b465b-2554-4701-994b-54a4b7b791f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4249 | 2024.09.24 04:35:24.924337 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 35282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4250 | 2024.09.24 04:35:24.924392 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4251 | 2024.09.24 04:35:24.924412 [ 3 ] {} <Debug> HTTP-Session: eedca694-b21e-4af0-87d2-f4fcae3b777e Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
4252 | 2024.09.24 04:35:24.924431 [ 3 ] {} <Debug> HTTP-Session: eedca694-b21e-4af0-87d2-f4fcae3b777e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4253 | 2024.09.24 04:35:24.924445 [ 3 ] {} <Debug> HTTP-Session: eedca694-b21e-4af0-87d2-f4fcae3b777e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4254 | 2024.09.24 04:35:24.924482 [ 3 ] {} <Trace> HTTP-Session: eedca694-b21e-4af0-87d2-f4fcae3b777e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4255 | 2024.09.24 04:35:24.924649 [ 3 ] {d3891a29-b51b-46cf-879c-f7d180541dad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4256 | 2024.09.24 04:35:24.924695 [ 3 ] {d3891a29-b51b-46cf-879c-f7d180541dad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4257 | 2024.09.24 04:35:24.924933 [ 3 ] {d3891a29-b51b-46cf-879c-f7d180541dad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4258 | 2024.09.24 04:35:24.925481 [ 3 ] {d3891a29-b51b-46cf-879c-f7d180541dad} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4259 | 2024.09.24 04:35:24.925544 [ 3 ] {d3891a29-b51b-46cf-879c-f7d180541dad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4260 | 2024.09.24 04:35:24.925920 [ 3 ] {d3891a29-b51b-46cf-879c-f7d180541dad} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4261 | 2024.09.24 04:35:24.926289 [ 3 ] {d3891a29-b51b-46cf-879c-f7d180541dad} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4262 | 2024.09.24 04:35:24.926463 [ 3 ] {d3891a29-b51b-46cf-879c-f7d180541dad} <Debug> executeQuery: Read 234 rows, 21.06 KiB in 0.001882 sec., 124335.81296493093 rows/sec., 10.93 MiB/sec. | ||
4263 | 2024.09.24 04:35:24.926681 [ 3 ] {d3891a29-b51b-46cf-879c-f7d180541dad} <Debug> DynamicQueryHandler: Done processing query | ||
4264 | 2024.09.24 04:35:24.926706 [ 3 ] {d3891a29-b51b-46cf-879c-f7d180541dad} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
4265 | 2024.09.24 04:35:24.926722 [ 3 ] {} <Debug> HTTP-Session: eedca694-b21e-4af0-87d2-f4fcae3b777e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4266 | 2024.09.24 04:35:24.926888 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4267 | 2024.09.24 04:35:24.926939 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4268 | 2024.09.24 04:35:24.926958 [ 3 ] {} <Debug> HTTP-Session: 5203dc0f-846b-4203-bba1-733a292f50c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
4269 | 2024.09.24 04:35:24.926975 [ 3 ] {} <Debug> HTTP-Session: 5203dc0f-846b-4203-bba1-733a292f50c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4270 | 2024.09.24 04:35:24.926989 [ 3 ] {} <Debug> HTTP-Session: 5203dc0f-846b-4203-bba1-733a292f50c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4271 | 2024.09.24 04:35:24.927023 [ 3 ] {} <Trace> HTTP-Session: 5203dc0f-846b-4203-bba1-733a292f50c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4272 | 2024.09.24 04:35:24.927128 [ 3 ] {789f44d2-36c5-42bf-8451-fcc737c9edcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4273 | 2024.09.24 04:35:24.927172 [ 3 ] {789f44d2-36c5-42bf-8451-fcc737c9edcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4274 | 2024.09.24 04:35:24.927400 [ 3 ] {789f44d2-36c5-42bf-8451-fcc737c9edcb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4275 | 2024.09.24 04:35:24.927725 [ 3 ] {789f44d2-36c5-42bf-8451-fcc737c9edcb} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4276 | 2024.09.24 04:35:24.927761 [ 3 ] {789f44d2-36c5-42bf-8451-fcc737c9edcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4277 | 2024.09.24 04:35:24.928106 [ 3 ] {789f44d2-36c5-42bf-8451-fcc737c9edcb} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4278 | 2024.09.24 04:35:24.928477 [ 3 ] {789f44d2-36c5-42bf-8451-fcc737c9edcb} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4279 | 2024.09.24 04:35:24.928641 [ 3 ] {789f44d2-36c5-42bf-8451-fcc737c9edcb} <Debug> executeQuery: Read 24 rows, 1.79 KiB in 0.001541 sec., 15574.302401038287 rows/sec., 1.14 MiB/sec. | ||
4280 | 2024.09.24 04:35:24.928956 [ 3 ] {789f44d2-36c5-42bf-8451-fcc737c9edcb} <Debug> DynamicQueryHandler: Done processing query | ||
4281 | 2024.09.24 04:35:24.928981 [ 3 ] {789f44d2-36c5-42bf-8451-fcc737c9edcb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4282 | 2024.09.24 04:35:24.928997 [ 3 ] {} <Debug> HTTP-Session: 5203dc0f-846b-4203-bba1-733a292f50c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4283 | 2024.09.24 04:35:24.929113 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4284 | 2024.09.24 04:35:24.929163 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4285 | 2024.09.24 04:35:24.929182 [ 3 ] {} <Debug> HTTP-Session: c609d417-f4cf-40d7-8cb8-d02b28af1eb7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
4286 | 2024.09.24 04:35:24.929198 [ 3 ] {} <Debug> HTTP-Session: c609d417-f4cf-40d7-8cb8-d02b28af1eb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4287 | 2024.09.24 04:35:24.929212 [ 3 ] {} <Debug> HTTP-Session: c609d417-f4cf-40d7-8cb8-d02b28af1eb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4288 | 2024.09.24 04:35:24.929244 [ 3 ] {} <Trace> HTTP-Session: c609d417-f4cf-40d7-8cb8-d02b28af1eb7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4289 | 2024.09.24 04:35:24.929344 [ 3 ] {40b642c1-e39c-4f5f-abf6-3b67754bd5f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
4290 | 2024.09.24 04:35:24.929390 [ 3 ] {40b642c1-e39c-4f5f-abf6-3b67754bd5f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4291 | 2024.09.24 04:35:24.929634 [ 3 ] {40b642c1-e39c-4f5f-abf6-3b67754bd5f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4292 | 2024.09.24 04:35:24.929953 [ 3 ] {40b642c1-e39c-4f5f-abf6-3b67754bd5f4} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4293 | 2024.09.24 04:35:24.929989 [ 3 ] {40b642c1-e39c-4f5f-abf6-3b67754bd5f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4294 | 2024.09.24 04:35:24.930336 [ 3 ] {40b642c1-e39c-4f5f-abf6-3b67754bd5f4} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4295 | 2024.09.24 04:35:24.930696 [ 3 ] {40b642c1-e39c-4f5f-abf6-3b67754bd5f4} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4296 | 2024.09.24 04:35:24.930859 [ 3 ] {40b642c1-e39c-4f5f-abf6-3b67754bd5f4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001537 sec., 9108.653220559532 rows/sec., 637.91 KiB/sec. | ||
4297 | 2024.09.24 04:35:24.931066 [ 3 ] {40b642c1-e39c-4f5f-abf6-3b67754bd5f4} <Debug> DynamicQueryHandler: Done processing query | ||
4298 | 2024.09.24 04:35:24.931091 [ 3 ] {40b642c1-e39c-4f5f-abf6-3b67754bd5f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4299 | 2024.09.24 04:35:24.931107 [ 3 ] {} <Debug> HTTP-Session: c609d417-f4cf-40d7-8cb8-d02b28af1eb7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4300 | 2024.09.24 04:35:24.931230 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4301 | 2024.09.24 04:35:24.931280 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4302 | 2024.09.24 04:35:24.931299 [ 3 ] {} <Debug> HTTP-Session: 7cbc37dd-e791-4b74-b424-9091b1c74bf0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
4303 | 2024.09.24 04:35:24.931315 [ 3 ] {} <Debug> HTTP-Session: 7cbc37dd-e791-4b74-b424-9091b1c74bf0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4304 | 2024.09.24 04:35:24.931329 [ 3 ] {} <Debug> HTTP-Session: 7cbc37dd-e791-4b74-b424-9091b1c74bf0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4305 | 2024.09.24 04:35:24.931393 [ 3 ] {} <Trace> HTTP-Session: 7cbc37dd-e791-4b74-b424-9091b1c74bf0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4306 | 2024.09.24 04:35:24.931541 [ 3 ] {77f7cbe7-222b-49d0-9479-0390f3e53a1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
4307 | 2024.09.24 04:35:24.931595 [ 3 ] {77f7cbe7-222b-49d0-9479-0390f3e53a1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4308 | 2024.09.24 04:35:24.931880 [ 3 ] {77f7cbe7-222b-49d0-9479-0390f3e53a1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4309 | 2024.09.24 04:35:24.932227 [ 3 ] {77f7cbe7-222b-49d0-9479-0390f3e53a1a} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4310 | 2024.09.24 04:35:24.932272 [ 3 ] {77f7cbe7-222b-49d0-9479-0390f3e53a1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4311 | 2024.09.24 04:35:24.932644 [ 3 ] {77f7cbe7-222b-49d0-9479-0390f3e53a1a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4312 | 2024.09.24 04:35:24.933007 [ 3 ] {77f7cbe7-222b-49d0-9479-0390f3e53a1a} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4313 | 2024.09.24 04:35:24.933161 [ 3 ] {77f7cbe7-222b-49d0-9479-0390f3e53a1a} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001653 sec., 3629.7640653357535 rows/sec., 214.45 KiB/sec. | ||
4314 | 2024.09.24 04:35:24.933339 [ 3 ] {77f7cbe7-222b-49d0-9479-0390f3e53a1a} <Debug> DynamicQueryHandler: Done processing query | ||
4315 | 2024.09.24 04:35:24.933367 [ 3 ] {77f7cbe7-222b-49d0-9479-0390f3e53a1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4316 | 2024.09.24 04:35:24.933384 [ 3 ] {} <Debug> HTTP-Session: 7cbc37dd-e791-4b74-b424-9091b1c74bf0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4317 | 2024.09.24 04:35:24.933544 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 65841, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4318 | 2024.09.24 04:35:24.933593 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4319 | 2024.09.24 04:35:24.933613 [ 3 ] {} <Debug> HTTP-Session: b2bd29bd-f969-4697-aa69-df642a3182de Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
4320 | 2024.09.24 04:35:24.933629 [ 3 ] {} <Debug> HTTP-Session: b2bd29bd-f969-4697-aa69-df642a3182de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4321 | 2024.09.24 04:35:24.933643 [ 3 ] {} <Debug> HTTP-Session: b2bd29bd-f969-4697-aa69-df642a3182de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4322 | 2024.09.24 04:35:24.933674 [ 3 ] {} <Trace> HTTP-Session: b2bd29bd-f969-4697-aa69-df642a3182de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4323 | 2024.09.24 04:35:24.933881 [ 3 ] {52b1f5e1-93f7-4704-b1cb-5b2363c0b084} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4324 | 2024.09.24 04:35:24.933924 [ 3 ] {52b1f5e1-93f7-4704-b1cb-5b2363c0b084} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4325 | 2024.09.24 04:35:24.934149 [ 3 ] {52b1f5e1-93f7-4704-b1cb-5b2363c0b084} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4326 | 2024.09.24 04:35:24.934716 [ 3 ] {52b1f5e1-93f7-4704-b1cb-5b2363c0b084} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4327 | 2024.09.24 04:35:24.934753 [ 3 ] {52b1f5e1-93f7-4704-b1cb-5b2363c0b084} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4328 | 2024.09.24 04:35:24.935121 [ 3 ] {52b1f5e1-93f7-4704-b1cb-5b2363c0b084} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4329 | 2024.09.24 04:35:24.935485 [ 3 ] {52b1f5e1-93f7-4704-b1cb-5b2363c0b084} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4330 | 2024.09.24 04:35:24.935642 [ 3 ] {52b1f5e1-93f7-4704-b1cb-5b2363c0b084} <Debug> executeQuery: Read 406 rows, 29.61 KiB in 0.001869 sec., 217228.46441947567 rows/sec., 15.47 MiB/sec. | ||
4331 | 2024.09.24 04:35:24.935813 [ 3 ] {52b1f5e1-93f7-4704-b1cb-5b2363c0b084} <Debug> DynamicQueryHandler: Done processing query | ||
4332 | 2024.09.24 04:35:24.935836 [ 3 ] {52b1f5e1-93f7-4704-b1cb-5b2363c0b084} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
4333 | 2024.09.24 04:35:24.935852 [ 3 ] {} <Debug> HTTP-Session: b2bd29bd-f969-4697-aa69-df642a3182de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4334 | 2024.09.24 04:35:24.935995 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4335 | 2024.09.24 04:35:24.936043 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4336 | 2024.09.24 04:35:24.936062 [ 3 ] {} <Debug> HTTP-Session: 15aeca78-a521-442f-9ec6-90401c71dcd6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
4337 | 2024.09.24 04:35:24.936078 [ 3 ] {} <Debug> HTTP-Session: 15aeca78-a521-442f-9ec6-90401c71dcd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4338 | 2024.09.24 04:35:24.936091 [ 3 ] {} <Debug> HTTP-Session: 15aeca78-a521-442f-9ec6-90401c71dcd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4339 | 2024.09.24 04:35:24.936122 [ 3 ] {} <Trace> HTTP-Session: 15aeca78-a521-442f-9ec6-90401c71dcd6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4340 | 2024.09.24 04:35:24.936217 [ 3 ] {79434761-b3ae-4f1b-bb14-ccd8fb6e1036} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4341 | 2024.09.24 04:35:24.936261 [ 3 ] {79434761-b3ae-4f1b-bb14-ccd8fb6e1036} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4342 | 2024.09.24 04:35:24.936390 [ 3 ] {79434761-b3ae-4f1b-bb14-ccd8fb6e1036} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4343 | 2024.09.24 04:35:24.936659 [ 3 ] {79434761-b3ae-4f1b-bb14-ccd8fb6e1036} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4344 | 2024.09.24 04:35:24.936695 [ 3 ] {79434761-b3ae-4f1b-bb14-ccd8fb6e1036} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4345 | 2024.09.24 04:35:24.937044 [ 3 ] {79434761-b3ae-4f1b-bb14-ccd8fb6e1036} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4346 | 2024.09.24 04:35:24.937368 [ 3 ] {79434761-b3ae-4f1b-bb14-ccd8fb6e1036} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4347 | 2024.09.24 04:35:24.937521 [ 3 ] {79434761-b3ae-4f1b-bb14-ccd8fb6e1036} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001329 sec., 4514.672686230248 rows/sec., 235.87 KiB/sec. | ||
4348 | 2024.09.24 04:35:24.937671 [ 3 ] {79434761-b3ae-4f1b-bb14-ccd8fb6e1036} <Debug> DynamicQueryHandler: Done processing query | ||
4349 | 2024.09.24 04:35:24.937695 [ 3 ] {79434761-b3ae-4f1b-bb14-ccd8fb6e1036} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4350 | 2024.09.24 04:35:24.937710 [ 3 ] {} <Debug> HTTP-Session: 15aeca78-a521-442f-9ec6-90401c71dcd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4351 | 2024.09.24 04:35:24.937862 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 44802, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4352 | 2024.09.24 04:35:24.937908 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4353 | 2024.09.24 04:35:24.937927 [ 3 ] {} <Debug> HTTP-Session: cb8000f2-6555-431d-9c00-9b0e1e691d64 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
4354 | 2024.09.24 04:35:24.937943 [ 3 ] {} <Debug> HTTP-Session: cb8000f2-6555-431d-9c00-9b0e1e691d64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4355 | 2024.09.24 04:35:24.937956 [ 3 ] {} <Debug> HTTP-Session: cb8000f2-6555-431d-9c00-9b0e1e691d64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4356 | 2024.09.24 04:35:24.937987 [ 3 ] {} <Trace> HTTP-Session: cb8000f2-6555-431d-9c00-9b0e1e691d64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4357 | 2024.09.24 04:35:24.938169 [ 3 ] {635e6184-3137-479d-907a-4bb1922af396} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4358 | 2024.09.24 04:35:24.938215 [ 3 ] {635e6184-3137-479d-907a-4bb1922af396} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4359 | 2024.09.24 04:35:24.938358 [ 3 ] {635e6184-3137-479d-907a-4bb1922af396} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4360 | 2024.09.24 04:35:24.938772 [ 3 ] {635e6184-3137-479d-907a-4bb1922af396} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4361 | 2024.09.24 04:35:24.938807 [ 3 ] {635e6184-3137-479d-907a-4bb1922af396} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4362 | 2024.09.24 04:35:24.939192 [ 3 ] {635e6184-3137-479d-907a-4bb1922af396} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
4363 | 2024.09.24 04:35:24.939532 [ 3 ] {635e6184-3137-479d-907a-4bb1922af396} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4364 | 2024.09.24 04:35:24.939686 [ 3 ] {635e6184-3137-479d-907a-4bb1922af396} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001605 sec., 148286.6043613707 rows/sec., 9.94 MiB/sec. | ||
4365 | 2024.09.24 04:35:24.939852 [ 3 ] {635e6184-3137-479d-907a-4bb1922af396} <Debug> DynamicQueryHandler: Done processing query | ||
4366 | 2024.09.24 04:35:24.939876 [ 3 ] {635e6184-3137-479d-907a-4bb1922af396} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
4367 | 2024.09.24 04:35:24.939891 [ 3 ] {} <Debug> HTTP-Session: cb8000f2-6555-431d-9c00-9b0e1e691d64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4368 | 2024.09.24 04:35:24.940009 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4369 | 2024.09.24 04:35:24.940056 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4370 | 2024.09.24 04:35:24.940074 [ 3 ] {} <Debug> HTTP-Session: 10f7618b-0b95-47e9-9f23-2d05eb2da016 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
4371 | 2024.09.24 04:35:24.940090 [ 3 ] {} <Debug> HTTP-Session: 10f7618b-0b95-47e9-9f23-2d05eb2da016 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4372 | 2024.09.24 04:35:24.940104 [ 3 ] {} <Debug> HTTP-Session: 10f7618b-0b95-47e9-9f23-2d05eb2da016 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4373 | 2024.09.24 04:35:24.940135 [ 3 ] {} <Trace> HTTP-Session: 10f7618b-0b95-47e9-9f23-2d05eb2da016 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4374 | 2024.09.24 04:35:24.940228 [ 3 ] {c345ef2e-6f5d-4b85-940b-af24c4fcfc84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
4375 | 2024.09.24 04:35:24.940273 [ 3 ] {c345ef2e-6f5d-4b85-940b-af24c4fcfc84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
4376 | 2024.09.24 04:35:24.940402 [ 3 ] {c345ef2e-6f5d-4b85-940b-af24c4fcfc84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4377 | 2024.09.24 04:35:24.940653 [ 3 ] {c345ef2e-6f5d-4b85-940b-af24c4fcfc84} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4378 | 2024.09.24 04:35:24.940688 [ 3 ] {c345ef2e-6f5d-4b85-940b-af24c4fcfc84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4379 | 2024.09.24 04:35:24.941023 [ 3 ] {c345ef2e-6f5d-4b85-940b-af24c4fcfc84} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4380 | 2024.09.24 04:35:24.941349 [ 3 ] {c345ef2e-6f5d-4b85-940b-af24c4fcfc84} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4381 | 2024.09.24 04:35:24.941510 [ 3 ] {c345ef2e-6f5d-4b85-940b-af24c4fcfc84} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001304 sec., 766.8711656441718 rows/sec., 51.67 KiB/sec. | ||
4382 | 2024.09.24 04:35:24.941791 [ 3 ] {c345ef2e-6f5d-4b85-940b-af24c4fcfc84} <Debug> DynamicQueryHandler: Done processing query | ||
4383 | 2024.09.24 04:35:24.941816 [ 3 ] {c345ef2e-6f5d-4b85-940b-af24c4fcfc84} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
4384 | 2024.09.24 04:35:24.941833 [ 3 ] {} <Debug> HTTP-Session: 10f7618b-0b95-47e9-9f23-2d05eb2da016 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4385 | 2024.09.24 04:35:24.941975 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 36115, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4386 | 2024.09.24 04:35:24.942022 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4387 | 2024.09.24 04:35:24.942041 [ 3 ] {} <Debug> HTTP-Session: e8ff43cb-f43f-4649-9518-e56dfa515d0e Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
4388 | 2024.09.24 04:35:24.942057 [ 3 ] {} <Debug> HTTP-Session: e8ff43cb-f43f-4649-9518-e56dfa515d0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4389 | 2024.09.24 04:35:24.942072 [ 3 ] {} <Debug> HTTP-Session: e8ff43cb-f43f-4649-9518-e56dfa515d0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4390 | 2024.09.24 04:35:24.942104 [ 3 ] {} <Trace> HTTP-Session: e8ff43cb-f43f-4649-9518-e56dfa515d0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4391 | 2024.09.24 04:35:24.942362 [ 3 ] {93dac257-c0ff-4e42-993f-f248b0acfba6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
4392 | 2024.09.24 04:35:24.942434 [ 3 ] {93dac257-c0ff-4e42-993f-f248b0acfba6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4393 | 2024.09.24 04:35:24.942872 [ 3 ] {93dac257-c0ff-4e42-993f-f248b0acfba6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4394 | 2024.09.24 04:35:24.943537 [ 3 ] {93dac257-c0ff-4e42-993f-f248b0acfba6} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4395 | 2024.09.24 04:35:24.943575 [ 3 ] {93dac257-c0ff-4e42-993f-f248b0acfba6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4396 | 2024.09.24 04:35:24.944200 [ 3 ] {93dac257-c0ff-4e42-993f-f248b0acfba6} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4397 | 2024.09.24 04:35:24.944617 [ 3 ] {93dac257-c0ff-4e42-993f-f248b0acfba6} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4398 | 2024.09.24 04:35:24.944815 [ 3 ] {93dac257-c0ff-4e42-993f-f248b0acfba6} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002624 sec., 8384.146341463415 rows/sec., 15.02 MiB/sec. | ||
4399 | 2024.09.24 04:35:24.945037 [ 3 ] {93dac257-c0ff-4e42-993f-f248b0acfba6} <Debug> DynamicQueryHandler: Done processing query | ||
4400 | 2024.09.24 04:35:24.945061 [ 3 ] {93dac257-c0ff-4e42-993f-f248b0acfba6} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
4401 | 2024.09.24 04:35:24.945077 [ 3 ] {} <Debug> HTTP-Session: e8ff43cb-f43f-4649-9518-e56dfa515d0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4402 | 2024.09.24 04:35:24.945216 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 12152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4403 | 2024.09.24 04:35:24.945266 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4404 | 2024.09.24 04:35:24.945285 [ 3 ] {} <Debug> HTTP-Session: b3d7feee-e753-4786-b425-253a78cb9f76 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
4405 | 2024.09.24 04:35:24.945302 [ 3 ] {} <Debug> HTTP-Session: b3d7feee-e753-4786-b425-253a78cb9f76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4406 | 2024.09.24 04:35:24.945316 [ 3 ] {} <Debug> HTTP-Session: b3d7feee-e753-4786-b425-253a78cb9f76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4407 | 2024.09.24 04:35:24.945352 [ 3 ] {} <Trace> HTTP-Session: b3d7feee-e753-4786-b425-253a78cb9f76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4408 | 2024.09.24 04:35:24.945485 [ 3 ] {73c46b2f-90b6-4377-950c-deb582476605} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4409 | 2024.09.24 04:35:24.945530 [ 3 ] {73c46b2f-90b6-4377-950c-deb582476605} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4410 | 2024.09.24 04:35:24.945659 [ 3 ] {73c46b2f-90b6-4377-950c-deb582476605} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4411 | 2024.09.24 04:35:24.945966 [ 3 ] {73c46b2f-90b6-4377-950c-deb582476605} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4412 | 2024.09.24 04:35:24.946003 [ 3 ] {73c46b2f-90b6-4377-950c-deb582476605} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4413 | 2024.09.24 04:35:24.946367 [ 3 ] {73c46b2f-90b6-4377-950c-deb582476605} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4414 | 2024.09.24 04:35:24.946687 [ 3 ] {73c46b2f-90b6-4377-950c-deb582476605} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4415 | 2024.09.24 04:35:24.946836 [ 3 ] {73c46b2f-90b6-4377-950c-deb582476605} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001399 sec., 58613.2952108649 rows/sec., 3.72 MiB/sec. | ||
4416 | 2024.09.24 04:35:24.946856 [ 74 ] {} <Debug> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
4417 | 2024.09.24 04:35:24.946958 [ 74 ] {} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4418 | 2024.09.24 04:35:24.946995 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. | ||
4419 | 2024.09.24 04:35:24.947046 [ 3 ] {73c46b2f-90b6-4377-950c-deb582476605} <Debug> DynamicQueryHandler: Done processing query | ||
4420 | 2024.09.24 04:35:24.947136 [ 3 ] {73c46b2f-90b6-4377-950c-deb582476605} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4421 | 2024.09.24 04:35:24.947227 [ 3 ] {} <Debug> HTTP-Session: b3d7feee-e753-4786-b425-253a78cb9f76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4422 | 2024.09.24 04:35:24.947417 [ 188 ] {f478628c-c6e4-42cc-be87-88262b5420f7::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 | ||
4423 | 2024.09.24 04:35:24.947603 [ 188 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4424 | 2024.09.24 04:35:24.947654 [ 188 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 336 rows starting from the beginning of the part | ||
4425 | 2024.09.24 04:35:24.947747 [ 188 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 82 rows starting from the beginning of the part | ||
4426 | 2024.09.24 04:35:24.947915 [ 188 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part | ||
4427 | 2024.09.24 04:35:24.948146 [ 188 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 82 rows starting from the beginning of the part | ||
4428 | 2024.09.24 04:35:24.948407 [ 188 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part | ||
4429 | 2024.09.24 04:35:24.948600 [ 188 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 82 rows starting from the beginning of the part | ||
4430 | 2024.09.24 04:35:24.949936 [ 193 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 702 rows, containing 4 columns (4 merged, 0 gathered) in 0.00283878 sec., 247289.3285143618 rows/sec., 16.02 MiB/sec. | ||
4431 | 2024.09.24 04:35:24.950135 [ 192 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
4432 | 2024.09.24 04:35:24.950540 [ 192 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_11_2} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4433 | 2024.09.24 04:35:24.950623 [ 192 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_11_2} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
4434 | 2024.09.24 04:35:24.950704 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
4435 | 2024.09.24 04:35:29.916092 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4436 | 2024.09.24 04:35:29.916229 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4437 | 2024.09.24 04:35:29.916255 [ 3 ] {} <Debug> HTTP-Session: 61b0e027-da80-4af5-8237-afa9da27e73a Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
4438 | 2024.09.24 04:35:29.916281 [ 3 ] {} <Debug> HTTP-Session: 61b0e027-da80-4af5-8237-afa9da27e73a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4439 | 2024.09.24 04:35:29.916297 [ 3 ] {} <Debug> HTTP-Session: 61b0e027-da80-4af5-8237-afa9da27e73a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4440 | 2024.09.24 04:35:29.916349 [ 3 ] {} <Trace> HTTP-Session: 61b0e027-da80-4af5-8237-afa9da27e73a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4441 | 2024.09.24 04:35:29.916544 [ 3 ] {3edd819b-1ecd-46f0-a826-9ec44bc58392} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4442 | 2024.09.24 04:35:29.916614 [ 3 ] {3edd819b-1ecd-46f0-a826-9ec44bc58392} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4443 | 2024.09.24 04:35:29.916965 [ 3 ] {3edd819b-1ecd-46f0-a826-9ec44bc58392} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4444 | 2024.09.24 04:35:29.917395 [ 3 ] {3edd819b-1ecd-46f0-a826-9ec44bc58392} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4445 | 2024.09.24 04:35:29.917444 [ 3 ] {3edd819b-1ecd-46f0-a826-9ec44bc58392} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4446 | 2024.09.24 04:35:29.917860 [ 3 ] {3edd819b-1ecd-46f0-a826-9ec44bc58392} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
4447 | 2024.09.24 04:35:29.918253 [ 3 ] {3edd819b-1ecd-46f0-a826-9ec44bc58392} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4448 | 2024.09.24 04:35:29.918430 [ 3 ] {3edd819b-1ecd-46f0-a826-9ec44bc58392} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001934 sec., 2068.252326783868 rows/sec., 168.65 KiB/sec. | ||
4449 | 2024.09.24 04:35:29.918655 [ 3 ] {3edd819b-1ecd-46f0-a826-9ec44bc58392} <Debug> DynamicQueryHandler: Done processing query | ||
4450 | 2024.09.24 04:35:29.918685 [ 3 ] {3edd819b-1ecd-46f0-a826-9ec44bc58392} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4451 | 2024.09.24 04:35:29.918702 [ 3 ] {} <Debug> HTTP-Session: 61b0e027-da80-4af5-8237-afa9da27e73a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4452 | 2024.09.24 04:35:29.918860 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 13403, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4453 | 2024.09.24 04:35:29.918916 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4454 | 2024.09.24 04:35:29.918937 [ 3 ] {} <Debug> HTTP-Session: cb7558b8-e023-4660-bf39-786149f135bb Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
4455 | 2024.09.24 04:35:29.918955 [ 3 ] {} <Debug> HTTP-Session: cb7558b8-e023-4660-bf39-786149f135bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4456 | 2024.09.24 04:35:29.918970 [ 3 ] {} <Debug> HTTP-Session: cb7558b8-e023-4660-bf39-786149f135bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4457 | 2024.09.24 04:35:29.919007 [ 3 ] {} <Trace> HTTP-Session: cb7558b8-e023-4660-bf39-786149f135bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4458 | 2024.09.24 04:35:29.919142 [ 3 ] {5a3f6391-fd99-42ef-a39a-ccb45c1bf6af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4459 | 2024.09.24 04:35:29.919190 [ 3 ] {5a3f6391-fd99-42ef-a39a-ccb45c1bf6af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4460 | 2024.09.24 04:35:29.919432 [ 3 ] {5a3f6391-fd99-42ef-a39a-ccb45c1bf6af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4461 | 2024.09.24 04:35:29.919812 [ 3 ] {5a3f6391-fd99-42ef-a39a-ccb45c1bf6af} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4462 | 2024.09.24 04:35:29.919851 [ 3 ] {5a3f6391-fd99-42ef-a39a-ccb45c1bf6af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4463 | 2024.09.24 04:35:29.920230 [ 3 ] {5a3f6391-fd99-42ef-a39a-ccb45c1bf6af} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4464 | 2024.09.24 04:35:29.920590 [ 3 ] {5a3f6391-fd99-42ef-a39a-ccb45c1bf6af} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4465 | 2024.09.24 04:35:29.920758 [ 3 ] {5a3f6391-fd99-42ef-a39a-ccb45c1bf6af} <Debug> executeQuery: Read 92 rows, 7.80 KiB in 0.001654 sec., 55622.732769044735 rows/sec., 4.60 MiB/sec. | ||
4466 | 2024.09.24 04:35:29.921080 [ 3 ] {5a3f6391-fd99-42ef-a39a-ccb45c1bf6af} <Debug> DynamicQueryHandler: Done processing query | ||
4467 | 2024.09.24 04:35:29.921108 [ 3 ] {5a3f6391-fd99-42ef-a39a-ccb45c1bf6af} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
4468 | 2024.09.24 04:35:29.921125 [ 3 ] {} <Debug> HTTP-Session: cb7558b8-e023-4660-bf39-786149f135bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4469 | 2024.09.24 04:35:29.921287 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4470 | 2024.09.24 04:35:29.921339 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4471 | 2024.09.24 04:35:29.921359 [ 3 ] {} <Debug> HTTP-Session: 9059ec90-d288-48bc-9d06-2486b07aa5bb Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
4472 | 2024.09.24 04:35:29.921376 [ 3 ] {} <Debug> HTTP-Session: 9059ec90-d288-48bc-9d06-2486b07aa5bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4473 | 2024.09.24 04:35:29.921390 [ 3 ] {} <Debug> HTTP-Session: 9059ec90-d288-48bc-9d06-2486b07aa5bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4474 | 2024.09.24 04:35:29.921424 [ 3 ] {} <Trace> HTTP-Session: 9059ec90-d288-48bc-9d06-2486b07aa5bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4475 | 2024.09.24 04:35:29.921538 [ 3 ] {0a44a140-d9d1-4948-8e5b-637bf2d4a13b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4476 | 2024.09.24 04:35:29.921583 [ 3 ] {0a44a140-d9d1-4948-8e5b-637bf2d4a13b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4477 | 2024.09.24 04:35:29.921833 [ 3 ] {0a44a140-d9d1-4948-8e5b-637bf2d4a13b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4478 | 2024.09.24 04:35:29.922151 [ 3 ] {0a44a140-d9d1-4948-8e5b-637bf2d4a13b} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4479 | 2024.09.24 04:35:29.922188 [ 3 ] {0a44a140-d9d1-4948-8e5b-637bf2d4a13b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4480 | 2024.09.24 04:35:29.922538 [ 3 ] {0a44a140-d9d1-4948-8e5b-637bf2d4a13b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4481 | 2024.09.24 04:35:29.922893 [ 3 ] {0a44a140-d9d1-4948-8e5b-637bf2d4a13b} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4482 | 2024.09.24 04:35:29.923046 [ 3 ] {0a44a140-d9d1-4948-8e5b-637bf2d4a13b} <Debug> executeQuery: Read 21 rows, 1.56 KiB in 0.001533 sec., 13698.630136986301 rows/sec., 1016.06 KiB/sec. | ||
4483 | 2024.09.24 04:35:29.923226 [ 3 ] {0a44a140-d9d1-4948-8e5b-637bf2d4a13b} <Debug> DynamicQueryHandler: Done processing query | ||
4484 | 2024.09.24 04:35:29.923251 [ 3 ] {0a44a140-d9d1-4948-8e5b-637bf2d4a13b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4485 | 2024.09.24 04:35:29.923268 [ 3 ] {} <Debug> HTTP-Session: 9059ec90-d288-48bc-9d06-2486b07aa5bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4486 | 2024.09.24 04:35:29.923402 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 14438, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4487 | 2024.09.24 04:35:29.923457 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4488 | 2024.09.24 04:35:29.923478 [ 3 ] {} <Debug> HTTP-Session: 744879e4-d822-4b0d-88f4-e9b2360f0f5b Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
4489 | 2024.09.24 04:35:29.923495 [ 3 ] {} <Debug> HTTP-Session: 744879e4-d822-4b0d-88f4-e9b2360f0f5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4490 | 2024.09.24 04:35:29.923509 [ 3 ] {} <Debug> HTTP-Session: 744879e4-d822-4b0d-88f4-e9b2360f0f5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4491 | 2024.09.24 04:35:29.923542 [ 3 ] {} <Trace> HTTP-Session: 744879e4-d822-4b0d-88f4-e9b2360f0f5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4492 | 2024.09.24 04:35:29.923671 [ 3 ] {d909e1b9-684c-4288-ab11-1cde881b080b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4493 | 2024.09.24 04:35:29.923715 [ 3 ] {d909e1b9-684c-4288-ab11-1cde881b080b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4494 | 2024.09.24 04:35:29.923945 [ 3 ] {d909e1b9-684c-4288-ab11-1cde881b080b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4495 | 2024.09.24 04:35:29.924288 [ 3 ] {d909e1b9-684c-4288-ab11-1cde881b080b} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4496 | 2024.09.24 04:35:29.924326 [ 3 ] {d909e1b9-684c-4288-ab11-1cde881b080b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4497 | 2024.09.24 04:35:29.924691 [ 3 ] {d909e1b9-684c-4288-ab11-1cde881b080b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4498 | 2024.09.24 04:35:29.925048 [ 3 ] {d909e1b9-684c-4288-ab11-1cde881b080b} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4499 | 2024.09.24 04:35:29.925200 [ 3 ] {d909e1b9-684c-4288-ab11-1cde881b080b} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.001574 sec., 54002.54129606099 rows/sec., 4.22 MiB/sec. | ||
4500 | 2024.09.24 04:35:29.925361 [ 3 ] {d909e1b9-684c-4288-ab11-1cde881b080b} <Debug> DynamicQueryHandler: Done processing query | ||
4501 | 2024.09.24 04:35:29.925385 [ 3 ] {d909e1b9-684c-4288-ab11-1cde881b080b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
4502 | 2024.09.24 04:35:29.925401 [ 3 ] {} <Debug> HTTP-Session: 744879e4-d822-4b0d-88f4-e9b2360f0f5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4503 | 2024.09.24 04:35:29.925549 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 30985, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4504 | 2024.09.24 04:35:29.925595 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4505 | 2024.09.24 04:35:29.925614 [ 3 ] {} <Debug> HTTP-Session: ccba276f-5869-4be9-ae02-c44256631899 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
4506 | 2024.09.24 04:35:29.925631 [ 3 ] {} <Debug> HTTP-Session: ccba276f-5869-4be9-ae02-c44256631899 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4507 | 2024.09.24 04:35:29.925644 [ 3 ] {} <Debug> HTTP-Session: ccba276f-5869-4be9-ae02-c44256631899 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4508 | 2024.09.24 04:35:29.925676 [ 3 ] {} <Trace> HTTP-Session: ccba276f-5869-4be9-ae02-c44256631899 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4509 | 2024.09.24 04:35:29.925822 [ 3 ] {1e895ff2-8338-48f1-b911-96d363b0ecda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4510 | 2024.09.24 04:35:29.925870 [ 3 ] {1e895ff2-8338-48f1-b911-96d363b0ecda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4511 | 2024.09.24 04:35:29.926015 [ 3 ] {1e895ff2-8338-48f1-b911-96d363b0ecda} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4512 | 2024.09.24 04:35:29.926419 [ 3 ] {1e895ff2-8338-48f1-b911-96d363b0ecda} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4513 | 2024.09.24 04:35:29.926455 [ 3 ] {1e895ff2-8338-48f1-b911-96d363b0ecda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4514 | 2024.09.24 04:35:29.926839 [ 3 ] {1e895ff2-8338-48f1-b911-96d363b0ecda} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
4515 | 2024.09.24 04:35:29.927168 [ 3 ] {1e895ff2-8338-48f1-b911-96d363b0ecda} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4516 | 2024.09.24 04:35:29.927316 [ 3 ] {1e895ff2-8338-48f1-b911-96d363b0ecda} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001551 sec., 104448.74274661508 rows/sec., 7.27 MiB/sec. | ||
4517 | 2024.09.24 04:35:29.927643 [ 3 ] {1e895ff2-8338-48f1-b911-96d363b0ecda} <Debug> DynamicQueryHandler: Done processing query | ||
4518 | 2024.09.24 04:35:29.927667 [ 3 ] {1e895ff2-8338-48f1-b911-96d363b0ecda} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4519 | 2024.09.24 04:35:29.927683 [ 3 ] {} <Debug> HTTP-Session: ccba276f-5869-4be9-ae02-c44256631899 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4520 | 2024.09.24 04:35:29.927839 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 28930, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4521 | 2024.09.24 04:35:29.927887 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4522 | 2024.09.24 04:35:29.927906 [ 3 ] {} <Debug> HTTP-Session: 6e26847a-59f6-43e4-8004-9abd6c60aa42 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
4523 | 2024.09.24 04:35:29.927922 [ 3 ] {} <Debug> HTTP-Session: 6e26847a-59f6-43e4-8004-9abd6c60aa42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4524 | 2024.09.24 04:35:29.927936 [ 3 ] {} <Debug> HTTP-Session: 6e26847a-59f6-43e4-8004-9abd6c60aa42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4525 | 2024.09.24 04:35:29.927967 [ 3 ] {} <Trace> HTTP-Session: 6e26847a-59f6-43e4-8004-9abd6c60aa42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4526 | 2024.09.24 04:35:29.928210 [ 3 ] {42deff5f-77a5-4cfd-8a98-4f90a960ca35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
4527 | 2024.09.24 04:35:29.928283 [ 3 ] {42deff5f-77a5-4cfd-8a98-4f90a960ca35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4528 | 2024.09.24 04:35:29.928719 [ 3 ] {42deff5f-77a5-4cfd-8a98-4f90a960ca35} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4529 | 2024.09.24 04:35:29.929245 [ 3 ] {42deff5f-77a5-4cfd-8a98-4f90a960ca35} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4530 | 2024.09.24 04:35:29.929281 [ 3 ] {42deff5f-77a5-4cfd-8a98-4f90a960ca35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4531 | 2024.09.24 04:35:29.929881 [ 3 ] {42deff5f-77a5-4cfd-8a98-4f90a960ca35} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4532 | 2024.09.24 04:35:29.930301 [ 3 ] {42deff5f-77a5-4cfd-8a98-4f90a960ca35} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4533 | 2024.09.24 04:35:29.930497 [ 3 ] {42deff5f-77a5-4cfd-8a98-4f90a960ca35} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002446 sec., 6950.122649223222 rows/sec., 12.45 MiB/sec. | ||
4534 | 2024.09.24 04:35:29.931061 [ 3 ] {42deff5f-77a5-4cfd-8a98-4f90a960ca35} <Debug> DynamicQueryHandler: Done processing query | ||
4535 | 2024.09.24 04:35:29.931085 [ 3 ] {42deff5f-77a5-4cfd-8a98-4f90a960ca35} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
4536 | 2024.09.24 04:35:29.931101 [ 3 ] {} <Debug> HTTP-Session: 6e26847a-59f6-43e4-8004-9abd6c60aa42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4537 | 2024.09.24 04:35:29.931236 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4538 | 2024.09.24 04:35:29.931284 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4539 | 2024.09.24 04:35:29.931304 [ 3 ] {} <Debug> HTTP-Session: 3b1e1092-ac27-4475-bc3c-5cc759706880 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
4540 | 2024.09.24 04:35:29.931326 [ 3 ] {} <Debug> HTTP-Session: 3b1e1092-ac27-4475-bc3c-5cc759706880 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4541 | 2024.09.24 04:35:29.931340 [ 3 ] {} <Debug> HTTP-Session: 3b1e1092-ac27-4475-bc3c-5cc759706880 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4542 | 2024.09.24 04:35:29.931372 [ 3 ] {} <Trace> HTTP-Session: 3b1e1092-ac27-4475-bc3c-5cc759706880 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4543 | 2024.09.24 04:35:29.931486 [ 3 ] {f06e3bd1-3b0c-4a28-acf0-79e670f626f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4544 | 2024.09.24 04:35:29.931530 [ 3 ] {f06e3bd1-3b0c-4a28-acf0-79e670f626f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4545 | 2024.09.24 04:35:29.931680 [ 3 ] {f06e3bd1-3b0c-4a28-acf0-79e670f626f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4546 | 2024.09.24 04:35:29.931990 [ 3 ] {f06e3bd1-3b0c-4a28-acf0-79e670f626f4} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4547 | 2024.09.24 04:35:29.932026 [ 3 ] {f06e3bd1-3b0c-4a28-acf0-79e670f626f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4548 | 2024.09.24 04:35:29.932385 [ 3 ] {f06e3bd1-3b0c-4a28-acf0-79e670f626f4} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
4549 | 2024.09.24 04:35:29.932707 [ 3 ] {f06e3bd1-3b0c-4a28-acf0-79e670f626f4} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4550 | 2024.09.24 04:35:29.932850 [ 3 ] {f06e3bd1-3b0c-4a28-acf0-79e670f626f4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001396 sec., 42979.942693409736 rows/sec., 2.90 MiB/sec. | ||
4551 | 2024.09.24 04:35:29.933155 [ 3 ] {f06e3bd1-3b0c-4a28-acf0-79e670f626f4} <Debug> DynamicQueryHandler: Done processing query | ||
4552 | 2024.09.24 04:35:29.933179 [ 3 ] {f06e3bd1-3b0c-4a28-acf0-79e670f626f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4553 | 2024.09.24 04:35:29.933195 [ 3 ] {} <Debug> HTTP-Session: 3b1e1092-ac27-4475-bc3c-5cc759706880 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4554 | 2024.09.24 04:35:32.654072 [ 149 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4555 | 2024.09.24 04:35:32.654139 [ 149 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4556 | 2024.09.24 04:35:34.922424 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4557 | 2024.09.24 04:35:34.922540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4558 | 2024.09.24 04:35:34.922568 [ 3 ] {} <Debug> HTTP-Session: f718ea1b-452e-4ce6-b006-38d88d0d6378 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
4559 | 2024.09.24 04:35:34.922596 [ 3 ] {} <Debug> HTTP-Session: f718ea1b-452e-4ce6-b006-38d88d0d6378 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4560 | 2024.09.24 04:35:34.922614 [ 3 ] {} <Debug> HTTP-Session: f718ea1b-452e-4ce6-b006-38d88d0d6378 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4561 | 2024.09.24 04:35:34.922670 [ 3 ] {} <Trace> HTTP-Session: f718ea1b-452e-4ce6-b006-38d88d0d6378 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4562 | 2024.09.24 04:35:34.922880 [ 3 ] {a1bb174a-d81f-496b-b95f-eb8b45733e72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4563 | 2024.09.24 04:35:34.922955 [ 3 ] {a1bb174a-d81f-496b-b95f-eb8b45733e72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4564 | 2024.09.24 04:35:34.923343 [ 3 ] {a1bb174a-d81f-496b-b95f-eb8b45733e72} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4565 | 2024.09.24 04:35:34.923767 [ 3 ] {a1bb174a-d81f-496b-b95f-eb8b45733e72} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4566 | 2024.09.24 04:35:34.923808 [ 3 ] {a1bb174a-d81f-496b-b95f-eb8b45733e72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4567 | 2024.09.24 04:35:34.924215 [ 3 ] {a1bb174a-d81f-496b-b95f-eb8b45733e72} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
4568 | 2024.09.24 04:35:34.924649 [ 3 ] {a1bb174a-d81f-496b-b95f-eb8b45733e72} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4569 | 2024.09.24 04:35:34.924808 [ 3 ] {a1bb174a-d81f-496b-b95f-eb8b45733e72} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001986 sec., 1007.0493454179256 rows/sec., 82.12 KiB/sec. | ||
4570 | 2024.09.24 04:35:34.925132 [ 3 ] {a1bb174a-d81f-496b-b95f-eb8b45733e72} <Debug> DynamicQueryHandler: Done processing query | ||
4571 | 2024.09.24 04:35:34.925160 [ 3 ] {a1bb174a-d81f-496b-b95f-eb8b45733e72} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4572 | 2024.09.24 04:35:34.925177 [ 3 ] {} <Debug> HTTP-Session: f718ea1b-452e-4ce6-b006-38d88d0d6378 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4573 | 2024.09.24 04:35:34.925368 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 35282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4574 | 2024.09.24 04:35:34.925422 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4575 | 2024.09.24 04:35:34.925441 [ 3 ] {} <Debug> HTTP-Session: 123426c6-574f-41bf-a435-6cff8d0a94ef Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
4576 | 2024.09.24 04:35:34.925460 [ 3 ] {} <Debug> HTTP-Session: 123426c6-574f-41bf-a435-6cff8d0a94ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4577 | 2024.09.24 04:35:34.925474 [ 3 ] {} <Debug> HTTP-Session: 123426c6-574f-41bf-a435-6cff8d0a94ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4578 | 2024.09.24 04:35:34.925510 [ 3 ] {} <Trace> HTTP-Session: 123426c6-574f-41bf-a435-6cff8d0a94ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4579 | 2024.09.24 04:35:34.925675 [ 3 ] {c8a298b1-532c-4199-ae91-f47ea412650c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4580 | 2024.09.24 04:35:34.925723 [ 3 ] {c8a298b1-532c-4199-ae91-f47ea412650c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4581 | 2024.09.24 04:35:34.925979 [ 3 ] {c8a298b1-532c-4199-ae91-f47ea412650c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4582 | 2024.09.24 04:35:34.926457 [ 3 ] {c8a298b1-532c-4199-ae91-f47ea412650c} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4583 | 2024.09.24 04:35:34.926494 [ 3 ] {c8a298b1-532c-4199-ae91-f47ea412650c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4584 | 2024.09.24 04:35:34.926870 [ 3 ] {c8a298b1-532c-4199-ae91-f47ea412650c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4585 | 2024.09.24 04:35:34.927226 [ 3 ] {c8a298b1-532c-4199-ae91-f47ea412650c} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4586 | 2024.09.24 04:35:34.927360 [ 3 ] {c8a298b1-532c-4199-ae91-f47ea412650c} <Debug> executeQuery: Read 234 rows, 21.06 KiB in 0.001762 sec., 132803.63223609535 rows/sec., 11.67 MiB/sec. | ||
4587 | 2024.09.24 04:35:34.927368 [ 148 ] {} <Debug> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4588 | 2024.09.24 04:35:34.927428 [ 148 ] {} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4589 | 2024.09.24 04:35:34.927467 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4590 | 2024.09.24 04:35:34.927557 [ 3 ] {c8a298b1-532c-4199-ae91-f47ea412650c} <Debug> DynamicQueryHandler: Done processing query | ||
4591 | 2024.09.24 04:35:34.927612 [ 3 ] {c8a298b1-532c-4199-ae91-f47ea412650c} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
4592 | 2024.09.24 04:35:34.927657 [ 3 ] {} <Debug> HTTP-Session: 123426c6-574f-41bf-a435-6cff8d0a94ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4593 | 2024.09.24 04:35:34.927690 [ 193 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::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 | ||
4594 | 2024.09.24 04:35:34.927857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4595 | 2024.09.24 04:35:34.927962 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4596 | 2024.09.24 04:35:34.928000 [ 193 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4597 | 2024.09.24 04:35:34.928012 [ 3 ] {} <Debug> HTTP-Session: 61e448bf-b55b-46c7-8c8b-c1eb6240d86c Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
4598 | 2024.09.24 04:35:34.928068 [ 3 ] {} <Debug> HTTP-Session: 61e448bf-b55b-46c7-8c8b-c1eb6240d86c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4599 | 2024.09.24 04:35:34.928083 [ 193 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1412 rows starting from the beginning of the part | ||
4600 | 2024.09.24 04:35:34.928095 [ 3 ] {} <Debug> HTTP-Session: 61e448bf-b55b-46c7-8c8b-c1eb6240d86c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4601 | 2024.09.24 04:35:34.928169 [ 3 ] {} <Trace> HTTP-Session: 61e448bf-b55b-46c7-8c8b-c1eb6240d86c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4602 | 2024.09.24 04:35:34.928333 [ 193 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 233 rows starting from the beginning of the part | ||
4603 | 2024.09.24 04:35:34.928562 [ 3 ] {e05fad3a-a73e-482d-9f9c-57ffec64e487} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4604 | 2024.09.24 04:35:34.928639 [ 193 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 90 rows starting from the beginning of the part | ||
4605 | 2024.09.24 04:35:34.928701 [ 3 ] {e05fad3a-a73e-482d-9f9c-57ffec64e487} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4606 | 2024.09.24 04:35:34.929079 [ 193 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 234 rows starting from the beginning of the part | ||
4607 | 2024.09.24 04:35:34.929355 [ 193 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 92 rows starting from the beginning of the part | ||
4608 | 2024.09.24 04:35:34.929653 [ 193 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 234 rows starting from the beginning of the part | ||
4609 | 2024.09.24 04:35:34.930476 [ 3 ] {e05fad3a-a73e-482d-9f9c-57ffec64e487} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4610 | 2024.09.24 04:35:34.931212 [ 3 ] {e05fad3a-a73e-482d-9f9c-57ffec64e487} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4611 | 2024.09.24 04:35:34.931272 [ 3 ] {e05fad3a-a73e-482d-9f9c-57ffec64e487} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4612 | 2024.09.24 04:35:34.932284 [ 3 ] {e05fad3a-a73e-482d-9f9c-57ffec64e487} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4613 | 2024.09.24 04:35:34.932949 [ 3 ] {e05fad3a-a73e-482d-9f9c-57ffec64e487} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4614 | 2024.09.24 04:35:34.933159 [ 192 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2295 rows, containing 5 columns (5 merged, 0 gathered) in 0.005600279 sec., 409801.0116995957 rows/sec., 36.32 MiB/sec. | ||
4615 | 2024.09.24 04:35:34.933251 [ 3 ] {e05fad3a-a73e-482d-9f9c-57ffec64e487} <Debug> executeQuery: Read 24 rows, 1.79 KiB in 0.004881 sec., 4917.025199754149 rows/sec., 367.54 KiB/sec. | ||
4616 | 2024.09.24 04:35:34.933537 [ 3 ] {e05fad3a-a73e-482d-9f9c-57ffec64e487} <Debug> DynamicQueryHandler: Done processing query | ||
4617 | 2024.09.24 04:35:34.933562 [ 192 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4618 | 2024.09.24 04:35:34.933574 [ 3 ] {e05fad3a-a73e-482d-9f9c-57ffec64e487} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4619 | 2024.09.24 04:35:34.933624 [ 3 ] {} <Debug> HTTP-Session: 61e448bf-b55b-46c7-8c8b-c1eb6240d86c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4620 | 2024.09.24 04:35:34.933815 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4621 | 2024.09.24 04:35:34.933940 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4622 | 2024.09.24 04:35:34.934032 [ 3 ] {} <Debug> HTTP-Session: 9eb81d05-5aac-4162-bc3e-8770343f1b37 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
4623 | 2024.09.24 04:35:34.934112 [ 3 ] {} <Debug> HTTP-Session: 9eb81d05-5aac-4162-bc3e-8770343f1b37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4624 | 2024.09.24 04:35:34.934167 [ 3 ] {} <Debug> HTTP-Session: 9eb81d05-5aac-4162-bc3e-8770343f1b37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4625 | 2024.09.24 04:35:34.934251 [ 3 ] {} <Trace> HTTP-Session: 9eb81d05-5aac-4162-bc3e-8770343f1b37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4626 | 2024.09.24 04:35:34.934473 [ 3 ] {168fd960-73ac-4e00-aa4e-09b51416ce3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
4627 | 2024.09.24 04:35:34.934555 [ 3 ] {168fd960-73ac-4e00-aa4e-09b51416ce3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4628 | 2024.09.24 04:35:34.934614 [ 192 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_21_4} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4629 | 2024.09.24 04:35:34.934808 [ 192 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_21_4} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4630 | 2024.09.24 04:35:34.935023 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
4631 | 2024.09.24 04:35:34.935137 [ 3 ] {168fd960-73ac-4e00-aa4e-09b51416ce3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4632 | 2024.09.24 04:35:34.935454 [ 3 ] {168fd960-73ac-4e00-aa4e-09b51416ce3b} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4633 | 2024.09.24 04:35:34.935491 [ 3 ] {168fd960-73ac-4e00-aa4e-09b51416ce3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4634 | 2024.09.24 04:35:34.935857 [ 3 ] {168fd960-73ac-4e00-aa4e-09b51416ce3b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4635 | 2024.09.24 04:35:34.936221 [ 3 ] {168fd960-73ac-4e00-aa4e-09b51416ce3b} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4636 | 2024.09.24 04:35:34.936352 [ 3 ] {168fd960-73ac-4e00-aa4e-09b51416ce3b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001935 sec., 7235.142118863048 rows/sec., 506.70 KiB/sec. | ||
4637 | 2024.09.24 04:35:34.936521 [ 3 ] {168fd960-73ac-4e00-aa4e-09b51416ce3b} <Debug> DynamicQueryHandler: Done processing query | ||
4638 | 2024.09.24 04:35:34.936544 [ 3 ] {168fd960-73ac-4e00-aa4e-09b51416ce3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4639 | 2024.09.24 04:35:34.936561 [ 3 ] {} <Debug> HTTP-Session: 9eb81d05-5aac-4162-bc3e-8770343f1b37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4640 | 2024.09.24 04:35:34.936670 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4641 | 2024.09.24 04:35:34.936718 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4642 | 2024.09.24 04:35:34.936738 [ 3 ] {} <Debug> HTTP-Session: f7a5213a-6cbc-4ed8-bd06-9e023736f8a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
4643 | 2024.09.24 04:35:34.936754 [ 3 ] {} <Debug> HTTP-Session: f7a5213a-6cbc-4ed8-bd06-9e023736f8a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4644 | 2024.09.24 04:35:34.936767 [ 3 ] {} <Debug> HTTP-Session: f7a5213a-6cbc-4ed8-bd06-9e023736f8a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4645 | 2024.09.24 04:35:34.936799 [ 3 ] {} <Trace> HTTP-Session: f7a5213a-6cbc-4ed8-bd06-9e023736f8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4646 | 2024.09.24 04:35:34.936893 [ 3 ] {04d03302-7583-4793-b5b4-55be561e7b53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
4647 | 2024.09.24 04:35:34.936936 [ 3 ] {04d03302-7583-4793-b5b4-55be561e7b53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
4648 | 2024.09.24 04:35:34.937159 [ 3 ] {04d03302-7583-4793-b5b4-55be561e7b53} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4649 | 2024.09.24 04:35:34.937465 [ 3 ] {04d03302-7583-4793-b5b4-55be561e7b53} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4650 | 2024.09.24 04:35:34.937500 [ 3 ] {04d03302-7583-4793-b5b4-55be561e7b53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4651 | 2024.09.24 04:35:34.937849 [ 3 ] {04d03302-7583-4793-b5b4-55be561e7b53} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4652 | 2024.09.24 04:35:34.938203 [ 3 ] {04d03302-7583-4793-b5b4-55be561e7b53} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4653 | 2024.09.24 04:35:34.938330 [ 3 ] {04d03302-7583-4793-b5b4-55be561e7b53} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001463 sec., 4101.161995898838 rows/sec., 242.30 KiB/sec. | ||
4654 | 2024.09.24 04:35:34.938649 [ 3 ] {04d03302-7583-4793-b5b4-55be561e7b53} <Debug> DynamicQueryHandler: Done processing query | ||
4655 | 2024.09.24 04:35:34.938674 [ 3 ] {04d03302-7583-4793-b5b4-55be561e7b53} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4656 | 2024.09.24 04:35:34.938690 [ 3 ] {} <Debug> HTTP-Session: f7a5213a-6cbc-4ed8-bd06-9e023736f8a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4657 | 2024.09.24 04:35:34.938869 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 65841, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4658 | 2024.09.24 04:35:34.938916 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4659 | 2024.09.24 04:35:34.938934 [ 3 ] {} <Debug> HTTP-Session: 690c03f6-78c5-42eb-9988-88ce9c1e1841 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
4660 | 2024.09.24 04:35:34.938951 [ 3 ] {} <Debug> HTTP-Session: 690c03f6-78c5-42eb-9988-88ce9c1e1841 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4661 | 2024.09.24 04:35:34.938965 [ 3 ] {} <Debug> HTTP-Session: 690c03f6-78c5-42eb-9988-88ce9c1e1841 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4662 | 2024.09.24 04:35:34.938995 [ 3 ] {} <Trace> HTTP-Session: 690c03f6-78c5-42eb-9988-88ce9c1e1841 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4663 | 2024.09.24 04:35:34.939223 [ 3 ] {fae9de65-9c97-4abf-8397-43b594dd26ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4664 | 2024.09.24 04:35:34.939268 [ 3 ] {fae9de65-9c97-4abf-8397-43b594dd26ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4665 | 2024.09.24 04:35:34.939510 [ 3 ] {fae9de65-9c97-4abf-8397-43b594dd26ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4666 | 2024.09.24 04:35:34.940019 [ 3 ] {fae9de65-9c97-4abf-8397-43b594dd26ee} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4667 | 2024.09.24 04:35:34.940055 [ 3 ] {fae9de65-9c97-4abf-8397-43b594dd26ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4668 | 2024.09.24 04:35:34.940423 [ 3 ] {fae9de65-9c97-4abf-8397-43b594dd26ee} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4669 | 2024.09.24 04:35:34.940776 [ 3 ] {fae9de65-9c97-4abf-8397-43b594dd26ee} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4670 | 2024.09.24 04:35:34.940902 [ 148 ] {} <Debug> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4671 | 2024.09.24 04:35:34.940907 [ 3 ] {fae9de65-9c97-4abf-8397-43b594dd26ee} <Debug> executeQuery: Read 406 rows, 29.61 KiB in 0.001816 sec., 223568.281938326 rows/sec., 15.92 MiB/sec. | ||
4672 | 2024.09.24 04:35:34.940944 [ 148 ] {} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4673 | 2024.09.24 04:35:34.940989 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4674 | 2024.09.24 04:35:34.941150 [ 3 ] {fae9de65-9c97-4abf-8397-43b594dd26ee} <Debug> DynamicQueryHandler: Done processing query | ||
4675 | 2024.09.24 04:35:34.941154 [ 189 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::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 | ||
4676 | 2024.09.24 04:35:34.941180 [ 3 ] {fae9de65-9c97-4abf-8397-43b594dd26ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
4677 | 2024.09.24 04:35:34.941222 [ 3 ] {} <Debug> HTTP-Session: 690c03f6-78c5-42eb-9988-88ce9c1e1841 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4678 | 2024.09.24 04:35:34.941358 [ 189 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4679 | 2024.09.24 04:35:34.941383 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4680 | 2024.09.24 04:35:34.941422 [ 189 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 901 rows starting from the beginning of the part | ||
4681 | 2024.09.24 04:35:34.941485 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4682 | 2024.09.24 04:35:34.941577 [ 3 ] {} <Debug> HTTP-Session: 3323c136-ffae-4d3f-9cc9-14285d5eda1b Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
4683 | 2024.09.24 04:35:34.941656 [ 3 ] {} <Debug> HTTP-Session: 3323c136-ffae-4d3f-9cc9-14285d5eda1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4684 | 2024.09.24 04:35:34.941678 [ 189 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 404 rows starting from the beginning of the part | ||
4685 | 2024.09.24 04:35:34.941704 [ 3 ] {} <Debug> HTTP-Session: 3323c136-ffae-4d3f-9cc9-14285d5eda1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4686 | 2024.09.24 04:35:34.941844 [ 3 ] {} <Trace> HTTP-Session: 3323c136-ffae-4d3f-9cc9-14285d5eda1b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4687 | 2024.09.24 04:35:34.941997 [ 189 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 81 rows starting from the beginning of the part | ||
4688 | 2024.09.24 04:35:34.942210 [ 3 ] {32a5b6b9-13db-4ee3-83c1-13677573c33d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4689 | 2024.09.24 04:35:34.942262 [ 189 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 406 rows starting from the beginning of the part | ||
4690 | 2024.09.24 04:35:34.942365 [ 3 ] {32a5b6b9-13db-4ee3-83c1-13677573c33d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4691 | 2024.09.24 04:35:34.942519 [ 189 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 85 rows starting from the beginning of the part | ||
4692 | 2024.09.24 04:35:34.942965 [ 189 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 406 rows starting from the beginning of the part | ||
4693 | 2024.09.24 04:35:34.943655 [ 3 ] {32a5b6b9-13db-4ee3-83c1-13677573c33d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4694 | 2024.09.24 04:35:34.944296 [ 3 ] {32a5b6b9-13db-4ee3-83c1-13677573c33d} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4695 | 2024.09.24 04:35:34.944351 [ 3 ] {32a5b6b9-13db-4ee3-83c1-13677573c33d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4696 | 2024.09.24 04:35:34.945303 [ 3 ] {32a5b6b9-13db-4ee3-83c1-13677573c33d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4697 | 2024.09.24 04:35:34.945978 [ 3 ] {32a5b6b9-13db-4ee3-83c1-13677573c33d} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4698 | 2024.09.24 04:35:34.946368 [ 189 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2283 rows, containing 5 columns (5 merged, 0 gathered) in 0.005293612 sec., 431274.524842395 rows/sec., 32.82 MiB/sec. | ||
4699 | 2024.09.24 04:35:34.946374 [ 3 ] {32a5b6b9-13db-4ee3-83c1-13677573c33d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004316 sec., 1390.1760889712696 rows/sec., 72.63 KiB/sec. | ||
4700 | 2024.09.24 04:35:34.946627 [ 189 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4701 | 2024.09.24 04:35:34.946675 [ 3 ] {32a5b6b9-13db-4ee3-83c1-13677573c33d} <Debug> DynamicQueryHandler: Done processing query | ||
4702 | 2024.09.24 04:35:34.946729 [ 3 ] {32a5b6b9-13db-4ee3-83c1-13677573c33d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4703 | 2024.09.24 04:35:34.946749 [ 3 ] {} <Debug> HTTP-Session: 3323c136-ffae-4d3f-9cc9-14285d5eda1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4704 | 2024.09.24 04:35:34.946994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 44803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4705 | 2024.09.24 04:35:34.947104 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4706 | 2024.09.24 04:35:34.947143 [ 3 ] {} <Debug> HTTP-Session: 0985ac2f-0de7-4695-aa5b-329368860cf5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
4707 | 2024.09.24 04:35:34.947165 [ 3 ] {} <Debug> HTTP-Session: 0985ac2f-0de7-4695-aa5b-329368860cf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4708 | 2024.09.24 04:35:34.947192 [ 3 ] {} <Debug> HTTP-Session: 0985ac2f-0de7-4695-aa5b-329368860cf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4709 | 2024.09.24 04:35:34.947254 [ 3 ] {} <Trace> HTTP-Session: 0985ac2f-0de7-4695-aa5b-329368860cf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4710 | 2024.09.24 04:35:34.947413 [ 189 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_21_4} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4711 | 2024.09.24 04:35:34.947532 [ 189 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_21_4} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4712 | 2024.09.24 04:35:34.947582 [ 3 ] {b7ccfc13-a1d3-416d-818c-b9f77f9fcf06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4713 | 2024.09.24 04:35:34.947693 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
4714 | 2024.09.24 04:35:34.947705 [ 3 ] {b7ccfc13-a1d3-416d-818c-b9f77f9fcf06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4715 | 2024.09.24 04:35:34.947890 [ 3 ] {b7ccfc13-a1d3-416d-818c-b9f77f9fcf06} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4716 | 2024.09.24 04:35:34.948374 [ 3 ] {b7ccfc13-a1d3-416d-818c-b9f77f9fcf06} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4717 | 2024.09.24 04:35:34.948410 [ 3 ] {b7ccfc13-a1d3-416d-818c-b9f77f9fcf06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4718 | 2024.09.24 04:35:34.948807 [ 3 ] {b7ccfc13-a1d3-416d-818c-b9f77f9fcf06} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4719 | 2024.09.24 04:35:34.949157 [ 3 ] {b7ccfc13-a1d3-416d-818c-b9f77f9fcf06} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4720 | 2024.09.24 04:35:34.949288 [ 3 ] {b7ccfc13-a1d3-416d-818c-b9f77f9fcf06} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001885 sec., 126259.94694960212 rows/sec., 8.46 MiB/sec. | ||
4721 | 2024.09.24 04:35:34.949453 [ 3 ] {b7ccfc13-a1d3-416d-818c-b9f77f9fcf06} <Debug> DynamicQueryHandler: Done processing query | ||
4722 | 2024.09.24 04:35:34.949477 [ 3 ] {b7ccfc13-a1d3-416d-818c-b9f77f9fcf06} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
4723 | 2024.09.24 04:35:34.949494 [ 3 ] {} <Debug> HTTP-Session: 0985ac2f-0de7-4695-aa5b-329368860cf5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4724 | 2024.09.24 04:35:34.949622 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4725 | 2024.09.24 04:35:34.949671 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4726 | 2024.09.24 04:35:34.949689 [ 3 ] {} <Debug> HTTP-Session: 15527c58-2c7d-4914-b18c-4c97ba8f3084 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
4727 | 2024.09.24 04:35:34.949706 [ 3 ] {} <Debug> HTTP-Session: 15527c58-2c7d-4914-b18c-4c97ba8f3084 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4728 | 2024.09.24 04:35:34.949720 [ 3 ] {} <Debug> HTTP-Session: 15527c58-2c7d-4914-b18c-4c97ba8f3084 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4729 | 2024.09.24 04:35:34.949751 [ 3 ] {} <Trace> HTTP-Session: 15527c58-2c7d-4914-b18c-4c97ba8f3084 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4730 | 2024.09.24 04:35:34.949844 [ 3 ] {404102ae-56a8-40ac-9e58-37b5020e14c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
4731 | 2024.09.24 04:35:34.949889 [ 3 ] {404102ae-56a8-40ac-9e58-37b5020e14c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
4732 | 2024.09.24 04:35:34.950018 [ 3 ] {404102ae-56a8-40ac-9e58-37b5020e14c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4733 | 2024.09.24 04:35:34.950293 [ 3 ] {404102ae-56a8-40ac-9e58-37b5020e14c3} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4734 | 2024.09.24 04:35:34.950333 [ 3 ] {404102ae-56a8-40ac-9e58-37b5020e14c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4735 | 2024.09.24 04:35:34.950679 [ 3 ] {404102ae-56a8-40ac-9e58-37b5020e14c3} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4736 | 2024.09.24 04:35:34.951012 [ 3 ] {404102ae-56a8-40ac-9e58-37b5020e14c3} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4737 | 2024.09.24 04:35:34.951143 [ 3 ] {404102ae-56a8-40ac-9e58-37b5020e14c3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001321 sec., 757.0022710068131 rows/sec., 51.01 KiB/sec. | ||
4738 | 2024.09.24 04:35:34.951420 [ 3 ] {404102ae-56a8-40ac-9e58-37b5020e14c3} <Debug> DynamicQueryHandler: Done processing query | ||
4739 | 2024.09.24 04:35:34.951445 [ 3 ] {404102ae-56a8-40ac-9e58-37b5020e14c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
4740 | 2024.09.24 04:35:34.951461 [ 3 ] {} <Debug> HTTP-Session: 15527c58-2c7d-4914-b18c-4c97ba8f3084 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4741 | 2024.09.24 04:35:34.951592 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 36044, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4742 | 2024.09.24 04:35:34.951641 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4743 | 2024.09.24 04:35:34.951660 [ 3 ] {} <Debug> HTTP-Session: 117ee302-92d4-42f2-92cd-c1d1aef28c58 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
4744 | 2024.09.24 04:35:34.951676 [ 3 ] {} <Debug> HTTP-Session: 117ee302-92d4-42f2-92cd-c1d1aef28c58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4745 | 2024.09.24 04:35:34.951690 [ 3 ] {} <Debug> HTTP-Session: 117ee302-92d4-42f2-92cd-c1d1aef28c58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4746 | 2024.09.24 04:35:34.951721 [ 3 ] {} <Trace> HTTP-Session: 117ee302-92d4-42f2-92cd-c1d1aef28c58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4747 | 2024.09.24 04:35:34.952037 [ 3 ] {55501341-e4e7-4df5-947b-39c0857c653d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
4748 | 2024.09.24 04:35:34.952111 [ 3 ] {55501341-e4e7-4df5-947b-39c0857c653d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4749 | 2024.09.24 04:35:34.952541 [ 3 ] {55501341-e4e7-4df5-947b-39c0857c653d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4750 | 2024.09.24 04:35:34.953128 [ 3 ] {55501341-e4e7-4df5-947b-39c0857c653d} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4751 | 2024.09.24 04:35:34.953164 [ 3 ] {55501341-e4e7-4df5-947b-39c0857c653d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4752 | 2024.09.24 04:35:34.953870 [ 3 ] {55501341-e4e7-4df5-947b-39c0857c653d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4753 | 2024.09.24 04:35:34.954316 [ 3 ] {55501341-e4e7-4df5-947b-39c0857c653d} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4754 | 2024.09.24 04:35:34.954466 [ 3 ] {55501341-e4e7-4df5-947b-39c0857c653d} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002663 sec., 8261.359369132557 rows/sec., 14.80 MiB/sec. | ||
4755 | 2024.09.24 04:35:34.955004 [ 3 ] {55501341-e4e7-4df5-947b-39c0857c653d} <Debug> DynamicQueryHandler: Done processing query | ||
4756 | 2024.09.24 04:35:34.955028 [ 3 ] {55501341-e4e7-4df5-947b-39c0857c653d} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
4757 | 2024.09.24 04:35:34.955043 [ 3 ] {} <Debug> HTTP-Session: 117ee302-92d4-42f2-92cd-c1d1aef28c58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4758 | 2024.09.24 04:35:34.955160 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 12152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4759 | 2024.09.24 04:35:34.955208 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4760 | 2024.09.24 04:35:34.955226 [ 3 ] {} <Debug> HTTP-Session: 4f641702-a4c2-447d-b6f0-c57e976c296e Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
4761 | 2024.09.24 04:35:34.955243 [ 3 ] {} <Debug> HTTP-Session: 4f641702-a4c2-447d-b6f0-c57e976c296e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4762 | 2024.09.24 04:35:34.955257 [ 3 ] {} <Debug> HTTP-Session: 4f641702-a4c2-447d-b6f0-c57e976c296e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4763 | 2024.09.24 04:35:34.955289 [ 3 ] {} <Trace> HTTP-Session: 4f641702-a4c2-447d-b6f0-c57e976c296e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4764 | 2024.09.24 04:35:34.955419 [ 3 ] {8825887b-f182-42fe-8966-44cb3b2f17cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4765 | 2024.09.24 04:35:34.955464 [ 3 ] {8825887b-f182-42fe-8966-44cb3b2f17cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4766 | 2024.09.24 04:35:34.955613 [ 3 ] {8825887b-f182-42fe-8966-44cb3b2f17cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4767 | 2024.09.24 04:35:34.955905 [ 3 ] {8825887b-f182-42fe-8966-44cb3b2f17cc} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4768 | 2024.09.24 04:35:34.955941 [ 3 ] {8825887b-f182-42fe-8966-44cb3b2f17cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4769 | 2024.09.24 04:35:34.956317 [ 3 ] {8825887b-f182-42fe-8966-44cb3b2f17cc} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
4770 | 2024.09.24 04:35:34.956654 [ 3 ] {8825887b-f182-42fe-8966-44cb3b2f17cc} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4771 | 2024.09.24 04:35:34.956783 [ 3 ] {8825887b-f182-42fe-8966-44cb3b2f17cc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001417 sec., 57868.73676781933 rows/sec., 3.68 MiB/sec. | ||
4772 | 2024.09.24 04:35:34.956934 [ 3 ] {8825887b-f182-42fe-8966-44cb3b2f17cc} <Debug> DynamicQueryHandler: Done processing query | ||
4773 | 2024.09.24 04:35:34.956959 [ 3 ] {8825887b-f182-42fe-8966-44cb3b2f17cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4774 | 2024.09.24 04:35:34.956974 [ 3 ] {} <Debug> HTTP-Session: 4f641702-a4c2-447d-b6f0-c57e976c296e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4775 | 2024.09.24 04:35:39.946227 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4776 | 2024.09.24 04:35:39.946370 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4777 | 2024.09.24 04:35:39.946400 [ 3 ] {} <Debug> HTTP-Session: 30584b5c-0a31-41a5-8f5c-8705ec79ef79 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
4778 | 2024.09.24 04:35:39.946428 [ 3 ] {} <Debug> HTTP-Session: 30584b5c-0a31-41a5-8f5c-8705ec79ef79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4779 | 2024.09.24 04:35:39.946445 [ 3 ] {} <Debug> HTTP-Session: 30584b5c-0a31-41a5-8f5c-8705ec79ef79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4780 | 2024.09.24 04:35:39.946501 [ 3 ] {} <Trace> HTTP-Session: 30584b5c-0a31-41a5-8f5c-8705ec79ef79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4781 | 2024.09.24 04:35:39.946712 [ 3 ] {f9421576-d3ef-4941-8872-dd6fd81259f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4782 | 2024.09.24 04:35:39.946797 [ 3 ] {f9421576-d3ef-4941-8872-dd6fd81259f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4783 | 2024.09.24 04:35:39.947158 [ 3 ] {f9421576-d3ef-4941-8872-dd6fd81259f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4784 | 2024.09.24 04:35:39.947644 [ 3 ] {f9421576-d3ef-4941-8872-dd6fd81259f6} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4785 | 2024.09.24 04:35:39.947690 [ 3 ] {f9421576-d3ef-4941-8872-dd6fd81259f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4786 | 2024.09.24 04:35:39.948119 [ 3 ] {f9421576-d3ef-4941-8872-dd6fd81259f6} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4787 | 2024.09.24 04:35:39.948513 [ 3 ] {f9421576-d3ef-4941-8872-dd6fd81259f6} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4788 | 2024.09.24 04:35:39.948692 [ 142 ] {} <Debug> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
4789 | 2024.09.24 04:35:39.948702 [ 3 ] {f9421576-d3ef-4941-8872-dd6fd81259f6} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002042 sec., 1958.8638589618022 rows/sec., 159.73 KiB/sec. | ||
4790 | 2024.09.24 04:35:39.948779 [ 142 ] {} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4791 | 2024.09.24 04:35:39.948852 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4792 | 2024.09.24 04:35:39.949151 [ 3 ] {f9421576-d3ef-4941-8872-dd6fd81259f6} <Debug> DynamicQueryHandler: Done processing query | ||
4793 | 2024.09.24 04:35:39.949236 [ 3 ] {f9421576-d3ef-4941-8872-dd6fd81259f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4794 | 2024.09.24 04:35:39.949279 [ 193 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::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 | ||
4795 | 2024.09.24 04:35:39.949287 [ 3 ] {} <Debug> HTTP-Session: 30584b5c-0a31-41a5-8f5c-8705ec79ef79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4796 | 2024.09.24 04:35:39.949519 [ 193 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4797 | 2024.09.24 04:35:39.949565 [ 193 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
4798 | 2024.09.24 04:35:39.949658 [ 193 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
4799 | 2024.09.24 04:35:39.949804 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 178459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4800 | 2024.09.24 04:35:39.949943 [ 193 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
4801 | 2024.09.24 04:35:39.949967 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4802 | 2024.09.24 04:35:39.950053 [ 3 ] {} <Debug> HTTP-Session: bdf7ed7d-a826-4ecf-a9dc-f4d27b2bf93e Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
4803 | 2024.09.24 04:35:39.950146 [ 3 ] {} <Debug> HTTP-Session: bdf7ed7d-a826-4ecf-a9dc-f4d27b2bf93e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4804 | 2024.09.24 04:35:39.950211 [ 193 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part | ||
4805 | 2024.09.24 04:35:39.950216 [ 3 ] {} <Debug> HTTP-Session: bdf7ed7d-a826-4ecf-a9dc-f4d27b2bf93e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4806 | 2024.09.24 04:35:39.950415 [ 3 ] {} <Trace> HTTP-Session: bdf7ed7d-a826-4ecf-a9dc-f4d27b2bf93e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4807 | 2024.09.24 04:35:39.950625 [ 193 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
4808 | 2024.09.24 04:35:39.950957 [ 193 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
4809 | 2024.09.24 04:35:39.951427 [ 3 ] {aa3e6819-1b45-45cd-b7e0-398cfdfdbf12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4810 | 2024.09.24 04:35:39.951528 [ 3 ] {aa3e6819-1b45-45cd-b7e0-398cfdfdbf12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4811 | 2024.09.24 04:35:39.952467 [ 3 ] {aa3e6819-1b45-45cd-b7e0-398cfdfdbf12} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4812 | 2024.09.24 04:35:39.952951 [ 193 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18 rows, containing 5 columns (5 merged, 0 gathered) in 0.003977854 sec., 4525.052955689172 rows/sec., 386.66 KiB/sec. | ||
4813 | 2024.09.24 04:35:39.953183 [ 187 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
4814 | 2024.09.24 04:35:39.954341 [ 194 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_6_1} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4815 | 2024.09.24 04:35:39.954518 [ 194 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_6_1} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
4816 | 2024.09.24 04:35:39.954537 [ 3 ] {aa3e6819-1b45-45cd-b7e0-398cfdfdbf12} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4817 | 2024.09.24 04:35:39.954586 [ 3 ] {aa3e6819-1b45-45cd-b7e0-398cfdfdbf12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4818 | 2024.09.24 04:35:39.954635 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
4819 | 2024.09.24 04:35:39.955107 [ 3 ] {aa3e6819-1b45-45cd-b7e0-398cfdfdbf12} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4820 | 2024.09.24 04:35:39.955489 [ 3 ] {aa3e6819-1b45-45cd-b7e0-398cfdfdbf12} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4821 | 2024.09.24 04:35:39.955659 [ 3 ] {aa3e6819-1b45-45cd-b7e0-398cfdfdbf12} <Debug> executeQuery: Read 1232 rows, 103.92 KiB in 0.004843 sec., 254387.77617179434 rows/sec., 20.95 MiB/sec. | ||
4822 | 2024.09.24 04:35:39.955854 [ 3 ] {aa3e6819-1b45-45cd-b7e0-398cfdfdbf12} <Debug> DynamicQueryHandler: Done processing query | ||
4823 | 2024.09.24 04:35:39.955880 [ 3 ] {aa3e6819-1b45-45cd-b7e0-398cfdfdbf12} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
4824 | 2024.09.24 04:35:39.955897 [ 3 ] {} <Debug> HTTP-Session: bdf7ed7d-a826-4ecf-a9dc-f4d27b2bf93e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4825 | 2024.09.24 04:35:39.956240 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3047, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4826 | 2024.09.24 04:35:39.956294 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4827 | 2024.09.24 04:35:39.956313 [ 3 ] {} <Debug> HTTP-Session: 12c3e9a8-472e-494d-a284-1a1cd0bdb571 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
4828 | 2024.09.24 04:35:39.956330 [ 3 ] {} <Debug> HTTP-Session: 12c3e9a8-472e-494d-a284-1a1cd0bdb571 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4829 | 2024.09.24 04:35:39.956344 [ 3 ] {} <Debug> HTTP-Session: 12c3e9a8-472e-494d-a284-1a1cd0bdb571 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4830 | 2024.09.24 04:35:39.956378 [ 3 ] {} <Trace> HTTP-Session: 12c3e9a8-472e-494d-a284-1a1cd0bdb571 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4831 | 2024.09.24 04:35:39.956488 [ 3 ] {6460c165-43c7-489c-a505-adf2a80d0f7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4832 | 2024.09.24 04:35:39.956534 [ 3 ] {6460c165-43c7-489c-a505-adf2a80d0f7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4833 | 2024.09.24 04:35:39.956770 [ 3 ] {6460c165-43c7-489c-a505-adf2a80d0f7f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4834 | 2024.09.24 04:35:39.957081 [ 3 ] {6460c165-43c7-489c-a505-adf2a80d0f7f} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4835 | 2024.09.24 04:35:39.957117 [ 3 ] {6460c165-43c7-489c-a505-adf2a80d0f7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4836 | 2024.09.24 04:35:39.957481 [ 3 ] {6460c165-43c7-489c-a505-adf2a80d0f7f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4837 | 2024.09.24 04:35:39.957858 [ 3 ] {6460c165-43c7-489c-a505-adf2a80d0f7f} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4838 | 2024.09.24 04:35:39.958014 [ 142 ] {} <Debug> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4839 | 2024.09.24 04:35:39.958027 [ 3 ] {6460c165-43c7-489c-a505-adf2a80d0f7f} <Debug> executeQuery: Read 21 rows, 1.56 KiB in 0.001562 sec., 13444.302176696543 rows/sec., 997.19 KiB/sec. | ||
4840 | 2024.09.24 04:35:39.958080 [ 142 ] {} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4841 | 2024.09.24 04:35:39.958153 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4842 | 2024.09.24 04:35:39.958350 [ 187 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::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 | ||
4843 | 2024.09.24 04:35:39.958384 [ 3 ] {6460c165-43c7-489c-a505-adf2a80d0f7f} <Debug> DynamicQueryHandler: Done processing query | ||
4844 | 2024.09.24 04:35:39.958429 [ 3 ] {6460c165-43c7-489c-a505-adf2a80d0f7f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4845 | 2024.09.24 04:35:39.958463 [ 3 ] {} <Debug> HTTP-Session: 12c3e9a8-472e-494d-a284-1a1cd0bdb571 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4846 | 2024.09.24 04:35:39.958570 [ 187 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4847 | 2024.09.24 04:35:39.958611 [ 187 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 45 rows starting from the beginning of the part | ||
4848 | 2024.09.24 04:35:39.958711 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 30477, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4849 | 2024.09.24 04:35:39.958873 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4850 | 2024.09.24 04:35:39.958891 [ 187 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 17 rows starting from the beginning of the part | ||
4851 | 2024.09.24 04:35:39.958929 [ 3 ] {} <Debug> HTTP-Session: 550b1cb3-d8a0-4a85-a72f-ac7189d06ff3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
4852 | 2024.09.24 04:35:39.958994 [ 3 ] {} <Debug> HTTP-Session: 550b1cb3-d8a0-4a85-a72f-ac7189d06ff3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4853 | 2024.09.24 04:35:39.959054 [ 3 ] {} <Debug> HTTP-Session: 550b1cb3-d8a0-4a85-a72f-ac7189d06ff3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4854 | 2024.09.24 04:35:39.959204 [ 3 ] {} <Trace> HTTP-Session: 550b1cb3-d8a0-4a85-a72f-ac7189d06ff3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4855 | 2024.09.24 04:35:39.959237 [ 187 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 24 rows starting from the beginning of the part | ||
4856 | 2024.09.24 04:35:39.959502 [ 187 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 21 rows starting from the beginning of the part | ||
4857 | 2024.09.24 04:35:39.959608 [ 3 ] {1e6e54ec-f285-4bf7-a155-773007fd6433} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
4858 | 2024.09.24 04:35:39.959764 [ 3 ] {1e6e54ec-f285-4bf7-a155-773007fd6433} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4859 | 2024.09.24 04:35:39.959836 [ 187 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 24 rows starting from the beginning of the part | ||
4860 | 2024.09.24 04:35:39.960148 [ 187 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 21 rows starting from the beginning of the part | ||
4861 | 2024.09.24 04:35:39.960992 [ 3 ] {1e6e54ec-f285-4bf7-a155-773007fd6433} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4862 | 2024.09.24 04:35:39.962185 [ 3 ] {1e6e54ec-f285-4bf7-a155-773007fd6433} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4863 | 2024.09.24 04:35:39.962257 [ 3 ] {1e6e54ec-f285-4bf7-a155-773007fd6433} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4864 | 2024.09.24 04:35:39.963100 [ 194 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 152 rows, containing 5 columns (5 merged, 0 gathered) in 0.004832523 sec., 31453.549212285176 rows/sec., 2.41 MiB/sec. | ||
4865 | 2024.09.24 04:35:39.963277 [ 194 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4866 | 2024.09.24 04:35:39.963278 [ 3 ] {1e6e54ec-f285-4bf7-a155-773007fd6433} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4867 | 2024.09.24 04:35:39.963980 [ 3 ] {1e6e54ec-f285-4bf7-a155-773007fd6433} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4868 | 2024.09.24 04:35:39.964052 [ 194 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_21_4} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4869 | 2024.09.24 04:35:39.964197 [ 142 ] {} <Debug> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
4870 | 2024.09.24 04:35:39.964259 [ 3 ] {1e6e54ec-f285-4bf7-a155-773007fd6433} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.004874 sec., 46778.82642593353 rows/sec., 3.17 MiB/sec. | ||
4871 | 2024.09.24 04:35:39.964293 [ 142 ] {} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4872 | 2024.09.24 04:35:39.964309 [ 194 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_21_4} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4873 | 2024.09.24 04:35:39.964379 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4874 | 2024.09.24 04:35:39.964688 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
4875 | 2024.09.24 04:35:39.964747 [ 3 ] {1e6e54ec-f285-4bf7-a155-773007fd6433} <Debug> DynamicQueryHandler: Done processing query | ||
4876 | 2024.09.24 04:35:39.964747 [ 190 ] {80399c63-440f-4294-b79d-4996168f9902::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 | ||
4877 | 2024.09.24 04:35:39.964774 [ 3 ] {1e6e54ec-f285-4bf7-a155-773007fd6433} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
4878 | 2024.09.24 04:35:39.964802 [ 3 ] {} <Debug> HTTP-Session: 550b1cb3-d8a0-4a85-a72f-ac7189d06ff3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4879 | 2024.09.24 04:35:39.964899 [ 190 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4880 | 2024.09.24 04:35:39.964930 [ 190 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 243 rows starting from the beginning of the part | ||
4881 | 2024.09.24 04:35:39.965021 [ 190 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 228 rows starting from the beginning of the part | ||
4882 | 2024.09.24 04:35:39.965246 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 89430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4883 | 2024.09.24 04:35:39.965303 [ 190 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part | ||
4884 | 2024.09.24 04:35:39.965389 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4885 | 2024.09.24 04:35:39.965494 [ 3 ] {} <Debug> HTTP-Session: 40c8dbf5-e012-4aa4-90b7-ffe89d9d4ec2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
4886 | 2024.09.24 04:35:39.965583 [ 3 ] {} <Debug> HTTP-Session: 40c8dbf5-e012-4aa4-90b7-ffe89d9d4ec2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4887 | 2024.09.24 04:35:39.965647 [ 190 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part | ||
4888 | 2024.09.24 04:35:39.965667 [ 3 ] {} <Debug> HTTP-Session: 40c8dbf5-e012-4aa4-90b7-ffe89d9d4ec2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4889 | 2024.09.24 04:35:39.965795 [ 3 ] {} <Trace> HTTP-Session: 40c8dbf5-e012-4aa4-90b7-ffe89d9d4ec2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4890 | 2024.09.24 04:35:39.965944 [ 190 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part | ||
4891 | 2024.09.24 04:35:39.966156 [ 190 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 228 rows starting from the beginning of the part | ||
4892 | 2024.09.24 04:35:39.966394 [ 3 ] {f1932fed-dd98-4e07-a9e5-8ad10e0e306d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4893 | 2024.09.24 04:35:39.966532 [ 3 ] {f1932fed-dd98-4e07-a9e5-8ad10e0e306d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4894 | 2024.09.24 04:35:39.966987 [ 3 ] {f1932fed-dd98-4e07-a9e5-8ad10e0e306d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4895 | 2024.09.24 04:35:39.967919 [ 3 ] {f1932fed-dd98-4e07-a9e5-8ad10e0e306d} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4896 | 2024.09.24 04:35:39.967923 [ 190 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 741 rows, containing 5 columns (5 merged, 0 gathered) in 0.003327651 sec., 222679.60191738856 rows/sec., 15.11 MiB/sec. | ||
4897 | 2024.09.24 04:35:39.967959 [ 3 ] {f1932fed-dd98-4e07-a9e5-8ad10e0e306d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4898 | 2024.09.24 04:35:39.968109 [ 198 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
4899 | 2024.09.24 04:35:39.968512 [ 3 ] {f1932fed-dd98-4e07-a9e5-8ad10e0e306d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4900 | 2024.09.24 04:35:39.968697 [ 198 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_11_2} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4901 | 2024.09.24 04:35:39.968841 [ 198 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_11_2} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
4902 | 2024.09.24 04:35:39.968918 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
4903 | 2024.09.24 04:35:39.969009 [ 3 ] {f1932fed-dd98-4e07-a9e5-8ad10e0e306d} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4904 | 2024.09.24 04:35:39.969180 [ 3 ] {f1932fed-dd98-4e07-a9e5-8ad10e0e306d} <Debug> executeQuery: Read 541 rows, 41.09 KiB in 0.003126 sec., 173064.61932181704 rows/sec., 12.84 MiB/sec. | ||
4905 | 2024.09.24 04:35:39.969372 [ 3 ] {f1932fed-dd98-4e07-a9e5-8ad10e0e306d} <Debug> DynamicQueryHandler: Done processing query | ||
4906 | 2024.09.24 04:35:39.969396 [ 3 ] {f1932fed-dd98-4e07-a9e5-8ad10e0e306d} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
4907 | 2024.09.24 04:35:39.969412 [ 3 ] {} <Debug> HTTP-Session: 40c8dbf5-e012-4aa4-90b7-ffe89d9d4ec2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4908 | 2024.09.24 04:35:39.969654 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 167480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4909 | 2024.09.24 04:35:39.969704 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4910 | 2024.09.24 04:35:39.969723 [ 3 ] {} <Debug> HTTP-Session: 89541e67-9f0f-4782-a759-c2aac8cd5556 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
4911 | 2024.09.24 04:35:39.969739 [ 3 ] {} <Debug> HTTP-Session: 89541e67-9f0f-4782-a759-c2aac8cd5556 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4912 | 2024.09.24 04:35:39.969753 [ 3 ] {} <Debug> HTTP-Session: 89541e67-9f0f-4782-a759-c2aac8cd5556 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4913 | 2024.09.24 04:35:39.969785 [ 3 ] {} <Trace> HTTP-Session: 89541e67-9f0f-4782-a759-c2aac8cd5556 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4914 | 2024.09.24 04:35:39.970461 [ 3 ] {6b6fa1e8-8aaf-476f-b84b-109101a898a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4915 | 2024.09.24 04:35:39.970511 [ 3 ] {6b6fa1e8-8aaf-476f-b84b-109101a898a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4916 | 2024.09.24 04:35:39.970666 [ 3 ] {6b6fa1e8-8aaf-476f-b84b-109101a898a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4917 | 2024.09.24 04:35:39.971531 [ 3 ] {6b6fa1e8-8aaf-476f-b84b-109101a898a5} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4918 | 2024.09.24 04:35:39.971567 [ 3 ] {6b6fa1e8-8aaf-476f-b84b-109101a898a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4919 | 2024.09.24 04:35:39.971998 [ 3 ] {6b6fa1e8-8aaf-476f-b84b-109101a898a5} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4920 | 2024.09.24 04:35:39.972352 [ 3 ] {6b6fa1e8-8aaf-476f-b84b-109101a898a5} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4921 | 2024.09.24 04:35:39.972516 [ 3 ] {6b6fa1e8-8aaf-476f-b84b-109101a898a5} <Debug> executeQuery: Read 882 rows, 60.77 KiB in 0.002598 sec., 339491.9168591224 rows/sec., 22.84 MiB/sec. | ||
4922 | 2024.09.24 04:35:39.972675 [ 3 ] {6b6fa1e8-8aaf-476f-b84b-109101a898a5} <Debug> DynamicQueryHandler: Done processing query | ||
4923 | 2024.09.24 04:35:39.972699 [ 3 ] {6b6fa1e8-8aaf-476f-b84b-109101a898a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.67 MiB. | ||
4924 | 2024.09.24 04:35:39.972714 [ 3 ] {} <Debug> HTTP-Session: 89541e67-9f0f-4782-a759-c2aac8cd5556 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4925 | 2024.09.24 04:35:39.973068 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 28972, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4926 | 2024.09.24 04:35:39.973118 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4927 | 2024.09.24 04:35:39.973137 [ 3 ] {} <Debug> HTTP-Session: 61b8ff2b-ce01-4981-afa9-8d793b374f3c Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
4928 | 2024.09.24 04:35:39.973154 [ 3 ] {} <Debug> HTTP-Session: 61b8ff2b-ce01-4981-afa9-8d793b374f3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4929 | 2024.09.24 04:35:39.973168 [ 3 ] {} <Debug> HTTP-Session: 61b8ff2b-ce01-4981-afa9-8d793b374f3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4930 | 2024.09.24 04:35:39.973200 [ 3 ] {} <Trace> HTTP-Session: 61b8ff2b-ce01-4981-afa9-8d793b374f3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4931 | 2024.09.24 04:35:39.973480 [ 3 ] {b9b40515-f2af-459a-94d3-1424f3c25c36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
4932 | 2024.09.24 04:35:39.973546 [ 3 ] {b9b40515-f2af-459a-94d3-1424f3c25c36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
4933 | 2024.09.24 04:35:39.973953 [ 3 ] {b9b40515-f2af-459a-94d3-1424f3c25c36} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4934 | 2024.09.24 04:35:39.974475 [ 3 ] {b9b40515-f2af-459a-94d3-1424f3c25c36} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4935 | 2024.09.24 04:35:39.974511 [ 3 ] {b9b40515-f2af-459a-94d3-1424f3c25c36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4936 | 2024.09.24 04:35:39.975095 [ 3 ] {b9b40515-f2af-459a-94d3-1424f3c25c36} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4937 | 2024.09.24 04:35:39.975502 [ 3 ] {b9b40515-f2af-459a-94d3-1424f3c25c36} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4938 | 2024.09.24 04:35:39.975676 [ 142 ] {} <Debug> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4939 | 2024.09.24 04:35:39.975703 [ 3 ] {b9b40515-f2af-459a-94d3-1424f3c25c36} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002424 sec., 7013.201320132013 rows/sec., 12.57 MiB/sec. | ||
4940 | 2024.09.24 04:35:39.975737 [ 142 ] {} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4941 | 2024.09.24 04:35:39.975804 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4942 | 2024.09.24 04:35:39.976064 [ 194 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::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 | ||
4943 | 2024.09.24 04:35:39.976155 [ 3 ] {b9b40515-f2af-459a-94d3-1424f3c25c36} <Debug> DynamicQueryHandler: Done processing query | ||
4944 | 2024.09.24 04:35:39.976182 [ 3 ] {b9b40515-f2af-459a-94d3-1424f3c25c36} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
4945 | 2024.09.24 04:35:39.976210 [ 3 ] {} <Debug> HTTP-Session: 61b8ff2b-ce01-4981-afa9-8d793b374f3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4946 | 2024.09.24 04:35:39.976382 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4947 | 2024.09.24 04:35:39.976452 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4948 | 2024.09.24 04:35:39.976466 [ 194 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4949 | 2024.09.24 04:35:39.976476 [ 3 ] {} <Debug> HTTP-Session: 6f9e45bb-3a7a-452b-b9d6-8179d75732a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
4950 | 2024.09.24 04:35:39.976509 [ 3 ] {} <Debug> HTTP-Session: 6f9e45bb-3a7a-452b-b9d6-8179d75732a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4951 | 2024.09.24 04:35:39.976534 [ 3 ] {} <Debug> HTTP-Session: 6f9e45bb-3a7a-452b-b9d6-8179d75732a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4952 | 2024.09.24 04:35:39.976563 [ 194 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 304 rows starting from the beginning of the part | ||
4953 | 2024.09.24 04:35:39.976578 [ 3 ] {} <Trace> HTTP-Session: 6f9e45bb-3a7a-452b-b9d6-8179d75732a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4954 | 2024.09.24 04:35:39.976815 [ 3 ] {2bd739e2-ac83-4841-a233-61d22fa3a237} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4955 | 2024.09.24 04:35:39.977002 [ 3 ] {2bd739e2-ac83-4841-a233-61d22fa3a237} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4956 | 2024.09.24 04:35:39.977137 [ 194 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 17 rows starting from the beginning of the part | ||
4957 | 2024.09.24 04:35:39.977601 [ 3 ] {2bd739e2-ac83-4841-a233-61d22fa3a237} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4958 | 2024.09.24 04:35:39.977776 [ 194 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 22 rows starting from the beginning of the part | ||
4959 | 2024.09.24 04:35:39.978258 [ 194 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 17 rows starting from the beginning of the part | ||
4960 | 2024.09.24 04:35:39.978463 [ 3 ] {2bd739e2-ac83-4841-a233-61d22fa3a237} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4961 | 2024.09.24 04:35:39.978589 [ 3 ] {2bd739e2-ac83-4841-a233-61d22fa3a237} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4962 | 2024.09.24 04:35:39.978770 [ 194 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 22 rows starting from the beginning of the part | ||
4963 | 2024.09.24 04:35:39.979326 [ 194 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 17 rows starting from the beginning of the part | ||
4964 | 2024.09.24 04:35:39.979541 [ 3 ] {2bd739e2-ac83-4841-a233-61d22fa3a237} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4965 | 2024.09.24 04:35:39.980186 [ 3 ] {2bd739e2-ac83-4841-a233-61d22fa3a237} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4966 | 2024.09.24 04:35:39.980441 [ 3 ] {2bd739e2-ac83-4841-a233-61d22fa3a237} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003762 sec., 15948.963317384369 rows/sec., 1.07 MiB/sec. | ||
4967 | 2024.09.24 04:35:39.980694 [ 3 ] {2bd739e2-ac83-4841-a233-61d22fa3a237} <Debug> DynamicQueryHandler: Done processing query | ||
4968 | 2024.09.24 04:35:39.980722 [ 3 ] {2bd739e2-ac83-4841-a233-61d22fa3a237} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4969 | 2024.09.24 04:35:39.980738 [ 3 ] {} <Debug> HTTP-Session: 6f9e45bb-3a7a-452b-b9d6-8179d75732a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4970 | 2024.09.24 04:35:39.983225 [ 190 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 399 rows, containing 19 columns (19 merged, 0 gathered) in 0.007281845 sec., 54793.805690728106 rows/sec., 98.19 MiB/sec. | ||
4971 | 2024.09.24 04:35:39.983847 [ 190 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4972 | 2024.09.24 04:35:39.984386 [ 190 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4973 | 2024.09.24 04:35:39.984458 [ 190 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4974 | 2024.09.24 04:35:39.984551 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.05 MiB. | ||
4975 | 2024.09.24 04:35:44.920978 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4976 | 2024.09.24 04:35:44.921105 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4977 | 2024.09.24 04:35:44.921130 [ 3 ] {} <Debug> HTTP-Session: 2edd4057-f4cd-47bd-a50b-a4cb9aec06c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
4978 | 2024.09.24 04:35:44.921156 [ 3 ] {} <Debug> HTTP-Session: 2edd4057-f4cd-47bd-a50b-a4cb9aec06c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4979 | 2024.09.24 04:35:44.921170 [ 3 ] {} <Debug> HTTP-Session: 2edd4057-f4cd-47bd-a50b-a4cb9aec06c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4980 | 2024.09.24 04:35:44.921220 [ 3 ] {} <Trace> HTTP-Session: 2edd4057-f4cd-47bd-a50b-a4cb9aec06c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4981 | 2024.09.24 04:35:44.921406 [ 3 ] {cc9531f9-487d-412d-88fd-ed10d93d781b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4982 | 2024.09.24 04:35:44.921473 [ 3 ] {cc9531f9-487d-412d-88fd-ed10d93d781b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4983 | 2024.09.24 04:35:44.921813 [ 3 ] {cc9531f9-487d-412d-88fd-ed10d93d781b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4984 | 2024.09.24 04:35:44.922215 [ 3 ] {cc9531f9-487d-412d-88fd-ed10d93d781b} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4985 | 2024.09.24 04:35:44.922261 [ 3 ] {cc9531f9-487d-412d-88fd-ed10d93d781b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
4986 | 2024.09.24 04:35:44.922673 [ 3 ] {cc9531f9-487d-412d-88fd-ed10d93d781b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4987 | 2024.09.24 04:35:44.923063 [ 3 ] {cc9531f9-487d-412d-88fd-ed10d93d781b} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4988 | 2024.09.24 04:35:44.923241 [ 3 ] {cc9531f9-487d-412d-88fd-ed10d93d781b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001883 sec., 1062.1348911311736 rows/sec., 86.61 KiB/sec. | ||
4989 | 2024.09.24 04:35:44.923452 [ 3 ] {cc9531f9-487d-412d-88fd-ed10d93d781b} <Debug> DynamicQueryHandler: Done processing query | ||
4990 | 2024.09.24 04:35:44.923479 [ 3 ] {cc9531f9-487d-412d-88fd-ed10d93d781b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4991 | 2024.09.24 04:35:44.923496 [ 3 ] {} <Debug> HTTP-Session: 2edd4057-f4cd-47bd-a50b-a4cb9aec06c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4992 | 2024.09.24 04:35:44.923721 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 35281, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4993 | 2024.09.24 04:35:44.923775 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4994 | 2024.09.24 04:35:44.923795 [ 3 ] {} <Debug> HTTP-Session: 39865e90-62b4-48a4-a2a4-6f7058b29a1f Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
4995 | 2024.09.24 04:35:44.923814 [ 3 ] {} <Debug> HTTP-Session: 39865e90-62b4-48a4-a2a4-6f7058b29a1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4996 | 2024.09.24 04:35:44.923828 [ 3 ] {} <Debug> HTTP-Session: 39865e90-62b4-48a4-a2a4-6f7058b29a1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4997 | 2024.09.24 04:35:44.923864 [ 3 ] {} <Trace> HTTP-Session: 39865e90-62b4-48a4-a2a4-6f7058b29a1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4998 | 2024.09.24 04:35:44.924030 [ 3 ] {e603241d-3bfb-4f09-b825-1b2d4b2ccc3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4999 | 2024.09.24 04:35:44.924077 [ 3 ] {e603241d-3bfb-4f09-b825-1b2d4b2ccc3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5000 | 2024.09.24 04:35:44.924317 [ 3 ] {e603241d-3bfb-4f09-b825-1b2d4b2ccc3d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5001 | 2024.09.24 04:35:44.924791 [ 3 ] {e603241d-3bfb-4f09-b825-1b2d4b2ccc3d} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5002 | 2024.09.24 04:35:44.924829 [ 3 ] {e603241d-3bfb-4f09-b825-1b2d4b2ccc3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5003 | 2024.09.24 04:35:44.925210 [ 3 ] {e603241d-3bfb-4f09-b825-1b2d4b2ccc3d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5004 | 2024.09.24 04:35:44.925575 [ 3 ] {e603241d-3bfb-4f09-b825-1b2d4b2ccc3d} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5005 | 2024.09.24 04:35:44.925742 [ 3 ] {e603241d-3bfb-4f09-b825-1b2d4b2ccc3d} <Debug> executeQuery: Read 234 rows, 21.06 KiB in 0.00179 sec., 130726.25698324022 rows/sec., 11.49 MiB/sec. | ||
5006 | 2024.09.24 04:35:44.925920 [ 3 ] {e603241d-3bfb-4f09-b825-1b2d4b2ccc3d} <Debug> DynamicQueryHandler: Done processing query | ||
5007 | 2024.09.24 04:35:44.925945 [ 3 ] {e603241d-3bfb-4f09-b825-1b2d4b2ccc3d} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
5008 | 2024.09.24 04:35:44.925961 [ 3 ] {} <Debug> HTTP-Session: 39865e90-62b4-48a4-a2a4-6f7058b29a1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5009 | 2024.09.24 04:35:44.926084 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5010 | 2024.09.24 04:35:44.926133 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5011 | 2024.09.24 04:35:44.926152 [ 3 ] {} <Debug> HTTP-Session: 97ff6ddc-1bba-4903-948b-46ee575cff84 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
5012 | 2024.09.24 04:35:44.926170 [ 3 ] {} <Debug> HTTP-Session: 97ff6ddc-1bba-4903-948b-46ee575cff84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5013 | 2024.09.24 04:35:44.926184 [ 3 ] {} <Debug> HTTP-Session: 97ff6ddc-1bba-4903-948b-46ee575cff84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5014 | 2024.09.24 04:35:44.926217 [ 3 ] {} <Trace> HTTP-Session: 97ff6ddc-1bba-4903-948b-46ee575cff84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5015 | 2024.09.24 04:35:44.926321 [ 3 ] {581d6722-2912-4574-b973-8cea44464a3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5016 | 2024.09.24 04:35:44.926366 [ 3 ] {581d6722-2912-4574-b973-8cea44464a3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5017 | 2024.09.24 04:35:44.926591 [ 3 ] {581d6722-2912-4574-b973-8cea44464a3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5018 | 2024.09.24 04:35:44.926890 [ 3 ] {581d6722-2912-4574-b973-8cea44464a3b} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5019 | 2024.09.24 04:35:44.926926 [ 3 ] {581d6722-2912-4574-b973-8cea44464a3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5020 | 2024.09.24 04:35:44.927271 [ 3 ] {581d6722-2912-4574-b973-8cea44464a3b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
5021 | 2024.09.24 04:35:44.927637 [ 3 ] {581d6722-2912-4574-b973-8cea44464a3b} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5022 | 2024.09.24 04:35:44.927792 [ 3 ] {581d6722-2912-4574-b973-8cea44464a3b} <Debug> executeQuery: Read 24 rows, 1.79 KiB in 0.0015 sec., 16000 rows/sec., 1.17 MiB/sec. | ||
5023 | 2024.09.24 04:35:44.927950 [ 3 ] {581d6722-2912-4574-b973-8cea44464a3b} <Debug> DynamicQueryHandler: Done processing query | ||
5024 | 2024.09.24 04:35:44.927974 [ 3 ] {581d6722-2912-4574-b973-8cea44464a3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5025 | 2024.09.24 04:35:44.927990 [ 3 ] {} <Debug> HTTP-Session: 97ff6ddc-1bba-4903-948b-46ee575cff84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5026 | 2024.09.24 04:35:44.928118 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5027 | 2024.09.24 04:35:44.928165 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5028 | 2024.09.24 04:35:44.928184 [ 3 ] {} <Debug> HTTP-Session: 7043f4ac-d4ff-405e-b8f4-42c4bed7c527 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
5029 | 2024.09.24 04:35:44.928201 [ 3 ] {} <Debug> HTTP-Session: 7043f4ac-d4ff-405e-b8f4-42c4bed7c527 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5030 | 2024.09.24 04:35:44.928215 [ 3 ] {} <Debug> HTTP-Session: 7043f4ac-d4ff-405e-b8f4-42c4bed7c527 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5031 | 2024.09.24 04:35:44.928246 [ 3 ] {} <Trace> HTTP-Session: 7043f4ac-d4ff-405e-b8f4-42c4bed7c527 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5032 | 2024.09.24 04:35:44.928346 [ 3 ] {58a99c97-e86b-4f4a-a6a4-e76bab46b29a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
5033 | 2024.09.24 04:35:44.928389 [ 3 ] {58a99c97-e86b-4f4a-a6a4-e76bab46b29a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5034 | 2024.09.24 04:35:44.928612 [ 3 ] {58a99c97-e86b-4f4a-a6a4-e76bab46b29a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5035 | 2024.09.24 04:35:44.928900 [ 3 ] {58a99c97-e86b-4f4a-a6a4-e76bab46b29a} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5036 | 2024.09.24 04:35:44.928936 [ 3 ] {58a99c97-e86b-4f4a-a6a4-e76bab46b29a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5037 | 2024.09.24 04:35:44.929283 [ 3 ] {58a99c97-e86b-4f4a-a6a4-e76bab46b29a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5038 | 2024.09.24 04:35:44.929634 [ 3 ] {58a99c97-e86b-4f4a-a6a4-e76bab46b29a} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5039 | 2024.09.24 04:35:44.929792 [ 3 ] {58a99c97-e86b-4f4a-a6a4-e76bab46b29a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001475 sec., 9491.525423728814 rows/sec., 664.72 KiB/sec. | ||
5040 | 2024.09.24 04:35:44.929962 [ 3 ] {58a99c97-e86b-4f4a-a6a4-e76bab46b29a} <Debug> DynamicQueryHandler: Done processing query | ||
5041 | 2024.09.24 04:35:44.929985 [ 3 ] {58a99c97-e86b-4f4a-a6a4-e76bab46b29a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5042 | 2024.09.24 04:35:44.930000 [ 3 ] {} <Debug> HTTP-Session: 7043f4ac-d4ff-405e-b8f4-42c4bed7c527 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5043 | 2024.09.24 04:35:44.930110 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5044 | 2024.09.24 04:35:44.930159 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5045 | 2024.09.24 04:35:44.930177 [ 3 ] {} <Debug> HTTP-Session: ba0ead93-b48a-4908-82b7-365fae60fc97 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
5046 | 2024.09.24 04:35:44.930193 [ 3 ] {} <Debug> HTTP-Session: ba0ead93-b48a-4908-82b7-365fae60fc97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5047 | 2024.09.24 04:35:44.930208 [ 3 ] {} <Debug> HTTP-Session: ba0ead93-b48a-4908-82b7-365fae60fc97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5048 | 2024.09.24 04:35:44.930238 [ 3 ] {} <Trace> HTTP-Session: ba0ead93-b48a-4908-82b7-365fae60fc97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5049 | 2024.09.24 04:35:44.930334 [ 3 ] {e5e8aa92-19ff-4851-9eb6-07f6483e8746} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
5050 | 2024.09.24 04:35:44.930378 [ 3 ] {e5e8aa92-19ff-4851-9eb6-07f6483e8746} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
5051 | 2024.09.24 04:35:44.930600 [ 3 ] {e5e8aa92-19ff-4851-9eb6-07f6483e8746} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5052 | 2024.09.24 04:35:44.930922 [ 3 ] {e5e8aa92-19ff-4851-9eb6-07f6483e8746} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5053 | 2024.09.24 04:35:44.930960 [ 3 ] {e5e8aa92-19ff-4851-9eb6-07f6483e8746} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5054 | 2024.09.24 04:35:44.931308 [ 3 ] {e5e8aa92-19ff-4851-9eb6-07f6483e8746} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
5055 | 2024.09.24 04:35:44.931659 [ 3 ] {e5e8aa92-19ff-4851-9eb6-07f6483e8746} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5056 | 2024.09.24 04:35:44.931815 [ 3 ] {e5e8aa92-19ff-4851-9eb6-07f6483e8746} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001507 sec., 3981.4200398142 rows/sec., 235.23 KiB/sec. | ||
5057 | 2024.09.24 04:35:44.931990 [ 3 ] {e5e8aa92-19ff-4851-9eb6-07f6483e8746} <Debug> DynamicQueryHandler: Done processing query | ||
5058 | 2024.09.24 04:35:44.932014 [ 3 ] {e5e8aa92-19ff-4851-9eb6-07f6483e8746} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5059 | 2024.09.24 04:35:44.932030 [ 3 ] {} <Debug> HTTP-Session: ba0ead93-b48a-4908-82b7-365fae60fc97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5060 | 2024.09.24 04:35:44.932206 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 65839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5061 | 2024.09.24 04:35:44.932254 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5062 | 2024.09.24 04:35:44.932272 [ 3 ] {} <Debug> HTTP-Session: b242a564-f007-4c3f-a479-dcaf4589e209 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
5063 | 2024.09.24 04:35:44.932291 [ 3 ] {} <Debug> HTTP-Session: b242a564-f007-4c3f-a479-dcaf4589e209 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5064 | 2024.09.24 04:35:44.932304 [ 3 ] {} <Debug> HTTP-Session: b242a564-f007-4c3f-a479-dcaf4589e209 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5065 | 2024.09.24 04:35:44.932335 [ 3 ] {} <Trace> HTTP-Session: b242a564-f007-4c3f-a479-dcaf4589e209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5066 | 2024.09.24 04:35:44.932562 [ 3 ] {b5e564d3-f530-4963-b9db-0d8fe727c2f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5067 | 2024.09.24 04:35:44.932606 [ 3 ] {b5e564d3-f530-4963-b9db-0d8fe727c2f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5068 | 2024.09.24 04:35:44.932831 [ 3 ] {b5e564d3-f530-4963-b9db-0d8fe727c2f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5069 | 2024.09.24 04:35:44.933366 [ 3 ] {b5e564d3-f530-4963-b9db-0d8fe727c2f2} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5070 | 2024.09.24 04:35:44.933404 [ 3 ] {b5e564d3-f530-4963-b9db-0d8fe727c2f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5071 | 2024.09.24 04:35:44.933768 [ 3 ] {b5e564d3-f530-4963-b9db-0d8fe727c2f2} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5072 | 2024.09.24 04:35:44.934125 [ 3 ] {b5e564d3-f530-4963-b9db-0d8fe727c2f2} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5073 | 2024.09.24 04:35:44.934283 [ 3 ] {b5e564d3-f530-4963-b9db-0d8fe727c2f2} <Debug> executeQuery: Read 406 rows, 29.61 KiB in 0.001849 sec., 219578.15035154138 rows/sec., 15.64 MiB/sec. | ||
5074 | 2024.09.24 04:35:44.934455 [ 3 ] {b5e564d3-f530-4963-b9db-0d8fe727c2f2} <Debug> DynamicQueryHandler: Done processing query | ||
5075 | 2024.09.24 04:35:44.934479 [ 3 ] {b5e564d3-f530-4963-b9db-0d8fe727c2f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
5076 | 2024.09.24 04:35:44.934494 [ 3 ] {} <Debug> HTTP-Session: b242a564-f007-4c3f-a479-dcaf4589e209 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5077 | 2024.09.24 04:35:44.934618 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5078 | 2024.09.24 04:35:44.934666 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5079 | 2024.09.24 04:35:44.934684 [ 3 ] {} <Debug> HTTP-Session: 4185fda6-5d3d-451f-ab16-87e495bd0b69 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
5080 | 2024.09.24 04:35:44.934701 [ 3 ] {} <Debug> HTTP-Session: 4185fda6-5d3d-451f-ab16-87e495bd0b69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5081 | 2024.09.24 04:35:44.934716 [ 3 ] {} <Debug> HTTP-Session: 4185fda6-5d3d-451f-ab16-87e495bd0b69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5082 | 2024.09.24 04:35:44.934747 [ 3 ] {} <Trace> HTTP-Session: 4185fda6-5d3d-451f-ab16-87e495bd0b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5083 | 2024.09.24 04:35:44.934843 [ 3 ] {3681a8e4-9217-43a9-bbf1-c7c7f96a563a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5084 | 2024.09.24 04:35:44.934888 [ 3 ] {3681a8e4-9217-43a9-bbf1-c7c7f96a563a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5085 | 2024.09.24 04:35:44.935020 [ 3 ] {3681a8e4-9217-43a9-bbf1-c7c7f96a563a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5086 | 2024.09.24 04:35:44.935288 [ 3 ] {3681a8e4-9217-43a9-bbf1-c7c7f96a563a} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5087 | 2024.09.24 04:35:44.935324 [ 3 ] {3681a8e4-9217-43a9-bbf1-c7c7f96a563a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5088 | 2024.09.24 04:35:44.935674 [ 3 ] {3681a8e4-9217-43a9-bbf1-c7c7f96a563a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
5089 | 2024.09.24 04:35:44.935989 [ 3 ] {3681a8e4-9217-43a9-bbf1-c7c7f96a563a} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5090 | 2024.09.24 04:35:44.936139 [ 3 ] {3681a8e4-9217-43a9-bbf1-c7c7f96a563a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001321 sec., 4542.013626040878 rows/sec., 237.30 KiB/sec. | ||
5091 | 2024.09.24 04:35:44.936302 [ 3 ] {3681a8e4-9217-43a9-bbf1-c7c7f96a563a} <Debug> DynamicQueryHandler: Done processing query | ||
5092 | 2024.09.24 04:35:44.936327 [ 3 ] {3681a8e4-9217-43a9-bbf1-c7c7f96a563a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5093 | 2024.09.24 04:35:44.936342 [ 3 ] {} <Debug> HTTP-Session: 4185fda6-5d3d-451f-ab16-87e495bd0b69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5094 | 2024.09.24 04:35:44.936508 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 44802, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5095 | 2024.09.24 04:35:44.936557 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5096 | 2024.09.24 04:35:44.936576 [ 3 ] {} <Debug> HTTP-Session: e22bf3e7-87a3-49eb-b9f8-28868e2b9fef Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
5097 | 2024.09.24 04:35:44.936593 [ 3 ] {} <Debug> HTTP-Session: e22bf3e7-87a3-49eb-b9f8-28868e2b9fef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5098 | 2024.09.24 04:35:44.936606 [ 3 ] {} <Debug> HTTP-Session: e22bf3e7-87a3-49eb-b9f8-28868e2b9fef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5099 | 2024.09.24 04:35:44.936637 [ 3 ] {} <Trace> HTTP-Session: e22bf3e7-87a3-49eb-b9f8-28868e2b9fef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5100 | 2024.09.24 04:35:44.936838 [ 3 ] {1ebf6946-ff26-48ce-9abc-13b48a9b6158} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5101 | 2024.09.24 04:35:44.936885 [ 3 ] {1ebf6946-ff26-48ce-9abc-13b48a9b6158} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5102 | 2024.09.24 04:35:44.937030 [ 3 ] {1ebf6946-ff26-48ce-9abc-13b48a9b6158} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5103 | 2024.09.24 04:35:44.937441 [ 3 ] {1ebf6946-ff26-48ce-9abc-13b48a9b6158} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5104 | 2024.09.24 04:35:44.937477 [ 3 ] {1ebf6946-ff26-48ce-9abc-13b48a9b6158} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5105 | 2024.09.24 04:35:44.937852 [ 3 ] {1ebf6946-ff26-48ce-9abc-13b48a9b6158} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
5106 | 2024.09.24 04:35:44.938183 [ 3 ] {1ebf6946-ff26-48ce-9abc-13b48a9b6158} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5107 | 2024.09.24 04:35:44.938322 [ 3 ] {1ebf6946-ff26-48ce-9abc-13b48a9b6158} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001595 sec., 149216.30094043887 rows/sec., 10.00 MiB/sec. | ||
5108 | 2024.09.24 04:35:44.938409 [ 137 ] {} <Debug> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
5109 | 2024.09.24 04:35:44.938540 [ 137 ] {} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5110 | 2024.09.24 04:35:44.938581 [ 3 ] {1ebf6946-ff26-48ce-9abc-13b48a9b6158} <Debug> DynamicQueryHandler: Done processing query | ||
5111 | 2024.09.24 04:35:44.938599 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5112 | 2024.09.24 04:35:44.938622 [ 3 ] {1ebf6946-ff26-48ce-9abc-13b48a9b6158} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5113 | 2024.09.24 04:35:44.938664 [ 3 ] {} <Debug> HTTP-Session: e22bf3e7-87a3-49eb-b9f8-28868e2b9fef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5114 | 2024.09.24 04:35:44.938880 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5115 | 2024.09.24 04:35:44.938945 [ 186 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::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 | ||
5116 | 2024.09.24 04:35:44.939023 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5117 | 2024.09.24 04:35:44.939128 [ 3 ] {} <Debug> HTTP-Session: f0f0db7b-4851-43ce-be3b-c4f69cbf9c04 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
5118 | 2024.09.24 04:35:44.939230 [ 3 ] {} <Debug> HTTP-Session: f0f0db7b-4851-43ce-be3b-c4f69cbf9c04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5119 | 2024.09.24 04:35:44.939297 [ 3 ] {} <Debug> HTTP-Session: f0f0db7b-4851-43ce-be3b-c4f69cbf9c04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5120 | 2024.09.24 04:35:44.939425 [ 3 ] {} <Trace> HTTP-Session: f0f0db7b-4851-43ce-be3b-c4f69cbf9c04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5121 | 2024.09.24 04:35:44.939513 [ 186 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5122 | 2024.09.24 04:35:44.939565 [ 186 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5185 rows starting from the beginning of the part | ||
5123 | 2024.09.24 04:35:44.939570 [ 3 ] {a379362e-2c68-4c62-aee7-500f9aabde7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
5124 | 2024.09.24 04:35:44.939641 [ 3 ] {a379362e-2c68-4c62-aee7-500f9aabde7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
5125 | 2024.09.24 04:35:44.939760 [ 186 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 238 rows starting from the beginning of the part | ||
5126 | 2024.09.24 04:35:44.940204 [ 186 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 162 rows starting from the beginning of the part | ||
5127 | 2024.09.24 04:35:44.940540 [ 186 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 238 rows starting from the beginning of the part | ||
5128 | 2024.09.24 04:35:44.940894 [ 3 ] {a379362e-2c68-4c62-aee7-500f9aabde7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5129 | 2024.09.24 04:35:44.940918 [ 186 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 882 rows starting from the beginning of the part | ||
5130 | 2024.09.24 04:35:44.941219 [ 186 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 238 rows starting from the beginning of the part | ||
5131 | 2024.09.24 04:35:44.941901 [ 3 ] {a379362e-2c68-4c62-aee7-500f9aabde7d} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5132 | 2024.09.24 04:35:44.941941 [ 3 ] {a379362e-2c68-4c62-aee7-500f9aabde7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5133 | 2024.09.24 04:35:44.942485 [ 3 ] {a379362e-2c68-4c62-aee7-500f9aabde7d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
5134 | 2024.09.24 04:35:44.943096 [ 3 ] {a379362e-2c68-4c62-aee7-500f9aabde7d} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5135 | 2024.09.24 04:35:44.943345 [ 3 ] {a379362e-2c68-4c62-aee7-500f9aabde7d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003789 sec., 263.9218791237794 rows/sec., 17.78 KiB/sec. | ||
5136 | 2024.09.24 04:35:44.943600 [ 3 ] {a379362e-2c68-4c62-aee7-500f9aabde7d} <Debug> DynamicQueryHandler: Done processing query | ||
5137 | 2024.09.24 04:35:44.943625 [ 3 ] {a379362e-2c68-4c62-aee7-500f9aabde7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
5138 | 2024.09.24 04:35:44.943641 [ 3 ] {} <Debug> HTTP-Session: f0f0db7b-4851-43ce-be3b-c4f69cbf9c04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5139 | 2024.09.24 04:35:44.943825 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 36043, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5140 | 2024.09.24 04:35:44.943875 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5141 | 2024.09.24 04:35:44.943894 [ 3 ] {} <Debug> HTTP-Session: 6c4e10fb-78f9-4038-ad79-2198e28251f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
5142 | 2024.09.24 04:35:44.943911 [ 3 ] {} <Debug> HTTP-Session: 6c4e10fb-78f9-4038-ad79-2198e28251f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5143 | 2024.09.24 04:35:44.943926 [ 3 ] {} <Debug> HTTP-Session: 6c4e10fb-78f9-4038-ad79-2198e28251f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5144 | 2024.09.24 04:35:44.943958 [ 3 ] {} <Trace> HTTP-Session: 6c4e10fb-78f9-4038-ad79-2198e28251f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5145 | 2024.09.24 04:35:44.944294 [ 3 ] {8da28645-019a-439a-bd65-87cd041e8df2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
5146 | 2024.09.24 04:35:44.944365 [ 3 ] {8da28645-019a-439a-bd65-87cd041e8df2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5147 | 2024.09.24 04:35:44.944879 [ 186 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6943 rows, containing 5 columns (5 merged, 0 gathered) in 0.0061319 sec., 1132275.4774213538 rows/sec., 76.09 MiB/sec. | ||
5148 | 2024.09.24 04:35:44.945016 [ 3 ] {8da28645-019a-439a-bd65-87cd041e8df2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5149 | 2024.09.24 04:35:44.945342 [ 186 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
5150 | 2024.09.24 04:35:44.946045 [ 3 ] {8da28645-019a-439a-bd65-87cd041e8df2} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5151 | 2024.09.24 04:35:44.946078 [ 186 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5152 | 2024.09.24 04:35:44.946091 [ 3 ] {8da28645-019a-439a-bd65-87cd041e8df2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5153 | 2024.09.24 04:35:44.946178 [ 186 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
5154 | 2024.09.24 04:35:44.946283 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.42 MiB. | ||
5155 | 2024.09.24 04:35:44.946814 [ 3 ] {8da28645-019a-439a-bd65-87cd041e8df2} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
5156 | 2024.09.24 04:35:44.947232 [ 3 ] {8da28645-019a-439a-bd65-87cd041e8df2} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5157 | 2024.09.24 04:35:44.947449 [ 3 ] {8da28645-019a-439a-bd65-87cd041e8df2} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.00341 sec., 6451.612903225807 rows/sec., 11.56 MiB/sec. | ||
5158 | 2024.09.24 04:35:44.947690 [ 3 ] {8da28645-019a-439a-bd65-87cd041e8df2} <Debug> DynamicQueryHandler: Done processing query | ||
5159 | 2024.09.24 04:35:44.947715 [ 3 ] {8da28645-019a-439a-bd65-87cd041e8df2} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
5160 | 2024.09.24 04:35:44.947731 [ 3 ] {} <Debug> HTTP-Session: 6c4e10fb-78f9-4038-ad79-2198e28251f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5161 | 2024.09.24 04:35:44.947853 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 12152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5162 | 2024.09.24 04:35:44.947902 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5163 | 2024.09.24 04:35:44.947921 [ 3 ] {} <Debug> HTTP-Session: 624d269a-f322-480a-85fb-6ae9df8e804f Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
5164 | 2024.09.24 04:35:44.947938 [ 3 ] {} <Debug> HTTP-Session: 624d269a-f322-480a-85fb-6ae9df8e804f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5165 | 2024.09.24 04:35:44.947953 [ 3 ] {} <Debug> HTTP-Session: 624d269a-f322-480a-85fb-6ae9df8e804f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5166 | 2024.09.24 04:35:44.947985 [ 3 ] {} <Trace> HTTP-Session: 624d269a-f322-480a-85fb-6ae9df8e804f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5167 | 2024.09.24 04:35:44.948105 [ 3 ] {5b5d724b-4dbd-4b35-8d06-59b8194b321f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5168 | 2024.09.24 04:35:44.948150 [ 3 ] {5b5d724b-4dbd-4b35-8d06-59b8194b321f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5169 | 2024.09.24 04:35:44.948282 [ 3 ] {5b5d724b-4dbd-4b35-8d06-59b8194b321f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5170 | 2024.09.24 04:35:44.948585 [ 3 ] {5b5d724b-4dbd-4b35-8d06-59b8194b321f} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5171 | 2024.09.24 04:35:44.948621 [ 3 ] {5b5d724b-4dbd-4b35-8d06-59b8194b321f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5172 | 2024.09.24 04:35:44.948984 [ 3 ] {5b5d724b-4dbd-4b35-8d06-59b8194b321f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
5173 | 2024.09.24 04:35:44.949298 [ 3 ] {5b5d724b-4dbd-4b35-8d06-59b8194b321f} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5174 | 2024.09.24 04:35:44.949465 [ 3 ] {5b5d724b-4dbd-4b35-8d06-59b8194b321f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001395 sec., 58781.362007168456 rows/sec., 3.73 MiB/sec. | ||
5175 | 2024.09.24 04:35:44.949642 [ 3 ] {5b5d724b-4dbd-4b35-8d06-59b8194b321f} <Debug> DynamicQueryHandler: Done processing query | ||
5176 | 2024.09.24 04:35:44.949667 [ 3 ] {5b5d724b-4dbd-4b35-8d06-59b8194b321f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5177 | 2024.09.24 04:35:44.949684 [ 3 ] {} <Debug> HTTP-Session: 624d269a-f322-480a-85fb-6ae9df8e804f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5178 | 2024.09.24 04:35:47.654393 [ 135 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5179 | 2024.09.24 04:35:47.654461 [ 135 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5180 | 2024.09.24 04:35:49.916344 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 13137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5181 | 2024.09.24 04:35:49.916471 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5182 | 2024.09.24 04:35:49.916500 [ 3 ] {} <Debug> HTTP-Session: 0b923893-7522-48a0-8f09-2b649b13308c Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
5183 | 2024.09.24 04:35:49.916528 [ 3 ] {} <Debug> HTTP-Session: 0b923893-7522-48a0-8f09-2b649b13308c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5184 | 2024.09.24 04:35:49.916546 [ 3 ] {} <Debug> HTTP-Session: 0b923893-7522-48a0-8f09-2b649b13308c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5185 | 2024.09.24 04:35:49.916604 [ 3 ] {} <Trace> HTTP-Session: 0b923893-7522-48a0-8f09-2b649b13308c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5186 | 2024.09.24 04:35:49.916843 [ 3 ] {b51d96e3-4566-447b-87d8-9677eacb008a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5187 | 2024.09.24 04:35:49.916921 [ 3 ] {b51d96e3-4566-447b-87d8-9677eacb008a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5188 | 2024.09.24 04:35:49.917271 [ 3 ] {b51d96e3-4566-447b-87d8-9677eacb008a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5189 | 2024.09.24 04:35:49.917754 [ 3 ] {b51d96e3-4566-447b-87d8-9677eacb008a} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5190 | 2024.09.24 04:35:49.917796 [ 3 ] {b51d96e3-4566-447b-87d8-9677eacb008a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5191 | 2024.09.24 04:35:49.918222 [ 3 ] {b51d96e3-4566-447b-87d8-9677eacb008a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5192 | 2024.09.24 04:35:49.918623 [ 3 ] {b51d96e3-4566-447b-87d8-9677eacb008a} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5193 | 2024.09.24 04:35:49.918807 [ 3 ] {b51d96e3-4566-447b-87d8-9677eacb008a} <Debug> executeQuery: Read 90 rows, 7.65 KiB in 0.002049 sec., 43923.86530014641 rows/sec., 3.65 MiB/sec. | ||
5194 | 2024.09.24 04:35:49.919186 [ 3 ] {b51d96e3-4566-447b-87d8-9677eacb008a} <Debug> DynamicQueryHandler: Done processing query | ||
5195 | 2024.09.24 04:35:49.919213 [ 3 ] {b51d96e3-4566-447b-87d8-9677eacb008a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
5196 | 2024.09.24 04:35:49.919230 [ 3 ] {} <Debug> HTTP-Session: 0b923893-7522-48a0-8f09-2b649b13308c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5197 | 2024.09.24 04:35:49.919358 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 2487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5198 | 2024.09.24 04:35:49.919409 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5199 | 2024.09.24 04:35:49.919428 [ 3 ] {} <Debug> HTTP-Session: 64e37447-22b1-4d54-ad30-897bf5e31bfd Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
5200 | 2024.09.24 04:35:49.919445 [ 3 ] {} <Debug> HTTP-Session: 64e37447-22b1-4d54-ad30-897bf5e31bfd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5201 | 2024.09.24 04:35:49.919459 [ 3 ] {} <Debug> HTTP-Session: 64e37447-22b1-4d54-ad30-897bf5e31bfd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5202 | 2024.09.24 04:35:49.919493 [ 3 ] {} <Trace> HTTP-Session: 64e37447-22b1-4d54-ad30-897bf5e31bfd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5203 | 2024.09.24 04:35:49.919602 [ 3 ] {e62a8999-a241-44bb-8f53-357001e569b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5204 | 2024.09.24 04:35:49.919647 [ 3 ] {e62a8999-a241-44bb-8f53-357001e569b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5205 | 2024.09.24 04:35:49.919900 [ 3 ] {e62a8999-a241-44bb-8f53-357001e569b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5206 | 2024.09.24 04:35:49.920300 [ 3 ] {e62a8999-a241-44bb-8f53-357001e569b3} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5207 | 2024.09.24 04:35:49.920336 [ 3 ] {e62a8999-a241-44bb-8f53-357001e569b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5208 | 2024.09.24 04:35:49.920691 [ 3 ] {e62a8999-a241-44bb-8f53-357001e569b3} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5209 | 2024.09.24 04:35:49.921060 [ 3 ] {e62a8999-a241-44bb-8f53-357001e569b3} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5210 | 2024.09.24 04:35:49.921224 [ 3 ] {e62a8999-a241-44bb-8f53-357001e569b3} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001652 sec., 10290.556900726391 rows/sec., 773.80 KiB/sec. | ||
5211 | 2024.09.24 04:35:49.921422 [ 3 ] {e62a8999-a241-44bb-8f53-357001e569b3} <Debug> DynamicQueryHandler: Done processing query | ||
5212 | 2024.09.24 04:35:49.921447 [ 3 ] {e62a8999-a241-44bb-8f53-357001e569b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5213 | 2024.09.24 04:35:49.921463 [ 3 ] {} <Debug> HTTP-Session: 64e37447-22b1-4d54-ad30-897bf5e31bfd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5214 | 2024.09.24 04:35:49.921630 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 13756, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5215 | 2024.09.24 04:35:49.921680 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5216 | 2024.09.24 04:35:49.921699 [ 3 ] {} <Debug> HTTP-Session: 15851c86-6032-4f16-bdce-3d0242f076c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
5217 | 2024.09.24 04:35:49.921715 [ 3 ] {} <Debug> HTTP-Session: 15851c86-6032-4f16-bdce-3d0242f076c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5218 | 2024.09.24 04:35:49.921730 [ 3 ] {} <Debug> HTTP-Session: 15851c86-6032-4f16-bdce-3d0242f076c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5219 | 2024.09.24 04:35:49.921762 [ 3 ] {} <Trace> HTTP-Session: 15851c86-6032-4f16-bdce-3d0242f076c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5220 | 2024.09.24 04:35:49.921879 [ 3 ] {9877cf95-6f74-44ff-acff-18681c927185} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5221 | 2024.09.24 04:35:49.921924 [ 3 ] {9877cf95-6f74-44ff-acff-18681c927185} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5222 | 2024.09.24 04:35:49.922152 [ 3 ] {9877cf95-6f74-44ff-acff-18681c927185} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5223 | 2024.09.24 04:35:49.922541 [ 3 ] {9877cf95-6f74-44ff-acff-18681c927185} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5224 | 2024.09.24 04:35:49.922579 [ 3 ] {9877cf95-6f74-44ff-acff-18681c927185} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5225 | 2024.09.24 04:35:49.922936 [ 3 ] {9877cf95-6f74-44ff-acff-18681c927185} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5226 | 2024.09.24 04:35:49.923304 [ 3 ] {9877cf95-6f74-44ff-acff-18681c927185} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5227 | 2024.09.24 04:35:49.923463 [ 3 ] {9877cf95-6f74-44ff-acff-18681c927185} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.001622 sec., 49938.347718865596 rows/sec., 3.90 MiB/sec. | ||
5228 | 2024.09.24 04:35:49.923641 [ 3 ] {9877cf95-6f74-44ff-acff-18681c927185} <Debug> DynamicQueryHandler: Done processing query | ||
5229 | 2024.09.24 04:35:49.923665 [ 3 ] {9877cf95-6f74-44ff-acff-18681c927185} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
5230 | 2024.09.24 04:35:49.923681 [ 3 ] {} <Debug> HTTP-Session: 15851c86-6032-4f16-bdce-3d0242f076c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5231 | 2024.09.24 04:35:49.923842 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5232 | 2024.09.24 04:35:49.923891 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5233 | 2024.09.24 04:35:49.923910 [ 3 ] {} <Debug> HTTP-Session: a9012a4f-e2f9-4319-a749-90e8e5638e6c Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
5234 | 2024.09.24 04:35:49.923926 [ 3 ] {} <Debug> HTTP-Session: a9012a4f-e2f9-4319-a749-90e8e5638e6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5235 | 2024.09.24 04:35:49.923941 [ 3 ] {} <Debug> HTTP-Session: a9012a4f-e2f9-4319-a749-90e8e5638e6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5236 | 2024.09.24 04:35:49.923972 [ 3 ] {} <Trace> HTTP-Session: a9012a4f-e2f9-4319-a749-90e8e5638e6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5237 | 2024.09.24 04:35:49.924121 [ 3 ] {bd8fd2e2-464d-4590-b241-844ce383ab34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5238 | 2024.09.24 04:35:49.924168 [ 3 ] {bd8fd2e2-464d-4590-b241-844ce383ab34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5239 | 2024.09.24 04:35:49.924320 [ 3 ] {bd8fd2e2-464d-4590-b241-844ce383ab34} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5240 | 2024.09.24 04:35:49.924749 [ 3 ] {bd8fd2e2-464d-4590-b241-844ce383ab34} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5241 | 2024.09.24 04:35:49.924797 [ 3 ] {bd8fd2e2-464d-4590-b241-844ce383ab34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5242 | 2024.09.24 04:35:49.925223 [ 3 ] {bd8fd2e2-464d-4590-b241-844ce383ab34} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
5243 | 2024.09.24 04:35:49.925579 [ 3 ] {bd8fd2e2-464d-4590-b241-844ce383ab34} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5244 | 2024.09.24 04:35:49.925735 [ 3 ] {bd8fd2e2-464d-4590-b241-844ce383ab34} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001679 sec., 95294.81834425253 rows/sec., 6.64 MiB/sec. | ||
5245 | 2024.09.24 04:35:49.925906 [ 3 ] {bd8fd2e2-464d-4590-b241-844ce383ab34} <Debug> DynamicQueryHandler: Done processing query | ||
5246 | 2024.09.24 04:35:49.925930 [ 3 ] {bd8fd2e2-464d-4590-b241-844ce383ab34} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5247 | 2024.09.24 04:35:49.925946 [ 3 ] {} <Debug> HTTP-Session: a9012a4f-e2f9-4319-a749-90e8e5638e6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5248 | 2024.09.24 04:35:49.926164 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 28945, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5249 | 2024.09.24 04:35:49.926213 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5250 | 2024.09.24 04:35:49.926232 [ 3 ] {} <Debug> HTTP-Session: d889f22f-3275-49f7-98a7-76773bb9bbd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
5251 | 2024.09.24 04:35:49.926249 [ 3 ] {} <Debug> HTTP-Session: d889f22f-3275-49f7-98a7-76773bb9bbd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5252 | 2024.09.24 04:35:49.926263 [ 3 ] {} <Debug> HTTP-Session: d889f22f-3275-49f7-98a7-76773bb9bbd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5253 | 2024.09.24 04:35:49.926295 [ 3 ] {} <Trace> HTTP-Session: d889f22f-3275-49f7-98a7-76773bb9bbd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5254 | 2024.09.24 04:35:49.926551 [ 3 ] {69cfb7ed-3c4e-49e2-bd2b-fe5af2ec53d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
5255 | 2024.09.24 04:35:49.926617 [ 3 ] {69cfb7ed-3c4e-49e2-bd2b-fe5af2ec53d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5256 | 2024.09.24 04:35:49.927039 [ 3 ] {69cfb7ed-3c4e-49e2-bd2b-fe5af2ec53d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5257 | 2024.09.24 04:35:49.927647 [ 3 ] {69cfb7ed-3c4e-49e2-bd2b-fe5af2ec53d0} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5258 | 2024.09.24 04:35:49.927684 [ 3 ] {69cfb7ed-3c4e-49e2-bd2b-fe5af2ec53d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5259 | 2024.09.24 04:35:49.928332 [ 3 ] {69cfb7ed-3c4e-49e2-bd2b-fe5af2ec53d0} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5260 | 2024.09.24 04:35:49.928770 [ 3 ] {69cfb7ed-3c4e-49e2-bd2b-fe5af2ec53d0} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5261 | 2024.09.24 04:35:49.928952 [ 3 ] {69cfb7ed-3c4e-49e2-bd2b-fe5af2ec53d0} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002564 sec., 6630.265210608424 rows/sec., 11.88 MiB/sec. | ||
5262 | 2024.09.24 04:35:49.929175 [ 3 ] {69cfb7ed-3c4e-49e2-bd2b-fe5af2ec53d0} <Debug> DynamicQueryHandler: Done processing query | ||
5263 | 2024.09.24 04:35:49.929199 [ 3 ] {69cfb7ed-3c4e-49e2-bd2b-fe5af2ec53d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
5264 | 2024.09.24 04:35:49.929216 [ 3 ] {} <Debug> HTTP-Session: d889f22f-3275-49f7-98a7-76773bb9bbd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5265 | 2024.09.24 04:35:49.929335 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5266 | 2024.09.24 04:35:49.929383 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5267 | 2024.09.24 04:35:49.929401 [ 3 ] {} <Debug> HTTP-Session: fa704da3-61c0-4c6f-956e-27f23733f120 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
5268 | 2024.09.24 04:35:49.929417 [ 3 ] {} <Debug> HTTP-Session: fa704da3-61c0-4c6f-956e-27f23733f120 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5269 | 2024.09.24 04:35:49.929431 [ 3 ] {} <Debug> HTTP-Session: fa704da3-61c0-4c6f-956e-27f23733f120 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5270 | 2024.09.24 04:35:49.929463 [ 3 ] {} <Trace> HTTP-Session: fa704da3-61c0-4c6f-956e-27f23733f120 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5271 | 2024.09.24 04:35:49.929592 [ 3 ] {eaf44a7c-a9aa-4ee4-aecd-0c5517c104a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5272 | 2024.09.24 04:35:49.929638 [ 3 ] {eaf44a7c-a9aa-4ee4-aecd-0c5517c104a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5273 | 2024.09.24 04:35:49.929766 [ 3 ] {eaf44a7c-a9aa-4ee4-aecd-0c5517c104a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5274 | 2024.09.24 04:35:49.930073 [ 3 ] {eaf44a7c-a9aa-4ee4-aecd-0c5517c104a0} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5275 | 2024.09.24 04:35:49.930110 [ 3 ] {eaf44a7c-a9aa-4ee4-aecd-0c5517c104a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5276 | 2024.09.24 04:35:49.930482 [ 3 ] {eaf44a7c-a9aa-4ee4-aecd-0c5517c104a0} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
5277 | 2024.09.24 04:35:49.930837 [ 3 ] {eaf44a7c-a9aa-4ee4-aecd-0c5517c104a0} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5278 | 2024.09.24 04:35:49.931001 [ 133 ] {} <Debug> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
5279 | 2024.09.24 04:35:49.931010 [ 3 ] {eaf44a7c-a9aa-4ee4-aecd-0c5517c104a0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001466 sec., 40927.69440654843 rows/sec., 2.76 MiB/sec. | ||
5280 | 2024.09.24 04:35:49.931088 [ 133 ] {} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5281 | 2024.09.24 04:35:49.931156 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5282 | 2024.09.24 04:35:49.931333 [ 3 ] {eaf44a7c-a9aa-4ee4-aecd-0c5517c104a0} <Debug> DynamicQueryHandler: Done processing query | ||
5283 | 2024.09.24 04:35:49.931356 [ 200 ] {f478628c-c6e4-42cc-be87-88262b5420f7::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 | ||
5284 | 2024.09.24 04:35:49.931371 [ 3 ] {eaf44a7c-a9aa-4ee4-aecd-0c5517c104a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5285 | 2024.09.24 04:35:49.931434 [ 3 ] {} <Debug> HTTP-Session: fa704da3-61c0-4c6f-956e-27f23733f120 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5286 | 2024.09.24 04:35:49.931573 [ 200 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5287 | 2024.09.24 04:35:49.931614 [ 200 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 702 rows starting from the beginning of the part | ||
5288 | 2024.09.24 04:35:49.931703 [ 200 ] {f478628c-c6e4-42cc-be87-88262b5420f7::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 | ||
5289 | 2024.09.24 04:35:49.931786 [ 200 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 82 rows starting from the beginning of the part | ||
5290 | 2024.09.24 04:35:49.932027 [ 200 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part | ||
5291 | 2024.09.24 04:35:49.932150 [ 200 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 82 rows starting from the beginning of the part | ||
5292 | 2024.09.24 04:35:49.932233 [ 200 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part | ||
5293 | 2024.09.24 04:35:49.933361 [ 186 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1046 rows, containing 4 columns (4 merged, 0 gathered) in 0.002097595 sec., 498666.3297729066 rows/sec., 32.42 MiB/sec. | ||
5294 | 2024.09.24 04:35:49.933582 [ 199 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
5295 | 2024.09.24 04:35:49.934052 [ 199 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_16_3} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5296 | 2024.09.24 04:35:49.934144 [ 199 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_16_3} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
5297 | 2024.09.24 04:35:49.934246 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
5298 | 2024.09.24 04:35:54.919887 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 35148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5299 | 2024.09.24 04:35:54.920071 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5300 | 2024.09.24 04:35:54.920115 [ 3 ] {} <Debug> HTTP-Session: f428537d-6f0d-4027-a2b7-15744cd88126 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
5301 | 2024.09.24 04:35:54.920157 [ 3 ] {} <Debug> HTTP-Session: f428537d-6f0d-4027-a2b7-15744cd88126 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5302 | 2024.09.24 04:35:54.920184 [ 3 ] {} <Debug> HTTP-Session: f428537d-6f0d-4027-a2b7-15744cd88126 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5303 | 2024.09.24 04:35:54.920266 [ 3 ] {} <Trace> HTTP-Session: f428537d-6f0d-4027-a2b7-15744cd88126 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5304 | 2024.09.24 04:35:54.920514 [ 3 ] {400d1df1-7101-4a2c-84a3-fecef7a628cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5305 | 2024.09.24 04:35:54.920579 [ 3 ] {400d1df1-7101-4a2c-84a3-fecef7a628cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5306 | 2024.09.24 04:35:54.920912 [ 3 ] {400d1df1-7101-4a2c-84a3-fecef7a628cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5307 | 2024.09.24 04:35:54.921526 [ 3 ] {400d1df1-7101-4a2c-84a3-fecef7a628cb} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5308 | 2024.09.24 04:35:54.921566 [ 3 ] {400d1df1-7101-4a2c-84a3-fecef7a628cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5309 | 2024.09.24 04:35:54.922012 [ 3 ] {400d1df1-7101-4a2c-84a3-fecef7a628cb} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5310 | 2024.09.24 04:35:54.922406 [ 3 ] {400d1df1-7101-4a2c-84a3-fecef7a628cb} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5311 | 2024.09.24 04:35:54.922568 [ 3 ] {400d1df1-7101-4a2c-84a3-fecef7a628cb} <Debug> executeQuery: Read 233 rows, 20.98 KiB in 0.002156 sec., 108070.50092764379 rows/sec., 9.50 MiB/sec. | ||
5312 | 2024.09.24 04:35:54.922777 [ 3 ] {400d1df1-7101-4a2c-84a3-fecef7a628cb} <Debug> DynamicQueryHandler: Done processing query | ||
5313 | 2024.09.24 04:35:54.922804 [ 3 ] {400d1df1-7101-4a2c-84a3-fecef7a628cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
5314 | 2024.09.24 04:35:54.922821 [ 3 ] {} <Debug> HTTP-Session: f428537d-6f0d-4027-a2b7-15744cd88126 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5315 | 2024.09.24 04:35:54.922979 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5316 | 2024.09.24 04:35:54.923030 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5317 | 2024.09.24 04:35:54.923049 [ 3 ] {} <Debug> HTTP-Session: 36809be1-e25a-459e-b837-30daac7639b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
5318 | 2024.09.24 04:35:54.923066 [ 3 ] {} <Debug> HTTP-Session: 36809be1-e25a-459e-b837-30daac7639b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5319 | 2024.09.24 04:35:54.923080 [ 3 ] {} <Debug> HTTP-Session: 36809be1-e25a-459e-b837-30daac7639b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5320 | 2024.09.24 04:35:54.923112 [ 3 ] {} <Trace> HTTP-Session: 36809be1-e25a-459e-b837-30daac7639b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5321 | 2024.09.24 04:35:54.923217 [ 3 ] {1838a963-3fb3-4400-9c05-f301d4e5c6a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5322 | 2024.09.24 04:35:54.923260 [ 3 ] {1838a963-3fb3-4400-9c05-f301d4e5c6a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5323 | 2024.09.24 04:35:54.923484 [ 3 ] {1838a963-3fb3-4400-9c05-f301d4e5c6a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5324 | 2024.09.24 04:35:54.923830 [ 3 ] {1838a963-3fb3-4400-9c05-f301d4e5c6a0} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5325 | 2024.09.24 04:35:54.923867 [ 3 ] {1838a963-3fb3-4400-9c05-f301d4e5c6a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5326 | 2024.09.24 04:35:54.924214 [ 3 ] {1838a963-3fb3-4400-9c05-f301d4e5c6a0} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5327 | 2024.09.24 04:35:54.924577 [ 3 ] {1838a963-3fb3-4400-9c05-f301d4e5c6a0} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5328 | 2024.09.24 04:35:54.924706 [ 3 ] {1838a963-3fb3-4400-9c05-f301d4e5c6a0} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.00152 sec., 14473.684210526315 rows/sec., 1.06 MiB/sec. | ||
5329 | 2024.09.24 04:35:54.924929 [ 3 ] {1838a963-3fb3-4400-9c05-f301d4e5c6a0} <Debug> DynamicQueryHandler: Done processing query | ||
5330 | 2024.09.24 04:35:54.924954 [ 3 ] {1838a963-3fb3-4400-9c05-f301d4e5c6a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5331 | 2024.09.24 04:35:54.924970 [ 3 ] {} <Debug> HTTP-Session: 36809be1-e25a-459e-b837-30daac7639b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5332 | 2024.09.24 04:35:54.925096 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5333 | 2024.09.24 04:35:54.925144 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5334 | 2024.09.24 04:35:54.925163 [ 3 ] {} <Debug> HTTP-Session: b742725f-0724-478c-af76-6e58cc117821 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
5335 | 2024.09.24 04:35:54.925179 [ 3 ] {} <Debug> HTTP-Session: b742725f-0724-478c-af76-6e58cc117821 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5336 | 2024.09.24 04:35:54.925193 [ 3 ] {} <Debug> HTTP-Session: b742725f-0724-478c-af76-6e58cc117821 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5337 | 2024.09.24 04:35:54.925225 [ 3 ] {} <Trace> HTTP-Session: b742725f-0724-478c-af76-6e58cc117821 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5338 | 2024.09.24 04:35:54.925325 [ 3 ] {e65a16a1-9e33-49cf-a4a9-46d0b17b9f94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
5339 | 2024.09.24 04:35:54.925368 [ 3 ] {e65a16a1-9e33-49cf-a4a9-46d0b17b9f94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5340 | 2024.09.24 04:35:54.925591 [ 3 ] {e65a16a1-9e33-49cf-a4a9-46d0b17b9f94} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5341 | 2024.09.24 04:35:54.925900 [ 3 ] {e65a16a1-9e33-49cf-a4a9-46d0b17b9f94} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5342 | 2024.09.24 04:35:54.925936 [ 3 ] {e65a16a1-9e33-49cf-a4a9-46d0b17b9f94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5343 | 2024.09.24 04:35:54.926287 [ 3 ] {e65a16a1-9e33-49cf-a4a9-46d0b17b9f94} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5344 | 2024.09.24 04:35:54.926658 [ 3 ] {e65a16a1-9e33-49cf-a4a9-46d0b17b9f94} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5345 | 2024.09.24 04:35:54.926788 [ 3 ] {e65a16a1-9e33-49cf-a4a9-46d0b17b9f94} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00149 sec., 9395.973154362417 rows/sec., 658.03 KiB/sec. | ||
5346 | 2024.09.24 04:35:54.927108 [ 3 ] {e65a16a1-9e33-49cf-a4a9-46d0b17b9f94} <Debug> DynamicQueryHandler: Done processing query | ||
5347 | 2024.09.24 04:35:54.927134 [ 3 ] {e65a16a1-9e33-49cf-a4a9-46d0b17b9f94} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5348 | 2024.09.24 04:35:54.927150 [ 3 ] {} <Debug> HTTP-Session: b742725f-0724-478c-af76-6e58cc117821 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5349 | 2024.09.24 04:35:54.927268 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5350 | 2024.09.24 04:35:54.927318 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5351 | 2024.09.24 04:35:54.927337 [ 3 ] {} <Debug> HTTP-Session: 01ee743d-e991-468f-8d76-4e2a4744762c Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
5352 | 2024.09.24 04:35:54.927353 [ 3 ] {} <Debug> HTTP-Session: 01ee743d-e991-468f-8d76-4e2a4744762c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5353 | 2024.09.24 04:35:54.927367 [ 3 ] {} <Debug> HTTP-Session: 01ee743d-e991-468f-8d76-4e2a4744762c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5354 | 2024.09.24 04:35:54.927398 [ 3 ] {} <Trace> HTTP-Session: 01ee743d-e991-468f-8d76-4e2a4744762c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5355 | 2024.09.24 04:35:54.927496 [ 3 ] {e5ac269a-b230-4039-a5ff-913435cc8521} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
5356 | 2024.09.24 04:35:54.927540 [ 3 ] {e5ac269a-b230-4039-a5ff-913435cc8521} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
5357 | 2024.09.24 04:35:54.927788 [ 3 ] {e5ac269a-b230-4039-a5ff-913435cc8521} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5358 | 2024.09.24 04:35:54.928135 [ 3 ] {e5ac269a-b230-4039-a5ff-913435cc8521} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5359 | 2024.09.24 04:35:54.928171 [ 3 ] {e5ac269a-b230-4039-a5ff-913435cc8521} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5360 | 2024.09.24 04:35:54.928517 [ 3 ] {e5ac269a-b230-4039-a5ff-913435cc8521} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
5361 | 2024.09.24 04:35:54.928868 [ 3 ] {e5ac269a-b230-4039-a5ff-913435cc8521} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5362 | 2024.09.24 04:35:54.928989 [ 128 ] {} <Debug> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
5363 | 2024.09.24 04:35:54.928996 [ 3 ] {e5ac269a-b230-4039-a5ff-913435cc8521} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001525 sec., 3934.4262295081967 rows/sec., 232.45 KiB/sec. | ||
5364 | 2024.09.24 04:35:54.929034 [ 128 ] {} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5365 | 2024.09.24 04:35:54.929078 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5366 | 2024.09.24 04:35:54.929235 [ 3 ] {e5ac269a-b230-4039-a5ff-913435cc8521} <Debug> DynamicQueryHandler: Done processing query | ||
5367 | 2024.09.24 04:35:54.929255 [ 186 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::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 | ||
5368 | 2024.09.24 04:35:54.929278 [ 3 ] {e5ac269a-b230-4039-a5ff-913435cc8521} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5369 | 2024.09.24 04:35:54.929334 [ 3 ] {} <Debug> HTTP-Session: 01ee743d-e991-468f-8d76-4e2a4744762c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5370 | 2024.09.24 04:35:54.929432 [ 186 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5371 | 2024.09.24 04:35:54.929464 [ 186 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 6 rows starting from the beginning of the part | ||
5372 | 2024.09.24 04:35:54.929546 [ 186 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
5373 | 2024.09.24 04:35:54.929588 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 65498, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5374 | 2024.09.24 04:35:54.929781 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5375 | 2024.09.24 04:35:54.929848 [ 186 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
5376 | 2024.09.24 04:35:54.929857 [ 3 ] {} <Debug> HTTP-Session: 8e828354-823d-4038-97ce-f108955e8a34 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
5377 | 2024.09.24 04:35:54.929952 [ 3 ] {} <Debug> HTTP-Session: 8e828354-823d-4038-97ce-f108955e8a34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5378 | 2024.09.24 04:35:54.930076 [ 3 ] {} <Debug> HTTP-Session: 8e828354-823d-4038-97ce-f108955e8a34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5379 | 2024.09.24 04:35:54.930302 [ 3 ] {} <Trace> HTTP-Session: 8e828354-823d-4038-97ce-f108955e8a34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5380 | 2024.09.24 04:35:54.930342 [ 186 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
5381 | 2024.09.24 04:35:54.930634 [ 186 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
5382 | 2024.09.24 04:35:54.930801 [ 3 ] {a514dde6-9ccd-4914-8d63-18ff0c72238c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5383 | 2024.09.24 04:35:54.930944 [ 3 ] {a514dde6-9ccd-4914-8d63-18ff0c72238c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5384 | 2024.09.24 04:35:54.931381 [ 3 ] {a514dde6-9ccd-4914-8d63-18ff0c72238c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5385 | 2024.09.24 04:35:54.932215 [ 199 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.003061905 sec., 9797.821944181807 rows/sec., 621.93 KiB/sec. | ||
5386 | 2024.09.24 04:35:54.932249 [ 3 ] {a514dde6-9ccd-4914-8d63-18ff0c72238c} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5387 | 2024.09.24 04:35:54.932303 [ 3 ] {a514dde6-9ccd-4914-8d63-18ff0c72238c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5388 | 2024.09.24 04:35:54.932457 [ 199 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
5389 | 2024.09.24 04:35:54.933381 [ 3 ] {a514dde6-9ccd-4914-8d63-18ff0c72238c} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5390 | 2024.09.24 04:35:54.933562 [ 199 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_9_2} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5391 | 2024.09.24 04:35:54.933844 [ 199 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_9_2} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
5392 | 2024.09.24 04:35:54.934025 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
5393 | 2024.09.24 04:35:54.934165 [ 3 ] {a514dde6-9ccd-4914-8d63-18ff0c72238c} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5394 | 2024.09.24 04:35:54.934318 [ 3 ] {a514dde6-9ccd-4914-8d63-18ff0c72238c} <Debug> executeQuery: Read 404 rows, 29.44 KiB in 0.003755 sec., 107589.88015978695 rows/sec., 7.66 MiB/sec. | ||
5395 | 2024.09.24 04:35:54.934508 [ 3 ] {a514dde6-9ccd-4914-8d63-18ff0c72238c} <Debug> DynamicQueryHandler: Done processing query | ||
5396 | 2024.09.24 04:35:54.934532 [ 3 ] {a514dde6-9ccd-4914-8d63-18ff0c72238c} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
5397 | 2024.09.24 04:35:54.934549 [ 3 ] {} <Debug> HTTP-Session: 8e828354-823d-4038-97ce-f108955e8a34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5398 | 2024.09.24 04:35:54.934689 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5399 | 2024.09.24 04:35:54.934740 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5400 | 2024.09.24 04:35:54.934758 [ 3 ] {} <Debug> HTTP-Session: bd7acd06-ec10-49ad-9c92-3dbcf817d5f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
5401 | 2024.09.24 04:35:54.934775 [ 3 ] {} <Debug> HTTP-Session: bd7acd06-ec10-49ad-9c92-3dbcf817d5f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5402 | 2024.09.24 04:35:54.934788 [ 3 ] {} <Debug> HTTP-Session: bd7acd06-ec10-49ad-9c92-3dbcf817d5f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5403 | 2024.09.24 04:35:54.934820 [ 3 ] {} <Trace> HTTP-Session: bd7acd06-ec10-49ad-9c92-3dbcf817d5f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5404 | 2024.09.24 04:35:54.934915 [ 3 ] {306857a4-023f-4444-b3a1-e52efc648da1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5405 | 2024.09.24 04:35:54.934961 [ 3 ] {306857a4-023f-4444-b3a1-e52efc648da1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5406 | 2024.09.24 04:35:54.935094 [ 3 ] {306857a4-023f-4444-b3a1-e52efc648da1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5407 | 2024.09.24 04:35:54.935384 [ 3 ] {306857a4-023f-4444-b3a1-e52efc648da1} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5408 | 2024.09.24 04:35:54.935420 [ 3 ] {306857a4-023f-4444-b3a1-e52efc648da1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5409 | 2024.09.24 04:35:54.935796 [ 3 ] {306857a4-023f-4444-b3a1-e52efc648da1} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
5410 | 2024.09.24 04:35:54.936121 [ 3 ] {306857a4-023f-4444-b3a1-e52efc648da1} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5411 | 2024.09.24 04:35:54.936248 [ 3 ] {306857a4-023f-4444-b3a1-e52efc648da1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001359 sec., 4415.0110375275935 rows/sec., 230.67 KiB/sec. | ||
5412 | 2024.09.24 04:35:54.936544 [ 3 ] {306857a4-023f-4444-b3a1-e52efc648da1} <Debug> DynamicQueryHandler: Done processing query | ||
5413 | 2024.09.24 04:35:54.936569 [ 3 ] {306857a4-023f-4444-b3a1-e52efc648da1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5414 | 2024.09.24 04:35:54.936585 [ 3 ] {} <Debug> HTTP-Session: bd7acd06-ec10-49ad-9c92-3dbcf817d5f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5415 | 2024.09.24 04:35:54.936759 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 44612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5416 | 2024.09.24 04:35:54.936808 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5417 | 2024.09.24 04:35:54.936827 [ 3 ] {} <Debug> HTTP-Session: 10f89a6b-9110-4f46-bbf7-aeb13a7cd215 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
5418 | 2024.09.24 04:35:54.936844 [ 3 ] {} <Debug> HTTP-Session: 10f89a6b-9110-4f46-bbf7-aeb13a7cd215 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5419 | 2024.09.24 04:35:54.936857 [ 3 ] {} <Debug> HTTP-Session: 10f89a6b-9110-4f46-bbf7-aeb13a7cd215 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5420 | 2024.09.24 04:35:54.936888 [ 3 ] {} <Trace> HTTP-Session: 10f89a6b-9110-4f46-bbf7-aeb13a7cd215 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5421 | 2024.09.24 04:35:54.937082 [ 3 ] {52e0a1c5-b20b-484c-b521-80bc19f88720} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5422 | 2024.09.24 04:35:54.937131 [ 3 ] {52e0a1c5-b20b-484c-b521-80bc19f88720} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5423 | 2024.09.24 04:35:54.937296 [ 3 ] {52e0a1c5-b20b-484c-b521-80bc19f88720} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5424 | 2024.09.24 04:35:54.937704 [ 3 ] {52e0a1c5-b20b-484c-b521-80bc19f88720} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5425 | 2024.09.24 04:35:54.937739 [ 3 ] {52e0a1c5-b20b-484c-b521-80bc19f88720} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5426 | 2024.09.24 04:35:54.938128 [ 3 ] {52e0a1c5-b20b-484c-b521-80bc19f88720} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
5427 | 2024.09.24 04:35:54.938469 [ 3 ] {52e0a1c5-b20b-484c-b521-80bc19f88720} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5428 | 2024.09.24 04:35:54.938610 [ 3 ] {52e0a1c5-b20b-484c-b521-80bc19f88720} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001644 sec., 144160.58394160584 rows/sec., 9.66 MiB/sec. | ||
5429 | 2024.09.24 04:35:54.938780 [ 3 ] {52e0a1c5-b20b-484c-b521-80bc19f88720} <Debug> DynamicQueryHandler: Done processing query | ||
5430 | 2024.09.24 04:35:54.938804 [ 3 ] {52e0a1c5-b20b-484c-b521-80bc19f88720} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5431 | 2024.09.24 04:35:54.938820 [ 3 ] {} <Debug> HTTP-Session: 10f89a6b-9110-4f46-bbf7-aeb13a7cd215 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5432 | 2024.09.24 04:35:54.938941 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5433 | 2024.09.24 04:35:54.938990 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5434 | 2024.09.24 04:35:54.939009 [ 3 ] {} <Debug> HTTP-Session: eb94a11f-21be-4794-a8b0-59e664267cd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
5435 | 2024.09.24 04:35:54.939025 [ 3 ] {} <Debug> HTTP-Session: eb94a11f-21be-4794-a8b0-59e664267cd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5436 | 2024.09.24 04:35:54.939038 [ 3 ] {} <Debug> HTTP-Session: eb94a11f-21be-4794-a8b0-59e664267cd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5437 | 2024.09.24 04:35:54.939069 [ 3 ] {} <Trace> HTTP-Session: eb94a11f-21be-4794-a8b0-59e664267cd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5438 | 2024.09.24 04:35:54.939162 [ 3 ] {26b79ba3-8036-4b54-bd61-5a0bad367ad4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
5439 | 2024.09.24 04:35:54.939206 [ 3 ] {26b79ba3-8036-4b54-bd61-5a0bad367ad4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
5440 | 2024.09.24 04:35:54.939337 [ 3 ] {26b79ba3-8036-4b54-bd61-5a0bad367ad4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5441 | 2024.09.24 04:35:54.939581 [ 3 ] {26b79ba3-8036-4b54-bd61-5a0bad367ad4} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5442 | 2024.09.24 04:35:54.939616 [ 3 ] {26b79ba3-8036-4b54-bd61-5a0bad367ad4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5443 | 2024.09.24 04:35:54.939956 [ 3 ] {26b79ba3-8036-4b54-bd61-5a0bad367ad4} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5444 | 2024.09.24 04:35:54.940308 [ 3 ] {26b79ba3-8036-4b54-bd61-5a0bad367ad4} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5445 | 2024.09.24 04:35:54.940440 [ 3 ] {26b79ba3-8036-4b54-bd61-5a0bad367ad4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001301 sec., 768.6395080707148 rows/sec., 51.79 KiB/sec. | ||
5446 | 2024.09.24 04:35:54.940593 [ 3 ] {26b79ba3-8036-4b54-bd61-5a0bad367ad4} <Debug> DynamicQueryHandler: Done processing query | ||
5447 | 2024.09.24 04:35:54.940616 [ 3 ] {26b79ba3-8036-4b54-bd61-5a0bad367ad4} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
5448 | 2024.09.24 04:35:54.940632 [ 3 ] {} <Debug> HTTP-Session: eb94a11f-21be-4794-a8b0-59e664267cd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5449 | 2024.09.24 04:35:54.940766 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 36053, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5450 | 2024.09.24 04:35:54.940813 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5451 | 2024.09.24 04:35:54.940831 [ 3 ] {} <Debug> HTTP-Session: 31a617ea-1150-4e53-8da2-f857e25c29e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
5452 | 2024.09.24 04:35:54.940847 [ 3 ] {} <Debug> HTTP-Session: 31a617ea-1150-4e53-8da2-f857e25c29e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5453 | 2024.09.24 04:35:54.940861 [ 3 ] {} <Debug> HTTP-Session: 31a617ea-1150-4e53-8da2-f857e25c29e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5454 | 2024.09.24 04:35:54.940891 [ 3 ] {} <Trace> HTTP-Session: 31a617ea-1150-4e53-8da2-f857e25c29e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5455 | 2024.09.24 04:35:54.941155 [ 3 ] {dce4d127-72c0-476b-9373-ac69eb45c598} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
5456 | 2024.09.24 04:35:54.941218 [ 3 ] {dce4d127-72c0-476b-9373-ac69eb45c598} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5457 | 2024.09.24 04:35:54.941612 [ 3 ] {dce4d127-72c0-476b-9373-ac69eb45c598} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5458 | 2024.09.24 04:35:54.942211 [ 3 ] {dce4d127-72c0-476b-9373-ac69eb45c598} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5459 | 2024.09.24 04:35:54.942245 [ 3 ] {dce4d127-72c0-476b-9373-ac69eb45c598} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5460 | 2024.09.24 04:35:54.942873 [ 3 ] {dce4d127-72c0-476b-9373-ac69eb45c598} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5461 | 2024.09.24 04:35:54.943289 [ 3 ] {dce4d127-72c0-476b-9373-ac69eb45c598} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5462 | 2024.09.24 04:35:54.943445 [ 3 ] {dce4d127-72c0-476b-9373-ac69eb45c598} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002472 sec., 8899.676375404531 rows/sec., 15.95 MiB/sec. | ||
5463 | 2024.09.24 04:35:54.943939 [ 3 ] {dce4d127-72c0-476b-9373-ac69eb45c598} <Debug> DynamicQueryHandler: Done processing query | ||
5464 | 2024.09.24 04:35:54.943964 [ 3 ] {dce4d127-72c0-476b-9373-ac69eb45c598} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
5465 | 2024.09.24 04:35:54.943981 [ 3 ] {} <Debug> HTTP-Session: 31a617ea-1150-4e53-8da2-f857e25c29e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5466 | 2024.09.24 04:35:54.944119 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 12152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5467 | 2024.09.24 04:35:54.944169 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5468 | 2024.09.24 04:35:54.944188 [ 3 ] {} <Debug> HTTP-Session: 442bcf6a-5aac-44bd-a32b-63d2baf31b9b Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
5469 | 2024.09.24 04:35:54.944204 [ 3 ] {} <Debug> HTTP-Session: 442bcf6a-5aac-44bd-a32b-63d2baf31b9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5470 | 2024.09.24 04:35:54.944219 [ 3 ] {} <Debug> HTTP-Session: 442bcf6a-5aac-44bd-a32b-63d2baf31b9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5471 | 2024.09.24 04:35:54.944250 [ 3 ] {} <Trace> HTTP-Session: 442bcf6a-5aac-44bd-a32b-63d2baf31b9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5472 | 2024.09.24 04:35:54.944372 [ 3 ] {564080c6-0bd4-469a-b43b-2290ebbfc5da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5473 | 2024.09.24 04:35:54.944419 [ 3 ] {564080c6-0bd4-469a-b43b-2290ebbfc5da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5474 | 2024.09.24 04:35:54.944563 [ 3 ] {564080c6-0bd4-469a-b43b-2290ebbfc5da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5475 | 2024.09.24 04:35:54.944868 [ 3 ] {564080c6-0bd4-469a-b43b-2290ebbfc5da} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5476 | 2024.09.24 04:35:54.944904 [ 3 ] {564080c6-0bd4-469a-b43b-2290ebbfc5da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5477 | 2024.09.24 04:35:54.945285 [ 3 ] {564080c6-0bd4-469a-b43b-2290ebbfc5da} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
5478 | 2024.09.24 04:35:54.945615 [ 3 ] {564080c6-0bd4-469a-b43b-2290ebbfc5da} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5479 | 2024.09.24 04:35:54.945751 [ 3 ] {564080c6-0bd4-469a-b43b-2290ebbfc5da} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001416 sec., 57909.60451977402 rows/sec., 3.68 MiB/sec. | ||
5480 | 2024.09.24 04:35:54.946063 [ 3 ] {564080c6-0bd4-469a-b43b-2290ebbfc5da} <Debug> DynamicQueryHandler: Done processing query | ||
5481 | 2024.09.24 04:35:54.946088 [ 3 ] {564080c6-0bd4-469a-b43b-2290ebbfc5da} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5482 | 2024.09.24 04:35:54.946105 [ 3 ] {} <Debug> HTTP-Session: 442bcf6a-5aac-44bd-a32b-63d2baf31b9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5483 | 2024.09.24 04:35:59.916600 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 13137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5484 | 2024.09.24 04:35:59.916728 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5485 | 2024.09.24 04:35:59.916753 [ 3 ] {} <Debug> HTTP-Session: e0a986e7-3b4d-4604-af96-2bba19f9e91e Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
5486 | 2024.09.24 04:35:59.916779 [ 3 ] {} <Debug> HTTP-Session: e0a986e7-3b4d-4604-af96-2bba19f9e91e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5487 | 2024.09.24 04:35:59.916794 [ 3 ] {} <Debug> HTTP-Session: e0a986e7-3b4d-4604-af96-2bba19f9e91e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5488 | 2024.09.24 04:35:59.916845 [ 3 ] {} <Trace> HTTP-Session: e0a986e7-3b4d-4604-af96-2bba19f9e91e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5489 | 2024.09.24 04:35:59.917064 [ 3 ] {602fcc5e-bf55-4b73-a77a-454930c1af4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5490 | 2024.09.24 04:35:59.917133 [ 3 ] {602fcc5e-bf55-4b73-a77a-454930c1af4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5491 | 2024.09.24 04:35:59.917475 [ 3 ] {602fcc5e-bf55-4b73-a77a-454930c1af4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5492 | 2024.09.24 04:35:59.917976 [ 3 ] {602fcc5e-bf55-4b73-a77a-454930c1af4a} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5493 | 2024.09.24 04:35:59.918026 [ 3 ] {602fcc5e-bf55-4b73-a77a-454930c1af4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5494 | 2024.09.24 04:35:59.918482 [ 3 ] {602fcc5e-bf55-4b73-a77a-454930c1af4a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5495 | 2024.09.24 04:35:59.918903 [ 3 ] {602fcc5e-bf55-4b73-a77a-454930c1af4a} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5496 | 2024.09.24 04:35:59.919073 [ 3 ] {602fcc5e-bf55-4b73-a77a-454930c1af4a} <Debug> executeQuery: Read 90 rows, 7.65 KiB in 0.002081 sec., 43248.43825084094 rows/sec., 3.59 MiB/sec. | ||
5497 | 2024.09.24 04:35:59.919093 [ 123 ] {} <Debug> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5498 | 2024.09.24 04:35:59.919205 [ 123 ] {} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5499 | 2024.09.24 04:35:59.919262 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5500 | 2024.09.24 04:35:59.919402 [ 3 ] {602fcc5e-bf55-4b73-a77a-454930c1af4a} <Debug> DynamicQueryHandler: Done processing query | ||
5501 | 2024.09.24 04:35:59.919467 [ 3 ] {602fcc5e-bf55-4b73-a77a-454930c1af4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
5502 | 2024.09.24 04:35:59.919489 [ 195 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::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 | ||
5503 | 2024.09.24 04:35:59.919497 [ 3 ] {} <Debug> HTTP-Session: e0a986e7-3b4d-4604-af96-2bba19f9e91e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5504 | 2024.09.24 04:35:59.919753 [ 195 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5505 | 2024.09.24 04:35:59.919770 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 2487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5506 | 2024.09.24 04:35:59.919823 [ 195 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1415 rows starting from the beginning of the part | ||
5507 | 2024.09.24 04:35:59.919871 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5508 | 2024.09.24 04:35:59.919939 [ 3 ] {} <Debug> HTTP-Session: 173de53f-bb16-43fb-8f81-2e45921a07a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
5509 | 2024.09.24 04:35:59.920036 [ 3 ] {} <Debug> HTTP-Session: 173de53f-bb16-43fb-8f81-2e45921a07a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5510 | 2024.09.24 04:35:59.920090 [ 195 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1232 rows starting from the beginning of the part | ||
5511 | 2024.09.24 04:35:59.920108 [ 3 ] {} <Debug> HTTP-Session: 173de53f-bb16-43fb-8f81-2e45921a07a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5512 | 2024.09.24 04:35:59.920264 [ 3 ] {} <Trace> HTTP-Session: 173de53f-bb16-43fb-8f81-2e45921a07a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5513 | 2024.09.24 04:35:59.920383 [ 195 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 234 rows starting from the beginning of the part | ||
5514 | 2024.09.24 04:35:59.920627 [ 195 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 90 rows starting from the beginning of the part | ||
5515 | 2024.09.24 04:35:59.920677 [ 3 ] {9fd2dd8e-b40e-42af-ab4a-05e573e63e0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5516 | 2024.09.24 04:35:59.920853 [ 3 ] {9fd2dd8e-b40e-42af-ab4a-05e573e63e0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5517 | 2024.09.24 04:35:59.921020 [ 195 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 233 rows starting from the beginning of the part | ||
5518 | 2024.09.24 04:35:59.921376 [ 195 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 90 rows starting from the beginning of the part | ||
5519 | 2024.09.24 04:35:59.922243 [ 3 ] {9fd2dd8e-b40e-42af-ab4a-05e573e63e0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5520 | 2024.09.24 04:35:59.923111 [ 3 ] {9fd2dd8e-b40e-42af-ab4a-05e573e63e0e} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5521 | 2024.09.24 04:35:59.923179 [ 3 ] {9fd2dd8e-b40e-42af-ab4a-05e573e63e0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5522 | 2024.09.24 04:35:59.924439 [ 3 ] {9fd2dd8e-b40e-42af-ab4a-05e573e63e0e} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5523 | 2024.09.24 04:35:59.925074 [ 3 ] {9fd2dd8e-b40e-42af-ab4a-05e573e63e0e} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5524 | 2024.09.24 04:35:59.925460 [ 3 ] {9fd2dd8e-b40e-42af-ab4a-05e573e63e0e} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.004933 sec., 3446.1787958645855 rows/sec., 259.14 KiB/sec. | ||
5525 | 2024.09.24 04:35:59.925657 [ 186 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3294 rows, containing 5 columns (5 merged, 0 gathered) in 0.006293463 sec., 523400.2329083368 rows/sec., 45.79 MiB/sec. | ||
5526 | 2024.09.24 04:35:59.925763 [ 3 ] {9fd2dd8e-b40e-42af-ab4a-05e573e63e0e} <Debug> DynamicQueryHandler: Done processing query | ||
5527 | 2024.09.24 04:35:59.925789 [ 3 ] {9fd2dd8e-b40e-42af-ab4a-05e573e63e0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5528 | 2024.09.24 04:35:59.925809 [ 3 ] {} <Debug> HTTP-Session: 173de53f-bb16-43fb-8f81-2e45921a07a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5529 | 2024.09.24 04:35:59.925872 [ 186 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5530 | 2024.09.24 04:35:59.925957 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 13756, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5531 | 2024.09.24 04:35:59.926019 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5532 | 2024.09.24 04:35:59.926046 [ 3 ] {} <Debug> HTTP-Session: d0837076-8c0a-48e5-acdd-7df43a9183eb Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
5533 | 2024.09.24 04:35:59.926084 [ 3 ] {} <Debug> HTTP-Session: d0837076-8c0a-48e5-acdd-7df43a9183eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5534 | 2024.09.24 04:35:59.926120 [ 3 ] {} <Debug> HTTP-Session: d0837076-8c0a-48e5-acdd-7df43a9183eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5535 | 2024.09.24 04:35:59.926178 [ 3 ] {} <Trace> HTTP-Session: d0837076-8c0a-48e5-acdd-7df43a9183eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5536 | 2024.09.24 04:35:59.926349 [ 3 ] {42ff7459-2163-48a8-a5f1-b878db9443e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5537 | 2024.09.24 04:35:59.926406 [ 3 ] {42ff7459-2163-48a8-a5f1-b878db9443e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5538 | 2024.09.24 04:35:59.926430 [ 186 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_26_5} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5539 | 2024.09.24 04:35:59.926554 [ 186 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_26_5} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5540 | 2024.09.24 04:35:59.926683 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
5541 | 2024.09.24 04:35:59.926777 [ 3 ] {42ff7459-2163-48a8-a5f1-b878db9443e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5542 | 2024.09.24 04:35:59.927152 [ 3 ] {42ff7459-2163-48a8-a5f1-b878db9443e9} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5543 | 2024.09.24 04:35:59.927191 [ 3 ] {42ff7459-2163-48a8-a5f1-b878db9443e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5544 | 2024.09.24 04:35:59.927559 [ 3 ] {42ff7459-2163-48a8-a5f1-b878db9443e9} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5545 | 2024.09.24 04:35:59.927923 [ 3 ] {42ff7459-2163-48a8-a5f1-b878db9443e9} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5546 | 2024.09.24 04:35:59.928085 [ 3 ] {42ff7459-2163-48a8-a5f1-b878db9443e9} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.001794 sec., 45150.5016722408 rows/sec., 3.53 MiB/sec. | ||
5547 | 2024.09.24 04:35:59.928084 [ 123 ] {} <Debug> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5548 | 2024.09.24 04:35:59.928180 [ 123 ] {} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5549 | 2024.09.24 04:35:59.928240 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5550 | 2024.09.24 04:35:59.928386 [ 3 ] {42ff7459-2163-48a8-a5f1-b878db9443e9} <Debug> DynamicQueryHandler: Done processing query | ||
5551 | 2024.09.24 04:35:59.928460 [ 3 ] {42ff7459-2163-48a8-a5f1-b878db9443e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
5552 | 2024.09.24 04:35:59.928475 [ 191 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::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 | ||
5553 | 2024.09.24 04:35:59.928515 [ 3 ] {} <Debug> HTTP-Session: d0837076-8c0a-48e5-acdd-7df43a9183eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5554 | 2024.09.24 04:35:59.928797 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5555 | 2024.09.24 04:35:59.928875 [ 191 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5556 | 2024.09.24 04:35:59.928915 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5557 | 2024.09.24 04:35:59.928936 [ 191 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 907 rows starting from the beginning of the part | ||
5558 | 2024.09.24 04:35:59.928962 [ 3 ] {} <Debug> HTTP-Session: afb14db7-8b36-4fac-b7ca-336f96b80af6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
5559 | 2024.09.24 04:35:59.928999 [ 3 ] {} <Debug> HTTP-Session: afb14db7-8b36-4fac-b7ca-336f96b80af6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5560 | 2024.09.24 04:35:59.929082 [ 3 ] {} <Debug> HTTP-Session: afb14db7-8b36-4fac-b7ca-336f96b80af6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5561 | 2024.09.24 04:35:59.929212 [ 191 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 541 rows starting from the beginning of the part | ||
5562 | 2024.09.24 04:35:59.929228 [ 3 ] {} <Trace> HTTP-Session: afb14db7-8b36-4fac-b7ca-336f96b80af6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5563 | 2024.09.24 04:35:59.929413 [ 191 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 406 rows starting from the beginning of the part | ||
5564 | 2024.09.24 04:35:59.929722 [ 3 ] {ddde8175-d6bc-4298-9c87-79f9578d05f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5565 | 2024.09.24 04:35:59.929813 [ 191 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 81 rows starting from the beginning of the part | ||
5566 | 2024.09.24 04:35:59.929910 [ 3 ] {ddde8175-d6bc-4298-9c87-79f9578d05f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5567 | 2024.09.24 04:35:59.930155 [ 191 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 404 rows starting from the beginning of the part | ||
5568 | 2024.09.24 04:35:59.930585 [ 191 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 81 rows starting from the beginning of the part | ||
5569 | 2024.09.24 04:35:59.931254 [ 3 ] {ddde8175-d6bc-4298-9c87-79f9578d05f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5570 | 2024.09.24 04:35:59.932086 [ 3 ] {ddde8175-d6bc-4298-9c87-79f9578d05f1} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5571 | 2024.09.24 04:35:59.932141 [ 3 ] {ddde8175-d6bc-4298-9c87-79f9578d05f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5572 | 2024.09.24 04:35:59.933295 [ 3 ] {ddde8175-d6bc-4298-9c87-79f9578d05f1} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
5573 | 2024.09.24 04:35:59.934032 [ 3 ] {ddde8175-d6bc-4298-9c87-79f9578d05f1} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5574 | 2024.09.24 04:35:59.934220 [ 186 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2420 rows, containing 5 columns (5 merged, 0 gathered) in 0.005886825 sec., 411087.47075036203 rows/sec., 31.53 MiB/sec. | ||
5575 | 2024.09.24 04:35:59.934384 [ 3 ] {ddde8175-d6bc-4298-9c87-79f9578d05f1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004917 sec., 32540.166768354684 rows/sec., 2.27 MiB/sec. | ||
5576 | 2024.09.24 04:35:59.934577 [ 186 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5577 | 2024.09.24 04:35:59.935012 [ 3 ] {ddde8175-d6bc-4298-9c87-79f9578d05f1} <Debug> DynamicQueryHandler: Done processing query | ||
5578 | 2024.09.24 04:35:59.935096 [ 3 ] {ddde8175-d6bc-4298-9c87-79f9578d05f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5579 | 2024.09.24 04:35:59.935127 [ 3 ] {} <Debug> HTTP-Session: afb14db7-8b36-4fac-b7ca-336f96b80af6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5580 | 2024.09.24 04:35:59.935306 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 28933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5581 | 2024.09.24 04:35:59.935364 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5582 | 2024.09.24 04:35:59.935389 [ 3 ] {} <Debug> HTTP-Session: 31a74e45-c328-48ac-b810-29292302dfc9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
5583 | 2024.09.24 04:35:59.935417 [ 3 ] {} <Debug> HTTP-Session: 31a74e45-c328-48ac-b810-29292302dfc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5584 | 2024.09.24 04:35:59.935437 [ 3 ] {} <Debug> HTTP-Session: 31a74e45-c328-48ac-b810-29292302dfc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5585 | 2024.09.24 04:35:59.935441 [ 186 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_26_5} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5586 | 2024.09.24 04:35:59.935480 [ 3 ] {} <Trace> HTTP-Session: 31a74e45-c328-48ac-b810-29292302dfc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5587 | 2024.09.24 04:35:59.935536 [ 186 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_26_5} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5588 | 2024.09.24 04:35:59.935637 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
5589 | 2024.09.24 04:35:59.935871 [ 3 ] {4bcb5d36-ca2d-4672-b0fd-d757fdd7e2df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
5590 | 2024.09.24 04:35:59.935941 [ 3 ] {4bcb5d36-ca2d-4672-b0fd-d757fdd7e2df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5591 | 2024.09.24 04:35:59.936394 [ 3 ] {4bcb5d36-ca2d-4672-b0fd-d757fdd7e2df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5592 | 2024.09.24 04:35:59.937016 [ 3 ] {4bcb5d36-ca2d-4672-b0fd-d757fdd7e2df} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5593 | 2024.09.24 04:35:59.937053 [ 3 ] {4bcb5d36-ca2d-4672-b0fd-d757fdd7e2df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5594 | 2024.09.24 04:35:59.937704 [ 3 ] {4bcb5d36-ca2d-4672-b0fd-d757fdd7e2df} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5595 | 2024.09.24 04:35:59.938130 [ 3 ] {4bcb5d36-ca2d-4672-b0fd-d757fdd7e2df} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5596 | 2024.09.24 04:35:59.938344 [ 3 ] {4bcb5d36-ca2d-4672-b0fd-d757fdd7e2df} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002766 sec., 6146.059291395517 rows/sec., 11.01 MiB/sec. | ||
5597 | 2024.09.24 04:35:59.938578 [ 3 ] {4bcb5d36-ca2d-4672-b0fd-d757fdd7e2df} <Debug> DynamicQueryHandler: Done processing query | ||
5598 | 2024.09.24 04:35:59.938603 [ 3 ] {4bcb5d36-ca2d-4672-b0fd-d757fdd7e2df} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
5599 | 2024.09.24 04:35:59.938620 [ 3 ] {} <Debug> HTTP-Session: 31a74e45-c328-48ac-b810-29292302dfc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5600 | 2024.09.24 04:35:59.938746 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5601 | 2024.09.24 04:35:59.938797 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5602 | 2024.09.24 04:35:59.938816 [ 3 ] {} <Debug> HTTP-Session: 3868c3b1-81fe-4ab2-b7dc-c6051d456cdd Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
5603 | 2024.09.24 04:35:59.938833 [ 3 ] {} <Debug> HTTP-Session: 3868c3b1-81fe-4ab2-b7dc-c6051d456cdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5604 | 2024.09.24 04:35:59.938847 [ 3 ] {} <Debug> HTTP-Session: 3868c3b1-81fe-4ab2-b7dc-c6051d456cdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5605 | 2024.09.24 04:35:59.938879 [ 3 ] {} <Trace> HTTP-Session: 3868c3b1-81fe-4ab2-b7dc-c6051d456cdd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5606 | 2024.09.24 04:35:59.939004 [ 3 ] {ba3b355c-ab2a-43b1-a177-33908bfaddb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5607 | 2024.09.24 04:35:59.939050 [ 3 ] {ba3b355c-ab2a-43b1-a177-33908bfaddb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5608 | 2024.09.24 04:35:59.939181 [ 3 ] {ba3b355c-ab2a-43b1-a177-33908bfaddb0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5609 | 2024.09.24 04:35:59.939484 [ 3 ] {ba3b355c-ab2a-43b1-a177-33908bfaddb0} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5610 | 2024.09.24 04:35:59.939521 [ 3 ] {ba3b355c-ab2a-43b1-a177-33908bfaddb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. | ||
5611 | 2024.09.24 04:35:59.939892 [ 3 ] {ba3b355c-ab2a-43b1-a177-33908bfaddb0} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
5612 | 2024.09.24 04:35:59.940248 [ 3 ] {ba3b355c-ab2a-43b1-a177-33908bfaddb0} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5613 | 2024.09.24 04:35:59.940425 [ 3 ] {ba3b355c-ab2a-43b1-a177-33908bfaddb0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001461 sec., 41067.761806981514 rows/sec., 2.77 MiB/sec. | ||
5614 | 2024.09.24 04:35:59.940748 [ 3 ] {ba3b355c-ab2a-43b1-a177-33908bfaddb0} <Debug> DynamicQueryHandler: Done processing query | ||
5615 | 2024.09.24 04:35:59.940774 [ 3 ] {ba3b355c-ab2a-43b1-a177-33908bfaddb0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5616 | 2024.09.24 04:35:59.940790 [ 3 ] {} <Debug> HTTP-Session: 3868c3b1-81fe-4ab2-b7dc-c6051d456cdd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5617 | 2024.09.24 04:36:02.654513 [ 120 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5618 | 2024.09.24 04:36:02.654580 [ 120 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5619 | 2024.09.24 04:36:04.921218 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 35148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5620 | 2024.09.24 04:36:04.921332 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5621 | 2024.09.24 04:36:04.921356 [ 3 ] {} <Debug> HTTP-Session: 418d64a2-ac20-4f89-a89f-70c388ecae74 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
5622 | 2024.09.24 04:36:04.921381 [ 3 ] {} <Debug> HTTP-Session: 418d64a2-ac20-4f89-a89f-70c388ecae74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5623 | 2024.09.24 04:36:04.921396 [ 3 ] {} <Debug> HTTP-Session: 418d64a2-ac20-4f89-a89f-70c388ecae74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5624 | 2024.09.24 04:36:04.921447 [ 3 ] {} <Trace> HTTP-Session: 418d64a2-ac20-4f89-a89f-70c388ecae74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5625 | 2024.09.24 04:36:04.921718 [ 3 ] {b6779999-b2de-4d61-97d9-e5f08043fe72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5626 | 2024.09.24 04:36:04.921788 [ 3 ] {b6779999-b2de-4d61-97d9-e5f08043fe72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5627 | 2024.09.24 04:36:04.922132 [ 3 ] {b6779999-b2de-4d61-97d9-e5f08043fe72} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5628 | 2024.09.24 04:36:04.922739 [ 3 ] {b6779999-b2de-4d61-97d9-e5f08043fe72} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5629 | 2024.09.24 04:36:04.922782 [ 3 ] {b6779999-b2de-4d61-97d9-e5f08043fe72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5630 | 2024.09.24 04:36:04.923228 [ 3 ] {b6779999-b2de-4d61-97d9-e5f08043fe72} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5631 | 2024.09.24 04:36:04.923613 [ 3 ] {b6779999-b2de-4d61-97d9-e5f08043fe72} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5632 | 2024.09.24 04:36:04.923781 [ 3 ] {b6779999-b2de-4d61-97d9-e5f08043fe72} <Debug> executeQuery: Read 233 rows, 20.98 KiB in 0.002182 sec., 106782.76810265811 rows/sec., 9.39 MiB/sec. | ||
5633 | 2024.09.24 04:36:04.924000 [ 3 ] {b6779999-b2de-4d61-97d9-e5f08043fe72} <Debug> DynamicQueryHandler: Done processing query | ||
5634 | 2024.09.24 04:36:04.924036 [ 3 ] {b6779999-b2de-4d61-97d9-e5f08043fe72} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
5635 | 2024.09.24 04:36:04.924052 [ 3 ] {} <Debug> HTTP-Session: 418d64a2-ac20-4f89-a89f-70c388ecae74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5636 | 2024.09.24 04:36:04.924199 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5637 | 2024.09.24 04:36:04.924252 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5638 | 2024.09.24 04:36:04.924271 [ 3 ] {} <Debug> HTTP-Session: 92c1d54a-9212-4802-968c-b595c2883950 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
5639 | 2024.09.24 04:36:04.924288 [ 3 ] {} <Debug> HTTP-Session: 92c1d54a-9212-4802-968c-b595c2883950 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5640 | 2024.09.24 04:36:04.924302 [ 3 ] {} <Debug> HTTP-Session: 92c1d54a-9212-4802-968c-b595c2883950 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5641 | 2024.09.24 04:36:04.924336 [ 3 ] {} <Trace> HTTP-Session: 92c1d54a-9212-4802-968c-b595c2883950 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5642 | 2024.09.24 04:36:04.924443 [ 3 ] {1a427a6e-1fa4-4b2d-ad5a-8cf9de1cad53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5643 | 2024.09.24 04:36:04.924487 [ 3 ] {1a427a6e-1fa4-4b2d-ad5a-8cf9de1cad53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5644 | 2024.09.24 04:36:04.924723 [ 3 ] {1a427a6e-1fa4-4b2d-ad5a-8cf9de1cad53} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5645 | 2024.09.24 04:36:04.925072 [ 3 ] {1a427a6e-1fa4-4b2d-ad5a-8cf9de1cad53} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5646 | 2024.09.24 04:36:04.925109 [ 3 ] {1a427a6e-1fa4-4b2d-ad5a-8cf9de1cad53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5647 | 2024.09.24 04:36:04.925467 [ 3 ] {1a427a6e-1fa4-4b2d-ad5a-8cf9de1cad53} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5648 | 2024.09.24 04:36:04.925844 [ 3 ] {1a427a6e-1fa4-4b2d-ad5a-8cf9de1cad53} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5649 | 2024.09.24 04:36:04.926012 [ 3 ] {1a427a6e-1fa4-4b2d-ad5a-8cf9de1cad53} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.00159 sec., 13836.477987421384 rows/sec., 1.02 MiB/sec. | ||
5650 | 2024.09.24 04:36:04.926017 [ 118 ] {} <Debug> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5651 | 2024.09.24 04:36:04.926134 [ 118 ] {} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5652 | 2024.09.24 04:36:04.926187 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5653 | 2024.09.24 04:36:04.926271 [ 3 ] {1a427a6e-1fa4-4b2d-ad5a-8cf9de1cad53} <Debug> DynamicQueryHandler: Done processing query | ||
5654 | 2024.09.24 04:36:04.926311 [ 3 ] {1a427a6e-1fa4-4b2d-ad5a-8cf9de1cad53} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5655 | 2024.09.24 04:36:04.926339 [ 3 ] {} <Debug> HTTP-Session: 92c1d54a-9212-4802-968c-b595c2883950 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5656 | 2024.09.24 04:36:04.926359 [ 202 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::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 | ||
5657 | 2024.09.24 04:36:04.926483 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5658 | 2024.09.24 04:36:04.926529 [ 202 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5659 | 2024.09.24 04:36:04.926543 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5660 | 2024.09.24 04:36:04.926576 [ 3 ] {} <Debug> HTTP-Session: 739a8164-b304-4d82-94a9-c26dea999d3f Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
5661 | 2024.09.24 04:36:04.926579 [ 202 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 55 rows starting from the beginning of the part | ||
5662 | 2024.09.24 04:36:04.926599 [ 3 ] {} <Debug> HTTP-Session: 739a8164-b304-4d82-94a9-c26dea999d3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5663 | 2024.09.24 04:36:04.926621 [ 3 ] {} <Debug> HTTP-Session: 739a8164-b304-4d82-94a9-c26dea999d3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5664 | 2024.09.24 04:36:04.926677 [ 3 ] {} <Trace> HTTP-Session: 739a8164-b304-4d82-94a9-c26dea999d3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5665 | 2024.09.24 04:36:04.926735 [ 202 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 24 rows starting from the beginning of the part | ||
5666 | 2024.09.24 04:36:04.926902 [ 3 ] {da6214fd-300c-497e-bd93-ba096e207d58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
5667 | 2024.09.24 04:36:04.926936 [ 202 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 17 rows starting from the beginning of the part | ||
5668 | 2024.09.24 04:36:04.926977 [ 3 ] {da6214fd-300c-497e-bd93-ba096e207d58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5669 | 2024.09.24 04:36:04.927143 [ 202 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 22 rows starting from the beginning of the part | ||
5670 | 2024.09.24 04:36:04.927343 [ 202 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 17 rows starting from the beginning of the part | ||
5671 | 2024.09.24 04:36:04.927568 [ 202 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 22 rows starting from the beginning of the part | ||
5672 | 2024.09.24 04:36:04.928158 [ 3 ] {da6214fd-300c-497e-bd93-ba096e207d58} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5673 | 2024.09.24 04:36:04.928676 [ 3 ] {da6214fd-300c-497e-bd93-ba096e207d58} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5674 | 2024.09.24 04:36:04.928719 [ 3 ] {da6214fd-300c-497e-bd93-ba096e207d58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5675 | 2024.09.24 04:36:04.929310 [ 3 ] {da6214fd-300c-497e-bd93-ba096e207d58} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
5676 | 2024.09.24 04:36:04.929402 [ 197 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 157 rows, containing 5 columns (5 merged, 0 gathered) in 0.003121836 sec., 50290.91854921271 rows/sec., 3.85 MiB/sec. | ||
5677 | 2024.09.24 04:36:04.929747 [ 197 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5678 | 2024.09.24 04:36:04.929873 [ 3 ] {da6214fd-300c-497e-bd93-ba096e207d58} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5679 | 2024.09.24 04:36:04.930181 [ 3 ] {da6214fd-300c-497e-bd93-ba096e207d58} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003341 sec., 4190.362167015864 rows/sec., 293.47 KiB/sec. | ||
5680 | 2024.09.24 04:36:04.930902 [ 3 ] {da6214fd-300c-497e-bd93-ba096e207d58} <Debug> DynamicQueryHandler: Done processing query | ||
5681 | 2024.09.24 04:36:04.930978 [ 3 ] {da6214fd-300c-497e-bd93-ba096e207d58} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5682 | 2024.09.24 04:36:04.931033 [ 3 ] {} <Debug> HTTP-Session: 739a8164-b304-4d82-94a9-c26dea999d3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5683 | 2024.09.24 04:36:04.931236 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5684 | 2024.09.24 04:36:04.931305 [ 197 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_26_5} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5685 | 2024.09.24 04:36:04.931322 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5686 | 2024.09.24 04:36:04.931413 [ 197 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_26_5} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5687 | 2024.09.24 04:36:04.931447 [ 3 ] {} <Debug> HTTP-Session: a9150a2a-a1d3-41e2-9ee2-11cc5b172c31 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
5688 | 2024.09.24 04:36:04.931475 [ 3 ] {} <Debug> HTTP-Session: a9150a2a-a1d3-41e2-9ee2-11cc5b172c31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5689 | 2024.09.24 04:36:04.931512 [ 3 ] {} <Debug> HTTP-Session: a9150a2a-a1d3-41e2-9ee2-11cc5b172c31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5690 | 2024.09.24 04:36:04.931584 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
5691 | 2024.09.24 04:36:04.931592 [ 3 ] {} <Trace> HTTP-Session: a9150a2a-a1d3-41e2-9ee2-11cc5b172c31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5692 | 2024.09.24 04:36:04.931724 [ 3 ] {0a984e6a-8ec2-4660-a4ff-fbb0e3e5dc73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
5693 | 2024.09.24 04:36:04.931767 [ 3 ] {0a984e6a-8ec2-4660-a4ff-fbb0e3e5dc73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
5694 | 2024.09.24 04:36:04.932022 [ 3 ] {0a984e6a-8ec2-4660-a4ff-fbb0e3e5dc73} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5695 | 2024.09.24 04:36:04.932357 [ 3 ] {0a984e6a-8ec2-4660-a4ff-fbb0e3e5dc73} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5696 | 2024.09.24 04:36:04.932394 [ 3 ] {0a984e6a-8ec2-4660-a4ff-fbb0e3e5dc73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5697 | 2024.09.24 04:36:04.932757 [ 3 ] {0a984e6a-8ec2-4660-a4ff-fbb0e3e5dc73} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5698 | 2024.09.24 04:36:04.933129 [ 3 ] {0a984e6a-8ec2-4660-a4ff-fbb0e3e5dc73} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5699 | 2024.09.24 04:36:04.933294 [ 3 ] {0a984e6a-8ec2-4660-a4ff-fbb0e3e5dc73} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001592 sec., 3768.8442211055276 rows/sec., 222.67 KiB/sec. | ||
5700 | 2024.09.24 04:36:04.933595 [ 3 ] {0a984e6a-8ec2-4660-a4ff-fbb0e3e5dc73} <Debug> DynamicQueryHandler: Done processing query | ||
5701 | 2024.09.24 04:36:04.933620 [ 3 ] {0a984e6a-8ec2-4660-a4ff-fbb0e3e5dc73} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5702 | 2024.09.24 04:36:04.933636 [ 3 ] {} <Debug> HTTP-Session: a9150a2a-a1d3-41e2-9ee2-11cc5b172c31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5703 | 2024.09.24 04:36:04.933840 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 65498, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5704 | 2024.09.24 04:36:04.933889 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5705 | 2024.09.24 04:36:04.933907 [ 3 ] {} <Debug> HTTP-Session: 4e084374-8782-426f-9796-4d7aeebe6acb Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
5706 | 2024.09.24 04:36:04.933924 [ 3 ] {} <Debug> HTTP-Session: 4e084374-8782-426f-9796-4d7aeebe6acb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5707 | 2024.09.24 04:36:04.933938 [ 3 ] {} <Debug> HTTP-Session: 4e084374-8782-426f-9796-4d7aeebe6acb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5708 | 2024.09.24 04:36:04.933969 [ 3 ] {} <Trace> HTTP-Session: 4e084374-8782-426f-9796-4d7aeebe6acb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5709 | 2024.09.24 04:36:04.934184 [ 3 ] {a98ae7f9-6417-468f-9a6e-a6588fc61a8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5710 | 2024.09.24 04:36:04.934227 [ 3 ] {a98ae7f9-6417-468f-9a6e-a6588fc61a8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5711 | 2024.09.24 04:36:04.934475 [ 3 ] {a98ae7f9-6417-468f-9a6e-a6588fc61a8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5712 | 2024.09.24 04:36:04.935058 [ 3 ] {a98ae7f9-6417-468f-9a6e-a6588fc61a8c} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5713 | 2024.09.24 04:36:04.935094 [ 3 ] {a98ae7f9-6417-468f-9a6e-a6588fc61a8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5714 | 2024.09.24 04:36:04.935476 [ 3 ] {a98ae7f9-6417-468f-9a6e-a6588fc61a8c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5715 | 2024.09.24 04:36:04.935834 [ 3 ] {a98ae7f9-6417-468f-9a6e-a6588fc61a8c} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5716 | 2024.09.24 04:36:04.935988 [ 3 ] {a98ae7f9-6417-468f-9a6e-a6588fc61a8c} <Debug> executeQuery: Read 404 rows, 29.44 KiB in 0.001923 sec., 210088.40353614144 rows/sec., 14.95 MiB/sec. | ||
5717 | 2024.09.24 04:36:04.936162 [ 3 ] {a98ae7f9-6417-468f-9a6e-a6588fc61a8c} <Debug> DynamicQueryHandler: Done processing query | ||
5718 | 2024.09.24 04:36:04.936186 [ 3 ] {a98ae7f9-6417-468f-9a6e-a6588fc61a8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
5719 | 2024.09.24 04:36:04.936202 [ 3 ] {} <Debug> HTTP-Session: 4e084374-8782-426f-9796-4d7aeebe6acb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5720 | 2024.09.24 04:36:04.936340 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5721 | 2024.09.24 04:36:04.936388 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5722 | 2024.09.24 04:36:04.936407 [ 3 ] {} <Debug> HTTP-Session: bc28a453-c805-4f04-baaa-e87294bbf97b Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
5723 | 2024.09.24 04:36:04.936424 [ 3 ] {} <Debug> HTTP-Session: bc28a453-c805-4f04-baaa-e87294bbf97b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5724 | 2024.09.24 04:36:04.936437 [ 3 ] {} <Debug> HTTP-Session: bc28a453-c805-4f04-baaa-e87294bbf97b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5725 | 2024.09.24 04:36:04.936468 [ 3 ] {} <Trace> HTTP-Session: bc28a453-c805-4f04-baaa-e87294bbf97b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5726 | 2024.09.24 04:36:04.936567 [ 3 ] {597d83ca-0151-4855-be1f-995772dc1304} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5727 | 2024.09.24 04:36:04.936612 [ 3 ] {597d83ca-0151-4855-be1f-995772dc1304} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5728 | 2024.09.24 04:36:04.936743 [ 3 ] {597d83ca-0151-4855-be1f-995772dc1304} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5729 | 2024.09.24 04:36:04.937003 [ 3 ] {597d83ca-0151-4855-be1f-995772dc1304} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5730 | 2024.09.24 04:36:04.937039 [ 3 ] {597d83ca-0151-4855-be1f-995772dc1304} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5731 | 2024.09.24 04:36:04.937429 [ 3 ] {597d83ca-0151-4855-be1f-995772dc1304} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5732 | 2024.09.24 04:36:04.937763 [ 3 ] {597d83ca-0151-4855-be1f-995772dc1304} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5733 | 2024.09.24 04:36:04.937920 [ 118 ] {} <Debug> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
5734 | 2024.09.24 04:36:04.937928 [ 3 ] {597d83ca-0151-4855-be1f-995772dc1304} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001374 sec., 4366.812227074236 rows/sec., 228.15 KiB/sec. | ||
5735 | 2024.09.24 04:36:04.937979 [ 118 ] {} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5736 | 2024.09.24 04:36:04.938050 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5737 | 2024.09.24 04:36:04.938208 [ 202 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full | ||
5738 | 2024.09.24 04:36:04.938221 [ 3 ] {597d83ca-0151-4855-be1f-995772dc1304} <Debug> DynamicQueryHandler: Done processing query | ||
5739 | 2024.09.24 04:36:04.938257 [ 3 ] {597d83ca-0151-4855-be1f-995772dc1304} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5740 | 2024.09.24 04:36:04.938283 [ 3 ] {} <Debug> HTTP-Session: bc28a453-c805-4f04-baaa-e87294bbf97b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5741 | 2024.09.24 04:36:04.938353 [ 202 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5742 | 2024.09.24 04:36:04.938381 [ 202 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 30 rows starting from the beginning of the part | ||
5743 | 2024.09.24 04:36:04.938501 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 44612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5744 | 2024.09.24 04:36:04.938512 [ 202 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
5745 | 2024.09.24 04:36:04.938641 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5746 | 2024.09.24 04:36:04.938759 [ 3 ] {} <Debug> HTTP-Session: 6d802c45-7fd9-48f8-a23e-253977eafb24 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
5747 | 2024.09.24 04:36:04.938842 [ 3 ] {} <Debug> HTTP-Session: 6d802c45-7fd9-48f8-a23e-253977eafb24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5748 | 2024.09.24 04:36:04.938867 [ 202 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
5749 | 2024.09.24 04:36:04.938876 [ 3 ] {} <Debug> HTTP-Session: 6d802c45-7fd9-48f8-a23e-253977eafb24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5750 | 2024.09.24 04:36:04.939017 [ 3 ] {} <Trace> HTTP-Session: 6d802c45-7fd9-48f8-a23e-253977eafb24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5751 | 2024.09.24 04:36:04.939176 [ 202 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
5752 | 2024.09.24 04:36:04.939457 [ 202 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
5753 | 2024.09.24 04:36:04.939508 [ 3 ] {77228223-66f7-43fb-9873-18cd3f594bec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5754 | 2024.09.24 04:36:04.939725 [ 3 ] {77228223-66f7-43fb-9873-18cd3f594bec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5755 | 2024.09.24 04:36:04.939775 [ 202 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
5756 | 2024.09.24 04:36:04.940420 [ 3 ] {77228223-66f7-43fb-9873-18cd3f594bec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5757 | 2024.09.24 04:36:04.941079 [ 3 ] {77228223-66f7-43fb-9873-18cd3f594bec} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5758 | 2024.09.24 04:36:04.941125 [ 3 ] {77228223-66f7-43fb-9873-18cd3f594bec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5759 | 2024.09.24 04:36:04.941463 [ 202 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 4 columns (4 merged, 0 gathered) in 0.00332325 sec., 18054.615211013315 rows/sec., 943.28 KiB/sec. | ||
5760 | 2024.09.24 04:36:04.941586 [ 202 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
5761 | 2024.09.24 04:36:04.941769 [ 3 ] {77228223-66f7-43fb-9873-18cd3f594bec} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
5762 | 2024.09.24 04:36:04.942078 [ 202 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_10_2} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5763 | 2024.09.24 04:36:04.942165 [ 202 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_10_2} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
5764 | 2024.09.24 04:36:04.942260 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
5765 | 2024.09.24 04:36:04.942261 [ 3 ] {77228223-66f7-43fb-9873-18cd3f594bec} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5766 | 2024.09.24 04:36:04.942440 [ 3 ] {77228223-66f7-43fb-9873-18cd3f594bec} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00317 sec., 74763.40694006308 rows/sec., 5.01 MiB/sec. | ||
5767 | 2024.09.24 04:36:04.942626 [ 3 ] {77228223-66f7-43fb-9873-18cd3f594bec} <Debug> DynamicQueryHandler: Done processing query | ||
5768 | 2024.09.24 04:36:04.942650 [ 3 ] {77228223-66f7-43fb-9873-18cd3f594bec} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5769 | 2024.09.24 04:36:04.942667 [ 3 ] {} <Debug> HTTP-Session: 6d802c45-7fd9-48f8-a23e-253977eafb24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5770 | 2024.09.24 04:36:04.942787 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5771 | 2024.09.24 04:36:04.942835 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5772 | 2024.09.24 04:36:04.942853 [ 3 ] {} <Debug> HTTP-Session: 5c148655-9c76-4683-8ed4-c01913ccc3a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
5773 | 2024.09.24 04:36:04.942870 [ 3 ] {} <Debug> HTTP-Session: 5c148655-9c76-4683-8ed4-c01913ccc3a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5774 | 2024.09.24 04:36:04.942884 [ 3 ] {} <Debug> HTTP-Session: 5c148655-9c76-4683-8ed4-c01913ccc3a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5775 | 2024.09.24 04:36:04.942915 [ 3 ] {} <Trace> HTTP-Session: 5c148655-9c76-4683-8ed4-c01913ccc3a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5776 | 2024.09.24 04:36:04.943011 [ 3 ] {5543b6a4-17fb-43ed-b951-0d04e140a6a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
5777 | 2024.09.24 04:36:04.943056 [ 3 ] {5543b6a4-17fb-43ed-b951-0d04e140a6a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
5778 | 2024.09.24 04:36:04.943189 [ 3 ] {5543b6a4-17fb-43ed-b951-0d04e140a6a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5779 | 2024.09.24 04:36:04.943462 [ 3 ] {5543b6a4-17fb-43ed-b951-0d04e140a6a6} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5780 | 2024.09.24 04:36:04.943497 [ 3 ] {5543b6a4-17fb-43ed-b951-0d04e140a6a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5781 | 2024.09.24 04:36:04.943851 [ 3 ] {5543b6a4-17fb-43ed-b951-0d04e140a6a6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5782 | 2024.09.24 04:36:04.944213 [ 3 ] {5543b6a4-17fb-43ed-b951-0d04e140a6a6} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5783 | 2024.09.24 04:36:04.944362 [ 118 ] {} <Debug> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
5784 | 2024.09.24 04:36:04.944373 [ 3 ] {5543b6a4-17fb-43ed-b951-0d04e140a6a6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001374 sec., 727.802037845706 rows/sec., 49.04 KiB/sec. | ||
5785 | 2024.09.24 04:36:04.944409 [ 118 ] {} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5786 | 2024.09.24 04:36:04.944469 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5787 | 2024.09.24 04:36:04.944749 [ 3 ] {5543b6a4-17fb-43ed-b951-0d04e140a6a6} <Debug> DynamicQueryHandler: Done processing query | ||
5788 | 2024.09.24 04:36:04.944804 [ 197 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::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 | ||
5789 | 2024.09.24 04:36:04.944820 [ 3 ] {5543b6a4-17fb-43ed-b951-0d04e140a6a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
5790 | 2024.09.24 04:36:04.944907 [ 3 ] {} <Debug> HTTP-Session: 5c148655-9c76-4683-8ed4-c01913ccc3a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5791 | 2024.09.24 04:36:04.945225 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 36073, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5792 | 2024.09.24 04:36:04.945301 [ 197 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5793 | 2024.09.24 04:36:04.945335 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5794 | 2024.09.24 04:36:04.945361 [ 197 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 6 rows starting from the beginning of the part | ||
5795 | 2024.09.24 04:36:04.945371 [ 3 ] {} <Debug> HTTP-Session: 73126f3d-8e2f-44ab-84a2-14af95ff6e28 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
5796 | 2024.09.24 04:36:04.945401 [ 3 ] {} <Debug> HTTP-Session: 73126f3d-8e2f-44ab-84a2-14af95ff6e28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5797 | 2024.09.24 04:36:04.945425 [ 3 ] {} <Debug> HTTP-Session: 73126f3d-8e2f-44ab-84a2-14af95ff6e28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5798 | 2024.09.24 04:36:04.945554 [ 3 ] {} <Trace> HTTP-Session: 73126f3d-8e2f-44ab-84a2-14af95ff6e28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5799 | 2024.09.24 04:36:04.945612 [ 197 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
5800 | 2024.09.24 04:36:04.945788 [ 197 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
5801 | 2024.09.24 04:36:04.946124 [ 197 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
5802 | 2024.09.24 04:36:04.946229 [ 3 ] {21cc8dd7-2745-482b-8491-ba188545c678} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
5803 | 2024.09.24 04:36:04.946357 [ 197 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
5804 | 2024.09.24 04:36:04.946685 [ 197 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
5805 | 2024.09.24 04:36:04.946664 [ 3 ] {21cc8dd7-2745-482b-8491-ba188545c678} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5806 | 2024.09.24 04:36:04.948862 [ 3 ] {21cc8dd7-2745-482b-8491-ba188545c678} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5807 | 2024.09.24 04:36:04.949820 [ 197 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11 rows, containing 4 columns (4 merged, 0 gathered) in 0.005225681 sec., 2104.98880433 rows/sec., 141.09 KiB/sec. | ||
5808 | 2024.09.24 04:36:04.950056 [ 197 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
5809 | 2024.09.24 04:36:04.950321 [ 3 ] {21cc8dd7-2745-482b-8491-ba188545c678} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5810 | 2024.09.24 04:36:04.950371 [ 3 ] {21cc8dd7-2745-482b-8491-ba188545c678} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5811 | 2024.09.24 04:36:04.951011 [ 197 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_11_2} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5812 | 2024.09.24 04:36:04.951214 [ 197 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_11_2} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
5813 | 2024.09.24 04:36:04.951372 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
5814 | 2024.09.24 04:36:04.951680 [ 3 ] {21cc8dd7-2745-482b-8491-ba188545c678} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5815 | 2024.09.24 04:36:04.952111 [ 3 ] {21cc8dd7-2745-482b-8491-ba188545c678} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5816 | 2024.09.24 04:36:04.952299 [ 118 ] {} <Debug> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5817 | 2024.09.24 04:36:04.952317 [ 3 ] {21cc8dd7-2745-482b-8491-ba188545c678} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.006516 sec., 3376.304481276857 rows/sec., 6.05 MiB/sec. | ||
5818 | 2024.09.24 04:36:04.952357 [ 118 ] {} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5819 | 2024.09.24 04:36:04.952432 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5820 | 2024.09.24 04:36:04.952995 [ 197 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::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 | ||
5821 | 2024.09.24 04:36:04.953401 [ 3 ] {21cc8dd7-2745-482b-8491-ba188545c678} <Debug> DynamicQueryHandler: Done processing query | ||
5822 | 2024.09.24 04:36:04.953472 [ 3 ] {21cc8dd7-2745-482b-8491-ba188545c678} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
5823 | 2024.09.24 04:36:04.953526 [ 3 ] {} <Debug> HTTP-Session: 73126f3d-8e2f-44ab-84a2-14af95ff6e28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5824 | 2024.09.24 04:36:04.953745 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 12152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5825 | 2024.09.24 04:36:04.953870 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5826 | 2024.09.24 04:36:04.953926 [ 3 ] {} <Debug> HTTP-Session: c0c6b871-8ea5-4c9a-80bb-f25f620442d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
5827 | 2024.09.24 04:36:04.953949 [ 197 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5828 | 2024.09.24 04:36:04.953961 [ 3 ] {} <Debug> HTTP-Session: c0c6b871-8ea5-4c9a-80bb-f25f620442d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5829 | 2024.09.24 04:36:04.954017 [ 3 ] {} <Debug> HTTP-Session: c0c6b871-8ea5-4c9a-80bb-f25f620442d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5830 | 2024.09.24 04:36:04.954108 [ 197 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 399 rows starting from the beginning of the part | ||
5831 | 2024.09.24 04:36:04.954115 [ 3 ] {} <Trace> HTTP-Session: c0c6b871-8ea5-4c9a-80bb-f25f620442d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5832 | 2024.09.24 04:36:04.954491 [ 3 ] {a1a5e295-23d2-4444-83cd-d5369f36cea8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5833 | 2024.09.24 04:36:04.954649 [ 3 ] {a1a5e295-23d2-4444-83cd-d5369f36cea8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5834 | 2024.09.24 04:36:04.954718 [ 197 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 22 rows starting from the beginning of the part | ||
5835 | 2024.09.24 04:36:04.955542 [ 3 ] {a1a5e295-23d2-4444-83cd-d5369f36cea8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5836 | 2024.09.24 04:36:04.955571 [ 197 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 17 rows starting from the beginning of the part | ||
5837 | 2024.09.24 04:36:04.956134 [ 197 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 22 rows starting from the beginning of the part | ||
5838 | 2024.09.24 04:36:04.956505 [ 3 ] {a1a5e295-23d2-4444-83cd-d5369f36cea8} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5839 | 2024.09.24 04:36:04.956622 [ 3 ] {a1a5e295-23d2-4444-83cd-d5369f36cea8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5840 | 2024.09.24 04:36:04.956774 [ 197 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 17 rows starting from the beginning of the part | ||
5841 | 2024.09.24 04:36:04.957364 [ 197 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 22 rows starting from the beginning of the part | ||
5842 | 2024.09.24 04:36:04.958030 [ 3 ] {a1a5e295-23d2-4444-83cd-d5369f36cea8} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
5843 | 2024.09.24 04:36:04.958774 [ 3 ] {a1a5e295-23d2-4444-83cd-d5369f36cea8} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5844 | 2024.09.24 04:36:04.959167 [ 3 ] {a1a5e295-23d2-4444-83cd-d5369f36cea8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004882 sec., 16796.394920114708 rows/sec., 1.07 MiB/sec. | ||
5845 | 2024.09.24 04:36:04.959610 [ 3 ] {a1a5e295-23d2-4444-83cd-d5369f36cea8} <Debug> DynamicQueryHandler: Done processing query | ||
5846 | 2024.09.24 04:36:04.959684 [ 3 ] {a1a5e295-23d2-4444-83cd-d5369f36cea8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5847 | 2024.09.24 04:36:04.959753 [ 3 ] {} <Debug> HTTP-Session: c0c6b871-8ea5-4c9a-80bb-f25f620442d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5848 | 2024.09.24 04:36:04.962232 [ 197 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 499 rows, containing 19 columns (19 merged, 0 gathered) in 0.009667356 sec., 51617.00882847389 rows/sec., 92.50 MiB/sec. | ||
5849 | 2024.09.24 04:36:04.962966 [ 196 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5850 | 2024.09.24 04:36:04.963628 [ 196 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5851 | 2024.09.24 04:36:04.963716 [ 196 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5852 | 2024.09.24 04:36:04.963871 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.71 MiB. | ||
5853 | 2024.09.24 04:36:09.947927 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5854 | 2024.09.24 04:36:09.948068 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5855 | 2024.09.24 04:36:09.948097 [ 3 ] {} <Debug> HTTP-Session: 32026f1f-f9b0-4139-87ed-f74a9afadc3b Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
5856 | 2024.09.24 04:36:09.948125 [ 3 ] {} <Debug> HTTP-Session: 32026f1f-f9b0-4139-87ed-f74a9afadc3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5857 | 2024.09.24 04:36:09.948143 [ 3 ] {} <Debug> HTTP-Session: 32026f1f-f9b0-4139-87ed-f74a9afadc3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5858 | 2024.09.24 04:36:09.948199 [ 3 ] {} <Trace> HTTP-Session: 32026f1f-f9b0-4139-87ed-f74a9afadc3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5859 | 2024.09.24 04:36:09.948401 [ 3 ] {800a8889-cf32-4d38-bbfa-4f36743f94be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5860 | 2024.09.24 04:36:09.948477 [ 3 ] {800a8889-cf32-4d38-bbfa-4f36743f94be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5861 | 2024.09.24 04:36:09.948831 [ 3 ] {800a8889-cf32-4d38-bbfa-4f36743f94be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5862 | 2024.09.24 04:36:09.949268 [ 3 ] {800a8889-cf32-4d38-bbfa-4f36743f94be} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5863 | 2024.09.24 04:36:09.949311 [ 3 ] {800a8889-cf32-4d38-bbfa-4f36743f94be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5864 | 2024.09.24 04:36:09.949719 [ 3 ] {800a8889-cf32-4d38-bbfa-4f36743f94be} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
5865 | 2024.09.24 04:36:09.950112 [ 3 ] {800a8889-cf32-4d38-bbfa-4f36743f94be} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5866 | 2024.09.24 04:36:09.950277 [ 3 ] {800a8889-cf32-4d38-bbfa-4f36743f94be} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001933 sec., 2069.3222969477497 rows/sec., 168.74 KiB/sec. | ||
5867 | 2024.09.24 04:36:09.950489 [ 3 ] {800a8889-cf32-4d38-bbfa-4f36743f94be} <Debug> DynamicQueryHandler: Done processing query | ||
5868 | 2024.09.24 04:36:09.950515 [ 3 ] {800a8889-cf32-4d38-bbfa-4f36743f94be} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5869 | 2024.09.24 04:36:09.950531 [ 3 ] {} <Debug> HTTP-Session: 32026f1f-f9b0-4139-87ed-f74a9afadc3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5870 | 2024.09.24 04:36:09.950909 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 178458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5871 | 2024.09.24 04:36:09.950963 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5872 | 2024.09.24 04:36:09.950982 [ 3 ] {} <Debug> HTTP-Session: 4c009588-199c-4c8a-9cdd-0bbfacdce544 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
5873 | 2024.09.24 04:36:09.951001 [ 3 ] {} <Debug> HTTP-Session: 4c009588-199c-4c8a-9cdd-0bbfacdce544 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5874 | 2024.09.24 04:36:09.951015 [ 3 ] {} <Debug> HTTP-Session: 4c009588-199c-4c8a-9cdd-0bbfacdce544 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5875 | 2024.09.24 04:36:09.951051 [ 3 ] {} <Trace> HTTP-Session: 4c009588-199c-4c8a-9cdd-0bbfacdce544 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5876 | 2024.09.24 04:36:09.951524 [ 3 ] {d57e67a5-311f-44e4-a918-aaaa9502ec60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5877 | 2024.09.24 04:36:09.951570 [ 3 ] {d57e67a5-311f-44e4-a918-aaaa9502ec60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5878 | 2024.09.24 04:36:09.951799 [ 3 ] {d57e67a5-311f-44e4-a918-aaaa9502ec60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5879 | 2024.09.24 04:36:09.952922 [ 3 ] {d57e67a5-311f-44e4-a918-aaaa9502ec60} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5880 | 2024.09.24 04:36:09.952959 [ 3 ] {d57e67a5-311f-44e4-a918-aaaa9502ec60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5881 | 2024.09.24 04:36:09.953388 [ 3 ] {d57e67a5-311f-44e4-a918-aaaa9502ec60} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5882 | 2024.09.24 04:36:09.953752 [ 3 ] {d57e67a5-311f-44e4-a918-aaaa9502ec60} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5883 | 2024.09.24 04:36:09.953905 [ 3 ] {d57e67a5-311f-44e4-a918-aaaa9502ec60} <Debug> executeQuery: Read 1232 rows, 103.92 KiB in 0.002695 sec., 457142.85714285716 rows/sec., 37.66 MiB/sec. | ||
5884 | 2024.09.24 04:36:09.954109 [ 3 ] {d57e67a5-311f-44e4-a918-aaaa9502ec60} <Debug> DynamicQueryHandler: Done processing query | ||
5885 | 2024.09.24 04:36:09.954138 [ 3 ] {d57e67a5-311f-44e4-a918-aaaa9502ec60} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
5886 | 2024.09.24 04:36:09.954156 [ 3 ] {} <Debug> HTTP-Session: 4c009588-199c-4c8a-9cdd-0bbfacdce544 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5887 | 2024.09.24 04:36:09.954338 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3047, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5888 | 2024.09.24 04:36:09.954388 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5889 | 2024.09.24 04:36:09.954407 [ 3 ] {} <Debug> HTTP-Session: ce6ed6f3-faec-4d7c-97a7-8c21a00c61ce Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
5890 | 2024.09.24 04:36:09.954424 [ 3 ] {} <Debug> HTTP-Session: ce6ed6f3-faec-4d7c-97a7-8c21a00c61ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5891 | 2024.09.24 04:36:09.954438 [ 3 ] {} <Debug> HTTP-Session: ce6ed6f3-faec-4d7c-97a7-8c21a00c61ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5892 | 2024.09.24 04:36:09.954473 [ 3 ] {} <Trace> HTTP-Session: ce6ed6f3-faec-4d7c-97a7-8c21a00c61ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5893 | 2024.09.24 04:36:09.954576 [ 3 ] {fdb231f8-7440-418c-a746-9720bafe8808} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5894 | 2024.09.24 04:36:09.954618 [ 3 ] {fdb231f8-7440-418c-a746-9720bafe8808} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5895 | 2024.09.24 04:36:09.954854 [ 3 ] {fdb231f8-7440-418c-a746-9720bafe8808} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5896 | 2024.09.24 04:36:09.955178 [ 3 ] {fdb231f8-7440-418c-a746-9720bafe8808} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5897 | 2024.09.24 04:36:09.955214 [ 3 ] {fdb231f8-7440-418c-a746-9720bafe8808} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5898 | 2024.09.24 04:36:09.955565 [ 3 ] {fdb231f8-7440-418c-a746-9720bafe8808} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5899 | 2024.09.24 04:36:09.955918 [ 3 ] {fdb231f8-7440-418c-a746-9720bafe8808} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5900 | 2024.09.24 04:36:09.956077 [ 3 ] {fdb231f8-7440-418c-a746-9720bafe8808} <Debug> executeQuery: Read 21 rows, 1.56 KiB in 0.00152 sec., 13815.78947368421 rows/sec., 1.00 MiB/sec. | ||
5901 | 2024.09.24 04:36:09.956363 [ 3 ] {fdb231f8-7440-418c-a746-9720bafe8808} <Debug> DynamicQueryHandler: Done processing query | ||
5902 | 2024.09.24 04:36:09.956398 [ 3 ] {fdb231f8-7440-418c-a746-9720bafe8808} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5903 | 2024.09.24 04:36:09.956424 [ 3 ] {} <Debug> HTTP-Session: ce6ed6f3-faec-4d7c-97a7-8c21a00c61ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5904 | 2024.09.24 04:36:09.956587 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 30477, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5905 | 2024.09.24 04:36:09.956638 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5906 | 2024.09.24 04:36:09.956656 [ 3 ] {} <Debug> HTTP-Session: fdc10f33-cd5c-4d62-8055-c853fb1b1ae2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
5907 | 2024.09.24 04:36:09.956672 [ 3 ] {} <Debug> HTTP-Session: fdc10f33-cd5c-4d62-8055-c853fb1b1ae2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5908 | 2024.09.24 04:36:09.956686 [ 3 ] {} <Debug> HTTP-Session: fdc10f33-cd5c-4d62-8055-c853fb1b1ae2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5909 | 2024.09.24 04:36:09.956717 [ 3 ] {} <Trace> HTTP-Session: fdc10f33-cd5c-4d62-8055-c853fb1b1ae2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5910 | 2024.09.24 04:36:09.956920 [ 3 ] {a33c4a29-407a-4fd4-8a0e-0c2f55fc1783} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
5911 | 2024.09.24 04:36:09.956964 [ 3 ] {a33c4a29-407a-4fd4-8a0e-0c2f55fc1783} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5912 | 2024.09.24 04:36:09.957209 [ 3 ] {a33c4a29-407a-4fd4-8a0e-0c2f55fc1783} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5913 | 2024.09.24 04:36:09.957641 [ 3 ] {a33c4a29-407a-4fd4-8a0e-0c2f55fc1783} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5914 | 2024.09.24 04:36:09.957677 [ 3 ] {a33c4a29-407a-4fd4-8a0e-0c2f55fc1783} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5915 | 2024.09.24 04:36:09.958045 [ 3 ] {a33c4a29-407a-4fd4-8a0e-0c2f55fc1783} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
5916 | 2024.09.24 04:36:09.958405 [ 3 ] {a33c4a29-407a-4fd4-8a0e-0c2f55fc1783} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5917 | 2024.09.24 04:36:09.958573 [ 3 ] {a33c4a29-407a-4fd4-8a0e-0c2f55fc1783} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00178 sec., 128089.88764044945 rows/sec., 8.67 MiB/sec. | ||
5918 | 2024.09.24 04:36:09.958803 [ 3 ] {a33c4a29-407a-4fd4-8a0e-0c2f55fc1783} <Debug> DynamicQueryHandler: Done processing query | ||
5919 | 2024.09.24 04:36:09.958826 [ 3 ] {a33c4a29-407a-4fd4-8a0e-0c2f55fc1783} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
5920 | 2024.09.24 04:36:09.958843 [ 3 ] {} <Debug> HTTP-Session: fdc10f33-cd5c-4d62-8055-c853fb1b1ae2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5921 | 2024.09.24 04:36:09.959086 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 89428, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5922 | 2024.09.24 04:36:09.959134 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5923 | 2024.09.24 04:36:09.959152 [ 3 ] {} <Debug> HTTP-Session: 9dd8f2e5-3b7a-4907-b1d8-6f04118fe8b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
5924 | 2024.09.24 04:36:09.959169 [ 3 ] {} <Debug> HTTP-Session: 9dd8f2e5-3b7a-4907-b1d8-6f04118fe8b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5925 | 2024.09.24 04:36:09.959182 [ 3 ] {} <Debug> HTTP-Session: 9dd8f2e5-3b7a-4907-b1d8-6f04118fe8b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5926 | 2024.09.24 04:36:09.959213 [ 3 ] {} <Trace> HTTP-Session: 9dd8f2e5-3b7a-4907-b1d8-6f04118fe8b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5927 | 2024.09.24 04:36:09.959489 [ 3 ] {497dea6f-368c-4d52-8350-f10613704adb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5928 | 2024.09.24 04:36:09.959531 [ 3 ] {497dea6f-368c-4d52-8350-f10613704adb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5929 | 2024.09.24 04:36:09.959754 [ 3 ] {497dea6f-368c-4d52-8350-f10613704adb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5930 | 2024.09.24 04:36:09.960486 [ 3 ] {497dea6f-368c-4d52-8350-f10613704adb} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5931 | 2024.09.24 04:36:09.960523 [ 3 ] {497dea6f-368c-4d52-8350-f10613704adb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5932 | 2024.09.24 04:36:09.960900 [ 3 ] {497dea6f-368c-4d52-8350-f10613704adb} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5933 | 2024.09.24 04:36:09.961261 [ 3 ] {497dea6f-368c-4d52-8350-f10613704adb} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5934 | 2024.09.24 04:36:09.961414 [ 3 ] {497dea6f-368c-4d52-8350-f10613704adb} <Debug> executeQuery: Read 541 rows, 41.09 KiB in 0.002089 sec., 258975.58640497844 rows/sec., 19.21 MiB/sec. | ||
5935 | 2024.09.24 04:36:09.961594 [ 3 ] {497dea6f-368c-4d52-8350-f10613704adb} <Debug> DynamicQueryHandler: Done processing query | ||
5936 | 2024.09.24 04:36:09.961619 [ 3 ] {497dea6f-368c-4d52-8350-f10613704adb} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
5937 | 2024.09.24 04:36:09.961635 [ 3 ] {} <Debug> HTTP-Session: 9dd8f2e5-3b7a-4907-b1d8-6f04118fe8b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5938 | 2024.09.24 04:36:09.961895 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 167512, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5939 | 2024.09.24 04:36:09.961944 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5940 | 2024.09.24 04:36:09.961962 [ 3 ] {} <Debug> HTTP-Session: e0927b91-a1b2-45a6-9dc8-11acf3408f2c Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
5941 | 2024.09.24 04:36:09.961979 [ 3 ] {} <Debug> HTTP-Session: e0927b91-a1b2-45a6-9dc8-11acf3408f2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5942 | 2024.09.24 04:36:09.961993 [ 3 ] {} <Debug> HTTP-Session: e0927b91-a1b2-45a6-9dc8-11acf3408f2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5943 | 2024.09.24 04:36:09.962023 [ 3 ] {} <Trace> HTTP-Session: e0927b91-a1b2-45a6-9dc8-11acf3408f2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5944 | 2024.09.24 04:36:09.962497 [ 3 ] {cdc6ec7c-268b-4914-9ff7-9dea769f4f4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5945 | 2024.09.24 04:36:09.962545 [ 3 ] {cdc6ec7c-268b-4914-9ff7-9dea769f4f4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5946 | 2024.09.24 04:36:09.962691 [ 3 ] {cdc6ec7c-268b-4914-9ff7-9dea769f4f4b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5947 | 2024.09.24 04:36:09.963499 [ 3 ] {cdc6ec7c-268b-4914-9ff7-9dea769f4f4b} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5948 | 2024.09.24 04:36:09.963535 [ 3 ] {cdc6ec7c-268b-4914-9ff7-9dea769f4f4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5949 | 2024.09.24 04:36:09.963964 [ 3 ] {cdc6ec7c-268b-4914-9ff7-9dea769f4f4b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
5950 | 2024.09.24 04:36:09.964308 [ 3 ] {cdc6ec7c-268b-4914-9ff7-9dea769f4f4b} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5951 | 2024.09.24 04:36:09.964459 [ 3 ] {cdc6ec7c-268b-4914-9ff7-9dea769f4f4b} <Debug> executeQuery: Read 882 rows, 60.77 KiB in 0.002291 sec., 384984.72282845917 rows/sec., 25.90 MiB/sec. | ||
5952 | 2024.09.24 04:36:09.964472 [ 85 ] {} <Debug> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
5953 | 2024.09.24 04:36:09.964593 [ 85 ] {} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5954 | 2024.09.24 04:36:09.964632 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5955 | 2024.09.24 04:36:09.964715 [ 3 ] {cdc6ec7c-268b-4914-9ff7-9dea769f4f4b} <Debug> DynamicQueryHandler: Done processing query | ||
5956 | 2024.09.24 04:36:09.964766 [ 3 ] {cdc6ec7c-268b-4914-9ff7-9dea769f4f4b} <Debug> MemoryTracker: Peak memory usage (for query): 4.67 MiB. | ||
5957 | 2024.09.24 04:36:09.964817 [ 3 ] {} <Debug> HTTP-Session: e0927b91-a1b2-45a6-9dc8-11acf3408f2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5958 | 2024.09.24 04:36:09.964903 [ 189 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::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 | ||
5959 | 2024.09.24 04:36:09.965077 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 28932, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5960 | 2024.09.24 04:36:09.965194 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5961 | 2024.09.24 04:36:09.965226 [ 189 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5962 | 2024.09.24 04:36:09.965240 [ 3 ] {} <Debug> HTTP-Session: 7790153a-0d64-41df-a1d9-99c5edd084b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
5963 | 2024.09.24 04:36:09.965296 [ 3 ] {} <Debug> HTTP-Session: 7790153a-0d64-41df-a1d9-99c5edd084b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5964 | 2024.09.24 04:36:09.965314 [ 189 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 6943 rows starting from the beginning of the part | ||
5965 | 2024.09.24 04:36:09.965329 [ 3 ] {} <Debug> HTTP-Session: 7790153a-0d64-41df-a1d9-99c5edd084b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5966 | 2024.09.24 04:36:09.965406 [ 3 ] {} <Trace> HTTP-Session: 7790153a-0d64-41df-a1d9-99c5edd084b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5967 | 2024.09.24 04:36:09.965564 [ 189 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part | ||
5968 | 2024.09.24 04:36:09.965748 [ 189 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 237 rows starting from the beginning of the part | ||
5969 | 2024.09.24 04:36:09.965823 [ 189 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part | ||
5970 | 2024.09.24 04:36:09.966094 [ 3 ] {7536399c-441a-45ef-ba16-032d36573367} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
5971 | 2024.09.24 04:36:09.966185 [ 189 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 237 rows starting from the beginning of the part | ||
5972 | 2024.09.24 04:36:09.966590 [ 189 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 882 rows starting from the beginning of the part | ||
5973 | 2024.09.24 04:36:09.966647 [ 3 ] {7536399c-441a-45ef-ba16-032d36573367} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
5974 | 2024.09.24 04:36:09.968336 [ 3 ] {7536399c-441a-45ef-ba16-032d36573367} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5975 | 2024.09.24 04:36:09.969789 [ 3 ] {7536399c-441a-45ef-ba16-032d36573367} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5976 | 2024.09.24 04:36:09.969860 [ 3 ] {7536399c-441a-45ef-ba16-032d36573367} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5977 | 2024.09.24 04:36:09.971149 [ 3 ] {7536399c-441a-45ef-ba16-032d36573367} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5978 | 2024.09.24 04:36:09.971986 [ 3 ] {7536399c-441a-45ef-ba16-032d36573367} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5979 | 2024.09.24 04:36:09.972204 [ 3 ] {7536399c-441a-45ef-ba16-032d36573367} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.006549 sec., 2595.816155138189 rows/sec., 4.65 MiB/sec. | ||
5980 | 2024.09.24 04:36:09.972492 [ 3 ] {7536399c-441a-45ef-ba16-032d36573367} <Debug> DynamicQueryHandler: Done processing query | ||
5981 | 2024.09.24 04:36:09.972521 [ 3 ] {7536399c-441a-45ef-ba16-032d36573367} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
5982 | 2024.09.24 04:36:09.972537 [ 3 ] {} <Debug> HTTP-Session: 7790153a-0d64-41df-a1d9-99c5edd084b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5983 | 2024.09.24 04:36:09.972661 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5984 | 2024.09.24 04:36:09.972708 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5985 | 2024.09.24 04:36:09.972759 [ 3 ] {} <Debug> HTTP-Session: 446cef89-e1e0-4a7d-90af-a6fe3654b57d Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
5986 | 2024.09.24 04:36:09.972811 [ 3 ] {} <Debug> HTTP-Session: 446cef89-e1e0-4a7d-90af-a6fe3654b57d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5987 | 2024.09.24 04:36:09.972850 [ 3 ] {} <Debug> HTTP-Session: 446cef89-e1e0-4a7d-90af-a6fe3654b57d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5988 | 2024.09.24 04:36:09.972965 [ 3 ] {} <Trace> HTTP-Session: 446cef89-e1e0-4a7d-90af-a6fe3654b57d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5989 | 2024.09.24 04:36:09.973153 [ 198 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8619 rows, containing 5 columns (5 merged, 0 gathered) in 0.008417229 sec., 1023971.190518875 rows/sec., 68.90 MiB/sec. | ||
5990 | 2024.09.24 04:36:09.973201 [ 3 ] {7f7c3f25-fee6-43e8-b955-072610106709} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5991 | 2024.09.24 04:36:09.973255 [ 3 ] {7f7c3f25-fee6-43e8-b955-072610106709} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5992 | 2024.09.24 04:36:09.973360 [ 198 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
5993 | 2024.09.24 04:36:09.973479 [ 3 ] {7f7c3f25-fee6-43e8-b955-072610106709} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5994 | 2024.09.24 04:36:09.973995 [ 3 ] {7f7c3f25-fee6-43e8-b955-072610106709} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5995 | 2024.09.24 04:36:09.974037 [ 3 ] {7f7c3f25-fee6-43e8-b955-072610106709} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
5996 | 2024.09.24 04:36:09.974093 [ 198 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5997 | 2024.09.24 04:36:09.974197 [ 198 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
5998 | 2024.09.24 04:36:09.974301 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.49 MiB. | ||
5999 | 2024.09.24 04:36:09.974488 [ 3 ] {7f7c3f25-fee6-43e8-b955-072610106709} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
6000 | 2024.09.24 04:36:09.974809 [ 3 ] {7f7c3f25-fee6-43e8-b955-072610106709} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6001 | 2024.09.24 04:36:09.974974 [ 3 ] {7f7c3f25-fee6-43e8-b955-072610106709} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001832 sec., 32751.09170305677 rows/sec., 2.21 MiB/sec. | ||
6002 | 2024.09.24 04:36:09.975146 [ 3 ] {7f7c3f25-fee6-43e8-b955-072610106709} <Debug> DynamicQueryHandler: Done processing query | ||
6003 | 2024.09.24 04:36:09.975170 [ 3 ] {7f7c3f25-fee6-43e8-b955-072610106709} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6004 | 2024.09.24 04:36:09.975186 [ 3 ] {} <Debug> HTTP-Session: 446cef89-e1e0-4a7d-90af-a6fe3654b57d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6005 | 2024.09.24 04:36:10.000149 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 189.24 MiB, peak 197.77 MiB, free memory in arenas 0.00 B, will set to 190.33 MiB (RSS), difference: 1.09 MiB | ||
6006 | 2024.09.24 04:36:14.921634 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 35148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6007 | 2024.09.24 04:36:14.921773 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6008 | 2024.09.24 04:36:14.921801 [ 3 ] {} <Debug> HTTP-Session: 79d0ccbd-83de-4f8e-a8e9-bf3e8cce52ee Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
6009 | 2024.09.24 04:36:14.921830 [ 3 ] {} <Debug> HTTP-Session: 79d0ccbd-83de-4f8e-a8e9-bf3e8cce52ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6010 | 2024.09.24 04:36:14.921848 [ 3 ] {} <Debug> HTTP-Session: 79d0ccbd-83de-4f8e-a8e9-bf3e8cce52ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6011 | 2024.09.24 04:36:14.921904 [ 3 ] {} <Trace> HTTP-Session: 79d0ccbd-83de-4f8e-a8e9-bf3e8cce52ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6012 | 2024.09.24 04:36:14.922184 [ 3 ] {70758649-d369-496b-b4fd-a8ff52b9a38e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6013 | 2024.09.24 04:36:14.922262 [ 3 ] {70758649-d369-496b-b4fd-a8ff52b9a38e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6014 | 2024.09.24 04:36:14.922646 [ 3 ] {70758649-d369-496b-b4fd-a8ff52b9a38e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6015 | 2024.09.24 04:36:14.923276 [ 3 ] {70758649-d369-496b-b4fd-a8ff52b9a38e} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6016 | 2024.09.24 04:36:14.923324 [ 3 ] {70758649-d369-496b-b4fd-a8ff52b9a38e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6017 | 2024.09.24 04:36:14.923771 [ 3 ] {70758649-d369-496b-b4fd-a8ff52b9a38e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
6018 | 2024.09.24 04:36:14.924175 [ 3 ] {70758649-d369-496b-b4fd-a8ff52b9a38e} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6019 | 2024.09.24 04:36:14.924345 [ 3 ] {70758649-d369-496b-b4fd-a8ff52b9a38e} <Debug> executeQuery: Read 233 rows, 20.98 KiB in 0.002283 sec., 102058.6946999562 rows/sec., 8.98 MiB/sec. | ||
6020 | 2024.09.24 04:36:14.924769 [ 3 ] {70758649-d369-496b-b4fd-a8ff52b9a38e} <Debug> DynamicQueryHandler: Done processing query | ||
6021 | 2024.09.24 04:36:14.924798 [ 3 ] {70758649-d369-496b-b4fd-a8ff52b9a38e} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
6022 | 2024.09.24 04:36:14.924815 [ 3 ] {} <Debug> HTTP-Session: 79d0ccbd-83de-4f8e-a8e9-bf3e8cce52ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6023 | 2024.09.24 04:36:14.924962 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6024 | 2024.09.24 04:36:14.925022 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6025 | 2024.09.24 04:36:14.925042 [ 3 ] {} <Debug> HTTP-Session: 54da9038-7e75-4c4c-a4ed-88156f4a369a Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
6026 | 2024.09.24 04:36:14.925060 [ 3 ] {} <Debug> HTTP-Session: 54da9038-7e75-4c4c-a4ed-88156f4a369a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6027 | 2024.09.24 04:36:14.925074 [ 3 ] {} <Debug> HTTP-Session: 54da9038-7e75-4c4c-a4ed-88156f4a369a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6028 | 2024.09.24 04:36:14.925111 [ 3 ] {} <Trace> HTTP-Session: 54da9038-7e75-4c4c-a4ed-88156f4a369a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6029 | 2024.09.24 04:36:14.925229 [ 3 ] {f444cd0d-f3fa-4af5-855a-0445d46eda44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6030 | 2024.09.24 04:36:14.925277 [ 3 ] {f444cd0d-f3fa-4af5-855a-0445d46eda44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6031 | 2024.09.24 04:36:14.925546 [ 3 ] {f444cd0d-f3fa-4af5-855a-0445d46eda44} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6032 | 2024.09.24 04:36:14.925903 [ 3 ] {f444cd0d-f3fa-4af5-855a-0445d46eda44} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6033 | 2024.09.24 04:36:14.925942 [ 3 ] {f444cd0d-f3fa-4af5-855a-0445d46eda44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6034 | 2024.09.24 04:36:14.926300 [ 3 ] {f444cd0d-f3fa-4af5-855a-0445d46eda44} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
6035 | 2024.09.24 04:36:14.926660 [ 3 ] {f444cd0d-f3fa-4af5-855a-0445d46eda44} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6036 | 2024.09.24 04:36:14.926827 [ 3 ] {f444cd0d-f3fa-4af5-855a-0445d46eda44} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.001625 sec., 13538.461538461539 rows/sec., 1018.03 KiB/sec. | ||
6037 | 2024.09.24 04:36:14.927107 [ 3 ] {f444cd0d-f3fa-4af5-855a-0445d46eda44} <Debug> DynamicQueryHandler: Done processing query | ||
6038 | 2024.09.24 04:36:14.927154 [ 3 ] {f444cd0d-f3fa-4af5-855a-0445d46eda44} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6039 | 2024.09.24 04:36:14.927172 [ 3 ] {} <Debug> HTTP-Session: 54da9038-7e75-4c4c-a4ed-88156f4a369a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6040 | 2024.09.24 04:36:14.927322 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6041 | 2024.09.24 04:36:14.927374 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6042 | 2024.09.24 04:36:14.927393 [ 3 ] {} <Debug> HTTP-Session: dfb81b37-9419-4f62-90ac-dd3f0248d6e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
6043 | 2024.09.24 04:36:14.927410 [ 3 ] {} <Debug> HTTP-Session: dfb81b37-9419-4f62-90ac-dd3f0248d6e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6044 | 2024.09.24 04:36:14.927423 [ 3 ] {} <Debug> HTTP-Session: dfb81b37-9419-4f62-90ac-dd3f0248d6e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6045 | 2024.09.24 04:36:14.927457 [ 3 ] {} <Trace> HTTP-Session: dfb81b37-9419-4f62-90ac-dd3f0248d6e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6046 | 2024.09.24 04:36:14.927566 [ 3 ] {a56fdff4-bbe8-4d78-bfb6-c9b0ba00560d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
6047 | 2024.09.24 04:36:14.927612 [ 3 ] {a56fdff4-bbe8-4d78-bfb6-c9b0ba00560d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6048 | 2024.09.24 04:36:14.927857 [ 3 ] {a56fdff4-bbe8-4d78-bfb6-c9b0ba00560d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6049 | 2024.09.24 04:36:14.928177 [ 3 ] {a56fdff4-bbe8-4d78-bfb6-c9b0ba00560d} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6050 | 2024.09.24 04:36:14.928214 [ 3 ] {a56fdff4-bbe8-4d78-bfb6-c9b0ba00560d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6051 | 2024.09.24 04:36:14.928573 [ 3 ] {a56fdff4-bbe8-4d78-bfb6-c9b0ba00560d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
6052 | 2024.09.24 04:36:14.928936 [ 3 ] {a56fdff4-bbe8-4d78-bfb6-c9b0ba00560d} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6053 | 2024.09.24 04:36:14.929101 [ 89 ] {} <Debug> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
6054 | 2024.09.24 04:36:14.929112 [ 3 ] {a56fdff4-bbe8-4d78-bfb6-c9b0ba00560d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001566 sec., 8939.974457215838 rows/sec., 626.10 KiB/sec. | ||
6055 | 2024.09.24 04:36:14.929195 [ 89 ] {} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6056 | 2024.09.24 04:36:14.929262 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6057 | 2024.09.24 04:36:14.929417 [ 3 ] {a56fdff4-bbe8-4d78-bfb6-c9b0ba00560d} <Debug> DynamicQueryHandler: Done processing query | ||
6058 | 2024.09.24 04:36:14.929454 [ 190 ] {80399c63-440f-4294-b79d-4996168f9902::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 | ||
6059 | 2024.09.24 04:36:14.929464 [ 3 ] {a56fdff4-bbe8-4d78-bfb6-c9b0ba00560d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6060 | 2024.09.24 04:36:14.929506 [ 3 ] {} <Debug> HTTP-Session: dfb81b37-9419-4f62-90ac-dd3f0248d6e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6061 | 2024.09.24 04:36:14.929636 [ 190 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6062 | 2024.09.24 04:36:14.929645 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6063 | 2024.09.24 04:36:14.929683 [ 190 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 243 rows starting from the beginning of the part | ||
6064 | 2024.09.24 04:36:14.929715 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6065 | 2024.09.24 04:36:14.929749 [ 3 ] {} <Debug> HTTP-Session: 07230968-3e40-4d30-ab87-54543c975803 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
6066 | 2024.09.24 04:36:14.929784 [ 3 ] {} <Debug> HTTP-Session: 07230968-3e40-4d30-ab87-54543c975803 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6067 | 2024.09.24 04:36:14.929804 [ 190 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part | ||
6068 | 2024.09.24 04:36:14.929842 [ 3 ] {} <Debug> HTTP-Session: 07230968-3e40-4d30-ab87-54543c975803 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6069 | 2024.09.24 04:36:14.929982 [ 3 ] {} <Trace> HTTP-Session: 07230968-3e40-4d30-ab87-54543c975803 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6070 | 2024.09.24 04:36:14.930255 [ 190 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part | ||
6071 | 2024.09.24 04:36:14.930370 [ 3 ] {e78a398e-0650-418e-aa3b-ba8c4c7cfdf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
6072 | 2024.09.24 04:36:14.930543 [ 3 ] {e78a398e-0650-418e-aa3b-ba8c4c7cfdf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
6073 | 2024.09.24 04:36:14.930559 [ 190 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part | ||
6074 | 2024.09.24 04:36:14.930798 [ 190 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 228 rows starting from the beginning of the part | ||
6075 | 2024.09.24 04:36:14.930975 [ 190 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part | ||
6076 | 2024.09.24 04:36:14.931450 [ 3 ] {e78a398e-0650-418e-aa3b-ba8c4c7cfdf9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6077 | 2024.09.24 04:36:14.931939 [ 3 ] {e78a398e-0650-418e-aa3b-ba8c4c7cfdf9} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6078 | 2024.09.24 04:36:14.931982 [ 3 ] {e78a398e-0650-418e-aa3b-ba8c4c7cfdf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6079 | 2024.09.24 04:36:14.932582 [ 3 ] {e78a398e-0650-418e-aa3b-ba8c4c7cfdf9} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
6080 | 2024.09.24 04:36:14.932687 [ 198 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.00330992 sec., 159218.34968820997 rows/sec., 10.82 MiB/sec. | ||
6081 | 2024.09.24 04:36:14.933047 [ 187 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
6082 | 2024.09.24 04:36:14.933255 [ 3 ] {e78a398e-0650-418e-aa3b-ba8c4c7cfdf9} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6083 | 2024.09.24 04:36:14.933636 [ 3 ] {e78a398e-0650-418e-aa3b-ba8c4c7cfdf9} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.003336 sec., 1798.5611510791366 rows/sec., 106.26 KiB/sec. | ||
6084 | 2024.09.24 04:36:14.934151 [ 3 ] {e78a398e-0650-418e-aa3b-ba8c4c7cfdf9} <Debug> DynamicQueryHandler: Done processing query | ||
6085 | 2024.09.24 04:36:14.934195 [ 3 ] {e78a398e-0650-418e-aa3b-ba8c4c7cfdf9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6086 | 2024.09.24 04:36:14.934230 [ 3 ] {} <Debug> HTTP-Session: 07230968-3e40-4d30-ab87-54543c975803 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6087 | 2024.09.24 04:36:14.934321 [ 187 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_16_3} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6088 | 2024.09.24 04:36:14.934433 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 65498, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6089 | 2024.09.24 04:36:14.934447 [ 187 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_16_3} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
6090 | 2024.09.24 04:36:14.934508 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6091 | 2024.09.24 04:36:14.934583 [ 3 ] {} <Debug> HTTP-Session: 513edd8e-a57e-4949-86cf-0990ed446908 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
6092 | 2024.09.24 04:36:14.934622 [ 3 ] {} <Debug> HTTP-Session: 513edd8e-a57e-4949-86cf-0990ed446908 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6093 | 2024.09.24 04:36:14.934629 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
6094 | 2024.09.24 04:36:14.934642 [ 3 ] {} <Debug> HTTP-Session: 513edd8e-a57e-4949-86cf-0990ed446908 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6095 | 2024.09.24 04:36:14.934697 [ 3 ] {} <Trace> HTTP-Session: 513edd8e-a57e-4949-86cf-0990ed446908 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6096 | 2024.09.24 04:36:14.934914 [ 3 ] {f32caf7a-0891-44f4-8bba-950a4d539ecb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6097 | 2024.09.24 04:36:14.934960 [ 3 ] {f32caf7a-0891-44f4-8bba-950a4d539ecb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6098 | 2024.09.24 04:36:14.935208 [ 3 ] {f32caf7a-0891-44f4-8bba-950a4d539ecb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6099 | 2024.09.24 04:36:14.935799 [ 3 ] {f32caf7a-0891-44f4-8bba-950a4d539ecb} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6100 | 2024.09.24 04:36:14.935836 [ 3 ] {f32caf7a-0891-44f4-8bba-950a4d539ecb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6101 | 2024.09.24 04:36:14.936216 [ 3 ] {f32caf7a-0891-44f4-8bba-950a4d539ecb} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
6102 | 2024.09.24 04:36:14.936581 [ 3 ] {f32caf7a-0891-44f4-8bba-950a4d539ecb} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6103 | 2024.09.24 04:36:14.936741 [ 3 ] {f32caf7a-0891-44f4-8bba-950a4d539ecb} <Debug> executeQuery: Read 404 rows, 29.44 KiB in 0.001944 sec., 207818.93004115226 rows/sec., 14.79 MiB/sec. | ||
6104 | 2024.09.24 04:36:14.936915 [ 3 ] {f32caf7a-0891-44f4-8bba-950a4d539ecb} <Debug> DynamicQueryHandler: Done processing query | ||
6105 | 2024.09.24 04:36:14.936939 [ 3 ] {f32caf7a-0891-44f4-8bba-950a4d539ecb} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
6106 | 2024.09.24 04:36:14.936955 [ 3 ] {} <Debug> HTTP-Session: 513edd8e-a57e-4949-86cf-0990ed446908 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6107 | 2024.09.24 04:36:14.937086 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6108 | 2024.09.24 04:36:14.937134 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6109 | 2024.09.24 04:36:14.937153 [ 3 ] {} <Debug> HTTP-Session: 5dca9047-c545-4609-b147-a3f659e33892 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
6110 | 2024.09.24 04:36:14.937169 [ 3 ] {} <Debug> HTTP-Session: 5dca9047-c545-4609-b147-a3f659e33892 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6111 | 2024.09.24 04:36:14.937183 [ 3 ] {} <Debug> HTTP-Session: 5dca9047-c545-4609-b147-a3f659e33892 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6112 | 2024.09.24 04:36:14.937215 [ 3 ] {} <Trace> HTTP-Session: 5dca9047-c545-4609-b147-a3f659e33892 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6113 | 2024.09.24 04:36:14.937313 [ 3 ] {d6245dc0-b1ed-42e9-bd60-fb896198c058} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6114 | 2024.09.24 04:36:14.937358 [ 3 ] {d6245dc0-b1ed-42e9-bd60-fb896198c058} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6115 | 2024.09.24 04:36:14.937490 [ 3 ] {d6245dc0-b1ed-42e9-bd60-fb896198c058} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6116 | 2024.09.24 04:36:14.937738 [ 3 ] {d6245dc0-b1ed-42e9-bd60-fb896198c058} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6117 | 2024.09.24 04:36:14.937774 [ 3 ] {d6245dc0-b1ed-42e9-bd60-fb896198c058} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6118 | 2024.09.24 04:36:14.938132 [ 3 ] {d6245dc0-b1ed-42e9-bd60-fb896198c058} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
6119 | 2024.09.24 04:36:14.938458 [ 3 ] {d6245dc0-b1ed-42e9-bd60-fb896198c058} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6120 | 2024.09.24 04:36:14.938620 [ 3 ] {d6245dc0-b1ed-42e9-bd60-fb896198c058} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001332 sec., 4504.504504504504 rows/sec., 235.34 KiB/sec. | ||
6121 | 2024.09.24 04:36:14.938771 [ 3 ] {d6245dc0-b1ed-42e9-bd60-fb896198c058} <Debug> DynamicQueryHandler: Done processing query | ||
6122 | 2024.09.24 04:36:14.938795 [ 3 ] {d6245dc0-b1ed-42e9-bd60-fb896198c058} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6123 | 2024.09.24 04:36:14.938812 [ 3 ] {} <Debug> HTTP-Session: 5dca9047-c545-4609-b147-a3f659e33892 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6124 | 2024.09.24 04:36:14.938978 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 44612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6125 | 2024.09.24 04:36:14.939025 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6126 | 2024.09.24 04:36:14.939043 [ 3 ] {} <Debug> HTTP-Session: ce8b1e75-9e6e-43ba-ac99-319e35f73dd6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
6127 | 2024.09.24 04:36:14.939059 [ 3 ] {} <Debug> HTTP-Session: ce8b1e75-9e6e-43ba-ac99-319e35f73dd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6128 | 2024.09.24 04:36:14.939073 [ 3 ] {} <Debug> HTTP-Session: ce8b1e75-9e6e-43ba-ac99-319e35f73dd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6129 | 2024.09.24 04:36:14.939104 [ 3 ] {} <Trace> HTTP-Session: ce8b1e75-9e6e-43ba-ac99-319e35f73dd6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6130 | 2024.09.24 04:36:14.939295 [ 3 ] {8b800c68-9fca-4aea-bb40-f0e8024c6188} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6131 | 2024.09.24 04:36:14.939343 [ 3 ] {8b800c68-9fca-4aea-bb40-f0e8024c6188} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6132 | 2024.09.24 04:36:14.939488 [ 3 ] {8b800c68-9fca-4aea-bb40-f0e8024c6188} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6133 | 2024.09.24 04:36:14.939893 [ 3 ] {8b800c68-9fca-4aea-bb40-f0e8024c6188} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6134 | 2024.09.24 04:36:14.939929 [ 3 ] {8b800c68-9fca-4aea-bb40-f0e8024c6188} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6135 | 2024.09.24 04:36:14.940312 [ 3 ] {8b800c68-9fca-4aea-bb40-f0e8024c6188} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
6136 | 2024.09.24 04:36:14.940660 [ 3 ] {8b800c68-9fca-4aea-bb40-f0e8024c6188} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6137 | 2024.09.24 04:36:14.940826 [ 3 ] {8b800c68-9fca-4aea-bb40-f0e8024c6188} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001621 sec., 146206.04565083282 rows/sec., 9.80 MiB/sec. | ||
6138 | 2024.09.24 04:36:14.941157 [ 3 ] {8b800c68-9fca-4aea-bb40-f0e8024c6188} <Debug> DynamicQueryHandler: Done processing query | ||
6139 | 2024.09.24 04:36:14.941219 [ 3 ] {8b800c68-9fca-4aea-bb40-f0e8024c6188} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
6140 | 2024.09.24 04:36:14.941268 [ 3 ] {} <Debug> HTTP-Session: ce8b1e75-9e6e-43ba-ac99-319e35f73dd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6141 | 2024.09.24 04:36:14.941405 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6142 | 2024.09.24 04:36:14.941455 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6143 | 2024.09.24 04:36:14.941473 [ 3 ] {} <Debug> HTTP-Session: 62a24d3b-0604-4658-8977-739fc6a74efa Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
6144 | 2024.09.24 04:36:14.941490 [ 3 ] {} <Debug> HTTP-Session: 62a24d3b-0604-4658-8977-739fc6a74efa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6145 | 2024.09.24 04:36:14.941504 [ 3 ] {} <Debug> HTTP-Session: 62a24d3b-0604-4658-8977-739fc6a74efa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6146 | 2024.09.24 04:36:14.941536 [ 3 ] {} <Trace> HTTP-Session: 62a24d3b-0604-4658-8977-739fc6a74efa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6147 | 2024.09.24 04:36:14.941633 [ 3 ] {c71e0182-1c4d-43b0-b628-90e3a453b547} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
6148 | 2024.09.24 04:36:14.941682 [ 3 ] {c71e0182-1c4d-43b0-b628-90e3a453b547} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
6149 | 2024.09.24 04:36:14.941835 [ 3 ] {c71e0182-1c4d-43b0-b628-90e3a453b547} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6150 | 2024.09.24 04:36:14.942073 [ 3 ] {c71e0182-1c4d-43b0-b628-90e3a453b547} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6151 | 2024.09.24 04:36:14.942108 [ 3 ] {c71e0182-1c4d-43b0-b628-90e3a453b547} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6152 | 2024.09.24 04:36:14.942457 [ 3 ] {c71e0182-1c4d-43b0-b628-90e3a453b547} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
6153 | 2024.09.24 04:36:14.942775 [ 3 ] {c71e0182-1c4d-43b0-b628-90e3a453b547} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6154 | 2024.09.24 04:36:14.942925 [ 3 ] {c71e0182-1c4d-43b0-b628-90e3a453b547} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001308 sec., 764.5259938837921 rows/sec., 51.52 KiB/sec. | ||
6155 | 2024.09.24 04:36:14.943075 [ 3 ] {c71e0182-1c4d-43b0-b628-90e3a453b547} <Debug> DynamicQueryHandler: Done processing query | ||
6156 | 2024.09.24 04:36:14.943098 [ 3 ] {c71e0182-1c4d-43b0-b628-90e3a453b547} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
6157 | 2024.09.24 04:36:14.943114 [ 3 ] {} <Debug> HTTP-Session: 62a24d3b-0604-4658-8977-739fc6a74efa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6158 | 2024.09.24 04:36:14.943263 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 36046, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6159 | 2024.09.24 04:36:14.943310 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6160 | 2024.09.24 04:36:14.943329 [ 3 ] {} <Debug> HTTP-Session: f4ff74e2-eb59-4066-9846-4b03247588cc Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
6161 | 2024.09.24 04:36:14.943345 [ 3 ] {} <Debug> HTTP-Session: f4ff74e2-eb59-4066-9846-4b03247588cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6162 | 2024.09.24 04:36:14.943359 [ 3 ] {} <Debug> HTTP-Session: f4ff74e2-eb59-4066-9846-4b03247588cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6163 | 2024.09.24 04:36:14.943389 [ 3 ] {} <Trace> HTTP-Session: f4ff74e2-eb59-4066-9846-4b03247588cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6164 | 2024.09.24 04:36:14.943647 [ 3 ] {53f8a8e5-e9cb-4f2f-8795-fc946a2c2719} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
6165 | 2024.09.24 04:36:14.943712 [ 3 ] {53f8a8e5-e9cb-4f2f-8795-fc946a2c2719} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
6166 | 2024.09.24 04:36:14.944116 [ 3 ] {53f8a8e5-e9cb-4f2f-8795-fc946a2c2719} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6167 | 2024.09.24 04:36:14.944735 [ 3 ] {53f8a8e5-e9cb-4f2f-8795-fc946a2c2719} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6168 | 2024.09.24 04:36:14.944771 [ 3 ] {53f8a8e5-e9cb-4f2f-8795-fc946a2c2719} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6169 | 2024.09.24 04:36:14.945405 [ 3 ] {53f8a8e5-e9cb-4f2f-8795-fc946a2c2719} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
6170 | 2024.09.24 04:36:14.945832 [ 3 ] {53f8a8e5-e9cb-4f2f-8795-fc946a2c2719} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6171 | 2024.09.24 04:36:14.946020 [ 3 ] {53f8a8e5-e9cb-4f2f-8795-fc946a2c2719} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002534 sec., 8681.925808997634 rows/sec., 15.56 MiB/sec. | ||
6172 | 2024.09.24 04:36:14.946557 [ 3 ] {53f8a8e5-e9cb-4f2f-8795-fc946a2c2719} <Debug> DynamicQueryHandler: Done processing query | ||
6173 | 2024.09.24 04:36:14.946583 [ 3 ] {53f8a8e5-e9cb-4f2f-8795-fc946a2c2719} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
6174 | 2024.09.24 04:36:14.946599 [ 3 ] {} <Debug> HTTP-Session: f4ff74e2-eb59-4066-9846-4b03247588cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6175 | 2024.09.24 04:36:14.946720 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 12152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6176 | 2024.09.24 04:36:14.946769 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6177 | 2024.09.24 04:36:14.946789 [ 3 ] {} <Debug> HTTP-Session: c27bf7b4-ef34-483e-a878-b727e5e44e7d Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
6178 | 2024.09.24 04:36:14.946805 [ 3 ] {} <Debug> HTTP-Session: c27bf7b4-ef34-483e-a878-b727e5e44e7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6179 | 2024.09.24 04:36:14.946819 [ 3 ] {} <Debug> HTTP-Session: c27bf7b4-ef34-483e-a878-b727e5e44e7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6180 | 2024.09.24 04:36:14.946849 [ 3 ] {} <Trace> HTTP-Session: c27bf7b4-ef34-483e-a878-b727e5e44e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6181 | 2024.09.24 04:36:14.946984 [ 3 ] {918c30ec-e88d-481d-8d25-4c70875398c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6182 | 2024.09.24 04:36:14.947030 [ 3 ] {918c30ec-e88d-481d-8d25-4c70875398c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6183 | 2024.09.24 04:36:14.947181 [ 3 ] {918c30ec-e88d-481d-8d25-4c70875398c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6184 | 2024.09.24 04:36:14.947499 [ 3 ] {918c30ec-e88d-481d-8d25-4c70875398c8} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6185 | 2024.09.24 04:36:14.947535 [ 3 ] {918c30ec-e88d-481d-8d25-4c70875398c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6186 | 2024.09.24 04:36:14.947908 [ 3 ] {918c30ec-e88d-481d-8d25-4c70875398c8} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
6187 | 2024.09.24 04:36:14.948245 [ 3 ] {918c30ec-e88d-481d-8d25-4c70875398c8} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6188 | 2024.09.24 04:36:14.948402 [ 89 ] {} <Debug> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
6189 | 2024.09.24 04:36:14.948411 [ 3 ] {918c30ec-e88d-481d-8d25-4c70875398c8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001472 sec., 55706.52173913043 rows/sec., 3.54 MiB/sec. | ||
6190 | 2024.09.24 04:36:14.948469 [ 89 ] {} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6191 | 2024.09.24 04:36:14.948534 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6192 | 2024.09.24 04:36:14.948686 [ 3 ] {918c30ec-e88d-481d-8d25-4c70875398c8} <Debug> DynamicQueryHandler: Done processing query | ||
6193 | 2024.09.24 04:36:14.948694 [ 190 ] {f478628c-c6e4-42cc-be87-88262b5420f7::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 | ||
6194 | 2024.09.24 04:36:14.948717 [ 3 ] {918c30ec-e88d-481d-8d25-4c70875398c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6195 | 2024.09.24 04:36:14.948747 [ 3 ] {} <Debug> HTTP-Session: c27bf7b4-ef34-483e-a878-b727e5e44e7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6196 | 2024.09.24 04:36:14.948853 [ 190 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6197 | 2024.09.24 04:36:14.948888 [ 190 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1046 rows starting from the beginning of the part | ||
6198 | 2024.09.24 04:36:14.948955 [ 190 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 82 rows starting from the beginning of the part | ||
6199 | 2024.09.24 04:36:14.949136 [ 190 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part | ||
6200 | 2024.09.24 04:36:14.949243 [ 190 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 82 rows starting from the beginning of the part | ||
6201 | 2024.09.24 04:36:14.949493 [ 190 ] {f478628c-c6e4-42cc-be87-88262b5420f7::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 | ||
6202 | 2024.09.24 04:36:14.949656 [ 190 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 82 rows starting from the beginning of the part | ||
6203 | 2024.09.24 04:36:14.950823 [ 193 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1412 rows, containing 4 columns (4 merged, 0 gathered) in 0.002187997 sec., 645339.0932437293 rows/sec., 41.92 MiB/sec. | ||
6204 | 2024.09.24 04:36:14.951039 [ 194 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
6205 | 2024.09.24 04:36:14.951509 [ 194 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_21_4} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6206 | 2024.09.24 04:36:14.951596 [ 194 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_21_4} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
6207 | 2024.09.24 04:36:14.951678 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
6208 | 2024.09.24 04:36:17.654632 [ 107 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6209 | 2024.09.24 04:36:17.654695 [ 107 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6210 | 2024.09.24 04:36:19.915946 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 13137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6211 | 2024.09.24 04:36:19.916088 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6212 | 2024.09.24 04:36:19.916116 [ 3 ] {} <Debug> HTTP-Session: 1ccbf69f-5ce1-496c-acb0-daa027bb95b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
6213 | 2024.09.24 04:36:19.916145 [ 3 ] {} <Debug> HTTP-Session: 1ccbf69f-5ce1-496c-acb0-daa027bb95b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6214 | 2024.09.24 04:36:19.916163 [ 3 ] {} <Debug> HTTP-Session: 1ccbf69f-5ce1-496c-acb0-daa027bb95b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6215 | 2024.09.24 04:36:19.916220 [ 3 ] {} <Trace> HTTP-Session: 1ccbf69f-5ce1-496c-acb0-daa027bb95b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6216 | 2024.09.24 04:36:19.916463 [ 3 ] {f5cc5175-5cd1-4b94-be16-18c89002ed50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6217 | 2024.09.24 04:36:19.916543 [ 3 ] {f5cc5175-5cd1-4b94-be16-18c89002ed50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6218 | 2024.09.24 04:36:19.916938 [ 3 ] {f5cc5175-5cd1-4b94-be16-18c89002ed50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6219 | 2024.09.24 04:36:19.917555 [ 3 ] {f5cc5175-5cd1-4b94-be16-18c89002ed50} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6220 | 2024.09.24 04:36:19.917602 [ 3 ] {f5cc5175-5cd1-4b94-be16-18c89002ed50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6221 | 2024.09.24 04:36:19.918049 [ 3 ] {f5cc5175-5cd1-4b94-be16-18c89002ed50} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6222 | 2024.09.24 04:36:19.918437 [ 3 ] {f5cc5175-5cd1-4b94-be16-18c89002ed50} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6223 | 2024.09.24 04:36:19.918612 [ 3 ] {f5cc5175-5cd1-4b94-be16-18c89002ed50} <Debug> executeQuery: Read 90 rows, 7.65 KiB in 0.002228 sec., 40394.97307001796 rows/sec., 3.35 MiB/sec. | ||
6224 | 2024.09.24 04:36:19.918838 [ 3 ] {f5cc5175-5cd1-4b94-be16-18c89002ed50} <Debug> DynamicQueryHandler: Done processing query | ||
6225 | 2024.09.24 04:36:19.918864 [ 3 ] {f5cc5175-5cd1-4b94-be16-18c89002ed50} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
6226 | 2024.09.24 04:36:19.918880 [ 3 ] {} <Debug> HTTP-Session: 1ccbf69f-5ce1-496c-acb0-daa027bb95b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6227 | 2024.09.24 04:36:19.919018 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 2487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6228 | 2024.09.24 04:36:19.919077 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6229 | 2024.09.24 04:36:19.919096 [ 3 ] {} <Debug> HTTP-Session: c473deca-905e-4b70-aabc-9a9c82ee3a7f Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
6230 | 2024.09.24 04:36:19.919114 [ 3 ] {} <Debug> HTTP-Session: c473deca-905e-4b70-aabc-9a9c82ee3a7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6231 | 2024.09.24 04:36:19.919128 [ 3 ] {} <Debug> HTTP-Session: c473deca-905e-4b70-aabc-9a9c82ee3a7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6232 | 2024.09.24 04:36:19.919163 [ 3 ] {} <Trace> HTTP-Session: c473deca-905e-4b70-aabc-9a9c82ee3a7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6233 | 2024.09.24 04:36:19.919275 [ 3 ] {d043befb-40b9-44b0-a14c-15bc0d85094b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6234 | 2024.09.24 04:36:19.919324 [ 3 ] {d043befb-40b9-44b0-a14c-15bc0d85094b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6235 | 2024.09.24 04:36:19.919561 [ 3 ] {d043befb-40b9-44b0-a14c-15bc0d85094b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6236 | 2024.09.24 04:36:19.919940 [ 3 ] {d043befb-40b9-44b0-a14c-15bc0d85094b} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6237 | 2024.09.24 04:36:19.919977 [ 3 ] {d043befb-40b9-44b0-a14c-15bc0d85094b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6238 | 2024.09.24 04:36:19.920368 [ 3 ] {d043befb-40b9-44b0-a14c-15bc0d85094b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
6239 | 2024.09.24 04:36:19.920733 [ 3 ] {d043befb-40b9-44b0-a14c-15bc0d85094b} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6240 | 2024.09.24 04:36:19.920904 [ 3 ] {d043befb-40b9-44b0-a14c-15bc0d85094b} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001656 sec., 10265.700483091789 rows/sec., 771.93 KiB/sec. | ||
6241 | 2024.09.24 04:36:19.921078 [ 3 ] {d043befb-40b9-44b0-a14c-15bc0d85094b} <Debug> DynamicQueryHandler: Done processing query | ||
6242 | 2024.09.24 04:36:19.921102 [ 3 ] {d043befb-40b9-44b0-a14c-15bc0d85094b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6243 | 2024.09.24 04:36:19.921118 [ 3 ] {} <Debug> HTTP-Session: c473deca-905e-4b70-aabc-9a9c82ee3a7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6244 | 2024.09.24 04:36:19.921291 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 13756, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6245 | 2024.09.24 04:36:19.921342 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6246 | 2024.09.24 04:36:19.921361 [ 3 ] {} <Debug> HTTP-Session: 1d5ab096-6780-4f09-a188-6589cfae92b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
6247 | 2024.09.24 04:36:19.921377 [ 3 ] {} <Debug> HTTP-Session: 1d5ab096-6780-4f09-a188-6589cfae92b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6248 | 2024.09.24 04:36:19.921391 [ 3 ] {} <Debug> HTTP-Session: 1d5ab096-6780-4f09-a188-6589cfae92b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6249 | 2024.09.24 04:36:19.921422 [ 3 ] {} <Trace> HTTP-Session: 1d5ab096-6780-4f09-a188-6589cfae92b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6250 | 2024.09.24 04:36:19.921544 [ 3 ] {658feca8-f868-4278-8171-b74cd1d5a922} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6251 | 2024.09.24 04:36:19.921589 [ 3 ] {658feca8-f868-4278-8171-b74cd1d5a922} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6252 | 2024.09.24 04:36:19.921816 [ 3 ] {658feca8-f868-4278-8171-b74cd1d5a922} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6253 | 2024.09.24 04:36:19.922183 [ 3 ] {658feca8-f868-4278-8171-b74cd1d5a922} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6254 | 2024.09.24 04:36:19.922219 [ 3 ] {658feca8-f868-4278-8171-b74cd1d5a922} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6255 | 2024.09.24 04:36:19.922580 [ 3 ] {658feca8-f868-4278-8171-b74cd1d5a922} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6256 | 2024.09.24 04:36:19.922944 [ 3 ] {658feca8-f868-4278-8171-b74cd1d5a922} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6257 | 2024.09.24 04:36:19.923105 [ 3 ] {658feca8-f868-4278-8171-b74cd1d5a922} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.001601 sec., 50593.37913803873 rows/sec., 3.95 MiB/sec. | ||
6258 | 2024.09.24 04:36:19.923277 [ 3 ] {658feca8-f868-4278-8171-b74cd1d5a922} <Debug> DynamicQueryHandler: Done processing query | ||
6259 | 2024.09.24 04:36:19.923302 [ 3 ] {658feca8-f868-4278-8171-b74cd1d5a922} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
6260 | 2024.09.24 04:36:19.923317 [ 3 ] {} <Debug> HTTP-Session: 1d5ab096-6780-4f09-a188-6589cfae92b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6261 | 2024.09.24 04:36:19.923491 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6262 | 2024.09.24 04:36:19.923541 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6263 | 2024.09.24 04:36:19.923560 [ 3 ] {} <Debug> HTTP-Session: 4a4b5ece-f3e2-4c0e-993e-fa4a33cf12c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
6264 | 2024.09.24 04:36:19.923576 [ 3 ] {} <Debug> HTTP-Session: 4a4b5ece-f3e2-4c0e-993e-fa4a33cf12c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6265 | 2024.09.24 04:36:19.923590 [ 3 ] {} <Debug> HTTP-Session: 4a4b5ece-f3e2-4c0e-993e-fa4a33cf12c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6266 | 2024.09.24 04:36:19.923620 [ 3 ] {} <Trace> HTTP-Session: 4a4b5ece-f3e2-4c0e-993e-fa4a33cf12c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6267 | 2024.09.24 04:36:19.923772 [ 3 ] {9f1e0e8f-d5ab-4232-b0ad-7f6821abe6da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6268 | 2024.09.24 04:36:19.923822 [ 3 ] {9f1e0e8f-d5ab-4232-b0ad-7f6821abe6da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6269 | 2024.09.24 04:36:19.923969 [ 3 ] {9f1e0e8f-d5ab-4232-b0ad-7f6821abe6da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6270 | 2024.09.24 04:36:19.924372 [ 3 ] {9f1e0e8f-d5ab-4232-b0ad-7f6821abe6da} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6271 | 2024.09.24 04:36:19.924407 [ 3 ] {9f1e0e8f-d5ab-4232-b0ad-7f6821abe6da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6272 | 2024.09.24 04:36:19.924805 [ 3 ] {9f1e0e8f-d5ab-4232-b0ad-7f6821abe6da} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
6273 | 2024.09.24 04:36:19.925149 [ 3 ] {9f1e0e8f-d5ab-4232-b0ad-7f6821abe6da} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6274 | 2024.09.24 04:36:19.925304 [ 3 ] {9f1e0e8f-d5ab-4232-b0ad-7f6821abe6da} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001602 sec., 99875.15605493134 rows/sec., 6.96 MiB/sec. | ||
6275 | 2024.09.24 04:36:19.925472 [ 3 ] {9f1e0e8f-d5ab-4232-b0ad-7f6821abe6da} <Debug> DynamicQueryHandler: Done processing query | ||
6276 | 2024.09.24 04:36:19.925496 [ 3 ] {9f1e0e8f-d5ab-4232-b0ad-7f6821abe6da} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6277 | 2024.09.24 04:36:19.925512 [ 3 ] {} <Debug> HTTP-Session: 4a4b5ece-f3e2-4c0e-993e-fa4a33cf12c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6278 | 2024.09.24 04:36:19.925686 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 28926, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6279 | 2024.09.24 04:36:19.925736 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6280 | 2024.09.24 04:36:19.925755 [ 3 ] {} <Debug> HTTP-Session: 4210a009-fbc4-4f8d-98fc-676a1a542871 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
6281 | 2024.09.24 04:36:19.925770 [ 3 ] {} <Debug> HTTP-Session: 4210a009-fbc4-4f8d-98fc-676a1a542871 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6282 | 2024.09.24 04:36:19.925784 [ 3 ] {} <Debug> HTTP-Session: 4210a009-fbc4-4f8d-98fc-676a1a542871 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6283 | 2024.09.24 04:36:19.925814 [ 3 ] {} <Trace> HTTP-Session: 4210a009-fbc4-4f8d-98fc-676a1a542871 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6284 | 2024.09.24 04:36:19.926082 [ 3 ] {382a6b3f-7424-4110-8843-a6401ecb96e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
6285 | 2024.09.24 04:36:19.926149 [ 3 ] {382a6b3f-7424-4110-8843-a6401ecb96e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
6286 | 2024.09.24 04:36:19.926565 [ 3 ] {382a6b3f-7424-4110-8843-a6401ecb96e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6287 | 2024.09.24 04:36:19.927171 [ 3 ] {382a6b3f-7424-4110-8843-a6401ecb96e2} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6288 | 2024.09.24 04:36:19.927207 [ 3 ] {382a6b3f-7424-4110-8843-a6401ecb96e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6289 | 2024.09.24 04:36:19.927834 [ 3 ] {382a6b3f-7424-4110-8843-a6401ecb96e2} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
6290 | 2024.09.24 04:36:19.928244 [ 3 ] {382a6b3f-7424-4110-8843-a6401ecb96e2} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6291 | 2024.09.24 04:36:19.928392 [ 3 ] {382a6b3f-7424-4110-8843-a6401ecb96e2} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002476 sec., 6865.9127625201945 rows/sec., 12.30 MiB/sec. | ||
6292 | 2024.09.24 04:36:19.928615 [ 3 ] {382a6b3f-7424-4110-8843-a6401ecb96e2} <Debug> DynamicQueryHandler: Done processing query | ||
6293 | 2024.09.24 04:36:19.928639 [ 3 ] {382a6b3f-7424-4110-8843-a6401ecb96e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
6294 | 2024.09.24 04:36:19.928655 [ 3 ] {} <Debug> HTTP-Session: 4210a009-fbc4-4f8d-98fc-676a1a542871 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6295 | 2024.09.24 04:36:19.928777 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6296 | 2024.09.24 04:36:19.928826 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6297 | 2024.09.24 04:36:19.928844 [ 3 ] {} <Debug> HTTP-Session: b5195eed-3853-4f3a-8a3e-56040bc324ea Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
6298 | 2024.09.24 04:36:19.928861 [ 3 ] {} <Debug> HTTP-Session: b5195eed-3853-4f3a-8a3e-56040bc324ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6299 | 2024.09.24 04:36:19.928875 [ 3 ] {} <Debug> HTTP-Session: b5195eed-3853-4f3a-8a3e-56040bc324ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6300 | 2024.09.24 04:36:19.928905 [ 3 ] {} <Trace> HTTP-Session: b5195eed-3853-4f3a-8a3e-56040bc324ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6301 | 2024.09.24 04:36:19.929032 [ 3 ] {fb805ab3-76b6-4ff0-89e2-a98cdbefb9b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6302 | 2024.09.24 04:36:19.929078 [ 3 ] {fb805ab3-76b6-4ff0-89e2-a98cdbefb9b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6303 | 2024.09.24 04:36:19.929206 [ 3 ] {fb805ab3-76b6-4ff0-89e2-a98cdbefb9b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6304 | 2024.09.24 04:36:19.929536 [ 3 ] {fb805ab3-76b6-4ff0-89e2-a98cdbefb9b1} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6305 | 2024.09.24 04:36:19.929570 [ 3 ] {fb805ab3-76b6-4ff0-89e2-a98cdbefb9b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6306 | 2024.09.24 04:36:19.929936 [ 3 ] {fb805ab3-76b6-4ff0-89e2-a98cdbefb9b1} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
6307 | 2024.09.24 04:36:19.930259 [ 3 ] {fb805ab3-76b6-4ff0-89e2-a98cdbefb9b1} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6308 | 2024.09.24 04:36:19.930391 [ 3 ] {fb805ab3-76b6-4ff0-89e2-a98cdbefb9b1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001411 sec., 42523.033309709426 rows/sec., 2.87 MiB/sec. | ||
6309 | 2024.09.24 04:36:19.930594 [ 3 ] {fb805ab3-76b6-4ff0-89e2-a98cdbefb9b1} <Debug> DynamicQueryHandler: Done processing query | ||
6310 | 2024.09.24 04:36:19.930617 [ 3 ] {fb805ab3-76b6-4ff0-89e2-a98cdbefb9b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6311 | 2024.09.24 04:36:19.930633 [ 3 ] {} <Debug> HTTP-Session: b5195eed-3853-4f3a-8a3e-56040bc324ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6312 | 2024.09.24 04:36:24.921331 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6313 | 2024.09.24 04:36:24.921459 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6314 | 2024.09.24 04:36:24.921483 [ 3 ] {} <Debug> HTTP-Session: bba40103-24c9-470a-9b3a-0085f1d0facc Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
6315 | 2024.09.24 04:36:24.921508 [ 3 ] {} <Debug> HTTP-Session: bba40103-24c9-470a-9b3a-0085f1d0facc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6316 | 2024.09.24 04:36:24.921523 [ 3 ] {} <Debug> HTTP-Session: bba40103-24c9-470a-9b3a-0085f1d0facc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6317 | 2024.09.24 04:36:24.921573 [ 3 ] {} <Trace> HTTP-Session: bba40103-24c9-470a-9b3a-0085f1d0facc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6318 | 2024.09.24 04:36:24.921758 [ 3 ] {34077bad-d172-47a5-bbef-14accaf3c20a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6319 | 2024.09.24 04:36:24.921827 [ 3 ] {34077bad-d172-47a5-bbef-14accaf3c20a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6320 | 2024.09.24 04:36:24.922161 [ 3 ] {34077bad-d172-47a5-bbef-14accaf3c20a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6321 | 2024.09.24 04:36:24.922610 [ 3 ] {34077bad-d172-47a5-bbef-14accaf3c20a} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6322 | 2024.09.24 04:36:24.922654 [ 3 ] {34077bad-d172-47a5-bbef-14accaf3c20a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6323 | 2024.09.24 04:36:24.923078 [ 3 ] {34077bad-d172-47a5-bbef-14accaf3c20a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
6324 | 2024.09.24 04:36:24.923490 [ 3 ] {34077bad-d172-47a5-bbef-14accaf3c20a} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6325 | 2024.09.24 04:36:24.923671 [ 3 ] {34077bad-d172-47a5-bbef-14accaf3c20a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001964 sec., 1018.3299389002036 rows/sec., 83.04 KiB/sec. | ||
6326 | 2024.09.24 04:36:24.924162 [ 3 ] {34077bad-d172-47a5-bbef-14accaf3c20a} <Debug> DynamicQueryHandler: Done processing query | ||
6327 | 2024.09.24 04:36:24.924215 [ 3 ] {34077bad-d172-47a5-bbef-14accaf3c20a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6328 | 2024.09.24 04:36:24.924242 [ 3 ] {} <Debug> HTTP-Session: bba40103-24c9-470a-9b3a-0085f1d0facc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6329 | 2024.09.24 04:36:24.924425 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 35282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6330 | 2024.09.24 04:36:24.924488 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6331 | 2024.09.24 04:36:24.924510 [ 3 ] {} <Debug> HTTP-Session: bf43ff9f-5b73-48ad-9d90-7d69891e7f6b Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
6332 | 2024.09.24 04:36:24.924529 [ 3 ] {} <Debug> HTTP-Session: bf43ff9f-5b73-48ad-9d90-7d69891e7f6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6333 | 2024.09.24 04:36:24.924543 [ 3 ] {} <Debug> HTTP-Session: bf43ff9f-5b73-48ad-9d90-7d69891e7f6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6334 | 2024.09.24 04:36:24.924583 [ 3 ] {} <Trace> HTTP-Session: bf43ff9f-5b73-48ad-9d90-7d69891e7f6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6335 | 2024.09.24 04:36:24.924759 [ 3 ] {743a1ac8-e589-4797-98ce-e66a568c540e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6336 | 2024.09.24 04:36:24.924809 [ 3 ] {743a1ac8-e589-4797-98ce-e66a568c540e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6337 | 2024.09.24 04:36:24.925066 [ 3 ] {743a1ac8-e589-4797-98ce-e66a568c540e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6338 | 2024.09.24 04:36:24.925545 [ 3 ] {743a1ac8-e589-4797-98ce-e66a568c540e} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6339 | 2024.09.24 04:36:24.925587 [ 3 ] {743a1ac8-e589-4797-98ce-e66a568c540e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6340 | 2024.09.24 04:36:24.925977 [ 3 ] {743a1ac8-e589-4797-98ce-e66a568c540e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6341 | 2024.09.24 04:36:24.926341 [ 3 ] {743a1ac8-e589-4797-98ce-e66a568c540e} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6342 | 2024.09.24 04:36:24.926482 [ 3 ] {743a1ac8-e589-4797-98ce-e66a568c540e} <Debug> executeQuery: Read 234 rows, 21.06 KiB in 0.001804 sec., 129711.75166297118 rows/sec., 11.40 MiB/sec. | ||
6343 | 2024.09.24 04:36:24.926536 [ 101 ] {} <Debug> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6344 | 2024.09.24 04:36:24.926651 [ 101 ] {} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6345 | 2024.09.24 04:36:24.926702 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6346 | 2024.09.24 04:36:24.926734 [ 3 ] {743a1ac8-e589-4797-98ce-e66a568c540e} <Debug> DynamicQueryHandler: Done processing query | ||
6347 | 2024.09.24 04:36:24.926790 [ 3 ] {743a1ac8-e589-4797-98ce-e66a568c540e} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
6348 | 2024.09.24 04:36:24.926851 [ 3 ] {} <Debug> HTTP-Session: bf43ff9f-5b73-48ad-9d90-7d69891e7f6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6349 | 2024.09.24 04:36:24.927001 [ 194 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::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 | ||
6350 | 2024.09.24 04:36:24.927125 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6351 | 2024.09.24 04:36:24.927309 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6352 | 2024.09.24 04:36:24.927424 [ 3 ] {} <Debug> HTTP-Session: 2f216ac3-23a4-45d5-9276-de68b61d4e0e Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
6353 | 2024.09.24 04:36:24.927505 [ 3 ] {} <Debug> HTTP-Session: 2f216ac3-23a4-45d5-9276-de68b61d4e0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6354 | 2024.09.24 04:36:24.927588 [ 3 ] {} <Debug> HTTP-Session: 2f216ac3-23a4-45d5-9276-de68b61d4e0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6355 | 2024.09.24 04:36:24.927716 [ 194 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6356 | 2024.09.24 04:36:24.927732 [ 3 ] {} <Trace> HTTP-Session: 2f216ac3-23a4-45d5-9276-de68b61d4e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6357 | 2024.09.24 04:36:24.927842 [ 194 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1418 rows starting from the beginning of the part | ||
6358 | 2024.09.24 04:36:24.928091 [ 3 ] {a3e8b584-a945-4443-bbf6-fcdc62e8e9fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6359 | 2024.09.24 04:36:24.928192 [ 194 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 233 rows starting from the beginning of the part | ||
6360 | 2024.09.24 04:36:24.928228 [ 3 ] {a3e8b584-a945-4443-bbf6-fcdc62e8e9fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6361 | 2024.09.24 04:36:24.928610 [ 194 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1232 rows starting from the beginning of the part | ||
6362 | 2024.09.24 04:36:24.929005 [ 194 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 233 rows starting from the beginning of the part | ||
6363 | 2024.09.24 04:36:24.929392 [ 194 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 90 rows starting from the beginning of the part | ||
6364 | 2024.09.24 04:36:24.929755 [ 194 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 234 rows starting from the beginning of the part | ||
6365 | 2024.09.24 04:36:24.930312 [ 3 ] {a3e8b584-a945-4443-bbf6-fcdc62e8e9fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6366 | 2024.09.24 04:36:24.930793 [ 3 ] {a3e8b584-a945-4443-bbf6-fcdc62e8e9fe} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6367 | 2024.09.24 04:36:24.930836 [ 3 ] {a3e8b584-a945-4443-bbf6-fcdc62e8e9fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6368 | 2024.09.24 04:36:24.931398 [ 3 ] {a3e8b584-a945-4443-bbf6-fcdc62e8e9fe} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6369 | 2024.09.24 04:36:24.931966 [ 3 ] {a3e8b584-a945-4443-bbf6-fcdc62e8e9fe} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6370 | 2024.09.24 04:36:24.932217 [ 3 ] {a3e8b584-a945-4443-bbf6-fcdc62e8e9fe} <Debug> executeQuery: Read 24 rows, 1.79 KiB in 0.004261 sec., 5632.480638347805 rows/sec., 421.02 KiB/sec. | ||
6371 | 2024.09.24 04:36:24.932520 [ 3 ] {a3e8b584-a945-4443-bbf6-fcdc62e8e9fe} <Debug> DynamicQueryHandler: Done processing query | ||
6372 | 2024.09.24 04:36:24.932527 [ 193 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3440 rows, containing 5 columns (5 merged, 0 gathered) in 0.005711081 sec., 602337.8061001061 rows/sec., 52.88 MiB/sec. | ||
6373 | 2024.09.24 04:36:24.932553 [ 3 ] {a3e8b584-a945-4443-bbf6-fcdc62e8e9fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6374 | 2024.09.24 04:36:24.932606 [ 3 ] {} <Debug> HTTP-Session: 2f216ac3-23a4-45d5-9276-de68b61d4e0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6375 | 2024.09.24 04:36:24.932733 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6376 | 2024.09.24 04:36:24.932806 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6377 | 2024.09.24 04:36:24.932844 [ 3 ] {} <Debug> HTTP-Session: 55e3a801-19f3-4fda-83da-e80be5ad1362 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
6378 | 2024.09.24 04:36:24.932868 [ 193 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6379 | 2024.09.24 04:36:24.932877 [ 3 ] {} <Debug> HTTP-Session: 55e3a801-19f3-4fda-83da-e80be5ad1362 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6380 | 2024.09.24 04:36:24.932923 [ 3 ] {} <Debug> HTTP-Session: 55e3a801-19f3-4fda-83da-e80be5ad1362 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6381 | 2024.09.24 04:36:24.933011 [ 3 ] {} <Trace> HTTP-Session: 55e3a801-19f3-4fda-83da-e80be5ad1362 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6382 | 2024.09.24 04:36:24.933193 [ 3 ] {9630d8b3-d24e-4c7c-870f-e13d02136c87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
6383 | 2024.09.24 04:36:24.933308 [ 3 ] {9630d8b3-d24e-4c7c-870f-e13d02136c87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6384 | 2024.09.24 04:36:24.934046 [ 193 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_31_6} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6385 | 2024.09.24 04:36:24.934073 [ 3 ] {9630d8b3-d24e-4c7c-870f-e13d02136c87} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6386 | 2024.09.24 04:36:24.934256 [ 193 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_31_6} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6387 | 2024.09.24 04:36:24.934481 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
6388 | 2024.09.24 04:36:24.934619 [ 3 ] {9630d8b3-d24e-4c7c-870f-e13d02136c87} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6389 | 2024.09.24 04:36:24.934663 [ 3 ] {9630d8b3-d24e-4c7c-870f-e13d02136c87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6390 | 2024.09.24 04:36:24.935048 [ 3 ] {9630d8b3-d24e-4c7c-870f-e13d02136c87} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
6391 | 2024.09.24 04:36:24.935421 [ 3 ] {9630d8b3-d24e-4c7c-870f-e13d02136c87} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6392 | 2024.09.24 04:36:24.935586 [ 3 ] {9630d8b3-d24e-4c7c-870f-e13d02136c87} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002456 sec., 5700.325732899023 rows/sec., 399.21 KiB/sec. | ||
6393 | 2024.09.24 04:36:24.936254 [ 3 ] {9630d8b3-d24e-4c7c-870f-e13d02136c87} <Debug> DynamicQueryHandler: Done processing query | ||
6394 | 2024.09.24 04:36:24.936319 [ 3 ] {9630d8b3-d24e-4c7c-870f-e13d02136c87} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6395 | 2024.09.24 04:36:24.936356 [ 3 ] {} <Debug> HTTP-Session: 55e3a801-19f3-4fda-83da-e80be5ad1362 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6396 | 2024.09.24 04:36:24.936464 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6397 | 2024.09.24 04:36:24.936564 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6398 | 2024.09.24 04:36:24.936585 [ 3 ] {} <Debug> HTTP-Session: 1a0c24d3-f57d-4bbd-bddf-3dc158b2267b Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
6399 | 2024.09.24 04:36:24.936602 [ 3 ] {} <Debug> HTTP-Session: 1a0c24d3-f57d-4bbd-bddf-3dc158b2267b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6400 | 2024.09.24 04:36:24.936616 [ 3 ] {} <Debug> HTTP-Session: 1a0c24d3-f57d-4bbd-bddf-3dc158b2267b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6401 | 2024.09.24 04:36:24.936648 [ 3 ] {} <Trace> HTTP-Session: 1a0c24d3-f57d-4bbd-bddf-3dc158b2267b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6402 | 2024.09.24 04:36:24.936749 [ 3 ] {63017c27-62b3-4a93-ad52-0c86427f443c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
6403 | 2024.09.24 04:36:24.936795 [ 3 ] {63017c27-62b3-4a93-ad52-0c86427f443c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
6404 | 2024.09.24 04:36:24.937039 [ 3 ] {63017c27-62b3-4a93-ad52-0c86427f443c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6405 | 2024.09.24 04:36:24.937353 [ 3 ] {63017c27-62b3-4a93-ad52-0c86427f443c} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6406 | 2024.09.24 04:36:24.937389 [ 3 ] {63017c27-62b3-4a93-ad52-0c86427f443c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6407 | 2024.09.24 04:36:24.937747 [ 3 ] {63017c27-62b3-4a93-ad52-0c86427f443c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
6408 | 2024.09.24 04:36:24.938111 [ 3 ] {63017c27-62b3-4a93-ad52-0c86427f443c} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6409 | 2024.09.24 04:36:24.938286 [ 3 ] {63017c27-62b3-4a93-ad52-0c86427f443c} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00155 sec., 3870.967741935484 rows/sec., 228.70 KiB/sec. | ||
6410 | 2024.09.24 04:36:24.938816 [ 3 ] {63017c27-62b3-4a93-ad52-0c86427f443c} <Debug> DynamicQueryHandler: Done processing query | ||
6411 | 2024.09.24 04:36:24.938856 [ 3 ] {63017c27-62b3-4a93-ad52-0c86427f443c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6412 | 2024.09.24 04:36:24.938872 [ 3 ] {} <Debug> HTTP-Session: 1a0c24d3-f57d-4bbd-bddf-3dc158b2267b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6413 | 2024.09.24 04:36:24.939023 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 65841, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6414 | 2024.09.24 04:36:24.939073 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6415 | 2024.09.24 04:36:24.939093 [ 3 ] {} <Debug> HTTP-Session: a031b58b-8e2a-4798-9380-2aaed23d4699 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
6416 | 2024.09.24 04:36:24.939111 [ 3 ] {} <Debug> HTTP-Session: a031b58b-8e2a-4798-9380-2aaed23d4699 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6417 | 2024.09.24 04:36:24.939125 [ 3 ] {} <Debug> HTTP-Session: a031b58b-8e2a-4798-9380-2aaed23d4699 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6418 | 2024.09.24 04:36:24.939156 [ 3 ] {} <Trace> HTTP-Session: a031b58b-8e2a-4798-9380-2aaed23d4699 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6419 | 2024.09.24 04:36:24.939372 [ 3 ] {f56ec089-9636-462b-8231-bfde8dedd25d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6420 | 2024.09.24 04:36:24.939418 [ 3 ] {f56ec089-9636-462b-8231-bfde8dedd25d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6421 | 2024.09.24 04:36:24.939670 [ 3 ] {f56ec089-9636-462b-8231-bfde8dedd25d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6422 | 2024.09.24 04:36:24.940216 [ 3 ] {f56ec089-9636-462b-8231-bfde8dedd25d} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6423 | 2024.09.24 04:36:24.940253 [ 3 ] {f56ec089-9636-462b-8231-bfde8dedd25d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6424 | 2024.09.24 04:36:24.940662 [ 3 ] {f56ec089-9636-462b-8231-bfde8dedd25d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6425 | 2024.09.24 04:36:24.941016 [ 3 ] {f56ec089-9636-462b-8231-bfde8dedd25d} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6426 | 2024.09.24 04:36:24.941169 [ 3 ] {f56ec089-9636-462b-8231-bfde8dedd25d} <Debug> executeQuery: Read 406 rows, 29.61 KiB in 0.001903 sec., 213347.34629532316 rows/sec., 15.19 MiB/sec. | ||
6427 | 2024.09.24 04:36:24.941183 [ 101 ] {} <Debug> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6428 | 2024.09.24 04:36:24.941272 [ 101 ] {} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6429 | 2024.09.24 04:36:24.941329 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6430 | 2024.09.24 04:36:24.941504 [ 3 ] {f56ec089-9636-462b-8231-bfde8dedd25d} <Debug> DynamicQueryHandler: Done processing query | ||
6431 | 2024.09.24 04:36:24.941588 [ 3 ] {f56ec089-9636-462b-8231-bfde8dedd25d} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
6432 | 2024.09.24 04:36:24.941660 [ 3 ] {} <Debug> HTTP-Session: a031b58b-8e2a-4798-9380-2aaed23d4699 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6433 | 2024.09.24 04:36:24.941722 [ 193 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::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 | ||
6434 | 2024.09.24 04:36:24.941917 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6435 | 2024.09.24 04:36:24.942078 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6436 | 2024.09.24 04:36:24.942155 [ 3 ] {} <Debug> HTTP-Session: 0b761539-cb91-4f34-809c-fc62e5850750 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
6437 | 2024.09.24 04:36:24.942223 [ 3 ] {} <Debug> HTTP-Session: 0b761539-cb91-4f34-809c-fc62e5850750 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6438 | 2024.09.24 04:36:24.942278 [ 3 ] {} <Debug> HTTP-Session: 0b761539-cb91-4f34-809c-fc62e5850750 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6439 | 2024.09.24 04:36:24.942376 [ 193 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6440 | 2024.09.24 04:36:24.942386 [ 3 ] {} <Trace> HTTP-Session: 0b761539-cb91-4f34-809c-fc62e5850750 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6441 | 2024.09.24 04:36:24.942445 [ 193 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 913 rows starting from the beginning of the part | ||
6442 | 2024.09.24 04:36:24.942690 [ 3 ] {94f528a0-a0d5-4a70-af6e-8339e928baca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6443 | 2024.09.24 04:36:24.942696 [ 193 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 404 rows starting from the beginning of the part | ||
6444 | 2024.09.24 04:36:24.942855 [ 3 ] {94f528a0-a0d5-4a70-af6e-8339e928baca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6445 | 2024.09.24 04:36:24.942989 [ 193 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 541 rows starting from the beginning of the part | ||
6446 | 2024.09.24 04:36:24.943383 [ 193 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 404 rows starting from the beginning of the part | ||
6447 | 2024.09.24 04:36:24.943782 [ 193 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 81 rows starting from the beginning of the part | ||
6448 | 2024.09.24 04:36:24.944026 [ 3 ] {94f528a0-a0d5-4a70-af6e-8339e928baca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6449 | 2024.09.24 04:36:24.944132 [ 193 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 406 rows starting from the beginning of the part | ||
6450 | 2024.09.24 04:36:24.944929 [ 3 ] {94f528a0-a0d5-4a70-af6e-8339e928baca} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6451 | 2024.09.24 04:36:24.944986 [ 3 ] {94f528a0-a0d5-4a70-af6e-8339e928baca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6452 | 2024.09.24 04:36:24.945850 [ 3 ] {94f528a0-a0d5-4a70-af6e-8339e928baca} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
6453 | 2024.09.24 04:36:24.946728 [ 3 ] {94f528a0-a0d5-4a70-af6e-8339e928baca} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6454 | 2024.09.24 04:36:24.946945 [ 3 ] {94f528a0-a0d5-4a70-af6e-8339e928baca} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004391 sec., 1366.4313368253245 rows/sec., 71.39 KiB/sec. | ||
6455 | 2024.09.24 04:36:24.947483 [ 3 ] {94f528a0-a0d5-4a70-af6e-8339e928baca} <Debug> DynamicQueryHandler: Done processing query | ||
6456 | 2024.09.24 04:36:24.947560 [ 3 ] {94f528a0-a0d5-4a70-af6e-8339e928baca} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6457 | 2024.09.24 04:36:24.947646 [ 3 ] {} <Debug> HTTP-Session: 0b761539-cb91-4f34-809c-fc62e5850750 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6458 | 2024.09.24 04:36:24.947783 [ 199 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2749 rows, containing 5 columns (5 merged, 0 gathered) in 0.006349604 sec., 432940.38494369097 rows/sec., 33.04 MiB/sec. | ||
6459 | 2024.09.24 04:36:24.947893 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 44803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6460 | 2024.09.24 04:36:24.947973 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6461 | 2024.09.24 04:36:24.948000 [ 3 ] {} <Debug> HTTP-Session: 6a479659-762c-46b3-b5f6-72ef0ed83a16 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
6462 | 2024.09.24 04:36:24.948034 [ 3 ] {} <Debug> HTTP-Session: 6a479659-762c-46b3-b5f6-72ef0ed83a16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6463 | 2024.09.24 04:36:24.948055 [ 3 ] {} <Debug> HTTP-Session: 6a479659-762c-46b3-b5f6-72ef0ed83a16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6464 | 2024.09.24 04:36:24.948062 [ 195 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6465 | 2024.09.24 04:36:24.948110 [ 3 ] {} <Trace> HTTP-Session: 6a479659-762c-46b3-b5f6-72ef0ed83a16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6466 | 2024.09.24 04:36:24.948570 [ 3 ] {2da4141d-054a-4c34-8b62-d566f60291fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6467 | 2024.09.24 04:36:24.948695 [ 3 ] {2da4141d-054a-4c34-8b62-d566f60291fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6468 | 2024.09.24 04:36:24.949010 [ 195 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_31_6} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6469 | 2024.09.24 04:36:24.949164 [ 3 ] {2da4141d-054a-4c34-8b62-d566f60291fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6470 | 2024.09.24 04:36:24.949244 [ 195 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_31_6} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6471 | 2024.09.24 04:36:24.949385 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
6472 | 2024.09.24 04:36:24.949696 [ 3 ] {2da4141d-054a-4c34-8b62-d566f60291fe} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6473 | 2024.09.24 04:36:24.949738 [ 3 ] {2da4141d-054a-4c34-8b62-d566f60291fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6474 | 2024.09.24 04:36:24.950162 [ 3 ] {2da4141d-054a-4c34-8b62-d566f60291fe} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
6475 | 2024.09.24 04:36:24.950550 [ 3 ] {2da4141d-054a-4c34-8b62-d566f60291fe} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6476 | 2024.09.24 04:36:24.950707 [ 3 ] {2da4141d-054a-4c34-8b62-d566f60291fe} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.002429 sec., 97982.70893371757 rows/sec., 6.57 MiB/sec. | ||
6477 | 2024.09.24 04:36:24.950887 [ 3 ] {2da4141d-054a-4c34-8b62-d566f60291fe} <Debug> DynamicQueryHandler: Done processing query | ||
6478 | 2024.09.24 04:36:24.950911 [ 3 ] {2da4141d-054a-4c34-8b62-d566f60291fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
6479 | 2024.09.24 04:36:24.950927 [ 3 ] {} <Debug> HTTP-Session: 6a479659-762c-46b3-b5f6-72ef0ed83a16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6480 | 2024.09.24 04:36:24.951045 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6481 | 2024.09.24 04:36:24.951093 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6482 | 2024.09.24 04:36:24.951113 [ 3 ] {} <Debug> HTTP-Session: 67915bd5-ae58-4910-b2ad-19831def5fdd Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
6483 | 2024.09.24 04:36:24.951130 [ 3 ] {} <Debug> HTTP-Session: 67915bd5-ae58-4910-b2ad-19831def5fdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6484 | 2024.09.24 04:36:24.951143 [ 3 ] {} <Debug> HTTP-Session: 67915bd5-ae58-4910-b2ad-19831def5fdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6485 | 2024.09.24 04:36:24.951174 [ 3 ] {} <Trace> HTTP-Session: 67915bd5-ae58-4910-b2ad-19831def5fdd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6486 | 2024.09.24 04:36:24.951269 [ 3 ] {17fcf440-36b2-4a71-8277-eaf21181a3c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
6487 | 2024.09.24 04:36:24.951315 [ 3 ] {17fcf440-36b2-4a71-8277-eaf21181a3c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
6488 | 2024.09.24 04:36:24.951445 [ 3 ] {17fcf440-36b2-4a71-8277-eaf21181a3c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6489 | 2024.09.24 04:36:24.951709 [ 3 ] {17fcf440-36b2-4a71-8277-eaf21181a3c1} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6490 | 2024.09.24 04:36:24.951744 [ 3 ] {17fcf440-36b2-4a71-8277-eaf21181a3c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6491 | 2024.09.24 04:36:24.952101 [ 3 ] {17fcf440-36b2-4a71-8277-eaf21181a3c1} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
6492 | 2024.09.24 04:36:24.952437 [ 3 ] {17fcf440-36b2-4a71-8277-eaf21181a3c1} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6493 | 2024.09.24 04:36:24.952598 [ 3 ] {17fcf440-36b2-4a71-8277-eaf21181a3c1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001342 sec., 745.1564828614008 rows/sec., 50.21 KiB/sec. | ||
6494 | 2024.09.24 04:36:24.952762 [ 3 ] {17fcf440-36b2-4a71-8277-eaf21181a3c1} <Debug> DynamicQueryHandler: Done processing query | ||
6495 | 2024.09.24 04:36:24.952785 [ 3 ] {17fcf440-36b2-4a71-8277-eaf21181a3c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
6496 | 2024.09.24 04:36:24.952801 [ 3 ] {} <Debug> HTTP-Session: 67915bd5-ae58-4910-b2ad-19831def5fdd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6497 | 2024.09.24 04:36:24.952938 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 36051, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6498 | 2024.09.24 04:36:24.952988 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6499 | 2024.09.24 04:36:24.953006 [ 3 ] {} <Debug> HTTP-Session: 021d0e61-ebb7-49ea-9831-793a5db00cc9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
6500 | 2024.09.24 04:36:24.953023 [ 3 ] {} <Debug> HTTP-Session: 021d0e61-ebb7-49ea-9831-793a5db00cc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6501 | 2024.09.24 04:36:24.953037 [ 3 ] {} <Debug> HTTP-Session: 021d0e61-ebb7-49ea-9831-793a5db00cc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6502 | 2024.09.24 04:36:24.953068 [ 3 ] {} <Trace> HTTP-Session: 021d0e61-ebb7-49ea-9831-793a5db00cc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6503 | 2024.09.24 04:36:24.953340 [ 3 ] {45f5d4f8-3a84-4f0c-a627-a76c814bf674} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
6504 | 2024.09.24 04:36:24.953406 [ 3 ] {45f5d4f8-3a84-4f0c-a627-a76c814bf674} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
6505 | 2024.09.24 04:36:24.953836 [ 3 ] {45f5d4f8-3a84-4f0c-a627-a76c814bf674} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6506 | 2024.09.24 04:36:24.954495 [ 3 ] {45f5d4f8-3a84-4f0c-a627-a76c814bf674} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6507 | 2024.09.24 04:36:24.954531 [ 3 ] {45f5d4f8-3a84-4f0c-a627-a76c814bf674} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6508 | 2024.09.24 04:36:24.955170 [ 3 ] {45f5d4f8-3a84-4f0c-a627-a76c814bf674} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6509 | 2024.09.24 04:36:24.955596 [ 3 ] {45f5d4f8-3a84-4f0c-a627-a76c814bf674} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6510 | 2024.09.24 04:36:24.955800 [ 3 ] {45f5d4f8-3a84-4f0c-a627-a76c814bf674} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002648 sec., 8308.157099697884 rows/sec., 14.89 MiB/sec. | ||
6511 | 2024.09.24 04:36:24.956029 [ 3 ] {45f5d4f8-3a84-4f0c-a627-a76c814bf674} <Debug> DynamicQueryHandler: Done processing query | ||
6512 | 2024.09.24 04:36:24.956054 [ 3 ] {45f5d4f8-3a84-4f0c-a627-a76c814bf674} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
6513 | 2024.09.24 04:36:24.956069 [ 3 ] {} <Debug> HTTP-Session: 021d0e61-ebb7-49ea-9831-793a5db00cc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6514 | 2024.09.24 04:36:24.956185 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 12152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6515 | 2024.09.24 04:36:24.956235 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6516 | 2024.09.24 04:36:24.956255 [ 3 ] {} <Debug> HTTP-Session: cc2b25f5-848c-4b17-8f32-cc8ff76551d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
6517 | 2024.09.24 04:36:24.956271 [ 3 ] {} <Debug> HTTP-Session: cc2b25f5-848c-4b17-8f32-cc8ff76551d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6518 | 2024.09.24 04:36:24.956285 [ 3 ] {} <Debug> HTTP-Session: cc2b25f5-848c-4b17-8f32-cc8ff76551d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6519 | 2024.09.24 04:36:24.956316 [ 3 ] {} <Trace> HTTP-Session: cc2b25f5-848c-4b17-8f32-cc8ff76551d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6520 | 2024.09.24 04:36:24.956447 [ 3 ] {bec7a527-1bd8-4071-8e68-c1c5abca9207} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6521 | 2024.09.24 04:36:24.956492 [ 3 ] {bec7a527-1bd8-4071-8e68-c1c5abca9207} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6522 | 2024.09.24 04:36:24.956619 [ 3 ] {bec7a527-1bd8-4071-8e68-c1c5abca9207} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6523 | 2024.09.24 04:36:24.956924 [ 3 ] {bec7a527-1bd8-4071-8e68-c1c5abca9207} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6524 | 2024.09.24 04:36:24.956960 [ 3 ] {bec7a527-1bd8-4071-8e68-c1c5abca9207} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6525 | 2024.09.24 04:36:24.957330 [ 3 ] {bec7a527-1bd8-4071-8e68-c1c5abca9207} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
6526 | 2024.09.24 04:36:24.957690 [ 3 ] {bec7a527-1bd8-4071-8e68-c1c5abca9207} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6527 | 2024.09.24 04:36:24.957849 [ 3 ] {bec7a527-1bd8-4071-8e68-c1c5abca9207} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001449 sec., 56590.75224292616 rows/sec., 3.59 MiB/sec. | ||
6528 | 2024.09.24 04:36:24.958211 [ 3 ] {bec7a527-1bd8-4071-8e68-c1c5abca9207} <Debug> DynamicQueryHandler: Done processing query | ||
6529 | 2024.09.24 04:36:24.958237 [ 3 ] {bec7a527-1bd8-4071-8e68-c1c5abca9207} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6530 | 2024.09.24 04:36:24.958253 [ 3 ] {} <Debug> HTTP-Session: cc2b25f5-848c-4b17-8f32-cc8ff76551d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6531 | 2024.09.24 04:36:29.915595 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6532 | 2024.09.24 04:36:29.915725 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6533 | 2024.09.24 04:36:29.915754 [ 3 ] {} <Debug> HTTP-Session: 3be1acda-dede-4c44-bf88-e6e36ad57999 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
6534 | 2024.09.24 04:36:29.915782 [ 3 ] {} <Debug> HTTP-Session: 3be1acda-dede-4c44-bf88-e6e36ad57999 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6535 | 2024.09.24 04:36:29.915801 [ 3 ] {} <Debug> HTTP-Session: 3be1acda-dede-4c44-bf88-e6e36ad57999 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6536 | 2024.09.24 04:36:29.915856 [ 3 ] {} <Trace> HTTP-Session: 3be1acda-dede-4c44-bf88-e6e36ad57999 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6537 | 2024.09.24 04:36:29.916057 [ 3 ] {5858b0da-49de-4223-84db-8fb860da134a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6538 | 2024.09.24 04:36:29.916133 [ 3 ] {5858b0da-49de-4223-84db-8fb860da134a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6539 | 2024.09.24 04:36:29.916482 [ 3 ] {5858b0da-49de-4223-84db-8fb860da134a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6540 | 2024.09.24 04:36:29.916919 [ 3 ] {5858b0da-49de-4223-84db-8fb860da134a} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6541 | 2024.09.24 04:36:29.916960 [ 3 ] {5858b0da-49de-4223-84db-8fb860da134a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6542 | 2024.09.24 04:36:29.917381 [ 3 ] {5858b0da-49de-4223-84db-8fb860da134a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
6543 | 2024.09.24 04:36:29.917770 [ 3 ] {5858b0da-49de-4223-84db-8fb860da134a} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6544 | 2024.09.24 04:36:29.917917 [ 3 ] {5858b0da-49de-4223-84db-8fb860da134a} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001921 sec., 2082.248828735034 rows/sec., 169.79 KiB/sec. | ||
6545 | 2024.09.24 04:36:29.918129 [ 3 ] {5858b0da-49de-4223-84db-8fb860da134a} <Debug> DynamicQueryHandler: Done processing query | ||
6546 | 2024.09.24 04:36:29.918156 [ 3 ] {5858b0da-49de-4223-84db-8fb860da134a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6547 | 2024.09.24 04:36:29.918173 [ 3 ] {} <Debug> HTTP-Session: 3be1acda-dede-4c44-bf88-e6e36ad57999 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6548 | 2024.09.24 04:36:29.918318 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 13403, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6549 | 2024.09.24 04:36:29.918376 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6550 | 2024.09.24 04:36:29.918396 [ 3 ] {} <Debug> HTTP-Session: f1792d8a-e73d-4108-b63e-69b1b66d88dd Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
6551 | 2024.09.24 04:36:29.918415 [ 3 ] {} <Debug> HTTP-Session: f1792d8a-e73d-4108-b63e-69b1b66d88dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6552 | 2024.09.24 04:36:29.918429 [ 3 ] {} <Debug> HTTP-Session: f1792d8a-e73d-4108-b63e-69b1b66d88dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6553 | 2024.09.24 04:36:29.918467 [ 3 ] {} <Trace> HTTP-Session: f1792d8a-e73d-4108-b63e-69b1b66d88dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6554 | 2024.09.24 04:36:29.918599 [ 3 ] {e5b0fb40-bca7-4ba8-b915-0205bfc99dc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6555 | 2024.09.24 04:36:29.918645 [ 3 ] {e5b0fb40-bca7-4ba8-b915-0205bfc99dc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6556 | 2024.09.24 04:36:29.918880 [ 3 ] {e5b0fb40-bca7-4ba8-b915-0205bfc99dc2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6557 | 2024.09.24 04:36:29.919275 [ 3 ] {e5b0fb40-bca7-4ba8-b915-0205bfc99dc2} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6558 | 2024.09.24 04:36:29.919312 [ 3 ] {e5b0fb40-bca7-4ba8-b915-0205bfc99dc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6559 | 2024.09.24 04:36:29.919679 [ 3 ] {e5b0fb40-bca7-4ba8-b915-0205bfc99dc2} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6560 | 2024.09.24 04:36:29.920044 [ 3 ] {e5b0fb40-bca7-4ba8-b915-0205bfc99dc2} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6561 | 2024.09.24 04:36:29.920177 [ 3 ] {e5b0fb40-bca7-4ba8-b915-0205bfc99dc2} <Debug> executeQuery: Read 92 rows, 7.80 KiB in 0.00163 sec., 56441.71779141104 rows/sec., 4.67 MiB/sec. | ||
6562 | 2024.09.24 04:36:29.920345 [ 3 ] {e5b0fb40-bca7-4ba8-b915-0205bfc99dc2} <Debug> DynamicQueryHandler: Done processing query | ||
6563 | 2024.09.24 04:36:29.920369 [ 3 ] {e5b0fb40-bca7-4ba8-b915-0205bfc99dc2} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
6564 | 2024.09.24 04:36:29.920385 [ 3 ] {} <Debug> HTTP-Session: f1792d8a-e73d-4108-b63e-69b1b66d88dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6565 | 2024.09.24 04:36:29.920502 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6566 | 2024.09.24 04:36:29.920554 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6567 | 2024.09.24 04:36:29.920574 [ 3 ] {} <Debug> HTTP-Session: 50cefd22-ac20-4cd4-8c9a-de768008320b Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
6568 | 2024.09.24 04:36:29.920591 [ 3 ] {} <Debug> HTTP-Session: 50cefd22-ac20-4cd4-8c9a-de768008320b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6569 | 2024.09.24 04:36:29.920604 [ 3 ] {} <Debug> HTTP-Session: 50cefd22-ac20-4cd4-8c9a-de768008320b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6570 | 2024.09.24 04:36:29.920636 [ 3 ] {} <Trace> HTTP-Session: 50cefd22-ac20-4cd4-8c9a-de768008320b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6571 | 2024.09.24 04:36:29.920741 [ 3 ] {54fa345d-3d49-4be3-a9f8-3aff74ab99a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6572 | 2024.09.24 04:36:29.920784 [ 3 ] {54fa345d-3d49-4be3-a9f8-3aff74ab99a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6573 | 2024.09.24 04:36:29.921007 [ 3 ] {54fa345d-3d49-4be3-a9f8-3aff74ab99a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6574 | 2024.09.24 04:36:29.921319 [ 3 ] {54fa345d-3d49-4be3-a9f8-3aff74ab99a4} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6575 | 2024.09.24 04:36:29.921355 [ 3 ] {54fa345d-3d49-4be3-a9f8-3aff74ab99a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6576 | 2024.09.24 04:36:29.921714 [ 3 ] {54fa345d-3d49-4be3-a9f8-3aff74ab99a4} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6577 | 2024.09.24 04:36:29.922074 [ 3 ] {54fa345d-3d49-4be3-a9f8-3aff74ab99a4} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6578 | 2024.09.24 04:36:29.922201 [ 96 ] {} <Debug> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6579 | 2024.09.24 04:36:29.922209 [ 3 ] {54fa345d-3d49-4be3-a9f8-3aff74ab99a4} <Debug> executeQuery: Read 21 rows, 1.56 KiB in 0.001493 sec., 14065.63965170797 rows/sec., 1.02 MiB/sec. | ||
6580 | 2024.09.24 04:36:29.922241 [ 96 ] {} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6581 | 2024.09.24 04:36:29.922284 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6582 | 2024.09.24 04:36:29.922409 [ 3 ] {54fa345d-3d49-4be3-a9f8-3aff74ab99a4} <Debug> DynamicQueryHandler: Done processing query | ||
6583 | 2024.09.24 04:36:29.922418 [ 186 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::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 | ||
6584 | 2024.09.24 04:36:29.922436 [ 3 ] {54fa345d-3d49-4be3-a9f8-3aff74ab99a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6585 | 2024.09.24 04:36:29.922468 [ 3 ] {} <Debug> HTTP-Session: 50cefd22-ac20-4cd4-8c9a-de768008320b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6586 | 2024.09.24 04:36:29.922580 [ 186 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6587 | 2024.09.24 04:36:29.922598 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 14438, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6588 | 2024.09.24 04:36:29.922626 [ 186 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 57 rows starting from the beginning of the part | ||
6589 | 2024.09.24 04:36:29.922662 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6590 | 2024.09.24 04:36:29.922697 [ 3 ] {} <Debug> HTTP-Session: 5c7bc39b-f632-4348-80ad-856a4084a952 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
6591 | 2024.09.24 04:36:29.922728 [ 3 ] {} <Debug> HTTP-Session: 5c7bc39b-f632-4348-80ad-856a4084a952 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6592 | 2024.09.24 04:36:29.922746 [ 186 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 21 rows starting from the beginning of the part | ||
6593 | 2024.09.24 04:36:29.922775 [ 3 ] {} <Debug> HTTP-Session: 5c7bc39b-f632-4348-80ad-856a4084a952 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6594 | 2024.09.24 04:36:29.922887 [ 3 ] {} <Trace> HTTP-Session: 5c7bc39b-f632-4348-80ad-856a4084a952 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6595 | 2024.09.24 04:36:29.923259 [ 186 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 22 rows starting from the beginning of the part | ||
6596 | 2024.09.24 04:36:29.923356 [ 3 ] {b8408a49-3488-47b9-8d64-72b2b73a0b4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6597 | 2024.09.24 04:36:29.923475 [ 186 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 17 rows starting from the beginning of the part | ||
6598 | 2024.09.24 04:36:29.923498 [ 3 ] {b8408a49-3488-47b9-8d64-72b2b73a0b4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6599 | 2024.09.24 04:36:29.923921 [ 186 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 24 rows starting from the beginning of the part | ||
6600 | 2024.09.24 04:36:29.924237 [ 186 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 21 rows starting from the beginning of the part | ||
6601 | 2024.09.24 04:36:29.924893 [ 3 ] {b8408a49-3488-47b9-8d64-72b2b73a0b4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6602 | 2024.09.24 04:36:29.925456 [ 3 ] {b8408a49-3488-47b9-8d64-72b2b73a0b4a} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6603 | 2024.09.24 04:36:29.925501 [ 3 ] {b8408a49-3488-47b9-8d64-72b2b73a0b4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6604 | 2024.09.24 04:36:29.926208 [ 3 ] {b8408a49-3488-47b9-8d64-72b2b73a0b4a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6605 | 2024.09.24 04:36:29.926302 [ 186 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 162 rows, containing 5 columns (5 merged, 0 gathered) in 0.003948854 sec., 41024.560543388034 rows/sec., 3.13 MiB/sec. | ||
6606 | 2024.09.24 04:36:29.926621 [ 199 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6607 | 2024.09.24 04:36:29.926900 [ 3 ] {b8408a49-3488-47b9-8d64-72b2b73a0b4a} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6608 | 2024.09.24 04:36:29.927313 [ 3 ] {b8408a49-3488-47b9-8d64-72b2b73a0b4a} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.004054 sec., 20966.94622594968 rows/sec., 1.64 MiB/sec. | ||
6609 | 2024.09.24 04:36:29.927741 [ 3 ] {b8408a49-3488-47b9-8d64-72b2b73a0b4a} <Debug> DynamicQueryHandler: Done processing query | ||
6610 | 2024.09.24 04:36:29.927780 [ 3 ] {b8408a49-3488-47b9-8d64-72b2b73a0b4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
6611 | 2024.09.24 04:36:29.927807 [ 3 ] {} <Debug> HTTP-Session: 5c7bc39b-f632-4348-80ad-856a4084a952 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6612 | 2024.09.24 04:36:29.927866 [ 199 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_31_6} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6613 | 2024.09.24 04:36:29.927991 [ 199 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_31_6} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6614 | 2024.09.24 04:36:29.928008 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 30987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6615 | 2024.09.24 04:36:29.928108 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6616 | 2024.09.24 04:36:29.928163 [ 3 ] {} <Debug> HTTP-Session: 90f391e9-7d69-4959-aced-4cbe626fa594 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
6617 | 2024.09.24 04:36:29.928174 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
6618 | 2024.09.24 04:36:29.928207 [ 3 ] {} <Debug> HTTP-Session: 90f391e9-7d69-4959-aced-4cbe626fa594 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6619 | 2024.09.24 04:36:29.928238 [ 3 ] {} <Debug> HTTP-Session: 90f391e9-7d69-4959-aced-4cbe626fa594 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6620 | 2024.09.24 04:36:29.928271 [ 3 ] {} <Trace> HTTP-Session: 90f391e9-7d69-4959-aced-4cbe626fa594 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6621 | 2024.09.24 04:36:29.928441 [ 3 ] {ebd28cc7-13a2-4ee0-b592-9c79bae908d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6622 | 2024.09.24 04:36:29.928490 [ 3 ] {ebd28cc7-13a2-4ee0-b592-9c79bae908d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6623 | 2024.09.24 04:36:29.928659 [ 3 ] {ebd28cc7-13a2-4ee0-b592-9c79bae908d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6624 | 2024.09.24 04:36:29.929057 [ 3 ] {ebd28cc7-13a2-4ee0-b592-9c79bae908d7} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6625 | 2024.09.24 04:36:29.929092 [ 3 ] {ebd28cc7-13a2-4ee0-b592-9c79bae908d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6626 | 2024.09.24 04:36:29.929487 [ 3 ] {ebd28cc7-13a2-4ee0-b592-9c79bae908d7} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
6627 | 2024.09.24 04:36:29.929837 [ 3 ] {ebd28cc7-13a2-4ee0-b592-9c79bae908d7} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6628 | 2024.09.24 04:36:29.929983 [ 3 ] {ebd28cc7-13a2-4ee0-b592-9c79bae908d7} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001621 sec., 99938.3096853794 rows/sec., 6.96 MiB/sec. | ||
6629 | 2024.09.24 04:36:29.930164 [ 3 ] {ebd28cc7-13a2-4ee0-b592-9c79bae908d7} <Debug> DynamicQueryHandler: Done processing query | ||
6630 | 2024.09.24 04:36:29.930189 [ 3 ] {ebd28cc7-13a2-4ee0-b592-9c79bae908d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6631 | 2024.09.24 04:36:29.930206 [ 3 ] {} <Debug> HTTP-Session: 90f391e9-7d69-4959-aced-4cbe626fa594 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6632 | 2024.09.24 04:36:29.930351 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 28948, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6633 | 2024.09.24 04:36:29.930400 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6634 | 2024.09.24 04:36:29.930419 [ 3 ] {} <Debug> HTTP-Session: fb67838a-ea1f-40d3-8a1c-eebf2724092a Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
6635 | 2024.09.24 04:36:29.930436 [ 3 ] {} <Debug> HTTP-Session: fb67838a-ea1f-40d3-8a1c-eebf2724092a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6636 | 2024.09.24 04:36:29.930450 [ 3 ] {} <Debug> HTTP-Session: fb67838a-ea1f-40d3-8a1c-eebf2724092a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6637 | 2024.09.24 04:36:29.930481 [ 3 ] {} <Trace> HTTP-Session: fb67838a-ea1f-40d3-8a1c-eebf2724092a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6638 | 2024.09.24 04:36:29.930719 [ 3 ] {215eef6c-8e9c-45e0-9ad5-ac63a79f53f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
6639 | 2024.09.24 04:36:29.930784 [ 3 ] {215eef6c-8e9c-45e0-9ad5-ac63a79f53f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
6640 | 2024.09.24 04:36:29.931201 [ 3 ] {215eef6c-8e9c-45e0-9ad5-ac63a79f53f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6641 | 2024.09.24 04:36:29.931772 [ 3 ] {215eef6c-8e9c-45e0-9ad5-ac63a79f53f2} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6642 | 2024.09.24 04:36:29.931807 [ 3 ] {215eef6c-8e9c-45e0-9ad5-ac63a79f53f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6643 | 2024.09.24 04:36:29.932417 [ 3 ] {215eef6c-8e9c-45e0-9ad5-ac63a79f53f2} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6644 | 2024.09.24 04:36:29.932825 [ 3 ] {215eef6c-8e9c-45e0-9ad5-ac63a79f53f2} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6645 | 2024.09.24 04:36:29.933000 [ 95 ] {} <Debug> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6646 | 2024.09.24 04:36:29.933020 [ 3 ] {215eef6c-8e9c-45e0-9ad5-ac63a79f53f2} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002453 sec., 6930.289441500204 rows/sec., 12.42 MiB/sec. | ||
6647 | 2024.09.24 04:36:29.933084 [ 95 ] {} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6648 | 2024.09.24 04:36:29.933159 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6649 | 2024.09.24 04:36:29.933744 [ 3 ] {215eef6c-8e9c-45e0-9ad5-ac63a79f53f2} <Debug> DynamicQueryHandler: Done processing query | ||
6650 | 2024.09.24 04:36:29.933739 [ 195 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::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 | ||
6651 | 2024.09.24 04:36:29.933815 [ 3 ] {215eef6c-8e9c-45e0-9ad5-ac63a79f53f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
6652 | 2024.09.24 04:36:29.933896 [ 3 ] {} <Debug> HTTP-Session: fb67838a-ea1f-40d3-8a1c-eebf2724092a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6653 | 2024.09.24 04:36:29.934099 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6654 | 2024.09.24 04:36:29.934217 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6655 | 2024.09.24 04:36:29.934306 [ 3 ] {} <Debug> HTTP-Session: 63bb35f9-5d0b-489a-bf19-24deff06ab8a Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
6656 | 2024.09.24 04:36:29.934366 [ 3 ] {} <Debug> HTTP-Session: 63bb35f9-5d0b-489a-bf19-24deff06ab8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6657 | 2024.09.24 04:36:29.934414 [ 3 ] {} <Debug> HTTP-Session: 63bb35f9-5d0b-489a-bf19-24deff06ab8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6658 | 2024.09.24 04:36:29.934516 [ 3 ] {} <Trace> HTTP-Session: 63bb35f9-5d0b-489a-bf19-24deff06ab8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6659 | 2024.09.24 04:36:29.934726 [ 195 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6660 | 2024.09.24 04:36:29.934807 [ 3 ] {a2364699-7aee-43bc-9eb7-78e0c3beb2a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6661 | 2024.09.24 04:36:29.934871 [ 195 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 499 rows starting from the beginning of the part | ||
6662 | 2024.09.24 04:36:29.934908 [ 3 ] {a2364699-7aee-43bc-9eb7-78e0c3beb2a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6663 | 2024.09.24 04:36:29.935701 [ 195 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 17 rows starting from the beginning of the part | ||
6664 | 2024.09.24 04:36:29.935820 [ 3 ] {a2364699-7aee-43bc-9eb7-78e0c3beb2a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6665 | 2024.09.24 04:36:29.936326 [ 195 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 22 rows starting from the beginning of the part | ||
6666 | 2024.09.24 04:36:29.936978 [ 195 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 17 rows starting from the beginning of the part | ||
6667 | 2024.09.24 04:36:29.937165 [ 3 ] {a2364699-7aee-43bc-9eb7-78e0c3beb2a5} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6668 | 2024.09.24 04:36:29.937276 [ 3 ] {a2364699-7aee-43bc-9eb7-78e0c3beb2a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6669 | 2024.09.24 04:36:29.937589 [ 195 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 22 rows starting from the beginning of the part | ||
6670 | 2024.09.24 04:36:29.938168 [ 195 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 17 rows starting from the beginning of the part | ||
6671 | 2024.09.24 04:36:29.938819 [ 3 ] {a2364699-7aee-43bc-9eb7-78e0c3beb2a5} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
6672 | 2024.09.24 04:36:29.939616 [ 3 ] {a2364699-7aee-43bc-9eb7-78e0c3beb2a5} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6673 | 2024.09.24 04:36:29.940047 [ 3 ] {a2364699-7aee-43bc-9eb7-78e0c3beb2a5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005353 sec., 11208.668036614981 rows/sec., 773.51 KiB/sec. | ||
6674 | 2024.09.24 04:36:29.940315 [ 3 ] {a2364699-7aee-43bc-9eb7-78e0c3beb2a5} <Debug> DynamicQueryHandler: Done processing query | ||
6675 | 2024.09.24 04:36:29.940342 [ 3 ] {a2364699-7aee-43bc-9eb7-78e0c3beb2a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6676 | 2024.09.24 04:36:29.940358 [ 3 ] {} <Debug> HTTP-Session: 63bb35f9-5d0b-489a-bf19-24deff06ab8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6677 | 2024.09.24 04:36:29.956276 [ 199 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 594 rows, containing 19 columns (19 merged, 0 gathered) in 0.022979348 sec., 25849.297377802017 rows/sec., 46.32 MiB/sec. | ||
6678 | 2024.09.24 04:36:29.957089 [ 199 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6679 | 2024.09.24 04:36:29.957671 [ 199 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6680 | 2024.09.24 04:36:29.957761 [ 199 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6681 | 2024.09.24 04:36:29.957881 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.39 MiB. | ||
6682 | 2024.09.24 04:36:32.654744 [ 93 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6683 | 2024.09.24 04:36:32.654822 [ 93 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6684 | 2024.09.24 04:36:34.921064 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6685 | 2024.09.24 04:36:34.921255 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6686 | 2024.09.24 04:36:34.921282 [ 3 ] {} <Debug> HTTP-Session: e671629e-a77b-4c6b-891b-a6f79f9439c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
6687 | 2024.09.24 04:36:34.921308 [ 3 ] {} <Debug> HTTP-Session: e671629e-a77b-4c6b-891b-a6f79f9439c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6688 | 2024.09.24 04:36:34.921323 [ 3 ] {} <Debug> HTTP-Session: e671629e-a77b-4c6b-891b-a6f79f9439c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6689 | 2024.09.24 04:36:34.921372 [ 3 ] {} <Trace> HTTP-Session: e671629e-a77b-4c6b-891b-a6f79f9439c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6690 | 2024.09.24 04:36:34.921562 [ 3 ] {2af17fa1-ce71-48ff-8705-2021a2a6e052} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6691 | 2024.09.24 04:36:34.921629 [ 3 ] {2af17fa1-ce71-48ff-8705-2021a2a6e052} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6692 | 2024.09.24 04:36:34.921964 [ 3 ] {2af17fa1-ce71-48ff-8705-2021a2a6e052} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6693 | 2024.09.24 04:36:34.922398 [ 3 ] {2af17fa1-ce71-48ff-8705-2021a2a6e052} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6694 | 2024.09.24 04:36:34.922443 [ 3 ] {2af17fa1-ce71-48ff-8705-2021a2a6e052} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6695 | 2024.09.24 04:36:34.922863 [ 3 ] {2af17fa1-ce71-48ff-8705-2021a2a6e052} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
6696 | 2024.09.24 04:36:34.923278 [ 3 ] {2af17fa1-ce71-48ff-8705-2021a2a6e052} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6697 | 2024.09.24 04:36:34.923425 [ 3 ] {2af17fa1-ce71-48ff-8705-2021a2a6e052} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001917 sec., 1043.2968179447053 rows/sec., 85.07 KiB/sec. | ||
6698 | 2024.09.24 04:36:34.923430 [ 92 ] {} <Debug> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
6699 | 2024.09.24 04:36:34.923498 [ 92 ] {} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6700 | 2024.09.24 04:36:34.923545 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6701 | 2024.09.24 04:36:34.923729 [ 3 ] {2af17fa1-ce71-48ff-8705-2021a2a6e052} <Debug> DynamicQueryHandler: Done processing query | ||
6702 | 2024.09.24 04:36:34.923772 [ 199 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::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 | ||
6703 | 2024.09.24 04:36:34.923801 [ 3 ] {2af17fa1-ce71-48ff-8705-2021a2a6e052} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6704 | 2024.09.24 04:36:34.923879 [ 3 ] {} <Debug> HTTP-Session: e671629e-a77b-4c6b-891b-a6f79f9439c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6705 | 2024.09.24 04:36:34.924061 [ 199 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6706 | 2024.09.24 04:36:34.924119 [ 199 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 16 rows starting from the beginning of the part | ||
6707 | 2024.09.24 04:36:34.924134 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 35282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6708 | 2024.09.24 04:36:34.924300 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6709 | 2024.09.24 04:36:34.924309 [ 199 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
6710 | 2024.09.24 04:36:34.924378 [ 3 ] {} <Debug> HTTP-Session: 1200ff7d-505f-4179-b671-5776ac8a516f Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
6711 | 2024.09.24 04:36:34.924467 [ 3 ] {} <Debug> HTTP-Session: 1200ff7d-505f-4179-b671-5776ac8a516f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6712 | 2024.09.24 04:36:34.924576 [ 3 ] {} <Debug> HTTP-Session: 1200ff7d-505f-4179-b671-5776ac8a516f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6713 | 2024.09.24 04:36:34.924667 [ 199 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part | ||
6714 | 2024.09.24 04:36:34.924696 [ 3 ] {} <Trace> HTTP-Session: 1200ff7d-505f-4179-b671-5776ac8a516f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6715 | 2024.09.24 04:36:34.924957 [ 199 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
6716 | 2024.09.24 04:36:34.925171 [ 3 ] {544ba9f8-0ab8-436f-9871-260c0b080a92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6717 | 2024.09.24 04:36:34.925272 [ 199 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part | ||
6718 | 2024.09.24 04:36:34.925312 [ 3 ] {544ba9f8-0ab8-436f-9871-260c0b080a92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6719 | 2024.09.24 04:36:34.925606 [ 199 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
6720 | 2024.09.24 04:36:34.926551 [ 3 ] {544ba9f8-0ab8-436f-9871-260c0b080a92} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6721 | 2024.09.24 04:36:34.927760 [ 3 ] {544ba9f8-0ab8-436f-9871-260c0b080a92} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6722 | 2024.09.24 04:36:34.927831 [ 3 ] {544ba9f8-0ab8-436f-9871-260c0b080a92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6723 | 2024.09.24 04:36:34.928555 [ 199 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004915964 sec., 6102.567065177857 rows/sec., 521.46 KiB/sec. | ||
6724 | 2024.09.24 04:36:34.928750 [ 199 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
6725 | 2024.09.24 04:36:34.928867 [ 3 ] {544ba9f8-0ab8-436f-9871-260c0b080a92} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6726 | 2024.09.24 04:36:34.929600 [ 199 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_11_2} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6727 | 2024.09.24 04:36:34.929745 [ 199 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_11_2} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
6728 | 2024.09.24 04:36:34.929821 [ 3 ] {544ba9f8-0ab8-436f-9871-260c0b080a92} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6729 | 2024.09.24 04:36:34.929905 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
6730 | 2024.09.24 04:36:34.930053 [ 3 ] {544ba9f8-0ab8-436f-9871-260c0b080a92} <Debug> executeQuery: Read 234 rows, 21.06 KiB in 0.005119 sec., 45712.053135378 rows/sec., 4.02 MiB/sec. | ||
6731 | 2024.09.24 04:36:34.930260 [ 3 ] {544ba9f8-0ab8-436f-9871-260c0b080a92} <Debug> DynamicQueryHandler: Done processing query | ||
6732 | 2024.09.24 04:36:34.930284 [ 3 ] {544ba9f8-0ab8-436f-9871-260c0b080a92} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
6733 | 2024.09.24 04:36:34.930301 [ 3 ] {} <Debug> HTTP-Session: 1200ff7d-505f-4179-b671-5776ac8a516f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6734 | 2024.09.24 04:36:34.930442 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6735 | 2024.09.24 04:36:34.930491 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6736 | 2024.09.24 04:36:34.930511 [ 3 ] {} <Debug> HTTP-Session: d1e7772f-970a-4b75-82df-1f1d712cc439 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
6737 | 2024.09.24 04:36:34.930528 [ 3 ] {} <Debug> HTTP-Session: d1e7772f-970a-4b75-82df-1f1d712cc439 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6738 | 2024.09.24 04:36:34.930543 [ 3 ] {} <Debug> HTTP-Session: d1e7772f-970a-4b75-82df-1f1d712cc439 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6739 | 2024.09.24 04:36:34.930576 [ 3 ] {} <Trace> HTTP-Session: d1e7772f-970a-4b75-82df-1f1d712cc439 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6740 | 2024.09.24 04:36:34.930697 [ 3 ] {34b6e6c9-6cab-47bb-99ea-493ce43d17ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6741 | 2024.09.24 04:36:34.930744 [ 3 ] {34b6e6c9-6cab-47bb-99ea-493ce43d17ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6742 | 2024.09.24 04:36:34.930984 [ 3 ] {34b6e6c9-6cab-47bb-99ea-493ce43d17ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6743 | 2024.09.24 04:36:34.931368 [ 3 ] {34b6e6c9-6cab-47bb-99ea-493ce43d17ed} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6744 | 2024.09.24 04:36:34.931403 [ 3 ] {34b6e6c9-6cab-47bb-99ea-493ce43d17ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6745 | 2024.09.24 04:36:34.931760 [ 3 ] {34b6e6c9-6cab-47bb-99ea-493ce43d17ed} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6746 | 2024.09.24 04:36:34.932119 [ 3 ] {34b6e6c9-6cab-47bb-99ea-493ce43d17ed} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6747 | 2024.09.24 04:36:34.932256 [ 3 ] {34b6e6c9-6cab-47bb-99ea-493ce43d17ed} <Debug> executeQuery: Read 24 rows, 1.79 KiB in 0.001593 sec., 15065.913370998116 rows/sec., 1.10 MiB/sec. | ||
6748 | 2024.09.24 04:36:34.932595 [ 3 ] {34b6e6c9-6cab-47bb-99ea-493ce43d17ed} <Debug> DynamicQueryHandler: Done processing query | ||
6749 | 2024.09.24 04:36:34.932633 [ 3 ] {34b6e6c9-6cab-47bb-99ea-493ce43d17ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6750 | 2024.09.24 04:36:34.932650 [ 3 ] {} <Debug> HTTP-Session: d1e7772f-970a-4b75-82df-1f1d712cc439 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6751 | 2024.09.24 04:36:34.932780 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6752 | 2024.09.24 04:36:34.932829 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6753 | 2024.09.24 04:36:34.932848 [ 3 ] {} <Debug> HTTP-Session: 3337fd05-fe08-4174-a6e2-bcaa323b3506 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
6754 | 2024.09.24 04:36:34.932865 [ 3 ] {} <Debug> HTTP-Session: 3337fd05-fe08-4174-a6e2-bcaa323b3506 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6755 | 2024.09.24 04:36:34.932879 [ 3 ] {} <Debug> HTTP-Session: 3337fd05-fe08-4174-a6e2-bcaa323b3506 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6756 | 2024.09.24 04:36:34.932911 [ 3 ] {} <Trace> HTTP-Session: 3337fd05-fe08-4174-a6e2-bcaa323b3506 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6757 | 2024.09.24 04:36:34.933015 [ 3 ] {ff480640-ce35-4860-8c94-fb8ecd675b97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
6758 | 2024.09.24 04:36:34.933061 [ 3 ] {ff480640-ce35-4860-8c94-fb8ecd675b97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6759 | 2024.09.24 04:36:34.933298 [ 3 ] {ff480640-ce35-4860-8c94-fb8ecd675b97} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6760 | 2024.09.24 04:36:34.933622 [ 3 ] {ff480640-ce35-4860-8c94-fb8ecd675b97} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6761 | 2024.09.24 04:36:34.933658 [ 3 ] {ff480640-ce35-4860-8c94-fb8ecd675b97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6762 | 2024.09.24 04:36:34.934014 [ 3 ] {ff480640-ce35-4860-8c94-fb8ecd675b97} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
6763 | 2024.09.24 04:36:34.934375 [ 3 ] {ff480640-ce35-4860-8c94-fb8ecd675b97} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6764 | 2024.09.24 04:36:34.934507 [ 3 ] {ff480640-ce35-4860-8c94-fb8ecd675b97} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001522 sec., 9198.423127463864 rows/sec., 644.20 KiB/sec. | ||
6765 | 2024.09.24 04:36:34.934676 [ 3 ] {ff480640-ce35-4860-8c94-fb8ecd675b97} <Debug> DynamicQueryHandler: Done processing query | ||
6766 | 2024.09.24 04:36:34.934700 [ 3 ] {ff480640-ce35-4860-8c94-fb8ecd675b97} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6767 | 2024.09.24 04:36:34.934716 [ 3 ] {} <Debug> HTTP-Session: 3337fd05-fe08-4174-a6e2-bcaa323b3506 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6768 | 2024.09.24 04:36:34.934867 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6769 | 2024.09.24 04:36:34.934914 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6770 | 2024.09.24 04:36:34.934932 [ 3 ] {} <Debug> HTTP-Session: 33b6bcfc-740a-4848-9137-8ba113bad4ff Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
6771 | 2024.09.24 04:36:34.934948 [ 3 ] {} <Debug> HTTP-Session: 33b6bcfc-740a-4848-9137-8ba113bad4ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6772 | 2024.09.24 04:36:34.934963 [ 3 ] {} <Debug> HTTP-Session: 33b6bcfc-740a-4848-9137-8ba113bad4ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6773 | 2024.09.24 04:36:34.934995 [ 3 ] {} <Trace> HTTP-Session: 33b6bcfc-740a-4848-9137-8ba113bad4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6774 | 2024.09.24 04:36:34.935092 [ 3 ] {fc235f9e-b6c6-496d-9484-9e90d0cd3b1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
6775 | 2024.09.24 04:36:34.935135 [ 3 ] {fc235f9e-b6c6-496d-9484-9e90d0cd3b1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
6776 | 2024.09.24 04:36:34.935357 [ 3 ] {fc235f9e-b6c6-496d-9484-9e90d0cd3b1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6777 | 2024.09.24 04:36:34.935654 [ 3 ] {fc235f9e-b6c6-496d-9484-9e90d0cd3b1a} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6778 | 2024.09.24 04:36:34.935689 [ 3 ] {fc235f9e-b6c6-496d-9484-9e90d0cd3b1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6779 | 2024.09.24 04:36:34.936030 [ 3 ] {fc235f9e-b6c6-496d-9484-9e90d0cd3b1a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
6780 | 2024.09.24 04:36:34.936390 [ 3 ] {fc235f9e-b6c6-496d-9484-9e90d0cd3b1a} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6781 | 2024.09.24 04:36:34.936516 [ 3 ] {fc235f9e-b6c6-496d-9484-9e90d0cd3b1a} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001449 sec., 4140.786749482401 rows/sec., 244.65 KiB/sec. | ||
6782 | 2024.09.24 04:36:34.936522 [ 92 ] {} <Debug> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
6783 | 2024.09.24 04:36:34.936581 [ 92 ] {} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6784 | 2024.09.24 04:36:34.936624 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6785 | 2024.09.24 04:36:34.936757 [ 3 ] {fc235f9e-b6c6-496d-9484-9e90d0cd3b1a} <Debug> DynamicQueryHandler: Done processing query | ||
6786 | 2024.09.24 04:36:34.936831 [ 3 ] {fc235f9e-b6c6-496d-9484-9e90d0cd3b1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6787 | 2024.09.24 04:36:34.936892 [ 3 ] {} <Debug> HTTP-Session: 33b6bcfc-740a-4848-9137-8ba113bad4ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6788 | 2024.09.24 04:36:34.936958 [ 188 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::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 | ||
6789 | 2024.09.24 04:36:34.937192 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 65841, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6790 | 2024.09.24 04:36:34.937303 [ 188 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6791 | 2024.09.24 04:36:34.937315 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6792 | 2024.09.24 04:36:34.937379 [ 188 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 6 rows starting from the beginning of the part | ||
6793 | 2024.09.24 04:36:34.937379 [ 3 ] {} <Debug> HTTP-Session: 1b46ee57-2ad6-4c20-8920-8334f41a9a61 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
6794 | 2024.09.24 04:36:34.937438 [ 3 ] {} <Debug> HTTP-Session: 1b46ee57-2ad6-4c20-8920-8334f41a9a61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6795 | 2024.09.24 04:36:34.937486 [ 3 ] {} <Debug> HTTP-Session: 1b46ee57-2ad6-4c20-8920-8334f41a9a61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6796 | 2024.09.24 04:36:34.937638 [ 3 ] {} <Trace> HTTP-Session: 1b46ee57-2ad6-4c20-8920-8334f41a9a61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6797 | 2024.09.24 04:36:34.937654 [ 188 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
6798 | 2024.09.24 04:36:34.937966 [ 188 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
6799 | 2024.09.24 04:36:34.938062 [ 3 ] {6ab34d43-2631-4ba6-91bb-ce8f37b06a5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6800 | 2024.09.24 04:36:34.938243 [ 3 ] {6ab34d43-2631-4ba6-91bb-ce8f37b06a5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6801 | 2024.09.24 04:36:34.938254 [ 188 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
6802 | 2024.09.24 04:36:34.938603 [ 188 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
6803 | 2024.09.24 04:36:34.939421 [ 3 ] {6ab34d43-2631-4ba6-91bb-ce8f37b06a5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6804 | 2024.09.24 04:36:34.940600 [ 3 ] {6ab34d43-2631-4ba6-91bb-ce8f37b06a5e} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6805 | 2024.09.24 04:36:34.940669 [ 3 ] {6ab34d43-2631-4ba6-91bb-ce8f37b06a5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6806 | 2024.09.24 04:36:34.941151 [ 188 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004439044 sec., 6758.211903283681 rows/sec., 428.99 KiB/sec. | ||
6807 | 2024.09.24 04:36:34.941386 [ 188 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
6808 | 2024.09.24 04:36:34.941637 [ 3 ] {6ab34d43-2631-4ba6-91bb-ce8f37b06a5e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6809 | 2024.09.24 04:36:34.942499 [ 188 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_13_3} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6810 | 2024.09.24 04:36:34.942674 [ 3 ] {6ab34d43-2631-4ba6-91bb-ce8f37b06a5e} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6811 | 2024.09.24 04:36:34.942724 [ 188 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_13_3} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
6812 | 2024.09.24 04:36:34.942929 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
6813 | 2024.09.24 04:36:34.942993 [ 3 ] {6ab34d43-2631-4ba6-91bb-ce8f37b06a5e} <Debug> executeQuery: Read 406 rows, 29.61 KiB in 0.005144 sec., 78926.90513219284 rows/sec., 5.62 MiB/sec. | ||
6814 | 2024.09.24 04:36:34.943192 [ 3 ] {6ab34d43-2631-4ba6-91bb-ce8f37b06a5e} <Debug> DynamicQueryHandler: Done processing query | ||
6815 | 2024.09.24 04:36:34.943216 [ 3 ] {6ab34d43-2631-4ba6-91bb-ce8f37b06a5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
6816 | 2024.09.24 04:36:34.943232 [ 3 ] {} <Debug> HTTP-Session: 1b46ee57-2ad6-4c20-8920-8334f41a9a61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6817 | 2024.09.24 04:36:34.943376 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6818 | 2024.09.24 04:36:34.943424 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6819 | 2024.09.24 04:36:34.943442 [ 3 ] {} <Debug> HTTP-Session: af25c5cd-9f2e-434a-9d1e-b1ae14e12bcb Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
6820 | 2024.09.24 04:36:34.943458 [ 3 ] {} <Debug> HTTP-Session: af25c5cd-9f2e-434a-9d1e-b1ae14e12bcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6821 | 2024.09.24 04:36:34.943473 [ 3 ] {} <Debug> HTTP-Session: af25c5cd-9f2e-434a-9d1e-b1ae14e12bcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6822 | 2024.09.24 04:36:34.943505 [ 3 ] {} <Trace> HTTP-Session: af25c5cd-9f2e-434a-9d1e-b1ae14e12bcb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6823 | 2024.09.24 04:36:34.943603 [ 3 ] {1f1adbee-cf52-400b-a598-d6eaa35da255} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6824 | 2024.09.24 04:36:34.943648 [ 3 ] {1f1adbee-cf52-400b-a598-d6eaa35da255} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6825 | 2024.09.24 04:36:34.943786 [ 3 ] {1f1adbee-cf52-400b-a598-d6eaa35da255} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6826 | 2024.09.24 04:36:34.944056 [ 3 ] {1f1adbee-cf52-400b-a598-d6eaa35da255} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6827 | 2024.09.24 04:36:34.944091 [ 3 ] {1f1adbee-cf52-400b-a598-d6eaa35da255} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6828 | 2024.09.24 04:36:34.944453 [ 3 ] {1f1adbee-cf52-400b-a598-d6eaa35da255} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
6829 | 2024.09.24 04:36:34.944784 [ 3 ] {1f1adbee-cf52-400b-a598-d6eaa35da255} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6830 | 2024.09.24 04:36:34.944911 [ 3 ] {1f1adbee-cf52-400b-a598-d6eaa35da255} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001335 sec., 4494.38202247191 rows/sec., 234.81 KiB/sec. | ||
6831 | 2024.09.24 04:36:34.945072 [ 3 ] {1f1adbee-cf52-400b-a598-d6eaa35da255} <Debug> DynamicQueryHandler: Done processing query | ||
6832 | 2024.09.24 04:36:34.945095 [ 3 ] {1f1adbee-cf52-400b-a598-d6eaa35da255} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6833 | 2024.09.24 04:36:34.945110 [ 3 ] {} <Debug> HTTP-Session: af25c5cd-9f2e-434a-9d1e-b1ae14e12bcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6834 | 2024.09.24 04:36:34.945248 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 44803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6835 | 2024.09.24 04:36:34.945296 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6836 | 2024.09.24 04:36:34.945314 [ 3 ] {} <Debug> HTTP-Session: 6c489d49-b912-4640-b40d-9942c9cd4f99 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
6837 | 2024.09.24 04:36:34.945330 [ 3 ] {} <Debug> HTTP-Session: 6c489d49-b912-4640-b40d-9942c9cd4f99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6838 | 2024.09.24 04:36:34.945344 [ 3 ] {} <Debug> HTTP-Session: 6c489d49-b912-4640-b40d-9942c9cd4f99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6839 | 2024.09.24 04:36:34.945375 [ 3 ] {} <Trace> HTTP-Session: 6c489d49-b912-4640-b40d-9942c9cd4f99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6840 | 2024.09.24 04:36:34.945583 [ 3 ] {f2334d3e-8360-4039-be5b-2beb32c3b9d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6841 | 2024.09.24 04:36:34.945629 [ 3 ] {f2334d3e-8360-4039-be5b-2beb32c3b9d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6842 | 2024.09.24 04:36:34.945772 [ 3 ] {f2334d3e-8360-4039-be5b-2beb32c3b9d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6843 | 2024.09.24 04:36:34.946218 [ 3 ] {f2334d3e-8360-4039-be5b-2beb32c3b9d1} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6844 | 2024.09.24 04:36:34.946252 [ 3 ] {f2334d3e-8360-4039-be5b-2beb32c3b9d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6845 | 2024.09.24 04:36:34.946641 [ 3 ] {f2334d3e-8360-4039-be5b-2beb32c3b9d1} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
6846 | 2024.09.24 04:36:34.946978 [ 3 ] {f2334d3e-8360-4039-be5b-2beb32c3b9d1} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6847 | 2024.09.24 04:36:34.947108 [ 3 ] {f2334d3e-8360-4039-be5b-2beb32c3b9d1} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001646 sec., 144592.95261239368 rows/sec., 9.69 MiB/sec. | ||
6848 | 2024.09.24 04:36:34.947160 [ 91 ] {} <Debug> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
6849 | 2024.09.24 04:36:34.947263 [ 91 ] {} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6850 | 2024.09.24 04:36:34.947306 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6851 | 2024.09.24 04:36:34.947340 [ 3 ] {f2334d3e-8360-4039-be5b-2beb32c3b9d1} <Debug> DynamicQueryHandler: Done processing query | ||
6852 | 2024.09.24 04:36:34.947397 [ 3 ] {f2334d3e-8360-4039-be5b-2beb32c3b9d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
6853 | 2024.09.24 04:36:34.947456 [ 3 ] {} <Debug> HTTP-Session: 6c489d49-b912-4640-b40d-9942c9cd4f99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6854 | 2024.09.24 04:36:34.947554 [ 192 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::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 | ||
6855 | 2024.09.24 04:36:34.947664 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6856 | 2024.09.24 04:36:34.947786 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6857 | 2024.09.24 04:36:34.947842 [ 3 ] {} <Debug> HTTP-Session: 25044ba8-c220-4707-b65c-7280bc9e8da2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
6858 | 2024.09.24 04:36:34.947896 [ 3 ] {} <Debug> HTTP-Session: 25044ba8-c220-4707-b65c-7280bc9e8da2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6859 | 2024.09.24 04:36:34.947907 [ 192 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6860 | 2024.09.24 04:36:34.947923 [ 3 ] {} <Debug> HTTP-Session: 25044ba8-c220-4707-b65c-7280bc9e8da2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6861 | 2024.09.24 04:36:34.947984 [ 192 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 8619 rows starting from the beginning of the part | ||
6862 | 2024.09.24 04:36:34.947998 [ 3 ] {} <Trace> HTTP-Session: 25044ba8-c220-4707-b65c-7280bc9e8da2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6863 | 2024.09.24 04:36:34.948183 [ 192 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 237 rows starting from the beginning of the part | ||
6864 | 2024.09.24 04:36:34.948361 [ 3 ] {3d7dccf4-433b-49fb-9053-4eab94afaf7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
6865 | 2024.09.24 04:36:34.948503 [ 192 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part | ||
6866 | 2024.09.24 04:36:34.948528 [ 3 ] {3d7dccf4-433b-49fb-9053-4eab94afaf7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
6867 | 2024.09.24 04:36:34.948825 [ 192 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 238 rows starting from the beginning of the part | ||
6868 | 2024.09.24 04:36:34.949235 [ 192 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 162 rows starting from the beginning of the part | ||
6869 | 2024.09.24 04:36:34.949573 [ 192 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 238 rows starting from the beginning of the part | ||
6870 | 2024.09.24 04:36:34.949991 [ 3 ] {3d7dccf4-433b-49fb-9053-4eab94afaf7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6871 | 2024.09.24 04:36:34.950745 [ 3 ] {3d7dccf4-433b-49fb-9053-4eab94afaf7d} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6872 | 2024.09.24 04:36:34.950796 [ 3 ] {3d7dccf4-433b-49fb-9053-4eab94afaf7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6873 | 2024.09.24 04:36:34.951228 [ 3 ] {3d7dccf4-433b-49fb-9053-4eab94afaf7d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6874 | 2024.09.24 04:36:34.952204 [ 3 ] {3d7dccf4-433b-49fb-9053-4eab94afaf7d} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6875 | 2024.09.24 04:36:34.952525 [ 3 ] {3d7dccf4-433b-49fb-9053-4eab94afaf7d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004337 sec., 230.57412958266085 rows/sec., 15.54 KiB/sec. | ||
6876 | 2024.09.24 04:36:34.952726 [ 3 ] {3d7dccf4-433b-49fb-9053-4eab94afaf7d} <Debug> DynamicQueryHandler: Done processing query | ||
6877 | 2024.09.24 04:36:34.952784 [ 3 ] {3d7dccf4-433b-49fb-9053-4eab94afaf7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
6878 | 2024.09.24 04:36:34.952819 [ 3 ] {} <Debug> HTTP-Session: 25044ba8-c220-4707-b65c-7280bc9e8da2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6879 | 2024.09.24 04:36:34.952967 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 36029, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6880 | 2024.09.24 04:36:34.953092 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6881 | 2024.09.24 04:36:34.953135 [ 3 ] {} <Debug> HTTP-Session: e1eda3db-8603-49a5-a607-407d3e47f6b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
6882 | 2024.09.24 04:36:34.953191 [ 3 ] {} <Debug> HTTP-Session: e1eda3db-8603-49a5-a607-407d3e47f6b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6883 | 2024.09.24 04:36:34.953216 [ 3 ] {} <Debug> HTTP-Session: e1eda3db-8603-49a5-a607-407d3e47f6b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6884 | 2024.09.24 04:36:34.953254 [ 3 ] {} <Trace> HTTP-Session: e1eda3db-8603-49a5-a607-407d3e47f6b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6885 | 2024.09.24 04:36:34.953551 [ 3 ] {2de28c6b-51db-4470-b788-1434261b7853} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
6886 | 2024.09.24 04:36:34.953649 [ 3 ] {2de28c6b-51db-4470-b788-1434261b7853} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
6887 | 2024.09.24 04:36:34.954696 [ 192 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9654 rows, containing 5 columns (5 merged, 0 gathered) in 0.007299335 sec., 1322586.2355954344 rows/sec., 89.08 MiB/sec. | ||
6888 | 2024.09.24 04:36:34.954866 [ 3 ] {2de28c6b-51db-4470-b788-1434261b7853} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6889 | 2024.09.24 04:36:34.954984 [ 192 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
6890 | 2024.09.24 04:36:34.955639 [ 192 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6891 | 2024.09.24 04:36:34.955888 [ 192 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
6892 | 2024.09.24 04:36:34.956075 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.11 MiB. | ||
6893 | 2024.09.24 04:36:34.956162 [ 3 ] {2de28c6b-51db-4470-b788-1434261b7853} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6894 | 2024.09.24 04:36:34.956204 [ 3 ] {2de28c6b-51db-4470-b788-1434261b7853} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6895 | 2024.09.24 04:36:34.956858 [ 3 ] {2de28c6b-51db-4470-b788-1434261b7853} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6896 | 2024.09.24 04:36:34.957284 [ 3 ] {2de28c6b-51db-4470-b788-1434261b7853} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6897 | 2024.09.24 04:36:34.957491 [ 3 ] {2de28c6b-51db-4470-b788-1434261b7853} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.004127 sec., 5330.748727889509 rows/sec., 9.55 MiB/sec. | ||
6898 | 2024.09.24 04:36:34.958131 [ 3 ] {2de28c6b-51db-4470-b788-1434261b7853} <Debug> DynamicQueryHandler: Done processing query | ||
6899 | 2024.09.24 04:36:34.958155 [ 3 ] {2de28c6b-51db-4470-b788-1434261b7853} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
6900 | 2024.09.24 04:36:34.958171 [ 3 ] {} <Debug> HTTP-Session: e1eda3db-8603-49a5-a607-407d3e47f6b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6901 | 2024.09.24 04:36:34.958310 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 12152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6902 | 2024.09.24 04:36:34.958358 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6903 | 2024.09.24 04:36:34.958376 [ 3 ] {} <Debug> HTTP-Session: 6e789130-780d-43b9-ba5f-dcd9bab63f4c Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
6904 | 2024.09.24 04:36:34.958393 [ 3 ] {} <Debug> HTTP-Session: 6e789130-780d-43b9-ba5f-dcd9bab63f4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6905 | 2024.09.24 04:36:34.958407 [ 3 ] {} <Debug> HTTP-Session: 6e789130-780d-43b9-ba5f-dcd9bab63f4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6906 | 2024.09.24 04:36:34.958439 [ 3 ] {} <Trace> HTTP-Session: 6e789130-780d-43b9-ba5f-dcd9bab63f4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6907 | 2024.09.24 04:36:34.958590 [ 3 ] {ae4e34cc-c14c-47c8-a6f3-7cdf4a4b8401} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6908 | 2024.09.24 04:36:34.958637 [ 3 ] {ae4e34cc-c14c-47c8-a6f3-7cdf4a4b8401} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6909 | 2024.09.24 04:36:34.958791 [ 3 ] {ae4e34cc-c14c-47c8-a6f3-7cdf4a4b8401} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6910 | 2024.09.24 04:36:34.959092 [ 3 ] {ae4e34cc-c14c-47c8-a6f3-7cdf4a4b8401} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6911 | 2024.09.24 04:36:34.959127 [ 3 ] {ae4e34cc-c14c-47c8-a6f3-7cdf4a4b8401} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6912 | 2024.09.24 04:36:34.959498 [ 3 ] {ae4e34cc-c14c-47c8-a6f3-7cdf4a4b8401} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
6913 | 2024.09.24 04:36:34.959827 [ 3 ] {ae4e34cc-c14c-47c8-a6f3-7cdf4a4b8401} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6914 | 2024.09.24 04:36:34.959988 [ 3 ] {ae4e34cc-c14c-47c8-a6f3-7cdf4a4b8401} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00146 sec., 56164.38356164384 rows/sec., 3.57 MiB/sec. | ||
6915 | 2024.09.24 04:36:34.960150 [ 3 ] {ae4e34cc-c14c-47c8-a6f3-7cdf4a4b8401} <Debug> DynamicQueryHandler: Done processing query | ||
6916 | 2024.09.24 04:36:34.960173 [ 3 ] {ae4e34cc-c14c-47c8-a6f3-7cdf4a4b8401} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6917 | 2024.09.24 04:36:34.960189 [ 3 ] {} <Debug> HTTP-Session: 6e789130-780d-43b9-ba5f-dcd9bab63f4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6918 | 2024.09.24 04:36:39.945869 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6919 | 2024.09.24 04:36:39.946011 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6920 | 2024.09.24 04:36:39.946040 [ 3 ] {} <Debug> HTTP-Session: ecb01043-25e3-4c48-a226-45e90e29ad4a Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
6921 | 2024.09.24 04:36:39.946069 [ 3 ] {} <Debug> HTTP-Session: ecb01043-25e3-4c48-a226-45e90e29ad4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6922 | 2024.09.24 04:36:39.946086 [ 3 ] {} <Debug> HTTP-Session: ecb01043-25e3-4c48-a226-45e90e29ad4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6923 | 2024.09.24 04:36:39.946144 [ 3 ] {} <Trace> HTTP-Session: ecb01043-25e3-4c48-a226-45e90e29ad4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6924 | 2024.09.24 04:36:39.946356 [ 3 ] {daf843bb-5ffc-4d00-a31e-282e7c2810a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6925 | 2024.09.24 04:36:39.946435 [ 3 ] {daf843bb-5ffc-4d00-a31e-282e7c2810a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6926 | 2024.09.24 04:36:39.946789 [ 3 ] {daf843bb-5ffc-4d00-a31e-282e7c2810a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6927 | 2024.09.24 04:36:39.947215 [ 3 ] {daf843bb-5ffc-4d00-a31e-282e7c2810a3} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6928 | 2024.09.24 04:36:39.947263 [ 3 ] {daf843bb-5ffc-4d00-a31e-282e7c2810a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6929 | 2024.09.24 04:36:39.947684 [ 3 ] {daf843bb-5ffc-4d00-a31e-282e7c2810a3} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
6930 | 2024.09.24 04:36:39.948081 [ 3 ] {daf843bb-5ffc-4d00-a31e-282e7c2810a3} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6931 | 2024.09.24 04:36:39.948261 [ 3 ] {daf843bb-5ffc-4d00-a31e-282e7c2810a3} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001957 sec., 2043.9448134900358 rows/sec., 166.67 KiB/sec. | ||
6932 | 2024.09.24 04:36:39.948467 [ 3 ] {daf843bb-5ffc-4d00-a31e-282e7c2810a3} <Debug> DynamicQueryHandler: Done processing query | ||
6933 | 2024.09.24 04:36:39.948494 [ 3 ] {daf843bb-5ffc-4d00-a31e-282e7c2810a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6934 | 2024.09.24 04:36:39.948511 [ 3 ] {} <Debug> HTTP-Session: ecb01043-25e3-4c48-a226-45e90e29ad4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6935 | 2024.09.24 04:36:39.948757 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 178459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6936 | 2024.09.24 04:36:39.948811 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6937 | 2024.09.24 04:36:39.948830 [ 3 ] {} <Debug> HTTP-Session: 9a02e7ef-e162-4319-8057-4413629ec8bb Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
6938 | 2024.09.24 04:36:39.948849 [ 3 ] {} <Debug> HTTP-Session: 9a02e7ef-e162-4319-8057-4413629ec8bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6939 | 2024.09.24 04:36:39.948863 [ 3 ] {} <Debug> HTTP-Session: 9a02e7ef-e162-4319-8057-4413629ec8bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6940 | 2024.09.24 04:36:39.948900 [ 3 ] {} <Trace> HTTP-Session: 9a02e7ef-e162-4319-8057-4413629ec8bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6941 | 2024.09.24 04:36:39.949354 [ 3 ] {6b2cdbc5-e7e3-4f08-8ef3-0434bd4a5d44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6942 | 2024.09.24 04:36:39.949405 [ 3 ] {6b2cdbc5-e7e3-4f08-8ef3-0434bd4a5d44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6943 | 2024.09.24 04:36:39.949650 [ 3 ] {6b2cdbc5-e7e3-4f08-8ef3-0434bd4a5d44} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6944 | 2024.09.24 04:36:39.950802 [ 3 ] {6b2cdbc5-e7e3-4f08-8ef3-0434bd4a5d44} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6945 | 2024.09.24 04:36:39.950841 [ 3 ] {6b2cdbc5-e7e3-4f08-8ef3-0434bd4a5d44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6946 | 2024.09.24 04:36:39.951311 [ 3 ] {6b2cdbc5-e7e3-4f08-8ef3-0434bd4a5d44} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6947 | 2024.09.24 04:36:39.951674 [ 3 ] {6b2cdbc5-e7e3-4f08-8ef3-0434bd4a5d44} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6948 | 2024.09.24 04:36:39.951842 [ 3 ] {6b2cdbc5-e7e3-4f08-8ef3-0434bd4a5d44} <Debug> executeQuery: Read 1232 rows, 103.92 KiB in 0.002799 sec., 440157.19899964274 rows/sec., 36.26 MiB/sec. | ||
6949 | 2024.09.24 04:36:39.952022 [ 3 ] {6b2cdbc5-e7e3-4f08-8ef3-0434bd4a5d44} <Debug> DynamicQueryHandler: Done processing query | ||
6950 | 2024.09.24 04:36:39.952046 [ 3 ] {6b2cdbc5-e7e3-4f08-8ef3-0434bd4a5d44} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
6951 | 2024.09.24 04:36:39.952062 [ 3 ] {} <Debug> HTTP-Session: 9a02e7ef-e162-4319-8057-4413629ec8bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6952 | 2024.09.24 04:36:39.952215 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3047, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6953 | 2024.09.24 04:36:39.952268 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6954 | 2024.09.24 04:36:39.952287 [ 3 ] {} <Debug> HTTP-Session: 9e2b9ae1-d2dd-4707-ad89-47a07fad5701 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
6955 | 2024.09.24 04:36:39.952304 [ 3 ] {} <Debug> HTTP-Session: 9e2b9ae1-d2dd-4707-ad89-47a07fad5701 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6956 | 2024.09.24 04:36:39.952318 [ 3 ] {} <Debug> HTTP-Session: 9e2b9ae1-d2dd-4707-ad89-47a07fad5701 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6957 | 2024.09.24 04:36:39.952352 [ 3 ] {} <Trace> HTTP-Session: 9e2b9ae1-d2dd-4707-ad89-47a07fad5701 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6958 | 2024.09.24 04:36:39.952458 [ 3 ] {a33dd804-1d52-424b-84c6-71b5e5433fd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6959 | 2024.09.24 04:36:39.952504 [ 3 ] {a33dd804-1d52-424b-84c6-71b5e5433fd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6960 | 2024.09.24 04:36:39.952739 [ 3 ] {a33dd804-1d52-424b-84c6-71b5e5433fd7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6961 | 2024.09.24 04:36:39.953073 [ 3 ] {a33dd804-1d52-424b-84c6-71b5e5433fd7} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6962 | 2024.09.24 04:36:39.953110 [ 3 ] {a33dd804-1d52-424b-84c6-71b5e5433fd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6963 | 2024.09.24 04:36:39.953461 [ 3 ] {a33dd804-1d52-424b-84c6-71b5e5433fd7} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6964 | 2024.09.24 04:36:39.953813 [ 3 ] {a33dd804-1d52-424b-84c6-71b5e5433fd7} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6965 | 2024.09.24 04:36:39.953939 [ 3 ] {a33dd804-1d52-424b-84c6-71b5e5433fd7} <Debug> executeQuery: Read 21 rows, 1.56 KiB in 0.001511 sec., 13898.080741230973 rows/sec., 1.01 MiB/sec. | ||
6966 | 2024.09.24 04:36:39.954104 [ 3 ] {a33dd804-1d52-424b-84c6-71b5e5433fd7} <Debug> DynamicQueryHandler: Done processing query | ||
6967 | 2024.09.24 04:36:39.954128 [ 3 ] {a33dd804-1d52-424b-84c6-71b5e5433fd7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6968 | 2024.09.24 04:36:39.954144 [ 3 ] {} <Debug> HTTP-Session: 9e2b9ae1-d2dd-4707-ad89-47a07fad5701 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6969 | 2024.09.24 04:36:39.954284 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 30477, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6970 | 2024.09.24 04:36:39.954335 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6971 | 2024.09.24 04:36:39.954354 [ 3 ] {} <Debug> HTTP-Session: c32898e4-35fa-4e5e-aefb-2c3fccde8906 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
6972 | 2024.09.24 04:36:39.954370 [ 3 ] {} <Debug> HTTP-Session: c32898e4-35fa-4e5e-aefb-2c3fccde8906 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6973 | 2024.09.24 04:36:39.954384 [ 3 ] {} <Debug> HTTP-Session: c32898e4-35fa-4e5e-aefb-2c3fccde8906 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6974 | 2024.09.24 04:36:39.954416 [ 3 ] {} <Trace> HTTP-Session: c32898e4-35fa-4e5e-aefb-2c3fccde8906 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6975 | 2024.09.24 04:36:39.954570 [ 3 ] {3b14c97d-432d-4dbb-ba1c-25e6c385954b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
6976 | 2024.09.24 04:36:39.954614 [ 3 ] {3b14c97d-432d-4dbb-ba1c-25e6c385954b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6977 | 2024.09.24 04:36:39.954840 [ 3 ] {3b14c97d-432d-4dbb-ba1c-25e6c385954b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6978 | 2024.09.24 04:36:39.955247 [ 3 ] {3b14c97d-432d-4dbb-ba1c-25e6c385954b} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6979 | 2024.09.24 04:36:39.955282 [ 3 ] {3b14c97d-432d-4dbb-ba1c-25e6c385954b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6980 | 2024.09.24 04:36:39.955650 [ 3 ] {3b14c97d-432d-4dbb-ba1c-25e6c385954b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
6981 | 2024.09.24 04:36:39.955999 [ 3 ] {3b14c97d-432d-4dbb-ba1c-25e6c385954b} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6982 | 2024.09.24 04:36:39.956128 [ 3 ] {3b14c97d-432d-4dbb-ba1c-25e6c385954b} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001635 sec., 139449.54128440368 rows/sec., 9.44 MiB/sec. | ||
6983 | 2024.09.24 04:36:39.956285 [ 3 ] {3b14c97d-432d-4dbb-ba1c-25e6c385954b} <Debug> DynamicQueryHandler: Done processing query | ||
6984 | 2024.09.24 04:36:39.956309 [ 3 ] {3b14c97d-432d-4dbb-ba1c-25e6c385954b} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
6985 | 2024.09.24 04:36:39.956324 [ 3 ] {} <Debug> HTTP-Session: c32898e4-35fa-4e5e-aefb-2c3fccde8906 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6986 | 2024.09.24 04:36:39.956500 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 89430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6987 | 2024.09.24 04:36:39.956549 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6988 | 2024.09.24 04:36:39.956568 [ 3 ] {} <Debug> HTTP-Session: 15f22fb6-3ffa-46a7-95a6-9d51c98d41d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
6989 | 2024.09.24 04:36:39.956585 [ 3 ] {} <Debug> HTTP-Session: 15f22fb6-3ffa-46a7-95a6-9d51c98d41d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6990 | 2024.09.24 04:36:39.956598 [ 3 ] {} <Debug> HTTP-Session: 15f22fb6-3ffa-46a7-95a6-9d51c98d41d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6991 | 2024.09.24 04:36:39.956630 [ 3 ] {} <Trace> HTTP-Session: 15f22fb6-3ffa-46a7-95a6-9d51c98d41d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6992 | 2024.09.24 04:36:39.956899 [ 3 ] {aec223ff-b3e7-46dd-9c79-c1a13b500f14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6993 | 2024.09.24 04:36:39.956943 [ 3 ] {aec223ff-b3e7-46dd-9c79-c1a13b500f14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6994 | 2024.09.24 04:36:39.957165 [ 3 ] {aec223ff-b3e7-46dd-9c79-c1a13b500f14} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6995 | 2024.09.24 04:36:39.957803 [ 3 ] {aec223ff-b3e7-46dd-9c79-c1a13b500f14} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6996 | 2024.09.24 04:36:39.957838 [ 3 ] {aec223ff-b3e7-46dd-9c79-c1a13b500f14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
6997 | 2024.09.24 04:36:39.958215 [ 3 ] {aec223ff-b3e7-46dd-9c79-c1a13b500f14} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6998 | 2024.09.24 04:36:39.958564 [ 3 ] {aec223ff-b3e7-46dd-9c79-c1a13b500f14} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6999 | 2024.09.24 04:36:39.958692 [ 3 ] {aec223ff-b3e7-46dd-9c79-c1a13b500f14} <Debug> executeQuery: Read 541 rows, 41.09 KiB in 0.001965 sec., 275318.0661577608 rows/sec., 20.42 MiB/sec. | ||
7000 | 2024.09.24 04:36:39.958847 [ 3 ] {aec223ff-b3e7-46dd-9c79-c1a13b500f14} <Debug> DynamicQueryHandler: Done processing query | ||
7001 | 2024.09.24 04:36:39.958871 [ 3 ] {aec223ff-b3e7-46dd-9c79-c1a13b500f14} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
7002 | 2024.09.24 04:36:39.958887 [ 3 ] {} <Debug> HTTP-Session: 15f22fb6-3ffa-46a7-95a6-9d51c98d41d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7003 | 2024.09.24 04:36:39.959091 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 167538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7004 | 2024.09.24 04:36:39.959139 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7005 | 2024.09.24 04:36:39.959157 [ 3 ] {} <Debug> HTTP-Session: 60e943d0-7659-4f6f-bd1c-6692ff1ba019 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
7006 | 2024.09.24 04:36:39.959174 [ 3 ] {} <Debug> HTTP-Session: 60e943d0-7659-4f6f-bd1c-6692ff1ba019 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7007 | 2024.09.24 04:36:39.959188 [ 3 ] {} <Debug> HTTP-Session: 60e943d0-7659-4f6f-bd1c-6692ff1ba019 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7008 | 2024.09.24 04:36:39.959220 [ 3 ] {} <Trace> HTTP-Session: 60e943d0-7659-4f6f-bd1c-6692ff1ba019 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7009 | 2024.09.24 04:36:39.959621 [ 3 ] {56733256-139a-4862-9747-9878ed43bdb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7010 | 2024.09.24 04:36:39.959670 [ 3 ] {56733256-139a-4862-9747-9878ed43bdb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7011 | 2024.09.24 04:36:39.959814 [ 3 ] {56733256-139a-4862-9747-9878ed43bdb9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7012 | 2024.09.24 04:36:39.960692 [ 3 ] {56733256-139a-4862-9747-9878ed43bdb9} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7013 | 2024.09.24 04:36:39.960727 [ 3 ] {56733256-139a-4862-9747-9878ed43bdb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7014 | 2024.09.24 04:36:39.961161 [ 3 ] {56733256-139a-4862-9747-9878ed43bdb9} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
7015 | 2024.09.24 04:36:39.961502 [ 3 ] {56733256-139a-4862-9747-9878ed43bdb9} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7016 | 2024.09.24 04:36:39.961629 [ 3 ] {56733256-139a-4862-9747-9878ed43bdb9} <Debug> executeQuery: Read 882 rows, 60.77 KiB in 0.00228 sec., 386842.1052631579 rows/sec., 26.03 MiB/sec. | ||
7017 | 2024.09.24 04:36:39.961793 [ 3 ] {56733256-139a-4862-9747-9878ed43bdb9} <Debug> DynamicQueryHandler: Done processing query | ||
7018 | 2024.09.24 04:36:39.961817 [ 3 ] {56733256-139a-4862-9747-9878ed43bdb9} <Debug> MemoryTracker: Peak memory usage (for query): 4.67 MiB. | ||
7019 | 2024.09.24 04:36:39.961832 [ 3 ] {} <Debug> HTTP-Session: 60e943d0-7659-4f6f-bd1c-6692ff1ba019 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7020 | 2024.09.24 04:36:39.961982 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 28971, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7021 | 2024.09.24 04:36:39.962032 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7022 | 2024.09.24 04:36:39.962050 [ 3 ] {} <Debug> HTTP-Session: 6d73820a-f7e9-48ef-8c2c-fd9ed7eafdfe Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
7023 | 2024.09.24 04:36:39.962067 [ 3 ] {} <Debug> HTTP-Session: 6d73820a-f7e9-48ef-8c2c-fd9ed7eafdfe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7024 | 2024.09.24 04:36:39.962080 [ 3 ] {} <Debug> HTTP-Session: 6d73820a-f7e9-48ef-8c2c-fd9ed7eafdfe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7025 | 2024.09.24 04:36:39.962111 [ 3 ] {} <Trace> HTTP-Session: 6d73820a-f7e9-48ef-8c2c-fd9ed7eafdfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7026 | 2024.09.24 04:36:39.962388 [ 3 ] {da9d09af-9afe-425d-a868-5da543606686} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
7027 | 2024.09.24 04:36:39.962453 [ 3 ] {da9d09af-9afe-425d-a868-5da543606686} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
7028 | 2024.09.24 04:36:39.962863 [ 3 ] {da9d09af-9afe-425d-a868-5da543606686} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7029 | 2024.09.24 04:36:39.963401 [ 3 ] {da9d09af-9afe-425d-a868-5da543606686} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7030 | 2024.09.24 04:36:39.963436 [ 3 ] {da9d09af-9afe-425d-a868-5da543606686} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7031 | 2024.09.24 04:36:39.964039 [ 3 ] {da9d09af-9afe-425d-a868-5da543606686} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
7032 | 2024.09.24 04:36:39.964456 [ 3 ] {da9d09af-9afe-425d-a868-5da543606686} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7033 | 2024.09.24 04:36:39.964605 [ 3 ] {da9d09af-9afe-425d-a868-5da543606686} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002409 sec., 7056.870070568701 rows/sec., 12.65 MiB/sec. | ||
7034 | 2024.09.24 04:36:39.965086 [ 3 ] {da9d09af-9afe-425d-a868-5da543606686} <Debug> DynamicQueryHandler: Done processing query | ||
7035 | 2024.09.24 04:36:39.965126 [ 3 ] {da9d09af-9afe-425d-a868-5da543606686} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
7036 | 2024.09.24 04:36:39.965150 [ 3 ] {} <Debug> HTTP-Session: 6d73820a-f7e9-48ef-8c2c-fd9ed7eafdfe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7037 | 2024.09.24 04:36:39.965269 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7038 | 2024.09.24 04:36:39.965318 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7039 | 2024.09.24 04:36:39.965336 [ 3 ] {} <Debug> HTTP-Session: bb5ae7ee-63b5-4565-9336-baa2a1c565ce Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
7040 | 2024.09.24 04:36:39.965352 [ 3 ] {} <Debug> HTTP-Session: bb5ae7ee-63b5-4565-9336-baa2a1c565ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7041 | 2024.09.24 04:36:39.965366 [ 3 ] {} <Debug> HTTP-Session: bb5ae7ee-63b5-4565-9336-baa2a1c565ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7042 | 2024.09.24 04:36:39.965397 [ 3 ] {} <Trace> HTTP-Session: bb5ae7ee-63b5-4565-9336-baa2a1c565ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7043 | 2024.09.24 04:36:39.965516 [ 3 ] {8189b5fc-7212-4f22-a607-06d3a314581e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7044 | 2024.09.24 04:36:39.965563 [ 3 ] {8189b5fc-7212-4f22-a607-06d3a314581e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7045 | 2024.09.24 04:36:39.965710 [ 3 ] {8189b5fc-7212-4f22-a607-06d3a314581e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7046 | 2024.09.24 04:36:39.966024 [ 3 ] {8189b5fc-7212-4f22-a607-06d3a314581e} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7047 | 2024.09.24 04:36:39.966059 [ 3 ] {8189b5fc-7212-4f22-a607-06d3a314581e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7048 | 2024.09.24 04:36:39.966422 [ 3 ] {8189b5fc-7212-4f22-a607-06d3a314581e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
7049 | 2024.09.24 04:36:39.966747 [ 3 ] {8189b5fc-7212-4f22-a607-06d3a314581e} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7050 | 2024.09.24 04:36:39.966869 [ 84 ] {} <Debug> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
7051 | 2024.09.24 04:36:39.966878 [ 3 ] {8189b5fc-7212-4f22-a607-06d3a314581e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001401 sec., 42826.55246252677 rows/sec., 2.89 MiB/sec. | ||
7052 | 2024.09.24 04:36:39.966906 [ 84 ] {} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7053 | 2024.09.24 04:36:39.966943 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7054 | 2024.09.24 04:36:39.967144 [ 3 ] {8189b5fc-7212-4f22-a607-06d3a314581e} <Debug> DynamicQueryHandler: Done processing query | ||
7055 | 2024.09.24 04:36:39.967212 [ 3 ] {8189b5fc-7212-4f22-a607-06d3a314581e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7056 | 2024.09.24 04:36:39.967284 [ 3 ] {} <Debug> HTTP-Session: bb5ae7ee-63b5-4565-9336-baa2a1c565ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7057 | 2024.09.24 04:36:39.967292 [ 197 ] {f478628c-c6e4-42cc-be87-88262b5420f7::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 | ||
7058 | 2024.09.24 04:36:39.967636 [ 197 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7059 | 2024.09.24 04:36:39.967674 [ 197 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1412 rows starting from the beginning of the part | ||
7060 | 2024.09.24 04:36:39.967749 [ 197 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part | ||
7061 | 2024.09.24 04:36:39.967963 [ 197 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 82 rows starting from the beginning of the part | ||
7062 | 2024.09.24 04:36:39.968211 [ 197 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part | ||
7063 | 2024.09.24 04:36:39.968417 [ 197 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 82 rows starting from the beginning of the part | ||
7064 | 2024.09.24 04:36:39.968548 [ 197 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part | ||
7065 | 2024.09.24 04:36:39.969881 [ 197 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1756 rows, containing 4 columns (4 merged, 0 gathered) in 0.00285526 sec., 615005.2884851117 rows/sec., 40.02 MiB/sec. | ||
7066 | 2024.09.24 04:36:39.970106 [ 189 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
7067 | 2024.09.24 04:36:39.970588 [ 189 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_26_5} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7068 | 2024.09.24 04:36:39.970673 [ 189 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_26_5} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
7069 | 2024.09.24 04:36:39.970757 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
7070 | 2024.09.24 04:36:44.921389 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7071 | 2024.09.24 04:36:44.921529 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7072 | 2024.09.24 04:36:44.921557 [ 3 ] {} <Debug> HTTP-Session: 6a29b5ac-0ff3-4582-a42b-d93e421e2afb Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
7073 | 2024.09.24 04:36:44.921586 [ 3 ] {} <Debug> HTTP-Session: 6a29b5ac-0ff3-4582-a42b-d93e421e2afb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7074 | 2024.09.24 04:36:44.921604 [ 3 ] {} <Debug> HTTP-Session: 6a29b5ac-0ff3-4582-a42b-d93e421e2afb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7075 | 2024.09.24 04:36:44.921660 [ 3 ] {} <Trace> HTTP-Session: 6a29b5ac-0ff3-4582-a42b-d93e421e2afb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7076 | 2024.09.24 04:36:44.921841 [ 3 ] {8489f51b-6db5-4db9-b080-7855bbb8c98f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7077 | 2024.09.24 04:36:44.921911 [ 3 ] {8489f51b-6db5-4db9-b080-7855bbb8c98f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7078 | 2024.09.24 04:36:44.922322 [ 3 ] {8489f51b-6db5-4db9-b080-7855bbb8c98f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7079 | 2024.09.24 04:36:44.922737 [ 3 ] {8489f51b-6db5-4db9-b080-7855bbb8c98f} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7080 | 2024.09.24 04:36:44.922774 [ 3 ] {8489f51b-6db5-4db9-b080-7855bbb8c98f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7081 | 2024.09.24 04:36:44.923180 [ 3 ] {8489f51b-6db5-4db9-b080-7855bbb8c98f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
7082 | 2024.09.24 04:36:44.923567 [ 3 ] {8489f51b-6db5-4db9-b080-7855bbb8c98f} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7083 | 2024.09.24 04:36:44.923718 [ 3 ] {8489f51b-6db5-4db9-b080-7855bbb8c98f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001929 sec., 1036.8066355624676 rows/sec., 84.54 KiB/sec. | ||
7084 | 2024.09.24 04:36:44.924087 [ 3 ] {8489f51b-6db5-4db9-b080-7855bbb8c98f} <Debug> DynamicQueryHandler: Done processing query | ||
7085 | 2024.09.24 04:36:44.924113 [ 3 ] {8489f51b-6db5-4db9-b080-7855bbb8c98f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7086 | 2024.09.24 04:36:44.924130 [ 3 ] {} <Debug> HTTP-Session: 6a29b5ac-0ff3-4582-a42b-d93e421e2afb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7087 | 2024.09.24 04:36:44.924343 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 35281, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7088 | 2024.09.24 04:36:44.924394 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7089 | 2024.09.24 04:36:44.924413 [ 3 ] {} <Debug> HTTP-Session: 2fb12a41-6fdf-4217-a8bb-1dd7bfab17f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
7090 | 2024.09.24 04:36:44.924430 [ 3 ] {} <Debug> HTTP-Session: 2fb12a41-6fdf-4217-a8bb-1dd7bfab17f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7091 | 2024.09.24 04:36:44.924444 [ 3 ] {} <Debug> HTTP-Session: 2fb12a41-6fdf-4217-a8bb-1dd7bfab17f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7092 | 2024.09.24 04:36:44.924475 [ 3 ] {} <Trace> HTTP-Session: 2fb12a41-6fdf-4217-a8bb-1dd7bfab17f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7093 | 2024.09.24 04:36:44.924635 [ 3 ] {8da2790b-314d-44c0-a051-7e5f908d07f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7094 | 2024.09.24 04:36:44.924680 [ 3 ] {8da2790b-314d-44c0-a051-7e5f908d07f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7095 | 2024.09.24 04:36:44.924926 [ 3 ] {8da2790b-314d-44c0-a051-7e5f908d07f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7096 | 2024.09.24 04:36:44.925401 [ 3 ] {8da2790b-314d-44c0-a051-7e5f908d07f7} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7097 | 2024.09.24 04:36:44.925437 [ 3 ] {8da2790b-314d-44c0-a051-7e5f908d07f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7098 | 2024.09.24 04:36:44.925808 [ 3 ] {8da2790b-314d-44c0-a051-7e5f908d07f7} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
7099 | 2024.09.24 04:36:44.926186 [ 3 ] {8da2790b-314d-44c0-a051-7e5f908d07f7} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7100 | 2024.09.24 04:36:44.926317 [ 3 ] {8da2790b-314d-44c0-a051-7e5f908d07f7} <Debug> executeQuery: Read 234 rows, 21.06 KiB in 0.001755 sec., 133333.33333333334 rows/sec., 11.72 MiB/sec. | ||
7101 | 2024.09.24 04:36:44.926546 [ 3 ] {8da2790b-314d-44c0-a051-7e5f908d07f7} <Debug> DynamicQueryHandler: Done processing query | ||
7102 | 2024.09.24 04:36:44.926572 [ 3 ] {8da2790b-314d-44c0-a051-7e5f908d07f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
7103 | 2024.09.24 04:36:44.926588 [ 3 ] {} <Debug> HTTP-Session: 2fb12a41-6fdf-4217-a8bb-1dd7bfab17f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7104 | 2024.09.24 04:36:44.926838 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7105 | 2024.09.24 04:36:44.926887 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7106 | 2024.09.24 04:36:44.926906 [ 3 ] {} <Debug> HTTP-Session: fdeb1ae2-b973-4d07-a3d8-ebac040db1ad Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
7107 | 2024.09.24 04:36:44.926923 [ 3 ] {} <Debug> HTTP-Session: fdeb1ae2-b973-4d07-a3d8-ebac040db1ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7108 | 2024.09.24 04:36:44.926937 [ 3 ] {} <Debug> HTTP-Session: fdeb1ae2-b973-4d07-a3d8-ebac040db1ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7109 | 2024.09.24 04:36:44.926993 [ 3 ] {} <Trace> HTTP-Session: fdeb1ae2-b973-4d07-a3d8-ebac040db1ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7110 | 2024.09.24 04:36:44.927097 [ 3 ] {b4c9fddd-7226-4a20-9005-2fbc1b571735} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7111 | 2024.09.24 04:36:44.927140 [ 3 ] {b4c9fddd-7226-4a20-9005-2fbc1b571735} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7112 | 2024.09.24 04:36:44.927368 [ 3 ] {b4c9fddd-7226-4a20-9005-2fbc1b571735} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7113 | 2024.09.24 04:36:44.927808 [ 3 ] {b4c9fddd-7226-4a20-9005-2fbc1b571735} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7114 | 2024.09.24 04:36:44.927843 [ 3 ] {b4c9fddd-7226-4a20-9005-2fbc1b571735} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7115 | 2024.09.24 04:36:44.928176 [ 3 ] {b4c9fddd-7226-4a20-9005-2fbc1b571735} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
7116 | 2024.09.24 04:36:44.928528 [ 3 ] {b4c9fddd-7226-4a20-9005-2fbc1b571735} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7117 | 2024.09.24 04:36:44.928653 [ 3 ] {b4c9fddd-7226-4a20-9005-2fbc1b571735} <Debug> executeQuery: Read 24 rows, 1.79 KiB in 0.001586 sec., 15132.408575031526 rows/sec., 1.10 MiB/sec. | ||
7118 | 2024.09.24 04:36:44.928823 [ 3 ] {b4c9fddd-7226-4a20-9005-2fbc1b571735} <Debug> DynamicQueryHandler: Done processing query | ||
7119 | 2024.09.24 04:36:44.928848 [ 3 ] {b4c9fddd-7226-4a20-9005-2fbc1b571735} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7120 | 2024.09.24 04:36:44.928864 [ 3 ] {} <Debug> HTTP-Session: fdeb1ae2-b973-4d07-a3d8-ebac040db1ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7121 | 2024.09.24 04:36:44.928991 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7122 | 2024.09.24 04:36:44.929039 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7123 | 2024.09.24 04:36:44.929058 [ 3 ] {} <Debug> HTTP-Session: 2b756110-8525-4d41-acb9-d4e0ba23e873 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
7124 | 2024.09.24 04:36:44.929074 [ 3 ] {} <Debug> HTTP-Session: 2b756110-8525-4d41-acb9-d4e0ba23e873 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7125 | 2024.09.24 04:36:44.929088 [ 3 ] {} <Debug> HTTP-Session: 2b756110-8525-4d41-acb9-d4e0ba23e873 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7126 | 2024.09.24 04:36:44.929120 [ 3 ] {} <Trace> HTTP-Session: 2b756110-8525-4d41-acb9-d4e0ba23e873 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7127 | 2024.09.24 04:36:44.929219 [ 3 ] {a1b6d224-7ebd-436e-9fa1-048f97906928} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
7128 | 2024.09.24 04:36:44.929261 [ 3 ] {a1b6d224-7ebd-436e-9fa1-048f97906928} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7129 | 2024.09.24 04:36:44.929484 [ 3 ] {a1b6d224-7ebd-436e-9fa1-048f97906928} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7130 | 2024.09.24 04:36:44.929797 [ 3 ] {a1b6d224-7ebd-436e-9fa1-048f97906928} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7131 | 2024.09.24 04:36:44.929832 [ 3 ] {a1b6d224-7ebd-436e-9fa1-048f97906928} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7132 | 2024.09.24 04:36:44.930185 [ 3 ] {a1b6d224-7ebd-436e-9fa1-048f97906928} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
7133 | 2024.09.24 04:36:44.930540 [ 3 ] {a1b6d224-7ebd-436e-9fa1-048f97906928} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7134 | 2024.09.24 04:36:44.930670 [ 3 ] {a1b6d224-7ebd-436e-9fa1-048f97906928} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001478 sec., 9472.259810554804 rows/sec., 663.38 KiB/sec. | ||
7135 | 2024.09.24 04:36:44.931019 [ 3 ] {a1b6d224-7ebd-436e-9fa1-048f97906928} <Debug> DynamicQueryHandler: Done processing query | ||
7136 | 2024.09.24 04:36:44.931044 [ 3 ] {a1b6d224-7ebd-436e-9fa1-048f97906928} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7137 | 2024.09.24 04:36:44.931060 [ 3 ] {} <Debug> HTTP-Session: 2b756110-8525-4d41-acb9-d4e0ba23e873 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7138 | 2024.09.24 04:36:44.931193 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7139 | 2024.09.24 04:36:44.931264 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7140 | 2024.09.24 04:36:44.931288 [ 3 ] {} <Debug> HTTP-Session: c2622308-5e5a-402d-b9e4-416d41cb5d54 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
7141 | 2024.09.24 04:36:44.931308 [ 3 ] {} <Debug> HTTP-Session: c2622308-5e5a-402d-b9e4-416d41cb5d54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7142 | 2024.09.24 04:36:44.931326 [ 3 ] {} <Debug> HTTP-Session: c2622308-5e5a-402d-b9e4-416d41cb5d54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7143 | 2024.09.24 04:36:44.931364 [ 3 ] {} <Trace> HTTP-Session: c2622308-5e5a-402d-b9e4-416d41cb5d54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7144 | 2024.09.24 04:36:44.931489 [ 3 ] {c1ba0375-e99a-442a-b78d-3c9ccb067b3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
7145 | 2024.09.24 04:36:44.931542 [ 3 ] {c1ba0375-e99a-442a-b78d-3c9ccb067b3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
7146 | 2024.09.24 04:36:44.931817 [ 3 ] {c1ba0375-e99a-442a-b78d-3c9ccb067b3c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7147 | 2024.09.24 04:36:44.932134 [ 3 ] {c1ba0375-e99a-442a-b78d-3c9ccb067b3c} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7148 | 2024.09.24 04:36:44.932170 [ 3 ] {c1ba0375-e99a-442a-b78d-3c9ccb067b3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7149 | 2024.09.24 04:36:44.932515 [ 3 ] {c1ba0375-e99a-442a-b78d-3c9ccb067b3c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
7150 | 2024.09.24 04:36:44.932865 [ 3 ] {c1ba0375-e99a-442a-b78d-3c9ccb067b3c} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7151 | 2024.09.24 04:36:44.932996 [ 3 ] {c1ba0375-e99a-442a-b78d-3c9ccb067b3c} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001538 sec., 3901.1703511053315 rows/sec., 230.49 KiB/sec. | ||
7152 | 2024.09.24 04:36:44.933205 [ 3 ] {c1ba0375-e99a-442a-b78d-3c9ccb067b3c} <Debug> DynamicQueryHandler: Done processing query | ||
7153 | 2024.09.24 04:36:44.933229 [ 3 ] {c1ba0375-e99a-442a-b78d-3c9ccb067b3c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7154 | 2024.09.24 04:36:44.933245 [ 3 ] {} <Debug> HTTP-Session: c2622308-5e5a-402d-b9e4-416d41cb5d54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7155 | 2024.09.24 04:36:44.933421 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 65839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7156 | 2024.09.24 04:36:44.933469 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7157 | 2024.09.24 04:36:44.933487 [ 3 ] {} <Debug> HTTP-Session: 3d044567-1100-4a76-99c5-aaa9b7f53feb Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
7158 | 2024.09.24 04:36:44.933503 [ 3 ] {} <Debug> HTTP-Session: 3d044567-1100-4a76-99c5-aaa9b7f53feb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7159 | 2024.09.24 04:36:44.933517 [ 3 ] {} <Debug> HTTP-Session: 3d044567-1100-4a76-99c5-aaa9b7f53feb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7160 | 2024.09.24 04:36:44.933547 [ 3 ] {} <Trace> HTTP-Session: 3d044567-1100-4a76-99c5-aaa9b7f53feb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7161 | 2024.09.24 04:36:44.933752 [ 3 ] {9c1df65f-2456-4bd6-a613-d8ab3bf08242} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7162 | 2024.09.24 04:36:44.933794 [ 3 ] {9c1df65f-2456-4bd6-a613-d8ab3bf08242} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7163 | 2024.09.24 04:36:44.934015 [ 3 ] {9c1df65f-2456-4bd6-a613-d8ab3bf08242} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7164 | 2024.09.24 04:36:44.934551 [ 3 ] {9c1df65f-2456-4bd6-a613-d8ab3bf08242} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7165 | 2024.09.24 04:36:44.934587 [ 3 ] {9c1df65f-2456-4bd6-a613-d8ab3bf08242} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7166 | 2024.09.24 04:36:44.934959 [ 3 ] {9c1df65f-2456-4bd6-a613-d8ab3bf08242} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
7167 | 2024.09.24 04:36:44.935310 [ 3 ] {9c1df65f-2456-4bd6-a613-d8ab3bf08242} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7168 | 2024.09.24 04:36:44.935438 [ 3 ] {9c1df65f-2456-4bd6-a613-d8ab3bf08242} <Debug> executeQuery: Read 406 rows, 29.61 KiB in 0.001794 sec., 226309.92196209586 rows/sec., 16.12 MiB/sec. | ||
7169 | 2024.09.24 04:36:44.935604 [ 3 ] {9c1df65f-2456-4bd6-a613-d8ab3bf08242} <Debug> DynamicQueryHandler: Done processing query | ||
7170 | 2024.09.24 04:36:44.935628 [ 3 ] {9c1df65f-2456-4bd6-a613-d8ab3bf08242} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
7171 | 2024.09.24 04:36:44.935643 [ 3 ] {} <Debug> HTTP-Session: 3d044567-1100-4a76-99c5-aaa9b7f53feb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7172 | 2024.09.24 04:36:44.935848 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7173 | 2024.09.24 04:36:44.935896 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7174 | 2024.09.24 04:36:44.935915 [ 3 ] {} <Debug> HTTP-Session: 76946d59-71cb-4613-a8fc-5321904566e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
7175 | 2024.09.24 04:36:44.935931 [ 3 ] {} <Debug> HTTP-Session: 76946d59-71cb-4613-a8fc-5321904566e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7176 | 2024.09.24 04:36:44.935944 [ 3 ] {} <Debug> HTTP-Session: 76946d59-71cb-4613-a8fc-5321904566e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7177 | 2024.09.24 04:36:44.935974 [ 3 ] {} <Trace> HTTP-Session: 76946d59-71cb-4613-a8fc-5321904566e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7178 | 2024.09.24 04:36:44.936068 [ 3 ] {069ac38c-3550-486e-aeb7-a9d0930a95ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7179 | 2024.09.24 04:36:44.936112 [ 3 ] {069ac38c-3550-486e-aeb7-a9d0930a95ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7180 | 2024.09.24 04:36:44.936238 [ 3 ] {069ac38c-3550-486e-aeb7-a9d0930a95ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7181 | 2024.09.24 04:36:44.936491 [ 3 ] {069ac38c-3550-486e-aeb7-a9d0930a95ad} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7182 | 2024.09.24 04:36:44.936525 [ 3 ] {069ac38c-3550-486e-aeb7-a9d0930a95ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7183 | 2024.09.24 04:36:44.936867 [ 3 ] {069ac38c-3550-486e-aeb7-a9d0930a95ad} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
7184 | 2024.09.24 04:36:44.937179 [ 3 ] {069ac38c-3550-486e-aeb7-a9d0930a95ad} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7185 | 2024.09.24 04:36:44.937304 [ 3 ] {069ac38c-3550-486e-aeb7-a9d0930a95ad} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001261 sec., 4758.128469468676 rows/sec., 248.59 KiB/sec. | ||
7186 | 2024.09.24 04:36:44.937449 [ 3 ] {069ac38c-3550-486e-aeb7-a9d0930a95ad} <Debug> DynamicQueryHandler: Done processing query | ||
7187 | 2024.09.24 04:36:44.937473 [ 3 ] {069ac38c-3550-486e-aeb7-a9d0930a95ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7188 | 2024.09.24 04:36:44.937488 [ 3 ] {} <Debug> HTTP-Session: 76946d59-71cb-4613-a8fc-5321904566e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7189 | 2024.09.24 04:36:44.937615 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 44803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7190 | 2024.09.24 04:36:44.937661 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7191 | 2024.09.24 04:36:44.937680 [ 3 ] {} <Debug> HTTP-Session: 7e25ca55-c46b-4736-a4a6-cc56f1bcd2e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
7192 | 2024.09.24 04:36:44.937695 [ 3 ] {} <Debug> HTTP-Session: 7e25ca55-c46b-4736-a4a6-cc56f1bcd2e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7193 | 2024.09.24 04:36:44.937709 [ 3 ] {} <Debug> HTTP-Session: 7e25ca55-c46b-4736-a4a6-cc56f1bcd2e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7194 | 2024.09.24 04:36:44.937740 [ 3 ] {} <Trace> HTTP-Session: 7e25ca55-c46b-4736-a4a6-cc56f1bcd2e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7195 | 2024.09.24 04:36:44.937918 [ 3 ] {693085ec-d277-46f2-ab65-da0d74313d49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7196 | 2024.09.24 04:36:44.937963 [ 3 ] {693085ec-d277-46f2-ab65-da0d74313d49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7197 | 2024.09.24 04:36:44.938103 [ 3 ] {693085ec-d277-46f2-ab65-da0d74313d49} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7198 | 2024.09.24 04:36:44.938515 [ 3 ] {693085ec-d277-46f2-ab65-da0d74313d49} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7199 | 2024.09.24 04:36:44.938550 [ 3 ] {693085ec-d277-46f2-ab65-da0d74313d49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7200 | 2024.09.24 04:36:44.938925 [ 3 ] {693085ec-d277-46f2-ab65-da0d74313d49} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
7201 | 2024.09.24 04:36:44.939258 [ 3 ] {693085ec-d277-46f2-ab65-da0d74313d49} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7202 | 2024.09.24 04:36:44.939391 [ 3 ] {693085ec-d277-46f2-ab65-da0d74313d49} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001573 sec., 151303.24221233313 rows/sec., 10.14 MiB/sec. | ||
7203 | 2024.09.24 04:36:44.939709 [ 3 ] {693085ec-d277-46f2-ab65-da0d74313d49} <Debug> DynamicQueryHandler: Done processing query | ||
7204 | 2024.09.24 04:36:44.939736 [ 3 ] {693085ec-d277-46f2-ab65-da0d74313d49} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
7205 | 2024.09.24 04:36:44.939752 [ 3 ] {} <Debug> HTTP-Session: 7e25ca55-c46b-4736-a4a6-cc56f1bcd2e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7206 | 2024.09.24 04:36:44.939911 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7207 | 2024.09.24 04:36:44.939959 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7208 | 2024.09.24 04:36:44.939978 [ 3 ] {} <Debug> HTTP-Session: d228dc33-6684-42b3-8d82-9bcf9bdac412 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
7209 | 2024.09.24 04:36:44.939994 [ 3 ] {} <Debug> HTTP-Session: d228dc33-6684-42b3-8d82-9bcf9bdac412 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7210 | 2024.09.24 04:36:44.940008 [ 3 ] {} <Debug> HTTP-Session: d228dc33-6684-42b3-8d82-9bcf9bdac412 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7211 | 2024.09.24 04:36:44.940038 [ 3 ] {} <Trace> HTTP-Session: d228dc33-6684-42b3-8d82-9bcf9bdac412 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7212 | 2024.09.24 04:36:44.940133 [ 3 ] {e97a23e1-1890-4feb-b0b9-453dd47ce096} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
7213 | 2024.09.24 04:36:44.940179 [ 3 ] {e97a23e1-1890-4feb-b0b9-453dd47ce096} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
7214 | 2024.09.24 04:36:44.940328 [ 3 ] {e97a23e1-1890-4feb-b0b9-453dd47ce096} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7215 | 2024.09.24 04:36:44.940571 [ 3 ] {e97a23e1-1890-4feb-b0b9-453dd47ce096} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7216 | 2024.09.24 04:36:44.940605 [ 3 ] {e97a23e1-1890-4feb-b0b9-453dd47ce096} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7217 | 2024.09.24 04:36:44.940945 [ 3 ] {e97a23e1-1890-4feb-b0b9-453dd47ce096} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
7218 | 2024.09.24 04:36:44.941257 [ 3 ] {e97a23e1-1890-4feb-b0b9-453dd47ce096} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7219 | 2024.09.24 04:36:44.941383 [ 3 ] {e97a23e1-1890-4feb-b0b9-453dd47ce096} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001275 sec., 784.313725490196 rows/sec., 52.85 KiB/sec. | ||
7220 | 2024.09.24 04:36:44.941682 [ 3 ] {e97a23e1-1890-4feb-b0b9-453dd47ce096} <Debug> DynamicQueryHandler: Done processing query | ||
7221 | 2024.09.24 04:36:44.941707 [ 3 ] {e97a23e1-1890-4feb-b0b9-453dd47ce096} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
7222 | 2024.09.24 04:36:44.941722 [ 3 ] {} <Debug> HTTP-Session: d228dc33-6684-42b3-8d82-9bcf9bdac412 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7223 | 2024.09.24 04:36:44.941863 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 36055, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7224 | 2024.09.24 04:36:44.941912 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7225 | 2024.09.24 04:36:44.941930 [ 3 ] {} <Debug> HTTP-Session: 6423ff34-5dfb-4acd-9ba3-14995d467945 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
7226 | 2024.09.24 04:36:44.941946 [ 3 ] {} <Debug> HTTP-Session: 6423ff34-5dfb-4acd-9ba3-14995d467945 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7227 | 2024.09.24 04:36:44.941960 [ 3 ] {} <Debug> HTTP-Session: 6423ff34-5dfb-4acd-9ba3-14995d467945 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7228 | 2024.09.24 04:36:44.941990 [ 3 ] {} <Trace> HTTP-Session: 6423ff34-5dfb-4acd-9ba3-14995d467945 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7229 | 2024.09.24 04:36:44.942263 [ 3 ] {2e60597b-beae-4687-ad2a-0e6d18757a9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
7230 | 2024.09.24 04:36:44.942335 [ 3 ] {2e60597b-beae-4687-ad2a-0e6d18757a9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
7231 | 2024.09.24 04:36:44.942747 [ 3 ] {2e60597b-beae-4687-ad2a-0e6d18757a9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7232 | 2024.09.24 04:36:44.943321 [ 3 ] {2e60597b-beae-4687-ad2a-0e6d18757a9f} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7233 | 2024.09.24 04:36:44.943356 [ 3 ] {2e60597b-beae-4687-ad2a-0e6d18757a9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7234 | 2024.09.24 04:36:44.943960 [ 3 ] {2e60597b-beae-4687-ad2a-0e6d18757a9f} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
7235 | 2024.09.24 04:36:44.944362 [ 3 ] {2e60597b-beae-4687-ad2a-0e6d18757a9f} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7236 | 2024.09.24 04:36:44.944515 [ 3 ] {2e60597b-beae-4687-ad2a-0e6d18757a9f} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002446 sec., 8994.276369582993 rows/sec., 16.12 MiB/sec. | ||
7237 | 2024.09.24 04:36:44.944729 [ 3 ] {2e60597b-beae-4687-ad2a-0e6d18757a9f} <Debug> DynamicQueryHandler: Done processing query | ||
7238 | 2024.09.24 04:36:44.944754 [ 3 ] {2e60597b-beae-4687-ad2a-0e6d18757a9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
7239 | 2024.09.24 04:36:44.944770 [ 3 ] {} <Debug> HTTP-Session: 6423ff34-5dfb-4acd-9ba3-14995d467945 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7240 | 2024.09.24 04:36:44.944941 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 12152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7241 | 2024.09.24 04:36:44.944990 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7242 | 2024.09.24 04:36:44.945009 [ 3 ] {} <Debug> HTTP-Session: 45cc1b54-d351-4f24-9ce5-aec70145dec0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
7243 | 2024.09.24 04:36:44.945025 [ 3 ] {} <Debug> HTTP-Session: 45cc1b54-d351-4f24-9ce5-aec70145dec0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7244 | 2024.09.24 04:36:44.945039 [ 3 ] {} <Debug> HTTP-Session: 45cc1b54-d351-4f24-9ce5-aec70145dec0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7245 | 2024.09.24 04:36:44.945069 [ 3 ] {} <Trace> HTTP-Session: 45cc1b54-d351-4f24-9ce5-aec70145dec0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7246 | 2024.09.24 04:36:44.945185 [ 3 ] {a2de9cf6-a4de-4b63-8205-acc7b57bc486} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7247 | 2024.09.24 04:36:44.945228 [ 3 ] {a2de9cf6-a4de-4b63-8205-acc7b57bc486} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7248 | 2024.09.24 04:36:44.945352 [ 3 ] {a2de9cf6-a4de-4b63-8205-acc7b57bc486} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7249 | 2024.09.24 04:36:44.945652 [ 3 ] {a2de9cf6-a4de-4b63-8205-acc7b57bc486} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7250 | 2024.09.24 04:36:44.945687 [ 3 ] {a2de9cf6-a4de-4b63-8205-acc7b57bc486} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7251 | 2024.09.24 04:36:44.946039 [ 3 ] {a2de9cf6-a4de-4b63-8205-acc7b57bc486} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
7252 | 2024.09.24 04:36:44.946362 [ 3 ] {a2de9cf6-a4de-4b63-8205-acc7b57bc486} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7253 | 2024.09.24 04:36:44.946489 [ 3 ] {a2de9cf6-a4de-4b63-8205-acc7b57bc486} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001345 sec., 60966.542750929366 rows/sec., 3.87 MiB/sec. | ||
7254 | 2024.09.24 04:36:44.946807 [ 3 ] {a2de9cf6-a4de-4b63-8205-acc7b57bc486} <Debug> DynamicQueryHandler: Done processing query | ||
7255 | 2024.09.24 04:36:44.946835 [ 3 ] {a2de9cf6-a4de-4b63-8205-acc7b57bc486} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7256 | 2024.09.24 04:36:44.946852 [ 3 ] {} <Debug> HTTP-Session: 45cc1b54-d351-4f24-9ce5-aec70145dec0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7257 | 2024.09.24 04:36:47.654863 [ 75 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7258 | 2024.09.24 04:36:47.654922 [ 75 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7259 | 2024.09.24 04:36:49.915426 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 13137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7260 | 2024.09.24 04:36:49.915539 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7261 | 2024.09.24 04:36:49.915562 [ 3 ] {} <Debug> HTTP-Session: 0df43823-30af-491f-8366-979b620e91e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
7262 | 2024.09.24 04:36:49.915587 [ 3 ] {} <Debug> HTTP-Session: 0df43823-30af-491f-8366-979b620e91e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7263 | 2024.09.24 04:36:49.915602 [ 3 ] {} <Debug> HTTP-Session: 0df43823-30af-491f-8366-979b620e91e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7264 | 2024.09.24 04:36:49.915651 [ 3 ] {} <Trace> HTTP-Session: 0df43823-30af-491f-8366-979b620e91e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7265 | 2024.09.24 04:36:49.915863 [ 3 ] {afc165e1-d242-4e43-9cb8-42cdf8e7e735} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7266 | 2024.09.24 04:36:49.915930 [ 3 ] {afc165e1-d242-4e43-9cb8-42cdf8e7e735} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7267 | 2024.09.24 04:36:49.916267 [ 3 ] {afc165e1-d242-4e43-9cb8-42cdf8e7e735} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7268 | 2024.09.24 04:36:49.916761 [ 3 ] {afc165e1-d242-4e43-9cb8-42cdf8e7e735} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7269 | 2024.09.24 04:36:49.916804 [ 3 ] {afc165e1-d242-4e43-9cb8-42cdf8e7e735} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7270 | 2024.09.24 04:36:49.917242 [ 3 ] {afc165e1-d242-4e43-9cb8-42cdf8e7e735} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7271 | 2024.09.24 04:36:49.917635 [ 3 ] {afc165e1-d242-4e43-9cb8-42cdf8e7e735} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7272 | 2024.09.24 04:36:49.917779 [ 73 ] {} <Debug> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7273 | 2024.09.24 04:36:49.917785 [ 3 ] {afc165e1-d242-4e43-9cb8-42cdf8e7e735} <Debug> executeQuery: Read 90 rows, 7.65 KiB in 0.001998 sec., 45045.04504504504 rows/sec., 3.74 MiB/sec. | ||
7274 | 2024.09.24 04:36:49.917822 [ 73 ] {} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7275 | 2024.09.24 04:36:49.917857 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7276 | 2024.09.24 04:36:49.918064 [ 196 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::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 | ||
7277 | 2024.09.24 04:36:49.918129 [ 3 ] {afc165e1-d242-4e43-9cb8-42cdf8e7e735} <Debug> DynamicQueryHandler: Done processing query | ||
7278 | 2024.09.24 04:36:49.918176 [ 3 ] {afc165e1-d242-4e43-9cb8-42cdf8e7e735} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
7279 | 2024.09.24 04:36:49.918208 [ 3 ] {} <Debug> HTTP-Session: 0df43823-30af-491f-8366-979b620e91e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7280 | 2024.09.24 04:36:49.918319 [ 196 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7281 | 2024.09.24 04:36:49.918379 [ 196 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1418 rows starting from the beginning of the part | ||
7282 | 2024.09.24 04:36:49.918402 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 2487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7283 | 2024.09.24 04:36:49.918526 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7284 | 2024.09.24 04:36:49.918556 [ 196 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 92 rows starting from the beginning of the part | ||
7285 | 2024.09.24 04:36:49.918605 [ 3 ] {} <Debug> HTTP-Session: dbd3bd1f-a619-4e27-a15f-daadb53ef994 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
7286 | 2024.09.24 04:36:49.918677 [ 3 ] {} <Debug> HTTP-Session: dbd3bd1f-a619-4e27-a15f-daadb53ef994 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7287 | 2024.09.24 04:36:49.918758 [ 3 ] {} <Debug> HTTP-Session: dbd3bd1f-a619-4e27-a15f-daadb53ef994 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7288 | 2024.09.24 04:36:49.918927 [ 196 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 234 rows starting from the beginning of the part | ||
7289 | 2024.09.24 04:36:49.918959 [ 3 ] {} <Trace> HTTP-Session: dbd3bd1f-a619-4e27-a15f-daadb53ef994 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7290 | 2024.09.24 04:36:49.919238 [ 196 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1232 rows starting from the beginning of the part | ||
7291 | 2024.09.24 04:36:49.919327 [ 3 ] {811bc360-1352-4a02-86b9-cd4c0d9e3a8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7292 | 2024.09.24 04:36:49.919407 [ 196 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 234 rows starting from the beginning of the part | ||
7293 | 2024.09.24 04:36:49.919486 [ 3 ] {811bc360-1352-4a02-86b9-cd4c0d9e3a8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7294 | 2024.09.24 04:36:49.919865 [ 196 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 90 rows starting from the beginning of the part | ||
7295 | 2024.09.24 04:36:49.920656 [ 3 ] {811bc360-1352-4a02-86b9-cd4c0d9e3a8d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7296 | 2024.09.24 04:36:49.921576 [ 3 ] {811bc360-1352-4a02-86b9-cd4c0d9e3a8d} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7297 | 2024.09.24 04:36:49.921648 [ 3 ] {811bc360-1352-4a02-86b9-cd4c0d9e3a8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7298 | 2024.09.24 04:36:49.922471 [ 3 ] {811bc360-1352-4a02-86b9-cd4c0d9e3a8d} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
7299 | 2024.09.24 04:36:49.923008 [ 3 ] {811bc360-1352-4a02-86b9-cd4c0d9e3a8d} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7300 | 2024.09.24 04:36:49.923414 [ 3 ] {811bc360-1352-4a02-86b9-cd4c0d9e3a8d} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.004211 sec., 4037.045832343861 rows/sec., 303.57 KiB/sec. | ||
7301 | 2024.09.24 04:36:49.923415 [ 196 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3300 rows, containing 5 columns (5 merged, 0 gathered) in 0.005451405 sec., 605348.5294158111 rows/sec., 52.95 MiB/sec. | ||
7302 | 2024.09.24 04:36:49.923722 [ 3 ] {811bc360-1352-4a02-86b9-cd4c0d9e3a8d} <Debug> DynamicQueryHandler: Done processing query | ||
7303 | 2024.09.24 04:36:49.923762 [ 3 ] {811bc360-1352-4a02-86b9-cd4c0d9e3a8d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7304 | 2024.09.24 04:36:49.923785 [ 3 ] {} <Debug> HTTP-Session: dbd3bd1f-a619-4e27-a15f-daadb53ef994 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7305 | 2024.09.24 04:36:49.923794 [ 197 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7306 | 2024.09.24 04:36:49.923936 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 13756, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7307 | 2024.09.24 04:36:49.924031 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7308 | 2024.09.24 04:36:49.924057 [ 3 ] {} <Debug> HTTP-Session: 929bbe53-1d65-4247-86a8-178b3bf10b65 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
7309 | 2024.09.24 04:36:49.924087 [ 3 ] {} <Debug> HTTP-Session: 929bbe53-1d65-4247-86a8-178b3bf10b65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7310 | 2024.09.24 04:36:49.924102 [ 3 ] {} <Debug> HTTP-Session: 929bbe53-1d65-4247-86a8-178b3bf10b65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7311 | 2024.09.24 04:36:49.924250 [ 3 ] {} <Trace> HTTP-Session: 929bbe53-1d65-4247-86a8-178b3bf10b65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7312 | 2024.09.24 04:36:49.924573 [ 3 ] {c18f8f3d-07a7-4495-8487-b82b1e7fe3ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7313 | 2024.09.24 04:36:49.924644 [ 3 ] {c18f8f3d-07a7-4495-8487-b82b1e7fe3ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7314 | 2024.09.24 04:36:49.924777 [ 197 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_36_7} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7315 | 2024.09.24 04:36:49.925010 [ 197 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_36_7} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7316 | 2024.09.24 04:36:49.925213 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
7317 | 2024.09.24 04:36:49.925298 [ 3 ] {c18f8f3d-07a7-4495-8487-b82b1e7fe3ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7318 | 2024.09.24 04:36:49.925703 [ 3 ] {c18f8f3d-07a7-4495-8487-b82b1e7fe3ac} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7319 | 2024.09.24 04:36:49.925741 [ 3 ] {c18f8f3d-07a7-4495-8487-b82b1e7fe3ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7320 | 2024.09.24 04:36:49.926130 [ 3 ] {c18f8f3d-07a7-4495-8487-b82b1e7fe3ac} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7321 | 2024.09.24 04:36:49.926503 [ 3 ] {c18f8f3d-07a7-4495-8487-b82b1e7fe3ac} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7322 | 2024.09.24 04:36:49.926649 [ 3 ] {c18f8f3d-07a7-4495-8487-b82b1e7fe3ac} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.002185 sec., 37070.93821510298 rows/sec., 2.89 MiB/sec. | ||
7323 | 2024.09.24 04:36:49.926670 [ 72 ] {} <Debug> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7324 | 2024.09.24 04:36:49.926750 [ 72 ] {} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7325 | 2024.09.24 04:36:49.926805 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7326 | 2024.09.24 04:36:49.926960 [ 3 ] {c18f8f3d-07a7-4495-8487-b82b1e7fe3ac} <Debug> DynamicQueryHandler: Done processing query | ||
7327 | 2024.09.24 04:36:49.926986 [ 196 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::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 | ||
7328 | 2024.09.24 04:36:49.927007 [ 3 ] {c18f8f3d-07a7-4495-8487-b82b1e7fe3ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
7329 | 2024.09.24 04:36:49.927063 [ 3 ] {} <Debug> HTTP-Session: 929bbe53-1d65-4247-86a8-178b3bf10b65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7330 | 2024.09.24 04:36:49.927188 [ 196 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7331 | 2024.09.24 04:36:49.927225 [ 196 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 913 rows starting from the beginning of the part | ||
7332 | 2024.09.24 04:36:49.927273 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7333 | 2024.09.24 04:36:49.927434 [ 196 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 85 rows starting from the beginning of the part | ||
7334 | 2024.09.24 04:36:49.927464 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7335 | 2024.09.24 04:36:49.927547 [ 3 ] {} <Debug> HTTP-Session: f7b9c2f1-5d1f-456f-b5f7-896f6473d87d Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
7336 | 2024.09.24 04:36:49.927628 [ 3 ] {} <Debug> HTTP-Session: f7b9c2f1-5d1f-456f-b5f7-896f6473d87d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7337 | 2024.09.24 04:36:49.927675 [ 3 ] {} <Debug> HTTP-Session: f7b9c2f1-5d1f-456f-b5f7-896f6473d87d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7338 | 2024.09.24 04:36:49.927719 [ 196 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 406 rows starting from the beginning of the part | ||
7339 | 2024.09.24 04:36:49.927796 [ 3 ] {} <Trace> HTTP-Session: f7b9c2f1-5d1f-456f-b5f7-896f6473d87d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7340 | 2024.09.24 04:36:49.928062 [ 196 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 541 rows starting from the beginning of the part | ||
7341 | 2024.09.24 04:36:49.928248 [ 3 ] {95fe7ab2-aebf-4343-a61a-740c5b32e757} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7342 | 2024.09.24 04:36:49.928341 [ 196 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 406 rows starting from the beginning of the part | ||
7343 | 2024.09.24 04:36:49.928407 [ 3 ] {95fe7ab2-aebf-4343-a61a-740c5b32e757} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7344 | 2024.09.24 04:36:49.928716 [ 196 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 81 rows starting from the beginning of the part | ||
7345 | 2024.09.24 04:36:49.929385 [ 3 ] {95fe7ab2-aebf-4343-a61a-740c5b32e757} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7346 | 2024.09.24 04:36:49.930380 [ 3 ] {95fe7ab2-aebf-4343-a61a-740c5b32e757} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7347 | 2024.09.24 04:36:49.930449 [ 3 ] {95fe7ab2-aebf-4343-a61a-740c5b32e757} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7348 | 2024.09.24 04:36:49.931326 [ 3 ] {95fe7ab2-aebf-4343-a61a-740c5b32e757} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
7349 | 2024.09.24 04:36:49.932010 [ 200 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2432 rows, containing 5 columns (5 merged, 0 gathered) in 0.005128059 sec., 474253.51385387726 rows/sec., 36.39 MiB/sec. | ||
7350 | 2024.09.24 04:36:49.932251 [ 200 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7351 | 2024.09.24 04:36:49.932258 [ 3 ] {95fe7ab2-aebf-4343-a61a-740c5b32e757} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7352 | 2024.09.24 04:36:49.932617 [ 3 ] {95fe7ab2-aebf-4343-a61a-740c5b32e757} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00458 sec., 34934.49781659389 rows/sec., 2.43 MiB/sec. | ||
7353 | 2024.09.24 04:36:49.933133 [ 3 ] {95fe7ab2-aebf-4343-a61a-740c5b32e757} <Debug> DynamicQueryHandler: Done processing query | ||
7354 | 2024.09.24 04:36:49.933173 [ 3 ] {95fe7ab2-aebf-4343-a61a-740c5b32e757} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7355 | 2024.09.24 04:36:49.933196 [ 3 ] {} <Debug> HTTP-Session: f7b9c2f1-5d1f-456f-b5f7-896f6473d87d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7356 | 2024.09.24 04:36:49.933296 [ 200 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_36_7} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7357 | 2024.09.24 04:36:49.933397 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 28938, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7358 | 2024.09.24 04:36:49.933433 [ 200 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_36_7} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7359 | 2024.09.24 04:36:49.933475 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7360 | 2024.09.24 04:36:49.933538 [ 3 ] {} <Debug> HTTP-Session: dac4f6d0-cc91-4096-aed2-35c4bfd90d47 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
7361 | 2024.09.24 04:36:49.933582 [ 3 ] {} <Debug> HTTP-Session: dac4f6d0-cc91-4096-aed2-35c4bfd90d47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7362 | 2024.09.24 04:36:49.933583 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
7363 | 2024.09.24 04:36:49.933606 [ 3 ] {} <Debug> HTTP-Session: dac4f6d0-cc91-4096-aed2-35c4bfd90d47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7364 | 2024.09.24 04:36:49.933662 [ 3 ] {} <Trace> HTTP-Session: dac4f6d0-cc91-4096-aed2-35c4bfd90d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7365 | 2024.09.24 04:36:49.934052 [ 3 ] {55777ea0-3405-4e59-9e9b-27209fb75ed6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
7366 | 2024.09.24 04:36:49.934134 [ 3 ] {55777ea0-3405-4e59-9e9b-27209fb75ed6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
7367 | 2024.09.24 04:36:49.934617 [ 3 ] {55777ea0-3405-4e59-9e9b-27209fb75ed6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7368 | 2024.09.24 04:36:49.935251 [ 3 ] {55777ea0-3405-4e59-9e9b-27209fb75ed6} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7369 | 2024.09.24 04:36:49.935287 [ 3 ] {55777ea0-3405-4e59-9e9b-27209fb75ed6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7370 | 2024.09.24 04:36:49.935929 [ 3 ] {55777ea0-3405-4e59-9e9b-27209fb75ed6} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
7371 | 2024.09.24 04:36:49.936352 [ 3 ] {55777ea0-3405-4e59-9e9b-27209fb75ed6} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7372 | 2024.09.24 04:36:49.936547 [ 3 ] {55777ea0-3405-4e59-9e9b-27209fb75ed6} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002794 sec., 6084.466714387974 rows/sec., 10.90 MiB/sec. | ||
7373 | 2024.09.24 04:36:49.936791 [ 3 ] {55777ea0-3405-4e59-9e9b-27209fb75ed6} <Debug> DynamicQueryHandler: Done processing query | ||
7374 | 2024.09.24 04:36:49.936816 [ 3 ] {55777ea0-3405-4e59-9e9b-27209fb75ed6} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
7375 | 2024.09.24 04:36:49.936832 [ 3 ] {} <Debug> HTTP-Session: dac4f6d0-cc91-4096-aed2-35c4bfd90d47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7376 | 2024.09.24 04:36:49.936971 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7377 | 2024.09.24 04:36:49.937023 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7378 | 2024.09.24 04:36:49.937042 [ 3 ] {} <Debug> HTTP-Session: e7d613d3-433a-4ba8-bac3-9e624df81724 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
7379 | 2024.09.24 04:36:49.937059 [ 3 ] {} <Debug> HTTP-Session: e7d613d3-433a-4ba8-bac3-9e624df81724 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7380 | 2024.09.24 04:36:49.937072 [ 3 ] {} <Debug> HTTP-Session: e7d613d3-433a-4ba8-bac3-9e624df81724 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7381 | 2024.09.24 04:36:49.937107 [ 3 ] {} <Trace> HTTP-Session: e7d613d3-433a-4ba8-bac3-9e624df81724 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7382 | 2024.09.24 04:36:49.937229 [ 3 ] {1fd90845-9c6b-4991-bff4-21bcc9c29c10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7383 | 2024.09.24 04:36:49.937276 [ 3 ] {1fd90845-9c6b-4991-bff4-21bcc9c29c10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7384 | 2024.09.24 04:36:49.937407 [ 3 ] {1fd90845-9c6b-4991-bff4-21bcc9c29c10} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7385 | 2024.09.24 04:36:49.937722 [ 3 ] {1fd90845-9c6b-4991-bff4-21bcc9c29c10} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7386 | 2024.09.24 04:36:49.937758 [ 3 ] {1fd90845-9c6b-4991-bff4-21bcc9c29c10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7387 | 2024.09.24 04:36:49.938138 [ 3 ] {1fd90845-9c6b-4991-bff4-21bcc9c29c10} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
7388 | 2024.09.24 04:36:49.938475 [ 3 ] {1fd90845-9c6b-4991-bff4-21bcc9c29c10} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7389 | 2024.09.24 04:36:49.938626 [ 3 ] {1fd90845-9c6b-4991-bff4-21bcc9c29c10} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001433 sec., 41870.2023726448 rows/sec., 2.82 MiB/sec. | ||
7390 | 2024.09.24 04:36:49.938794 [ 3 ] {1fd90845-9c6b-4991-bff4-21bcc9c29c10} <Debug> DynamicQueryHandler: Done processing query | ||
7391 | 2024.09.24 04:36:49.938817 [ 3 ] {1fd90845-9c6b-4991-bff4-21bcc9c29c10} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7392 | 2024.09.24 04:36:49.938833 [ 3 ] {} <Debug> HTTP-Session: e7d613d3-433a-4ba8-bac3-9e624df81724 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7393 | 2024.09.24 04:36:54.921607 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 35148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7394 | 2024.09.24 04:36:54.921744 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7395 | 2024.09.24 04:36:54.921768 [ 3 ] {} <Debug> HTTP-Session: 04a34e96-77d9-4895-b6e5-933f3187c521 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
7396 | 2024.09.24 04:36:54.921794 [ 3 ] {} <Debug> HTTP-Session: 04a34e96-77d9-4895-b6e5-933f3187c521 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7397 | 2024.09.24 04:36:54.921809 [ 3 ] {} <Debug> HTTP-Session: 04a34e96-77d9-4895-b6e5-933f3187c521 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7398 | 2024.09.24 04:36:54.921860 [ 3 ] {} <Trace> HTTP-Session: 04a34e96-77d9-4895-b6e5-933f3187c521 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7399 | 2024.09.24 04:36:54.922113 [ 3 ] {7baf4d60-f5cd-43c6-98d4-e35af00efc69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7400 | 2024.09.24 04:36:54.922181 [ 3 ] {7baf4d60-f5cd-43c6-98d4-e35af00efc69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7401 | 2024.09.24 04:36:54.922523 [ 3 ] {7baf4d60-f5cd-43c6-98d4-e35af00efc69} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7402 | 2024.09.24 04:36:54.923156 [ 3 ] {7baf4d60-f5cd-43c6-98d4-e35af00efc69} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7403 | 2024.09.24 04:36:54.923199 [ 3 ] {7baf4d60-f5cd-43c6-98d4-e35af00efc69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7404 | 2024.09.24 04:36:54.923644 [ 3 ] {7baf4d60-f5cd-43c6-98d4-e35af00efc69} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7405 | 2024.09.24 04:36:54.924038 [ 3 ] {7baf4d60-f5cd-43c6-98d4-e35af00efc69} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7406 | 2024.09.24 04:36:54.924188 [ 3 ] {7baf4d60-f5cd-43c6-98d4-e35af00efc69} <Debug> executeQuery: Read 233 rows, 20.98 KiB in 0.002183 sec., 106733.85249656436 rows/sec., 9.39 MiB/sec. | ||
7407 | 2024.09.24 04:36:54.924403 [ 3 ] {7baf4d60-f5cd-43c6-98d4-e35af00efc69} <Debug> DynamicQueryHandler: Done processing query | ||
7408 | 2024.09.24 04:36:54.924430 [ 3 ] {7baf4d60-f5cd-43c6-98d4-e35af00efc69} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
7409 | 2024.09.24 04:36:54.924448 [ 3 ] {} <Debug> HTTP-Session: 04a34e96-77d9-4895-b6e5-933f3187c521 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7410 | 2024.09.24 04:36:54.924654 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7411 | 2024.09.24 04:36:54.924708 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7412 | 2024.09.24 04:36:54.924728 [ 3 ] {} <Debug> HTTP-Session: 21946871-f0dc-4221-819e-e861d85b6654 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
7413 | 2024.09.24 04:36:54.924746 [ 3 ] {} <Debug> HTTP-Session: 21946871-f0dc-4221-819e-e861d85b6654 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7414 | 2024.09.24 04:36:54.924760 [ 3 ] {} <Debug> HTTP-Session: 21946871-f0dc-4221-819e-e861d85b6654 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7415 | 2024.09.24 04:36:54.924792 [ 3 ] {} <Trace> HTTP-Session: 21946871-f0dc-4221-819e-e861d85b6654 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7416 | 2024.09.24 04:36:54.924900 [ 3 ] {9d596d95-ae85-4332-bbdd-66eb266eaa60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7417 | 2024.09.24 04:36:54.924945 [ 3 ] {9d596d95-ae85-4332-bbdd-66eb266eaa60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7418 | 2024.09.24 04:36:54.925175 [ 3 ] {9d596d95-ae85-4332-bbdd-66eb266eaa60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7419 | 2024.09.24 04:36:54.925557 [ 3 ] {9d596d95-ae85-4332-bbdd-66eb266eaa60} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7420 | 2024.09.24 04:36:54.925594 [ 3 ] {9d596d95-ae85-4332-bbdd-66eb266eaa60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7421 | 2024.09.24 04:36:54.925942 [ 3 ] {9d596d95-ae85-4332-bbdd-66eb266eaa60} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7422 | 2024.09.24 04:36:54.926319 [ 3 ] {9d596d95-ae85-4332-bbdd-66eb266eaa60} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7423 | 2024.09.24 04:36:54.926445 [ 69 ] {} <Debug> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7424 | 2024.09.24 04:36:54.926449 [ 3 ] {9d596d95-ae85-4332-bbdd-66eb266eaa60} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.001579 sec., 13932.868904369854 rows/sec., 1.02 MiB/sec. | ||
7425 | 2024.09.24 04:36:54.926485 [ 69 ] {} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7426 | 2024.09.24 04:36:54.926521 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7427 | 2024.09.24 04:36:54.926724 [ 3 ] {9d596d95-ae85-4332-bbdd-66eb266eaa60} <Debug> DynamicQueryHandler: Done processing query | ||
7428 | 2024.09.24 04:36:54.926724 [ 190 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::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 | ||
7429 | 2024.09.24 04:36:54.926755 [ 3 ] {9d596d95-ae85-4332-bbdd-66eb266eaa60} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7430 | 2024.09.24 04:36:54.926831 [ 3 ] {} <Debug> HTTP-Session: 21946871-f0dc-4221-819e-e861d85b6654 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7431 | 2024.09.24 04:36:54.927128 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7432 | 2024.09.24 04:36:54.927330 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7433 | 2024.09.24 04:36:54.927449 [ 3 ] {} <Debug> HTTP-Session: 54184d32-c738-4d78-8dba-fefaa7cdaff1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
7434 | 2024.09.24 04:36:54.927543 [ 190 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7435 | 2024.09.24 04:36:54.927551 [ 3 ] {} <Debug> HTTP-Session: 54184d32-c738-4d78-8dba-fefaa7cdaff1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7436 | 2024.09.24 04:36:54.927631 [ 3 ] {} <Debug> HTTP-Session: 54184d32-c738-4d78-8dba-fefaa7cdaff1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7437 | 2024.09.24 04:36:54.927673 [ 190 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 57 rows starting from the beginning of the part | ||
7438 | 2024.09.24 04:36:54.927723 [ 3 ] {} <Trace> HTTP-Session: 54184d32-c738-4d78-8dba-fefaa7cdaff1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7439 | 2024.09.24 04:36:54.927783 [ 190 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 24 rows starting from the beginning of the part | ||
7440 | 2024.09.24 04:36:54.928056 [ 3 ] {9f1ed73a-16bb-48a0-97d2-0075d1177fc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
7441 | 2024.09.24 04:36:54.928255 [ 190 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 21 rows starting from the beginning of the part | ||
7442 | 2024.09.24 04:36:54.928254 [ 3 ] {9f1ed73a-16bb-48a0-97d2-0075d1177fc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7443 | 2024.09.24 04:36:54.928517 [ 190 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 24 rows starting from the beginning of the part | ||
7444 | 2024.09.24 04:36:54.928880 [ 190 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 17 rows starting from the beginning of the part | ||
7445 | 2024.09.24 04:36:54.929312 [ 190 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 22 rows starting from the beginning of the part | ||
7446 | 2024.09.24 04:36:54.930007 [ 3 ] {9f1ed73a-16bb-48a0-97d2-0075d1177fc1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7447 | 2024.09.24 04:36:54.930576 [ 3 ] {9f1ed73a-16bb-48a0-97d2-0075d1177fc1} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7448 | 2024.09.24 04:36:54.930628 [ 3 ] {9f1ed73a-16bb-48a0-97d2-0075d1177fc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7449 | 2024.09.24 04:36:54.931312 [ 3 ] {9f1ed73a-16bb-48a0-97d2-0075d1177fc1} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
7450 | 2024.09.24 04:36:54.931325 [ 194 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 165 rows, containing 5 columns (5 merged, 0 gathered) in 0.004734961 sec., 34847.17191968424 rows/sec., 2.66 MiB/sec. | ||
7451 | 2024.09.24 04:36:54.931559 [ 200 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7452 | 2024.09.24 04:36:54.932306 [ 3 ] {9f1ed73a-16bb-48a0-97d2-0075d1177fc1} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7453 | 2024.09.24 04:36:54.932564 [ 69 ] {} <Debug> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
7454 | 2024.09.24 04:36:54.932577 [ 200 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_36_7} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7455 | 2024.09.24 04:36:54.932635 [ 69 ] {} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7456 | 2024.09.24 04:36:54.932640 [ 3 ] {9f1ed73a-16bb-48a0-97d2-0075d1177fc1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004752 sec., 2946.127946127946 rows/sec., 206.33 KiB/sec. | ||
7457 | 2024.09.24 04:36:54.932689 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7458 | 2024.09.24 04:36:54.932953 [ 200 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_36_7} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7459 | 2024.09.24 04:36:54.933108 [ 190 ] {80399c63-440f-4294-b79d-4996168f9902::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 | ||
7460 | 2024.09.24 04:36:54.933242 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
7461 | 2024.09.24 04:36:54.933276 [ 3 ] {9f1ed73a-16bb-48a0-97d2-0075d1177fc1} <Debug> DynamicQueryHandler: Done processing query | ||
7462 | 2024.09.24 04:36:54.933343 [ 3 ] {9f1ed73a-16bb-48a0-97d2-0075d1177fc1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7463 | 2024.09.24 04:36:54.933372 [ 3 ] {} <Debug> HTTP-Session: 54184d32-c738-4d78-8dba-fefaa7cdaff1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7464 | 2024.09.24 04:36:54.933414 [ 190 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7465 | 2024.09.24 04:36:54.933443 [ 190 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 243 rows starting from the beginning of the part | ||
7466 | 2024.09.24 04:36:54.933508 [ 190 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part | ||
7467 | 2024.09.24 04:36:54.933605 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7468 | 2024.09.24 04:36:54.933805 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7469 | 2024.09.24 04:36:54.933893 [ 190 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part | ||
7470 | 2024.09.24 04:36:54.933901 [ 3 ] {} <Debug> HTTP-Session: 0b5ba221-8d79-4325-a0fc-5ce5a6f65084 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
7471 | 2024.09.24 04:36:54.933973 [ 3 ] {} <Debug> HTTP-Session: 0b5ba221-8d79-4325-a0fc-5ce5a6f65084 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7472 | 2024.09.24 04:36:54.934052 [ 3 ] {} <Debug> HTTP-Session: 0b5ba221-8d79-4325-a0fc-5ce5a6f65084 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7473 | 2024.09.24 04:36:54.934213 [ 3 ] {} <Trace> HTTP-Session: 0b5ba221-8d79-4325-a0fc-5ce5a6f65084 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7474 | 2024.09.24 04:36:54.934233 [ 190 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 228 rows starting from the beginning of the part | ||
7475 | 2024.09.24 04:36:54.934532 [ 3 ] {8444bd87-a73f-4002-a4b0-4a9b6a9a4b99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
7476 | 2024.09.24 04:36:54.934566 [ 190 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part | ||
7477 | 2024.09.24 04:36:54.934673 [ 3 ] {8444bd87-a73f-4002-a4b0-4a9b6a9a4b99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
7478 | 2024.09.24 04:36:54.934933 [ 190 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part | ||
7479 | 2024.09.24 04:36:54.935619 [ 3 ] {8444bd87-a73f-4002-a4b0-4a9b6a9a4b99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7480 | 2024.09.24 04:36:54.936153 [ 3 ] {8444bd87-a73f-4002-a4b0-4a9b6a9a4b99} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7481 | 2024.09.24 04:36:54.936199 [ 3 ] {8444bd87-a73f-4002-a4b0-4a9b6a9a4b99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7482 | 2024.09.24 04:36:54.936801 [ 3 ] {8444bd87-a73f-4002-a4b0-4a9b6a9a4b99} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
7483 | 2024.09.24 04:36:54.936811 [ 190 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.003983485 sec., 132296.21801010924 rows/sec., 8.99 MiB/sec. | ||
7484 | 2024.09.24 04:36:54.936942 [ 190 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
7485 | 2024.09.24 04:36:54.937375 [ 3 ] {8444bd87-a73f-4002-a4b0-4a9b6a9a4b99} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7486 | 2024.09.24 04:36:54.937567 [ 3 ] {8444bd87-a73f-4002-a4b0-4a9b6a9a4b99} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.003177 sec., 1888.5741265344664 rows/sec., 111.58 KiB/sec. | ||
7487 | 2024.09.24 04:36:54.937573 [ 190 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_21_4} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7488 | 2024.09.24 04:36:54.937823 [ 190 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_21_4} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
7489 | 2024.09.24 04:36:54.937966 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
7490 | 2024.09.24 04:36:54.937995 [ 3 ] {8444bd87-a73f-4002-a4b0-4a9b6a9a4b99} <Debug> DynamicQueryHandler: Done processing query | ||
7491 | 2024.09.24 04:36:54.938026 [ 3 ] {8444bd87-a73f-4002-a4b0-4a9b6a9a4b99} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7492 | 2024.09.24 04:36:54.938042 [ 3 ] {} <Debug> HTTP-Session: 0b5ba221-8d79-4325-a0fc-5ce5a6f65084 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7493 | 2024.09.24 04:36:54.938222 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 65498, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7494 | 2024.09.24 04:36:54.938271 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7495 | 2024.09.24 04:36:54.938289 [ 3 ] {} <Debug> HTTP-Session: 4d7c251d-387d-4cd3-b10a-41d71c78085e Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
7496 | 2024.09.24 04:36:54.938305 [ 3 ] {} <Debug> HTTP-Session: 4d7c251d-387d-4cd3-b10a-41d71c78085e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7497 | 2024.09.24 04:36:54.938319 [ 3 ] {} <Debug> HTTP-Session: 4d7c251d-387d-4cd3-b10a-41d71c78085e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7498 | 2024.09.24 04:36:54.938349 [ 3 ] {} <Trace> HTTP-Session: 4d7c251d-387d-4cd3-b10a-41d71c78085e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7499 | 2024.09.24 04:36:54.938555 [ 3 ] {9a2173d3-47bc-4e80-95c8-304c87b3c828} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7500 | 2024.09.24 04:36:54.938598 [ 3 ] {9a2173d3-47bc-4e80-95c8-304c87b3c828} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7501 | 2024.09.24 04:36:54.938820 [ 3 ] {9a2173d3-47bc-4e80-95c8-304c87b3c828} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7502 | 2024.09.24 04:36:54.939426 [ 3 ] {9a2173d3-47bc-4e80-95c8-304c87b3c828} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7503 | 2024.09.24 04:36:54.939461 [ 3 ] {9a2173d3-47bc-4e80-95c8-304c87b3c828} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7504 | 2024.09.24 04:36:54.939833 [ 3 ] {9a2173d3-47bc-4e80-95c8-304c87b3c828} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7505 | 2024.09.24 04:36:54.940189 [ 3 ] {9a2173d3-47bc-4e80-95c8-304c87b3c828} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7506 | 2024.09.24 04:36:54.940312 [ 3 ] {9a2173d3-47bc-4e80-95c8-304c87b3c828} <Debug> executeQuery: Read 404 rows, 29.44 KiB in 0.001868 sec., 216274.08993576016 rows/sec., 15.39 MiB/sec. | ||
7507 | 2024.09.24 04:36:54.940476 [ 3 ] {9a2173d3-47bc-4e80-95c8-304c87b3c828} <Debug> DynamicQueryHandler: Done processing query | ||
7508 | 2024.09.24 04:36:54.940501 [ 3 ] {9a2173d3-47bc-4e80-95c8-304c87b3c828} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
7509 | 2024.09.24 04:36:54.940516 [ 3 ] {} <Debug> HTTP-Session: 4d7c251d-387d-4cd3-b10a-41d71c78085e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7510 | 2024.09.24 04:36:54.940740 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7511 | 2024.09.24 04:36:54.940788 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7512 | 2024.09.24 04:36:54.940807 [ 3 ] {} <Debug> HTTP-Session: 4a2fcf8b-9d4e-47ba-8433-9e5d1c1b95a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
7513 | 2024.09.24 04:36:54.940824 [ 3 ] {} <Debug> HTTP-Session: 4a2fcf8b-9d4e-47ba-8433-9e5d1c1b95a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7514 | 2024.09.24 04:36:54.940838 [ 3 ] {} <Debug> HTTP-Session: 4a2fcf8b-9d4e-47ba-8433-9e5d1c1b95a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7515 | 2024.09.24 04:36:54.940870 [ 3 ] {} <Trace> HTTP-Session: 4a2fcf8b-9d4e-47ba-8433-9e5d1c1b95a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7516 | 2024.09.24 04:36:54.940965 [ 3 ] {065bd460-4e0a-4132-9fb9-62b3f2a60730} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7517 | 2024.09.24 04:36:54.941010 [ 3 ] {065bd460-4e0a-4132-9fb9-62b3f2a60730} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7518 | 2024.09.24 04:36:54.941138 [ 3 ] {065bd460-4e0a-4132-9fb9-62b3f2a60730} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7519 | 2024.09.24 04:36:54.941432 [ 3 ] {065bd460-4e0a-4132-9fb9-62b3f2a60730} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7520 | 2024.09.24 04:36:54.941467 [ 3 ] {065bd460-4e0a-4132-9fb9-62b3f2a60730} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7521 | 2024.09.24 04:36:54.941818 [ 3 ] {065bd460-4e0a-4132-9fb9-62b3f2a60730} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
7522 | 2024.09.24 04:36:54.942141 [ 3 ] {065bd460-4e0a-4132-9fb9-62b3f2a60730} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7523 | 2024.09.24 04:36:54.942267 [ 69 ] {} <Debug> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
7524 | 2024.09.24 04:36:54.942273 [ 3 ] {065bd460-4e0a-4132-9fb9-62b3f2a60730} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001332 sec., 4504.504504504504 rows/sec., 235.34 KiB/sec. | ||
7525 | 2024.09.24 04:36:54.942302 [ 69 ] {} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7526 | 2024.09.24 04:36:54.942336 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7527 | 2024.09.24 04:36:54.942550 [ 3 ] {065bd460-4e0a-4132-9fb9-62b3f2a60730} <Debug> DynamicQueryHandler: Done processing query | ||
7528 | 2024.09.24 04:36:54.942615 [ 194 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
7529 | 2024.09.24 04:36:54.942634 [ 3 ] {065bd460-4e0a-4132-9fb9-62b3f2a60730} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7530 | 2024.09.24 04:36:54.942725 [ 3 ] {} <Debug> HTTP-Session: 4a2fcf8b-9d4e-47ba-8433-9e5d1c1b95a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7531 | 2024.09.24 04:36:54.942905 [ 194 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7532 | 2024.09.24 04:36:54.942918 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 44612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7533 | 2024.09.24 04:36:54.942950 [ 194 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 60 rows starting from the beginning of the part | ||
7534 | 2024.09.24 04:36:54.942981 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7535 | 2024.09.24 04:36:54.943013 [ 3 ] {} <Debug> HTTP-Session: 213656c0-83e4-4599-9278-0464bd15cf77 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
7536 | 2024.09.24 04:36:54.943074 [ 3 ] {} <Debug> HTTP-Session: 213656c0-83e4-4599-9278-0464bd15cf77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7537 | 2024.09.24 04:36:54.943074 [ 194 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
7538 | 2024.09.24 04:36:54.943152 [ 3 ] {} <Debug> HTTP-Session: 213656c0-83e4-4599-9278-0464bd15cf77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7539 | 2024.09.24 04:36:54.943303 [ 3 ] {} <Trace> HTTP-Session: 213656c0-83e4-4599-9278-0464bd15cf77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7540 | 2024.09.24 04:36:54.943448 [ 194 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
7541 | 2024.09.24 04:36:54.943731 [ 194 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
7542 | 2024.09.24 04:36:54.943769 [ 3 ] {34c5c119-9cb6-4f6d-b924-8785c57987cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7543 | 2024.09.24 04:36:54.943955 [ 3 ] {34c5c119-9cb6-4f6d-b924-8785c57987cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7544 | 2024.09.24 04:36:54.943977 [ 194 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
7545 | 2024.09.24 04:36:54.944296 [ 194 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
7546 | 2024.09.24 04:36:54.944696 [ 3 ] {34c5c119-9cb6-4f6d-b924-8785c57987cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7547 | 2024.09.24 04:36:54.945260 [ 3 ] {34c5c119-9cb6-4f6d-b924-8785c57987cf} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7548 | 2024.09.24 04:36:54.945303 [ 3 ] {34c5c119-9cb6-4f6d-b924-8785c57987cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7549 | 2024.09.24 04:36:54.945725 [ 194 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.003328081 sec., 27042.611042219225 rows/sec., 1.38 MiB/sec. | ||
7550 | 2024.09.24 04:36:54.945945 [ 200 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
7551 | 2024.09.24 04:36:54.945962 [ 3 ] {34c5c119-9cb6-4f6d-b924-8785c57987cf} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
7552 | 2024.09.24 04:36:54.946817 [ 3 ] {34c5c119-9cb6-4f6d-b924-8785c57987cf} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7553 | 2024.09.24 04:36:54.946883 [ 200 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_15_3} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7554 | 2024.09.24 04:36:54.947106 [ 200 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_15_3} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
7555 | 2024.09.24 04:36:54.947120 [ 3 ] {34c5c119-9cb6-4f6d-b924-8785c57987cf} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00356 sec., 66573.03370786518 rows/sec., 4.46 MiB/sec. | ||
7556 | 2024.09.24 04:36:54.947384 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
7557 | 2024.09.24 04:36:54.947515 [ 3 ] {34c5c119-9cb6-4f6d-b924-8785c57987cf} <Debug> DynamicQueryHandler: Done processing query | ||
7558 | 2024.09.24 04:36:54.947545 [ 3 ] {34c5c119-9cb6-4f6d-b924-8785c57987cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
7559 | 2024.09.24 04:36:54.947561 [ 3 ] {} <Debug> HTTP-Session: 213656c0-83e4-4599-9278-0464bd15cf77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7560 | 2024.09.24 04:36:54.947752 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7561 | 2024.09.24 04:36:54.947799 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7562 | 2024.09.24 04:36:54.947817 [ 3 ] {} <Debug> HTTP-Session: 85b5dc79-12ad-4bf9-b5d4-e5239b6c6d9f Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
7563 | 2024.09.24 04:36:54.947834 [ 3 ] {} <Debug> HTTP-Session: 85b5dc79-12ad-4bf9-b5d4-e5239b6c6d9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7564 | 2024.09.24 04:36:54.947847 [ 3 ] {} <Debug> HTTP-Session: 85b5dc79-12ad-4bf9-b5d4-e5239b6c6d9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7565 | 2024.09.24 04:36:54.947878 [ 3 ] {} <Trace> HTTP-Session: 85b5dc79-12ad-4bf9-b5d4-e5239b6c6d9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7566 | 2024.09.24 04:36:54.947971 [ 3 ] {e793020d-ae54-4d4f-b3fd-ff6f1b50fbeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
7567 | 2024.09.24 04:36:54.948019 [ 3 ] {e793020d-ae54-4d4f-b3fd-ff6f1b50fbeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
7568 | 2024.09.24 04:36:54.948167 [ 3 ] {e793020d-ae54-4d4f-b3fd-ff6f1b50fbeb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7569 | 2024.09.24 04:36:54.948408 [ 3 ] {e793020d-ae54-4d4f-b3fd-ff6f1b50fbeb} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7570 | 2024.09.24 04:36:54.948442 [ 3 ] {e793020d-ae54-4d4f-b3fd-ff6f1b50fbeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7571 | 2024.09.24 04:36:54.948793 [ 3 ] {e793020d-ae54-4d4f-b3fd-ff6f1b50fbeb} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
7572 | 2024.09.24 04:36:54.949125 [ 3 ] {e793020d-ae54-4d4f-b3fd-ff6f1b50fbeb} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7573 | 2024.09.24 04:36:54.949241 [ 69 ] {} <Debug> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
7574 | 2024.09.24 04:36:54.949247 [ 3 ] {e793020d-ae54-4d4f-b3fd-ff6f1b50fbeb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001298 sec., 770.4160246533129 rows/sec., 51.91 KiB/sec. | ||
7575 | 2024.09.24 04:36:54.949276 [ 69 ] {} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7576 | 2024.09.24 04:36:54.949311 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7577 | 2024.09.24 04:36:54.949501 [ 3 ] {e793020d-ae54-4d4f-b3fd-ff6f1b50fbeb} <Debug> DynamicQueryHandler: Done processing query | ||
7578 | 2024.09.24 04:36:54.949571 [ 3 ] {e793020d-ae54-4d4f-b3fd-ff6f1b50fbeb} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
7579 | 2024.09.24 04:36:54.949673 [ 3 ] {} <Debug> HTTP-Session: 85b5dc79-12ad-4bf9-b5d4-e5239b6c6d9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7580 | 2024.09.24 04:36:54.949774 [ 193 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::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 | ||
7581 | 2024.09.24 04:36:54.949893 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 36067, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7582 | 2024.09.24 04:36:54.950010 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7583 | 2024.09.24 04:36:54.950066 [ 3 ] {} <Debug> HTTP-Session: 672cb25d-5e94-45fd-899b-a4057fc9a7d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
7584 | 2024.09.24 04:36:54.950094 [ 193 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7585 | 2024.09.24 04:36:54.950101 [ 3 ] {} <Debug> HTTP-Session: 672cb25d-5e94-45fd-899b-a4057fc9a7d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7586 | 2024.09.24 04:36:54.950152 [ 3 ] {} <Debug> HTTP-Session: 672cb25d-5e94-45fd-899b-a4057fc9a7d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7587 | 2024.09.24 04:36:54.950158 [ 193 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 11 rows starting from the beginning of the part | ||
7588 | 2024.09.24 04:36:54.950222 [ 3 ] {} <Trace> HTTP-Session: 672cb25d-5e94-45fd-899b-a4057fc9a7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7589 | 2024.09.24 04:36:54.950435 [ 193 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
7590 | 2024.09.24 04:36:54.950568 [ 193 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
7591 | 2024.09.24 04:36:54.950699 [ 3 ] {64cd644e-0b06-4025-8d15-9dadda0bd2c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
7592 | 2024.09.24 04:36:54.950831 [ 193 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
7593 | 2024.09.24 04:36:54.950989 [ 3 ] {64cd644e-0b06-4025-8d15-9dadda0bd2c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
7594 | 2024.09.24 04:36:54.951201 [ 193 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
7595 | 2024.09.24 04:36:54.951489 [ 193 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
7596 | 2024.09.24 04:36:54.953130 [ 3 ] {64cd644e-0b06-4025-8d15-9dadda0bd2c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7597 | 2024.09.24 04:36:54.954965 [ 193 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16 rows, containing 4 columns (4 merged, 0 gathered) in 0.005567508 sec., 2873.817154820433 rows/sec., 192.94 KiB/sec. | ||
7598 | 2024.09.24 04:36:54.954993 [ 3 ] {64cd644e-0b06-4025-8d15-9dadda0bd2c6} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7599 | 2024.09.24 04:36:54.955052 [ 3 ] {64cd644e-0b06-4025-8d15-9dadda0bd2c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7600 | 2024.09.24 04:36:54.955216 [ 191 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
7601 | 2024.09.24 04:36:54.956250 [ 191 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_16_3} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7602 | 2024.09.24 04:36:54.956466 [ 191 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_16_3} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
7603 | 2024.09.24 04:36:54.956654 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
7604 | 2024.09.24 04:36:54.956677 [ 3 ] {64cd644e-0b06-4025-8d15-9dadda0bd2c6} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7605 | 2024.09.24 04:36:54.957131 [ 3 ] {64cd644e-0b06-4025-8d15-9dadda0bd2c6} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7606 | 2024.09.24 04:36:54.957277 [ 69 ] {} <Debug> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7607 | 2024.09.24 04:36:54.957286 [ 3 ] {64cd644e-0b06-4025-8d15-9dadda0bd2c6} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.006872 sec., 3201.39697322468 rows/sec., 5.74 MiB/sec. | ||
7608 | 2024.09.24 04:36:54.957322 [ 69 ] {} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7609 | 2024.09.24 04:36:54.957373 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7610 | 2024.09.24 04:36:54.957658 [ 191 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::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 | ||
7611 | 2024.09.24 04:36:54.957782 [ 3 ] {64cd644e-0b06-4025-8d15-9dadda0bd2c6} <Debug> DynamicQueryHandler: Done processing query | ||
7612 | 2024.09.24 04:36:54.957830 [ 3 ] {64cd644e-0b06-4025-8d15-9dadda0bd2c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
7613 | 2024.09.24 04:36:54.957883 [ 3 ] {} <Debug> HTTP-Session: 672cb25d-5e94-45fd-899b-a4057fc9a7d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7614 | 2024.09.24 04:36:54.958106 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 12152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7615 | 2024.09.24 04:36:54.958233 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7616 | 2024.09.24 04:36:54.958302 [ 3 ] {} <Debug> HTTP-Session: 3827eb70-c859-4d73-9850-f83a0baad3e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
7617 | 2024.09.24 04:36:54.958321 [ 191 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7618 | 2024.09.24 04:36:54.958340 [ 3 ] {} <Debug> HTTP-Session: 3827eb70-c859-4d73-9850-f83a0baad3e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7619 | 2024.09.24 04:36:54.958397 [ 3 ] {} <Debug> HTTP-Session: 3827eb70-c859-4d73-9850-f83a0baad3e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7620 | 2024.09.24 04:36:54.958485 [ 191 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 594 rows starting from the beginning of the part | ||
7621 | 2024.09.24 04:36:54.958493 [ 3 ] {} <Trace> HTTP-Session: 3827eb70-c859-4d73-9850-f83a0baad3e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7622 | 2024.09.24 04:36:54.958852 [ 3 ] {fdc2ce12-352b-44c2-8e42-fbb87d47f7d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7623 | 2024.09.24 04:36:54.959044 [ 3 ] {fdc2ce12-352b-44c2-8e42-fbb87d47f7d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7624 | 2024.09.24 04:36:54.959164 [ 191 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 22 rows starting from the beginning of the part | ||
7625 | 2024.09.24 04:36:54.960033 [ 191 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 17 rows starting from the beginning of the part | ||
7626 | 2024.09.24 04:36:54.960039 [ 3 ] {fdc2ce12-352b-44c2-8e42-fbb87d47f7d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7627 | 2024.09.24 04:36:54.960660 [ 191 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 22 rows starting from the beginning of the part | ||
7628 | 2024.09.24 04:36:54.961362 [ 3 ] {fdc2ce12-352b-44c2-8e42-fbb87d47f7d1} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7629 | 2024.09.24 04:36:54.961401 [ 191 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 17 rows starting from the beginning of the part | ||
7630 | 2024.09.24 04:36:54.961418 [ 3 ] {fdc2ce12-352b-44c2-8e42-fbb87d47f7d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7631 | 2024.09.24 04:36:54.962112 [ 191 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 22 rows starting from the beginning of the part | ||
7632 | 2024.09.24 04:36:54.962737 [ 3 ] {fdc2ce12-352b-44c2-8e42-fbb87d47f7d1} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
7633 | 2024.09.24 04:36:54.963541 [ 3 ] {fdc2ce12-352b-44c2-8e42-fbb87d47f7d1} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7634 | 2024.09.24 04:36:54.963979 [ 3 ] {fdc2ce12-352b-44c2-8e42-fbb87d47f7d1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005319 sec., 15416.431660086482 rows/sec., 1002.63 KiB/sec. | ||
7635 | 2024.09.24 04:36:54.964278 [ 3 ] {fdc2ce12-352b-44c2-8e42-fbb87d47f7d1} <Debug> DynamicQueryHandler: Done processing query | ||
7636 | 2024.09.24 04:36:54.964310 [ 3 ] {fdc2ce12-352b-44c2-8e42-fbb87d47f7d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7637 | 2024.09.24 04:36:54.964328 [ 3 ] {} <Debug> HTTP-Session: 3827eb70-c859-4d73-9850-f83a0baad3e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7638 | 2024.09.24 04:36:54.967534 [ 191 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 694 rows, containing 19 columns (19 merged, 0 gathered) in 0.010040893 sec., 69117.3583863507 rows/sec., 123.86 MiB/sec. | ||
7639 | 2024.09.24 04:36:54.968297 [ 202 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7640 | 2024.09.24 04:36:54.968901 [ 202 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7641 | 2024.09.24 04:36:54.968978 [ 202 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7642 | 2024.09.24 04:36:54.969109 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.47 MiB. | ||
7643 | 2024.09.24 04:36:59.915462 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 13137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7644 | 2024.09.24 04:36:59.915651 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7645 | 2024.09.24 04:36:59.915696 [ 3 ] {} <Debug> HTTP-Session: 42a4e328-83ef-41c4-9543-99670c1dd2e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
7646 | 2024.09.24 04:36:59.915738 [ 3 ] {} <Debug> HTTP-Session: 42a4e328-83ef-41c4-9543-99670c1dd2e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7647 | 2024.09.24 04:36:59.915768 [ 3 ] {} <Debug> HTTP-Session: 42a4e328-83ef-41c4-9543-99670c1dd2e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7648 | 2024.09.24 04:36:59.915849 [ 3 ] {} <Trace> HTTP-Session: 42a4e328-83ef-41c4-9543-99670c1dd2e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7649 | 2024.09.24 04:36:59.916177 [ 3 ] {c848057c-d382-464c-91ef-204340aaf49e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7650 | 2024.09.24 04:36:59.916246 [ 3 ] {c848057c-d382-464c-91ef-204340aaf49e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7651 | 2024.09.24 04:36:59.916585 [ 3 ] {c848057c-d382-464c-91ef-204340aaf49e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7652 | 2024.09.24 04:36:59.917033 [ 3 ] {c848057c-d382-464c-91ef-204340aaf49e} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7653 | 2024.09.24 04:36:59.917081 [ 3 ] {c848057c-d382-464c-91ef-204340aaf49e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7654 | 2024.09.24 04:36:59.917526 [ 3 ] {c848057c-d382-464c-91ef-204340aaf49e} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7655 | 2024.09.24 04:36:59.917914 [ 3 ] {c848057c-d382-464c-91ef-204340aaf49e} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7656 | 2024.09.24 04:36:59.918105 [ 3 ] {c848057c-d382-464c-91ef-204340aaf49e} <Debug> executeQuery: Read 90 rows, 7.65 KiB in 0.002048 sec., 43945.3125 rows/sec., 3.65 MiB/sec. | ||
7657 | 2024.09.24 04:36:59.918461 [ 3 ] {c848057c-d382-464c-91ef-204340aaf49e} <Debug> DynamicQueryHandler: Done processing query | ||
7658 | 2024.09.24 04:36:59.918499 [ 3 ] {c848057c-d382-464c-91ef-204340aaf49e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
7659 | 2024.09.24 04:36:59.918516 [ 3 ] {} <Debug> HTTP-Session: 42a4e328-83ef-41c4-9543-99670c1dd2e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7660 | 2024.09.24 04:36:59.918670 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 2487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7661 | 2024.09.24 04:36:59.918724 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7662 | 2024.09.24 04:36:59.918743 [ 3 ] {} <Debug> HTTP-Session: 45269105-a804-471d-afad-d6a852e71048 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
7663 | 2024.09.24 04:36:59.918763 [ 3 ] {} <Debug> HTTP-Session: 45269105-a804-471d-afad-d6a852e71048 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7664 | 2024.09.24 04:36:59.918777 [ 3 ] {} <Debug> HTTP-Session: 45269105-a804-471d-afad-d6a852e71048 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7665 | 2024.09.24 04:36:59.918813 [ 3 ] {} <Trace> HTTP-Session: 45269105-a804-471d-afad-d6a852e71048 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7666 | 2024.09.24 04:36:59.918933 [ 3 ] {64a58d9f-3744-407d-8fd0-7d95a8aa30b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7667 | 2024.09.24 04:36:59.918980 [ 3 ] {64a58d9f-3744-407d-8fd0-7d95a8aa30b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7668 | 2024.09.24 04:36:59.919245 [ 3 ] {64a58d9f-3744-407d-8fd0-7d95a8aa30b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7669 | 2024.09.24 04:36:59.919629 [ 3 ] {64a58d9f-3744-407d-8fd0-7d95a8aa30b2} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7670 | 2024.09.24 04:36:59.919667 [ 3 ] {64a58d9f-3744-407d-8fd0-7d95a8aa30b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7671 | 2024.09.24 04:36:59.920023 [ 3 ] {64a58d9f-3744-407d-8fd0-7d95a8aa30b2} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7672 | 2024.09.24 04:36:59.920385 [ 3 ] {64a58d9f-3744-407d-8fd0-7d95a8aa30b2} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7673 | 2024.09.24 04:36:59.920543 [ 3 ] {64a58d9f-3744-407d-8fd0-7d95a8aa30b2} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001642 sec., 10353.227771010963 rows/sec., 778.51 KiB/sec. | ||
7674 | 2024.09.24 04:36:59.920721 [ 3 ] {64a58d9f-3744-407d-8fd0-7d95a8aa30b2} <Debug> DynamicQueryHandler: Done processing query | ||
7675 | 2024.09.24 04:36:59.920746 [ 3 ] {64a58d9f-3744-407d-8fd0-7d95a8aa30b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7676 | 2024.09.24 04:36:59.920762 [ 3 ] {} <Debug> HTTP-Session: 45269105-a804-471d-afad-d6a852e71048 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7677 | 2024.09.24 04:36:59.920901 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 13756, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7678 | 2024.09.24 04:36:59.920952 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7679 | 2024.09.24 04:36:59.920971 [ 3 ] {} <Debug> HTTP-Session: 223843af-c7b7-4d13-9f4c-19480d0a4b29 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
7680 | 2024.09.24 04:36:59.920988 [ 3 ] {} <Debug> HTTP-Session: 223843af-c7b7-4d13-9f4c-19480d0a4b29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7681 | 2024.09.24 04:36:59.921002 [ 3 ] {} <Debug> HTTP-Session: 223843af-c7b7-4d13-9f4c-19480d0a4b29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7682 | 2024.09.24 04:36:59.921034 [ 3 ] {} <Trace> HTTP-Session: 223843af-c7b7-4d13-9f4c-19480d0a4b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7683 | 2024.09.24 04:36:59.921155 [ 3 ] {5563a4ab-d65d-4580-afec-f463b49dce98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7684 | 2024.09.24 04:36:59.921200 [ 3 ] {5563a4ab-d65d-4580-afec-f463b49dce98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7685 | 2024.09.24 04:36:59.921425 [ 3 ] {5563a4ab-d65d-4580-afec-f463b49dce98} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7686 | 2024.09.24 04:36:59.921780 [ 3 ] {5563a4ab-d65d-4580-afec-f463b49dce98} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7687 | 2024.09.24 04:36:59.921817 [ 3 ] {5563a4ab-d65d-4580-afec-f463b49dce98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7688 | 2024.09.24 04:36:59.922173 [ 3 ] {5563a4ab-d65d-4580-afec-f463b49dce98} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7689 | 2024.09.24 04:36:59.922535 [ 3 ] {5563a4ab-d65d-4580-afec-f463b49dce98} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7690 | 2024.09.24 04:36:59.922704 [ 3 ] {5563a4ab-d65d-4580-afec-f463b49dce98} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.001584 sec., 51136.36363636364 rows/sec., 3.99 MiB/sec. | ||
7691 | 2024.09.24 04:36:59.922864 [ 3 ] {5563a4ab-d65d-4580-afec-f463b49dce98} <Debug> DynamicQueryHandler: Done processing query | ||
7692 | 2024.09.24 04:36:59.922888 [ 3 ] {5563a4ab-d65d-4580-afec-f463b49dce98} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
7693 | 2024.09.24 04:36:59.922904 [ 3 ] {} <Debug> HTTP-Session: 223843af-c7b7-4d13-9f4c-19480d0a4b29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7694 | 2024.09.24 04:36:59.923063 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7695 | 2024.09.24 04:36:59.923114 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7696 | 2024.09.24 04:36:59.923133 [ 3 ] {} <Debug> HTTP-Session: 806d5a36-e664-47f0-92df-0e5f961cf3c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
7697 | 2024.09.24 04:36:59.923151 [ 3 ] {} <Debug> HTTP-Session: 806d5a36-e664-47f0-92df-0e5f961cf3c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7698 | 2024.09.24 04:36:59.923165 [ 3 ] {} <Debug> HTTP-Session: 806d5a36-e664-47f0-92df-0e5f961cf3c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7699 | 2024.09.24 04:36:59.923196 [ 3 ] {} <Trace> HTTP-Session: 806d5a36-e664-47f0-92df-0e5f961cf3c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7700 | 2024.09.24 04:36:59.923341 [ 3 ] {ced4c4be-477e-4279-934d-a4e5b7cd88c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7701 | 2024.09.24 04:36:59.923390 [ 3 ] {ced4c4be-477e-4279-934d-a4e5b7cd88c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7702 | 2024.09.24 04:36:59.923533 [ 3 ] {ced4c4be-477e-4279-934d-a4e5b7cd88c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7703 | 2024.09.24 04:36:59.923930 [ 3 ] {ced4c4be-477e-4279-934d-a4e5b7cd88c7} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7704 | 2024.09.24 04:36:59.923967 [ 3 ] {ced4c4be-477e-4279-934d-a4e5b7cd88c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7705 | 2024.09.24 04:36:59.924356 [ 3 ] {ced4c4be-477e-4279-934d-a4e5b7cd88c7} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
7706 | 2024.09.24 04:36:59.924691 [ 3 ] {ced4c4be-477e-4279-934d-a4e5b7cd88c7} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7707 | 2024.09.24 04:36:59.924857 [ 3 ] {ced4c4be-477e-4279-934d-a4e5b7cd88c7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001576 sec., 101522.84263959392 rows/sec., 7.07 MiB/sec. | ||
7708 | 2024.09.24 04:36:59.924858 [ 63 ] {} <Debug> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
7709 | 2024.09.24 04:36:59.924984 [ 63 ] {} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7710 | 2024.09.24 04:36:59.925026 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7711 | 2024.09.24 04:36:59.925111 [ 3 ] {ced4c4be-477e-4279-934d-a4e5b7cd88c7} <Debug> DynamicQueryHandler: Done processing query | ||
7712 | 2024.09.24 04:36:59.925171 [ 3 ] {ced4c4be-477e-4279-934d-a4e5b7cd88c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7713 | 2024.09.24 04:36:59.925217 [ 3 ] {} <Debug> HTTP-Session: 806d5a36-e664-47f0-92df-0e5f961cf3c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7714 | 2024.09.24 04:36:59.925252 [ 188 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::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 | ||
7715 | 2024.09.24 04:36:59.925432 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 28944, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7716 | 2024.09.24 04:36:59.925522 [ 188 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7717 | 2024.09.24 04:36:59.925536 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7718 | 2024.09.24 04:36:59.925598 [ 3 ] {} <Debug> HTTP-Session: ef242ee0-e2c5-4955-87eb-9ed73eaacc3e Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
7719 | 2024.09.24 04:36:59.925615 [ 188 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 9654 rows starting from the beginning of the part | ||
7720 | 2024.09.24 04:36:59.925631 [ 3 ] {} <Debug> HTTP-Session: ef242ee0-e2c5-4955-87eb-9ed73eaacc3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7721 | 2024.09.24 04:36:59.925679 [ 3 ] {} <Debug> HTTP-Session: ef242ee0-e2c5-4955-87eb-9ed73eaacc3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7722 | 2024.09.24 04:36:59.925785 [ 3 ] {} <Trace> HTTP-Session: ef242ee0-e2c5-4955-87eb-9ed73eaacc3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7723 | 2024.09.24 04:36:59.925925 [ 188 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 882 rows starting from the beginning of the part | ||
7724 | 2024.09.24 04:36:59.926104 [ 188 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 238 rows starting from the beginning of the part | ||
7725 | 2024.09.24 04:36:59.926284 [ 3 ] {3f31711c-a36f-4e90-aef9-15fc2625f78a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
7726 | 2024.09.24 04:36:59.926500 [ 188 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part | ||
7727 | 2024.09.24 04:36:59.926608 [ 3 ] {3f31711c-a36f-4e90-aef9-15fc2625f78a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
7728 | 2024.09.24 04:36:59.926800 [ 188 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 237 rows starting from the beginning of the part | ||
7729 | 2024.09.24 04:36:59.927190 [ 188 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part | ||
7730 | 2024.09.24 04:36:59.928939 [ 3 ] {3f31711c-a36f-4e90-aef9-15fc2625f78a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7731 | 2024.09.24 04:36:59.930446 [ 3 ] {3f31711c-a36f-4e90-aef9-15fc2625f78a} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7732 | 2024.09.24 04:36:59.930515 [ 3 ] {3f31711c-a36f-4e90-aef9-15fc2625f78a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7733 | 2024.09.24 04:36:59.931724 [ 3 ] {3f31711c-a36f-4e90-aef9-15fc2625f78a} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7734 | 2024.09.24 04:36:59.932570 [ 3 ] {3f31711c-a36f-4e90-aef9-15fc2625f78a} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7735 | 2024.09.24 04:36:59.932831 [ 3 ] {3f31711c-a36f-4e90-aef9-15fc2625f78a} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.006862 sec., 2477.4118332847565 rows/sec., 4.44 MiB/sec. | ||
7736 | 2024.09.24 04:36:59.933113 [ 3 ] {3f31711c-a36f-4e90-aef9-15fc2625f78a} <Debug> DynamicQueryHandler: Done processing query | ||
7737 | 2024.09.24 04:36:59.933141 [ 3 ] {3f31711c-a36f-4e90-aef9-15fc2625f78a} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
7738 | 2024.09.24 04:36:59.933165 [ 3 ] {} <Debug> HTTP-Session: ef242ee0-e2c5-4955-87eb-9ed73eaacc3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7739 | 2024.09.24 04:36:59.933324 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7740 | 2024.09.24 04:36:59.933374 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7741 | 2024.09.24 04:36:59.933393 [ 3 ] {} <Debug> HTTP-Session: 95ef004f-fc76-461a-89a4-dd674e650499 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
7742 | 2024.09.24 04:36:59.933410 [ 3 ] {} <Debug> HTTP-Session: 95ef004f-fc76-461a-89a4-dd674e650499 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7743 | 2024.09.24 04:36:59.933424 [ 3 ] {} <Debug> HTTP-Session: 95ef004f-fc76-461a-89a4-dd674e650499 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7744 | 2024.09.24 04:36:59.933461 [ 3 ] {} <Trace> HTTP-Session: 95ef004f-fc76-461a-89a4-dd674e650499 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7745 | 2024.09.24 04:36:59.933604 [ 3 ] {257a1734-0fc9-4cba-aac2-ec5a02a8eee0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7746 | 2024.09.24 04:36:59.933701 [ 3 ] {257a1734-0fc9-4cba-aac2-ec5a02a8eee0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7747 | 2024.09.24 04:36:59.934243 [ 188 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11331 rows, containing 5 columns (5 merged, 0 gathered) in 0.009125934 sec., 1241626.3365481275 rows/sec., 83.68 MiB/sec. | ||
7748 | 2024.09.24 04:36:59.934303 [ 3 ] {257a1734-0fc9-4cba-aac2-ec5a02a8eee0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7749 | 2024.09.24 04:36:59.934593 [ 188 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
7750 | 2024.09.24 04:36:59.934877 [ 3 ] {257a1734-0fc9-4cba-aac2-ec5a02a8eee0} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7751 | 2024.09.24 04:36:59.934928 [ 3 ] {257a1734-0fc9-4cba-aac2-ec5a02a8eee0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. | ||
7752 | 2024.09.24 04:36:59.935600 [ 188 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7753 | 2024.09.24 04:36:59.935803 [ 188 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
7754 | 2024.09.24 04:36:59.935913 [ 3 ] {257a1734-0fc9-4cba-aac2-ec5a02a8eee0} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
7755 | 2024.09.24 04:36:59.935950 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.12 MiB. | ||
7756 | 2024.09.24 04:36:59.936301 [ 3 ] {257a1734-0fc9-4cba-aac2-ec5a02a8eee0} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7757 | 2024.09.24 04:36:59.936469 [ 3 ] {257a1734-0fc9-4cba-aac2-ec5a02a8eee0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002913 sec., 20597.32234809475 rows/sec., 1.39 MiB/sec. | ||
7758 | 2024.09.24 04:36:59.936649 [ 3 ] {257a1734-0fc9-4cba-aac2-ec5a02a8eee0} <Debug> DynamicQueryHandler: Done processing query | ||
7759 | 2024.09.24 04:36:59.936674 [ 3 ] {257a1734-0fc9-4cba-aac2-ec5a02a8eee0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7760 | 2024.09.24 04:36:59.936690 [ 3 ] {} <Debug> HTTP-Session: 95ef004f-fc76-461a-89a4-dd674e650499 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7761 | 2024.09.24 04:37:02.654970 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7762 | 2024.09.24 04:37:02.655044 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7763 | 2024.09.24 04:37:04.919680 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 35148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7764 | 2024.09.24 04:37:04.919795 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7765 | 2024.09.24 04:37:04.919819 [ 3 ] {} <Debug> HTTP-Session: 751c3484-7eb4-4ecc-bf72-087bd4852f35 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
7766 | 2024.09.24 04:37:04.919844 [ 3 ] {} <Debug> HTTP-Session: 751c3484-7eb4-4ecc-bf72-087bd4852f35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7767 | 2024.09.24 04:37:04.919859 [ 3 ] {} <Debug> HTTP-Session: 751c3484-7eb4-4ecc-bf72-087bd4852f35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7768 | 2024.09.24 04:37:04.919912 [ 3 ] {} <Trace> HTTP-Session: 751c3484-7eb4-4ecc-bf72-087bd4852f35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7769 | 2024.09.24 04:37:04.920164 [ 3 ] {e480c6cf-d53b-4d4e-9baa-777249a895b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7770 | 2024.09.24 04:37:04.920232 [ 3 ] {e480c6cf-d53b-4d4e-9baa-777249a895b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7771 | 2024.09.24 04:37:04.920568 [ 3 ] {e480c6cf-d53b-4d4e-9baa-777249a895b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7772 | 2024.09.24 04:37:04.921156 [ 3 ] {e480c6cf-d53b-4d4e-9baa-777249a895b7} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7773 | 2024.09.24 04:37:04.921205 [ 3 ] {e480c6cf-d53b-4d4e-9baa-777249a895b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7774 | 2024.09.24 04:37:04.921655 [ 3 ] {e480c6cf-d53b-4d4e-9baa-777249a895b7} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7775 | 2024.09.24 04:37:04.922047 [ 3 ] {e480c6cf-d53b-4d4e-9baa-777249a895b7} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7776 | 2024.09.24 04:37:04.922215 [ 3 ] {e480c6cf-d53b-4d4e-9baa-777249a895b7} <Debug> executeQuery: Read 233 rows, 20.98 KiB in 0.002153 sec., 108221.0868555504 rows/sec., 9.52 MiB/sec. | ||
7777 | 2024.09.24 04:37:04.922436 [ 3 ] {e480c6cf-d53b-4d4e-9baa-777249a895b7} <Debug> DynamicQueryHandler: Done processing query | ||
7778 | 2024.09.24 04:37:04.922463 [ 3 ] {e480c6cf-d53b-4d4e-9baa-777249a895b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
7779 | 2024.09.24 04:37:04.922479 [ 3 ] {} <Debug> HTTP-Session: 751c3484-7eb4-4ecc-bf72-087bd4852f35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7780 | 2024.09.24 04:37:04.922685 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7781 | 2024.09.24 04:37:04.922739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7782 | 2024.09.24 04:37:04.922760 [ 3 ] {} <Debug> HTTP-Session: 6c8d1229-ac4d-4296-9c52-9acd55197a93 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
7783 | 2024.09.24 04:37:04.922778 [ 3 ] {} <Debug> HTTP-Session: 6c8d1229-ac4d-4296-9c52-9acd55197a93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7784 | 2024.09.24 04:37:04.922792 [ 3 ] {} <Debug> HTTP-Session: 6c8d1229-ac4d-4296-9c52-9acd55197a93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7785 | 2024.09.24 04:37:04.922828 [ 3 ] {} <Trace> HTTP-Session: 6c8d1229-ac4d-4296-9c52-9acd55197a93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7786 | 2024.09.24 04:37:04.922943 [ 3 ] {13115bbf-0329-4acc-a8ae-9ef27946fa83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7787 | 2024.09.24 04:37:04.922990 [ 3 ] {13115bbf-0329-4acc-a8ae-9ef27946fa83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7788 | 2024.09.24 04:37:04.923236 [ 3 ] {13115bbf-0329-4acc-a8ae-9ef27946fa83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7789 | 2024.09.24 04:37:04.923591 [ 3 ] {13115bbf-0329-4acc-a8ae-9ef27946fa83} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7790 | 2024.09.24 04:37:04.923628 [ 3 ] {13115bbf-0329-4acc-a8ae-9ef27946fa83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7791 | 2024.09.24 04:37:04.923992 [ 3 ] {13115bbf-0329-4acc-a8ae-9ef27946fa83} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7792 | 2024.09.24 04:37:04.924364 [ 3 ] {13115bbf-0329-4acc-a8ae-9ef27946fa83} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7793 | 2024.09.24 04:37:04.924529 [ 3 ] {13115bbf-0329-4acc-a8ae-9ef27946fa83} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.001622 sec., 13563.501849568434 rows/sec., 1019.91 KiB/sec. | ||
7794 | 2024.09.24 04:37:04.924704 [ 3 ] {13115bbf-0329-4acc-a8ae-9ef27946fa83} <Debug> DynamicQueryHandler: Done processing query | ||
7795 | 2024.09.24 04:37:04.924729 [ 3 ] {13115bbf-0329-4acc-a8ae-9ef27946fa83} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7796 | 2024.09.24 04:37:04.924745 [ 3 ] {} <Debug> HTTP-Session: 6c8d1229-ac4d-4296-9c52-9acd55197a93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7797 | 2024.09.24 04:37:04.924860 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7798 | 2024.09.24 04:37:04.924910 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7799 | 2024.09.24 04:37:04.924929 [ 3 ] {} <Debug> HTTP-Session: faa8b2e6-a74d-4a6c-84c8-fb40f5bf915b Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
7800 | 2024.09.24 04:37:04.924945 [ 3 ] {} <Debug> HTTP-Session: faa8b2e6-a74d-4a6c-84c8-fb40f5bf915b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7801 | 2024.09.24 04:37:04.924959 [ 3 ] {} <Debug> HTTP-Session: faa8b2e6-a74d-4a6c-84c8-fb40f5bf915b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7802 | 2024.09.24 04:37:04.924992 [ 3 ] {} <Trace> HTTP-Session: faa8b2e6-a74d-4a6c-84c8-fb40f5bf915b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7803 | 2024.09.24 04:37:04.925096 [ 3 ] {29d4296b-7134-4372-9000-b772b6d17137} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
7804 | 2024.09.24 04:37:04.925141 [ 3 ] {29d4296b-7134-4372-9000-b772b6d17137} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7805 | 2024.09.24 04:37:04.925368 [ 3 ] {29d4296b-7134-4372-9000-b772b6d17137} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7806 | 2024.09.24 04:37:04.925666 [ 3 ] {29d4296b-7134-4372-9000-b772b6d17137} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7807 | 2024.09.24 04:37:04.925702 [ 3 ] {29d4296b-7134-4372-9000-b772b6d17137} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7808 | 2024.09.24 04:37:04.926072 [ 3 ] {29d4296b-7134-4372-9000-b772b6d17137} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
7809 | 2024.09.24 04:37:04.926439 [ 3 ] {29d4296b-7134-4372-9000-b772b6d17137} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7810 | 2024.09.24 04:37:04.926628 [ 3 ] {29d4296b-7134-4372-9000-b772b6d17137} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00156 sec., 8974.358974358975 rows/sec., 628.51 KiB/sec. | ||
7811 | 2024.09.24 04:37:04.926789 [ 3 ] {29d4296b-7134-4372-9000-b772b6d17137} <Debug> DynamicQueryHandler: Done processing query | ||
7812 | 2024.09.24 04:37:04.926814 [ 3 ] {29d4296b-7134-4372-9000-b772b6d17137} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7813 | 2024.09.24 04:37:04.926831 [ 3 ] {} <Debug> HTTP-Session: faa8b2e6-a74d-4a6c-84c8-fb40f5bf915b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7814 | 2024.09.24 04:37:04.926959 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7815 | 2024.09.24 04:37:04.927008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7816 | 2024.09.24 04:37:04.927028 [ 3 ] {} <Debug> HTTP-Session: 066e02fc-c978-4d6a-b018-4d6ad3ab6f90 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
7817 | 2024.09.24 04:37:04.927043 [ 3 ] {} <Debug> HTTP-Session: 066e02fc-c978-4d6a-b018-4d6ad3ab6f90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7818 | 2024.09.24 04:37:04.927060 [ 3 ] {} <Debug> HTTP-Session: 066e02fc-c978-4d6a-b018-4d6ad3ab6f90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7819 | 2024.09.24 04:37:04.927091 [ 3 ] {} <Trace> HTTP-Session: 066e02fc-c978-4d6a-b018-4d6ad3ab6f90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7820 | 2024.09.24 04:37:04.927218 [ 3 ] {b5fc395d-0e4c-4b1b-a593-465deabba5c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
7821 | 2024.09.24 04:37:04.927262 [ 3 ] {b5fc395d-0e4c-4b1b-a593-465deabba5c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
7822 | 2024.09.24 04:37:04.927491 [ 3 ] {b5fc395d-0e4c-4b1b-a593-465deabba5c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7823 | 2024.09.24 04:37:04.927824 [ 3 ] {b5fc395d-0e4c-4b1b-a593-465deabba5c6} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7824 | 2024.09.24 04:37:04.927860 [ 3 ] {b5fc395d-0e4c-4b1b-a593-465deabba5c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7825 | 2024.09.24 04:37:04.928257 [ 3 ] {b5fc395d-0e4c-4b1b-a593-465deabba5c6} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
7826 | 2024.09.24 04:37:04.928620 [ 3 ] {b5fc395d-0e4c-4b1b-a593-465deabba5c6} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7827 | 2024.09.24 04:37:04.928788 [ 3 ] {b5fc395d-0e4c-4b1b-a593-465deabba5c6} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001586 sec., 3783.1021437578815 rows/sec., 223.51 KiB/sec. | ||
7828 | 2024.09.24 04:37:04.929011 [ 3 ] {b5fc395d-0e4c-4b1b-a593-465deabba5c6} <Debug> DynamicQueryHandler: Done processing query | ||
7829 | 2024.09.24 04:37:04.929034 [ 3 ] {b5fc395d-0e4c-4b1b-a593-465deabba5c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7830 | 2024.09.24 04:37:04.929050 [ 3 ] {} <Debug> HTTP-Session: 066e02fc-c978-4d6a-b018-4d6ad3ab6f90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7831 | 2024.09.24 04:37:04.929227 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 65498, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7832 | 2024.09.24 04:37:04.929277 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7833 | 2024.09.24 04:37:04.929296 [ 3 ] {} <Debug> HTTP-Session: 00b8e232-c06c-48e4-8419-a9b4f71cb6a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
7834 | 2024.09.24 04:37:04.929315 [ 3 ] {} <Debug> HTTP-Session: 00b8e232-c06c-48e4-8419-a9b4f71cb6a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7835 | 2024.09.24 04:37:04.929329 [ 3 ] {} <Debug> HTTP-Session: 00b8e232-c06c-48e4-8419-a9b4f71cb6a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7836 | 2024.09.24 04:37:04.929360 [ 3 ] {} <Trace> HTTP-Session: 00b8e232-c06c-48e4-8419-a9b4f71cb6a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7837 | 2024.09.24 04:37:04.929569 [ 3 ] {c4029955-e0b7-4395-8653-627185bdb199} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7838 | 2024.09.24 04:37:04.929611 [ 3 ] {c4029955-e0b7-4395-8653-627185bdb199} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7839 | 2024.09.24 04:37:04.929836 [ 3 ] {c4029955-e0b7-4395-8653-627185bdb199} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7840 | 2024.09.24 04:37:04.930362 [ 3 ] {c4029955-e0b7-4395-8653-627185bdb199} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7841 | 2024.09.24 04:37:04.930398 [ 3 ] {c4029955-e0b7-4395-8653-627185bdb199} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7842 | 2024.09.24 04:37:04.930767 [ 3 ] {c4029955-e0b7-4395-8653-627185bdb199} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7843 | 2024.09.24 04:37:04.931129 [ 3 ] {c4029955-e0b7-4395-8653-627185bdb199} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7844 | 2024.09.24 04:37:04.931283 [ 3 ] {c4029955-e0b7-4395-8653-627185bdb199} <Debug> executeQuery: Read 404 rows, 29.44 KiB in 0.001819 sec., 222100.05497526113 rows/sec., 15.81 MiB/sec. | ||
7845 | 2024.09.24 04:37:04.931442 [ 3 ] {c4029955-e0b7-4395-8653-627185bdb199} <Debug> DynamicQueryHandler: Done processing query | ||
7846 | 2024.09.24 04:37:04.931465 [ 3 ] {c4029955-e0b7-4395-8653-627185bdb199} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
7847 | 2024.09.24 04:37:04.931481 [ 3 ] {} <Debug> HTTP-Session: 00b8e232-c06c-48e4-8419-a9b4f71cb6a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7848 | 2024.09.24 04:37:04.931696 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7849 | 2024.09.24 04:37:04.931743 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7850 | 2024.09.24 04:37:04.931761 [ 3 ] {} <Debug> HTTP-Session: 1df7b514-d060-4e0d-a349-ca72f43a2456 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
7851 | 2024.09.24 04:37:04.931777 [ 3 ] {} <Debug> HTTP-Session: 1df7b514-d060-4e0d-a349-ca72f43a2456 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7852 | 2024.09.24 04:37:04.931791 [ 3 ] {} <Debug> HTTP-Session: 1df7b514-d060-4e0d-a349-ca72f43a2456 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7853 | 2024.09.24 04:37:04.931821 [ 3 ] {} <Trace> HTTP-Session: 1df7b514-d060-4e0d-a349-ca72f43a2456 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7854 | 2024.09.24 04:37:04.931918 [ 3 ] {54404e37-16d4-48eb-b095-9776fd5ba3ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7855 | 2024.09.24 04:37:04.931963 [ 3 ] {54404e37-16d4-48eb-b095-9776fd5ba3ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7856 | 2024.09.24 04:37:04.932092 [ 3 ] {54404e37-16d4-48eb-b095-9776fd5ba3ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7857 | 2024.09.24 04:37:04.932344 [ 3 ] {54404e37-16d4-48eb-b095-9776fd5ba3ba} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7858 | 2024.09.24 04:37:04.932379 [ 3 ] {54404e37-16d4-48eb-b095-9776fd5ba3ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7859 | 2024.09.24 04:37:04.932738 [ 3 ] {54404e37-16d4-48eb-b095-9776fd5ba3ba} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
7860 | 2024.09.24 04:37:04.933057 [ 3 ] {54404e37-16d4-48eb-b095-9776fd5ba3ba} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7861 | 2024.09.24 04:37:04.933229 [ 3 ] {54404e37-16d4-48eb-b095-9776fd5ba3ba} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001326 sec., 4524.886877828055 rows/sec., 236.41 KiB/sec. | ||
7862 | 2024.09.24 04:37:04.933523 [ 3 ] {54404e37-16d4-48eb-b095-9776fd5ba3ba} <Debug> DynamicQueryHandler: Done processing query | ||
7863 | 2024.09.24 04:37:04.933547 [ 3 ] {54404e37-16d4-48eb-b095-9776fd5ba3ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7864 | 2024.09.24 04:37:04.933563 [ 3 ] {} <Debug> HTTP-Session: 1df7b514-d060-4e0d-a349-ca72f43a2456 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7865 | 2024.09.24 04:37:04.933722 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 44612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7866 | 2024.09.24 04:37:04.933769 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7867 | 2024.09.24 04:37:04.933788 [ 3 ] {} <Debug> HTTP-Session: 40026f8d-548f-4337-800f-93259d694270 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
7868 | 2024.09.24 04:37:04.933803 [ 3 ] {} <Debug> HTTP-Session: 40026f8d-548f-4337-800f-93259d694270 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7869 | 2024.09.24 04:37:04.933817 [ 3 ] {} <Debug> HTTP-Session: 40026f8d-548f-4337-800f-93259d694270 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7870 | 2024.09.24 04:37:04.933847 [ 3 ] {} <Trace> HTTP-Session: 40026f8d-548f-4337-800f-93259d694270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7871 | 2024.09.24 04:37:04.934033 [ 3 ] {aa97f4e4-f2f7-4d57-b853-46a464fd5672} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7872 | 2024.09.24 04:37:04.934085 [ 3 ] {aa97f4e4-f2f7-4d57-b853-46a464fd5672} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7873 | 2024.09.24 04:37:04.934246 [ 3 ] {aa97f4e4-f2f7-4d57-b853-46a464fd5672} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7874 | 2024.09.24 04:37:04.934662 [ 3 ] {aa97f4e4-f2f7-4d57-b853-46a464fd5672} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7875 | 2024.09.24 04:37:04.934697 [ 3 ] {aa97f4e4-f2f7-4d57-b853-46a464fd5672} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7876 | 2024.09.24 04:37:04.935086 [ 3 ] {aa97f4e4-f2f7-4d57-b853-46a464fd5672} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
7877 | 2024.09.24 04:37:04.935429 [ 3 ] {aa97f4e4-f2f7-4d57-b853-46a464fd5672} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7878 | 2024.09.24 04:37:04.935580 [ 3 ] {aa97f4e4-f2f7-4d57-b853-46a464fd5672} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001638 sec., 144688.6446886447 rows/sec., 9.70 MiB/sec. | ||
7879 | 2024.09.24 04:37:04.935733 [ 3 ] {aa97f4e4-f2f7-4d57-b853-46a464fd5672} <Debug> DynamicQueryHandler: Done processing query | ||
7880 | 2024.09.24 04:37:04.935757 [ 3 ] {aa97f4e4-f2f7-4d57-b853-46a464fd5672} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
7881 | 2024.09.24 04:37:04.935772 [ 3 ] {} <Debug> HTTP-Session: 40026f8d-548f-4337-800f-93259d694270 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7882 | 2024.09.24 04:37:04.935939 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7883 | 2024.09.24 04:37:04.935987 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7884 | 2024.09.24 04:37:04.936006 [ 3 ] {} <Debug> HTTP-Session: cd893508-4d0a-4580-83c6-b72be916c7e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
7885 | 2024.09.24 04:37:04.936022 [ 3 ] {} <Debug> HTTP-Session: cd893508-4d0a-4580-83c6-b72be916c7e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7886 | 2024.09.24 04:37:04.936036 [ 3 ] {} <Debug> HTTP-Session: cd893508-4d0a-4580-83c6-b72be916c7e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7887 | 2024.09.24 04:37:04.936066 [ 3 ] {} <Trace> HTTP-Session: cd893508-4d0a-4580-83c6-b72be916c7e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7888 | 2024.09.24 04:37:04.936159 [ 3 ] {e7e1f39a-9884-452b-ba41-b927bddaffba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
7889 | 2024.09.24 04:37:04.936204 [ 3 ] {e7e1f39a-9884-452b-ba41-b927bddaffba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
7890 | 2024.09.24 04:37:04.936329 [ 3 ] {e7e1f39a-9884-452b-ba41-b927bddaffba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7891 | 2024.09.24 04:37:04.936586 [ 3 ] {e7e1f39a-9884-452b-ba41-b927bddaffba} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7892 | 2024.09.24 04:37:04.936624 [ 3 ] {e7e1f39a-9884-452b-ba41-b927bddaffba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7893 | 2024.09.24 04:37:04.936971 [ 3 ] {e7e1f39a-9884-452b-ba41-b927bddaffba} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
7894 | 2024.09.24 04:37:04.937312 [ 3 ] {e7e1f39a-9884-452b-ba41-b927bddaffba} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7895 | 2024.09.24 04:37:04.937467 [ 3 ] {e7e1f39a-9884-452b-ba41-b927bddaffba} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001324 sec., 755.2870090634441 rows/sec., 50.89 KiB/sec. | ||
7896 | 2024.09.24 04:37:04.937681 [ 3 ] {e7e1f39a-9884-452b-ba41-b927bddaffba} <Debug> DynamicQueryHandler: Done processing query | ||
7897 | 2024.09.24 04:37:04.937705 [ 3 ] {e7e1f39a-9884-452b-ba41-b927bddaffba} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
7898 | 2024.09.24 04:37:04.937721 [ 3 ] {} <Debug> HTTP-Session: cd893508-4d0a-4580-83c6-b72be916c7e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7899 | 2024.09.24 04:37:04.937879 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 36082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7900 | 2024.09.24 04:37:04.937928 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7901 | 2024.09.24 04:37:04.937947 [ 3 ] {} <Debug> HTTP-Session: 6da23e3f-dc00-4e13-9c77-da13297d3897 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
7902 | 2024.09.24 04:37:04.937963 [ 3 ] {} <Debug> HTTP-Session: 6da23e3f-dc00-4e13-9c77-da13297d3897 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7903 | 2024.09.24 04:37:04.937977 [ 3 ] {} <Debug> HTTP-Session: 6da23e3f-dc00-4e13-9c77-da13297d3897 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7904 | 2024.09.24 04:37:04.938007 [ 3 ] {} <Trace> HTTP-Session: 6da23e3f-dc00-4e13-9c77-da13297d3897 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7905 | 2024.09.24 04:37:04.938268 [ 3 ] {4f122b17-aa3e-41a4-bbe6-28cf1539872c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
7906 | 2024.09.24 04:37:04.938332 [ 3 ] {4f122b17-aa3e-41a4-bbe6-28cf1539872c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
7907 | 2024.09.24 04:37:04.938747 [ 3 ] {4f122b17-aa3e-41a4-bbe6-28cf1539872c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7908 | 2024.09.24 04:37:04.939289 [ 3 ] {4f122b17-aa3e-41a4-bbe6-28cf1539872c} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7909 | 2024.09.24 04:37:04.939326 [ 3 ] {4f122b17-aa3e-41a4-bbe6-28cf1539872c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7910 | 2024.09.24 04:37:04.939939 [ 3 ] {4f122b17-aa3e-41a4-bbe6-28cf1539872c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7911 | 2024.09.24 04:37:04.940356 [ 3 ] {4f122b17-aa3e-41a4-bbe6-28cf1539872c} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7912 | 2024.09.24 04:37:04.940546 [ 3 ] {4f122b17-aa3e-41a4-bbe6-28cf1539872c} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002449 sec., 8983.25847284606 rows/sec., 16.10 MiB/sec. | ||
7913 | 2024.09.24 04:37:04.940747 [ 3 ] {4f122b17-aa3e-41a4-bbe6-28cf1539872c} <Debug> DynamicQueryHandler: Done processing query | ||
7914 | 2024.09.24 04:37:04.940770 [ 3 ] {4f122b17-aa3e-41a4-bbe6-28cf1539872c} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
7915 | 2024.09.24 04:37:04.940786 [ 3 ] {} <Debug> HTTP-Session: 6da23e3f-dc00-4e13-9c77-da13297d3897 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7916 | 2024.09.24 04:37:04.940920 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 12152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7917 | 2024.09.24 04:37:04.940967 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7918 | 2024.09.24 04:37:04.940986 [ 3 ] {} <Debug> HTTP-Session: c1e3cbbf-6491-4a5d-9f58-2b0e72bf4e10 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
7919 | 2024.09.24 04:37:04.941002 [ 3 ] {} <Debug> HTTP-Session: c1e3cbbf-6491-4a5d-9f58-2b0e72bf4e10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7920 | 2024.09.24 04:37:04.941016 [ 3 ] {} <Debug> HTTP-Session: c1e3cbbf-6491-4a5d-9f58-2b0e72bf4e10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7921 | 2024.09.24 04:37:04.941046 [ 3 ] {} <Trace> HTTP-Session: c1e3cbbf-6491-4a5d-9f58-2b0e72bf4e10 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7922 | 2024.09.24 04:37:04.941170 [ 3 ] {02f182f1-3350-4b7e-ac6f-ec32b58d21a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7923 | 2024.09.24 04:37:04.941215 [ 3 ] {02f182f1-3350-4b7e-ac6f-ec32b58d21a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7924 | 2024.09.24 04:37:04.941341 [ 3 ] {02f182f1-3350-4b7e-ac6f-ec32b58d21a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7925 | 2024.09.24 04:37:04.941640 [ 3 ] {02f182f1-3350-4b7e-ac6f-ec32b58d21a1} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7926 | 2024.09.24 04:37:04.941675 [ 3 ] {02f182f1-3350-4b7e-ac6f-ec32b58d21a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7927 | 2024.09.24 04:37:04.942041 [ 3 ] {02f182f1-3350-4b7e-ac6f-ec32b58d21a1} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
7928 | 2024.09.24 04:37:04.942365 [ 3 ] {02f182f1-3350-4b7e-ac6f-ec32b58d21a1} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7929 | 2024.09.24 04:37:04.942520 [ 55 ] {} <Debug> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
7930 | 2024.09.24 04:37:04.942532 [ 3 ] {02f182f1-3350-4b7e-ac6f-ec32b58d21a1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001398 sec., 58655.2217453505 rows/sec., 3.73 MiB/sec. | ||
7931 | 2024.09.24 04:37:04.942610 [ 55 ] {} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7932 | 2024.09.24 04:37:04.942675 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7933 | 2024.09.24 04:37:04.942937 [ 3 ] {02f182f1-3350-4b7e-ac6f-ec32b58d21a1} <Debug> DynamicQueryHandler: Done processing query | ||
7934 | 2024.09.24 04:37:04.942974 [ 192 ] {f478628c-c6e4-42cc-be87-88262b5420f7::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 | ||
7935 | 2024.09.24 04:37:04.943026 [ 3 ] {02f182f1-3350-4b7e-ac6f-ec32b58d21a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7936 | 2024.09.24 04:37:04.943131 [ 3 ] {} <Debug> HTTP-Session: c1e3cbbf-6491-4a5d-9f58-2b0e72bf4e10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7937 | 2024.09.24 04:37:04.943362 [ 192 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7938 | 2024.09.24 04:37:04.943405 [ 192 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1756 rows starting from the beginning of the part | ||
7939 | 2024.09.24 04:37:04.943479 [ 192 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 82 rows starting from the beginning of the part | ||
7940 | 2024.09.24 04:37:04.943724 [ 192 ] {f478628c-c6e4-42cc-be87-88262b5420f7::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 | ||
7941 | 2024.09.24 04:37:04.943855 [ 192 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 82 rows starting from the beginning of the part | ||
7942 | 2024.09.24 04:37:04.944078 [ 192 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part | ||
7943 | 2024.09.24 04:37:04.944196 [ 192 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 82 rows starting from the beginning of the part | ||
7944 | 2024.09.24 04:37:04.945674 [ 188 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2122 rows, containing 4 columns (4 merged, 0 gathered) in 0.002900361 sec., 731633.0622291501 rows/sec., 47.57 MiB/sec. | ||
7945 | 2024.09.24 04:37:04.945939 [ 199 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
7946 | 2024.09.24 04:37:04.946390 [ 199 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_31_6} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7947 | 2024.09.24 04:37:04.946486 [ 199 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_31_6} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
7948 | 2024.09.24 04:37:04.946591 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
7949 | 2024.09.24 04:37:09.944817 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7950 | 2024.09.24 04:37:09.944966 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7951 | 2024.09.24 04:37:09.944996 [ 3 ] {} <Debug> HTTP-Session: 143b531e-d6e0-4d71-bf58-49ce1a795ff3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
7952 | 2024.09.24 04:37:09.945025 [ 3 ] {} <Debug> HTTP-Session: 143b531e-d6e0-4d71-bf58-49ce1a795ff3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7953 | 2024.09.24 04:37:09.945042 [ 3 ] {} <Debug> HTTP-Session: 143b531e-d6e0-4d71-bf58-49ce1a795ff3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7954 | 2024.09.24 04:37:09.945098 [ 3 ] {} <Trace> HTTP-Session: 143b531e-d6e0-4d71-bf58-49ce1a795ff3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7955 | 2024.09.24 04:37:09.945313 [ 3 ] {b1cc4349-2604-4767-bd5e-27e51f82ec5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7956 | 2024.09.24 04:37:09.945390 [ 3 ] {b1cc4349-2604-4767-bd5e-27e51f82ec5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7957 | 2024.09.24 04:37:09.945736 [ 3 ] {b1cc4349-2604-4767-bd5e-27e51f82ec5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7958 | 2024.09.24 04:37:09.946159 [ 3 ] {b1cc4349-2604-4767-bd5e-27e51f82ec5b} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7959 | 2024.09.24 04:37:09.946206 [ 3 ] {b1cc4349-2604-4767-bd5e-27e51f82ec5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7960 | 2024.09.24 04:37:09.946637 [ 3 ] {b1cc4349-2604-4767-bd5e-27e51f82ec5b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
7961 | 2024.09.24 04:37:09.947027 [ 3 ] {b1cc4349-2604-4767-bd5e-27e51f82ec5b} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7962 | 2024.09.24 04:37:09.947206 [ 3 ] {b1cc4349-2604-4767-bd5e-27e51f82ec5b} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001952 sec., 2049.1803278688526 rows/sec., 167.10 KiB/sec. | ||
7963 | 2024.09.24 04:37:09.947549 [ 3 ] {b1cc4349-2604-4767-bd5e-27e51f82ec5b} <Debug> DynamicQueryHandler: Done processing query | ||
7964 | 2024.09.24 04:37:09.947578 [ 3 ] {b1cc4349-2604-4767-bd5e-27e51f82ec5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7965 | 2024.09.24 04:37:09.947595 [ 3 ] {} <Debug> HTTP-Session: 143b531e-d6e0-4d71-bf58-49ce1a795ff3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7966 | 2024.09.24 04:37:09.947883 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 178458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7967 | 2024.09.24 04:37:09.947940 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7968 | 2024.09.24 04:37:09.947960 [ 3 ] {} <Debug> HTTP-Session: fe29915f-9e92-4c89-b834-c15fb30a26d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
7969 | 2024.09.24 04:37:09.947980 [ 3 ] {} <Debug> HTTP-Session: fe29915f-9e92-4c89-b834-c15fb30a26d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7970 | 2024.09.24 04:37:09.947994 [ 3 ] {} <Debug> HTTP-Session: fe29915f-9e92-4c89-b834-c15fb30a26d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7971 | 2024.09.24 04:37:09.948030 [ 3 ] {} <Trace> HTTP-Session: fe29915f-9e92-4c89-b834-c15fb30a26d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7972 | 2024.09.24 04:37:09.948508 [ 3 ] {73d9b91f-d910-47be-a9fe-3aac7c83d6ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7973 | 2024.09.24 04:37:09.948558 [ 3 ] {73d9b91f-d910-47be-a9fe-3aac7c83d6ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7974 | 2024.09.24 04:37:09.948818 [ 3 ] {73d9b91f-d910-47be-a9fe-3aac7c83d6ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7975 | 2024.09.24 04:37:09.950021 [ 3 ] {73d9b91f-d910-47be-a9fe-3aac7c83d6ef} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7976 | 2024.09.24 04:37:09.950060 [ 3 ] {73d9b91f-d910-47be-a9fe-3aac7c83d6ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7977 | 2024.09.24 04:37:09.950505 [ 3 ] {73d9b91f-d910-47be-a9fe-3aac7c83d6ef} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7978 | 2024.09.24 04:37:09.950882 [ 3 ] {73d9b91f-d910-47be-a9fe-3aac7c83d6ef} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7979 | 2024.09.24 04:37:09.951023 [ 3 ] {73d9b91f-d910-47be-a9fe-3aac7c83d6ef} <Debug> executeQuery: Read 1232 rows, 103.92 KiB in 0.002835 sec., 434567.9012345679 rows/sec., 35.80 MiB/sec. | ||
7980 | 2024.09.24 04:37:09.951343 [ 3 ] {73d9b91f-d910-47be-a9fe-3aac7c83d6ef} <Debug> DynamicQueryHandler: Done processing query | ||
7981 | 2024.09.24 04:37:09.951412 [ 3 ] {73d9b91f-d910-47be-a9fe-3aac7c83d6ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
7982 | 2024.09.24 04:37:09.951477 [ 3 ] {} <Debug> HTTP-Session: fe29915f-9e92-4c89-b834-c15fb30a26d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7983 | 2024.09.24 04:37:09.951869 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3047, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7984 | 2024.09.24 04:37:09.951925 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7985 | 2024.09.24 04:37:09.951945 [ 3 ] {} <Debug> HTTP-Session: aff92457-9a1c-4f60-89d1-478d8a57769f Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
7986 | 2024.09.24 04:37:09.951964 [ 3 ] {} <Debug> HTTP-Session: aff92457-9a1c-4f60-89d1-478d8a57769f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7987 | 2024.09.24 04:37:09.951978 [ 3 ] {} <Debug> HTTP-Session: aff92457-9a1c-4f60-89d1-478d8a57769f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7988 | 2024.09.24 04:37:09.952013 [ 3 ] {} <Trace> HTTP-Session: aff92457-9a1c-4f60-89d1-478d8a57769f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7989 | 2024.09.24 04:37:09.952127 [ 3 ] {bb4956aa-c0dd-48cf-bd17-32fe2fd233af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7990 | 2024.09.24 04:37:09.952173 [ 3 ] {bb4956aa-c0dd-48cf-bd17-32fe2fd233af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7991 | 2024.09.24 04:37:09.952429 [ 3 ] {bb4956aa-c0dd-48cf-bd17-32fe2fd233af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7992 | 2024.09.24 04:37:09.952748 [ 3 ] {bb4956aa-c0dd-48cf-bd17-32fe2fd233af} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7993 | 2024.09.24 04:37:09.952787 [ 3 ] {bb4956aa-c0dd-48cf-bd17-32fe2fd233af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
7994 | 2024.09.24 04:37:09.953143 [ 3 ] {bb4956aa-c0dd-48cf-bd17-32fe2fd233af} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7995 | 2024.09.24 04:37:09.953514 [ 3 ] {bb4956aa-c0dd-48cf-bd17-32fe2fd233af} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7996 | 2024.09.24 04:37:09.953675 [ 3 ] {bb4956aa-c0dd-48cf-bd17-32fe2fd233af} <Debug> executeQuery: Read 21 rows, 1.56 KiB in 0.001577 sec., 13316.423589093214 rows/sec., 987.71 KiB/sec. | ||
7997 | 2024.09.24 04:37:09.953999 [ 3 ] {bb4956aa-c0dd-48cf-bd17-32fe2fd233af} <Debug> DynamicQueryHandler: Done processing query | ||
7998 | 2024.09.24 04:37:09.954029 [ 3 ] {bb4956aa-c0dd-48cf-bd17-32fe2fd233af} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7999 | 2024.09.24 04:37:09.954046 [ 3 ] {} <Debug> HTTP-Session: aff92457-9a1c-4f60-89d1-478d8a57769f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8000 | 2024.09.24 04:37:09.954268 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 30477, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8001 | 2024.09.24 04:37:09.954319 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8002 | 2024.09.24 04:37:09.954339 [ 3 ] {} <Debug> HTTP-Session: 6b0d45cf-7d5f-4561-be33-f3575aea566c Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
8003 | 2024.09.24 04:37:09.954357 [ 3 ] {} <Debug> HTTP-Session: 6b0d45cf-7d5f-4561-be33-f3575aea566c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8004 | 2024.09.24 04:37:09.954371 [ 3 ] {} <Debug> HTTP-Session: 6b0d45cf-7d5f-4561-be33-f3575aea566c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8005 | 2024.09.24 04:37:09.954404 [ 3 ] {} <Trace> HTTP-Session: 6b0d45cf-7d5f-4561-be33-f3575aea566c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8006 | 2024.09.24 04:37:09.954565 [ 3 ] {6fe6814f-76c4-4e42-a7cb-8c34da3e0005} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
8007 | 2024.09.24 04:37:09.954611 [ 3 ] {6fe6814f-76c4-4e42-a7cb-8c34da3e0005} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8008 | 2024.09.24 04:37:09.954866 [ 3 ] {6fe6814f-76c4-4e42-a7cb-8c34da3e0005} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8009 | 2024.09.24 04:37:09.955291 [ 3 ] {6fe6814f-76c4-4e42-a7cb-8c34da3e0005} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8010 | 2024.09.24 04:37:09.955329 [ 3 ] {6fe6814f-76c4-4e42-a7cb-8c34da3e0005} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8011 | 2024.09.24 04:37:09.955702 [ 3 ] {6fe6814f-76c4-4e42-a7cb-8c34da3e0005} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
8012 | 2024.09.24 04:37:09.956058 [ 3 ] {6fe6814f-76c4-4e42-a7cb-8c34da3e0005} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8013 | 2024.09.24 04:37:09.956230 [ 3 ] {6fe6814f-76c4-4e42-a7cb-8c34da3e0005} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001729 sec., 131868.13186813187 rows/sec., 8.93 MiB/sec. | ||
8014 | 2024.09.24 04:37:09.956566 [ 3 ] {6fe6814f-76c4-4e42-a7cb-8c34da3e0005} <Debug> DynamicQueryHandler: Done processing query | ||
8015 | 2024.09.24 04:37:09.956591 [ 3 ] {6fe6814f-76c4-4e42-a7cb-8c34da3e0005} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
8016 | 2024.09.24 04:37:09.956608 [ 3 ] {} <Debug> HTTP-Session: 6b0d45cf-7d5f-4561-be33-f3575aea566c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8017 | 2024.09.24 04:37:09.956825 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 89428, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8018 | 2024.09.24 04:37:09.956875 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8019 | 2024.09.24 04:37:09.956893 [ 3 ] {} <Debug> HTTP-Session: 2429b891-a650-4381-adf4-f21753c682e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
8020 | 2024.09.24 04:37:09.956910 [ 3 ] {} <Debug> HTTP-Session: 2429b891-a650-4381-adf4-f21753c682e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8021 | 2024.09.24 04:37:09.956924 [ 3 ] {} <Debug> HTTP-Session: 2429b891-a650-4381-adf4-f21753c682e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8022 | 2024.09.24 04:37:09.956957 [ 3 ] {} <Trace> HTTP-Session: 2429b891-a650-4381-adf4-f21753c682e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8023 | 2024.09.24 04:37:09.957233 [ 3 ] {2a4bf95c-f802-459c-b9c9-c619bbae5705} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8024 | 2024.09.24 04:37:09.957278 [ 3 ] {2a4bf95c-f802-459c-b9c9-c619bbae5705} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8025 | 2024.09.24 04:37:09.957528 [ 3 ] {2a4bf95c-f802-459c-b9c9-c619bbae5705} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8026 | 2024.09.24 04:37:09.958175 [ 3 ] {2a4bf95c-f802-459c-b9c9-c619bbae5705} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8027 | 2024.09.24 04:37:09.958210 [ 3 ] {2a4bf95c-f802-459c-b9c9-c619bbae5705} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8028 | 2024.09.24 04:37:09.958596 [ 3 ] {2a4bf95c-f802-459c-b9c9-c619bbae5705} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
8029 | 2024.09.24 04:37:09.958954 [ 3 ] {2a4bf95c-f802-459c-b9c9-c619bbae5705} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8030 | 2024.09.24 04:37:09.959125 [ 3 ] {2a4bf95c-f802-459c-b9c9-c619bbae5705} <Debug> executeQuery: Read 541 rows, 41.09 KiB in 0.00206 sec., 262621.35922330094 rows/sec., 19.48 MiB/sec. | ||
8031 | 2024.09.24 04:37:09.959301 [ 3 ] {2a4bf95c-f802-459c-b9c9-c619bbae5705} <Debug> DynamicQueryHandler: Done processing query | ||
8032 | 2024.09.24 04:37:09.959325 [ 3 ] {2a4bf95c-f802-459c-b9c9-c619bbae5705} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
8033 | 2024.09.24 04:37:09.959341 [ 3 ] {} <Debug> HTTP-Session: 2429b891-a650-4381-adf4-f21753c682e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8034 | 2024.09.24 04:37:09.959733 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 163732, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8035 | 2024.09.24 04:37:09.959782 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8036 | 2024.09.24 04:37:09.959801 [ 3 ] {} <Debug> HTTP-Session: 4e3a1c9f-5e5a-4443-b853-d2d7024fbcc7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
8037 | 2024.09.24 04:37:09.959817 [ 3 ] {} <Debug> HTTP-Session: 4e3a1c9f-5e5a-4443-b853-d2d7024fbcc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8038 | 2024.09.24 04:37:09.959831 [ 3 ] {} <Debug> HTTP-Session: 4e3a1c9f-5e5a-4443-b853-d2d7024fbcc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8039 | 2024.09.24 04:37:09.959864 [ 3 ] {} <Trace> HTTP-Session: 4e3a1c9f-5e5a-4443-b853-d2d7024fbcc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8040 | 2024.09.24 04:37:09.960275 [ 3 ] {317211b6-93de-422a-9d82-a1b83ffc00a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8041 | 2024.09.24 04:37:09.960324 [ 3 ] {317211b6-93de-422a-9d82-a1b83ffc00a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8042 | 2024.09.24 04:37:09.960472 [ 3 ] {317211b6-93de-422a-9d82-a1b83ffc00a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8043 | 2024.09.24 04:37:09.961310 [ 3 ] {317211b6-93de-422a-9d82-a1b83ffc00a5} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8044 | 2024.09.24 04:37:09.961346 [ 3 ] {317211b6-93de-422a-9d82-a1b83ffc00a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8045 | 2024.09.24 04:37:09.961785 [ 3 ] {317211b6-93de-422a-9d82-a1b83ffc00a5} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
8046 | 2024.09.24 04:37:09.962137 [ 3 ] {317211b6-93de-422a-9d82-a1b83ffc00a5} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8047 | 2024.09.24 04:37:09.962296 [ 3 ] {317211b6-93de-422a-9d82-a1b83ffc00a5} <Debug> executeQuery: Read 862 rows, 59.35 KiB in 0.002278 sec., 378402.10711150133 rows/sec., 25.44 MiB/sec. | ||
8048 | 2024.09.24 04:37:09.962478 [ 3 ] {317211b6-93de-422a-9d82-a1b83ffc00a5} <Debug> DynamicQueryHandler: Done processing query | ||
8049 | 2024.09.24 04:37:09.962502 [ 3 ] {317211b6-93de-422a-9d82-a1b83ffc00a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.67 MiB. | ||
8050 | 2024.09.24 04:37:09.962518 [ 3 ] {} <Debug> HTTP-Session: 4e3a1c9f-5e5a-4443-b853-d2d7024fbcc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8051 | 2024.09.24 04:37:09.962704 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 29032, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8052 | 2024.09.24 04:37:09.962754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8053 | 2024.09.24 04:37:09.962772 [ 3 ] {} <Debug> HTTP-Session: 187fdfe5-2d82-4365-b774-46b62deb2af2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
8054 | 2024.09.24 04:37:09.962789 [ 3 ] {} <Debug> HTTP-Session: 187fdfe5-2d82-4365-b774-46b62deb2af2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8055 | 2024.09.24 04:37:09.962803 [ 3 ] {} <Debug> HTTP-Session: 187fdfe5-2d82-4365-b774-46b62deb2af2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8056 | 2024.09.24 04:37:09.962836 [ 3 ] {} <Trace> HTTP-Session: 187fdfe5-2d82-4365-b774-46b62deb2af2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8057 | 2024.09.24 04:37:09.963047 [ 3 ] {345b51ee-de0c-4245-8dd6-167f996506f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
8058 | 2024.09.24 04:37:09.963112 [ 3 ] {345b51ee-de0c-4245-8dd6-167f996506f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
8059 | 2024.09.24 04:37:09.963527 [ 3 ] {345b51ee-de0c-4245-8dd6-167f996506f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8060 | 2024.09.24 04:37:09.964058 [ 3 ] {345b51ee-de0c-4245-8dd6-167f996506f4} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8061 | 2024.09.24 04:37:09.964094 [ 3 ] {345b51ee-de0c-4245-8dd6-167f996506f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8062 | 2024.09.24 04:37:09.964694 [ 3 ] {345b51ee-de0c-4245-8dd6-167f996506f4} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
8063 | 2024.09.24 04:37:09.965118 [ 3 ] {345b51ee-de0c-4245-8dd6-167f996506f4} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8064 | 2024.09.24 04:37:09.965324 [ 3 ] {345b51ee-de0c-4245-8dd6-167f996506f4} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002413 sec., 7045.171985080811 rows/sec., 12.62 MiB/sec. | ||
8065 | 2024.09.24 04:37:09.965555 [ 3 ] {345b51ee-de0c-4245-8dd6-167f996506f4} <Debug> DynamicQueryHandler: Done processing query | ||
8066 | 2024.09.24 04:37:09.965580 [ 3 ] {345b51ee-de0c-4245-8dd6-167f996506f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
8067 | 2024.09.24 04:37:09.965596 [ 3 ] {} <Debug> HTTP-Session: 187fdfe5-2d82-4365-b774-46b62deb2af2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8068 | 2024.09.24 04:37:09.965766 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 8211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8069 | 2024.09.24 04:37:09.965814 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8070 | 2024.09.24 04:37:09.965833 [ 3 ] {} <Debug> HTTP-Session: 523da040-f3ba-4ad2-a3a8-32ab74290f65 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
8071 | 2024.09.24 04:37:09.965849 [ 3 ] {} <Debug> HTTP-Session: 523da040-f3ba-4ad2-a3a8-32ab74290f65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8072 | 2024.09.24 04:37:09.965864 [ 3 ] {} <Debug> HTTP-Session: 523da040-f3ba-4ad2-a3a8-32ab74290f65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8073 | 2024.09.24 04:37:09.965897 [ 3 ] {} <Trace> HTTP-Session: 523da040-f3ba-4ad2-a3a8-32ab74290f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8074 | 2024.09.24 04:37:09.966011 [ 3 ] {4cca8091-a35f-4993-a09d-dca03a8a756a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8075 | 2024.09.24 04:37:09.966056 [ 3 ] {4cca8091-a35f-4993-a09d-dca03a8a756a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8076 | 2024.09.24 04:37:09.966184 [ 3 ] {4cca8091-a35f-4993-a09d-dca03a8a756a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8077 | 2024.09.24 04:37:09.966573 [ 3 ] {4cca8091-a35f-4993-a09d-dca03a8a756a} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8078 | 2024.09.24 04:37:09.966615 [ 3 ] {4cca8091-a35f-4993-a09d-dca03a8a756a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8079 | 2024.09.24 04:37:09.966983 [ 3 ] {4cca8091-a35f-4993-a09d-dca03a8a756a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
8080 | 2024.09.24 04:37:09.967313 [ 3 ] {4cca8091-a35f-4993-a09d-dca03a8a756a} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8081 | 2024.09.24 04:37:09.967466 [ 3 ] {4cca8091-a35f-4993-a09d-dca03a8a756a} <Debug> executeQuery: Read 54 rows, 3.72 KiB in 0.001485 sec., 36363.63636363636 rows/sec., 2.45 MiB/sec. | ||
8082 | 2024.09.24 04:37:09.967748 [ 3 ] {4cca8091-a35f-4993-a09d-dca03a8a756a} <Debug> DynamicQueryHandler: Done processing query | ||
8083 | 2024.09.24 04:37:09.967783 [ 3 ] {4cca8091-a35f-4993-a09d-dca03a8a756a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8084 | 2024.09.24 04:37:09.967799 [ 3 ] {} <Debug> HTTP-Session: 523da040-f3ba-4ad2-a3a8-32ab74290f65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8085 | 2024.09.24 04:37:14.920744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 35148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8086 | 2024.09.24 04:37:14.920877 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8087 | 2024.09.24 04:37:14.920905 [ 3 ] {} <Debug> HTTP-Session: b2115caf-aef1-4e00-ada1-f4074989be45 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
8088 | 2024.09.24 04:37:14.920933 [ 3 ] {} <Debug> HTTP-Session: b2115caf-aef1-4e00-ada1-f4074989be45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8089 | 2024.09.24 04:37:14.920951 [ 3 ] {} <Debug> HTTP-Session: b2115caf-aef1-4e00-ada1-f4074989be45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8090 | 2024.09.24 04:37:14.921011 [ 3 ] {} <Trace> HTTP-Session: b2115caf-aef1-4e00-ada1-f4074989be45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8091 | 2024.09.24 04:37:14.921289 [ 3 ] {76e7e565-794a-44f7-8651-a59d258b487d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8092 | 2024.09.24 04:37:14.921364 [ 3 ] {76e7e565-794a-44f7-8651-a59d258b487d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8093 | 2024.09.24 04:37:14.921724 [ 3 ] {76e7e565-794a-44f7-8651-a59d258b487d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8094 | 2024.09.24 04:37:14.922303 [ 3 ] {76e7e565-794a-44f7-8651-a59d258b487d} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8095 | 2024.09.24 04:37:14.922346 [ 3 ] {76e7e565-794a-44f7-8651-a59d258b487d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8096 | 2024.09.24 04:37:14.922783 [ 3 ] {76e7e565-794a-44f7-8651-a59d258b487d} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
8097 | 2024.09.24 04:37:14.923172 [ 3 ] {76e7e565-794a-44f7-8651-a59d258b487d} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8098 | 2024.09.24 04:37:14.923328 [ 3 ] {76e7e565-794a-44f7-8651-a59d258b487d} <Debug> executeQuery: Read 233 rows, 20.98 KiB in 0.002158 sec., 107970.34291010194 rows/sec., 9.50 MiB/sec. | ||
8099 | 2024.09.24 04:37:14.923418 [ 50 ] {} <Debug> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
8100 | 2024.09.24 04:37:14.923542 [ 50 ] {} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8101 | 2024.09.24 04:37:14.923597 [ 3 ] {76e7e565-794a-44f7-8651-a59d258b487d} <Debug> DynamicQueryHandler: Done processing query | ||
8102 | 2024.09.24 04:37:14.923607 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8103 | 2024.09.24 04:37:14.923654 [ 3 ] {76e7e565-794a-44f7-8651-a59d258b487d} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
8104 | 2024.09.24 04:37:14.923698 [ 3 ] {} <Debug> HTTP-Session: b2115caf-aef1-4e00-ada1-f4074989be45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8105 | 2024.09.24 04:37:14.923887 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8106 | 2024.09.24 04:37:14.923910 [ 188 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::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 | ||
8107 | 2024.09.24 04:37:14.923955 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8108 | 2024.09.24 04:37:14.924003 [ 3 ] {} <Debug> HTTP-Session: 1e5f9362-b871-4407-9b1e-60d69d557d3d Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
8109 | 2024.09.24 04:37:14.924039 [ 3 ] {} <Debug> HTTP-Session: 1e5f9362-b871-4407-9b1e-60d69d557d3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8110 | 2024.09.24 04:37:14.924054 [ 3 ] {} <Debug> HTTP-Session: 1e5f9362-b871-4407-9b1e-60d69d557d3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8111 | 2024.09.24 04:37:14.924130 [ 3 ] {} <Trace> HTTP-Session: 1e5f9362-b871-4407-9b1e-60d69d557d3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8112 | 2024.09.24 04:37:14.924411 [ 188 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8113 | 2024.09.24 04:37:14.924412 [ 3 ] {7622d712-312a-4fae-815e-09418af11bef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8114 | 2024.09.24 04:37:14.924510 [ 188 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1418 rows starting from the beginning of the part | ||
8115 | 2024.09.24 04:37:14.924532 [ 3 ] {7622d712-312a-4fae-815e-09418af11bef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8116 | 2024.09.24 04:37:14.924913 [ 188 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 233 rows starting from the beginning of the part | ||
8117 | 2024.09.24 04:37:14.925267 [ 188 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 90 rows starting from the beginning of the part | ||
8118 | 2024.09.24 04:37:14.925739 [ 188 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 233 rows starting from the beginning of the part | ||
8119 | 2024.09.24 04:37:14.926166 [ 3 ] {7622d712-312a-4fae-815e-09418af11bef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8120 | 2024.09.24 04:37:14.926180 [ 188 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1232 rows starting from the beginning of the part | ||
8121 | 2024.09.24 04:37:14.926580 [ 188 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 233 rows starting from the beginning of the part | ||
8122 | 2024.09.24 04:37:14.927335 [ 3 ] {7622d712-312a-4fae-815e-09418af11bef} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8123 | 2024.09.24 04:37:14.927417 [ 3 ] {7622d712-312a-4fae-815e-09418af11bef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8124 | 2024.09.24 04:37:14.928351 [ 3 ] {7622d712-312a-4fae-815e-09418af11bef} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
8125 | 2024.09.24 04:37:14.929240 [ 3 ] {7622d712-312a-4fae-815e-09418af11bef} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8126 | 2024.09.24 04:37:14.929452 [ 3 ] {7622d712-312a-4fae-815e-09418af11bef} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.00515 sec., 4271.844660194175 rows/sec., 321.22 KiB/sec. | ||
8127 | 2024.09.24 04:37:14.929981 [ 3 ] {7622d712-312a-4fae-815e-09418af11bef} <Debug> DynamicQueryHandler: Done processing query | ||
8128 | 2024.09.24 04:37:14.930083 [ 3 ] {7622d712-312a-4fae-815e-09418af11bef} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8129 | 2024.09.24 04:37:14.930170 [ 3 ] {} <Debug> HTTP-Session: 1e5f9362-b871-4407-9b1e-60d69d557d3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8130 | 2024.09.24 04:37:14.930520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8131 | 2024.09.24 04:37:14.930697 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8132 | 2024.09.24 04:37:14.930777 [ 3 ] {} <Debug> HTTP-Session: 9bcfbf80-e851-4963-b822-7b1161e24b88 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
8133 | 2024.09.24 04:37:14.930859 [ 3 ] {} <Debug> HTTP-Session: 9bcfbf80-e851-4963-b822-7b1161e24b88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8134 | 2024.09.24 04:37:14.930902 [ 198 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3439 rows, containing 5 columns (5 merged, 0 gathered) in 0.00709809 sec., 484496.533574525 rows/sec., 42.53 MiB/sec. | ||
8135 | 2024.09.24 04:37:14.930929 [ 3 ] {} <Debug> HTTP-Session: 9bcfbf80-e851-4963-b822-7b1161e24b88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8136 | 2024.09.24 04:37:14.931047 [ 3 ] {} <Trace> HTTP-Session: 9bcfbf80-e851-4963-b822-7b1161e24b88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8137 | 2024.09.24 04:37:14.931176 [ 3 ] {9527bcfb-00bb-47d8-9cd4-c360cdce3e0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
8138 | 2024.09.24 04:37:14.931226 [ 3 ] {9527bcfb-00bb-47d8-9cd4-c360cdce3e0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8139 | 2024.09.24 04:37:14.931253 [ 198 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
8140 | 2024.09.24 04:37:14.931715 [ 3 ] {9527bcfb-00bb-47d8-9cd4-c360cdce3e0d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8141 | 2024.09.24 04:37:14.932016 [ 198 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_41_8} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8142 | 2024.09.24 04:37:14.932134 [ 198 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_41_8} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
8143 | 2024.09.24 04:37:14.932162 [ 3 ] {9527bcfb-00bb-47d8-9cd4-c360cdce3e0d} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8144 | 2024.09.24 04:37:14.932220 [ 3 ] {9527bcfb-00bb-47d8-9cd4-c360cdce3e0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8145 | 2024.09.24 04:37:14.932236 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
8146 | 2024.09.24 04:37:14.932609 [ 3 ] {9527bcfb-00bb-47d8-9cd4-c360cdce3e0d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
8147 | 2024.09.24 04:37:14.932972 [ 3 ] {9527bcfb-00bb-47d8-9cd4-c360cdce3e0d} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8148 | 2024.09.24 04:37:14.933137 [ 3 ] {9527bcfb-00bb-47d8-9cd4-c360cdce3e0d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001999 sec., 7003.501750875438 rows/sec., 490.48 KiB/sec. | ||
8149 | 2024.09.24 04:37:14.933475 [ 3 ] {9527bcfb-00bb-47d8-9cd4-c360cdce3e0d} <Debug> DynamicQueryHandler: Done processing query | ||
8150 | 2024.09.24 04:37:14.933529 [ 3 ] {9527bcfb-00bb-47d8-9cd4-c360cdce3e0d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8151 | 2024.09.24 04:37:14.933569 [ 3 ] {} <Debug> HTTP-Session: 9bcfbf80-e851-4963-b822-7b1161e24b88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8152 | 2024.09.24 04:37:14.933701 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8153 | 2024.09.24 04:37:14.933750 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8154 | 2024.09.24 04:37:14.933770 [ 3 ] {} <Debug> HTTP-Session: 71cc846b-9554-4bbb-838b-dd839e1bb954 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
8155 | 2024.09.24 04:37:14.933787 [ 3 ] {} <Debug> HTTP-Session: 71cc846b-9554-4bbb-838b-dd839e1bb954 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8156 | 2024.09.24 04:37:14.933801 [ 3 ] {} <Debug> HTTP-Session: 71cc846b-9554-4bbb-838b-dd839e1bb954 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8157 | 2024.09.24 04:37:14.933833 [ 3 ] {} <Trace> HTTP-Session: 71cc846b-9554-4bbb-838b-dd839e1bb954 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8158 | 2024.09.24 04:37:14.933935 [ 3 ] {12e91c50-d0d2-437f-8763-55f31887f0f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
8159 | 2024.09.24 04:37:14.933979 [ 3 ] {12e91c50-d0d2-437f-8763-55f31887f0f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
8160 | 2024.09.24 04:37:14.934231 [ 3 ] {12e91c50-d0d2-437f-8763-55f31887f0f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8161 | 2024.09.24 04:37:14.934518 [ 3 ] {12e91c50-d0d2-437f-8763-55f31887f0f1} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8162 | 2024.09.24 04:37:14.934553 [ 3 ] {12e91c50-d0d2-437f-8763-55f31887f0f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8163 | 2024.09.24 04:37:14.934907 [ 3 ] {12e91c50-d0d2-437f-8763-55f31887f0f1} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
8164 | 2024.09.24 04:37:14.935272 [ 3 ] {12e91c50-d0d2-437f-8763-55f31887f0f1} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8165 | 2024.09.24 04:37:14.935420 [ 50 ] {} <Debug> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
8166 | 2024.09.24 04:37:14.935436 [ 3 ] {12e91c50-d0d2-437f-8763-55f31887f0f1} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001521 sec., 3944.7731755424065 rows/sec., 233.07 KiB/sec. | ||
8167 | 2024.09.24 04:37:14.935477 [ 50 ] {} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8168 | 2024.09.24 04:37:14.935545 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8169 | 2024.09.24 04:37:14.935843 [ 3 ] {12e91c50-d0d2-437f-8763-55f31887f0f1} <Debug> DynamicQueryHandler: Done processing query | ||
8170 | 2024.09.24 04:37:14.935922 [ 3 ] {12e91c50-d0d2-437f-8763-55f31887f0f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8171 | 2024.09.24 04:37:14.936008 [ 3 ] {} <Debug> HTTP-Session: 71cc846b-9554-4bbb-838b-dd839e1bb954 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8172 | 2024.09.24 04:37:14.936131 [ 199 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::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 | ||
8173 | 2024.09.24 04:37:14.936297 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 65498, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8174 | 2024.09.24 04:37:14.936424 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8175 | 2024.09.24 04:37:14.936492 [ 3 ] {} <Debug> HTTP-Session: e1695cca-a100-433c-ab60-6ff1393110ed Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
8176 | 2024.09.24 04:37:14.936549 [ 3 ] {} <Debug> HTTP-Session: e1695cca-a100-433c-ab60-6ff1393110ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8177 | 2024.09.24 04:37:14.936595 [ 3 ] {} <Debug> HTTP-Session: e1695cca-a100-433c-ab60-6ff1393110ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8178 | 2024.09.24 04:37:14.936640 [ 199 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8179 | 2024.09.24 04:37:14.936668 [ 3 ] {} <Trace> HTTP-Session: e1695cca-a100-433c-ab60-6ff1393110ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8180 | 2024.09.24 04:37:14.936709 [ 199 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 6 rows starting from the beginning of the part | ||
8181 | 2024.09.24 04:37:14.936952 [ 199 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
8182 | 2024.09.24 04:37:14.937057 [ 199 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
8183 | 2024.09.24 04:37:14.937230 [ 3 ] {026d4064-bf01-47c8-b8f4-261c5685cb52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8184 | 2024.09.24 04:37:14.937311 [ 199 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
8185 | 2024.09.24 04:37:14.937433 [ 3 ] {026d4064-bf01-47c8-b8f4-261c5685cb52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8186 | 2024.09.24 04:37:14.937504 [ 199 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
8187 | 2024.09.24 04:37:14.938589 [ 3 ] {026d4064-bf01-47c8-b8f4-261c5685cb52} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8188 | 2024.09.24 04:37:14.939940 [ 3 ] {026d4064-bf01-47c8-b8f4-261c5685cb52} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8189 | 2024.09.24 04:37:14.940034 [ 3 ] {026d4064-bf01-47c8-b8f4-261c5685cb52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8190 | 2024.09.24 04:37:14.940131 [ 199 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004417904 sec., 6790.550451073631 rows/sec., 431.04 KiB/sec. | ||
8191 | 2024.09.24 04:37:14.940329 [ 199 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
8192 | 2024.09.24 04:37:14.941047 [ 3 ] {026d4064-bf01-47c8-b8f4-261c5685cb52} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
8193 | 2024.09.24 04:37:14.941254 [ 199 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_17_4} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8194 | 2024.09.24 04:37:14.941537 [ 199 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_17_4} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
8195 | 2024.09.24 04:37:14.941740 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
8196 | 2024.09.24 04:37:14.941900 [ 3 ] {026d4064-bf01-47c8-b8f4-261c5685cb52} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8197 | 2024.09.24 04:37:14.942066 [ 50 ] {} <Debug> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
8198 | 2024.09.24 04:37:14.942084 [ 3 ] {026d4064-bf01-47c8-b8f4-261c5685cb52} <Debug> executeQuery: Read 404 rows, 29.44 KiB in 0.005223 sec., 77350.18188780393 rows/sec., 5.51 MiB/sec. | ||
8199 | 2024.09.24 04:37:14.942123 [ 50 ] {} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8200 | 2024.09.24 04:37:14.942205 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8201 | 2024.09.24 04:37:14.942539 [ 3 ] {026d4064-bf01-47c8-b8f4-261c5685cb52} <Debug> DynamicQueryHandler: Done processing query | ||
8202 | 2024.09.24 04:37:14.942578 [ 196 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::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 | ||
8203 | 2024.09.24 04:37:14.942611 [ 3 ] {026d4064-bf01-47c8-b8f4-261c5685cb52} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
8204 | 2024.09.24 04:37:14.942686 [ 3 ] {} <Debug> HTTP-Session: e1695cca-a100-433c-ab60-6ff1393110ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8205 | 2024.09.24 04:37:14.942961 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8206 | 2024.09.24 04:37:14.943137 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8207 | 2024.09.24 04:37:14.943227 [ 3 ] {} <Debug> HTTP-Session: 91ac71bf-037f-426b-bf94-f2e2f9c02d3e Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
8208 | 2024.09.24 04:37:14.943305 [ 3 ] {} <Debug> HTTP-Session: 91ac71bf-037f-426b-bf94-f2e2f9c02d3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8209 | 2024.09.24 04:37:14.943373 [ 3 ] {} <Debug> HTTP-Session: 91ac71bf-037f-426b-bf94-f2e2f9c02d3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8210 | 2024.09.24 04:37:14.943458 [ 196 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8211 | 2024.09.24 04:37:14.943470 [ 3 ] {} <Trace> HTTP-Session: 91ac71bf-037f-426b-bf94-f2e2f9c02d3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8212 | 2024.09.24 04:37:14.943521 [ 196 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 913 rows starting from the beginning of the part | ||
8213 | 2024.09.24 04:37:14.943787 [ 196 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 404 rows starting from the beginning of the part | ||
8214 | 2024.09.24 04:37:14.943784 [ 3 ] {e70f8d5f-f592-48ec-aecf-18d726462ca1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8215 | 2024.09.24 04:37:14.944014 [ 3 ] {e70f8d5f-f592-48ec-aecf-18d726462ca1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8216 | 2024.09.24 04:37:14.944144 [ 196 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 81 rows starting from the beginning of the part | ||
8217 | 2024.09.24 04:37:14.944492 [ 196 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 404 rows starting from the beginning of the part | ||
8218 | 2024.09.24 04:37:14.944840 [ 196 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 541 rows starting from the beginning of the part | ||
8219 | 2024.09.24 04:37:14.945227 [ 196 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 404 rows starting from the beginning of the part | ||
8220 | 2024.09.24 04:37:14.945247 [ 3 ] {e70f8d5f-f592-48ec-aecf-18d726462ca1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8221 | 2024.09.24 04:37:14.946235 [ 3 ] {e70f8d5f-f592-48ec-aecf-18d726462ca1} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8222 | 2024.09.24 04:37:14.946309 [ 3 ] {e70f8d5f-f592-48ec-aecf-18d726462ca1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8223 | 2024.09.24 04:37:14.947239 [ 3 ] {e70f8d5f-f592-48ec-aecf-18d726462ca1} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
8224 | 2024.09.24 04:37:14.947952 [ 3 ] {e70f8d5f-f592-48ec-aecf-18d726462ca1} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8225 | 2024.09.24 04:37:14.948234 [ 3 ] {e70f8d5f-f592-48ec-aecf-18d726462ca1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004573 sec., 1312.0489831620382 rows/sec., 68.55 KiB/sec. | ||
8226 | 2024.09.24 04:37:14.948866 [ 3 ] {e70f8d5f-f592-48ec-aecf-18d726462ca1} <Debug> DynamicQueryHandler: Done processing query | ||
8227 | 2024.09.24 04:37:14.948942 [ 3 ] {e70f8d5f-f592-48ec-aecf-18d726462ca1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8228 | 2024.09.24 04:37:14.949046 [ 3 ] {} <Debug> HTTP-Session: 91ac71bf-037f-426b-bf94-f2e2f9c02d3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8229 | 2024.09.24 04:37:14.949269 [ 186 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2747 rows, containing 5 columns (5 merged, 0 gathered) in 0.006933188 sec., 396210.2282528615 rows/sec., 30.23 MiB/sec. | ||
8230 | 2024.09.24 04:37:14.949292 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 44612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8231 | 2024.09.24 04:37:14.949360 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8232 | 2024.09.24 04:37:14.949382 [ 3 ] {} <Debug> HTTP-Session: 89ee3d60-23af-45f5-b681-c0b01b1e6b91 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
8233 | 2024.09.24 04:37:14.949413 [ 3 ] {} <Debug> HTTP-Session: 89ee3d60-23af-45f5-b681-c0b01b1e6b91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8234 | 2024.09.24 04:37:14.949442 [ 3 ] {} <Debug> HTTP-Session: 89ee3d60-23af-45f5-b681-c0b01b1e6b91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8235 | 2024.09.24 04:37:14.949484 [ 3 ] {} <Trace> HTTP-Session: 89ee3d60-23af-45f5-b681-c0b01b1e6b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8236 | 2024.09.24 04:37:14.949529 [ 187 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
8237 | 2024.09.24 04:37:14.949938 [ 3 ] {3a68d8fe-a854-4497-b41c-565b92175da6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8238 | 2024.09.24 04:37:14.950139 [ 3 ] {3a68d8fe-a854-4497-b41c-565b92175da6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8239 | 2024.09.24 04:37:14.950613 [ 3 ] {3a68d8fe-a854-4497-b41c-565b92175da6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8240 | 2024.09.24 04:37:14.950621 [ 187 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_41_8} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8241 | 2024.09.24 04:37:14.950836 [ 187 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_41_8} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
8242 | 2024.09.24 04:37:14.950951 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
8243 | 2024.09.24 04:37:14.951289 [ 3 ] {3a68d8fe-a854-4497-b41c-565b92175da6} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8244 | 2024.09.24 04:37:14.951333 [ 3 ] {3a68d8fe-a854-4497-b41c-565b92175da6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8245 | 2024.09.24 04:37:14.951747 [ 3 ] {3a68d8fe-a854-4497-b41c-565b92175da6} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
8246 | 2024.09.24 04:37:14.952096 [ 3 ] {3a68d8fe-a854-4497-b41c-565b92175da6} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8247 | 2024.09.24 04:37:14.952258 [ 3 ] {3a68d8fe-a854-4497-b41c-565b92175da6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002631 sec., 90079.81755986316 rows/sec., 6.04 MiB/sec. | ||
8248 | 2024.09.24 04:37:14.952630 [ 3 ] {3a68d8fe-a854-4497-b41c-565b92175da6} <Debug> DynamicQueryHandler: Done processing query | ||
8249 | 2024.09.24 04:37:14.952672 [ 3 ] {3a68d8fe-a854-4497-b41c-565b92175da6} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
8250 | 2024.09.24 04:37:14.952689 [ 3 ] {} <Debug> HTTP-Session: 89ee3d60-23af-45f5-b681-c0b01b1e6b91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8251 | 2024.09.24 04:37:14.952785 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8252 | 2024.09.24 04:37:14.952834 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8253 | 2024.09.24 04:37:14.952853 [ 3 ] {} <Debug> HTTP-Session: 369661c2-e643-4536-9638-60b34cd7ae6c Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
8254 | 2024.09.24 04:37:14.952869 [ 3 ] {} <Debug> HTTP-Session: 369661c2-e643-4536-9638-60b34cd7ae6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8255 | 2024.09.24 04:37:14.952883 [ 3 ] {} <Debug> HTTP-Session: 369661c2-e643-4536-9638-60b34cd7ae6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8256 | 2024.09.24 04:37:14.952914 [ 3 ] {} <Trace> HTTP-Session: 369661c2-e643-4536-9638-60b34cd7ae6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8257 | 2024.09.24 04:37:14.953010 [ 3 ] {6e744fc2-7d9a-411d-90d5-93c2a4964455} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
8258 | 2024.09.24 04:37:14.953059 [ 3 ] {6e744fc2-7d9a-411d-90d5-93c2a4964455} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
8259 | 2024.09.24 04:37:14.953212 [ 3 ] {6e744fc2-7d9a-411d-90d5-93c2a4964455} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8260 | 2024.09.24 04:37:14.953465 [ 3 ] {6e744fc2-7d9a-411d-90d5-93c2a4964455} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8261 | 2024.09.24 04:37:14.953501 [ 3 ] {6e744fc2-7d9a-411d-90d5-93c2a4964455} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8262 | 2024.09.24 04:37:14.953858 [ 3 ] {6e744fc2-7d9a-411d-90d5-93c2a4964455} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
8263 | 2024.09.24 04:37:14.954189 [ 3 ] {6e744fc2-7d9a-411d-90d5-93c2a4964455} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8264 | 2024.09.24 04:37:14.954356 [ 3 ] {6e744fc2-7d9a-411d-90d5-93c2a4964455} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001368 sec., 730.9941520467836 rows/sec., 49.26 KiB/sec. | ||
8265 | 2024.09.24 04:37:14.954531 [ 3 ] {6e744fc2-7d9a-411d-90d5-93c2a4964455} <Debug> DynamicQueryHandler: Done processing query | ||
8266 | 2024.09.24 04:37:14.954556 [ 3 ] {6e744fc2-7d9a-411d-90d5-93c2a4964455} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
8267 | 2024.09.24 04:37:14.954572 [ 3 ] {} <Debug> HTTP-Session: 369661c2-e643-4536-9638-60b34cd7ae6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8268 | 2024.09.24 04:37:14.954701 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 36100, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8269 | 2024.09.24 04:37:14.954751 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8270 | 2024.09.24 04:37:14.954770 [ 3 ] {} <Debug> HTTP-Session: 2f9b3da1-4088-4565-8e01-c7c562261a8e Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
8271 | 2024.09.24 04:37:14.954786 [ 3 ] {} <Debug> HTTP-Session: 2f9b3da1-4088-4565-8e01-c7c562261a8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8272 | 2024.09.24 04:37:14.954800 [ 3 ] {} <Debug> HTTP-Session: 2f9b3da1-4088-4565-8e01-c7c562261a8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8273 | 2024.09.24 04:37:14.954830 [ 3 ] {} <Trace> HTTP-Session: 2f9b3da1-4088-4565-8e01-c7c562261a8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8274 | 2024.09.24 04:37:14.955108 [ 3 ] {ce3c0efd-009b-46cd-863d-b97c5b9b2822} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
8275 | 2024.09.24 04:37:14.955177 [ 3 ] {ce3c0efd-009b-46cd-863d-b97c5b9b2822} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
8276 | 2024.09.24 04:37:14.955622 [ 3 ] {ce3c0efd-009b-46cd-863d-b97c5b9b2822} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8277 | 2024.09.24 04:37:14.956171 [ 3 ] {ce3c0efd-009b-46cd-863d-b97c5b9b2822} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8278 | 2024.09.24 04:37:14.956208 [ 3 ] {ce3c0efd-009b-46cd-863d-b97c5b9b2822} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8279 | 2024.09.24 04:37:14.956818 [ 3 ] {ce3c0efd-009b-46cd-863d-b97c5b9b2822} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
8280 | 2024.09.24 04:37:14.957243 [ 3 ] {ce3c0efd-009b-46cd-863d-b97c5b9b2822} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8281 | 2024.09.24 04:37:14.957445 [ 3 ] {ce3c0efd-009b-46cd-863d-b97c5b9b2822} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002536 sec., 8675.078864353312 rows/sec., 15.55 MiB/sec. | ||
8282 | 2024.09.24 04:37:14.957659 [ 3 ] {ce3c0efd-009b-46cd-863d-b97c5b9b2822} <Debug> DynamicQueryHandler: Done processing query | ||
8283 | 2024.09.24 04:37:14.957683 [ 3 ] {ce3c0efd-009b-46cd-863d-b97c5b9b2822} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
8284 | 2024.09.24 04:37:14.957699 [ 3 ] {} <Debug> HTTP-Session: 2f9b3da1-4088-4565-8e01-c7c562261a8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8285 | 2024.09.24 04:37:14.957812 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 12152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8286 | 2024.09.24 04:37:14.957860 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8287 | 2024.09.24 04:37:14.957879 [ 3 ] {} <Debug> HTTP-Session: c2503c25-ba75-4ea3-a468-fc8fb474d36d Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
8288 | 2024.09.24 04:37:14.957895 [ 3 ] {} <Debug> HTTP-Session: c2503c25-ba75-4ea3-a468-fc8fb474d36d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8289 | 2024.09.24 04:37:14.957908 [ 3 ] {} <Debug> HTTP-Session: c2503c25-ba75-4ea3-a468-fc8fb474d36d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8290 | 2024.09.24 04:37:14.957939 [ 3 ] {} <Trace> HTTP-Session: c2503c25-ba75-4ea3-a468-fc8fb474d36d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8291 | 2024.09.24 04:37:14.958061 [ 3 ] {d24e022f-83ba-40e1-9404-94c155360ab6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8292 | 2024.09.24 04:37:14.958105 [ 3 ] {d24e022f-83ba-40e1-9404-94c155360ab6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8293 | 2024.09.24 04:37:14.958235 [ 3 ] {d24e022f-83ba-40e1-9404-94c155360ab6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8294 | 2024.09.24 04:37:14.958576 [ 3 ] {d24e022f-83ba-40e1-9404-94c155360ab6} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8295 | 2024.09.24 04:37:14.958612 [ 3 ] {d24e022f-83ba-40e1-9404-94c155360ab6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8296 | 2024.09.24 04:37:14.958975 [ 3 ] {d24e022f-83ba-40e1-9404-94c155360ab6} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
8297 | 2024.09.24 04:37:14.959304 [ 3 ] {d24e022f-83ba-40e1-9404-94c155360ab6} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8298 | 2024.09.24 04:37:14.959467 [ 3 ] {d24e022f-83ba-40e1-9404-94c155360ab6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001451 sec., 56512.74982770503 rows/sec., 3.59 MiB/sec. | ||
8299 | 2024.09.24 04:37:14.959634 [ 3 ] {d24e022f-83ba-40e1-9404-94c155360ab6} <Debug> DynamicQueryHandler: Done processing query | ||
8300 | 2024.09.24 04:37:14.959659 [ 3 ] {d24e022f-83ba-40e1-9404-94c155360ab6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8301 | 2024.09.24 04:37:14.959676 [ 3 ] {} <Debug> HTTP-Session: c2503c25-ba75-4ea3-a468-fc8fb474d36d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8302 | 2024.09.24 04:37:17.655098 [ 49 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8303 | 2024.09.24 04:37:17.655178 [ 49 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8304 | 2024.09.24 04:37:19.001254 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000883889 sec. | ||
8305 | 2024.09.24 04:37:19.916604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 13137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8306 | 2024.09.24 04:37:19.916726 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8307 | 2024.09.24 04:37:19.916753 [ 3 ] {} <Debug> HTTP-Session: 45d04d5d-8dc8-4028-95c2-52d407400ce4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
8308 | 2024.09.24 04:37:19.916777 [ 3 ] {} <Debug> HTTP-Session: 45d04d5d-8dc8-4028-95c2-52d407400ce4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8309 | 2024.09.24 04:37:19.916791 [ 3 ] {} <Debug> HTTP-Session: 45d04d5d-8dc8-4028-95c2-52d407400ce4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8310 | 2024.09.24 04:37:19.916843 [ 3 ] {} <Trace> HTTP-Session: 45d04d5d-8dc8-4028-95c2-52d407400ce4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8311 | 2024.09.24 04:37:19.917061 [ 3 ] {fcfd19c1-2f99-4592-aadf-ac49d5e1d9ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8312 | 2024.09.24 04:37:19.917132 [ 3 ] {fcfd19c1-2f99-4592-aadf-ac49d5e1d9ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8313 | 2024.09.24 04:37:19.917474 [ 3 ] {fcfd19c1-2f99-4592-aadf-ac49d5e1d9ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8314 | 2024.09.24 04:37:19.917941 [ 3 ] {fcfd19c1-2f99-4592-aadf-ac49d5e1d9ac} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8315 | 2024.09.24 04:37:19.917987 [ 3 ] {fcfd19c1-2f99-4592-aadf-ac49d5e1d9ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8316 | 2024.09.24 04:37:19.918413 [ 3 ] {fcfd19c1-2f99-4592-aadf-ac49d5e1d9ac} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8317 | 2024.09.24 04:37:19.918801 [ 3 ] {fcfd19c1-2f99-4592-aadf-ac49d5e1d9ac} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8318 | 2024.09.24 04:37:19.918971 [ 3 ] {fcfd19c1-2f99-4592-aadf-ac49d5e1d9ac} <Debug> executeQuery: Read 90 rows, 7.65 KiB in 0.001982 sec., 45408.678102926344 rows/sec., 3.77 MiB/sec. | ||
8319 | 2024.09.24 04:37:19.919312 [ 3 ] {fcfd19c1-2f99-4592-aadf-ac49d5e1d9ac} <Debug> DynamicQueryHandler: Done processing query | ||
8320 | 2024.09.24 04:37:19.919347 [ 3 ] {fcfd19c1-2f99-4592-aadf-ac49d5e1d9ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
8321 | 2024.09.24 04:37:19.919364 [ 3 ] {} <Debug> HTTP-Session: 45d04d5d-8dc8-4028-95c2-52d407400ce4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8322 | 2024.09.24 04:37:19.919499 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 2487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8323 | 2024.09.24 04:37:19.919553 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8324 | 2024.09.24 04:37:19.919573 [ 3 ] {} <Debug> HTTP-Session: 1d79e031-ee10-4bb0-8b70-4ed110002306 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
8325 | 2024.09.24 04:37:19.919592 [ 3 ] {} <Debug> HTTP-Session: 1d79e031-ee10-4bb0-8b70-4ed110002306 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8326 | 2024.09.24 04:37:19.919606 [ 3 ] {} <Debug> HTTP-Session: 1d79e031-ee10-4bb0-8b70-4ed110002306 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8327 | 2024.09.24 04:37:19.919644 [ 3 ] {} <Trace> HTTP-Session: 1d79e031-ee10-4bb0-8b70-4ed110002306 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8328 | 2024.09.24 04:37:19.919766 [ 3 ] {a3be6406-77f7-4ae7-8552-db3225cf3a5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8329 | 2024.09.24 04:37:19.919816 [ 3 ] {a3be6406-77f7-4ae7-8552-db3225cf3a5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8330 | 2024.09.24 04:37:19.920080 [ 3 ] {a3be6406-77f7-4ae7-8552-db3225cf3a5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8331 | 2024.09.24 04:37:19.920430 [ 3 ] {a3be6406-77f7-4ae7-8552-db3225cf3a5d} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8332 | 2024.09.24 04:37:19.920469 [ 3 ] {a3be6406-77f7-4ae7-8552-db3225cf3a5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8333 | 2024.09.24 04:37:19.920832 [ 3 ] {a3be6406-77f7-4ae7-8552-db3225cf3a5d} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
8334 | 2024.09.24 04:37:19.921213 [ 3 ] {a3be6406-77f7-4ae7-8552-db3225cf3a5d} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8335 | 2024.09.24 04:37:19.921386 [ 3 ] {a3be6406-77f7-4ae7-8552-db3225cf3a5d} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001653 sec., 10284.331518451301 rows/sec., 773.33 KiB/sec. | ||
8336 | 2024.09.24 04:37:19.921396 [ 47 ] {} <Debug> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
8337 | 2024.09.24 04:37:19.921512 [ 47 ] {} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8338 | 2024.09.24 04:37:19.921567 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8339 | 2024.09.24 04:37:19.921667 [ 3 ] {a3be6406-77f7-4ae7-8552-db3225cf3a5d} <Debug> DynamicQueryHandler: Done processing query | ||
8340 | 2024.09.24 04:37:19.921735 [ 3 ] {a3be6406-77f7-4ae7-8552-db3225cf3a5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8341 | 2024.09.24 04:37:19.921770 [ 3 ] {} <Debug> HTTP-Session: 1d79e031-ee10-4bb0-8b70-4ed110002306 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8342 | 2024.09.24 04:37:19.921793 [ 195 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::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 | ||
8343 | 2024.09.24 04:37:19.921938 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 13756, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8344 | 2024.09.24 04:37:19.922056 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8345 | 2024.09.24 04:37:19.922095 [ 195 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8346 | 2024.09.24 04:37:19.922106 [ 3 ] {} <Debug> HTTP-Session: 54bba04f-f451-46be-8199-6c098b9c0b69 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
8347 | 2024.09.24 04:37:19.922164 [ 3 ] {} <Debug> HTTP-Session: 54bba04f-f451-46be-8199-6c098b9c0b69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8348 | 2024.09.24 04:37:19.922170 [ 195 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 57 rows starting from the beginning of the part | ||
8349 | 2024.09.24 04:37:19.922186 [ 3 ] {} <Debug> HTTP-Session: 54bba04f-f451-46be-8199-6c098b9c0b69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8350 | 2024.09.24 04:37:19.922256 [ 3 ] {} <Trace> HTTP-Session: 54bba04f-f451-46be-8199-6c098b9c0b69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8351 | 2024.09.24 04:37:19.922414 [ 195 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 17 rows starting from the beginning of the part | ||
8352 | 2024.09.24 04:37:19.922732 [ 195 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 22 rows starting from the beginning of the part | ||
8353 | 2024.09.24 04:37:19.922770 [ 3 ] {33fd3faa-d447-44c6-869f-a82c429ad484} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8354 | 2024.09.24 04:37:19.922986 [ 3 ] {33fd3faa-d447-44c6-869f-a82c429ad484} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8355 | 2024.09.24 04:37:19.923009 [ 195 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 21 rows starting from the beginning of the part | ||
8356 | 2024.09.24 04:37:19.923340 [ 195 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 22 rows starting from the beginning of the part | ||
8357 | 2024.09.24 04:37:19.923640 [ 195 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 17 rows starting from the beginning of the part | ||
8358 | 2024.09.24 04:37:19.924423 [ 3 ] {33fd3faa-d447-44c6-869f-a82c429ad484} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8359 | 2024.09.24 04:37:19.925493 [ 3 ] {33fd3faa-d447-44c6-869f-a82c429ad484} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8360 | 2024.09.24 04:37:19.925571 [ 3 ] {33fd3faa-d447-44c6-869f-a82c429ad484} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8361 | 2024.09.24 04:37:19.926612 [ 195 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 5 columns (5 merged, 0 gathered) in 0.004953555 sec., 31492.534149716717 rows/sec., 2.41 MiB/sec. | ||
8362 | 2024.09.24 04:37:19.926676 [ 3 ] {33fd3faa-d447-44c6-869f-a82c429ad484} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8363 | 2024.09.24 04:37:19.926794 [ 195 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
8364 | 2024.09.24 04:37:19.927582 [ 3 ] {33fd3faa-d447-44c6-869f-a82c429ad484} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8365 | 2024.09.24 04:37:19.927809 [ 186 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_41_8} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8366 | 2024.09.24 04:37:19.927863 [ 3 ] {33fd3faa-d447-44c6-869f-a82c429ad484} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.005347 sec., 15148.681503646903 rows/sec., 1.18 MiB/sec. | ||
8367 | 2024.09.24 04:37:19.928005 [ 186 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_41_8} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
8368 | 2024.09.24 04:37:19.928110 [ 3 ] {33fd3faa-d447-44c6-869f-a82c429ad484} <Debug> DynamicQueryHandler: Done processing query | ||
8369 | 2024.09.24 04:37:19.928145 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
8370 | 2024.09.24 04:37:19.928147 [ 3 ] {33fd3faa-d447-44c6-869f-a82c429ad484} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
8371 | 2024.09.24 04:37:19.928187 [ 3 ] {} <Debug> HTTP-Session: 54bba04f-f451-46be-8199-6c098b9c0b69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8372 | 2024.09.24 04:37:19.928356 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8373 | 2024.09.24 04:37:19.928406 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8374 | 2024.09.24 04:37:19.928426 [ 3 ] {} <Debug> HTTP-Session: e8b83b85-f60e-49a1-bf31-88578196e2ee Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
8375 | 2024.09.24 04:37:19.928443 [ 3 ] {} <Debug> HTTP-Session: e8b83b85-f60e-49a1-bf31-88578196e2ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8376 | 2024.09.24 04:37:19.928457 [ 3 ] {} <Debug> HTTP-Session: e8b83b85-f60e-49a1-bf31-88578196e2ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8377 | 2024.09.24 04:37:19.928489 [ 3 ] {} <Trace> HTTP-Session: e8b83b85-f60e-49a1-bf31-88578196e2ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8378 | 2024.09.24 04:37:19.928649 [ 3 ] {fdff6c1e-6bec-42a1-ac79-7b085acf288c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8379 | 2024.09.24 04:37:19.928699 [ 3 ] {fdff6c1e-6bec-42a1-ac79-7b085acf288c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8380 | 2024.09.24 04:37:19.928854 [ 3 ] {fdff6c1e-6bec-42a1-ac79-7b085acf288c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8381 | 2024.09.24 04:37:19.929399 [ 3 ] {fdff6c1e-6bec-42a1-ac79-7b085acf288c} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8382 | 2024.09.24 04:37:19.929438 [ 3 ] {fdff6c1e-6bec-42a1-ac79-7b085acf288c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8383 | 2024.09.24 04:37:19.929831 [ 3 ] {fdff6c1e-6bec-42a1-ac79-7b085acf288c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
8384 | 2024.09.24 04:37:19.930175 [ 3 ] {fdff6c1e-6bec-42a1-ac79-7b085acf288c} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8385 | 2024.09.24 04:37:19.930338 [ 3 ] {fdff6c1e-6bec-42a1-ac79-7b085acf288c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001757 sec., 91064.31417188389 rows/sec., 6.34 MiB/sec. | ||
8386 | 2024.09.24 04:37:19.930710 [ 3 ] {fdff6c1e-6bec-42a1-ac79-7b085acf288c} <Debug> DynamicQueryHandler: Done processing query | ||
8387 | 2024.09.24 04:37:19.930740 [ 3 ] {fdff6c1e-6bec-42a1-ac79-7b085acf288c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8388 | 2024.09.24 04:37:19.930757 [ 3 ] {} <Debug> HTTP-Session: e8b83b85-f60e-49a1-bf31-88578196e2ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8389 | 2024.09.24 04:37:19.930896 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 29038, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8390 | 2024.09.24 04:37:19.930947 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8391 | 2024.09.24 04:37:19.930966 [ 3 ] {} <Debug> HTTP-Session: 10207b90-3bc8-4534-871d-ab0c570c47e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
8392 | 2024.09.24 04:37:19.930982 [ 3 ] {} <Debug> HTTP-Session: 10207b90-3bc8-4534-871d-ab0c570c47e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8393 | 2024.09.24 04:37:19.930996 [ 3 ] {} <Debug> HTTP-Session: 10207b90-3bc8-4534-871d-ab0c570c47e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8394 | 2024.09.24 04:37:19.931026 [ 3 ] {} <Trace> HTTP-Session: 10207b90-3bc8-4534-871d-ab0c570c47e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8395 | 2024.09.24 04:37:19.931269 [ 3 ] {06099c78-8b45-423e-bf9e-6dbe42419c3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
8396 | 2024.09.24 04:37:19.931347 [ 3 ] {06099c78-8b45-423e-bf9e-6dbe42419c3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
8397 | 2024.09.24 04:37:19.931797 [ 3 ] {06099c78-8b45-423e-bf9e-6dbe42419c3d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8398 | 2024.09.24 04:37:19.932311 [ 3 ] {06099c78-8b45-423e-bf9e-6dbe42419c3d} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8399 | 2024.09.24 04:37:19.932349 [ 3 ] {06099c78-8b45-423e-bf9e-6dbe42419c3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8400 | 2024.09.24 04:37:19.932955 [ 3 ] {06099c78-8b45-423e-bf9e-6dbe42419c3d} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
8401 | 2024.09.24 04:37:19.933360 [ 3 ] {06099c78-8b45-423e-bf9e-6dbe42419c3d} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8402 | 2024.09.24 04:37:19.933537 [ 47 ] {} <Debug> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
8403 | 2024.09.24 04:37:19.933561 [ 3 ] {06099c78-8b45-423e-bf9e-6dbe42419c3d} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.00245 sec., 6938.775510204082 rows/sec., 12.43 MiB/sec. | ||
8404 | 2024.09.24 04:37:19.933597 [ 47 ] {} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8405 | 2024.09.24 04:37:19.933677 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8406 | 2024.09.24 04:37:19.933994 [ 195 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::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 | ||
8407 | 2024.09.24 04:37:19.934117 [ 3 ] {06099c78-8b45-423e-bf9e-6dbe42419c3d} <Debug> DynamicQueryHandler: Done processing query | ||
8408 | 2024.09.24 04:37:19.934169 [ 3 ] {06099c78-8b45-423e-bf9e-6dbe42419c3d} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
8409 | 2024.09.24 04:37:19.934217 [ 3 ] {} <Debug> HTTP-Session: 10207b90-3bc8-4534-871d-ab0c570c47e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8410 | 2024.09.24 04:37:19.934426 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8411 | 2024.09.24 04:37:19.934552 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8412 | 2024.09.24 04:37:19.934617 [ 3 ] {} <Debug> HTTP-Session: 9adf6a69-d2aa-48d6-a6fc-9b38a9873cc3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
8413 | 2024.09.24 04:37:19.934675 [ 3 ] {} <Debug> HTTP-Session: 9adf6a69-d2aa-48d6-a6fc-9b38a9873cc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8414 | 2024.09.24 04:37:19.934720 [ 3 ] {} <Debug> HTTP-Session: 9adf6a69-d2aa-48d6-a6fc-9b38a9873cc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8415 | 2024.09.24 04:37:19.934745 [ 195 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8416 | 2024.09.24 04:37:19.934785 [ 3 ] {} <Trace> HTTP-Session: 9adf6a69-d2aa-48d6-a6fc-9b38a9873cc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8417 | 2024.09.24 04:37:19.934886 [ 195 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 694 rows starting from the beginning of the part | ||
8418 | 2024.09.24 04:37:19.935097 [ 3 ] {5d320f8b-74d6-4868-aca0-0a396f76c1c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8419 | 2024.09.24 04:37:19.935337 [ 3 ] {5d320f8b-74d6-4868-aca0-0a396f76c1c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8420 | 2024.09.24 04:37:19.935586 [ 195 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 17 rows starting from the beginning of the part | ||
8421 | 2024.09.24 04:37:19.936302 [ 3 ] {5d320f8b-74d6-4868-aca0-0a396f76c1c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8422 | 2024.09.24 04:37:19.936375 [ 195 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 22 rows starting from the beginning of the part | ||
8423 | 2024.09.24 04:37:19.936967 [ 195 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 17 rows starting from the beginning of the part | ||
8424 | 2024.09.24 04:37:19.937512 [ 3 ] {5d320f8b-74d6-4868-aca0-0a396f76c1c1} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8425 | 2024.09.24 04:37:19.937599 [ 3 ] {5d320f8b-74d6-4868-aca0-0a396f76c1c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8426 | 2024.09.24 04:37:19.937611 [ 195 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 22 rows starting from the beginning of the part | ||
8427 | 2024.09.24 04:37:19.938274 [ 195 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 17 rows starting from the beginning of the part | ||
8428 | 2024.09.24 04:37:19.939046 [ 3 ] {5d320f8b-74d6-4868-aca0-0a396f76c1c1} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
8429 | 2024.09.24 04:37:19.939911 [ 3 ] {5d320f8b-74d6-4868-aca0-0a396f76c1c1} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8430 | 2024.09.24 04:37:19.940264 [ 3 ] {5d320f8b-74d6-4868-aca0-0a396f76c1c1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005301 sec., 11318.619128466327 rows/sec., 781.10 KiB/sec. | ||
8431 | 2024.09.24 04:37:19.940467 [ 3 ] {5d320f8b-74d6-4868-aca0-0a396f76c1c1} <Debug> DynamicQueryHandler: Done processing query | ||
8432 | 2024.09.24 04:37:19.940496 [ 3 ] {5d320f8b-74d6-4868-aca0-0a396f76c1c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8433 | 2024.09.24 04:37:19.940528 [ 3 ] {} <Debug> HTTP-Session: 9adf6a69-d2aa-48d6-a6fc-9b38a9873cc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8434 | 2024.09.24 04:37:19.943440 [ 193 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 789 rows, containing 19 columns (19 merged, 0 gathered) in 0.009616064 sec., 82050.2026608808 rows/sec., 147.03 MiB/sec. | ||
8435 | 2024.09.24 04:37:19.944724 [ 200 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
8436 | 2024.09.24 04:37:19.945397 [ 200 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8437 | 2024.09.24 04:37:19.945490 [ 200 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
8438 | 2024.09.24 04:37:19.945651 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.61 MiB. | ||
8439 | 2024.09.24 04:37:24.921595 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8440 | 2024.09.24 04:37:24.921721 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8441 | 2024.09.24 04:37:24.921747 [ 3 ] {} <Debug> HTTP-Session: 59e7faab-84a1-4e96-8e37-ed3de9a141d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
8442 | 2024.09.24 04:37:24.921772 [ 3 ] {} <Debug> HTTP-Session: 59e7faab-84a1-4e96-8e37-ed3de9a141d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8443 | 2024.09.24 04:37:24.921786 [ 3 ] {} <Debug> HTTP-Session: 59e7faab-84a1-4e96-8e37-ed3de9a141d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8444 | 2024.09.24 04:37:24.921839 [ 3 ] {} <Trace> HTTP-Session: 59e7faab-84a1-4e96-8e37-ed3de9a141d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8445 | 2024.09.24 04:37:24.922028 [ 3 ] {21d40877-6fb5-4264-9b50-e3ff78aff074} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8446 | 2024.09.24 04:37:24.922099 [ 3 ] {21d40877-6fb5-4264-9b50-e3ff78aff074} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8447 | 2024.09.24 04:37:24.922506 [ 3 ] {21d40877-6fb5-4264-9b50-e3ff78aff074} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8448 | 2024.09.24 04:37:24.922922 [ 3 ] {21d40877-6fb5-4264-9b50-e3ff78aff074} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8449 | 2024.09.24 04:37:24.922964 [ 3 ] {21d40877-6fb5-4264-9b50-e3ff78aff074} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8450 | 2024.09.24 04:37:24.923384 [ 3 ] {21d40877-6fb5-4264-9b50-e3ff78aff074} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
8451 | 2024.09.24 04:37:24.923792 [ 3 ] {21d40877-6fb5-4264-9b50-e3ff78aff074} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8452 | 2024.09.24 04:37:24.923947 [ 3 ] {21d40877-6fb5-4264-9b50-e3ff78aff074} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001973 sec., 1013.6847440446022 rows/sec., 82.66 KiB/sec. | ||
8453 | 2024.09.24 04:37:24.924447 [ 3 ] {21d40877-6fb5-4264-9b50-e3ff78aff074} <Debug> DynamicQueryHandler: Done processing query | ||
8454 | 2024.09.24 04:37:24.924522 [ 3 ] {21d40877-6fb5-4264-9b50-e3ff78aff074} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8455 | 2024.09.24 04:37:24.924592 [ 3 ] {} <Debug> HTTP-Session: 59e7faab-84a1-4e96-8e37-ed3de9a141d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8456 | 2024.09.24 04:37:24.924856 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 35282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8457 | 2024.09.24 04:37:24.924908 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8458 | 2024.09.24 04:37:24.924927 [ 3 ] {} <Debug> HTTP-Session: e0672683-55f4-46ed-b1db-a433ec7c8268 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
8459 | 2024.09.24 04:37:24.924944 [ 3 ] {} <Debug> HTTP-Session: e0672683-55f4-46ed-b1db-a433ec7c8268 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8460 | 2024.09.24 04:37:24.924958 [ 3 ] {} <Debug> HTTP-Session: e0672683-55f4-46ed-b1db-a433ec7c8268 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8461 | 2024.09.24 04:37:24.924990 [ 3 ] {} <Trace> HTTP-Session: e0672683-55f4-46ed-b1db-a433ec7c8268 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8462 | 2024.09.24 04:37:24.925152 [ 3 ] {d4a9fb19-bf54-49b0-8502-f28e50509bd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8463 | 2024.09.24 04:37:24.925198 [ 3 ] {d4a9fb19-bf54-49b0-8502-f28e50509bd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8464 | 2024.09.24 04:37:24.925453 [ 3 ] {d4a9fb19-bf54-49b0-8502-f28e50509bd7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8465 | 2024.09.24 04:37:24.925936 [ 3 ] {d4a9fb19-bf54-49b0-8502-f28e50509bd7} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8466 | 2024.09.24 04:37:24.925972 [ 3 ] {d4a9fb19-bf54-49b0-8502-f28e50509bd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8467 | 2024.09.24 04:37:24.926355 [ 3 ] {d4a9fb19-bf54-49b0-8502-f28e50509bd7} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8468 | 2024.09.24 04:37:24.926727 [ 3 ] {d4a9fb19-bf54-49b0-8502-f28e50509bd7} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8469 | 2024.09.24 04:37:24.926901 [ 3 ] {d4a9fb19-bf54-49b0-8502-f28e50509bd7} <Debug> executeQuery: Read 234 rows, 21.06 KiB in 0.001814 sec., 128996.69239250275 rows/sec., 11.34 MiB/sec. | ||
8470 | 2024.09.24 04:37:24.927196 [ 3 ] {d4a9fb19-bf54-49b0-8502-f28e50509bd7} <Debug> DynamicQueryHandler: Done processing query | ||
8471 | 2024.09.24 04:37:24.927244 [ 3 ] {d4a9fb19-bf54-49b0-8502-f28e50509bd7} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
8472 | 2024.09.24 04:37:24.927267 [ 3 ] {} <Debug> HTTP-Session: e0672683-55f4-46ed-b1db-a433ec7c8268 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8473 | 2024.09.24 04:37:24.927410 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8474 | 2024.09.24 04:37:24.927460 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8475 | 2024.09.24 04:37:24.927479 [ 3 ] {} <Debug> HTTP-Session: 052429ba-e4f0-4e51-a48f-3f030738598c Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
8476 | 2024.09.24 04:37:24.927495 [ 3 ] {} <Debug> HTTP-Session: 052429ba-e4f0-4e51-a48f-3f030738598c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8477 | 2024.09.24 04:37:24.927509 [ 3 ] {} <Debug> HTTP-Session: 052429ba-e4f0-4e51-a48f-3f030738598c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8478 | 2024.09.24 04:37:24.927541 [ 3 ] {} <Trace> HTTP-Session: 052429ba-e4f0-4e51-a48f-3f030738598c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8479 | 2024.09.24 04:37:24.927650 [ 3 ] {2ac146c6-fb06-4fa9-becb-4071f0fe342f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8480 | 2024.09.24 04:37:24.927694 [ 3 ] {2ac146c6-fb06-4fa9-becb-4071f0fe342f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8481 | 2024.09.24 04:37:24.927939 [ 3 ] {2ac146c6-fb06-4fa9-becb-4071f0fe342f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8482 | 2024.09.24 04:37:24.928232 [ 3 ] {2ac146c6-fb06-4fa9-becb-4071f0fe342f} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8483 | 2024.09.24 04:37:24.928270 [ 3 ] {2ac146c6-fb06-4fa9-becb-4071f0fe342f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8484 | 2024.09.24 04:37:24.928627 [ 3 ] {2ac146c6-fb06-4fa9-becb-4071f0fe342f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8485 | 2024.09.24 04:37:24.929000 [ 3 ] {2ac146c6-fb06-4fa9-becb-4071f0fe342f} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8486 | 2024.09.24 04:37:24.929158 [ 3 ] {2ac146c6-fb06-4fa9-becb-4071f0fe342f} <Debug> executeQuery: Read 24 rows, 1.79 KiB in 0.001538 sec., 15604.681404421326 rows/sec., 1.14 MiB/sec. | ||
8487 | 2024.09.24 04:37:24.929316 [ 3 ] {2ac146c6-fb06-4fa9-becb-4071f0fe342f} <Debug> DynamicQueryHandler: Done processing query | ||
8488 | 2024.09.24 04:37:24.929341 [ 3 ] {2ac146c6-fb06-4fa9-becb-4071f0fe342f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8489 | 2024.09.24 04:37:24.929357 [ 3 ] {} <Debug> HTTP-Session: 052429ba-e4f0-4e51-a48f-3f030738598c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8490 | 2024.09.24 04:37:24.929481 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8491 | 2024.09.24 04:37:24.929530 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8492 | 2024.09.24 04:37:24.929548 [ 3 ] {} <Debug> HTTP-Session: 7ab76c18-48a8-4d09-b01f-5be72b062f9b Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
8493 | 2024.09.24 04:37:24.929565 [ 3 ] {} <Debug> HTTP-Session: 7ab76c18-48a8-4d09-b01f-5be72b062f9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8494 | 2024.09.24 04:37:24.929578 [ 3 ] {} <Debug> HTTP-Session: 7ab76c18-48a8-4d09-b01f-5be72b062f9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8495 | 2024.09.24 04:37:24.929610 [ 3 ] {} <Trace> HTTP-Session: 7ab76c18-48a8-4d09-b01f-5be72b062f9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8496 | 2024.09.24 04:37:24.929710 [ 3 ] {e51b0fab-6a67-427b-9c03-f2478641d2e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
8497 | 2024.09.24 04:37:24.929754 [ 3 ] {e51b0fab-6a67-427b-9c03-f2478641d2e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8498 | 2024.09.24 04:37:24.929975 [ 3 ] {e51b0fab-6a67-427b-9c03-f2478641d2e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8499 | 2024.09.24 04:37:24.930334 [ 3 ] {e51b0fab-6a67-427b-9c03-f2478641d2e3} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8500 | 2024.09.24 04:37:24.930372 [ 3 ] {e51b0fab-6a67-427b-9c03-f2478641d2e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8501 | 2024.09.24 04:37:24.930736 [ 3 ] {e51b0fab-6a67-427b-9c03-f2478641d2e3} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
8502 | 2024.09.24 04:37:24.931103 [ 3 ] {e51b0fab-6a67-427b-9c03-f2478641d2e3} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8503 | 2024.09.24 04:37:24.931277 [ 3 ] {e51b0fab-6a67-427b-9c03-f2478641d2e3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001587 sec., 8821.676118462507 rows/sec., 617.81 KiB/sec. | ||
8504 | 2024.09.24 04:37:24.931460 [ 3 ] {e51b0fab-6a67-427b-9c03-f2478641d2e3} <Debug> DynamicQueryHandler: Done processing query | ||
8505 | 2024.09.24 04:37:24.931485 [ 3 ] {e51b0fab-6a67-427b-9c03-f2478641d2e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8506 | 2024.09.24 04:37:24.931501 [ 3 ] {} <Debug> HTTP-Session: 7ab76c18-48a8-4d09-b01f-5be72b062f9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8507 | 2024.09.24 04:37:24.931611 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8508 | 2024.09.24 04:37:24.931660 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8509 | 2024.09.24 04:37:24.931679 [ 3 ] {} <Debug> HTTP-Session: d6303fd3-8ddb-42a5-8f8f-d8a10084a4f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
8510 | 2024.09.24 04:37:24.931695 [ 3 ] {} <Debug> HTTP-Session: d6303fd3-8ddb-42a5-8f8f-d8a10084a4f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8511 | 2024.09.24 04:37:24.931709 [ 3 ] {} <Debug> HTTP-Session: d6303fd3-8ddb-42a5-8f8f-d8a10084a4f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8512 | 2024.09.24 04:37:24.931741 [ 3 ] {} <Trace> HTTP-Session: d6303fd3-8ddb-42a5-8f8f-d8a10084a4f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8513 | 2024.09.24 04:37:24.931839 [ 3 ] {0b9065cb-01c0-42d6-befc-2db26aa96af7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
8514 | 2024.09.24 04:37:24.931883 [ 3 ] {0b9065cb-01c0-42d6-befc-2db26aa96af7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
8515 | 2024.09.24 04:37:24.932110 [ 3 ] {0b9065cb-01c0-42d6-befc-2db26aa96af7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8516 | 2024.09.24 04:37:24.932409 [ 3 ] {0b9065cb-01c0-42d6-befc-2db26aa96af7} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8517 | 2024.09.24 04:37:24.932446 [ 3 ] {0b9065cb-01c0-42d6-befc-2db26aa96af7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8518 | 2024.09.24 04:37:24.932801 [ 3 ] {0b9065cb-01c0-42d6-befc-2db26aa96af7} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
8519 | 2024.09.24 04:37:24.933161 [ 3 ] {0b9065cb-01c0-42d6-befc-2db26aa96af7} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8520 | 2024.09.24 04:37:24.933322 [ 3 ] {0b9065cb-01c0-42d6-befc-2db26aa96af7} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001504 sec., 3989.36170212766 rows/sec., 235.70 KiB/sec. | ||
8521 | 2024.09.24 04:37:24.933482 [ 3 ] {0b9065cb-01c0-42d6-befc-2db26aa96af7} <Debug> DynamicQueryHandler: Done processing query | ||
8522 | 2024.09.24 04:37:24.933506 [ 3 ] {0b9065cb-01c0-42d6-befc-2db26aa96af7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8523 | 2024.09.24 04:37:24.933550 [ 3 ] {} <Debug> HTTP-Session: d6303fd3-8ddb-42a5-8f8f-d8a10084a4f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8524 | 2024.09.24 04:37:24.933720 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 65841, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8525 | 2024.09.24 04:37:24.933769 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8526 | 2024.09.24 04:37:24.933789 [ 3 ] {} <Debug> HTTP-Session: 4026ef3a-3e14-43a4-bc49-fa4a3522c49c Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
8527 | 2024.09.24 04:37:24.933806 [ 3 ] {} <Debug> HTTP-Session: 4026ef3a-3e14-43a4-bc49-fa4a3522c49c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8528 | 2024.09.24 04:37:24.933820 [ 3 ] {} <Debug> HTTP-Session: 4026ef3a-3e14-43a4-bc49-fa4a3522c49c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8529 | 2024.09.24 04:37:24.933851 [ 3 ] {} <Trace> HTTP-Session: 4026ef3a-3e14-43a4-bc49-fa4a3522c49c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8530 | 2024.09.24 04:37:24.934053 [ 3 ] {f3e22cbc-802a-4498-a2ba-6f34de4d5125} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8531 | 2024.09.24 04:37:24.934097 [ 3 ] {f3e22cbc-802a-4498-a2ba-6f34de4d5125} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8532 | 2024.09.24 04:37:24.934322 [ 3 ] {f3e22cbc-802a-4498-a2ba-6f34de4d5125} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8533 | 2024.09.24 04:37:24.934921 [ 3 ] {f3e22cbc-802a-4498-a2ba-6f34de4d5125} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8534 | 2024.09.24 04:37:24.934958 [ 3 ] {f3e22cbc-802a-4498-a2ba-6f34de4d5125} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8535 | 2024.09.24 04:37:24.935333 [ 3 ] {f3e22cbc-802a-4498-a2ba-6f34de4d5125} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8536 | 2024.09.24 04:37:24.935688 [ 3 ] {f3e22cbc-802a-4498-a2ba-6f34de4d5125} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8537 | 2024.09.24 04:37:24.935845 [ 3 ] {f3e22cbc-802a-4498-a2ba-6f34de4d5125} <Debug> executeQuery: Read 406 rows, 29.61 KiB in 0.001888 sec., 215042.37288135593 rows/sec., 15.31 MiB/sec. | ||
8538 | 2024.09.24 04:37:24.936023 [ 3 ] {f3e22cbc-802a-4498-a2ba-6f34de4d5125} <Debug> DynamicQueryHandler: Done processing query | ||
8539 | 2024.09.24 04:37:24.936047 [ 3 ] {f3e22cbc-802a-4498-a2ba-6f34de4d5125} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
8540 | 2024.09.24 04:37:24.936063 [ 3 ] {} <Debug> HTTP-Session: 4026ef3a-3e14-43a4-bc49-fa4a3522c49c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8541 | 2024.09.24 04:37:24.936189 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8542 | 2024.09.24 04:37:24.936238 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8543 | 2024.09.24 04:37:24.936258 [ 3 ] {} <Debug> HTTP-Session: eeab0a66-4952-4be0-bbee-05e4e4456ecf Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
8544 | 2024.09.24 04:37:24.936273 [ 3 ] {} <Debug> HTTP-Session: eeab0a66-4952-4be0-bbee-05e4e4456ecf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8545 | 2024.09.24 04:37:24.936287 [ 3 ] {} <Debug> HTTP-Session: eeab0a66-4952-4be0-bbee-05e4e4456ecf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8546 | 2024.09.24 04:37:24.936319 [ 3 ] {} <Trace> HTTP-Session: eeab0a66-4952-4be0-bbee-05e4e4456ecf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8547 | 2024.09.24 04:37:24.936416 [ 3 ] {10774dee-53bb-42d3-9b56-bf10c5d82355} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8548 | 2024.09.24 04:37:24.936462 [ 3 ] {10774dee-53bb-42d3-9b56-bf10c5d82355} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8549 | 2024.09.24 04:37:24.936592 [ 3 ] {10774dee-53bb-42d3-9b56-bf10c5d82355} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8550 | 2024.09.24 04:37:24.936838 [ 3 ] {10774dee-53bb-42d3-9b56-bf10c5d82355} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8551 | 2024.09.24 04:37:24.936873 [ 3 ] {10774dee-53bb-42d3-9b56-bf10c5d82355} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8552 | 2024.09.24 04:37:24.937237 [ 3 ] {10774dee-53bb-42d3-9b56-bf10c5d82355} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
8553 | 2024.09.24 04:37:24.937566 [ 3 ] {10774dee-53bb-42d3-9b56-bf10c5d82355} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8554 | 2024.09.24 04:37:24.937723 [ 3 ] {10774dee-53bb-42d3-9b56-bf10c5d82355} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00133 sec., 4511.278195488721 rows/sec., 235.70 KiB/sec. | ||
8555 | 2024.09.24 04:37:24.937872 [ 3 ] {10774dee-53bb-42d3-9b56-bf10c5d82355} <Debug> DynamicQueryHandler: Done processing query | ||
8556 | 2024.09.24 04:37:24.937897 [ 3 ] {10774dee-53bb-42d3-9b56-bf10c5d82355} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8557 | 2024.09.24 04:37:24.937912 [ 3 ] {} <Debug> HTTP-Session: eeab0a66-4952-4be0-bbee-05e4e4456ecf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8558 | 2024.09.24 04:37:24.938083 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 44803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8559 | 2024.09.24 04:37:24.938130 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8560 | 2024.09.24 04:37:24.938149 [ 3 ] {} <Debug> HTTP-Session: 902259da-b905-4ba0-9ec4-242c1ae7701e Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
8561 | 2024.09.24 04:37:24.938165 [ 3 ] {} <Debug> HTTP-Session: 902259da-b905-4ba0-9ec4-242c1ae7701e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8562 | 2024.09.24 04:37:24.938178 [ 3 ] {} <Debug> HTTP-Session: 902259da-b905-4ba0-9ec4-242c1ae7701e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8563 | 2024.09.24 04:37:24.938209 [ 3 ] {} <Trace> HTTP-Session: 902259da-b905-4ba0-9ec4-242c1ae7701e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8564 | 2024.09.24 04:37:24.938392 [ 3 ] {d174af99-ea84-4887-9c75-49c74491af51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8565 | 2024.09.24 04:37:24.938438 [ 3 ] {d174af99-ea84-4887-9c75-49c74491af51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8566 | 2024.09.24 04:37:24.938582 [ 3 ] {d174af99-ea84-4887-9c75-49c74491af51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8567 | 2024.09.24 04:37:24.938981 [ 3 ] {d174af99-ea84-4887-9c75-49c74491af51} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8568 | 2024.09.24 04:37:24.939017 [ 3 ] {d174af99-ea84-4887-9c75-49c74491af51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8569 | 2024.09.24 04:37:24.939403 [ 3 ] {d174af99-ea84-4887-9c75-49c74491af51} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
8570 | 2024.09.24 04:37:24.939744 [ 3 ] {d174af99-ea84-4887-9c75-49c74491af51} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8571 | 2024.09.24 04:37:24.939905 [ 3 ] {d174af99-ea84-4887-9c75-49c74491af51} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001593 sec., 149403.64092906466 rows/sec., 10.02 MiB/sec. | ||
8572 | 2024.09.24 04:37:24.939909 [ 42 ] {} <Debug> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
8573 | 2024.09.24 04:37:24.940044 [ 42 ] {} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8574 | 2024.09.24 04:37:24.940101 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8575 | 2024.09.24 04:37:24.940130 [ 3 ] {d174af99-ea84-4887-9c75-49c74491af51} <Debug> DynamicQueryHandler: Done processing query | ||
8576 | 2024.09.24 04:37:24.940166 [ 3 ] {d174af99-ea84-4887-9c75-49c74491af51} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
8577 | 2024.09.24 04:37:24.940224 [ 3 ] {} <Debug> HTTP-Session: 902259da-b905-4ba0-9ec4-242c1ae7701e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8578 | 2024.09.24 04:37:24.940399 [ 191 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::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 | ||
8579 | 2024.09.24 04:37:24.940412 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8580 | 2024.09.24 04:37:24.940540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8581 | 2024.09.24 04:37:24.940587 [ 3 ] {} <Debug> HTTP-Session: 75dd4bc0-350c-4b47-9c89-d840c374337a Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
8582 | 2024.09.24 04:37:24.940611 [ 3 ] {} <Debug> HTTP-Session: 75dd4bc0-350c-4b47-9c89-d840c374337a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8583 | 2024.09.24 04:37:24.940657 [ 3 ] {} <Debug> HTTP-Session: 75dd4bc0-350c-4b47-9c89-d840c374337a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8584 | 2024.09.24 04:37:24.940759 [ 3 ] {} <Trace> HTTP-Session: 75dd4bc0-350c-4b47-9c89-d840c374337a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8585 | 2024.09.24 04:37:24.940919 [ 191 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8586 | 2024.09.24 04:37:24.940968 [ 3 ] {a8026c58-7f9a-4a83-971f-c03b1f32890f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
8587 | 2024.09.24 04:37:24.940989 [ 191 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 11331 rows starting from the beginning of the part | ||
8588 | 2024.09.24 04:37:24.941066 [ 3 ] {a8026c58-7f9a-4a83-971f-c03b1f32890f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
8589 | 2024.09.24 04:37:24.941218 [ 191 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 237 rows starting from the beginning of the part | ||
8590 | 2024.09.24 04:37:24.941660 [ 191 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 862 rows starting from the beginning of the part | ||
8591 | 2024.09.24 04:37:24.942105 [ 191 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 237 rows starting from the beginning of the part | ||
8592 | 2024.09.24 04:37:24.942132 [ 3 ] {a8026c58-7f9a-4a83-971f-c03b1f32890f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8593 | 2024.09.24 04:37:24.942368 [ 191 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part | ||
8594 | 2024.09.24 04:37:24.942793 [ 191 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 238 rows starting from the beginning of the part | ||
8595 | 2024.09.24 04:37:24.943258 [ 3 ] {a8026c58-7f9a-4a83-971f-c03b1f32890f} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8596 | 2024.09.24 04:37:24.943335 [ 3 ] {a8026c58-7f9a-4a83-971f-c03b1f32890f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8597 | 2024.09.24 04:37:24.944084 [ 3 ] {a8026c58-7f9a-4a83-971f-c03b1f32890f} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
8598 | 2024.09.24 04:37:24.944518 [ 3 ] {a8026c58-7f9a-4a83-971f-c03b1f32890f} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8599 | 2024.09.24 04:37:24.944707 [ 3 ] {a8026c58-7f9a-4a83-971f-c03b1f32890f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00377 sec., 265.2519893899204 rows/sec., 17.87 KiB/sec. | ||
8600 | 2024.09.24 04:37:24.945361 [ 3 ] {a8026c58-7f9a-4a83-971f-c03b1f32890f} <Debug> DynamicQueryHandler: Done processing query | ||
8601 | 2024.09.24 04:37:24.945456 [ 3 ] {a8026c58-7f9a-4a83-971f-c03b1f32890f} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
8602 | 2024.09.24 04:37:24.945574 [ 3 ] {} <Debug> HTTP-Session: 75dd4bc0-350c-4b47-9c89-d840c374337a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8603 | 2024.09.24 04:37:24.945876 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 36104, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8604 | 2024.09.24 04:37:24.946003 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8605 | 2024.09.24 04:37:24.946054 [ 3 ] {} <Debug> HTTP-Session: 356d9531-d792-4310-bc9c-9e1a910454ad Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
8606 | 2024.09.24 04:37:24.946097 [ 3 ] {} <Debug> HTTP-Session: 356d9531-d792-4310-bc9c-9e1a910454ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8607 | 2024.09.24 04:37:24.946122 [ 3 ] {} <Debug> HTTP-Session: 356d9531-d792-4310-bc9c-9e1a910454ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8608 | 2024.09.24 04:37:24.946217 [ 3 ] {} <Trace> HTTP-Session: 356d9531-d792-4310-bc9c-9e1a910454ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8609 | 2024.09.24 04:37:24.946946 [ 3 ] {c35b22fd-9030-4ca0-9835-7c21fd5d49a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
8610 | 2024.09.24 04:37:24.947029 [ 3 ] {c35b22fd-9030-4ca0-9835-7c21fd5d49a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
8611 | 2024.09.24 04:37:24.947718 [ 3 ] {c35b22fd-9030-4ca0-9835-7c21fd5d49a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8612 | 2024.09.24 04:37:24.948604 [ 3 ] {c35b22fd-9030-4ca0-9835-7c21fd5d49a3} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8613 | 2024.09.24 04:37:24.948645 [ 3 ] {c35b22fd-9030-4ca0-9835-7c21fd5d49a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8614 | 2024.09.24 04:37:24.949702 [ 191 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13065 rows, containing 5 columns (5 merged, 0 gathered) in 0.00945414 sec., 1381934.2637193864 rows/sec., 93.13 MiB/sec. | ||
8615 | 2024.09.24 04:37:24.949984 [ 3 ] {c35b22fd-9030-4ca0-9835-7c21fd5d49a3} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8616 | 2024.09.24 04:37:24.950067 [ 191 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
8617 | 2024.09.24 04:37:24.951196 [ 191 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8618 | 2024.09.24 04:37:24.951247 [ 3 ] {c35b22fd-9030-4ca0-9835-7c21fd5d49a3} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8619 | 2024.09.24 04:37:24.951394 [ 191 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
8620 | 2024.09.24 04:37:24.951654 [ 3 ] {c35b22fd-9030-4ca0-9835-7c21fd5d49a3} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.005255 sec., 4186.4890580399615 rows/sec., 7.50 MiB/sec. | ||
8621 | 2024.09.24 04:37:24.951666 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.40 MiB. | ||
8622 | 2024.09.24 04:37:24.952000 [ 3 ] {c35b22fd-9030-4ca0-9835-7c21fd5d49a3} <Debug> DynamicQueryHandler: Done processing query | ||
8623 | 2024.09.24 04:37:24.952031 [ 3 ] {c35b22fd-9030-4ca0-9835-7c21fd5d49a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
8624 | 2024.09.24 04:37:24.952047 [ 3 ] {} <Debug> HTTP-Session: 356d9531-d792-4310-bc9c-9e1a910454ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8625 | 2024.09.24 04:37:24.952176 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 12152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8626 | 2024.09.24 04:37:24.952226 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8627 | 2024.09.24 04:37:24.952246 [ 3 ] {} <Debug> HTTP-Session: 808d67fc-d0db-41a9-85f4-74522beb9d44 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
8628 | 2024.09.24 04:37:24.952263 [ 3 ] {} <Debug> HTTP-Session: 808d67fc-d0db-41a9-85f4-74522beb9d44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8629 | 2024.09.24 04:37:24.952277 [ 3 ] {} <Debug> HTTP-Session: 808d67fc-d0db-41a9-85f4-74522beb9d44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8630 | 2024.09.24 04:37:24.952312 [ 3 ] {} <Trace> HTTP-Session: 808d67fc-d0db-41a9-85f4-74522beb9d44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8631 | 2024.09.24 04:37:24.952443 [ 3 ] {8be72d35-5dff-4d8a-904e-e42ccd7b5dfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8632 | 2024.09.24 04:37:24.952489 [ 3 ] {8be72d35-5dff-4d8a-904e-e42ccd7b5dfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8633 | 2024.09.24 04:37:24.952629 [ 3 ] {8be72d35-5dff-4d8a-904e-e42ccd7b5dfe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8634 | 2024.09.24 04:37:24.952957 [ 3 ] {8be72d35-5dff-4d8a-904e-e42ccd7b5dfe} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8635 | 2024.09.24 04:37:24.952995 [ 3 ] {8be72d35-5dff-4d8a-904e-e42ccd7b5dfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8636 | 2024.09.24 04:37:24.953410 [ 3 ] {8be72d35-5dff-4d8a-904e-e42ccd7b5dfe} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
8637 | 2024.09.24 04:37:24.953893 [ 3 ] {8be72d35-5dff-4d8a-904e-e42ccd7b5dfe} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8638 | 2024.09.24 04:37:24.954074 [ 3 ] {8be72d35-5dff-4d8a-904e-e42ccd7b5dfe} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001676 sec., 48926.014319809074 rows/sec., 3.11 MiB/sec. | ||
8639 | 2024.09.24 04:37:24.954347 [ 3 ] {8be72d35-5dff-4d8a-904e-e42ccd7b5dfe} <Debug> DynamicQueryHandler: Done processing query | ||
8640 | 2024.09.24 04:37:24.954394 [ 3 ] {8be72d35-5dff-4d8a-904e-e42ccd7b5dfe} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8641 | 2024.09.24 04:37:24.954416 [ 3 ] {} <Debug> HTTP-Session: 808d67fc-d0db-41a9-85f4-74522beb9d44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8642 | 2024.09.24 04:37:29.916043 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8643 | 2024.09.24 04:37:29.916174 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8644 | 2024.09.24 04:37:29.916199 [ 3 ] {} <Debug> HTTP-Session: 69b421a9-46f1-424a-ac19-1be5b6d616c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
8645 | 2024.09.24 04:37:29.916223 [ 3 ] {} <Debug> HTTP-Session: 69b421a9-46f1-424a-ac19-1be5b6d616c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8646 | 2024.09.24 04:37:29.916238 [ 3 ] {} <Debug> HTTP-Session: 69b421a9-46f1-424a-ac19-1be5b6d616c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8647 | 2024.09.24 04:37:29.916289 [ 3 ] {} <Trace> HTTP-Session: 69b421a9-46f1-424a-ac19-1be5b6d616c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8648 | 2024.09.24 04:37:29.916478 [ 3 ] {518ef144-478d-439a-9366-acd945600f42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8649 | 2024.09.24 04:37:29.916546 [ 3 ] {518ef144-478d-439a-9366-acd945600f42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8650 | 2024.09.24 04:37:29.916889 [ 3 ] {518ef144-478d-439a-9366-acd945600f42} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8651 | 2024.09.24 04:37:29.917329 [ 3 ] {518ef144-478d-439a-9366-acd945600f42} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8652 | 2024.09.24 04:37:29.917377 [ 3 ] {518ef144-478d-439a-9366-acd945600f42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8653 | 2024.09.24 04:37:29.917809 [ 3 ] {518ef144-478d-439a-9366-acd945600f42} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
8654 | 2024.09.24 04:37:29.918215 [ 3 ] {518ef144-478d-439a-9366-acd945600f42} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8655 | 2024.09.24 04:37:29.918383 [ 3 ] {518ef144-478d-439a-9366-acd945600f42} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001959 sec., 2041.8580908626852 rows/sec., 166.50 KiB/sec. | ||
8656 | 2024.09.24 04:37:29.918411 [ 38 ] {} <Debug> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
8657 | 2024.09.24 04:37:29.918534 [ 38 ] {} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8658 | 2024.09.24 04:37:29.918587 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8659 | 2024.09.24 04:37:29.918715 [ 3 ] {518ef144-478d-439a-9366-acd945600f42} <Debug> DynamicQueryHandler: Done processing query | ||
8660 | 2024.09.24 04:37:29.918776 [ 3 ] {518ef144-478d-439a-9366-acd945600f42} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8661 | 2024.09.24 04:37:29.918792 [ 193 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::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 | ||
8662 | 2024.09.24 04:37:29.918804 [ 3 ] {} <Debug> HTTP-Session: 69b421a9-46f1-424a-ac19-1be5b6d616c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8663 | 2024.09.24 04:37:29.919011 [ 193 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8664 | 2024.09.24 04:37:29.919083 [ 193 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 18 rows starting from the beginning of the part | ||
8665 | 2024.09.24 04:37:29.919086 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 13403, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8666 | 2024.09.24 04:37:29.919263 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8667 | 2024.09.24 04:37:29.919267 [ 193 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
8668 | 2024.09.24 04:37:29.919350 [ 3 ] {} <Debug> HTTP-Session: 9eec4e5c-4657-4370-9e68-6ed1f63d8d52 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
8669 | 2024.09.24 04:37:29.919425 [ 3 ] {} <Debug> HTTP-Session: 9eec4e5c-4657-4370-9e68-6ed1f63d8d52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8670 | 2024.09.24 04:37:29.919494 [ 3 ] {} <Debug> HTTP-Session: 9eec4e5c-4657-4370-9e68-6ed1f63d8d52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8671 | 2024.09.24 04:37:29.919525 [ 193 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part | ||
8672 | 2024.09.24 04:37:29.919628 [ 3 ] {} <Trace> HTTP-Session: 9eec4e5c-4657-4370-9e68-6ed1f63d8d52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8673 | 2024.09.24 04:37:29.919935 [ 193 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 4 rows starting from the beginning of the part | ||
8674 | 2024.09.24 04:37:29.920217 [ 3 ] {27326bc1-9e26-4230-8b28-b73a8e73471f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8675 | 2024.09.24 04:37:29.920262 [ 193 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part | ||
8676 | 2024.09.24 04:37:29.920384 [ 3 ] {27326bc1-9e26-4230-8b28-b73a8e73471f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8677 | 2024.09.24 04:37:29.920531 [ 193 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 4 rows starting from the beginning of the part | ||
8678 | 2024.09.24 04:37:29.921460 [ 3 ] {27326bc1-9e26-4230-8b28-b73a8e73471f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8679 | 2024.09.24 04:37:29.922575 [ 3 ] {27326bc1-9e26-4230-8b28-b73a8e73471f} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8680 | 2024.09.24 04:37:29.922632 [ 3 ] {27326bc1-9e26-4230-8b28-b73a8e73471f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8681 | 2024.09.24 04:37:29.923336 [ 193 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34 rows, containing 5 columns (5 merged, 0 gathered) in 0.004660859 sec., 7294.79265517365 rows/sec., 623.33 KiB/sec. | ||
8682 | 2024.09.24 04:37:29.923535 [ 193 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
8683 | 2024.09.24 04:37:29.923609 [ 3 ] {27326bc1-9e26-4230-8b28-b73a8e73471f} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8684 | 2024.09.24 04:37:29.924665 [ 193 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_16_3} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8685 | 2024.09.24 04:37:29.924740 [ 3 ] {27326bc1-9e26-4230-8b28-b73a8e73471f} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8686 | 2024.09.24 04:37:29.924844 [ 193 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_16_3} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
8687 | 2024.09.24 04:37:29.925110 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
8688 | 2024.09.24 04:37:29.925143 [ 3 ] {27326bc1-9e26-4230-8b28-b73a8e73471f} <Debug> executeQuery: Read 92 rows, 7.80 KiB in 0.005165 sec., 17812.19748305905 rows/sec., 1.47 MiB/sec. | ||
8689 | 2024.09.24 04:37:29.925576 [ 3 ] {27326bc1-9e26-4230-8b28-b73a8e73471f} <Debug> DynamicQueryHandler: Done processing query | ||
8690 | 2024.09.24 04:37:29.925614 [ 3 ] {27326bc1-9e26-4230-8b28-b73a8e73471f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
8691 | 2024.09.24 04:37:29.925637 [ 3 ] {} <Debug> HTTP-Session: 9eec4e5c-4657-4370-9e68-6ed1f63d8d52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8692 | 2024.09.24 04:37:29.925771 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8693 | 2024.09.24 04:37:29.925825 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8694 | 2024.09.24 04:37:29.925844 [ 3 ] {} <Debug> HTTP-Session: a50d0d08-6f83-4aaf-8d48-835da5356050 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
8695 | 2024.09.24 04:37:29.925863 [ 3 ] {} <Debug> HTTP-Session: a50d0d08-6f83-4aaf-8d48-835da5356050 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8696 | 2024.09.24 04:37:29.925878 [ 3 ] {} <Debug> HTTP-Session: a50d0d08-6f83-4aaf-8d48-835da5356050 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8697 | 2024.09.24 04:37:29.925914 [ 3 ] {} <Trace> HTTP-Session: a50d0d08-6f83-4aaf-8d48-835da5356050 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8698 | 2024.09.24 04:37:29.926031 [ 3 ] {f290c5c3-ce75-41ff-bf55-e6760b136c1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8699 | 2024.09.24 04:37:29.926078 [ 3 ] {f290c5c3-ce75-41ff-bf55-e6760b136c1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8700 | 2024.09.24 04:37:29.926329 [ 3 ] {f290c5c3-ce75-41ff-bf55-e6760b136c1f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8701 | 2024.09.24 04:37:29.926670 [ 3 ] {f290c5c3-ce75-41ff-bf55-e6760b136c1f} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8702 | 2024.09.24 04:37:29.926707 [ 3 ] {f290c5c3-ce75-41ff-bf55-e6760b136c1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8703 | 2024.09.24 04:37:29.927071 [ 3 ] {f290c5c3-ce75-41ff-bf55-e6760b136c1f} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8704 | 2024.09.24 04:37:29.927443 [ 3 ] {f290c5c3-ce75-41ff-bf55-e6760b136c1f} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8705 | 2024.09.24 04:37:29.927611 [ 3 ] {f290c5c3-ce75-41ff-bf55-e6760b136c1f} <Debug> executeQuery: Read 21 rows, 1.56 KiB in 0.001609 sec., 13051.58483530143 rows/sec., 968.07 KiB/sec. | ||
8706 | 2024.09.24 04:37:29.927771 [ 3 ] {f290c5c3-ce75-41ff-bf55-e6760b136c1f} <Debug> DynamicQueryHandler: Done processing query | ||
8707 | 2024.09.24 04:37:29.927796 [ 3 ] {f290c5c3-ce75-41ff-bf55-e6760b136c1f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8708 | 2024.09.24 04:37:29.927813 [ 3 ] {} <Debug> HTTP-Session: a50d0d08-6f83-4aaf-8d48-835da5356050 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8709 | 2024.09.24 04:37:29.927957 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 14438, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8710 | 2024.09.24 04:37:29.928007 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8711 | 2024.09.24 04:37:29.928025 [ 3 ] {} <Debug> HTTP-Session: 53230633-e30a-4ae6-8ae2-6a642753d13f Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
8712 | 2024.09.24 04:37:29.928041 [ 3 ] {} <Debug> HTTP-Session: 53230633-e30a-4ae6-8ae2-6a642753d13f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8713 | 2024.09.24 04:37:29.928055 [ 3 ] {} <Debug> HTTP-Session: 53230633-e30a-4ae6-8ae2-6a642753d13f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8714 | 2024.09.24 04:37:29.928087 [ 3 ] {} <Trace> HTTP-Session: 53230633-e30a-4ae6-8ae2-6a642753d13f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8715 | 2024.09.24 04:37:29.928209 [ 3 ] {8124d495-8780-4444-9125-e9f5f8a70d37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8716 | 2024.09.24 04:37:29.928251 [ 3 ] {8124d495-8780-4444-9125-e9f5f8a70d37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8717 | 2024.09.24 04:37:29.928475 [ 3 ] {8124d495-8780-4444-9125-e9f5f8a70d37} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8718 | 2024.09.24 04:37:29.928842 [ 3 ] {8124d495-8780-4444-9125-e9f5f8a70d37} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8719 | 2024.09.24 04:37:29.928878 [ 3 ] {8124d495-8780-4444-9125-e9f5f8a70d37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8720 | 2024.09.24 04:37:29.929251 [ 3 ] {8124d495-8780-4444-9125-e9f5f8a70d37} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8721 | 2024.09.24 04:37:29.929618 [ 3 ] {8124d495-8780-4444-9125-e9f5f8a70d37} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8722 | 2024.09.24 04:37:29.929774 [ 3 ] {8124d495-8780-4444-9125-e9f5f8a70d37} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.001603 sec., 53025.57704304429 rows/sec., 4.14 MiB/sec. | ||
8723 | 2024.09.24 04:37:29.929944 [ 3 ] {8124d495-8780-4444-9125-e9f5f8a70d37} <Debug> DynamicQueryHandler: Done processing query | ||
8724 | 2024.09.24 04:37:29.929968 [ 3 ] {8124d495-8780-4444-9125-e9f5f8a70d37} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
8725 | 2024.09.24 04:37:29.929984 [ 3 ] {} <Debug> HTTP-Session: 53230633-e30a-4ae6-8ae2-6a642753d13f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8726 | 2024.09.24 04:37:29.930144 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 30987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8727 | 2024.09.24 04:37:29.930192 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8728 | 2024.09.24 04:37:29.930211 [ 3 ] {} <Debug> HTTP-Session: 320e994f-436f-4efd-895a-14eeb943ebd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
8729 | 2024.09.24 04:37:29.930227 [ 3 ] {} <Debug> HTTP-Session: 320e994f-436f-4efd-895a-14eeb943ebd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8730 | 2024.09.24 04:37:29.930241 [ 3 ] {} <Debug> HTTP-Session: 320e994f-436f-4efd-895a-14eeb943ebd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8731 | 2024.09.24 04:37:29.930273 [ 3 ] {} <Trace> HTTP-Session: 320e994f-436f-4efd-895a-14eeb943ebd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8732 | 2024.09.24 04:37:29.930418 [ 3 ] {2f56d356-095a-461c-9d42-47d1bdca28d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8733 | 2024.09.24 04:37:29.930466 [ 3 ] {2f56d356-095a-461c-9d42-47d1bdca28d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8734 | 2024.09.24 04:37:29.930607 [ 3 ] {2f56d356-095a-461c-9d42-47d1bdca28d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8735 | 2024.09.24 04:37:29.930972 [ 3 ] {2f56d356-095a-461c-9d42-47d1bdca28d6} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8736 | 2024.09.24 04:37:29.931009 [ 3 ] {2f56d356-095a-461c-9d42-47d1bdca28d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8737 | 2024.09.24 04:37:29.931398 [ 3 ] {2f56d356-095a-461c-9d42-47d1bdca28d6} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
8738 | 2024.09.24 04:37:29.931739 [ 3 ] {2f56d356-095a-461c-9d42-47d1bdca28d6} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8739 | 2024.09.24 04:37:29.931894 [ 3 ] {2f56d356-095a-461c-9d42-47d1bdca28d6} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001536 sec., 105468.75 rows/sec., 7.34 MiB/sec. | ||
8740 | 2024.09.24 04:37:29.932050 [ 3 ] {2f56d356-095a-461c-9d42-47d1bdca28d6} <Debug> DynamicQueryHandler: Done processing query | ||
8741 | 2024.09.24 04:37:29.932074 [ 3 ] {2f56d356-095a-461c-9d42-47d1bdca28d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8742 | 2024.09.24 04:37:29.932090 [ 3 ] {} <Debug> HTTP-Session: 320e994f-436f-4efd-895a-14eeb943ebd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8743 | 2024.09.24 04:37:29.932277 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 29066, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8744 | 2024.09.24 04:37:29.932325 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8745 | 2024.09.24 04:37:29.932344 [ 3 ] {} <Debug> HTTP-Session: 4643c1f1-061d-4a68-8d2a-4c70c2c3822f Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
8746 | 2024.09.24 04:37:29.932361 [ 3 ] {} <Debug> HTTP-Session: 4643c1f1-061d-4a68-8d2a-4c70c2c3822f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8747 | 2024.09.24 04:37:29.932374 [ 3 ] {} <Debug> HTTP-Session: 4643c1f1-061d-4a68-8d2a-4c70c2c3822f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8748 | 2024.09.24 04:37:29.932405 [ 3 ] {} <Trace> HTTP-Session: 4643c1f1-061d-4a68-8d2a-4c70c2c3822f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8749 | 2024.09.24 04:37:29.932632 [ 3 ] {3bc46478-94eb-4467-be20-b5e254d63da8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
8750 | 2024.09.24 04:37:29.932698 [ 3 ] {3bc46478-94eb-4467-be20-b5e254d63da8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
8751 | 2024.09.24 04:37:29.933117 [ 3 ] {3bc46478-94eb-4467-be20-b5e254d63da8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8752 | 2024.09.24 04:37:29.933723 [ 3 ] {3bc46478-94eb-4467-be20-b5e254d63da8} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8753 | 2024.09.24 04:37:29.933760 [ 3 ] {3bc46478-94eb-4467-be20-b5e254d63da8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8754 | 2024.09.24 04:37:29.934426 [ 3 ] {3bc46478-94eb-4467-be20-b5e254d63da8} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8755 | 2024.09.24 04:37:29.934906 [ 3 ] {3bc46478-94eb-4467-be20-b5e254d63da8} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8756 | 2024.09.24 04:37:29.935095 [ 3 ] {3bc46478-94eb-4467-be20-b5e254d63da8} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002614 sec., 6503.442999234889 rows/sec., 11.65 MiB/sec. | ||
8757 | 2024.09.24 04:37:29.935317 [ 3 ] {3bc46478-94eb-4467-be20-b5e254d63da8} <Debug> DynamicQueryHandler: Done processing query | ||
8758 | 2024.09.24 04:37:29.935342 [ 3 ] {3bc46478-94eb-4467-be20-b5e254d63da8} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
8759 | 2024.09.24 04:37:29.935358 [ 3 ] {} <Debug> HTTP-Session: 4643c1f1-061d-4a68-8d2a-4c70c2c3822f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8760 | 2024.09.24 04:37:29.935478 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8761 | 2024.09.24 04:37:29.935526 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8762 | 2024.09.24 04:37:29.935545 [ 3 ] {} <Debug> HTTP-Session: 8ab3771a-7fa1-47fc-92a3-2cee5e7e7295 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
8763 | 2024.09.24 04:37:29.935562 [ 3 ] {} <Debug> HTTP-Session: 8ab3771a-7fa1-47fc-92a3-2cee5e7e7295 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8764 | 2024.09.24 04:37:29.935576 [ 3 ] {} <Debug> HTTP-Session: 8ab3771a-7fa1-47fc-92a3-2cee5e7e7295 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8765 | 2024.09.24 04:37:29.935607 [ 3 ] {} <Trace> HTTP-Session: 8ab3771a-7fa1-47fc-92a3-2cee5e7e7295 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8766 | 2024.09.24 04:37:29.935736 [ 3 ] {3c39c380-9eec-46b3-98b4-466d453c7e18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8767 | 2024.09.24 04:37:29.935781 [ 3 ] {3c39c380-9eec-46b3-98b4-466d453c7e18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8768 | 2024.09.24 04:37:29.935908 [ 3 ] {3c39c380-9eec-46b3-98b4-466d453c7e18} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8769 | 2024.09.24 04:37:29.936231 [ 3 ] {3c39c380-9eec-46b3-98b4-466d453c7e18} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8770 | 2024.09.24 04:37:29.936268 [ 3 ] {3c39c380-9eec-46b3-98b4-466d453c7e18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8771 | 2024.09.24 04:37:29.936632 [ 3 ] {3c39c380-9eec-46b3-98b4-466d453c7e18} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
8772 | 2024.09.24 04:37:29.936956 [ 3 ] {3c39c380-9eec-46b3-98b4-466d453c7e18} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8773 | 2024.09.24 04:37:29.937109 [ 38 ] {} <Debug> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
8774 | 2024.09.24 04:37:29.937119 [ 3 ] {3c39c380-9eec-46b3-98b4-466d453c7e18} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001424 sec., 42134.83146067416 rows/sec., 2.84 MiB/sec. | ||
8775 | 2024.09.24 04:37:29.937177 [ 38 ] {} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8776 | 2024.09.24 04:37:29.937235 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8777 | 2024.09.24 04:37:29.937448 [ 3 ] {3c39c380-9eec-46b3-98b4-466d453c7e18} <Debug> DynamicQueryHandler: Done processing query | ||
8778 | 2024.09.24 04:37:29.937510 [ 3 ] {3c39c380-9eec-46b3-98b4-466d453c7e18} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8779 | 2024.09.24 04:37:29.937530 [ 190 ] {f478628c-c6e4-42cc-be87-88262b5420f7::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 | ||
8780 | 2024.09.24 04:37:29.937551 [ 3 ] {} <Debug> HTTP-Session: 8ab3771a-7fa1-47fc-92a3-2cee5e7e7295 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8781 | 2024.09.24 04:37:29.938030 [ 190 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8782 | 2024.09.24 04:37:29.938113 [ 190 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2122 rows starting from the beginning of the part | ||
8783 | 2024.09.24 04:37:29.938195 [ 190 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 54 rows starting from the beginning of the part | ||
8784 | 2024.09.24 04:37:29.938375 [ 190 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 82 rows starting from the beginning of the part | ||
8785 | 2024.09.24 04:37:29.938504 [ 190 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part | ||
8786 | 2024.09.24 04:37:29.938649 [ 190 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 82 rows starting from the beginning of the part | ||
8787 | 2024.09.24 04:37:29.938774 [ 190 ] {f478628c-c6e4-42cc-be87-88262b5420f7::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 | ||
8788 | 2024.09.24 04:37:29.939966 [ 189 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2460 rows, containing 4 columns (4 merged, 0 gathered) in 0.002621316 sec., 938459.918605769 rows/sec., 61.08 MiB/sec. | ||
8789 | 2024.09.24 04:37:29.940177 [ 190 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
8790 | 2024.09.24 04:37:29.940539 [ 190 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_36_7} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8791 | 2024.09.24 04:37:29.940611 [ 190 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_36_7} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
8792 | 2024.09.24 04:37:29.940680 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
8793 | 2024.09.24 04:37:32.655225 [ 35 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8794 | 2024.09.24 04:37:32.655291 [ 35 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8795 | 2024.09.24 04:37:34.920450 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8796 | 2024.09.24 04:37:34.920561 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8797 | 2024.09.24 04:37:34.920585 [ 3 ] {} <Debug> HTTP-Session: c43db713-778d-40b0-bbc4-e478e0ac64d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
8798 | 2024.09.24 04:37:34.920610 [ 3 ] {} <Debug> HTTP-Session: c43db713-778d-40b0-bbc4-e478e0ac64d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8799 | 2024.09.24 04:37:34.920624 [ 3 ] {} <Debug> HTTP-Session: c43db713-778d-40b0-bbc4-e478e0ac64d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8800 | 2024.09.24 04:37:34.920673 [ 3 ] {} <Trace> HTTP-Session: c43db713-778d-40b0-bbc4-e478e0ac64d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8801 | 2024.09.24 04:37:34.920860 [ 3 ] {1eaa3e41-1ba2-44ea-b54a-f776fb12eded} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8802 | 2024.09.24 04:37:34.920928 [ 3 ] {1eaa3e41-1ba2-44ea-b54a-f776fb12eded} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8803 | 2024.09.24 04:37:34.921271 [ 3 ] {1eaa3e41-1ba2-44ea-b54a-f776fb12eded} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8804 | 2024.09.24 04:37:34.921723 [ 3 ] {1eaa3e41-1ba2-44ea-b54a-f776fb12eded} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8805 | 2024.09.24 04:37:34.921771 [ 3 ] {1eaa3e41-1ba2-44ea-b54a-f776fb12eded} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8806 | 2024.09.24 04:37:34.922192 [ 3 ] {1eaa3e41-1ba2-44ea-b54a-f776fb12eded} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
8807 | 2024.09.24 04:37:34.922582 [ 3 ] {1eaa3e41-1ba2-44ea-b54a-f776fb12eded} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8808 | 2024.09.24 04:37:34.922764 [ 3 ] {1eaa3e41-1ba2-44ea-b54a-f776fb12eded} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001949 sec., 1026.167265264238 rows/sec., 83.68 KiB/sec. | ||
8809 | 2024.09.24 04:37:34.922988 [ 3 ] {1eaa3e41-1ba2-44ea-b54a-f776fb12eded} <Debug> DynamicQueryHandler: Done processing query | ||
8810 | 2024.09.24 04:37:34.923016 [ 3 ] {1eaa3e41-1ba2-44ea-b54a-f776fb12eded} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8811 | 2024.09.24 04:37:34.923032 [ 3 ] {} <Debug> HTTP-Session: c43db713-778d-40b0-bbc4-e478e0ac64d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8812 | 2024.09.24 04:37:34.923260 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 35282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8813 | 2024.09.24 04:37:34.923320 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8814 | 2024.09.24 04:37:34.923340 [ 3 ] {} <Debug> HTTP-Session: 460130f9-13e3-4753-8d6f-7d649dbf0c4e Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
8815 | 2024.09.24 04:37:34.923359 [ 3 ] {} <Debug> HTTP-Session: 460130f9-13e3-4753-8d6f-7d649dbf0c4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8816 | 2024.09.24 04:37:34.923373 [ 3 ] {} <Debug> HTTP-Session: 460130f9-13e3-4753-8d6f-7d649dbf0c4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8817 | 2024.09.24 04:37:34.923409 [ 3 ] {} <Trace> HTTP-Session: 460130f9-13e3-4753-8d6f-7d649dbf0c4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8818 | 2024.09.24 04:37:34.923577 [ 3 ] {1e23aaa3-8068-495d-bcbe-44025b15c010} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8819 | 2024.09.24 04:37:34.923624 [ 3 ] {1e23aaa3-8068-495d-bcbe-44025b15c010} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8820 | 2024.09.24 04:37:34.923862 [ 3 ] {1e23aaa3-8068-495d-bcbe-44025b15c010} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8821 | 2024.09.24 04:37:34.924394 [ 3 ] {1e23aaa3-8068-495d-bcbe-44025b15c010} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8822 | 2024.09.24 04:37:34.924434 [ 3 ] {1e23aaa3-8068-495d-bcbe-44025b15c010} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8823 | 2024.09.24 04:37:34.924807 [ 3 ] {1e23aaa3-8068-495d-bcbe-44025b15c010} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8824 | 2024.09.24 04:37:34.925162 [ 3 ] {1e23aaa3-8068-495d-bcbe-44025b15c010} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8825 | 2024.09.24 04:37:34.925337 [ 3 ] {1e23aaa3-8068-495d-bcbe-44025b15c010} <Debug> executeQuery: Read 234 rows, 21.06 KiB in 0.001833 sec., 127659.5744680851 rows/sec., 11.22 MiB/sec. | ||
8826 | 2024.09.24 04:37:34.925524 [ 3 ] {1e23aaa3-8068-495d-bcbe-44025b15c010} <Debug> DynamicQueryHandler: Done processing query | ||
8827 | 2024.09.24 04:37:34.925549 [ 3 ] {1e23aaa3-8068-495d-bcbe-44025b15c010} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
8828 | 2024.09.24 04:37:34.925565 [ 3 ] {} <Debug> HTTP-Session: 460130f9-13e3-4753-8d6f-7d649dbf0c4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8829 | 2024.09.24 04:37:34.925713 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8830 | 2024.09.24 04:37:34.925766 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8831 | 2024.09.24 04:37:34.925786 [ 3 ] {} <Debug> HTTP-Session: 87ec2046-ef1a-40cb-b994-4f3022c53e8d Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
8832 | 2024.09.24 04:37:34.925803 [ 3 ] {} <Debug> HTTP-Session: 87ec2046-ef1a-40cb-b994-4f3022c53e8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8833 | 2024.09.24 04:37:34.925816 [ 3 ] {} <Debug> HTTP-Session: 87ec2046-ef1a-40cb-b994-4f3022c53e8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8834 | 2024.09.24 04:37:34.925849 [ 3 ] {} <Trace> HTTP-Session: 87ec2046-ef1a-40cb-b994-4f3022c53e8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8835 | 2024.09.24 04:37:34.925955 [ 3 ] {1f35abc8-d39d-42c5-a521-6c487ddd3907} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8836 | 2024.09.24 04:37:34.926000 [ 3 ] {1f35abc8-d39d-42c5-a521-6c487ddd3907} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8837 | 2024.09.24 04:37:34.926234 [ 3 ] {1f35abc8-d39d-42c5-a521-6c487ddd3907} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8838 | 2024.09.24 04:37:34.926552 [ 3 ] {1f35abc8-d39d-42c5-a521-6c487ddd3907} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8839 | 2024.09.24 04:37:34.926589 [ 3 ] {1f35abc8-d39d-42c5-a521-6c487ddd3907} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8840 | 2024.09.24 04:37:34.926940 [ 3 ] {1f35abc8-d39d-42c5-a521-6c487ddd3907} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8841 | 2024.09.24 04:37:34.927293 [ 3 ] {1f35abc8-d39d-42c5-a521-6c487ddd3907} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8842 | 2024.09.24 04:37:34.927452 [ 3 ] {1f35abc8-d39d-42c5-a521-6c487ddd3907} <Debug> executeQuery: Read 24 rows, 1.79 KiB in 0.001523 sec., 15758.371634931056 rows/sec., 1.15 MiB/sec. | ||
8843 | 2024.09.24 04:37:34.927618 [ 3 ] {1f35abc8-d39d-42c5-a521-6c487ddd3907} <Debug> DynamicQueryHandler: Done processing query | ||
8844 | 2024.09.24 04:37:34.927641 [ 3 ] {1f35abc8-d39d-42c5-a521-6c487ddd3907} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8845 | 2024.09.24 04:37:34.927657 [ 3 ] {} <Debug> HTTP-Session: 87ec2046-ef1a-40cb-b994-4f3022c53e8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8846 | 2024.09.24 04:37:34.927779 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8847 | 2024.09.24 04:37:34.927828 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8848 | 2024.09.24 04:37:34.927847 [ 3 ] {} <Debug> HTTP-Session: 3fb665ed-26c4-47dd-b8ff-507336691724 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
8849 | 2024.09.24 04:37:34.927864 [ 3 ] {} <Debug> HTTP-Session: 3fb665ed-26c4-47dd-b8ff-507336691724 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8850 | 2024.09.24 04:37:34.927878 [ 3 ] {} <Debug> HTTP-Session: 3fb665ed-26c4-47dd-b8ff-507336691724 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8851 | 2024.09.24 04:37:34.927908 [ 3 ] {} <Trace> HTTP-Session: 3fb665ed-26c4-47dd-b8ff-507336691724 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8852 | 2024.09.24 04:37:34.928007 [ 3 ] {08c4cbb6-aab2-4e41-89ce-87dcaadbeaf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
8853 | 2024.09.24 04:37:34.928051 [ 3 ] {08c4cbb6-aab2-4e41-89ce-87dcaadbeaf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8854 | 2024.09.24 04:37:34.928273 [ 3 ] {08c4cbb6-aab2-4e41-89ce-87dcaadbeaf6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8855 | 2024.09.24 04:37:34.928590 [ 3 ] {08c4cbb6-aab2-4e41-89ce-87dcaadbeaf6} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8856 | 2024.09.24 04:37:34.928627 [ 3 ] {08c4cbb6-aab2-4e41-89ce-87dcaadbeaf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8857 | 2024.09.24 04:37:34.928987 [ 3 ] {08c4cbb6-aab2-4e41-89ce-87dcaadbeaf6} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
8858 | 2024.09.24 04:37:34.929332 [ 3 ] {08c4cbb6-aab2-4e41-89ce-87dcaadbeaf6} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8859 | 2024.09.24 04:37:34.929494 [ 3 ] {08c4cbb6-aab2-4e41-89ce-87dcaadbeaf6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001509 sec., 9277.667329357191 rows/sec., 649.75 KiB/sec. | ||
8860 | 2024.09.24 04:37:34.929495 [ 34 ] {} <Debug> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
8861 | 2024.09.24 04:37:34.929616 [ 34 ] {} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8862 | 2024.09.24 04:37:34.929667 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8863 | 2024.09.24 04:37:34.929751 [ 3 ] {08c4cbb6-aab2-4e41-89ce-87dcaadbeaf6} <Debug> DynamicQueryHandler: Done processing query | ||
8864 | 2024.09.24 04:37:34.929790 [ 3 ] {08c4cbb6-aab2-4e41-89ce-87dcaadbeaf6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8865 | 2024.09.24 04:37:34.929813 [ 3 ] {} <Debug> HTTP-Session: 3fb665ed-26c4-47dd-b8ff-507336691724 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8866 | 2024.09.24 04:37:34.929832 [ 202 ] {80399c63-440f-4294-b79d-4996168f9902::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 | ||
8867 | 2024.09.24 04:37:34.929964 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8868 | 2024.09.24 04:37:34.930011 [ 202 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8869 | 2024.09.24 04:37:34.930035 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8870 | 2024.09.24 04:37:34.930060 [ 202 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 243 rows starting from the beginning of the part | ||
8871 | 2024.09.24 04:37:34.930066 [ 3 ] {} <Debug> HTTP-Session: 352e1584-1048-41c0-8bbe-b8dbc700c156 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
8872 | 2024.09.24 04:37:34.930100 [ 3 ] {} <Debug> HTTP-Session: 352e1584-1048-41c0-8bbe-b8dbc700c156 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8873 | 2024.09.24 04:37:34.930119 [ 3 ] {} <Debug> HTTP-Session: 352e1584-1048-41c0-8bbe-b8dbc700c156 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8874 | 2024.09.24 04:37:34.930185 [ 3 ] {} <Trace> HTTP-Session: 352e1584-1048-41c0-8bbe-b8dbc700c156 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8875 | 2024.09.24 04:37:34.930203 [ 202 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part | ||
8876 | 2024.09.24 04:37:34.930436 [ 202 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 228 rows starting from the beginning of the part | ||
8877 | 2024.09.24 04:37:34.930475 [ 3 ] {5fd691b9-e223-4213-9c0f-f1acb84590ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
8878 | 2024.09.24 04:37:34.930679 [ 3 ] {5fd691b9-e223-4213-9c0f-f1acb84590ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
8879 | 2024.09.24 04:37:34.930877 [ 202 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part | ||
8880 | 2024.09.24 04:37:34.931059 [ 202 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part | ||
8881 | 2024.09.24 04:37:34.931281 [ 202 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part | ||
8882 | 2024.09.24 04:37:34.931709 [ 3 ] {5fd691b9-e223-4213-9c0f-f1acb84590ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8883 | 2024.09.24 04:37:34.932169 [ 3 ] {5fd691b9-e223-4213-9c0f-f1acb84590ae} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8884 | 2024.09.24 04:37:34.932213 [ 3 ] {5fd691b9-e223-4213-9c0f-f1acb84590ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8885 | 2024.09.24 04:37:34.932776 [ 3 ] {5fd691b9-e223-4213-9c0f-f1acb84590ae} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
8886 | 2024.09.24 04:37:34.932995 [ 202 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.003241419 sec., 162583.11560461635 rows/sec., 11.05 MiB/sec. | ||
8887 | 2024.09.24 04:37:34.933151 [ 202 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
8888 | 2024.09.24 04:37:34.933315 [ 3 ] {5fd691b9-e223-4213-9c0f-f1acb84590ae} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8889 | 2024.09.24 04:37:34.933586 [ 3 ] {5fd691b9-e223-4213-9c0f-f1acb84590ae} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.003242 sec., 1850.7094386181368 rows/sec., 109.34 KiB/sec. | ||
8890 | 2024.09.24 04:37:34.933819 [ 3 ] {5fd691b9-e223-4213-9c0f-f1acb84590ae} <Debug> DynamicQueryHandler: Done processing query | ||
8891 | 2024.09.24 04:37:34.933823 [ 202 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_26_5} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8892 | 2024.09.24 04:37:34.933846 [ 3 ] {5fd691b9-e223-4213-9c0f-f1acb84590ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8893 | 2024.09.24 04:37:34.933873 [ 3 ] {} <Debug> HTTP-Session: 352e1584-1048-41c0-8bbe-b8dbc700c156 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8894 | 2024.09.24 04:37:34.933932 [ 202 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_26_5} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
8895 | 2024.09.24 04:37:34.934004 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
8896 | 2024.09.24 04:37:34.934079 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 65841, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8897 | 2024.09.24 04:37:34.934129 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8898 | 2024.09.24 04:37:34.934147 [ 3 ] {} <Debug> HTTP-Session: 7146f98b-5aef-4c6c-9700-e57ac900601d Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
8899 | 2024.09.24 04:37:34.934164 [ 3 ] {} <Debug> HTTP-Session: 7146f98b-5aef-4c6c-9700-e57ac900601d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8900 | 2024.09.24 04:37:34.934178 [ 3 ] {} <Debug> HTTP-Session: 7146f98b-5aef-4c6c-9700-e57ac900601d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8901 | 2024.09.24 04:37:34.934209 [ 3 ] {} <Trace> HTTP-Session: 7146f98b-5aef-4c6c-9700-e57ac900601d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8902 | 2024.09.24 04:37:34.934414 [ 3 ] {4eacbff4-f4a5-443a-94e3-712b73d05b88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8903 | 2024.09.24 04:37:34.934456 [ 3 ] {4eacbff4-f4a5-443a-94e3-712b73d05b88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8904 | 2024.09.24 04:37:34.934677 [ 3 ] {4eacbff4-f4a5-443a-94e3-712b73d05b88} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8905 | 2024.09.24 04:37:34.935267 [ 3 ] {4eacbff4-f4a5-443a-94e3-712b73d05b88} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8906 | 2024.09.24 04:37:34.935303 [ 3 ] {4eacbff4-f4a5-443a-94e3-712b73d05b88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8907 | 2024.09.24 04:37:34.935668 [ 3 ] {4eacbff4-f4a5-443a-94e3-712b73d05b88} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8908 | 2024.09.24 04:37:34.936020 [ 3 ] {4eacbff4-f4a5-443a-94e3-712b73d05b88} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8909 | 2024.09.24 04:37:34.936198 [ 3 ] {4eacbff4-f4a5-443a-94e3-712b73d05b88} <Debug> executeQuery: Read 406 rows, 29.61 KiB in 0.00188 sec., 215957.44680851063 rows/sec., 15.38 MiB/sec. | ||
8910 | 2024.09.24 04:37:34.936404 [ 3 ] {4eacbff4-f4a5-443a-94e3-712b73d05b88} <Debug> DynamicQueryHandler: Done processing query | ||
8911 | 2024.09.24 04:37:34.936438 [ 3 ] {4eacbff4-f4a5-443a-94e3-712b73d05b88} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
8912 | 2024.09.24 04:37:34.936464 [ 3 ] {} <Debug> HTTP-Session: 7146f98b-5aef-4c6c-9700-e57ac900601d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8913 | 2024.09.24 04:37:34.936614 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8914 | 2024.09.24 04:37:34.936663 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8915 | 2024.09.24 04:37:34.936681 [ 3 ] {} <Debug> HTTP-Session: a0cece38-676e-43a1-baf4-532446fb8526 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
8916 | 2024.09.24 04:37:34.936698 [ 3 ] {} <Debug> HTTP-Session: a0cece38-676e-43a1-baf4-532446fb8526 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8917 | 2024.09.24 04:37:34.936711 [ 3 ] {} <Debug> HTTP-Session: a0cece38-676e-43a1-baf4-532446fb8526 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8918 | 2024.09.24 04:37:34.936741 [ 3 ] {} <Trace> HTTP-Session: a0cece38-676e-43a1-baf4-532446fb8526 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8919 | 2024.09.24 04:37:34.936847 [ 3 ] {1b39eb10-5921-4fad-b9d3-a25ced6a28fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8920 | 2024.09.24 04:37:34.936892 [ 3 ] {1b39eb10-5921-4fad-b9d3-a25ced6a28fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8921 | 2024.09.24 04:37:34.937020 [ 3 ] {1b39eb10-5921-4fad-b9d3-a25ced6a28fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8922 | 2024.09.24 04:37:34.937288 [ 3 ] {1b39eb10-5921-4fad-b9d3-a25ced6a28fb} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8923 | 2024.09.24 04:37:34.937324 [ 3 ] {1b39eb10-5921-4fad-b9d3-a25ced6a28fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8924 | 2024.09.24 04:37:34.937682 [ 3 ] {1b39eb10-5921-4fad-b9d3-a25ced6a28fb} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
8925 | 2024.09.24 04:37:34.938004 [ 3 ] {1b39eb10-5921-4fad-b9d3-a25ced6a28fb} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8926 | 2024.09.24 04:37:34.938161 [ 3 ] {1b39eb10-5921-4fad-b9d3-a25ced6a28fb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001336 sec., 4491.017964071856 rows/sec., 234.64 KiB/sec. | ||
8927 | 2024.09.24 04:37:34.938324 [ 3 ] {1b39eb10-5921-4fad-b9d3-a25ced6a28fb} <Debug> DynamicQueryHandler: Done processing query | ||
8928 | 2024.09.24 04:37:34.938348 [ 3 ] {1b39eb10-5921-4fad-b9d3-a25ced6a28fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8929 | 2024.09.24 04:37:34.938364 [ 3 ] {} <Debug> HTTP-Session: a0cece38-676e-43a1-baf4-532446fb8526 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8930 | 2024.09.24 04:37:34.938545 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 44803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8931 | 2024.09.24 04:37:34.938593 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8932 | 2024.09.24 04:37:34.938612 [ 3 ] {} <Debug> HTTP-Session: 19c83232-7446-4875-9ad6-464d6ef7fea1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
8933 | 2024.09.24 04:37:34.938628 [ 3 ] {} <Debug> HTTP-Session: 19c83232-7446-4875-9ad6-464d6ef7fea1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8934 | 2024.09.24 04:37:34.938642 [ 3 ] {} <Debug> HTTP-Session: 19c83232-7446-4875-9ad6-464d6ef7fea1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8935 | 2024.09.24 04:37:34.938673 [ 3 ] {} <Trace> HTTP-Session: 19c83232-7446-4875-9ad6-464d6ef7fea1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8936 | 2024.09.24 04:37:34.938871 [ 3 ] {eb856a05-fd2f-464e-8bd6-0a9e0e6b4679} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8937 | 2024.09.24 04:37:34.938917 [ 3 ] {eb856a05-fd2f-464e-8bd6-0a9e0e6b4679} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8938 | 2024.09.24 04:37:34.939063 [ 3 ] {eb856a05-fd2f-464e-8bd6-0a9e0e6b4679} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8939 | 2024.09.24 04:37:34.939502 [ 3 ] {eb856a05-fd2f-464e-8bd6-0a9e0e6b4679} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8940 | 2024.09.24 04:37:34.939538 [ 3 ] {eb856a05-fd2f-464e-8bd6-0a9e0e6b4679} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8941 | 2024.09.24 04:37:34.939915 [ 3 ] {eb856a05-fd2f-464e-8bd6-0a9e0e6b4679} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
8942 | 2024.09.24 04:37:34.940247 [ 3 ] {eb856a05-fd2f-464e-8bd6-0a9e0e6b4679} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8943 | 2024.09.24 04:37:34.940407 [ 3 ] {eb856a05-fd2f-464e-8bd6-0a9e0e6b4679} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001648 sec., 144417.47572815535 rows/sec., 9.68 MiB/sec. | ||
8944 | 2024.09.24 04:37:34.940565 [ 3 ] {eb856a05-fd2f-464e-8bd6-0a9e0e6b4679} <Debug> DynamicQueryHandler: Done processing query | ||
8945 | 2024.09.24 04:37:34.940589 [ 3 ] {eb856a05-fd2f-464e-8bd6-0a9e0e6b4679} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
8946 | 2024.09.24 04:37:34.940604 [ 3 ] {} <Debug> HTTP-Session: 19c83232-7446-4875-9ad6-464d6ef7fea1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8947 | 2024.09.24 04:37:34.940720 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8948 | 2024.09.24 04:37:34.940768 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8949 | 2024.09.24 04:37:34.940787 [ 3 ] {} <Debug> HTTP-Session: 6eecbeea-f415-42a3-8416-7976847c1e2e Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
8950 | 2024.09.24 04:37:34.940804 [ 3 ] {} <Debug> HTTP-Session: 6eecbeea-f415-42a3-8416-7976847c1e2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8951 | 2024.09.24 04:37:34.940817 [ 3 ] {} <Debug> HTTP-Session: 6eecbeea-f415-42a3-8416-7976847c1e2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8952 | 2024.09.24 04:37:34.940848 [ 3 ] {} <Trace> HTTP-Session: 6eecbeea-f415-42a3-8416-7976847c1e2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8953 | 2024.09.24 04:37:34.940941 [ 3 ] {97f9eebb-5ae1-428a-9cfa-c8187629db65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
8954 | 2024.09.24 04:37:34.940987 [ 3 ] {97f9eebb-5ae1-428a-9cfa-c8187629db65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
8955 | 2024.09.24 04:37:34.941112 [ 3 ] {97f9eebb-5ae1-428a-9cfa-c8187629db65} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8956 | 2024.09.24 04:37:34.941358 [ 3 ] {97f9eebb-5ae1-428a-9cfa-c8187629db65} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8957 | 2024.09.24 04:37:34.941394 [ 3 ] {97f9eebb-5ae1-428a-9cfa-c8187629db65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8958 | 2024.09.24 04:37:34.941736 [ 3 ] {97f9eebb-5ae1-428a-9cfa-c8187629db65} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
8959 | 2024.09.24 04:37:34.942058 [ 3 ] {97f9eebb-5ae1-428a-9cfa-c8187629db65} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8960 | 2024.09.24 04:37:34.942181 [ 3 ] {97f9eebb-5ae1-428a-9cfa-c8187629db65} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001261 sec., 793.0214115781126 rows/sec., 53.44 KiB/sec. | ||
8961 | 2024.09.24 04:37:34.942432 [ 3 ] {97f9eebb-5ae1-428a-9cfa-c8187629db65} <Debug> DynamicQueryHandler: Done processing query | ||
8962 | 2024.09.24 04:37:34.942472 [ 3 ] {97f9eebb-5ae1-428a-9cfa-c8187629db65} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
8963 | 2024.09.24 04:37:34.942498 [ 3 ] {} <Debug> HTTP-Session: 6eecbeea-f415-42a3-8416-7976847c1e2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8964 | 2024.09.24 04:37:34.942658 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 36127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8965 | 2024.09.24 04:37:34.942707 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8966 | 2024.09.24 04:37:34.942726 [ 3 ] {} <Debug> HTTP-Session: 0101bfaf-cde1-4b80-9a85-53e8f61eaea1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
8967 | 2024.09.24 04:37:34.942743 [ 3 ] {} <Debug> HTTP-Session: 0101bfaf-cde1-4b80-9a85-53e8f61eaea1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8968 | 2024.09.24 04:37:34.942756 [ 3 ] {} <Debug> HTTP-Session: 0101bfaf-cde1-4b80-9a85-53e8f61eaea1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8969 | 2024.09.24 04:37:34.942787 [ 3 ] {} <Trace> HTTP-Session: 0101bfaf-cde1-4b80-9a85-53e8f61eaea1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8970 | 2024.09.24 04:37:34.943061 [ 3 ] {807fd6d1-9b1a-4c0b-82b6-2a61d4c954a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
8971 | 2024.09.24 04:37:34.943133 [ 3 ] {807fd6d1-9b1a-4c0b-82b6-2a61d4c954a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
8972 | 2024.09.24 04:37:34.943540 [ 3 ] {807fd6d1-9b1a-4c0b-82b6-2a61d4c954a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8973 | 2024.09.24 04:37:34.944057 [ 3 ] {807fd6d1-9b1a-4c0b-82b6-2a61d4c954a7} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8974 | 2024.09.24 04:37:34.944097 [ 3 ] {807fd6d1-9b1a-4c0b-82b6-2a61d4c954a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8975 | 2024.09.24 04:37:34.944694 [ 3 ] {807fd6d1-9b1a-4c0b-82b6-2a61d4c954a7} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8976 | 2024.09.24 04:37:34.945102 [ 3 ] {807fd6d1-9b1a-4c0b-82b6-2a61d4c954a7} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8977 | 2024.09.24 04:37:34.945251 [ 3 ] {807fd6d1-9b1a-4c0b-82b6-2a61d4c954a7} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002378 sec., 9251.47182506308 rows/sec., 16.58 MiB/sec. | ||
8978 | 2024.09.24 04:37:34.945598 [ 3 ] {807fd6d1-9b1a-4c0b-82b6-2a61d4c954a7} <Debug> DynamicQueryHandler: Done processing query | ||
8979 | 2024.09.24 04:37:34.945623 [ 3 ] {807fd6d1-9b1a-4c0b-82b6-2a61d4c954a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
8980 | 2024.09.24 04:37:34.945639 [ 3 ] {} <Debug> HTTP-Session: 0101bfaf-cde1-4b80-9a85-53e8f61eaea1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8981 | 2024.09.24 04:37:34.945764 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 12152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8982 | 2024.09.24 04:37:34.945812 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8983 | 2024.09.24 04:37:34.945831 [ 3 ] {} <Debug> HTTP-Session: 99e7a280-eb21-4de9-9ff9-855c0903b317 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
8984 | 2024.09.24 04:37:34.945849 [ 3 ] {} <Debug> HTTP-Session: 99e7a280-eb21-4de9-9ff9-855c0903b317 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8985 | 2024.09.24 04:37:34.945863 [ 3 ] {} <Debug> HTTP-Session: 99e7a280-eb21-4de9-9ff9-855c0903b317 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8986 | 2024.09.24 04:37:34.945893 [ 3 ] {} <Trace> HTTP-Session: 99e7a280-eb21-4de9-9ff9-855c0903b317 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8987 | 2024.09.24 04:37:34.946022 [ 3 ] {f07b3a78-046c-412b-8fa3-bc19faaf4e2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8988 | 2024.09.24 04:37:34.946066 [ 3 ] {f07b3a78-046c-412b-8fa3-bc19faaf4e2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8989 | 2024.09.24 04:37:34.946193 [ 3 ] {f07b3a78-046c-412b-8fa3-bc19faaf4e2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8990 | 2024.09.24 04:37:34.946485 [ 3 ] {f07b3a78-046c-412b-8fa3-bc19faaf4e2b} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8991 | 2024.09.24 04:37:34.946523 [ 3 ] {f07b3a78-046c-412b-8fa3-bc19faaf4e2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
8992 | 2024.09.24 04:37:34.946928 [ 3 ] {f07b3a78-046c-412b-8fa3-bc19faaf4e2b} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
8993 | 2024.09.24 04:37:34.947289 [ 3 ] {f07b3a78-046c-412b-8fa3-bc19faaf4e2b} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8994 | 2024.09.24 04:37:34.947415 [ 3 ] {f07b3a78-046c-412b-8fa3-bc19faaf4e2b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001447 sec., 56668.970283344854 rows/sec., 3.60 MiB/sec. | ||
8995 | 2024.09.24 04:37:34.947672 [ 3 ] {f07b3a78-046c-412b-8fa3-bc19faaf4e2b} <Debug> DynamicQueryHandler: Done processing query | ||
8996 | 2024.09.24 04:37:34.947706 [ 3 ] {f07b3a78-046c-412b-8fa3-bc19faaf4e2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8997 | 2024.09.24 04:37:34.947733 [ 3 ] {} <Debug> HTTP-Session: 99e7a280-eb21-4de9-9ff9-855c0903b317 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8998 | 2024.09.24 04:37:39.946327 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8999 | 2024.09.24 04:37:39.946522 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9000 | 2024.09.24 04:37:39.946566 [ 3 ] {} <Debug> HTTP-Session: d92ee7d1-7de6-4cc2-8e90-48b6343ddb3c Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
9001 | 2024.09.24 04:37:39.946609 [ 3 ] {} <Debug> HTTP-Session: d92ee7d1-7de6-4cc2-8e90-48b6343ddb3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9002 | 2024.09.24 04:37:39.946637 [ 3 ] {} <Debug> HTTP-Session: d92ee7d1-7de6-4cc2-8e90-48b6343ddb3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9003 | 2024.09.24 04:37:39.946716 [ 3 ] {} <Trace> HTTP-Session: d92ee7d1-7de6-4cc2-8e90-48b6343ddb3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9004 | 2024.09.24 04:37:39.947005 [ 3 ] {7e9ec663-f32c-4780-a468-344fb8230d14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9005 | 2024.09.24 04:37:39.947116 [ 3 ] {7e9ec663-f32c-4780-a468-344fb8230d14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9006 | 2024.09.24 04:37:39.947538 [ 3 ] {7e9ec663-f32c-4780-a468-344fb8230d14} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9007 | 2024.09.24 04:37:39.947973 [ 3 ] {7e9ec663-f32c-4780-a468-344fb8230d14} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9008 | 2024.09.24 04:37:39.948021 [ 3 ] {7e9ec663-f32c-4780-a468-344fb8230d14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
9009 | 2024.09.24 04:37:39.948456 [ 3 ] {7e9ec663-f32c-4780-a468-344fb8230d14} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
9010 | 2024.09.24 04:37:39.948845 [ 3 ] {7e9ec663-f32c-4780-a468-344fb8230d14} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9011 | 2024.09.24 04:37:39.949034 [ 3 ] {7e9ec663-f32c-4780-a468-344fb8230d14} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002107 sec., 1898.4337921215 rows/sec., 154.80 KiB/sec. | ||
9012 | 2024.09.24 04:37:39.949250 [ 3 ] {7e9ec663-f32c-4780-a468-344fb8230d14} <Debug> DynamicQueryHandler: Done processing query | ||
9013 | 2024.09.24 04:37:39.949278 [ 3 ] {7e9ec663-f32c-4780-a468-344fb8230d14} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9014 | 2024.09.24 04:37:39.949294 [ 3 ] {} <Debug> HTTP-Session: d92ee7d1-7de6-4cc2-8e90-48b6343ddb3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9015 | 2024.09.24 04:37:39.949590 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 178459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9016 | 2024.09.24 04:37:39.949644 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9017 | 2024.09.24 04:37:39.949665 [ 3 ] {} <Debug> HTTP-Session: 6ec0260f-fc69-4c95-bd7a-7a4cd26828c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
9018 | 2024.09.24 04:37:39.949683 [ 3 ] {} <Debug> HTTP-Session: 6ec0260f-fc69-4c95-bd7a-7a4cd26828c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9019 | 2024.09.24 04:37:39.949697 [ 3 ] {} <Debug> HTTP-Session: 6ec0260f-fc69-4c95-bd7a-7a4cd26828c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9020 | 2024.09.24 04:37:39.949733 [ 3 ] {} <Trace> HTTP-Session: 6ec0260f-fc69-4c95-bd7a-7a4cd26828c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9021 | 2024.09.24 04:37:39.950187 [ 3 ] {b94d2169-0d55-460f-8733-e88f0821602e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9022 | 2024.09.24 04:37:39.950237 [ 3 ] {b94d2169-0d55-460f-8733-e88f0821602e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9023 | 2024.09.24 04:37:39.950476 [ 3 ] {b94d2169-0d55-460f-8733-e88f0821602e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9024 | 2024.09.24 04:37:39.951684 [ 3 ] {b94d2169-0d55-460f-8733-e88f0821602e} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9025 | 2024.09.24 04:37:39.951724 [ 3 ] {b94d2169-0d55-460f-8733-e88f0821602e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
9026 | 2024.09.24 04:37:39.952173 [ 3 ] {b94d2169-0d55-460f-8733-e88f0821602e} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
9027 | 2024.09.24 04:37:39.952542 [ 3 ] {b94d2169-0d55-460f-8733-e88f0821602e} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9028 | 2024.09.24 04:37:39.952714 [ 27 ] {} <Debug> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
9029 | 2024.09.24 04:37:39.952722 [ 3 ] {b94d2169-0d55-460f-8733-e88f0821602e} <Debug> executeQuery: Read 1232 rows, 103.92 KiB in 0.002828 sec., 435643.5643564357 rows/sec., 35.88 MiB/sec. | ||
9030 | 2024.09.24 04:37:39.952807 [ 27 ] {} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9031 | 2024.09.24 04:37:39.952880 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
9032 | 2024.09.24 04:37:39.953050 [ 202 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::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 | ||
9033 | 2024.09.24 04:37:39.953062 [ 3 ] {b94d2169-0d55-460f-8733-e88f0821602e} <Debug> DynamicQueryHandler: Done processing query | ||
9034 | 2024.09.24 04:37:39.953102 [ 3 ] {b94d2169-0d55-460f-8733-e88f0821602e} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
9035 | 2024.09.24 04:37:39.953126 [ 3 ] {} <Debug> HTTP-Session: 6ec0260f-fc69-4c95-bd7a-7a4cd26828c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9036 | 2024.09.24 04:37:39.953222 [ 202 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9037 | 2024.09.24 04:37:39.953260 [ 202 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1418 rows starting from the beginning of the part | ||
9038 | 2024.09.24 04:37:39.953355 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3047, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9039 | 2024.09.24 04:37:39.953380 [ 202 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 90 rows starting from the beginning of the part | ||
9040 | 2024.09.24 04:37:39.953449 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9041 | 2024.09.24 04:37:39.953546 [ 3 ] {} <Debug> HTTP-Session: 68ada362-ad1a-4b07-b452-80b670fc5365 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
9042 | 2024.09.24 04:37:39.953619 [ 3 ] {} <Debug> HTTP-Session: 68ada362-ad1a-4b07-b452-80b670fc5365 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9043 | 2024.09.24 04:37:39.953620 [ 202 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 234 rows starting from the beginning of the part | ||
9044 | 2024.09.24 04:37:39.953676 [ 3 ] {} <Debug> HTTP-Session: 68ada362-ad1a-4b07-b452-80b670fc5365 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9045 | 2024.09.24 04:37:39.953803 [ 3 ] {} <Trace> HTTP-Session: 68ada362-ad1a-4b07-b452-80b670fc5365 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9046 | 2024.09.24 04:37:39.953910 [ 202 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 92 rows starting from the beginning of the part | ||
9047 | 2024.09.24 04:37:39.954124 [ 3 ] {b3478519-b007-4801-93c7-81a36f64a4f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9048 | 2024.09.24 04:37:39.954186 [ 202 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 234 rows starting from the beginning of the part | ||
9049 | 2024.09.24 04:37:39.954273 [ 3 ] {b3478519-b007-4801-93c7-81a36f64a4f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9050 | 2024.09.24 04:37:39.954502 [ 202 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1232 rows starting from the beginning of the part | ||
9051 | 2024.09.24 04:37:39.955216 [ 3 ] {b3478519-b007-4801-93c7-81a36f64a4f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9052 | 2024.09.24 04:37:39.955724 [ 3 ] {b3478519-b007-4801-93c7-81a36f64a4f4} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9053 | 2024.09.24 04:37:39.955771 [ 3 ] {b3478519-b007-4801-93c7-81a36f64a4f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
9054 | 2024.09.24 04:37:39.956304 [ 3 ] {b3478519-b007-4801-93c7-81a36f64a4f4} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
9055 | 2024.09.24 04:37:39.956710 [ 3 ] {b3478519-b007-4801-93c7-81a36f64a4f4} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9056 | 2024.09.24 04:37:39.956962 [ 202 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3300 rows, containing 5 columns (5 merged, 0 gathered) in 0.003972885 sec., 830630.6374335024 rows/sec., 72.65 MiB/sec. | ||
9057 | 2024.09.24 04:37:39.956983 [ 3 ] {b3478519-b007-4801-93c7-81a36f64a4f4} <Debug> executeQuery: Read 21 rows, 1.56 KiB in 0.003003 sec., 6993.006993006993 rows/sec., 518.69 KiB/sec. | ||
9058 | 2024.09.24 04:37:39.957435 [ 3 ] {b3478519-b007-4801-93c7-81a36f64a4f4} <Debug> DynamicQueryHandler: Done processing query | ||
9059 | 2024.09.24 04:37:39.957504 [ 3 ] {b3478519-b007-4801-93c7-81a36f64a4f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9060 | 2024.09.24 04:37:39.957499 [ 192 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
9061 | 2024.09.24 04:37:39.957581 [ 3 ] {} <Debug> HTTP-Session: 68ada362-ad1a-4b07-b452-80b670fc5365 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9062 | 2024.09.24 04:37:39.957888 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 30477, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9063 | 2024.09.24 04:37:39.958023 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9064 | 2024.09.24 04:37:39.958050 [ 3 ] {} <Debug> HTTP-Session: 420a69f5-dbb4-4855-8ba9-6f94c66f803b Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
9065 | 2024.09.24 04:37:39.958080 [ 3 ] {} <Debug> HTTP-Session: 420a69f5-dbb4-4855-8ba9-6f94c66f803b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9066 | 2024.09.24 04:37:39.958120 [ 3 ] {} <Debug> HTTP-Session: 420a69f5-dbb4-4855-8ba9-6f94c66f803b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9067 | 2024.09.24 04:37:39.958256 [ 3 ] {} <Trace> HTTP-Session: 420a69f5-dbb4-4855-8ba9-6f94c66f803b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9068 | 2024.09.24 04:37:39.958592 [ 3 ] {e53cd03b-9609-41e4-8df0-60d26d9201a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
9069 | 2024.09.24 04:37:39.958645 [ 3 ] {e53cd03b-9609-41e4-8df0-60d26d9201a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9070 | 2024.09.24 04:37:39.958749 [ 192 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_46_9} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9071 | 2024.09.24 04:37:39.958959 [ 192 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_46_9} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
9072 | 2024.09.24 04:37:39.959209 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
9073 | 2024.09.24 04:37:39.959326 [ 3 ] {e53cd03b-9609-41e4-8df0-60d26d9201a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9074 | 2024.09.24 04:37:39.959800 [ 3 ] {e53cd03b-9609-41e4-8df0-60d26d9201a6} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9075 | 2024.09.24 04:37:39.959839 [ 3 ] {e53cd03b-9609-41e4-8df0-60d26d9201a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
9076 | 2024.09.24 04:37:39.960255 [ 3 ] {e53cd03b-9609-41e4-8df0-60d26d9201a6} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
9077 | 2024.09.24 04:37:39.960667 [ 3 ] {e53cd03b-9609-41e4-8df0-60d26d9201a6} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9078 | 2024.09.24 04:37:39.960817 [ 3 ] {e53cd03b-9609-41e4-8df0-60d26d9201a6} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002347 sec., 97145.29186195142 rows/sec., 6.58 MiB/sec. | ||
9079 | 2024.09.24 04:37:39.961142 [ 3 ] {e53cd03b-9609-41e4-8df0-60d26d9201a6} <Debug> DynamicQueryHandler: Done processing query | ||
9080 | 2024.09.24 04:37:39.961182 [ 3 ] {e53cd03b-9609-41e4-8df0-60d26d9201a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
9081 | 2024.09.24 04:37:39.961198 [ 3 ] {} <Debug> HTTP-Session: 420a69f5-dbb4-4855-8ba9-6f94c66f803b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9082 | 2024.09.24 04:37:39.961411 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 89430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9083 | 2024.09.24 04:37:39.961460 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9084 | 2024.09.24 04:37:39.961478 [ 3 ] {} <Debug> HTTP-Session: 2a88a056-cc9e-4725-8710-b77955583fbf Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
9085 | 2024.09.24 04:37:39.961495 [ 3 ] {} <Debug> HTTP-Session: 2a88a056-cc9e-4725-8710-b77955583fbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9086 | 2024.09.24 04:37:39.961508 [ 3 ] {} <Debug> HTTP-Session: 2a88a056-cc9e-4725-8710-b77955583fbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9087 | 2024.09.24 04:37:39.961540 [ 3 ] {} <Trace> HTTP-Session: 2a88a056-cc9e-4725-8710-b77955583fbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9088 | 2024.09.24 04:37:39.961798 [ 3 ] {04e6077b-a4bb-4fd7-b8d3-92e869788266} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9089 | 2024.09.24 04:37:39.961843 [ 3 ] {04e6077b-a4bb-4fd7-b8d3-92e869788266} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9090 | 2024.09.24 04:37:39.962087 [ 3 ] {04e6077b-a4bb-4fd7-b8d3-92e869788266} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9091 | 2024.09.24 04:37:39.962796 [ 3 ] {04e6077b-a4bb-4fd7-b8d3-92e869788266} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9092 | 2024.09.24 04:37:39.962832 [ 3 ] {04e6077b-a4bb-4fd7-b8d3-92e869788266} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
9093 | 2024.09.24 04:37:39.963217 [ 3 ] {04e6077b-a4bb-4fd7-b8d3-92e869788266} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
9094 | 2024.09.24 04:37:39.963577 [ 3 ] {04e6077b-a4bb-4fd7-b8d3-92e869788266} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9095 | 2024.09.24 04:37:39.963743 [ 3 ] {04e6077b-a4bb-4fd7-b8d3-92e869788266} <Debug> executeQuery: Read 541 rows, 41.09 KiB in 0.002081 sec., 259971.1677078328 rows/sec., 19.28 MiB/sec. | ||
9096 | 2024.09.24 04:37:39.963745 [ 28 ] {} <Debug> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
9097 | 2024.09.24 04:37:39.963856 [ 28 ] {} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9098 | 2024.09.24 04:37:39.963913 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
9099 | 2024.09.24 04:37:39.964020 [ 3 ] {04e6077b-a4bb-4fd7-b8d3-92e869788266} <Debug> DynamicQueryHandler: Done processing query | ||
9100 | 2024.09.24 04:37:39.964055 [ 3 ] {04e6077b-a4bb-4fd7-b8d3-92e869788266} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
9101 | 2024.09.24 04:37:39.964062 [ 198 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::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 | ||
9102 | 2024.09.24 04:37:39.964075 [ 3 ] {} <Debug> HTTP-Session: 2a88a056-cc9e-4725-8710-b77955583fbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9103 | 2024.09.24 04:37:39.964213 [ 198 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9104 | 2024.09.24 04:37:39.964248 [ 198 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 913 rows starting from the beginning of the part | ||
9105 | 2024.09.24 04:37:39.964400 [ 198 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 81 rows starting from the beginning of the part | ||
9106 | 2024.09.24 04:37:39.964422 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 167556, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9107 | 2024.09.24 04:37:39.964637 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9108 | 2024.09.24 04:37:39.964719 [ 3 ] {} <Debug> HTTP-Session: fe614ac5-2b0e-4e46-a860-cefb3b4b642a Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
9109 | 2024.09.24 04:37:39.964730 [ 198 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 406 rows starting from the beginning of the part | ||
9110 | 2024.09.24 04:37:39.964766 [ 3 ] {} <Debug> HTTP-Session: fe614ac5-2b0e-4e46-a860-cefb3b4b642a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9111 | 2024.09.24 04:37:39.964812 [ 3 ] {} <Debug> HTTP-Session: fe614ac5-2b0e-4e46-a860-cefb3b4b642a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9112 | 2024.09.24 04:37:39.964986 [ 3 ] {} <Trace> HTTP-Session: fe614ac5-2b0e-4e46-a860-cefb3b4b642a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9113 | 2024.09.24 04:37:39.965029 [ 198 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 85 rows starting from the beginning of the part | ||
9114 | 2024.09.24 04:37:39.965271 [ 198 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 406 rows starting from the beginning of the part | ||
9115 | 2024.09.24 04:37:39.965356 [ 198 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 541 rows starting from the beginning of the part | ||
9116 | 2024.09.24 04:37:39.965654 [ 3 ] {b7033832-8bd7-4e09-9287-8671faac4ab2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9117 | 2024.09.24 04:37:39.965744 [ 3 ] {b7033832-8bd7-4e09-9287-8671faac4ab2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9118 | 2024.09.24 04:37:39.966073 [ 3 ] {b7033832-8bd7-4e09-9287-8671faac4ab2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9119 | 2024.09.24 04:37:39.967096 [ 3 ] {b7033832-8bd7-4e09-9287-8671faac4ab2} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9120 | 2024.09.24 04:37:39.967112 [ 197 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2432 rows, containing 5 columns (5 merged, 0 gathered) in 0.003118606 sec., 779835.6060367998 rows/sec., 59.84 MiB/sec. | ||
9121 | 2024.09.24 04:37:39.967150 [ 3 ] {b7033832-8bd7-4e09-9287-8671faac4ab2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
9122 | 2024.09.24 04:37:39.967427 [ 197 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
9123 | 2024.09.24 04:37:39.968047 [ 3 ] {b7033832-8bd7-4e09-9287-8671faac4ab2} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
9124 | 2024.09.24 04:37:39.968507 [ 197 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_46_9} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9125 | 2024.09.24 04:37:39.968676 [ 197 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_46_9} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
9126 | 2024.09.24 04:37:39.968866 [ 3 ] {b7033832-8bd7-4e09-9287-8671faac4ab2} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9127 | 2024.09.24 04:37:39.968866 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
9128 | 2024.09.24 04:37:39.969094 [ 3 ] {b7033832-8bd7-4e09-9287-8671faac4ab2} <Debug> executeQuery: Read 882 rows, 60.77 KiB in 0.00383 sec., 230287.20626631854 rows/sec., 15.50 MiB/sec. | ||
9129 | 2024.09.24 04:37:39.969280 [ 3 ] {b7033832-8bd7-4e09-9287-8671faac4ab2} <Debug> DynamicQueryHandler: Done processing query | ||
9130 | 2024.09.24 04:37:39.969305 [ 3 ] {b7033832-8bd7-4e09-9287-8671faac4ab2} <Debug> MemoryTracker: Peak memory usage (for query): 4.67 MiB. | ||
9131 | 2024.09.24 04:37:39.969322 [ 3 ] {} <Debug> HTTP-Session: fe614ac5-2b0e-4e46-a860-cefb3b4b642a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9132 | 2024.09.24 04:37:39.969533 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 29034, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9133 | 2024.09.24 04:37:39.969583 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9134 | 2024.09.24 04:37:39.969603 [ 3 ] {} <Debug> HTTP-Session: 3788a794-0bb2-4aff-a96f-85fa8061d8d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
9135 | 2024.09.24 04:37:39.969620 [ 3 ] {} <Debug> HTTP-Session: 3788a794-0bb2-4aff-a96f-85fa8061d8d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9136 | 2024.09.24 04:37:39.969634 [ 3 ] {} <Debug> HTTP-Session: 3788a794-0bb2-4aff-a96f-85fa8061d8d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9137 | 2024.09.24 04:37:39.969667 [ 3 ] {} <Trace> HTTP-Session: 3788a794-0bb2-4aff-a96f-85fa8061d8d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9138 | 2024.09.24 04:37:39.970021 [ 3 ] {33c950f5-cb1d-4fa1-98d2-84e9ac8e84a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
9139 | 2024.09.24 04:37:39.970089 [ 3 ] {33c950f5-cb1d-4fa1-98d2-84e9ac8e84a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
9140 | 2024.09.24 04:37:39.970505 [ 3 ] {33c950f5-cb1d-4fa1-98d2-84e9ac8e84a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9141 | 2024.09.24 04:37:39.971104 [ 3 ] {33c950f5-cb1d-4fa1-98d2-84e9ac8e84a5} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9142 | 2024.09.24 04:37:39.971139 [ 3 ] {33c950f5-cb1d-4fa1-98d2-84e9ac8e84a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
9143 | 2024.09.24 04:37:39.971772 [ 3 ] {33c950f5-cb1d-4fa1-98d2-84e9ac8e84a5} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
9144 | 2024.09.24 04:37:39.972196 [ 3 ] {33c950f5-cb1d-4fa1-98d2-84e9ac8e84a5} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9145 | 2024.09.24 04:37:39.972399 [ 3 ] {33c950f5-cb1d-4fa1-98d2-84e9ac8e84a5} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002631 sec., 6461.421512732801 rows/sec., 11.58 MiB/sec. | ||
9146 | 2024.09.24 04:37:39.972949 [ 3 ] {33c950f5-cb1d-4fa1-98d2-84e9ac8e84a5} <Debug> DynamicQueryHandler: Done processing query | ||
9147 | 2024.09.24 04:37:39.972975 [ 3 ] {33c950f5-cb1d-4fa1-98d2-84e9ac8e84a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
9148 | 2024.09.24 04:37:39.972993 [ 3 ] {} <Debug> HTTP-Session: 3788a794-0bb2-4aff-a96f-85fa8061d8d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9149 | 2024.09.24 04:37:39.973124 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9150 | 2024.09.24 04:37:39.973173 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9151 | 2024.09.24 04:37:39.973193 [ 3 ] {} <Debug> HTTP-Session: 8a39b0f2-9c24-433a-a9de-ccaf023acf43 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
9152 | 2024.09.24 04:37:39.973210 [ 3 ] {} <Debug> HTTP-Session: 8a39b0f2-9c24-433a-a9de-ccaf023acf43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9153 | 2024.09.24 04:37:39.973224 [ 3 ] {} <Debug> HTTP-Session: 8a39b0f2-9c24-433a-a9de-ccaf023acf43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9154 | 2024.09.24 04:37:39.973255 [ 3 ] {} <Trace> HTTP-Session: 8a39b0f2-9c24-433a-a9de-ccaf023acf43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9155 | 2024.09.24 04:37:39.973377 [ 3 ] {a4ee9435-29d5-4347-9ba5-c21474a8f438} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9156 | 2024.09.24 04:37:39.973423 [ 3 ] {a4ee9435-29d5-4347-9ba5-c21474a8f438} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9157 | 2024.09.24 04:37:39.973577 [ 3 ] {a4ee9435-29d5-4347-9ba5-c21474a8f438} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9158 | 2024.09.24 04:37:39.973885 [ 3 ] {a4ee9435-29d5-4347-9ba5-c21474a8f438} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9159 | 2024.09.24 04:37:39.973920 [ 3 ] {a4ee9435-29d5-4347-9ba5-c21474a8f438} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
9160 | 2024.09.24 04:37:39.974296 [ 3 ] {a4ee9435-29d5-4347-9ba5-c21474a8f438} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
9161 | 2024.09.24 04:37:39.974632 [ 3 ] {a4ee9435-29d5-4347-9ba5-c21474a8f438} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9162 | 2024.09.24 04:37:39.974794 [ 3 ] {a4ee9435-29d5-4347-9ba5-c21474a8f438} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00146 sec., 41095.890410958906 rows/sec., 2.77 MiB/sec. | ||
9163 | 2024.09.24 04:37:39.974952 [ 3 ] {a4ee9435-29d5-4347-9ba5-c21474a8f438} <Debug> DynamicQueryHandler: Done processing query | ||
9164 | 2024.09.24 04:37:39.974975 [ 3 ] {a4ee9435-29d5-4347-9ba5-c21474a8f438} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9165 | 2024.09.24 04:37:39.974992 [ 3 ] {} <Debug> HTTP-Session: 8a39b0f2-9c24-433a-a9de-ccaf023acf43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9166 | 2024.09.24 04:37:44.921220 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9167 | 2024.09.24 04:37:44.921364 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9168 | 2024.09.24 04:37:44.921394 [ 3 ] {} <Debug> HTTP-Session: 8cbce8fc-8ad7-4049-89bc-52fe4c99a98f Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
9169 | 2024.09.24 04:37:44.921423 [ 3 ] {} <Debug> HTTP-Session: 8cbce8fc-8ad7-4049-89bc-52fe4c99a98f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9170 | 2024.09.24 04:37:44.921441 [ 3 ] {} <Debug> HTTP-Session: 8cbce8fc-8ad7-4049-89bc-52fe4c99a98f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9171 | 2024.09.24 04:37:44.921495 [ 3 ] {} <Trace> HTTP-Session: 8cbce8fc-8ad7-4049-89bc-52fe4c99a98f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9172 | 2024.09.24 04:37:44.921681 [ 3 ] {d885ce7d-cf18-40dd-aa6e-70b4a86a6e84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9173 | 2024.09.24 04:37:44.921751 [ 3 ] {d885ce7d-cf18-40dd-aa6e-70b4a86a6e84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9174 | 2024.09.24 04:37:44.922086 [ 3 ] {d885ce7d-cf18-40dd-aa6e-70b4a86a6e84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9175 | 2024.09.24 04:37:44.922506 [ 3 ] {d885ce7d-cf18-40dd-aa6e-70b4a86a6e84} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9176 | 2024.09.24 04:37:44.922554 [ 3 ] {d885ce7d-cf18-40dd-aa6e-70b4a86a6e84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
9177 | 2024.09.24 04:37:44.922971 [ 3 ] {d885ce7d-cf18-40dd-aa6e-70b4a86a6e84} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
9178 | 2024.09.24 04:37:44.923372 [ 3 ] {d885ce7d-cf18-40dd-aa6e-70b4a86a6e84} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9179 | 2024.09.24 04:37:44.923552 [ 3 ] {d885ce7d-cf18-40dd-aa6e-70b4a86a6e84} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001918 sec., 1042.752867570386 rows/sec., 85.03 KiB/sec. | ||
9180 | 2024.09.24 04:37:44.923775 [ 3 ] {d885ce7d-cf18-40dd-aa6e-70b4a86a6e84} <Debug> DynamicQueryHandler: Done processing query | ||
9181 | 2024.09.24 04:37:44.923801 [ 3 ] {d885ce7d-cf18-40dd-aa6e-70b4a86a6e84} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9182 | 2024.09.24 04:37:44.923818 [ 3 ] {} <Debug> HTTP-Session: 8cbce8fc-8ad7-4049-89bc-52fe4c99a98f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9183 | 2024.09.24 04:37:44.924050 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 35281, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9184 | 2024.09.24 04:37:44.924106 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9185 | 2024.09.24 04:37:44.924127 [ 3 ] {} <Debug> HTTP-Session: e41ac24e-ede3-4880-8470-eaf3b834f903 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
9186 | 2024.09.24 04:37:44.924147 [ 3 ] {} <Debug> HTTP-Session: e41ac24e-ede3-4880-8470-eaf3b834f903 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9187 | 2024.09.24 04:37:44.924161 [ 3 ] {} <Debug> HTTP-Session: e41ac24e-ede3-4880-8470-eaf3b834f903 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9188 | 2024.09.24 04:37:44.924198 [ 3 ] {} <Trace> HTTP-Session: e41ac24e-ede3-4880-8470-eaf3b834f903 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9189 | 2024.09.24 04:37:44.924363 [ 3 ] {27d69d64-4678-427b-a4c3-dc947078e608} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9190 | 2024.09.24 04:37:44.924410 [ 3 ] {27d69d64-4678-427b-a4c3-dc947078e608} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9191 | 2024.09.24 04:37:44.924647 [ 3 ] {27d69d64-4678-427b-a4c3-dc947078e608} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9192 | 2024.09.24 04:37:44.925121 [ 3 ] {27d69d64-4678-427b-a4c3-dc947078e608} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9193 | 2024.09.24 04:37:44.925159 [ 3 ] {27d69d64-4678-427b-a4c3-dc947078e608} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
9194 | 2024.09.24 04:37:44.925536 [ 3 ] {27d69d64-4678-427b-a4c3-dc947078e608} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
9195 | 2024.09.24 04:37:44.925887 [ 3 ] {27d69d64-4678-427b-a4c3-dc947078e608} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9196 | 2024.09.24 04:37:44.926046 [ 3 ] {27d69d64-4678-427b-a4c3-dc947078e608} <Debug> executeQuery: Read 234 rows, 21.06 KiB in 0.001752 sec., 133561.64383561644 rows/sec., 11.74 MiB/sec. | ||
9197 | 2024.09.24 04:37:44.926210 [ 3 ] {27d69d64-4678-427b-a4c3-dc947078e608} <Debug> DynamicQueryHandler: Done processing query | ||
9198 | 2024.09.24 04:37:44.926235 [ 3 ] {27d69d64-4678-427b-a4c3-dc947078e608} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
9199 | 2024.09.24 04:37:44.926251 [ 3 ] {} <Debug> HTTP-Session: e41ac24e-ede3-4880-8470-eaf3b834f903 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9200 | 2024.09.24 04:37:44.926391 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9201 | 2024.09.24 04:37:44.926442 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9202 | 2024.09.24 04:37:44.926461 [ 3 ] {} <Debug> HTTP-Session: 4af464c0-5a0e-4bfc-ba38-b689c9f356e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
9203 | 2024.09.24 04:37:44.926479 [ 3 ] {} <Debug> HTTP-Session: 4af464c0-5a0e-4bfc-ba38-b689c9f356e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9204 | 2024.09.24 04:37:44.926494 [ 3 ] {} <Debug> HTTP-Session: 4af464c0-5a0e-4bfc-ba38-b689c9f356e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9205 | 2024.09.24 04:37:44.926526 [ 3 ] {} <Trace> HTTP-Session: 4af464c0-5a0e-4bfc-ba38-b689c9f356e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9206 | 2024.09.24 04:37:44.926629 [ 3 ] {c4e61fbc-6ef9-46b9-9332-ca3e303e4202} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9207 | 2024.09.24 04:37:44.926674 [ 3 ] {c4e61fbc-6ef9-46b9-9332-ca3e303e4202} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9208 | 2024.09.24 04:37:44.926901 [ 3 ] {c4e61fbc-6ef9-46b9-9332-ca3e303e4202} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9209 | 2024.09.24 04:37:44.927211 [ 3 ] {c4e61fbc-6ef9-46b9-9332-ca3e303e4202} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9210 | 2024.09.24 04:37:44.927248 [ 3 ] {c4e61fbc-6ef9-46b9-9332-ca3e303e4202} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
9211 | 2024.09.24 04:37:44.927593 [ 3 ] {c4e61fbc-6ef9-46b9-9332-ca3e303e4202} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
9212 | 2024.09.24 04:37:44.927942 [ 3 ] {c4e61fbc-6ef9-46b9-9332-ca3e303e4202} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9213 | 2024.09.24 04:37:44.928077 [ 3 ] {c4e61fbc-6ef9-46b9-9332-ca3e303e4202} <Debug> executeQuery: Read 24 rows, 1.79 KiB in 0.001478 sec., 16238.159675236808 rows/sec., 1.19 MiB/sec. | ||
9214 | 2024.09.24 04:37:44.928151 [ 78 ] {} <Debug> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
9215 | 2024.09.24 04:37:44.928243 [ 78 ] {} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9216 | 2024.09.24 04:37:44.928287 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
9217 | 2024.09.24 04:37:44.928323 [ 3 ] {c4e61fbc-6ef9-46b9-9332-ca3e303e4202} <Debug> DynamicQueryHandler: Done processing query | ||
9218 | 2024.09.24 04:37:44.928388 [ 3 ] {c4e61fbc-6ef9-46b9-9332-ca3e303e4202} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9219 | 2024.09.24 04:37:44.928478 [ 3 ] {} <Debug> HTTP-Session: 4af464c0-5a0e-4bfc-ba38-b689c9f356e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9220 | 2024.09.24 04:37:44.928635 [ 196 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::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 | ||
9221 | 2024.09.24 04:37:44.928743 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9222 | 2024.09.24 04:37:44.928951 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9223 | 2024.09.24 04:37:44.929042 [ 3 ] {} <Debug> HTTP-Session: 5132a1e8-c384-482f-8d62-4f88013e6aa4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
9224 | 2024.09.24 04:37:44.929152 [ 3 ] {} <Debug> HTTP-Session: 5132a1e8-c384-482f-8d62-4f88013e6aa4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9225 | 2024.09.24 04:37:44.929245 [ 3 ] {} <Debug> HTTP-Session: 5132a1e8-c384-482f-8d62-4f88013e6aa4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9226 | 2024.09.24 04:37:44.929380 [ 196 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9227 | 2024.09.24 04:37:44.929388 [ 3 ] {} <Trace> HTTP-Session: 5132a1e8-c384-482f-8d62-4f88013e6aa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9228 | 2024.09.24 04:37:44.929461 [ 196 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 57 rows starting from the beginning of the part | ||
9229 | 2024.09.24 04:37:44.929668 [ 3 ] {b4f6ae65-f218-4a4b-afa7-911a168c0737} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
9230 | 2024.09.24 04:37:44.929711 [ 196 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 24 rows starting from the beginning of the part | ||
9231 | 2024.09.24 04:37:44.929822 [ 3 ] {b4f6ae65-f218-4a4b-afa7-911a168c0737} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9232 | 2024.09.24 04:37:44.930163 [ 196 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 21 rows starting from the beginning of the part | ||
9233 | 2024.09.24 04:37:44.930506 [ 196 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 24 rows starting from the beginning of the part | ||
9234 | 2024.09.24 04:37:44.930825 [ 196 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 21 rows starting from the beginning of the part | ||
9235 | 2024.09.24 04:37:44.931232 [ 196 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 24 rows starting from the beginning of the part | ||
9236 | 2024.09.24 04:37:44.931488 [ 3 ] {b4f6ae65-f218-4a4b-afa7-911a168c0737} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9237 | 2024.09.24 04:37:44.932433 [ 3 ] {b4f6ae65-f218-4a4b-afa7-911a168c0737} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9238 | 2024.09.24 04:37:44.932495 [ 3 ] {b4f6ae65-f218-4a4b-afa7-911a168c0737} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
9239 | 2024.09.24 04:37:44.933520 [ 3 ] {b4f6ae65-f218-4a4b-afa7-911a168c0737} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
9240 | 2024.09.24 04:37:44.934304 [ 196 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 171 rows, containing 5 columns (5 merged, 0 gathered) in 0.005910726 sec., 28930.45625867279 rows/sec., 2.21 MiB/sec. | ||
9241 | 2024.09.24 04:37:44.934502 [ 196 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
9242 | 2024.09.24 04:37:44.934681 [ 3 ] {b4f6ae65-f218-4a4b-afa7-911a168c0737} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9243 | 2024.09.24 04:37:44.935095 [ 3 ] {b4f6ae65-f218-4a4b-afa7-911a168c0737} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005515 sec., 2538.5312783318223 rows/sec., 177.78 KiB/sec. | ||
9244 | 2024.09.24 04:37:44.935538 [ 3 ] {b4f6ae65-f218-4a4b-afa7-911a168c0737} <Debug> DynamicQueryHandler: Done processing query | ||
9245 | 2024.09.24 04:37:44.935605 [ 3 ] {b4f6ae65-f218-4a4b-afa7-911a168c0737} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9246 | 2024.09.24 04:37:44.935613 [ 196 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_46_9} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9247 | 2024.09.24 04:37:44.935639 [ 3 ] {} <Debug> HTTP-Session: 5132a1e8-c384-482f-8d62-4f88013e6aa4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9248 | 2024.09.24 04:37:44.935746 [ 196 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_46_9} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
9249 | 2024.09.24 04:37:44.935832 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9250 | 2024.09.24 04:37:44.935889 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
9251 | 2024.09.24 04:37:44.935941 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9252 | 2024.09.24 04:37:44.935968 [ 3 ] {} <Debug> HTTP-Session: 47e253a0-1467-4829-a773-b24e3be98550 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
9253 | 2024.09.24 04:37:44.935986 [ 3 ] {} <Debug> HTTP-Session: 47e253a0-1467-4829-a773-b24e3be98550 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9254 | 2024.09.24 04:37:44.935999 [ 3 ] {} <Debug> HTTP-Session: 47e253a0-1467-4829-a773-b24e3be98550 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9255 | 2024.09.24 04:37:44.936033 [ 3 ] {} <Trace> HTTP-Session: 47e253a0-1467-4829-a773-b24e3be98550 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9256 | 2024.09.24 04:37:44.936136 [ 3 ] {9c9c24e8-31e8-4046-b84a-2ca2ba543510} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
9257 | 2024.09.24 04:37:44.936182 [ 3 ] {9c9c24e8-31e8-4046-b84a-2ca2ba543510} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
9258 | 2024.09.24 04:37:44.936435 [ 3 ] {9c9c24e8-31e8-4046-b84a-2ca2ba543510} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9259 | 2024.09.24 04:37:44.936736 [ 3 ] {9c9c24e8-31e8-4046-b84a-2ca2ba543510} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9260 | 2024.09.24 04:37:44.936773 [ 3 ] {9c9c24e8-31e8-4046-b84a-2ca2ba543510} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
9261 | 2024.09.24 04:37:44.937134 [ 3 ] {9c9c24e8-31e8-4046-b84a-2ca2ba543510} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
9262 | 2024.09.24 04:37:44.937496 [ 3 ] {9c9c24e8-31e8-4046-b84a-2ca2ba543510} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9263 | 2024.09.24 04:37:44.937660 [ 3 ] {9c9c24e8-31e8-4046-b84a-2ca2ba543510} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001543 sec., 3888.528839922229 rows/sec., 229.74 KiB/sec. | ||
9264 | 2024.09.24 04:37:44.937961 [ 3 ] {9c9c24e8-31e8-4046-b84a-2ca2ba543510} <Debug> DynamicQueryHandler: Done processing query | ||
9265 | 2024.09.24 04:37:44.937990 [ 3 ] {9c9c24e8-31e8-4046-b84a-2ca2ba543510} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9266 | 2024.09.24 04:37:44.938007 [ 3 ] {} <Debug> HTTP-Session: 47e253a0-1467-4829-a773-b24e3be98550 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9267 | 2024.09.24 04:37:44.938184 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 65839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9268 | 2024.09.24 04:37:44.938232 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9269 | 2024.09.24 04:37:44.938251 [ 3 ] {} <Debug> HTTP-Session: 1c212d30-b3d4-48df-a2f7-13d952c6adb7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
9270 | 2024.09.24 04:37:44.938268 [ 3 ] {} <Debug> HTTP-Session: 1c212d30-b3d4-48df-a2f7-13d952c6adb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9271 | 2024.09.24 04:37:44.938281 [ 3 ] {} <Debug> HTTP-Session: 1c212d30-b3d4-48df-a2f7-13d952c6adb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9272 | 2024.09.24 04:37:44.938312 [ 3 ] {} <Trace> HTTP-Session: 1c212d30-b3d4-48df-a2f7-13d952c6adb7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9273 | 2024.09.24 04:37:44.938530 [ 3 ] {6dc62895-c9f3-4c3f-a2c5-0e174908b6c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9274 | 2024.09.24 04:37:44.938575 [ 3 ] {6dc62895-c9f3-4c3f-a2c5-0e174908b6c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9275 | 2024.09.24 04:37:44.938819 [ 3 ] {6dc62895-c9f3-4c3f-a2c5-0e174908b6c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9276 | 2024.09.24 04:37:44.939329 [ 3 ] {6dc62895-c9f3-4c3f-a2c5-0e174908b6c7} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9277 | 2024.09.24 04:37:44.939366 [ 3 ] {6dc62895-c9f3-4c3f-a2c5-0e174908b6c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
9278 | 2024.09.24 04:37:44.939740 [ 3 ] {6dc62895-c9f3-4c3f-a2c5-0e174908b6c7} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
9279 | 2024.09.24 04:37:44.940100 [ 3 ] {6dc62895-c9f3-4c3f-a2c5-0e174908b6c7} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9280 | 2024.09.24 04:37:44.940253 [ 3 ] {6dc62895-c9f3-4c3f-a2c5-0e174908b6c7} <Debug> executeQuery: Read 406 rows, 29.61 KiB in 0.001836 sec., 221132.89760348585 rows/sec., 15.75 MiB/sec. | ||
9281 | 2024.09.24 04:37:44.940412 [ 3 ] {6dc62895-c9f3-4c3f-a2c5-0e174908b6c7} <Debug> DynamicQueryHandler: Done processing query | ||
9282 | 2024.09.24 04:37:44.940436 [ 3 ] {6dc62895-c9f3-4c3f-a2c5-0e174908b6c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
9283 | 2024.09.24 04:37:44.940451 [ 3 ] {} <Debug> HTTP-Session: 1c212d30-b3d4-48df-a2f7-13d952c6adb7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9284 | 2024.09.24 04:37:44.940583 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9285 | 2024.09.24 04:37:44.940630 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9286 | 2024.09.24 04:37:44.940650 [ 3 ] {} <Debug> HTTP-Session: 7b27d799-3c8e-4923-bdee-5cd98de93f6e Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
9287 | 2024.09.24 04:37:44.940667 [ 3 ] {} <Debug> HTTP-Session: 7b27d799-3c8e-4923-bdee-5cd98de93f6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9288 | 2024.09.24 04:37:44.940680 [ 3 ] {} <Debug> HTTP-Session: 7b27d799-3c8e-4923-bdee-5cd98de93f6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9289 | 2024.09.24 04:37:44.940710 [ 3 ] {} <Trace> HTTP-Session: 7b27d799-3c8e-4923-bdee-5cd98de93f6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9290 | 2024.09.24 04:37:44.940816 [ 3 ] {6f4b0790-c7ab-471c-b3c6-eeac475674b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9291 | 2024.09.24 04:37:44.940861 [ 3 ] {6f4b0790-c7ab-471c-b3c6-eeac475674b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9292 | 2024.09.24 04:37:44.940989 [ 3 ] {6f4b0790-c7ab-471c-b3c6-eeac475674b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9293 | 2024.09.24 04:37:44.941242 [ 3 ] {6f4b0790-c7ab-471c-b3c6-eeac475674b5} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9294 | 2024.09.24 04:37:44.941278 [ 3 ] {6f4b0790-c7ab-471c-b3c6-eeac475674b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
9295 | 2024.09.24 04:37:44.941630 [ 3 ] {6f4b0790-c7ab-471c-b3c6-eeac475674b5} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
9296 | 2024.09.24 04:37:44.941952 [ 3 ] {6f4b0790-c7ab-471c-b3c6-eeac475674b5} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9297 | 2024.09.24 04:37:44.942104 [ 78 ] {} <Debug> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
9298 | 2024.09.24 04:37:44.942114 [ 3 ] {6f4b0790-c7ab-471c-b3c6-eeac475674b5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001313 sec., 4569.68773800457 rows/sec., 238.75 KiB/sec. | ||
9299 | 2024.09.24 04:37:44.942152 [ 78 ] {} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9300 | 2024.09.24 04:37:44.942218 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
9301 | 2024.09.24 04:37:44.942382 [ 192 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
9302 | 2024.09.24 04:37:44.942406 [ 3 ] {6f4b0790-c7ab-471c-b3c6-eeac475674b5} <Debug> DynamicQueryHandler: Done processing query | ||
9303 | 2024.09.24 04:37:44.942450 [ 3 ] {6f4b0790-c7ab-471c-b3c6-eeac475674b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9304 | 2024.09.24 04:37:44.942490 [ 3 ] {} <Debug> HTTP-Session: 7b27d799-3c8e-4923-bdee-5cd98de93f6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9305 | 2024.09.24 04:37:44.942606 [ 192 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9306 | 2024.09.24 04:37:44.942643 [ 192 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 90 rows starting from the beginning of the part | ||
9307 | 2024.09.24 04:37:44.942767 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 44803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9308 | 2024.09.24 04:37:44.942773 [ 192 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
9309 | 2024.09.24 04:37:44.942909 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9310 | 2024.09.24 04:37:44.943008 [ 3 ] {} <Debug> HTTP-Session: 5eb23774-3565-4120-9f79-e7806d76e858 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
9311 | 2024.09.24 04:37:44.943078 [ 3 ] {} <Debug> HTTP-Session: 5eb23774-3565-4120-9f79-e7806d76e858 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9312 | 2024.09.24 04:37:44.943103 [ 192 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
9313 | 2024.09.24 04:37:44.943130 [ 3 ] {} <Debug> HTTP-Session: 5eb23774-3565-4120-9f79-e7806d76e858 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9314 | 2024.09.24 04:37:44.943258 [ 3 ] {} <Trace> HTTP-Session: 5eb23774-3565-4120-9f79-e7806d76e858 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9315 | 2024.09.24 04:37:44.943423 [ 192 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
9316 | 2024.09.24 04:37:44.943695 [ 192 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
9317 | 2024.09.24 04:37:44.943834 [ 3 ] {105717e7-7151-495e-a010-ac33effe6bcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9318 | 2024.09.24 04:37:44.944021 [ 192 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
9319 | 2024.09.24 04:37:44.944042 [ 3 ] {105717e7-7151-495e-a010-ac33effe6bcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9320 | 2024.09.24 04:37:44.944894 [ 3 ] {105717e7-7151-495e-a010-ac33effe6bcd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9321 | 2024.09.24 04:37:44.945926 [ 3 ] {105717e7-7151-495e-a010-ac33effe6bcd} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9322 | 2024.09.24 04:37:44.945980 [ 3 ] {105717e7-7151-495e-a010-ac33effe6bcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
9323 | 2024.09.24 04:37:44.946725 [ 192 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.004409094 sec., 27216.47576576957 rows/sec., 1.39 MiB/sec. | ||
9324 | 2024.09.24 04:37:44.946922 [ 192 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
9325 | 2024.09.24 04:37:44.947044 [ 3 ] {105717e7-7151-495e-a010-ac33effe6bcd} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
9326 | 2024.09.24 04:37:44.947703 [ 192 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_20_4} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9327 | 2024.09.24 04:37:44.947879 [ 3 ] {105717e7-7151-495e-a010-ac33effe6bcd} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9328 | 2024.09.24 04:37:44.947902 [ 192 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_20_4} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
9329 | 2024.09.24 04:37:44.948057 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
9330 | 2024.09.24 04:37:44.948188 [ 3 ] {105717e7-7151-495e-a010-ac33effe6bcd} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.00469 sec., 50746.26865671642 rows/sec., 3.40 MiB/sec. | ||
9331 | 2024.09.24 04:37:44.948380 [ 3 ] {105717e7-7151-495e-a010-ac33effe6bcd} <Debug> DynamicQueryHandler: Done processing query | ||
9332 | 2024.09.24 04:37:44.948404 [ 3 ] {105717e7-7151-495e-a010-ac33effe6bcd} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
9333 | 2024.09.24 04:37:44.948421 [ 3 ] {} <Debug> HTTP-Session: 5eb23774-3565-4120-9f79-e7806d76e858 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9334 | 2024.09.24 04:37:44.948549 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9335 | 2024.09.24 04:37:44.948598 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9336 | 2024.09.24 04:37:44.948617 [ 3 ] {} <Debug> HTTP-Session: dd7a399e-3172-4966-88e1-52f50b2dc599 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
9337 | 2024.09.24 04:37:44.948634 [ 3 ] {} <Debug> HTTP-Session: dd7a399e-3172-4966-88e1-52f50b2dc599 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9338 | 2024.09.24 04:37:44.948648 [ 3 ] {} <Debug> HTTP-Session: dd7a399e-3172-4966-88e1-52f50b2dc599 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9339 | 2024.09.24 04:37:44.948678 [ 3 ] {} <Trace> HTTP-Session: dd7a399e-3172-4966-88e1-52f50b2dc599 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9340 | 2024.09.24 04:37:44.948774 [ 3 ] {04cc81b0-ca33-4035-9e17-5a45fece053b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
9341 | 2024.09.24 04:37:44.948821 [ 3 ] {04cc81b0-ca33-4035-9e17-5a45fece053b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
9342 | 2024.09.24 04:37:44.948958 [ 3 ] {04cc81b0-ca33-4035-9e17-5a45fece053b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9343 | 2024.09.24 04:37:44.949245 [ 3 ] {04cc81b0-ca33-4035-9e17-5a45fece053b} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9344 | 2024.09.24 04:37:44.949293 [ 3 ] {04cc81b0-ca33-4035-9e17-5a45fece053b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
9345 | 2024.09.24 04:37:44.949693 [ 3 ] {04cc81b0-ca33-4035-9e17-5a45fece053b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
9346 | 2024.09.24 04:37:44.950029 [ 3 ] {04cc81b0-ca33-4035-9e17-5a45fece053b} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9347 | 2024.09.24 04:37:44.950188 [ 78 ] {} <Debug> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
9348 | 2024.09.24 04:37:44.950199 [ 3 ] {04cc81b0-ca33-4035-9e17-5a45fece053b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00144 sec., 694.4444444444445 rows/sec., 46.79 KiB/sec. | ||
9349 | 2024.09.24 04:37:44.950233 [ 78 ] {} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9350 | 2024.09.24 04:37:44.950289 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
9351 | 2024.09.24 04:37:44.950551 [ 3 ] {04cc81b0-ca33-4035-9e17-5a45fece053b} <Debug> DynamicQueryHandler: Done processing query | ||
9352 | 2024.09.24 04:37:44.950640 [ 3 ] {04cc81b0-ca33-4035-9e17-5a45fece053b} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
9353 | 2024.09.24 04:37:44.950725 [ 3 ] {} <Debug> HTTP-Session: dd7a399e-3172-4966-88e1-52f50b2dc599 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9354 | 2024.09.24 04:37:44.950838 [ 199 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::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 | ||
9355 | 2024.09.24 04:37:44.950965 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 36124, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9356 | 2024.09.24 04:37:44.951079 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9357 | 2024.09.24 04:37:44.951131 [ 3 ] {} <Debug> HTTP-Session: 61bec89a-47fd-4218-8ea4-b01db476f4e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
9358 | 2024.09.24 04:37:44.951184 [ 3 ] {} <Debug> HTTP-Session: 61bec89a-47fd-4218-8ea4-b01db476f4e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9359 | 2024.09.24 04:37:44.951203 [ 199 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9360 | 2024.09.24 04:37:44.951216 [ 3 ] {} <Debug> HTTP-Session: 61bec89a-47fd-4218-8ea4-b01db476f4e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9361 | 2024.09.24 04:37:44.951279 [ 199 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 16 rows starting from the beginning of the part | ||
9362 | 2024.09.24 04:37:44.951294 [ 3 ] {} <Trace> HTTP-Session: 61bec89a-47fd-4218-8ea4-b01db476f4e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9363 | 2024.09.24 04:37:44.951532 [ 199 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
9364 | 2024.09.24 04:37:44.951638 [ 199 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
9365 | 2024.09.24 04:37:44.951767 [ 199 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
9366 | 2024.09.24 04:37:44.951872 [ 3 ] {ec5eed8d-3f1e-45b1-bda9-5c458fed61f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
9367 | 2024.09.24 04:37:44.951994 [ 199 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
9368 | 2024.09.24 04:37:44.952304 [ 199 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
9369 | 2024.09.24 04:37:44.952326 [ 3 ] {ec5eed8d-3f1e-45b1-bda9-5c458fed61f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
9370 | 2024.09.24 04:37:44.954651 [ 3 ] {ec5eed8d-3f1e-45b1-bda9-5c458fed61f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9371 | 2024.09.24 04:37:44.955692 [ 199 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21 rows, containing 4 columns (4 merged, 0 gathered) in 0.005274112 sec., 3981.7129404912143 rows/sec., 267.56 KiB/sec. | ||
9372 | 2024.09.24 04:37:44.955936 [ 199 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
9373 | 2024.09.24 04:37:44.956294 [ 3 ] {ec5eed8d-3f1e-45b1-bda9-5c458fed61f2} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9374 | 2024.09.24 04:37:44.956393 [ 3 ] {ec5eed8d-3f1e-45b1-bda9-5c458fed61f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
9375 | 2024.09.24 04:37:44.956921 [ 199 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_21_4} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9376 | 2024.09.24 04:37:44.957107 [ 199 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_21_4} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
9377 | 2024.09.24 04:37:44.957260 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
9378 | 2024.09.24 04:37:44.957593 [ 3 ] {ec5eed8d-3f1e-45b1-bda9-5c458fed61f2} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
9379 | 2024.09.24 04:37:44.958023 [ 3 ] {ec5eed8d-3f1e-45b1-bda9-5c458fed61f2} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9380 | 2024.09.24 04:37:44.958206 [ 78 ] {} <Debug> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
9381 | 2024.09.24 04:37:44.958238 [ 3 ] {ec5eed8d-3f1e-45b1-bda9-5c458fed61f2} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.006721 sec., 3273.3224222585923 rows/sec., 5.87 MiB/sec. | ||
9382 | 2024.09.24 04:37:44.958256 [ 78 ] {} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9383 | 2024.09.24 04:37:44.958332 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
9384 | 2024.09.24 04:37:44.958663 [ 188 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::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 | ||
9385 | 2024.09.24 04:37:44.958860 [ 3 ] {ec5eed8d-3f1e-45b1-bda9-5c458fed61f2} <Debug> DynamicQueryHandler: Done processing query | ||
9386 | 2024.09.24 04:37:44.958912 [ 3 ] {ec5eed8d-3f1e-45b1-bda9-5c458fed61f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
9387 | 2024.09.24 04:37:44.958982 [ 3 ] {} <Debug> HTTP-Session: 61bec89a-47fd-4218-8ea4-b01db476f4e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9388 | 2024.09.24 04:37:44.959217 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 12152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9389 | 2024.09.24 04:37:44.959275 [ 188 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9390 | 2024.09.24 04:37:44.959306 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9391 | 2024.09.24 04:37:44.959367 [ 3 ] {} <Debug> HTTP-Session: d4056e0c-9785-4823-bf71-5ca269c2c963 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
9392 | 2024.09.24 04:37:44.959416 [ 188 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 789 rows starting from the beginning of the part | ||
9393 | 2024.09.24 04:37:44.959419 [ 3 ] {} <Debug> HTTP-Session: d4056e0c-9785-4823-bf71-5ca269c2c963 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9394 | 2024.09.24 04:37:44.959477 [ 3 ] {} <Debug> HTTP-Session: d4056e0c-9785-4823-bf71-5ca269c2c963 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9395 | 2024.09.24 04:37:44.959565 [ 3 ] {} <Trace> HTTP-Session: d4056e0c-9785-4823-bf71-5ca269c2c963 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9396 | 2024.09.24 04:37:44.959974 [ 3 ] {c5ce29c8-69bc-48f4-a2f5-0b3dc655347b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9397 | 2024.09.24 04:37:44.960111 [ 3 ] {c5ce29c8-69bc-48f4-a2f5-0b3dc655347b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9398 | 2024.09.24 04:37:44.960112 [ 188 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 22 rows starting from the beginning of the part | ||
9399 | 2024.09.24 04:37:44.961020 [ 3 ] {c5ce29c8-69bc-48f4-a2f5-0b3dc655347b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9400 | 2024.09.24 04:37:44.961032 [ 188 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 17 rows starting from the beginning of the part | ||
9401 | 2024.09.24 04:37:44.961776 [ 188 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 22 rows starting from the beginning of the part | ||
9402 | 2024.09.24 04:37:44.962165 [ 3 ] {c5ce29c8-69bc-48f4-a2f5-0b3dc655347b} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9403 | 2024.09.24 04:37:44.962322 [ 3 ] {c5ce29c8-69bc-48f4-a2f5-0b3dc655347b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
9404 | 2024.09.24 04:37:44.962431 [ 188 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 17 rows starting from the beginning of the part | ||
9405 | 2024.09.24 04:37:44.963057 [ 188 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 22 rows starting from the beginning of the part | ||
9406 | 2024.09.24 04:37:44.963768 [ 3 ] {c5ce29c8-69bc-48f4-a2f5-0b3dc655347b} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
9407 | 2024.09.24 04:37:44.964537 [ 3 ] {c5ce29c8-69bc-48f4-a2f5-0b3dc655347b} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9408 | 2024.09.24 04:37:44.964927 [ 3 ] {c5ce29c8-69bc-48f4-a2f5-0b3dc655347b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005137 sec., 15962.624099669067 rows/sec., 1.01 MiB/sec. | ||
9409 | 2024.09.24 04:37:44.965180 [ 3 ] {c5ce29c8-69bc-48f4-a2f5-0b3dc655347b} <Debug> DynamicQueryHandler: Done processing query | ||
9410 | 2024.09.24 04:37:44.965206 [ 3 ] {c5ce29c8-69bc-48f4-a2f5-0b3dc655347b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9411 | 2024.09.24 04:37:44.965223 [ 3 ] {} <Debug> HTTP-Session: d4056e0c-9785-4823-bf71-5ca269c2c963 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9412 | 2024.09.24 04:37:44.971351 [ 187 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 889 rows, containing 19 columns (19 merged, 0 gathered) in 0.012886524 sec., 68986.79581863969 rows/sec., 123.62 MiB/sec. | ||
9413 | 2024.09.24 04:37:44.972605 [ 195 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
9414 | 2024.09.24 04:37:44.973261 [ 195 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9415 | 2024.09.24 04:37:44.973349 [ 195 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
9416 | 2024.09.24 04:37:44.973497 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.56 MiB. | ||
9417 | 2024.09.24 04:37:47.655533 [ 129 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9418 | 2024.09.24 04:37:47.655611 [ 129 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9419 | 2024.09.24 04:37:49.915345 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 13137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9420 | 2024.09.24 04:37:49.915471 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9421 | 2024.09.24 04:37:49.915500 [ 3 ] {} <Debug> HTTP-Session: 2cb1d7a5-13d5-4630-96f2-900bfa10fe34 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
9422 | 2024.09.24 04:37:49.915528 [ 3 ] {} <Debug> HTTP-Session: 2cb1d7a5-13d5-4630-96f2-900bfa10fe34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9423 | 2024.09.24 04:37:49.915546 [ 3 ] {} <Debug> HTTP-Session: 2cb1d7a5-13d5-4630-96f2-900bfa10fe34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9424 | 2024.09.24 04:37:49.915602 [ 3 ] {} <Trace> HTTP-Session: 2cb1d7a5-13d5-4630-96f2-900bfa10fe34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9425 | 2024.09.24 04:37:49.915841 [ 3 ] {27ee6505-d053-47d7-a5e9-cbc2f8a04959} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9426 | 2024.09.24 04:37:49.915918 [ 3 ] {27ee6505-d053-47d7-a5e9-cbc2f8a04959} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9427 | 2024.09.24 04:37:49.916296 [ 3 ] {27ee6505-d053-47d7-a5e9-cbc2f8a04959} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9428 | 2024.09.24 04:37:49.916767 [ 3 ] {27ee6505-d053-47d7-a5e9-cbc2f8a04959} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9429 | 2024.09.24 04:37:49.916814 [ 3 ] {27ee6505-d053-47d7-a5e9-cbc2f8a04959} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
9430 | 2024.09.24 04:37:49.917252 [ 3 ] {27ee6505-d053-47d7-a5e9-cbc2f8a04959} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9431 | 2024.09.24 04:37:49.917643 [ 3 ] {27ee6505-d053-47d7-a5e9-cbc2f8a04959} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9432 | 2024.09.24 04:37:49.917823 [ 3 ] {27ee6505-d053-47d7-a5e9-cbc2f8a04959} <Debug> executeQuery: Read 90 rows, 7.65 KiB in 0.002059 sec., 43710.539096648856 rows/sec., 3.63 MiB/sec. | ||
9433 | 2024.09.24 04:37:49.918028 [ 3 ] {27ee6505-d053-47d7-a5e9-cbc2f8a04959} <Debug> DynamicQueryHandler: Done processing query | ||
9434 | 2024.09.24 04:37:49.918054 [ 3 ] {27ee6505-d053-47d7-a5e9-cbc2f8a04959} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
9435 | 2024.09.24 04:37:49.918073 [ 3 ] {} <Debug> HTTP-Session: 2cb1d7a5-13d5-4630-96f2-900bfa10fe34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9436 | 2024.09.24 04:37:49.918266 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 2487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9437 | 2024.09.24 04:37:49.918318 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9438 | 2024.09.24 04:37:49.918337 [ 3 ] {} <Debug> HTTP-Session: 7e930486-a2f4-40e6-a3ef-b6e9fe4ee06e Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
9439 | 2024.09.24 04:37:49.918357 [ 3 ] {} <Debug> HTTP-Session: 7e930486-a2f4-40e6-a3ef-b6e9fe4ee06e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9440 | 2024.09.24 04:37:49.918370 [ 3 ] {} <Debug> HTTP-Session: 7e930486-a2f4-40e6-a3ef-b6e9fe4ee06e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9441 | 2024.09.24 04:37:49.918406 [ 3 ] {} <Trace> HTTP-Session: 7e930486-a2f4-40e6-a3ef-b6e9fe4ee06e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9442 | 2024.09.24 04:37:49.918515 [ 3 ] {ec008b43-2e0b-4348-bec2-7717dd474d52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9443 | 2024.09.24 04:37:49.918562 [ 3 ] {ec008b43-2e0b-4348-bec2-7717dd474d52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9444 | 2024.09.24 04:37:49.918799 [ 3 ] {ec008b43-2e0b-4348-bec2-7717dd474d52} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9445 | 2024.09.24 04:37:49.919166 [ 3 ] {ec008b43-2e0b-4348-bec2-7717dd474d52} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9446 | 2024.09.24 04:37:49.919203 [ 3 ] {ec008b43-2e0b-4348-bec2-7717dd474d52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
9447 | 2024.09.24 04:37:49.919560 [ 3 ] {ec008b43-2e0b-4348-bec2-7717dd474d52} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
9448 | 2024.09.24 04:37:49.919982 [ 3 ] {ec008b43-2e0b-4348-bec2-7717dd474d52} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9449 | 2024.09.24 04:37:49.920172 [ 3 ] {ec008b43-2e0b-4348-bec2-7717dd474d52} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001681 sec., 10113.027959547888 rows/sec., 760.45 KiB/sec. | ||
9450 | 2024.09.24 04:37:49.920461 [ 3 ] {ec008b43-2e0b-4348-bec2-7717dd474d52} <Debug> DynamicQueryHandler: Done processing query | ||
9451 | 2024.09.24 04:37:49.920511 [ 3 ] {ec008b43-2e0b-4348-bec2-7717dd474d52} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9452 | 2024.09.24 04:37:49.920544 [ 3 ] {} <Debug> HTTP-Session: 7e930486-a2f4-40e6-a3ef-b6e9fe4ee06e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9453 | 2024.09.24 04:37:49.920683 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 13756, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9454 | 2024.09.24 04:37:49.920733 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9455 | 2024.09.24 04:37:49.920752 [ 3 ] {} <Debug> HTTP-Session: 22c6d2cf-5c20-4357-941a-b073f6b935d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
9456 | 2024.09.24 04:37:49.920769 [ 3 ] {} <Debug> HTTP-Session: 22c6d2cf-5c20-4357-941a-b073f6b935d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9457 | 2024.09.24 04:37:49.920783 [ 3 ] {} <Debug> HTTP-Session: 22c6d2cf-5c20-4357-941a-b073f6b935d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9458 | 2024.09.24 04:37:49.920815 [ 3 ] {} <Trace> HTTP-Session: 22c6d2cf-5c20-4357-941a-b073f6b935d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9459 | 2024.09.24 04:37:49.920940 [ 3 ] {132ad606-de37-4b55-80ee-bd3d94821b18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9460 | 2024.09.24 04:37:49.920986 [ 3 ] {132ad606-de37-4b55-80ee-bd3d94821b18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9461 | 2024.09.24 04:37:49.921229 [ 3 ] {132ad606-de37-4b55-80ee-bd3d94821b18} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9462 | 2024.09.24 04:37:49.921595 [ 3 ] {132ad606-de37-4b55-80ee-bd3d94821b18} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9463 | 2024.09.24 04:37:49.921632 [ 3 ] {132ad606-de37-4b55-80ee-bd3d94821b18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
9464 | 2024.09.24 04:37:49.921994 [ 3 ] {132ad606-de37-4b55-80ee-bd3d94821b18} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9465 | 2024.09.24 04:37:49.922352 [ 3 ] {132ad606-de37-4b55-80ee-bd3d94821b18} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9466 | 2024.09.24 04:37:49.922503 [ 3 ] {132ad606-de37-4b55-80ee-bd3d94821b18} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.001604 sec., 50498.75311720699 rows/sec., 3.94 MiB/sec. | ||
9467 | 2024.09.24 04:37:49.922662 [ 3 ] {132ad606-de37-4b55-80ee-bd3d94821b18} <Debug> DynamicQueryHandler: Done processing query | ||
9468 | 2024.09.24 04:37:49.922687 [ 3 ] {132ad606-de37-4b55-80ee-bd3d94821b18} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
9469 | 2024.09.24 04:37:49.922703 [ 3 ] {} <Debug> HTTP-Session: 22c6d2cf-5c20-4357-941a-b073f6b935d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9470 | 2024.09.24 04:37:49.922943 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9471 | 2024.09.24 04:37:49.922990 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9472 | 2024.09.24 04:37:49.923009 [ 3 ] {} <Debug> HTTP-Session: 9e88903c-8e9e-4e01-abc3-d4b068692a2a Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
9473 | 2024.09.24 04:37:49.923026 [ 3 ] {} <Debug> HTTP-Session: 9e88903c-8e9e-4e01-abc3-d4b068692a2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9474 | 2024.09.24 04:37:49.923040 [ 3 ] {} <Debug> HTTP-Session: 9e88903c-8e9e-4e01-abc3-d4b068692a2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9475 | 2024.09.24 04:37:49.923072 [ 3 ] {} <Trace> HTTP-Session: 9e88903c-8e9e-4e01-abc3-d4b068692a2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9476 | 2024.09.24 04:37:49.923220 [ 3 ] {d477505b-dfb3-4b6d-ad18-4f5a36af1bd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9477 | 2024.09.24 04:37:49.923270 [ 3 ] {d477505b-dfb3-4b6d-ad18-4f5a36af1bd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9478 | 2024.09.24 04:37:49.923412 [ 3 ] {d477505b-dfb3-4b6d-ad18-4f5a36af1bd0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9479 | 2024.09.24 04:37:49.923806 [ 3 ] {d477505b-dfb3-4b6d-ad18-4f5a36af1bd0} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9480 | 2024.09.24 04:37:49.923843 [ 3 ] {d477505b-dfb3-4b6d-ad18-4f5a36af1bd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
9481 | 2024.09.24 04:37:49.924241 [ 3 ] {d477505b-dfb3-4b6d-ad18-4f5a36af1bd0} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
9482 | 2024.09.24 04:37:49.924581 [ 3 ] {d477505b-dfb3-4b6d-ad18-4f5a36af1bd0} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9483 | 2024.09.24 04:37:49.924740 [ 3 ] {d477505b-dfb3-4b6d-ad18-4f5a36af1bd0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001579 sec., 101329.9556681444 rows/sec., 7.06 MiB/sec. | ||
9484 | 2024.09.24 04:37:49.924745 [ 146 ] {} <Debug> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
9485 | 2024.09.24 04:37:49.924856 [ 146 ] {} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9486 | 2024.09.24 04:37:49.924906 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
9487 | 2024.09.24 04:37:49.925000 [ 3 ] {d477505b-dfb3-4b6d-ad18-4f5a36af1bd0} <Debug> DynamicQueryHandler: Done processing query | ||
9488 | 2024.09.24 04:37:49.925034 [ 3 ] {d477505b-dfb3-4b6d-ad18-4f5a36af1bd0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9489 | 2024.09.24 04:37:49.925045 [ 186 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::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 | ||
9490 | 2024.09.24 04:37:49.925052 [ 3 ] {} <Debug> HTTP-Session: 9e88903c-8e9e-4e01-abc3-d4b068692a2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9491 | 2024.09.24 04:37:49.925183 [ 186 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9492 | 2024.09.24 04:37:49.925219 [ 186 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 13065 rows starting from the beginning of the part | ||
9493 | 2024.09.24 04:37:49.925242 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 29081, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9494 | 2024.09.24 04:37:49.925307 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9495 | 2024.09.24 04:37:49.925329 [ 186 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 162 rows starting from the beginning of the part | ||
9496 | 2024.09.24 04:37:49.925380 [ 3 ] {} <Debug> HTTP-Session: aa122887-27a6-4108-9b70-2ff23cecdac9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
9497 | 2024.09.24 04:37:49.925455 [ 3 ] {} <Debug> HTTP-Session: aa122887-27a6-4108-9b70-2ff23cecdac9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9498 | 2024.09.24 04:37:49.925556 [ 3 ] {} <Debug> HTTP-Session: aa122887-27a6-4108-9b70-2ff23cecdac9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9499 | 2024.09.24 04:37:49.925709 [ 186 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 238 rows starting from the beginning of the part | ||
9500 | 2024.09.24 04:37:49.925725 [ 3 ] {} <Trace> HTTP-Session: aa122887-27a6-4108-9b70-2ff23cecdac9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9501 | 2024.09.24 04:37:49.926059 [ 186 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 882 rows starting from the beginning of the part | ||
9502 | 2024.09.24 04:37:49.926277 [ 3 ] {45c19f9c-a4a3-43e6-9b3f-d6f89b03c729} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
9503 | 2024.09.24 04:37:49.926337 [ 186 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 238 rows starting from the beginning of the part | ||
9504 | 2024.09.24 04:37:49.926818 [ 186 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part | ||
9505 | 2024.09.24 04:37:49.926817 [ 3 ] {45c19f9c-a4a3-43e6-9b3f-d6f89b03c729} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
9506 | 2024.09.24 04:37:49.927974 [ 3 ] {45c19f9c-a4a3-43e6-9b3f-d6f89b03c729} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9507 | 2024.09.24 04:37:49.928684 [ 3 ] {45c19f9c-a4a3-43e6-9b3f-d6f89b03c729} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9508 | 2024.09.24 04:37:49.928724 [ 3 ] {45c19f9c-a4a3-43e6-9b3f-d6f89b03c729} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
9509 | 2024.09.24 04:37:49.930041 [ 3 ] {45c19f9c-a4a3-43e6-9b3f-d6f89b03c729} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
9510 | 2024.09.24 04:37:49.930684 [ 3 ] {45c19f9c-a4a3-43e6-9b3f-d6f89b03c729} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9511 | 2024.09.24 04:37:49.930948 [ 3 ] {45c19f9c-a4a3-43e6-9b3f-d6f89b03c729} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.004972 sec., 3419.147224456959 rows/sec., 6.13 MiB/sec. | ||
9512 | 2024.09.24 04:37:49.931959 [ 3 ] {45c19f9c-a4a3-43e6-9b3f-d6f89b03c729} <Debug> DynamicQueryHandler: Done processing query | ||
9513 | 2024.09.24 04:37:49.931984 [ 3 ] {45c19f9c-a4a3-43e6-9b3f-d6f89b03c729} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
9514 | 2024.09.24 04:37:49.932001 [ 3 ] {} <Debug> HTTP-Session: aa122887-27a6-4108-9b70-2ff23cecdac9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9515 | 2024.09.24 04:37:49.932157 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9516 | 2024.09.24 04:37:49.932210 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9517 | 2024.09.24 04:37:49.932228 [ 3 ] {} <Debug> HTTP-Session: 35ae2d14-5ea6-442e-ada2-d4b4ddbc9070 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
9518 | 2024.09.24 04:37:49.932246 [ 3 ] {} <Debug> HTTP-Session: 35ae2d14-5ea6-442e-ada2-d4b4ddbc9070 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9519 | 2024.09.24 04:37:49.932259 [ 3 ] {} <Debug> HTTP-Session: 35ae2d14-5ea6-442e-ada2-d4b4ddbc9070 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9520 | 2024.09.24 04:37:49.932289 [ 3 ] {} <Trace> HTTP-Session: 35ae2d14-5ea6-442e-ada2-d4b4ddbc9070 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9521 | 2024.09.24 04:37:49.932421 [ 3 ] {171872e5-3879-4b93-b42f-76ec1d7cc2a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9522 | 2024.09.24 04:37:49.932469 [ 3 ] {171872e5-3879-4b93-b42f-76ec1d7cc2a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9523 | 2024.09.24 04:37:49.932666 [ 3 ] {171872e5-3879-4b93-b42f-76ec1d7cc2a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9524 | 2024.09.24 04:37:49.932928 [ 187 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14745 rows, containing 5 columns (5 merged, 0 gathered) in 0.007940639 sec., 1856903.4557546314 rows/sec., 125.20 MiB/sec. | ||
9525 | 2024.09.24 04:37:49.933142 [ 3 ] {171872e5-3879-4b93-b42f-76ec1d7cc2a3} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9526 | 2024.09.24 04:37:49.933182 [ 3 ] {171872e5-3879-4b93-b42f-76ec1d7cc2a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
9527 | 2024.09.24 04:37:49.933525 [ 187 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
9528 | 2024.09.24 04:37:49.933848 [ 3 ] {171872e5-3879-4b93-b42f-76ec1d7cc2a3} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
9529 | 2024.09.24 04:37:49.934690 [ 187 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9530 | 2024.09.24 04:37:49.934797 [ 3 ] {171872e5-3879-4b93-b42f-76ec1d7cc2a3} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9531 | 2024.09.24 04:37:49.934927 [ 187 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
9532 | 2024.09.24 04:37:49.935131 [ 3 ] {171872e5-3879-4b93-b42f-76ec1d7cc2a3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002735 sec., 21937.84277879342 rows/sec., 1.48 MiB/sec. | ||
9533 | 2024.09.24 04:37:49.935204 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.78 MiB. | ||
9534 | 2024.09.24 04:37:49.935433 [ 3 ] {171872e5-3879-4b93-b42f-76ec1d7cc2a3} <Debug> DynamicQueryHandler: Done processing query | ||
9535 | 2024.09.24 04:37:49.935463 [ 3 ] {171872e5-3879-4b93-b42f-76ec1d7cc2a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9536 | 2024.09.24 04:37:49.935479 [ 3 ] {} <Debug> HTTP-Session: 35ae2d14-5ea6-442e-ada2-d4b4ddbc9070 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9537 | 2024.09.24 04:37:50.000147 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 196.39 MiB, peak 205.64 MiB, free memory in arenas 0.00 B, will set to 197.46 MiB (RSS), difference: 1.08 MiB | ||
9538 | 2024.09.24 04:37:54.921465 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 35148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9539 | 2024.09.24 04:37:54.921599 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9540 | 2024.09.24 04:37:54.921628 [ 3 ] {} <Debug> HTTP-Session: 6a018b00-dfa5-4207-9203-90c11be6a599 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
9541 | 2024.09.24 04:37:54.921656 [ 3 ] {} <Debug> HTTP-Session: 6a018b00-dfa5-4207-9203-90c11be6a599 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9542 | 2024.09.24 04:37:54.921674 [ 3 ] {} <Debug> HTTP-Session: 6a018b00-dfa5-4207-9203-90c11be6a599 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9543 | 2024.09.24 04:37:54.921730 [ 3 ] {} <Trace> HTTP-Session: 6a018b00-dfa5-4207-9203-90c11be6a599 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9544 | 2024.09.24 04:37:54.922002 [ 3 ] {53bfac18-b127-4d2f-8235-bcc5c2120766} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9545 | 2024.09.24 04:37:54.922072 [ 3 ] {53bfac18-b127-4d2f-8235-bcc5c2120766} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9546 | 2024.09.24 04:37:54.922413 [ 3 ] {53bfac18-b127-4d2f-8235-bcc5c2120766} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9547 | 2024.09.24 04:37:54.922998 [ 3 ] {53bfac18-b127-4d2f-8235-bcc5c2120766} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9548 | 2024.09.24 04:37:54.923043 [ 3 ] {53bfac18-b127-4d2f-8235-bcc5c2120766} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
9549 | 2024.09.24 04:37:54.923498 [ 3 ] {53bfac18-b127-4d2f-8235-bcc5c2120766} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9550 | 2024.09.24 04:37:54.923895 [ 3 ] {53bfac18-b127-4d2f-8235-bcc5c2120766} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9551 | 2024.09.24 04:37:54.924081 [ 3 ] {53bfac18-b127-4d2f-8235-bcc5c2120766} <Debug> executeQuery: Read 233 rows, 20.98 KiB in 0.002194 sec., 106198.72379216042 rows/sec., 9.34 MiB/sec. | ||
9552 | 2024.09.24 04:37:54.924291 [ 3 ] {53bfac18-b127-4d2f-8235-bcc5c2120766} <Debug> DynamicQueryHandler: Done processing query | ||
9553 | 2024.09.24 04:37:54.924318 [ 3 ] {53bfac18-b127-4d2f-8235-bcc5c2120766} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
9554 | 2024.09.24 04:37:54.924335 [ 3 ] {} <Debug> HTTP-Session: 6a018b00-dfa5-4207-9203-90c11be6a599 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9555 | 2024.09.24 04:37:54.924524 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9556 | 2024.09.24 04:37:54.924577 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9557 | 2024.09.24 04:37:54.924596 [ 3 ] {} <Debug> HTTP-Session: 58a019cb-a349-4fa8-a435-7da84b862876 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
9558 | 2024.09.24 04:37:54.924615 [ 3 ] {} <Debug> HTTP-Session: 58a019cb-a349-4fa8-a435-7da84b862876 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9559 | 2024.09.24 04:37:54.924629 [ 3 ] {} <Debug> HTTP-Session: 58a019cb-a349-4fa8-a435-7da84b862876 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9560 | 2024.09.24 04:37:54.924665 [ 3 ] {} <Trace> HTTP-Session: 58a019cb-a349-4fa8-a435-7da84b862876 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9561 | 2024.09.24 04:37:54.924780 [ 3 ] {608affe5-9d3f-4322-a57b-2c99cb0c5716} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9562 | 2024.09.24 04:37:54.924827 [ 3 ] {608affe5-9d3f-4322-a57b-2c99cb0c5716} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9563 | 2024.09.24 04:37:54.925066 [ 3 ] {608affe5-9d3f-4322-a57b-2c99cb0c5716} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9564 | 2024.09.24 04:37:54.925412 [ 3 ] {608affe5-9d3f-4322-a57b-2c99cb0c5716} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9565 | 2024.09.24 04:37:54.925449 [ 3 ] {608affe5-9d3f-4322-a57b-2c99cb0c5716} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
9566 | 2024.09.24 04:37:54.925808 [ 3 ] {608affe5-9d3f-4322-a57b-2c99cb0c5716} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9567 | 2024.09.24 04:37:54.926168 [ 3 ] {608affe5-9d3f-4322-a57b-2c99cb0c5716} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9568 | 2024.09.24 04:37:54.926335 [ 3 ] {608affe5-9d3f-4322-a57b-2c99cb0c5716} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.001592 sec., 13819.095477386934 rows/sec., 1.01 MiB/sec. | ||
9569 | 2024.09.24 04:37:54.926510 [ 3 ] {608affe5-9d3f-4322-a57b-2c99cb0c5716} <Debug> DynamicQueryHandler: Done processing query | ||
9570 | 2024.09.24 04:37:54.926535 [ 3 ] {608affe5-9d3f-4322-a57b-2c99cb0c5716} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9571 | 2024.09.24 04:37:54.926550 [ 3 ] {} <Debug> HTTP-Session: 58a019cb-a349-4fa8-a435-7da84b862876 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9572 | 2024.09.24 04:37:54.926672 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9573 | 2024.09.24 04:37:54.926721 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9574 | 2024.09.24 04:37:54.926740 [ 3 ] {} <Debug> HTTP-Session: 3aea7614-7e2d-4932-8f32-6ac34f8066cc Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
9575 | 2024.09.24 04:37:54.926758 [ 3 ] {} <Debug> HTTP-Session: 3aea7614-7e2d-4932-8f32-6ac34f8066cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9576 | 2024.09.24 04:37:54.926771 [ 3 ] {} <Debug> HTTP-Session: 3aea7614-7e2d-4932-8f32-6ac34f8066cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9577 | 2024.09.24 04:37:54.926802 [ 3 ] {} <Trace> HTTP-Session: 3aea7614-7e2d-4932-8f32-6ac34f8066cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9578 | 2024.09.24 04:37:54.926905 [ 3 ] {6867ed01-14f8-4590-a4a6-5de9a8cee32a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
9579 | 2024.09.24 04:37:54.926950 [ 3 ] {6867ed01-14f8-4590-a4a6-5de9a8cee32a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9580 | 2024.09.24 04:37:54.927179 [ 3 ] {6867ed01-14f8-4590-a4a6-5de9a8cee32a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9581 | 2024.09.24 04:37:54.927479 [ 3 ] {6867ed01-14f8-4590-a4a6-5de9a8cee32a} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9582 | 2024.09.24 04:37:54.927515 [ 3 ] {6867ed01-14f8-4590-a4a6-5de9a8cee32a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
9583 | 2024.09.24 04:37:54.927870 [ 3 ] {6867ed01-14f8-4590-a4a6-5de9a8cee32a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
9584 | 2024.09.24 04:37:54.928227 [ 3 ] {6867ed01-14f8-4590-a4a6-5de9a8cee32a} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9585 | 2024.09.24 04:37:54.928390 [ 3 ] {6867ed01-14f8-4590-a4a6-5de9a8cee32a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00151 sec., 9271.523178807947 rows/sec., 649.32 KiB/sec. | ||
9586 | 2024.09.24 04:37:54.928728 [ 3 ] {6867ed01-14f8-4590-a4a6-5de9a8cee32a} <Debug> DynamicQueryHandler: Done processing query | ||
9587 | 2024.09.24 04:37:54.928753 [ 3 ] {6867ed01-14f8-4590-a4a6-5de9a8cee32a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9588 | 2024.09.24 04:37:54.928769 [ 3 ] {} <Debug> HTTP-Session: 3aea7614-7e2d-4932-8f32-6ac34f8066cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9589 | 2024.09.24 04:37:54.928932 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9590 | 2024.09.24 04:37:54.928980 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9591 | 2024.09.24 04:37:54.928998 [ 3 ] {} <Debug> HTTP-Session: cbaaa1a6-fc23-4da3-a9b7-2c553ea2ef5d Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
9592 | 2024.09.24 04:37:54.929015 [ 3 ] {} <Debug> HTTP-Session: cbaaa1a6-fc23-4da3-a9b7-2c553ea2ef5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9593 | 2024.09.24 04:37:54.929028 [ 3 ] {} <Debug> HTTP-Session: cbaaa1a6-fc23-4da3-a9b7-2c553ea2ef5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9594 | 2024.09.24 04:37:54.929059 [ 3 ] {} <Trace> HTTP-Session: cbaaa1a6-fc23-4da3-a9b7-2c553ea2ef5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9595 | 2024.09.24 04:37:54.929168 [ 3 ] {e7164044-d766-4712-af86-7b2cf0080180} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
9596 | 2024.09.24 04:37:54.929213 [ 3 ] {e7164044-d766-4712-af86-7b2cf0080180} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
9597 | 2024.09.24 04:37:54.929458 [ 3 ] {e7164044-d766-4712-af86-7b2cf0080180} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9598 | 2024.09.24 04:37:54.929837 [ 3 ] {e7164044-d766-4712-af86-7b2cf0080180} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9599 | 2024.09.24 04:37:54.929874 [ 3 ] {e7164044-d766-4712-af86-7b2cf0080180} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
9600 | 2024.09.24 04:37:54.930224 [ 3 ] {e7164044-d766-4712-af86-7b2cf0080180} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
9601 | 2024.09.24 04:37:54.930579 [ 3 ] {e7164044-d766-4712-af86-7b2cf0080180} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9602 | 2024.09.24 04:37:54.930735 [ 110 ] {} <Debug> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
9603 | 2024.09.24 04:37:54.930746 [ 3 ] {e7164044-d766-4712-af86-7b2cf0080180} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001596 sec., 3759.3984962406016 rows/sec., 222.11 KiB/sec. | ||
9604 | 2024.09.24 04:37:54.930828 [ 110 ] {} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9605 | 2024.09.24 04:37:54.930892 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
9606 | 2024.09.24 04:37:54.931075 [ 200 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::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 | ||
9607 | 2024.09.24 04:37:54.931088 [ 3 ] {e7164044-d766-4712-af86-7b2cf0080180} <Debug> DynamicQueryHandler: Done processing query | ||
9608 | 2024.09.24 04:37:54.931143 [ 3 ] {e7164044-d766-4712-af86-7b2cf0080180} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9609 | 2024.09.24 04:37:54.931180 [ 3 ] {} <Debug> HTTP-Session: cbaaa1a6-fc23-4da3-a9b7-2c553ea2ef5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9610 | 2024.09.24 04:37:54.931295 [ 200 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9611 | 2024.09.24 04:37:54.931335 [ 200 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 6 rows starting from the beginning of the part | ||
9612 | 2024.09.24 04:37:54.931402 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 65498, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9613 | 2024.09.24 04:37:54.931477 [ 200 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
9614 | 2024.09.24 04:37:54.931538 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9615 | 2024.09.24 04:37:54.931638 [ 3 ] {} <Debug> HTTP-Session: 45de00d0-fa03-4b86-a5af-ed0428429b38 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
9616 | 2024.09.24 04:37:54.931757 [ 3 ] {} <Debug> HTTP-Session: 45de00d0-fa03-4b86-a5af-ed0428429b38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9617 | 2024.09.24 04:37:54.931869 [ 3 ] {} <Debug> HTTP-Session: 45de00d0-fa03-4b86-a5af-ed0428429b38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9618 | 2024.09.24 04:37:54.931919 [ 200 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
9619 | 2024.09.24 04:37:54.932050 [ 3 ] {} <Trace> HTTP-Session: 45de00d0-fa03-4b86-a5af-ed0428429b38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9620 | 2024.09.24 04:37:54.932311 [ 200 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
9621 | 2024.09.24 04:37:54.932538 [ 200 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
9622 | 2024.09.24 04:37:54.932652 [ 3 ] {7079aaa9-f82f-4a47-a359-5b5692e110f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9623 | 2024.09.24 04:37:54.932929 [ 3 ] {7079aaa9-f82f-4a47-a359-5b5692e110f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9624 | 2024.09.24 04:37:54.933796 [ 3 ] {7079aaa9-f82f-4a47-a359-5b5692e110f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9625 | 2024.09.24 04:37:54.935128 [ 3 ] {7079aaa9-f82f-4a47-a359-5b5692e110f0} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9626 | 2024.09.24 04:37:54.935158 [ 191 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004154738 sec., 7220.671917218367 rows/sec., 458.34 KiB/sec. | ||
9627 | 2024.09.24 04:37:54.935181 [ 3 ] {7079aaa9-f82f-4a47-a359-5b5692e110f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
9628 | 2024.09.24 04:37:54.935400 [ 191 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
9629 | 2024.09.24 04:37:54.936236 [ 3 ] {7079aaa9-f82f-4a47-a359-5b5692e110f0} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9630 | 2024.09.24 04:37:54.936545 [ 191 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_21_5} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9631 | 2024.09.24 04:37:54.936823 [ 191 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_21_5} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
9632 | 2024.09.24 04:37:54.936996 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
9633 | 2024.09.24 04:37:54.937100 [ 3 ] {7079aaa9-f82f-4a47-a359-5b5692e110f0} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9634 | 2024.09.24 04:37:54.937272 [ 3 ] {7079aaa9-f82f-4a47-a359-5b5692e110f0} <Debug> executeQuery: Read 404 rows, 29.44 KiB in 0.004864 sec., 83059.21052631579 rows/sec., 5.91 MiB/sec. | ||
9635 | 2024.09.24 04:37:54.937459 [ 3 ] {7079aaa9-f82f-4a47-a359-5b5692e110f0} <Debug> DynamicQueryHandler: Done processing query | ||
9636 | 2024.09.24 04:37:54.937483 [ 3 ] {7079aaa9-f82f-4a47-a359-5b5692e110f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
9637 | 2024.09.24 04:37:54.937499 [ 3 ] {} <Debug> HTTP-Session: 45de00d0-fa03-4b86-a5af-ed0428429b38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9638 | 2024.09.24 04:37:54.937769 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9639 | 2024.09.24 04:37:54.937818 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9640 | 2024.09.24 04:37:54.937836 [ 3 ] {} <Debug> HTTP-Session: 000d9f01-9311-49d4-b375-e1a94dddba8e Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
9641 | 2024.09.24 04:37:54.937852 [ 3 ] {} <Debug> HTTP-Session: 000d9f01-9311-49d4-b375-e1a94dddba8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9642 | 2024.09.24 04:37:54.937865 [ 3 ] {} <Debug> HTTP-Session: 000d9f01-9311-49d4-b375-e1a94dddba8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9643 | 2024.09.24 04:37:54.937896 [ 3 ] {} <Trace> HTTP-Session: 000d9f01-9311-49d4-b375-e1a94dddba8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9644 | 2024.09.24 04:37:54.937993 [ 3 ] {189efd54-69e1-498b-970a-cfc1e1cc5bfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9645 | 2024.09.24 04:37:54.938038 [ 3 ] {189efd54-69e1-498b-970a-cfc1e1cc5bfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9646 | 2024.09.24 04:37:54.938172 [ 3 ] {189efd54-69e1-498b-970a-cfc1e1cc5bfe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9647 | 2024.09.24 04:37:54.938424 [ 3 ] {189efd54-69e1-498b-970a-cfc1e1cc5bfe} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9648 | 2024.09.24 04:37:54.938460 [ 3 ] {189efd54-69e1-498b-970a-cfc1e1cc5bfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
9649 | 2024.09.24 04:37:54.938810 [ 3 ] {189efd54-69e1-498b-970a-cfc1e1cc5bfe} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
9650 | 2024.09.24 04:37:54.939155 [ 3 ] {189efd54-69e1-498b-970a-cfc1e1cc5bfe} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9651 | 2024.09.24 04:37:54.939313 [ 3 ] {189efd54-69e1-498b-970a-cfc1e1cc5bfe} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001344 sec., 4464.285714285715 rows/sec., 233.24 KiB/sec. | ||
9652 | 2024.09.24 04:37:54.939477 [ 3 ] {189efd54-69e1-498b-970a-cfc1e1cc5bfe} <Debug> DynamicQueryHandler: Done processing query | ||
9653 | 2024.09.24 04:37:54.939502 [ 3 ] {189efd54-69e1-498b-970a-cfc1e1cc5bfe} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9654 | 2024.09.24 04:37:54.939517 [ 3 ] {} <Debug> HTTP-Session: 000d9f01-9311-49d4-b375-e1a94dddba8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9655 | 2024.09.24 04:37:54.939648 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 44612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9656 | 2024.09.24 04:37:54.939696 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9657 | 2024.09.24 04:37:54.939714 [ 3 ] {} <Debug> HTTP-Session: 4b3de1bb-8ae2-41c5-8fea-c3bb9ddbdb69 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
9658 | 2024.09.24 04:37:54.939731 [ 3 ] {} <Debug> HTTP-Session: 4b3de1bb-8ae2-41c5-8fea-c3bb9ddbdb69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9659 | 2024.09.24 04:37:54.939744 [ 3 ] {} <Debug> HTTP-Session: 4b3de1bb-8ae2-41c5-8fea-c3bb9ddbdb69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9660 | 2024.09.24 04:37:54.939775 [ 3 ] {} <Trace> HTTP-Session: 4b3de1bb-8ae2-41c5-8fea-c3bb9ddbdb69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9661 | 2024.09.24 04:37:54.939991 [ 3 ] {245f2e95-c32e-420b-a525-6eceef5481f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9662 | 2024.09.24 04:37:54.940038 [ 3 ] {245f2e95-c32e-420b-a525-6eceef5481f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9663 | 2024.09.24 04:37:54.940182 [ 3 ] {245f2e95-c32e-420b-a525-6eceef5481f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9664 | 2024.09.24 04:37:54.940603 [ 3 ] {245f2e95-c32e-420b-a525-6eceef5481f2} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9665 | 2024.09.24 04:37:54.940638 [ 3 ] {245f2e95-c32e-420b-a525-6eceef5481f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
9666 | 2024.09.24 04:37:54.941020 [ 3 ] {245f2e95-c32e-420b-a525-6eceef5481f2} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
9667 | 2024.09.24 04:37:54.941366 [ 3 ] {245f2e95-c32e-420b-a525-6eceef5481f2} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9668 | 2024.09.24 04:37:54.941524 [ 3 ] {245f2e95-c32e-420b-a525-6eceef5481f2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001658 sec., 142943.30518697225 rows/sec., 9.58 MiB/sec. | ||
9669 | 2024.09.24 04:37:54.941678 [ 3 ] {245f2e95-c32e-420b-a525-6eceef5481f2} <Debug> DynamicQueryHandler: Done processing query | ||
9670 | 2024.09.24 04:37:54.941702 [ 3 ] {245f2e95-c32e-420b-a525-6eceef5481f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
9671 | 2024.09.24 04:37:54.941717 [ 3 ] {} <Debug> HTTP-Session: 4b3de1bb-8ae2-41c5-8fea-c3bb9ddbdb69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9672 | 2024.09.24 04:37:54.941873 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9673 | 2024.09.24 04:37:54.941920 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9674 | 2024.09.24 04:37:54.941938 [ 3 ] {} <Debug> HTTP-Session: e55315e7-1568-4671-b8ad-cd8664e96c29 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
9675 | 2024.09.24 04:37:54.941955 [ 3 ] {} <Debug> HTTP-Session: e55315e7-1568-4671-b8ad-cd8664e96c29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9676 | 2024.09.24 04:37:54.941969 [ 3 ] {} <Debug> HTTP-Session: e55315e7-1568-4671-b8ad-cd8664e96c29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9677 | 2024.09.24 04:37:54.941999 [ 3 ] {} <Trace> HTTP-Session: e55315e7-1568-4671-b8ad-cd8664e96c29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9678 | 2024.09.24 04:37:54.942094 [ 3 ] {fa64fa97-b899-4bd3-bcf0-e02128b65726} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
9679 | 2024.09.24 04:37:54.942139 [ 3 ] {fa64fa97-b899-4bd3-bcf0-e02128b65726} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
9680 | 2024.09.24 04:37:54.942265 [ 3 ] {fa64fa97-b899-4bd3-bcf0-e02128b65726} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9681 | 2024.09.24 04:37:54.942510 [ 3 ] {fa64fa97-b899-4bd3-bcf0-e02128b65726} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9682 | 2024.09.24 04:37:54.942545 [ 3 ] {fa64fa97-b899-4bd3-bcf0-e02128b65726} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
9683 | 2024.09.24 04:37:54.942896 [ 3 ] {fa64fa97-b899-4bd3-bcf0-e02128b65726} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
9684 | 2024.09.24 04:37:54.943223 [ 3 ] {fa64fa97-b899-4bd3-bcf0-e02128b65726} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9685 | 2024.09.24 04:37:54.943378 [ 3 ] {fa64fa97-b899-4bd3-bcf0-e02128b65726} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001305 sec., 766.2835249042146 rows/sec., 51.63 KiB/sec. | ||
9686 | 2024.09.24 04:37:54.943540 [ 3 ] {fa64fa97-b899-4bd3-bcf0-e02128b65726} <Debug> DynamicQueryHandler: Done processing query | ||
9687 | 2024.09.24 04:37:54.943564 [ 3 ] {fa64fa97-b899-4bd3-bcf0-e02128b65726} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
9688 | 2024.09.24 04:37:54.943579 [ 3 ] {} <Debug> HTTP-Session: e55315e7-1568-4671-b8ad-cd8664e96c29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9689 | 2024.09.24 04:37:54.943708 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 36125, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9690 | 2024.09.24 04:37:54.943757 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9691 | 2024.09.24 04:37:54.943775 [ 3 ] {} <Debug> HTTP-Session: 212e764d-ba2f-411e-815e-2e63dde537c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
9692 | 2024.09.24 04:37:54.943792 [ 3 ] {} <Debug> HTTP-Session: 212e764d-ba2f-411e-815e-2e63dde537c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9693 | 2024.09.24 04:37:54.943805 [ 3 ] {} <Debug> HTTP-Session: 212e764d-ba2f-411e-815e-2e63dde537c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9694 | 2024.09.24 04:37:54.943836 [ 3 ] {} <Trace> HTTP-Session: 212e764d-ba2f-411e-815e-2e63dde537c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9695 | 2024.09.24 04:37:54.944147 [ 3 ] {66b6af3d-610a-470c-bff0-eb78d3a8ac0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
9696 | 2024.09.24 04:37:54.944211 [ 3 ] {66b6af3d-610a-470c-bff0-eb78d3a8ac0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
9697 | 2024.09.24 04:37:54.944626 [ 3 ] {66b6af3d-610a-470c-bff0-eb78d3a8ac0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9698 | 2024.09.24 04:37:54.945184 [ 3 ] {66b6af3d-610a-470c-bff0-eb78d3a8ac0f} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9699 | 2024.09.24 04:37:54.945219 [ 3 ] {66b6af3d-610a-470c-bff0-eb78d3a8ac0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
9700 | 2024.09.24 04:37:54.945848 [ 3 ] {66b6af3d-610a-470c-bff0-eb78d3a8ac0f} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9701 | 2024.09.24 04:37:54.946262 [ 3 ] {66b6af3d-610a-470c-bff0-eb78d3a8ac0f} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9702 | 2024.09.24 04:37:54.946445 [ 3 ] {66b6af3d-610a-470c-bff0-eb78d3a8ac0f} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002527 sec., 8705.975464978235 rows/sec., 15.60 MiB/sec. | ||
9703 | 2024.09.24 04:37:54.946650 [ 3 ] {66b6af3d-610a-470c-bff0-eb78d3a8ac0f} <Debug> DynamicQueryHandler: Done processing query | ||
9704 | 2024.09.24 04:37:54.946674 [ 3 ] {66b6af3d-610a-470c-bff0-eb78d3a8ac0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
9705 | 2024.09.24 04:37:54.946690 [ 3 ] {} <Debug> HTTP-Session: 212e764d-ba2f-411e-815e-2e63dde537c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9706 | 2024.09.24 04:37:54.946822 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 12152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9707 | 2024.09.24 04:37:54.946870 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9708 | 2024.09.24 04:37:54.946889 [ 3 ] {} <Debug> HTTP-Session: 4fadf0ba-272b-4916-bc4f-1ce8a332bcc4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
9709 | 2024.09.24 04:37:54.946905 [ 3 ] {} <Debug> HTTP-Session: 4fadf0ba-272b-4916-bc4f-1ce8a332bcc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9710 | 2024.09.24 04:37:54.946918 [ 3 ] {} <Debug> HTTP-Session: 4fadf0ba-272b-4916-bc4f-1ce8a332bcc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9711 | 2024.09.24 04:37:54.946948 [ 3 ] {} <Trace> HTTP-Session: 4fadf0ba-272b-4916-bc4f-1ce8a332bcc4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9712 | 2024.09.24 04:37:54.947064 [ 3 ] {9bfdba8e-a1b4-4bb4-88f2-f97153fe23c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9713 | 2024.09.24 04:37:54.947108 [ 3 ] {9bfdba8e-a1b4-4bb4-88f2-f97153fe23c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9714 | 2024.09.24 04:37:54.947234 [ 3 ] {9bfdba8e-a1b4-4bb4-88f2-f97153fe23c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9715 | 2024.09.24 04:37:54.947545 [ 3 ] {9bfdba8e-a1b4-4bb4-88f2-f97153fe23c0} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9716 | 2024.09.24 04:37:54.947581 [ 3 ] {9bfdba8e-a1b4-4bb4-88f2-f97153fe23c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
9717 | 2024.09.24 04:37:54.947936 [ 3 ] {9bfdba8e-a1b4-4bb4-88f2-f97153fe23c0} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
9718 | 2024.09.24 04:37:54.948269 [ 3 ] {9bfdba8e-a1b4-4bb4-88f2-f97153fe23c0} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9719 | 2024.09.24 04:37:54.948420 [ 110 ] {} <Debug> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
9720 | 2024.09.24 04:37:54.948429 [ 3 ] {9bfdba8e-a1b4-4bb4-88f2-f97153fe23c0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001392 sec., 58908.04597701149 rows/sec., 3.74 MiB/sec. | ||
9721 | 2024.09.24 04:37:54.948470 [ 110 ] {} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9722 | 2024.09.24 04:37:54.948530 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. | ||
9723 | 2024.09.24 04:37:54.948770 [ 3 ] {9bfdba8e-a1b4-4bb4-88f2-f97153fe23c0} <Debug> DynamicQueryHandler: Done processing query | ||
9724 | 2024.09.24 04:37:54.948785 [ 189 ] {f478628c-c6e4-42cc-be87-88262b5420f7::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 | ||
9725 | 2024.09.24 04:37:54.948818 [ 3 ] {9bfdba8e-a1b4-4bb4-88f2-f97153fe23c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9726 | 2024.09.24 04:37:54.948926 [ 3 ] {} <Debug> HTTP-Session: 4fadf0ba-272b-4916-bc4f-1ce8a332bcc4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9727 | 2024.09.24 04:37:54.949199 [ 189 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9728 | 2024.09.24 04:37:54.949252 [ 189 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2460 rows starting from the beginning of the part | ||
9729 | 2024.09.24 04:37:54.949368 [ 189 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 82 rows starting from the beginning of the part | ||
9730 | 2024.09.24 04:37:54.949567 [ 189 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part | ||
9731 | 2024.09.24 04:37:54.949766 [ 189 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 82 rows starting from the beginning of the part | ||
9732 | 2024.09.24 04:37:54.949956 [ 189 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part | ||
9733 | 2024.09.24 04:37:54.950125 [ 189 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 82 rows starting from the beginning of the part | ||
9734 | 2024.09.24 04:37:54.951626 [ 193 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2826 rows, containing 4 columns (4 merged, 0 gathered) in 0.002981024 sec., 947996.3931856973 rows/sec., 61.67 MiB/sec. | ||
9735 | 2024.09.24 04:37:54.951913 [ 193 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
9736 | 2024.09.24 04:37:54.952367 [ 193 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_41_8} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9737 | 2024.09.24 04:37:54.952466 [ 193 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_41_8} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
9738 | 2024.09.24 04:37:54.952560 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
9739 | 2024.09.24 04:37:59.915628 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 13137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9740 | 2024.09.24 04:37:59.915766 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9741 | 2024.09.24 04:37:59.915796 [ 3 ] {} <Debug> HTTP-Session: a6e8f88a-4f8e-488f-a965-ab36a2a04a7b Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
9742 | 2024.09.24 04:37:59.915826 [ 3 ] {} <Debug> HTTP-Session: a6e8f88a-4f8e-488f-a965-ab36a2a04a7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9743 | 2024.09.24 04:37:59.915846 [ 3 ] {} <Debug> HTTP-Session: a6e8f88a-4f8e-488f-a965-ab36a2a04a7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9744 | 2024.09.24 04:37:59.915901 [ 3 ] {} <Trace> HTTP-Session: a6e8f88a-4f8e-488f-a965-ab36a2a04a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9745 | 2024.09.24 04:37:59.916119 [ 3 ] {9f33b7fe-3a22-421f-af31-bc79b9087a9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9746 | 2024.09.24 04:37:59.916188 [ 3 ] {9f33b7fe-3a22-421f-af31-bc79b9087a9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9747 | 2024.09.24 04:37:59.916533 [ 3 ] {9f33b7fe-3a22-421f-af31-bc79b9087a9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9748 | 2024.09.24 04:37:59.917032 [ 3 ] {9f33b7fe-3a22-421f-af31-bc79b9087a9c} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9749 | 2024.09.24 04:37:59.917083 [ 3 ] {9f33b7fe-3a22-421f-af31-bc79b9087a9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
9750 | 2024.09.24 04:37:59.917522 [ 3 ] {9f33b7fe-3a22-421f-af31-bc79b9087a9c} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9751 | 2024.09.24 04:37:59.917911 [ 3 ] {9f33b7fe-3a22-421f-af31-bc79b9087a9c} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9752 | 2024.09.24 04:37:59.918065 [ 3 ] {9f33b7fe-3a22-421f-af31-bc79b9087a9c} <Debug> executeQuery: Read 90 rows, 7.65 KiB in 0.002025 sec., 44444.444444444445 rows/sec., 3.69 MiB/sec. | ||
9753 | 2024.09.24 04:37:59.918389 [ 3 ] {9f33b7fe-3a22-421f-af31-bc79b9087a9c} <Debug> DynamicQueryHandler: Done processing query | ||
9754 | 2024.09.24 04:37:59.918452 [ 3 ] {9f33b7fe-3a22-421f-af31-bc79b9087a9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
9755 | 2024.09.24 04:37:59.918493 [ 3 ] {} <Debug> HTTP-Session: a6e8f88a-4f8e-488f-a965-ab36a2a04a7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9756 | 2024.09.24 04:37:59.918654 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 2487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9757 | 2024.09.24 04:37:59.918712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9758 | 2024.09.24 04:37:59.918732 [ 3 ] {} <Debug> HTTP-Session: b1176a5f-20e5-401e-ba4c-5d287e144f30 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
9759 | 2024.09.24 04:37:59.918750 [ 3 ] {} <Debug> HTTP-Session: b1176a5f-20e5-401e-ba4c-5d287e144f30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9760 | 2024.09.24 04:37:59.918765 [ 3 ] {} <Debug> HTTP-Session: b1176a5f-20e5-401e-ba4c-5d287e144f30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9761 | 2024.09.24 04:37:59.918803 [ 3 ] {} <Trace> HTTP-Session: b1176a5f-20e5-401e-ba4c-5d287e144f30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9762 | 2024.09.24 04:37:59.918936 [ 3 ] {670f6333-9ed1-46d7-8c1a-8d1830a180b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9763 | 2024.09.24 04:37:59.918992 [ 3 ] {670f6333-9ed1-46d7-8c1a-8d1830a180b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9764 | 2024.09.24 04:37:59.919262 [ 3 ] {670f6333-9ed1-46d7-8c1a-8d1830a180b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9765 | 2024.09.24 04:37:59.919637 [ 3 ] {670f6333-9ed1-46d7-8c1a-8d1830a180b6} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9766 | 2024.09.24 04:37:59.919675 [ 3 ] {670f6333-9ed1-46d7-8c1a-8d1830a180b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
9767 | 2024.09.24 04:37:59.920042 [ 3 ] {670f6333-9ed1-46d7-8c1a-8d1830a180b6} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9768 | 2024.09.24 04:37:59.920410 [ 3 ] {670f6333-9ed1-46d7-8c1a-8d1830a180b6} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9769 | 2024.09.24 04:37:59.920547 [ 3 ] {670f6333-9ed1-46d7-8c1a-8d1830a180b6} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001646 sec., 10328.068043742407 rows/sec., 776.62 KiB/sec. | ||
9770 | 2024.09.24 04:37:59.920838 [ 3 ] {670f6333-9ed1-46d7-8c1a-8d1830a180b6} <Debug> DynamicQueryHandler: Done processing query | ||
9771 | 2024.09.24 04:37:59.920899 [ 3 ] {670f6333-9ed1-46d7-8c1a-8d1830a180b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9772 | 2024.09.24 04:37:59.920940 [ 3 ] {} <Debug> HTTP-Session: b1176a5f-20e5-401e-ba4c-5d287e144f30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9773 | 2024.09.24 04:37:59.921124 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 13756, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9774 | 2024.09.24 04:37:59.921180 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9775 | 2024.09.24 04:37:59.921201 [ 3 ] {} <Debug> HTTP-Session: 699ede85-98be-41ac-ae69-03d7747c0271 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
9776 | 2024.09.24 04:37:59.921219 [ 3 ] {} <Debug> HTTP-Session: 699ede85-98be-41ac-ae69-03d7747c0271 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9777 | 2024.09.24 04:37:59.921233 [ 3 ] {} <Debug> HTTP-Session: 699ede85-98be-41ac-ae69-03d7747c0271 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9778 | 2024.09.24 04:37:59.921267 [ 3 ] {} <Trace> HTTP-Session: 699ede85-98be-41ac-ae69-03d7747c0271 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9779 | 2024.09.24 04:37:59.921402 [ 3 ] {8cabbccf-3f69-4c80-a3ac-e27d9f7e74b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9780 | 2024.09.24 04:37:59.921450 [ 3 ] {8cabbccf-3f69-4c80-a3ac-e27d9f7e74b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9781 | 2024.09.24 04:37:59.921706 [ 3 ] {8cabbccf-3f69-4c80-a3ac-e27d9f7e74b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9782 | 2024.09.24 04:37:59.922074 [ 3 ] {8cabbccf-3f69-4c80-a3ac-e27d9f7e74b0} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9783 | 2024.09.24 04:37:59.922111 [ 3 ] {8cabbccf-3f69-4c80-a3ac-e27d9f7e74b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
9784 | 2024.09.24 04:37:59.922474 [ 3 ] {8cabbccf-3f69-4c80-a3ac-e27d9f7e74b0} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9785 | 2024.09.24 04:37:59.922833 [ 3 ] {8cabbccf-3f69-4c80-a3ac-e27d9f7e74b0} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9786 | 2024.09.24 04:37:59.922963 [ 3 ] {8cabbccf-3f69-4c80-a3ac-e27d9f7e74b0} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.001612 sec., 50248.13895781638 rows/sec., 3.92 MiB/sec. | ||
9787 | 2024.09.24 04:37:59.923132 [ 3 ] {8cabbccf-3f69-4c80-a3ac-e27d9f7e74b0} <Debug> DynamicQueryHandler: Done processing query | ||
9788 | 2024.09.24 04:37:59.923155 [ 3 ] {8cabbccf-3f69-4c80-a3ac-e27d9f7e74b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
9789 | 2024.09.24 04:37:59.923171 [ 3 ] {} <Debug> HTTP-Session: 699ede85-98be-41ac-ae69-03d7747c0271 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9790 | 2024.09.24 04:37:59.923333 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9791 | 2024.09.24 04:37:59.923386 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9792 | 2024.09.24 04:37:59.923406 [ 3 ] {} <Debug> HTTP-Session: 75a58ec7-534b-499d-bd79-aed300daca4a Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
9793 | 2024.09.24 04:37:59.923423 [ 3 ] {} <Debug> HTTP-Session: 75a58ec7-534b-499d-bd79-aed300daca4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9794 | 2024.09.24 04:37:59.923438 [ 3 ] {} <Debug> HTTP-Session: 75a58ec7-534b-499d-bd79-aed300daca4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9795 | 2024.09.24 04:37:59.923470 [ 3 ] {} <Trace> HTTP-Session: 75a58ec7-534b-499d-bd79-aed300daca4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9796 | 2024.09.24 04:37:59.923623 [ 3 ] {50238568-8596-40f2-92e2-12c22489e1ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9797 | 2024.09.24 04:37:59.923673 [ 3 ] {50238568-8596-40f2-92e2-12c22489e1ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9798 | 2024.09.24 04:37:59.923821 [ 3 ] {50238568-8596-40f2-92e2-12c22489e1ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9799 | 2024.09.24 04:37:59.924232 [ 3 ] {50238568-8596-40f2-92e2-12c22489e1ea} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9800 | 2024.09.24 04:37:59.924269 [ 3 ] {50238568-8596-40f2-92e2-12c22489e1ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
9801 | 2024.09.24 04:37:59.924660 [ 3 ] {50238568-8596-40f2-92e2-12c22489e1ea} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
9802 | 2024.09.24 04:37:59.925013 [ 3 ] {50238568-8596-40f2-92e2-12c22489e1ea} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9803 | 2024.09.24 04:37:59.925144 [ 3 ] {50238568-8596-40f2-92e2-12c22489e1ea} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001593 sec., 100439.42247332078 rows/sec., 7.00 MiB/sec. | ||
9804 | 2024.09.24 04:37:59.925313 [ 3 ] {50238568-8596-40f2-92e2-12c22489e1ea} <Debug> DynamicQueryHandler: Done processing query | ||
9805 | 2024.09.24 04:37:59.925337 [ 3 ] {50238568-8596-40f2-92e2-12c22489e1ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9806 | 2024.09.24 04:37:59.925354 [ 3 ] {} <Debug> HTTP-Session: 75a58ec7-534b-499d-bd79-aed300daca4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9807 | 2024.09.24 04:37:59.925563 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 29036, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9808 | 2024.09.24 04:37:59.925615 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9809 | 2024.09.24 04:37:59.925634 [ 3 ] {} <Debug> HTTP-Session: 411a5de9-12e0-4878-a0b6-6324e0bc5bde Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
9810 | 2024.09.24 04:37:59.925651 [ 3 ] {} <Debug> HTTP-Session: 411a5de9-12e0-4878-a0b6-6324e0bc5bde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9811 | 2024.09.24 04:37:59.925665 [ 3 ] {} <Debug> HTTP-Session: 411a5de9-12e0-4878-a0b6-6324e0bc5bde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9812 | 2024.09.24 04:37:59.925697 [ 3 ] {} <Trace> HTTP-Session: 411a5de9-12e0-4878-a0b6-6324e0bc5bde Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9813 | 2024.09.24 04:37:59.925932 [ 3 ] {b6904a9c-c819-4a2a-b862-34378919a2c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
9814 | 2024.09.24 04:37:59.925998 [ 3 ] {b6904a9c-c819-4a2a-b862-34378919a2c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
9815 | 2024.09.24 04:37:59.926427 [ 3 ] {b6904a9c-c819-4a2a-b862-34378919a2c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9816 | 2024.09.24 04:37:59.926976 [ 3 ] {b6904a9c-c819-4a2a-b862-34378919a2c7} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9817 | 2024.09.24 04:37:59.927014 [ 3 ] {b6904a9c-c819-4a2a-b862-34378919a2c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
9818 | 2024.09.24 04:37:59.927621 [ 3 ] {b6904a9c-c819-4a2a-b862-34378919a2c7} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9819 | 2024.09.24 04:37:59.928033 [ 3 ] {b6904a9c-c819-4a2a-b862-34378919a2c7} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9820 | 2024.09.24 04:37:59.928209 [ 3 ] {b6904a9c-c819-4a2a-b862-34378919a2c7} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002431 sec., 6993.006993006993 rows/sec., 12.53 MiB/sec. | ||
9821 | 2024.09.24 04:37:59.928420 [ 3 ] {b6904a9c-c819-4a2a-b862-34378919a2c7} <Debug> DynamicQueryHandler: Done processing query | ||
9822 | 2024.09.24 04:37:59.928445 [ 3 ] {b6904a9c-c819-4a2a-b862-34378919a2c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
9823 | 2024.09.24 04:37:59.928461 [ 3 ] {} <Debug> HTTP-Session: 411a5de9-12e0-4878-a0b6-6324e0bc5bde Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9824 | 2024.09.24 04:37:59.928588 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9825 | 2024.09.24 04:37:59.928640 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9826 | 2024.09.24 04:37:59.928660 [ 3 ] {} <Debug> HTTP-Session: 025bf30d-e731-4079-a9a6-944f88a37a6e Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
9827 | 2024.09.24 04:37:59.928677 [ 3 ] {} <Debug> HTTP-Session: 025bf30d-e731-4079-a9a6-944f88a37a6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9828 | 2024.09.24 04:37:59.928692 [ 3 ] {} <Debug> HTTP-Session: 025bf30d-e731-4079-a9a6-944f88a37a6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9829 | 2024.09.24 04:37:59.928724 [ 3 ] {} <Trace> HTTP-Session: 025bf30d-e731-4079-a9a6-944f88a37a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9830 | 2024.09.24 04:37:59.928855 [ 3 ] {46f98b7f-ee9a-46ca-944f-758c1e199464} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9831 | 2024.09.24 04:37:59.928902 [ 3 ] {46f98b7f-ee9a-46ca-944f-758c1e199464} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9832 | 2024.09.24 04:37:59.929033 [ 3 ] {46f98b7f-ee9a-46ca-944f-758c1e199464} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9833 | 2024.09.24 04:37:59.929345 [ 3 ] {46f98b7f-ee9a-46ca-944f-758c1e199464} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9834 | 2024.09.24 04:37:59.929383 [ 3 ] {46f98b7f-ee9a-46ca-944f-758c1e199464} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
9835 | 2024.09.24 04:37:59.929753 [ 3 ] {46f98b7f-ee9a-46ca-944f-758c1e199464} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
9836 | 2024.09.24 04:37:59.930083 [ 3 ] {46f98b7f-ee9a-46ca-944f-758c1e199464} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9837 | 2024.09.24 04:37:59.930234 [ 3 ] {46f98b7f-ee9a-46ca-944f-758c1e199464} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001426 sec., 42075.7363253857 rows/sec., 2.84 MiB/sec. | ||
9838 | 2024.09.24 04:37:59.930497 [ 3 ] {46f98b7f-ee9a-46ca-944f-758c1e199464} <Debug> DynamicQueryHandler: Done processing query | ||
9839 | 2024.09.24 04:37:59.930534 [ 3 ] {46f98b7f-ee9a-46ca-944f-758c1e199464} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9840 | 2024.09.24 04:37:59.930567 [ 3 ] {} <Debug> HTTP-Session: 025bf30d-e731-4079-a9a6-944f88a37a6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9841 | 2024.09.24 04:38:02.655663 [ 52 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9842 | 2024.09.24 04:38:02.655732 [ 52 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9843 | 2024.09.24 04:38:04.921477 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 35148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9844 | 2024.09.24 04:38:04.921603 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9845 | 2024.09.24 04:38:04.921632 [ 3 ] {} <Debug> HTTP-Session: 7987ee70-1613-4988-b2fc-f07c34696b70 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
9846 | 2024.09.24 04:38:04.921660 [ 3 ] {} <Debug> HTTP-Session: 7987ee70-1613-4988-b2fc-f07c34696b70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9847 | 2024.09.24 04:38:04.921678 [ 3 ] {} <Debug> HTTP-Session: 7987ee70-1613-4988-b2fc-f07c34696b70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9848 | 2024.09.24 04:38:04.921733 [ 3 ] {} <Trace> HTTP-Session: 7987ee70-1613-4988-b2fc-f07c34696b70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9849 | 2024.09.24 04:38:04.922012 [ 3 ] {f9c07d00-af82-4a17-a13e-264ab35bc0e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9850 | 2024.09.24 04:38:04.922086 [ 3 ] {f9c07d00-af82-4a17-a13e-264ab35bc0e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9851 | 2024.09.24 04:38:04.922422 [ 3 ] {f9c07d00-af82-4a17-a13e-264ab35bc0e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9852 | 2024.09.24 04:38:04.922997 [ 3 ] {f9c07d00-af82-4a17-a13e-264ab35bc0e2} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9853 | 2024.09.24 04:38:04.923046 [ 3 ] {f9c07d00-af82-4a17-a13e-264ab35bc0e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
9854 | 2024.09.24 04:38:04.923497 [ 3 ] {f9c07d00-af82-4a17-a13e-264ab35bc0e2} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9855 | 2024.09.24 04:38:04.923876 [ 3 ] {f9c07d00-af82-4a17-a13e-264ab35bc0e2} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9856 | 2024.09.24 04:38:04.924061 [ 3 ] {f9c07d00-af82-4a17-a13e-264ab35bc0e2} <Debug> executeQuery: Read 233 rows, 20.98 KiB in 0.002162 sec., 107770.58279370953 rows/sec., 9.48 MiB/sec. | ||
9857 | 2024.09.24 04:38:04.924075 [ 149 ] {} <Debug> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9858 | 2024.09.24 04:38:04.924194 [ 149 ] {} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9859 | 2024.09.24 04:38:04.924251 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
9860 | 2024.09.24 04:38:04.924388 [ 3 ] {f9c07d00-af82-4a17-a13e-264ab35bc0e2} <Debug> DynamicQueryHandler: Done processing query | ||
9861 | 2024.09.24 04:38:04.924441 [ 3 ] {f9c07d00-af82-4a17-a13e-264ab35bc0e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
9862 | 2024.09.24 04:38:04.924448 [ 191 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::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 | ||
9863 | 2024.09.24 04:38:04.924468 [ 3 ] {} <Debug> HTTP-Session: 7987ee70-1613-4988-b2fc-f07c34696b70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9864 | 2024.09.24 04:38:04.924710 [ 191 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9865 | 2024.09.24 04:38:04.924711 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9866 | 2024.09.24 04:38:04.924787 [ 191 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1418 rows starting from the beginning of the part | ||
9867 | 2024.09.24 04:38:04.924833 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9868 | 2024.09.24 04:38:04.924871 [ 3 ] {} <Debug> HTTP-Session: af1c1d71-0aef-46b5-9f06-187ea5bf9b4a Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
9869 | 2024.09.24 04:38:04.924950 [ 3 ] {} <Debug> HTTP-Session: af1c1d71-0aef-46b5-9f06-187ea5bf9b4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9870 | 2024.09.24 04:38:04.925004 [ 3 ] {} <Debug> HTTP-Session: af1c1d71-0aef-46b5-9f06-187ea5bf9b4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9871 | 2024.09.24 04:38:04.925057 [ 191 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 234 rows starting from the beginning of the part | ||
9872 | 2024.09.24 04:38:04.925135 [ 3 ] {} <Trace> HTTP-Session: af1c1d71-0aef-46b5-9f06-187ea5bf9b4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9873 | 2024.09.24 04:38:04.925429 [ 191 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 90 rows starting from the beginning of the part | ||
9874 | 2024.09.24 04:38:04.925528 [ 3 ] {513f8b70-878c-4bcc-81be-c099710e8f77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9875 | 2024.09.24 04:38:04.925708 [ 3 ] {513f8b70-878c-4bcc-81be-c099710e8f77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9876 | 2024.09.24 04:38:04.925703 [ 191 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 233 rows starting from the beginning of the part | ||
9877 | 2024.09.24 04:38:04.926052 [ 191 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 90 rows starting from the beginning of the part | ||
9878 | 2024.09.24 04:38:04.926393 [ 191 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 233 rows starting from the beginning of the part | ||
9879 | 2024.09.24 04:38:04.927178 [ 3 ] {513f8b70-878c-4bcc-81be-c099710e8f77} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9880 | 2024.09.24 04:38:04.927928 [ 3 ] {513f8b70-878c-4bcc-81be-c099710e8f77} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9881 | 2024.09.24 04:38:04.927990 [ 3 ] {513f8b70-878c-4bcc-81be-c099710e8f77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
9882 | 2024.09.24 04:38:04.929161 [ 3 ] {513f8b70-878c-4bcc-81be-c099710e8f77} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9883 | 2024.09.24 04:38:04.929822 [ 3 ] {513f8b70-878c-4bcc-81be-c099710e8f77} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9884 | 2024.09.24 04:38:04.930213 [ 193 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2298 rows, containing 5 columns (5 merged, 0 gathered) in 0.005860354 sec., 392126.4824616397 rows/sec., 34.75 MiB/sec. | ||
9885 | 2024.09.24 04:38:04.930237 [ 3 ] {513f8b70-878c-4bcc-81be-c099710e8f77} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.004838 sec., 4547.33360892931 rows/sec., 341.94 KiB/sec. | ||
9886 | 2024.09.24 04:38:04.930690 [ 193 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9887 | 2024.09.24 04:38:04.930867 [ 3 ] {513f8b70-878c-4bcc-81be-c099710e8f77} <Debug> DynamicQueryHandler: Done processing query | ||
9888 | 2024.09.24 04:38:04.930965 [ 3 ] {513f8b70-878c-4bcc-81be-c099710e8f77} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9889 | 2024.09.24 04:38:04.931032 [ 3 ] {} <Debug> HTTP-Session: af1c1d71-0aef-46b5-9f06-187ea5bf9b4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9890 | 2024.09.24 04:38:04.931277 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9891 | 2024.09.24 04:38:04.931470 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9892 | 2024.09.24 04:38:04.931531 [ 3 ] {} <Debug> HTTP-Session: 97a8b04d-3c1c-4e72-b262-f989d4820eb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
9893 | 2024.09.24 04:38:04.931582 [ 3 ] {} <Debug> HTTP-Session: 97a8b04d-3c1c-4e72-b262-f989d4820eb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9894 | 2024.09.24 04:38:04.931616 [ 3 ] {} <Debug> HTTP-Session: 97a8b04d-3c1c-4e72-b262-f989d4820eb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9895 | 2024.09.24 04:38:04.931671 [ 3 ] {} <Trace> HTTP-Session: 97a8b04d-3c1c-4e72-b262-f989d4820eb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9896 | 2024.09.24 04:38:04.931847 [ 3 ] {87ce5064-a93d-4bfb-9d00-ca44cefbf99d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
9897 | 2024.09.24 04:38:04.931906 [ 193 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_51_10} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9898 | 2024.09.24 04:38:04.931927 [ 3 ] {87ce5064-a93d-4bfb-9d00-ca44cefbf99d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9899 | 2024.09.24 04:38:04.932154 [ 193 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_51_10} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9900 | 2024.09.24 04:38:04.932363 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
9901 | 2024.09.24 04:38:04.932502 [ 3 ] {87ce5064-a93d-4bfb-9d00-ca44cefbf99d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9902 | 2024.09.24 04:38:04.932830 [ 3 ] {87ce5064-a93d-4bfb-9d00-ca44cefbf99d} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9903 | 2024.09.24 04:38:04.932868 [ 3 ] {87ce5064-a93d-4bfb-9d00-ca44cefbf99d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
9904 | 2024.09.24 04:38:04.933240 [ 3 ] {87ce5064-a93d-4bfb-9d00-ca44cefbf99d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
9905 | 2024.09.24 04:38:04.933611 [ 3 ] {87ce5064-a93d-4bfb-9d00-ca44cefbf99d} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9906 | 2024.09.24 04:38:04.933779 [ 3 ] {87ce5064-a93d-4bfb-9d00-ca44cefbf99d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00199 sec., 7035.175879396985 rows/sec., 492.70 KiB/sec. | ||
9907 | 2024.09.24 04:38:04.933943 [ 3 ] {87ce5064-a93d-4bfb-9d00-ca44cefbf99d} <Debug> DynamicQueryHandler: Done processing query | ||
9908 | 2024.09.24 04:38:04.933968 [ 3 ] {87ce5064-a93d-4bfb-9d00-ca44cefbf99d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9909 | 2024.09.24 04:38:04.933983 [ 3 ] {} <Debug> HTTP-Session: 97a8b04d-3c1c-4e72-b262-f989d4820eb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9910 | 2024.09.24 04:38:04.934109 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9911 | 2024.09.24 04:38:04.934155 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9912 | 2024.09.24 04:38:04.934174 [ 3 ] {} <Debug> HTTP-Session: 06f6371e-91ad-480e-8677-1f7ca7571109 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
9913 | 2024.09.24 04:38:04.934190 [ 3 ] {} <Debug> HTTP-Session: 06f6371e-91ad-480e-8677-1f7ca7571109 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9914 | 2024.09.24 04:38:04.934203 [ 3 ] {} <Debug> HTTP-Session: 06f6371e-91ad-480e-8677-1f7ca7571109 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9915 | 2024.09.24 04:38:04.934234 [ 3 ] {} <Trace> HTTP-Session: 06f6371e-91ad-480e-8677-1f7ca7571109 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9916 | 2024.09.24 04:38:04.934329 [ 3 ] {5160d2e6-ce11-4a31-b835-c4100572201e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
9917 | 2024.09.24 04:38:04.934371 [ 3 ] {5160d2e6-ce11-4a31-b835-c4100572201e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
9918 | 2024.09.24 04:38:04.934592 [ 3 ] {5160d2e6-ce11-4a31-b835-c4100572201e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9919 | 2024.09.24 04:38:04.934896 [ 3 ] {5160d2e6-ce11-4a31-b835-c4100572201e} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9920 | 2024.09.24 04:38:04.934931 [ 3 ] {5160d2e6-ce11-4a31-b835-c4100572201e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
9921 | 2024.09.24 04:38:04.935282 [ 3 ] {5160d2e6-ce11-4a31-b835-c4100572201e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
9922 | 2024.09.24 04:38:04.935645 [ 3 ] {5160d2e6-ce11-4a31-b835-c4100572201e} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9923 | 2024.09.24 04:38:04.935807 [ 3 ] {5160d2e6-ce11-4a31-b835-c4100572201e} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001503 sec., 3992.015968063872 rows/sec., 235.86 KiB/sec. | ||
9924 | 2024.09.24 04:38:04.935974 [ 3 ] {5160d2e6-ce11-4a31-b835-c4100572201e} <Debug> DynamicQueryHandler: Done processing query | ||
9925 | 2024.09.24 04:38:04.935998 [ 3 ] {5160d2e6-ce11-4a31-b835-c4100572201e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9926 | 2024.09.24 04:38:04.936013 [ 3 ] {} <Debug> HTTP-Session: 06f6371e-91ad-480e-8677-1f7ca7571109 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9927 | 2024.09.24 04:38:04.936264 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 65498, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9928 | 2024.09.24 04:38:04.936312 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9929 | 2024.09.24 04:38:04.936330 [ 3 ] {} <Debug> HTTP-Session: 2407e467-08ca-4fea-8537-9bdefa2b2993 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
9930 | 2024.09.24 04:38:04.936347 [ 3 ] {} <Debug> HTTP-Session: 2407e467-08ca-4fea-8537-9bdefa2b2993 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9931 | 2024.09.24 04:38:04.936361 [ 3 ] {} <Debug> HTTP-Session: 2407e467-08ca-4fea-8537-9bdefa2b2993 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9932 | 2024.09.24 04:38:04.936391 [ 3 ] {} <Trace> HTTP-Session: 2407e467-08ca-4fea-8537-9bdefa2b2993 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9933 | 2024.09.24 04:38:04.936700 [ 3 ] {739c590d-d663-4364-bb38-6bdf0b729d66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9934 | 2024.09.24 04:38:04.936743 [ 3 ] {739c590d-d663-4364-bb38-6bdf0b729d66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9935 | 2024.09.24 04:38:04.936965 [ 3 ] {739c590d-d663-4364-bb38-6bdf0b729d66} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9936 | 2024.09.24 04:38:04.937528 [ 3 ] {739c590d-d663-4364-bb38-6bdf0b729d66} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9937 | 2024.09.24 04:38:04.937563 [ 3 ] {739c590d-d663-4364-bb38-6bdf0b729d66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
9938 | 2024.09.24 04:38:04.937933 [ 3 ] {739c590d-d663-4364-bb38-6bdf0b729d66} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9939 | 2024.09.24 04:38:04.938288 [ 3 ] {739c590d-d663-4364-bb38-6bdf0b729d66} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9940 | 2024.09.24 04:38:04.938443 [ 149 ] {} <Debug> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9941 | 2024.09.24 04:38:04.938453 [ 3 ] {739c590d-d663-4364-bb38-6bdf0b729d66} <Debug> executeQuery: Read 404 rows, 29.44 KiB in 0.001947 sec., 207498.71597329224 rows/sec., 14.77 MiB/sec. | ||
9942 | 2024.09.24 04:38:04.938494 [ 149 ] {} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9943 | 2024.09.24 04:38:04.938574 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
9944 | 2024.09.24 04:38:04.938828 [ 3 ] {739c590d-d663-4364-bb38-6bdf0b729d66} <Debug> DynamicQueryHandler: Done processing query | ||
9945 | 2024.09.24 04:38:04.938869 [ 191 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::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 | ||
9946 | 2024.09.24 04:38:04.938883 [ 3 ] {739c590d-d663-4364-bb38-6bdf0b729d66} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
9947 | 2024.09.24 04:38:04.938993 [ 3 ] {} <Debug> HTTP-Session: 2407e467-08ca-4fea-8537-9bdefa2b2993 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9948 | 2024.09.24 04:38:04.939285 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9949 | 2024.09.24 04:38:04.939459 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9950 | 2024.09.24 04:38:04.939541 [ 3 ] {} <Debug> HTTP-Session: f7fa164a-6ac3-4ddf-beb7-524c1fd2cae6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
9951 | 2024.09.24 04:38:04.939618 [ 3 ] {} <Debug> HTTP-Session: f7fa164a-6ac3-4ddf-beb7-524c1fd2cae6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9952 | 2024.09.24 04:38:04.939676 [ 3 ] {} <Debug> HTTP-Session: f7fa164a-6ac3-4ddf-beb7-524c1fd2cae6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9953 | 2024.09.24 04:38:04.939727 [ 191 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9954 | 2024.09.24 04:38:04.939819 [ 3 ] {} <Trace> HTTP-Session: f7fa164a-6ac3-4ddf-beb7-524c1fd2cae6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9955 | 2024.09.24 04:38:04.939896 [ 191 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 913 rows starting from the beginning of the part | ||
9956 | 2024.09.24 04:38:04.940169 [ 3 ] {ed4e63bf-0607-4240-9925-516b6bec9554} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9957 | 2024.09.24 04:38:04.940225 [ 191 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 406 rows starting from the beginning of the part | ||
9958 | 2024.09.24 04:38:04.940334 [ 3 ] {ed4e63bf-0607-4240-9925-516b6bec9554} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9959 | 2024.09.24 04:38:04.940524 [ 191 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 81 rows starting from the beginning of the part | ||
9960 | 2024.09.24 04:38:04.940920 [ 191 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 404 rows starting from the beginning of the part | ||
9961 | 2024.09.24 04:38:04.941322 [ 191 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 81 rows starting from the beginning of the part | ||
9962 | 2024.09.24 04:38:04.941642 [ 3 ] {ed4e63bf-0607-4240-9925-516b6bec9554} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9963 | 2024.09.24 04:38:04.941671 [ 191 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 404 rows starting from the beginning of the part | ||
9964 | 2024.09.24 04:38:04.942582 [ 3 ] {ed4e63bf-0607-4240-9925-516b6bec9554} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9965 | 2024.09.24 04:38:04.942655 [ 3 ] {ed4e63bf-0607-4240-9925-516b6bec9554} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
9966 | 2024.09.24 04:38:04.943612 [ 3 ] {ed4e63bf-0607-4240-9925-516b6bec9554} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
9967 | 2024.09.24 04:38:04.944408 [ 3 ] {ed4e63bf-0607-4240-9925-516b6bec9554} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9968 | 2024.09.24 04:38:04.944650 [ 3 ] {ed4e63bf-0607-4240-9925-516b6bec9554} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004617 sec., 1299.5451591942822 rows/sec., 67.90 KiB/sec. | ||
9969 | 2024.09.24 04:38:04.945174 [ 191 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2289 rows, containing 5 columns (5 merged, 0 gathered) in 0.006494547 sec., 352449.52419314237 rows/sec., 26.82 MiB/sec. | ||
9970 | 2024.09.24 04:38:04.945193 [ 3 ] {ed4e63bf-0607-4240-9925-516b6bec9554} <Debug> DynamicQueryHandler: Done processing query | ||
9971 | 2024.09.24 04:38:04.945244 [ 3 ] {ed4e63bf-0607-4240-9925-516b6bec9554} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9972 | 2024.09.24 04:38:04.945263 [ 3 ] {} <Debug> HTTP-Session: f7fa164a-6ac3-4ddf-beb7-524c1fd2cae6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9973 | 2024.09.24 04:38:04.945384 [ 191 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9974 | 2024.09.24 04:38:04.945489 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 44612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9975 | 2024.09.24 04:38:04.945552 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9976 | 2024.09.24 04:38:04.945603 [ 3 ] {} <Debug> HTTP-Session: b90788d4-23c3-4c33-b725-edfb3d6452e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
9977 | 2024.09.24 04:38:04.945643 [ 3 ] {} <Debug> HTTP-Session: b90788d4-23c3-4c33-b725-edfb3d6452e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9978 | 2024.09.24 04:38:04.945692 [ 3 ] {} <Debug> HTTP-Session: b90788d4-23c3-4c33-b725-edfb3d6452e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9979 | 2024.09.24 04:38:04.945849 [ 3 ] {} <Trace> HTTP-Session: b90788d4-23c3-4c33-b725-edfb3d6452e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9980 | 2024.09.24 04:38:04.946164 [ 191 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_51_10} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9981 | 2024.09.24 04:38:04.946236 [ 3 ] {a2b4b0f1-88d9-4d3d-b1ce-e4d468f666c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9982 | 2024.09.24 04:38:04.946316 [ 3 ] {a2b4b0f1-88d9-4d3d-b1ce-e4d468f666c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9983 | 2024.09.24 04:38:04.946331 [ 191 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_51_10} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9984 | 2024.09.24 04:38:04.946532 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
9985 | 2024.09.24 04:38:04.946674 [ 3 ] {a2b4b0f1-88d9-4d3d-b1ce-e4d468f666c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9986 | 2024.09.24 04:38:04.947117 [ 3 ] {a2b4b0f1-88d9-4d3d-b1ce-e4d468f666c9} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9987 | 2024.09.24 04:38:04.947155 [ 3 ] {a2b4b0f1-88d9-4d3d-b1ce-e4d468f666c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
9988 | 2024.09.24 04:38:04.947563 [ 3 ] {a2b4b0f1-88d9-4d3d-b1ce-e4d468f666c9} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
9989 | 2024.09.24 04:38:04.947916 [ 3 ] {a2b4b0f1-88d9-4d3d-b1ce-e4d468f666c9} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9990 | 2024.09.24 04:38:04.948061 [ 3 ] {a2b4b0f1-88d9-4d3d-b1ce-e4d468f666c9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002037 sec., 116347.56995581737 rows/sec., 7.80 MiB/sec. | ||
9991 | 2024.09.24 04:38:04.948267 [ 3 ] {a2b4b0f1-88d9-4d3d-b1ce-e4d468f666c9} <Debug> DynamicQueryHandler: Done processing query | ||
9992 | 2024.09.24 04:38:04.948300 [ 3 ] {a2b4b0f1-88d9-4d3d-b1ce-e4d468f666c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
9993 | 2024.09.24 04:38:04.948321 [ 3 ] {} <Debug> HTTP-Session: b90788d4-23c3-4c33-b725-edfb3d6452e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9994 | 2024.09.24 04:38:04.948461 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9995 | 2024.09.24 04:38:04.948520 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9996 | 2024.09.24 04:38:04.948544 [ 3 ] {} <Debug> HTTP-Session: 143dda7e-6f5d-4752-b3d6-83aa7c527f83 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
9997 | 2024.09.24 04:38:04.948564 [ 3 ] {} <Debug> HTTP-Session: 143dda7e-6f5d-4752-b3d6-83aa7c527f83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9998 | 2024.09.24 04:38:04.948581 [ 3 ] {} <Debug> HTTP-Session: 143dda7e-6f5d-4752-b3d6-83aa7c527f83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9999 | 2024.09.24 04:38:04.948620 [ 3 ] {} <Trace> HTTP-Session: 143dda7e-6f5d-4752-b3d6-83aa7c527f83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10000 | 2024.09.24 04:38:04.948739 [ 3 ] {d3e9aa14-3ce0-49c6-9606-176b54effc45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
10001 | 2024.09.24 04:38:04.948793 [ 3 ] {d3e9aa14-3ce0-49c6-9606-176b54effc45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
10002 | 2024.09.24 04:38:04.948959 [ 3 ] {d3e9aa14-3ce0-49c6-9606-176b54effc45} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10003 | 2024.09.24 04:38:04.949225 [ 3 ] {d3e9aa14-3ce0-49c6-9606-176b54effc45} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10004 | 2024.09.24 04:38:04.949260 [ 3 ] {d3e9aa14-3ce0-49c6-9606-176b54effc45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10005 | 2024.09.24 04:38:04.949616 [ 3 ] {d3e9aa14-3ce0-49c6-9606-176b54effc45} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
10006 | 2024.09.24 04:38:04.949948 [ 3 ] {d3e9aa14-3ce0-49c6-9606-176b54effc45} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10007 | 2024.09.24 04:38:04.950107 [ 3 ] {d3e9aa14-3ce0-49c6-9606-176b54effc45} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001391 sec., 718.9072609633357 rows/sec., 48.44 KiB/sec. | ||
10008 | 2024.09.24 04:38:04.950377 [ 3 ] {d3e9aa14-3ce0-49c6-9606-176b54effc45} <Debug> DynamicQueryHandler: Done processing query | ||
10009 | 2024.09.24 04:38:04.950431 [ 3 ] {d3e9aa14-3ce0-49c6-9606-176b54effc45} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
10010 | 2024.09.24 04:38:04.950492 [ 3 ] {} <Debug> HTTP-Session: 143dda7e-6f5d-4752-b3d6-83aa7c527f83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10011 | 2024.09.24 04:38:04.950716 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 36145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10012 | 2024.09.24 04:38:04.950769 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10013 | 2024.09.24 04:38:04.950788 [ 3 ] {} <Debug> HTTP-Session: ff6487fc-1309-40a9-afa5-622aa37963d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
10014 | 2024.09.24 04:38:04.950805 [ 3 ] {} <Debug> HTTP-Session: ff6487fc-1309-40a9-afa5-622aa37963d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10015 | 2024.09.24 04:38:04.950819 [ 3 ] {} <Debug> HTTP-Session: ff6487fc-1309-40a9-afa5-622aa37963d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10016 | 2024.09.24 04:38:04.950852 [ 3 ] {} <Trace> HTTP-Session: ff6487fc-1309-40a9-afa5-622aa37963d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10017 | 2024.09.24 04:38:04.951162 [ 3 ] {3524d78f-d262-474e-942a-c9513f5a2b3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
10018 | 2024.09.24 04:38:04.951234 [ 3 ] {3524d78f-d262-474e-942a-c9513f5a2b3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
10019 | 2024.09.24 04:38:04.951682 [ 3 ] {3524d78f-d262-474e-942a-c9513f5a2b3a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10020 | 2024.09.24 04:38:04.952356 [ 3 ] {3524d78f-d262-474e-942a-c9513f5a2b3a} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10021 | 2024.09.24 04:38:04.952393 [ 3 ] {3524d78f-d262-474e-942a-c9513f5a2b3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10022 | 2024.09.24 04:38:04.953029 [ 3 ] {3524d78f-d262-474e-942a-c9513f5a2b3a} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
10023 | 2024.09.24 04:38:04.953457 [ 3 ] {3524d78f-d262-474e-942a-c9513f5a2b3a} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10024 | 2024.09.24 04:38:04.953653 [ 3 ] {3524d78f-d262-474e-942a-c9513f5a2b3a} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.00271 sec., 8118.081180811808 rows/sec., 14.55 MiB/sec. | ||
10025 | 2024.09.24 04:38:04.953888 [ 3 ] {3524d78f-d262-474e-942a-c9513f5a2b3a} <Debug> DynamicQueryHandler: Done processing query | ||
10026 | 2024.09.24 04:38:04.953912 [ 3 ] {3524d78f-d262-474e-942a-c9513f5a2b3a} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
10027 | 2024.09.24 04:38:04.953928 [ 3 ] {} <Debug> HTTP-Session: ff6487fc-1309-40a9-afa5-622aa37963d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10028 | 2024.09.24 04:38:04.954046 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 12152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10029 | 2024.09.24 04:38:04.954095 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10030 | 2024.09.24 04:38:04.954114 [ 3 ] {} <Debug> HTTP-Session: ba9b5dc3-7773-441b-904e-fd67acbe44f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
10031 | 2024.09.24 04:38:04.954130 [ 3 ] {} <Debug> HTTP-Session: ba9b5dc3-7773-441b-904e-fd67acbe44f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10032 | 2024.09.24 04:38:04.954145 [ 3 ] {} <Debug> HTTP-Session: ba9b5dc3-7773-441b-904e-fd67acbe44f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10033 | 2024.09.24 04:38:04.954175 [ 3 ] {} <Trace> HTTP-Session: ba9b5dc3-7773-441b-904e-fd67acbe44f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10034 | 2024.09.24 04:38:04.954308 [ 3 ] {1775a515-f5ba-4fa0-81da-12617f17b38f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10035 | 2024.09.24 04:38:04.954353 [ 3 ] {1775a515-f5ba-4fa0-81da-12617f17b38f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10036 | 2024.09.24 04:38:04.954481 [ 3 ] {1775a515-f5ba-4fa0-81da-12617f17b38f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10037 | 2024.09.24 04:38:04.954821 [ 3 ] {1775a515-f5ba-4fa0-81da-12617f17b38f} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10038 | 2024.09.24 04:38:04.954858 [ 3 ] {1775a515-f5ba-4fa0-81da-12617f17b38f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10039 | 2024.09.24 04:38:04.955222 [ 3 ] {1775a515-f5ba-4fa0-81da-12617f17b38f} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
10040 | 2024.09.24 04:38:04.955547 [ 3 ] {1775a515-f5ba-4fa0-81da-12617f17b38f} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10041 | 2024.09.24 04:38:04.955701 [ 3 ] {1775a515-f5ba-4fa0-81da-12617f17b38f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001445 sec., 56747.40484429066 rows/sec., 3.60 MiB/sec. | ||
10042 | 2024.09.24 04:38:04.955865 [ 3 ] {1775a515-f5ba-4fa0-81da-12617f17b38f} <Debug> DynamicQueryHandler: Done processing query | ||
10043 | 2024.09.24 04:38:04.955889 [ 3 ] {1775a515-f5ba-4fa0-81da-12617f17b38f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10044 | 2024.09.24 04:38:04.955905 [ 3 ] {} <Debug> HTTP-Session: ba9b5dc3-7773-441b-904e-fd67acbe44f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10045 | 2024.09.24 04:38:09.945683 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10046 | 2024.09.24 04:38:09.945821 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10047 | 2024.09.24 04:38:09.945850 [ 3 ] {} <Debug> HTTP-Session: 271ab17d-a013-4fb5-a59c-cd0208df9ac8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
10048 | 2024.09.24 04:38:09.945879 [ 3 ] {} <Debug> HTTP-Session: 271ab17d-a013-4fb5-a59c-cd0208df9ac8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10049 | 2024.09.24 04:38:09.945897 [ 3 ] {} <Debug> HTTP-Session: 271ab17d-a013-4fb5-a59c-cd0208df9ac8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10050 | 2024.09.24 04:38:09.945955 [ 3 ] {} <Trace> HTTP-Session: 271ab17d-a013-4fb5-a59c-cd0208df9ac8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10051 | 2024.09.24 04:38:09.946166 [ 3 ] {8ef9f5e6-13b2-4553-bf05-f9bb6bf53f59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10052 | 2024.09.24 04:38:09.946239 [ 3 ] {8ef9f5e6-13b2-4553-bf05-f9bb6bf53f59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10053 | 2024.09.24 04:38:09.946586 [ 3 ] {8ef9f5e6-13b2-4553-bf05-f9bb6bf53f59} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10054 | 2024.09.24 04:38:09.947044 [ 3 ] {8ef9f5e6-13b2-4553-bf05-f9bb6bf53f59} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10055 | 2024.09.24 04:38:09.947089 [ 3 ] {8ef9f5e6-13b2-4553-bf05-f9bb6bf53f59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10056 | 2024.09.24 04:38:09.947498 [ 3 ] {8ef9f5e6-13b2-4553-bf05-f9bb6bf53f59} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
10057 | 2024.09.24 04:38:09.947882 [ 3 ] {8ef9f5e6-13b2-4553-bf05-f9bb6bf53f59} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10058 | 2024.09.24 04:38:09.948060 [ 3 ] {8ef9f5e6-13b2-4553-bf05-f9bb6bf53f59} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001949 sec., 2052.334530528476 rows/sec., 167.35 KiB/sec. | ||
10059 | 2024.09.24 04:38:09.948485 [ 3 ] {8ef9f5e6-13b2-4553-bf05-f9bb6bf53f59} <Debug> DynamicQueryHandler: Done processing query | ||
10060 | 2024.09.24 04:38:09.948512 [ 3 ] {8ef9f5e6-13b2-4553-bf05-f9bb6bf53f59} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10061 | 2024.09.24 04:38:09.948529 [ 3 ] {} <Debug> HTTP-Session: 271ab17d-a013-4fb5-a59c-cd0208df9ac8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10062 | 2024.09.24 04:38:09.948788 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 178458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10063 | 2024.09.24 04:38:09.948847 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10064 | 2024.09.24 04:38:09.948866 [ 3 ] {} <Debug> HTTP-Session: 4ce8953a-ea61-42d5-ba99-8375deee5e1e Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
10065 | 2024.09.24 04:38:09.948884 [ 3 ] {} <Debug> HTTP-Session: 4ce8953a-ea61-42d5-ba99-8375deee5e1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10066 | 2024.09.24 04:38:09.948898 [ 3 ] {} <Debug> HTTP-Session: 4ce8953a-ea61-42d5-ba99-8375deee5e1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10067 | 2024.09.24 04:38:09.948934 [ 3 ] {} <Trace> HTTP-Session: 4ce8953a-ea61-42d5-ba99-8375deee5e1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10068 | 2024.09.24 04:38:09.949436 [ 3 ] {75fdfee9-b5c5-4288-ae7e-5e55bbf95acb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10069 | 2024.09.24 04:38:09.949483 [ 3 ] {75fdfee9-b5c5-4288-ae7e-5e55bbf95acb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10070 | 2024.09.24 04:38:09.949742 [ 3 ] {75fdfee9-b5c5-4288-ae7e-5e55bbf95acb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10071 | 2024.09.24 04:38:09.950852 [ 3 ] {75fdfee9-b5c5-4288-ae7e-5e55bbf95acb} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10072 | 2024.09.24 04:38:09.950886 [ 3 ] {75fdfee9-b5c5-4288-ae7e-5e55bbf95acb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10073 | 2024.09.24 04:38:09.951338 [ 3 ] {75fdfee9-b5c5-4288-ae7e-5e55bbf95acb} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
10074 | 2024.09.24 04:38:09.951705 [ 3 ] {75fdfee9-b5c5-4288-ae7e-5e55bbf95acb} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10075 | 2024.09.24 04:38:09.951858 [ 3 ] {75fdfee9-b5c5-4288-ae7e-5e55bbf95acb} <Debug> executeQuery: Read 1232 rows, 103.92 KiB in 0.002778 sec., 443484.52123830095 rows/sec., 36.53 MiB/sec. | ||
10076 | 2024.09.24 04:38:09.952146 [ 3 ] {75fdfee9-b5c5-4288-ae7e-5e55bbf95acb} <Debug> DynamicQueryHandler: Done processing query | ||
10077 | 2024.09.24 04:38:09.952207 [ 3 ] {75fdfee9-b5c5-4288-ae7e-5e55bbf95acb} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
10078 | 2024.09.24 04:38:09.952265 [ 3 ] {} <Debug> HTTP-Session: 4ce8953a-ea61-42d5-ba99-8375deee5e1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10079 | 2024.09.24 04:38:09.952491 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3047, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10080 | 2024.09.24 04:38:09.952543 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10081 | 2024.09.24 04:38:09.952563 [ 3 ] {} <Debug> HTTP-Session: e3ef8584-9fdf-48db-a8d6-1d57df34bd4c Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
10082 | 2024.09.24 04:38:09.952580 [ 3 ] {} <Debug> HTTP-Session: e3ef8584-9fdf-48db-a8d6-1d57df34bd4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10083 | 2024.09.24 04:38:09.952594 [ 3 ] {} <Debug> HTTP-Session: e3ef8584-9fdf-48db-a8d6-1d57df34bd4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10084 | 2024.09.24 04:38:09.952627 [ 3 ] {} <Trace> HTTP-Session: e3ef8584-9fdf-48db-a8d6-1d57df34bd4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10085 | 2024.09.24 04:38:09.952737 [ 3 ] {ecaca7b5-8c69-4bef-82fd-2ee8027dcf52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10086 | 2024.09.24 04:38:09.952782 [ 3 ] {ecaca7b5-8c69-4bef-82fd-2ee8027dcf52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10087 | 2024.09.24 04:38:09.953030 [ 3 ] {ecaca7b5-8c69-4bef-82fd-2ee8027dcf52} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10088 | 2024.09.24 04:38:09.953366 [ 3 ] {ecaca7b5-8c69-4bef-82fd-2ee8027dcf52} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10089 | 2024.09.24 04:38:09.953402 [ 3 ] {ecaca7b5-8c69-4bef-82fd-2ee8027dcf52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10090 | 2024.09.24 04:38:09.953751 [ 3 ] {ecaca7b5-8c69-4bef-82fd-2ee8027dcf52} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
10091 | 2024.09.24 04:38:09.954107 [ 3 ] {ecaca7b5-8c69-4bef-82fd-2ee8027dcf52} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10092 | 2024.09.24 04:38:09.954280 [ 3 ] {ecaca7b5-8c69-4bef-82fd-2ee8027dcf52} <Debug> executeQuery: Read 21 rows, 1.56 KiB in 0.00157 sec., 13375.79617834395 rows/sec., 992.11 KiB/sec. | ||
10093 | 2024.09.24 04:38:09.954280 [ 145 ] {} <Debug> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
10094 | 2024.09.24 04:38:09.954381 [ 145 ] {} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10095 | 2024.09.24 04:38:09.954437 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10096 | 2024.09.24 04:38:09.954553 [ 3 ] {ecaca7b5-8c69-4bef-82fd-2ee8027dcf52} <Debug> DynamicQueryHandler: Done processing query | ||
10097 | 2024.09.24 04:38:09.954588 [ 3 ] {ecaca7b5-8c69-4bef-82fd-2ee8027dcf52} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10098 | 2024.09.24 04:38:09.954596 [ 198 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::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 | ||
10099 | 2024.09.24 04:38:09.954607 [ 3 ] {} <Debug> HTTP-Session: e3ef8584-9fdf-48db-a8d6-1d57df34bd4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10100 | 2024.09.24 04:38:09.954759 [ 198 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10101 | 2024.09.24 04:38:09.954791 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 30477, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10102 | 2024.09.24 04:38:09.954813 [ 198 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 57 rows starting from the beginning of the part | ||
10103 | 2024.09.24 04:38:09.954848 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10104 | 2024.09.24 04:38:09.954871 [ 3 ] {} <Debug> HTTP-Session: 0c0bcead-fbe2-49f5-9280-b4cb3b0150dd Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
10105 | 2024.09.24 04:38:09.954899 [ 3 ] {} <Debug> HTTP-Session: 0c0bcead-fbe2-49f5-9280-b4cb3b0150dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10106 | 2024.09.24 04:38:09.954955 [ 3 ] {} <Debug> HTTP-Session: 0c0bcead-fbe2-49f5-9280-b4cb3b0150dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10107 | 2024.09.24 04:38:09.955030 [ 198 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 17 rows starting from the beginning of the part | ||
10108 | 2024.09.24 04:38:09.955056 [ 3 ] {} <Trace> HTTP-Session: 0c0bcead-fbe2-49f5-9280-b4cb3b0150dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10109 | 2024.09.24 04:38:09.955341 [ 198 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 22 rows starting from the beginning of the part | ||
10110 | 2024.09.24 04:38:09.955427 [ 3 ] {6feef885-d0b9-49bf-a38d-76b049bbfcab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
10111 | 2024.09.24 04:38:09.955602 [ 3 ] {6feef885-d0b9-49bf-a38d-76b049bbfcab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10112 | 2024.09.24 04:38:09.955686 [ 198 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 17 rows starting from the beginning of the part | ||
10113 | 2024.09.24 04:38:09.956063 [ 198 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 22 rows starting from the beginning of the part | ||
10114 | 2024.09.24 04:38:09.956391 [ 198 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 21 rows starting from the beginning of the part | ||
10115 | 2024.09.24 04:38:09.957016 [ 3 ] {6feef885-d0b9-49bf-a38d-76b049bbfcab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10116 | 2024.09.24 04:38:09.957665 [ 3 ] {6feef885-d0b9-49bf-a38d-76b049bbfcab} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10117 | 2024.09.24 04:38:09.957713 [ 3 ] {6feef885-d0b9-49bf-a38d-76b049bbfcab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10118 | 2024.09.24 04:38:09.958165 [ 202 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 5 columns (5 merged, 0 gathered) in 0.003635588 sec., 42909.152522232995 rows/sec., 3.28 MiB/sec. | ||
10119 | 2024.09.24 04:38:09.958295 [ 202 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
10120 | 2024.09.24 04:38:09.958304 [ 3 ] {6feef885-d0b9-49bf-a38d-76b049bbfcab} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
10121 | 2024.09.24 04:38:09.958981 [ 3 ] {6feef885-d0b9-49bf-a38d-76b049bbfcab} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10122 | 2024.09.24 04:38:09.958999 [ 202 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_51_10} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10123 | 2024.09.24 04:38:09.959143 [ 202 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_51_10} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
10124 | 2024.09.24 04:38:09.959215 [ 145 ] {} <Debug> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
10125 | 2024.09.24 04:38:09.959238 [ 3 ] {6feef885-d0b9-49bf-a38d-76b049bbfcab} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.003977 sec., 57329.64546140307 rows/sec., 3.88 MiB/sec. | ||
10126 | 2024.09.24 04:38:09.959311 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
10127 | 2024.09.24 04:38:09.959327 [ 145 ] {} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10128 | 2024.09.24 04:38:09.959430 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10129 | 2024.09.24 04:38:09.959623 [ 198 ] {80399c63-440f-4294-b79d-4996168f9902::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 | ||
10130 | 2024.09.24 04:38:09.959673 [ 3 ] {6feef885-d0b9-49bf-a38d-76b049bbfcab} <Debug> DynamicQueryHandler: Done processing query | ||
10131 | 2024.09.24 04:38:09.959704 [ 3 ] {6feef885-d0b9-49bf-a38d-76b049bbfcab} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
10132 | 2024.09.24 04:38:09.959731 [ 3 ] {} <Debug> HTTP-Session: 0c0bcead-fbe2-49f5-9280-b4cb3b0150dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10133 | 2024.09.24 04:38:09.959785 [ 198 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10134 | 2024.09.24 04:38:09.959815 [ 198 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 243 rows starting from the beginning of the part | ||
10135 | 2024.09.24 04:38:09.959891 [ 198 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 228 rows starting from the beginning of the part | ||
10136 | 2024.09.24 04:38:09.960064 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 89428, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10137 | 2024.09.24 04:38:09.960201 [ 198 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part | ||
10138 | 2024.09.24 04:38:09.960222 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10139 | 2024.09.24 04:38:09.960315 [ 3 ] {} <Debug> HTTP-Session: ccd39ced-8216-4e14-bf84-9fa2d6c3d1e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
10140 | 2024.09.24 04:38:09.960424 [ 3 ] {} <Debug> HTTP-Session: ccd39ced-8216-4e14-bf84-9fa2d6c3d1e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10141 | 2024.09.24 04:38:09.960479 [ 3 ] {} <Debug> HTTP-Session: ccd39ced-8216-4e14-bf84-9fa2d6c3d1e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10142 | 2024.09.24 04:38:09.960530 [ 198 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part | ||
10143 | 2024.09.24 04:38:09.960601 [ 3 ] {} <Trace> HTTP-Session: ccd39ced-8216-4e14-bf84-9fa2d6c3d1e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10144 | 2024.09.24 04:38:09.960802 [ 198 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part | ||
10145 | 2024.09.24 04:38:09.961016 [ 198 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 228 rows starting from the beginning of the part | ||
10146 | 2024.09.24 04:38:09.961138 [ 3 ] {4ef694f6-44b9-4932-96a7-91f7ba9dc959} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10147 | 2024.09.24 04:38:09.961290 [ 3 ] {4ef694f6-44b9-4932-96a7-91f7ba9dc959} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10148 | 2024.09.24 04:38:09.961863 [ 3 ] {4ef694f6-44b9-4932-96a7-91f7ba9dc959} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10149 | 2024.09.24 04:38:09.962768 [ 198 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 741 rows, containing 5 columns (5 merged, 0 gathered) in 0.003203308 sec., 231323.36946681366 rows/sec., 15.70 MiB/sec. | ||
10150 | 2024.09.24 04:38:09.962781 [ 3 ] {4ef694f6-44b9-4932-96a7-91f7ba9dc959} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10151 | 2024.09.24 04:38:09.962826 [ 3 ] {4ef694f6-44b9-4932-96a7-91f7ba9dc959} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10152 | 2024.09.24 04:38:09.962895 [ 198 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
10153 | 2024.09.24 04:38:09.963375 [ 3 ] {4ef694f6-44b9-4932-96a7-91f7ba9dc959} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
10154 | 2024.09.24 04:38:09.963442 [ 198 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_31_6} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10155 | 2024.09.24 04:38:09.963544 [ 198 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_31_6} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
10156 | 2024.09.24 04:38:09.963643 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
10157 | 2024.09.24 04:38:09.963833 [ 3 ] {4ef694f6-44b9-4932-96a7-91f7ba9dc959} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10158 | 2024.09.24 04:38:09.963994 [ 3 ] {4ef694f6-44b9-4932-96a7-91f7ba9dc959} <Debug> executeQuery: Read 541 rows, 41.09 KiB in 0.003118 sec., 173508.65939704937 rows/sec., 12.87 MiB/sec. | ||
10159 | 2024.09.24 04:38:09.964186 [ 3 ] {4ef694f6-44b9-4932-96a7-91f7ba9dc959} <Debug> DynamicQueryHandler: Done processing query | ||
10160 | 2024.09.24 04:38:09.964212 [ 3 ] {4ef694f6-44b9-4932-96a7-91f7ba9dc959} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
10161 | 2024.09.24 04:38:09.964228 [ 3 ] {} <Debug> HTTP-Session: ccd39ced-8216-4e14-bf84-9fa2d6c3d1e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10162 | 2024.09.24 04:38:09.964509 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 167573, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10163 | 2024.09.24 04:38:09.964560 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10164 | 2024.09.24 04:38:09.964578 [ 3 ] {} <Debug> HTTP-Session: 0a0b8c27-cd20-431b-a8ae-deaefbf416ce Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
10165 | 2024.09.24 04:38:09.964595 [ 3 ] {} <Debug> HTTP-Session: 0a0b8c27-cd20-431b-a8ae-deaefbf416ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10166 | 2024.09.24 04:38:09.964608 [ 3 ] {} <Debug> HTTP-Session: 0a0b8c27-cd20-431b-a8ae-deaefbf416ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10167 | 2024.09.24 04:38:09.964639 [ 3 ] {} <Trace> HTTP-Session: 0a0b8c27-cd20-431b-a8ae-deaefbf416ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10168 | 2024.09.24 04:38:09.965017 [ 3 ] {75f05e2e-2476-4bc0-b429-71601dd0d01b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10169 | 2024.09.24 04:38:09.965067 [ 3 ] {75f05e2e-2476-4bc0-b429-71601dd0d01b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10170 | 2024.09.24 04:38:09.965215 [ 3 ] {75f05e2e-2476-4bc0-b429-71601dd0d01b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10171 | 2024.09.24 04:38:09.966007 [ 3 ] {75f05e2e-2476-4bc0-b429-71601dd0d01b} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10172 | 2024.09.24 04:38:09.966044 [ 3 ] {75f05e2e-2476-4bc0-b429-71601dd0d01b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10173 | 2024.09.24 04:38:09.966475 [ 3 ] {75f05e2e-2476-4bc0-b429-71601dd0d01b} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
10174 | 2024.09.24 04:38:09.966814 [ 3 ] {75f05e2e-2476-4bc0-b429-71601dd0d01b} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10175 | 2024.09.24 04:38:09.966987 [ 3 ] {75f05e2e-2476-4bc0-b429-71601dd0d01b} <Debug> executeQuery: Read 882 rows, 60.77 KiB in 0.002218 sec., 397655.5455365194 rows/sec., 26.76 MiB/sec. | ||
10176 | 2024.09.24 04:38:09.967149 [ 3 ] {75f05e2e-2476-4bc0-b429-71601dd0d01b} <Debug> DynamicQueryHandler: Done processing query | ||
10177 | 2024.09.24 04:38:09.967172 [ 3 ] {75f05e2e-2476-4bc0-b429-71601dd0d01b} <Debug> MemoryTracker: Peak memory usage (for query): 4.67 MiB. | ||
10178 | 2024.09.24 04:38:09.967188 [ 3 ] {} <Debug> HTTP-Session: 0a0b8c27-cd20-431b-a8ae-deaefbf416ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10179 | 2024.09.24 04:38:09.967442 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 29066, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10180 | 2024.09.24 04:38:09.967490 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10181 | 2024.09.24 04:38:09.967509 [ 3 ] {} <Debug> HTTP-Session: 12195b5c-9d02-44c7-b391-e24145a6f1e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
10182 | 2024.09.24 04:38:09.967525 [ 3 ] {} <Debug> HTTP-Session: 12195b5c-9d02-44c7-b391-e24145a6f1e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10183 | 2024.09.24 04:38:09.967539 [ 3 ] {} <Debug> HTTP-Session: 12195b5c-9d02-44c7-b391-e24145a6f1e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10184 | 2024.09.24 04:38:09.967571 [ 3 ] {} <Trace> HTTP-Session: 12195b5c-9d02-44c7-b391-e24145a6f1e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10185 | 2024.09.24 04:38:09.967906 [ 3 ] {b29e334d-46f7-48d4-b537-04012a041845} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
10186 | 2024.09.24 04:38:09.967971 [ 3 ] {b29e334d-46f7-48d4-b537-04012a041845} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
10187 | 2024.09.24 04:38:09.968374 [ 3 ] {b29e334d-46f7-48d4-b537-04012a041845} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10188 | 2024.09.24 04:38:09.968998 [ 3 ] {b29e334d-46f7-48d4-b537-04012a041845} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10189 | 2024.09.24 04:38:09.969033 [ 3 ] {b29e334d-46f7-48d4-b537-04012a041845} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10190 | 2024.09.24 04:38:09.969645 [ 3 ] {b29e334d-46f7-48d4-b537-04012a041845} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
10191 | 2024.09.24 04:38:09.970062 [ 3 ] {b29e334d-46f7-48d4-b537-04012a041845} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10192 | 2024.09.24 04:38:09.970267 [ 145 ] {} <Debug> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
10193 | 2024.09.24 04:38:09.970275 [ 3 ] {b29e334d-46f7-48d4-b537-04012a041845} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002615 sec., 6500.956022944551 rows/sec., 11.65 MiB/sec. | ||
10194 | 2024.09.24 04:38:09.970326 [ 145 ] {} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10195 | 2024.09.24 04:38:09.970394 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10196 | 2024.09.24 04:38:09.970932 [ 196 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::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 | ||
10197 | 2024.09.24 04:38:09.971086 [ 3 ] {b29e334d-46f7-48d4-b537-04012a041845} <Debug> DynamicQueryHandler: Done processing query | ||
10198 | 2024.09.24 04:38:09.971168 [ 3 ] {b29e334d-46f7-48d4-b537-04012a041845} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
10199 | 2024.09.24 04:38:09.971245 [ 3 ] {} <Debug> HTTP-Session: 12195b5c-9d02-44c7-b391-e24145a6f1e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10200 | 2024.09.24 04:38:09.971510 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10201 | 2024.09.24 04:38:09.971669 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10202 | 2024.09.24 04:38:09.971746 [ 3 ] {} <Debug> HTTP-Session: 54aaab8d-d8d2-467c-9ccd-1e3baeea2835 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
10203 | 2024.09.24 04:38:09.971810 [ 3 ] {} <Debug> HTTP-Session: 54aaab8d-d8d2-467c-9ccd-1e3baeea2835 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10204 | 2024.09.24 04:38:09.971852 [ 3 ] {} <Debug> HTTP-Session: 54aaab8d-d8d2-467c-9ccd-1e3baeea2835 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10205 | 2024.09.24 04:38:09.971940 [ 3 ] {} <Trace> HTTP-Session: 54aaab8d-d8d2-467c-9ccd-1e3baeea2835 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10206 | 2024.09.24 04:38:09.972268 [ 3 ] {0e49a3dd-63c5-4db4-8fa9-585026fffeb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10207 | 2024.09.24 04:38:09.972286 [ 196 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10208 | 2024.09.24 04:38:09.972376 [ 3 ] {0e49a3dd-63c5-4db4-8fa9-585026fffeb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10209 | 2024.09.24 04:38:09.972470 [ 196 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 889 rows starting from the beginning of the part | ||
10210 | 2024.09.24 04:38:09.973144 [ 3 ] {0e49a3dd-63c5-4db4-8fa9-585026fffeb4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10211 | 2024.09.24 04:38:09.973392 [ 196 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 17 rows starting from the beginning of the part | ||
10212 | 2024.09.24 04:38:09.974068 [ 196 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 22 rows starting from the beginning of the part | ||
10213 | 2024.09.24 04:38:09.974261 [ 3 ] {0e49a3dd-63c5-4db4-8fa9-585026fffeb4} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10214 | 2024.09.24 04:38:09.974363 [ 3 ] {0e49a3dd-63c5-4db4-8fa9-585026fffeb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10215 | 2024.09.24 04:38:09.974766 [ 196 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 17 rows starting from the beginning of the part | ||
10216 | 2024.09.24 04:38:09.975418 [ 196 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 22 rows starting from the beginning of the part | ||
10217 | 2024.09.24 04:38:09.975719 [ 3 ] {0e49a3dd-63c5-4db4-8fa9-585026fffeb4} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
10218 | 2024.09.24 04:38:09.976038 [ 196 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 17 rows starting from the beginning of the part | ||
10219 | 2024.09.24 04:38:09.976871 [ 3 ] {0e49a3dd-63c5-4db4-8fa9-585026fffeb4} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10220 | 2024.09.24 04:38:09.977286 [ 3 ] {0e49a3dd-63c5-4db4-8fa9-585026fffeb4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005141 sec., 11670.88115152694 rows/sec., 805.41 KiB/sec. | ||
10221 | 2024.09.24 04:38:09.977751 [ 3 ] {0e49a3dd-63c5-4db4-8fa9-585026fffeb4} <Debug> DynamicQueryHandler: Done processing query | ||
10222 | 2024.09.24 04:38:09.977843 [ 3 ] {0e49a3dd-63c5-4db4-8fa9-585026fffeb4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10223 | 2024.09.24 04:38:09.977920 [ 3 ] {} <Debug> HTTP-Session: 54aaab8d-d8d2-467c-9ccd-1e3baeea2835 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10224 | 2024.09.24 04:38:09.983434 [ 198 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 984 rows, containing 19 columns (19 merged, 0 gathered) in 0.012880004 sec., 76397.49180202118 rows/sec., 136.90 MiB/sec. | ||
10225 | 2024.09.24 04:38:09.984767 [ 199 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
10226 | 2024.09.24 04:38:09.985413 [ 199 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10227 | 2024.09.24 04:38:09.985506 [ 199 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
10228 | 2024.09.24 04:38:09.985666 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.14 MiB. | ||
10229 | 2024.09.24 04:38:14.921345 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 35148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10230 | 2024.09.24 04:38:14.921486 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10231 | 2024.09.24 04:38:14.921515 [ 3 ] {} <Debug> HTTP-Session: 2d4f92ba-9760-476e-9653-312991f814b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
10232 | 2024.09.24 04:38:14.921544 [ 3 ] {} <Debug> HTTP-Session: 2d4f92ba-9760-476e-9653-312991f814b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10233 | 2024.09.24 04:38:14.921563 [ 3 ] {} <Debug> HTTP-Session: 2d4f92ba-9760-476e-9653-312991f814b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10234 | 2024.09.24 04:38:14.921621 [ 3 ] {} <Trace> HTTP-Session: 2d4f92ba-9760-476e-9653-312991f814b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10235 | 2024.09.24 04:38:14.921895 [ 3 ] {f91271b1-24ef-400b-8b74-1326ce0c87d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10236 | 2024.09.24 04:38:14.921974 [ 3 ] {f91271b1-24ef-400b-8b74-1326ce0c87d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10237 | 2024.09.24 04:38:14.922362 [ 3 ] {f91271b1-24ef-400b-8b74-1326ce0c87d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10238 | 2024.09.24 04:38:14.922957 [ 3 ] {f91271b1-24ef-400b-8b74-1326ce0c87d5} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10239 | 2024.09.24 04:38:14.922998 [ 3 ] {f91271b1-24ef-400b-8b74-1326ce0c87d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10240 | 2024.09.24 04:38:14.923467 [ 3 ] {f91271b1-24ef-400b-8b74-1326ce0c87d5} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
10241 | 2024.09.24 04:38:14.923848 [ 3 ] {f91271b1-24ef-400b-8b74-1326ce0c87d5} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10242 | 2024.09.24 04:38:14.924058 [ 3 ] {f91271b1-24ef-400b-8b74-1326ce0c87d5} <Debug> executeQuery: Read 233 rows, 20.98 KiB in 0.002263 sec., 102960.67167476802 rows/sec., 9.06 MiB/sec. | ||
10243 | 2024.09.24 04:38:14.924395 [ 3 ] {f91271b1-24ef-400b-8b74-1326ce0c87d5} <Debug> DynamicQueryHandler: Done processing query | ||
10244 | 2024.09.24 04:38:14.924454 [ 3 ] {f91271b1-24ef-400b-8b74-1326ce0c87d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
10245 | 2024.09.24 04:38:14.924514 [ 3 ] {} <Debug> HTTP-Session: 2d4f92ba-9760-476e-9653-312991f814b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10246 | 2024.09.24 04:38:14.924708 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10247 | 2024.09.24 04:38:14.924762 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10248 | 2024.09.24 04:38:14.924781 [ 3 ] {} <Debug> HTTP-Session: 8e9bc46c-a99e-4c9b-90cb-d0ee84fc3e27 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
10249 | 2024.09.24 04:38:14.924799 [ 3 ] {} <Debug> HTTP-Session: 8e9bc46c-a99e-4c9b-90cb-d0ee84fc3e27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10250 | 2024.09.24 04:38:14.924813 [ 3 ] {} <Debug> HTTP-Session: 8e9bc46c-a99e-4c9b-90cb-d0ee84fc3e27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10251 | 2024.09.24 04:38:14.924846 [ 3 ] {} <Trace> HTTP-Session: 8e9bc46c-a99e-4c9b-90cb-d0ee84fc3e27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10252 | 2024.09.24 04:38:14.924956 [ 3 ] {5b1a3d94-8ce7-4106-b94f-1382429046bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10253 | 2024.09.24 04:38:14.925002 [ 3 ] {5b1a3d94-8ce7-4106-b94f-1382429046bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10254 | 2024.09.24 04:38:14.925255 [ 3 ] {5b1a3d94-8ce7-4106-b94f-1382429046bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10255 | 2024.09.24 04:38:14.925603 [ 3 ] {5b1a3d94-8ce7-4106-b94f-1382429046bb} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10256 | 2024.09.24 04:38:14.925639 [ 3 ] {5b1a3d94-8ce7-4106-b94f-1382429046bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10257 | 2024.09.24 04:38:14.925999 [ 3 ] {5b1a3d94-8ce7-4106-b94f-1382429046bb} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
10258 | 2024.09.24 04:38:14.926376 [ 3 ] {5b1a3d94-8ce7-4106-b94f-1382429046bb} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10259 | 2024.09.24 04:38:14.926533 [ 3 ] {5b1a3d94-8ce7-4106-b94f-1382429046bb} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.001604 sec., 13715.71072319202 rows/sec., 1.01 MiB/sec. | ||
10260 | 2024.09.24 04:38:14.926698 [ 3 ] {5b1a3d94-8ce7-4106-b94f-1382429046bb} <Debug> DynamicQueryHandler: Done processing query | ||
10261 | 2024.09.24 04:38:14.926723 [ 3 ] {5b1a3d94-8ce7-4106-b94f-1382429046bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10262 | 2024.09.24 04:38:14.926740 [ 3 ] {} <Debug> HTTP-Session: 8e9bc46c-a99e-4c9b-90cb-d0ee84fc3e27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10263 | 2024.09.24 04:38:14.926887 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10264 | 2024.09.24 04:38:14.926934 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10265 | 2024.09.24 04:38:14.926953 [ 3 ] {} <Debug> HTTP-Session: 3009678a-cb61-42f3-a7b2-54558972d90f Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
10266 | 2024.09.24 04:38:14.926970 [ 3 ] {} <Debug> HTTP-Session: 3009678a-cb61-42f3-a7b2-54558972d90f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10267 | 2024.09.24 04:38:14.926983 [ 3 ] {} <Debug> HTTP-Session: 3009678a-cb61-42f3-a7b2-54558972d90f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10268 | 2024.09.24 04:38:14.927014 [ 3 ] {} <Trace> HTTP-Session: 3009678a-cb61-42f3-a7b2-54558972d90f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10269 | 2024.09.24 04:38:14.927122 [ 3 ] {990dd3a0-0392-4193-bc37-f63054019c6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
10270 | 2024.09.24 04:38:14.927165 [ 3 ] {990dd3a0-0392-4193-bc37-f63054019c6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10271 | 2024.09.24 04:38:14.927391 [ 3 ] {990dd3a0-0392-4193-bc37-f63054019c6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10272 | 2024.09.24 04:38:14.927690 [ 3 ] {990dd3a0-0392-4193-bc37-f63054019c6b} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10273 | 2024.09.24 04:38:14.927727 [ 3 ] {990dd3a0-0392-4193-bc37-f63054019c6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10274 | 2024.09.24 04:38:14.928084 [ 3 ] {990dd3a0-0392-4193-bc37-f63054019c6b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
10275 | 2024.09.24 04:38:14.928449 [ 3 ] {990dd3a0-0392-4193-bc37-f63054019c6b} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10276 | 2024.09.24 04:38:14.928622 [ 3 ] {990dd3a0-0392-4193-bc37-f63054019c6b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001518 sec., 9222.66139657444 rows/sec., 645.90 KiB/sec. | ||
10277 | 2024.09.24 04:38:14.928820 [ 3 ] {990dd3a0-0392-4193-bc37-f63054019c6b} <Debug> DynamicQueryHandler: Done processing query | ||
10278 | 2024.09.24 04:38:14.928850 [ 3 ] {990dd3a0-0392-4193-bc37-f63054019c6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10279 | 2024.09.24 04:38:14.928869 [ 3 ] {} <Debug> HTTP-Session: 3009678a-cb61-42f3-a7b2-54558972d90f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10280 | 2024.09.24 04:38:14.928993 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10281 | 2024.09.24 04:38:14.929043 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10282 | 2024.09.24 04:38:14.929063 [ 3 ] {} <Debug> HTTP-Session: 099a6695-02bc-407c-af2c-60620e79d8ca Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
10283 | 2024.09.24 04:38:14.929079 [ 3 ] {} <Debug> HTTP-Session: 099a6695-02bc-407c-af2c-60620e79d8ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10284 | 2024.09.24 04:38:14.929093 [ 3 ] {} <Debug> HTTP-Session: 099a6695-02bc-407c-af2c-60620e79d8ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10285 | 2024.09.24 04:38:14.929124 [ 3 ] {} <Trace> HTTP-Session: 099a6695-02bc-407c-af2c-60620e79d8ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10286 | 2024.09.24 04:38:14.929224 [ 3 ] {d5f94850-7499-4a3d-aa5c-313e96c4d1c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
10287 | 2024.09.24 04:38:14.929267 [ 3 ] {d5f94850-7499-4a3d-aa5c-313e96c4d1c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
10288 | 2024.09.24 04:38:14.929495 [ 3 ] {d5f94850-7499-4a3d-aa5c-313e96c4d1c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10289 | 2024.09.24 04:38:14.929789 [ 3 ] {d5f94850-7499-4a3d-aa5c-313e96c4d1c7} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10290 | 2024.09.24 04:38:14.929825 [ 3 ] {d5f94850-7499-4a3d-aa5c-313e96c4d1c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10291 | 2024.09.24 04:38:14.930181 [ 3 ] {d5f94850-7499-4a3d-aa5c-313e96c4d1c7} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
10292 | 2024.09.24 04:38:14.930536 [ 3 ] {d5f94850-7499-4a3d-aa5c-313e96c4d1c7} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10293 | 2024.09.24 04:38:14.930700 [ 3 ] {d5f94850-7499-4a3d-aa5c-313e96c4d1c7} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00149 sec., 4026.8456375838928 rows/sec., 237.91 KiB/sec. | ||
10294 | 2024.09.24 04:38:14.930871 [ 3 ] {d5f94850-7499-4a3d-aa5c-313e96c4d1c7} <Debug> DynamicQueryHandler: Done processing query | ||
10295 | 2024.09.24 04:38:14.930894 [ 3 ] {d5f94850-7499-4a3d-aa5c-313e96c4d1c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10296 | 2024.09.24 04:38:14.930911 [ 3 ] {} <Debug> HTTP-Session: 099a6695-02bc-407c-af2c-60620e79d8ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10297 | 2024.09.24 04:38:14.931094 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 65498, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10298 | 2024.09.24 04:38:14.931141 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10299 | 2024.09.24 04:38:14.931159 [ 3 ] {} <Debug> HTTP-Session: 4ebb24a3-cfe9-4428-b576-e9fa72d62eef Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
10300 | 2024.09.24 04:38:14.931176 [ 3 ] {} <Debug> HTTP-Session: 4ebb24a3-cfe9-4428-b576-e9fa72d62eef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10301 | 2024.09.24 04:38:14.931191 [ 3 ] {} <Debug> HTTP-Session: 4ebb24a3-cfe9-4428-b576-e9fa72d62eef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10302 | 2024.09.24 04:38:14.931222 [ 3 ] {} <Trace> HTTP-Session: 4ebb24a3-cfe9-4428-b576-e9fa72d62eef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10303 | 2024.09.24 04:38:14.931432 [ 3 ] {16841ec1-96c3-4e4b-b290-3b71cb75303e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10304 | 2024.09.24 04:38:14.931475 [ 3 ] {16841ec1-96c3-4e4b-b290-3b71cb75303e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10305 | 2024.09.24 04:38:14.931699 [ 3 ] {16841ec1-96c3-4e4b-b290-3b71cb75303e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10306 | 2024.09.24 04:38:14.932253 [ 3 ] {16841ec1-96c3-4e4b-b290-3b71cb75303e} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10307 | 2024.09.24 04:38:14.932289 [ 3 ] {16841ec1-96c3-4e4b-b290-3b71cb75303e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10308 | 2024.09.24 04:38:14.932671 [ 3 ] {16841ec1-96c3-4e4b-b290-3b71cb75303e} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
10309 | 2024.09.24 04:38:14.933027 [ 3 ] {16841ec1-96c3-4e4b-b290-3b71cb75303e} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10310 | 2024.09.24 04:38:14.933186 [ 3 ] {16841ec1-96c3-4e4b-b290-3b71cb75303e} <Debug> executeQuery: Read 404 rows, 29.44 KiB in 0.001868 sec., 216274.08993576016 rows/sec., 15.39 MiB/sec. | ||
10311 | 2024.09.24 04:38:14.933370 [ 3 ] {16841ec1-96c3-4e4b-b290-3b71cb75303e} <Debug> DynamicQueryHandler: Done processing query | ||
10312 | 2024.09.24 04:38:14.933394 [ 3 ] {16841ec1-96c3-4e4b-b290-3b71cb75303e} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
10313 | 2024.09.24 04:38:14.933411 [ 3 ] {} <Debug> HTTP-Session: 4ebb24a3-cfe9-4428-b576-e9fa72d62eef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10314 | 2024.09.24 04:38:14.933538 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10315 | 2024.09.24 04:38:14.933587 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10316 | 2024.09.24 04:38:14.933607 [ 3 ] {} <Debug> HTTP-Session: 2a4a08ec-fcb2-4ab7-9ceb-ba96850770cb Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
10317 | 2024.09.24 04:38:14.933623 [ 3 ] {} <Debug> HTTP-Session: 2a4a08ec-fcb2-4ab7-9ceb-ba96850770cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10318 | 2024.09.24 04:38:14.933638 [ 3 ] {} <Debug> HTTP-Session: 2a4a08ec-fcb2-4ab7-9ceb-ba96850770cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10319 | 2024.09.24 04:38:14.933669 [ 3 ] {} <Trace> HTTP-Session: 2a4a08ec-fcb2-4ab7-9ceb-ba96850770cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10320 | 2024.09.24 04:38:14.933767 [ 3 ] {64d9c6ed-4c5c-420b-8dae-7b75f7bd2739} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
10321 | 2024.09.24 04:38:14.933812 [ 3 ] {64d9c6ed-4c5c-420b-8dae-7b75f7bd2739} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10322 | 2024.09.24 04:38:14.933945 [ 3 ] {64d9c6ed-4c5c-420b-8dae-7b75f7bd2739} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10323 | 2024.09.24 04:38:14.934238 [ 3 ] {64d9c6ed-4c5c-420b-8dae-7b75f7bd2739} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10324 | 2024.09.24 04:38:14.934274 [ 3 ] {64d9c6ed-4c5c-420b-8dae-7b75f7bd2739} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10325 | 2024.09.24 04:38:14.934643 [ 3 ] {64d9c6ed-4c5c-420b-8dae-7b75f7bd2739} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
10326 | 2024.09.24 04:38:14.934969 [ 3 ] {64d9c6ed-4c5c-420b-8dae-7b75f7bd2739} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10327 | 2024.09.24 04:38:14.935126 [ 3 ] {64d9c6ed-4c5c-420b-8dae-7b75f7bd2739} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001381 sec., 4344.677769732078 rows/sec., 226.99 KiB/sec. | ||
10328 | 2024.09.24 04:38:14.935295 [ 3 ] {64d9c6ed-4c5c-420b-8dae-7b75f7bd2739} <Debug> DynamicQueryHandler: Done processing query | ||
10329 | 2024.09.24 04:38:14.935319 [ 3 ] {64d9c6ed-4c5c-420b-8dae-7b75f7bd2739} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10330 | 2024.09.24 04:38:14.935336 [ 3 ] {} <Debug> HTTP-Session: 2a4a08ec-fcb2-4ab7-9ceb-ba96850770cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10331 | 2024.09.24 04:38:14.935490 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 44612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10332 | 2024.09.24 04:38:14.935540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10333 | 2024.09.24 04:38:14.935559 [ 3 ] {} <Debug> HTTP-Session: ef685c62-aeb2-4c16-b22c-cff5b5821747 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
10334 | 2024.09.24 04:38:14.935575 [ 3 ] {} <Debug> HTTP-Session: ef685c62-aeb2-4c16-b22c-cff5b5821747 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10335 | 2024.09.24 04:38:14.935590 [ 3 ] {} <Debug> HTTP-Session: ef685c62-aeb2-4c16-b22c-cff5b5821747 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10336 | 2024.09.24 04:38:14.935621 [ 3 ] {} <Trace> HTTP-Session: ef685c62-aeb2-4c16-b22c-cff5b5821747 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10337 | 2024.09.24 04:38:14.935820 [ 3 ] {856bf018-2f03-4c2f-9e34-ff83a9566d1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10338 | 2024.09.24 04:38:14.935867 [ 3 ] {856bf018-2f03-4c2f-9e34-ff83a9566d1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10339 | 2024.09.24 04:38:14.936018 [ 3 ] {856bf018-2f03-4c2f-9e34-ff83a9566d1f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10340 | 2024.09.24 04:38:14.936482 [ 3 ] {856bf018-2f03-4c2f-9e34-ff83a9566d1f} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10341 | 2024.09.24 04:38:14.936519 [ 3 ] {856bf018-2f03-4c2f-9e34-ff83a9566d1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10342 | 2024.09.24 04:38:14.936904 [ 3 ] {856bf018-2f03-4c2f-9e34-ff83a9566d1f} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
10343 | 2024.09.24 04:38:14.937254 [ 3 ] {856bf018-2f03-4c2f-9e34-ff83a9566d1f} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10344 | 2024.09.24 04:38:14.937416 [ 3 ] {856bf018-2f03-4c2f-9e34-ff83a9566d1f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001706 sec., 138921.45369284877 rows/sec., 9.31 MiB/sec. | ||
10345 | 2024.09.24 04:38:14.937448 [ 141 ] {} <Debug> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
10346 | 2024.09.24 04:38:14.937586 [ 141 ] {} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10347 | 2024.09.24 04:38:14.937642 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10348 | 2024.09.24 04:38:14.937671 [ 3 ] {856bf018-2f03-4c2f-9e34-ff83a9566d1f} <Debug> DynamicQueryHandler: Done processing query | ||
10349 | 2024.09.24 04:38:14.937723 [ 3 ] {856bf018-2f03-4c2f-9e34-ff83a9566d1f} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
10350 | 2024.09.24 04:38:14.937771 [ 3 ] {} <Debug> HTTP-Session: ef685c62-aeb2-4c16-b22c-cff5b5821747 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10351 | 2024.09.24 04:38:14.937907 [ 188 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::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 | ||
10352 | 2024.09.24 04:38:14.937936 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10353 | 2024.09.24 04:38:14.938021 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10354 | 2024.09.24 04:38:14.938061 [ 3 ] {} <Debug> HTTP-Session: bbe6d5dd-23e0-4d2c-a4fa-63dd35e83a04 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
10355 | 2024.09.24 04:38:14.938113 [ 3 ] {} <Debug> HTTP-Session: bbe6d5dd-23e0-4d2c-a4fa-63dd35e83a04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10356 | 2024.09.24 04:38:14.938153 [ 3 ] {} <Debug> HTTP-Session: bbe6d5dd-23e0-4d2c-a4fa-63dd35e83a04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10357 | 2024.09.24 04:38:14.938254 [ 3 ] {} <Trace> HTTP-Session: bbe6d5dd-23e0-4d2c-a4fa-63dd35e83a04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10358 | 2024.09.24 04:38:14.938327 [ 188 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10359 | 2024.09.24 04:38:14.938410 [ 188 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 14745 rows starting from the beginning of the part | ||
10360 | 2024.09.24 04:38:14.938468 [ 3 ] {b8d04844-1c27-4a32-9be0-6c20d5b4ff27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
10361 | 2024.09.24 04:38:14.938655 [ 3 ] {b8d04844-1c27-4a32-9be0-6c20d5b4ff27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
10362 | 2024.09.24 04:38:14.938669 [ 188 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 237 rows starting from the beginning of the part | ||
10363 | 2024.09.24 04:38:14.938983 [ 188 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part | ||
10364 | 2024.09.24 04:38:14.939344 [ 188 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 237 rows starting from the beginning of the part | ||
10365 | 2024.09.24 04:38:14.939765 [ 3 ] {b8d04844-1c27-4a32-9be0-6c20d5b4ff27} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10366 | 2024.09.24 04:38:14.939766 [ 188 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 882 rows starting from the beginning of the part | ||
10367 | 2024.09.24 04:38:14.940206 [ 188 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 237 rows starting from the beginning of the part | ||
10368 | 2024.09.24 04:38:14.940959 [ 3 ] {b8d04844-1c27-4a32-9be0-6c20d5b4ff27} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10369 | 2024.09.24 04:38:14.941013 [ 3 ] {b8d04844-1c27-4a32-9be0-6c20d5b4ff27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10370 | 2024.09.24 04:38:14.941700 [ 3 ] {b8d04844-1c27-4a32-9be0-6c20d5b4ff27} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
10371 | 2024.09.24 04:38:14.942104 [ 3 ] {b8d04844-1c27-4a32-9be0-6c20d5b4ff27} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10372 | 2024.09.24 04:38:14.942432 [ 3 ] {b8d04844-1c27-4a32-9be0-6c20d5b4ff27} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00401 sec., 249.3765586034913 rows/sec., 16.80 KiB/sec. | ||
10373 | 2024.09.24 04:38:14.942810 [ 3 ] {b8d04844-1c27-4a32-9be0-6c20d5b4ff27} <Debug> DynamicQueryHandler: Done processing query | ||
10374 | 2024.09.24 04:38:14.942867 [ 3 ] {b8d04844-1c27-4a32-9be0-6c20d5b4ff27} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
10375 | 2024.09.24 04:38:14.942915 [ 3 ] {} <Debug> HTTP-Session: bbe6d5dd-23e0-4d2c-a4fa-63dd35e83a04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10376 | 2024.09.24 04:38:14.943171 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 36152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10377 | 2024.09.24 04:38:14.943297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10378 | 2024.09.24 04:38:14.943351 [ 3 ] {} <Debug> HTTP-Session: 48c83833-bccf-4310-b3f0-6ea6900463b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
10379 | 2024.09.24 04:38:14.943371 [ 3 ] {} <Debug> HTTP-Session: 48c83833-bccf-4310-b3f0-6ea6900463b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10380 | 2024.09.24 04:38:14.943386 [ 3 ] {} <Debug> HTTP-Session: 48c83833-bccf-4310-b3f0-6ea6900463b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10381 | 2024.09.24 04:38:14.943427 [ 3 ] {} <Trace> HTTP-Session: 48c83833-bccf-4310-b3f0-6ea6900463b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10382 | 2024.09.24 04:38:14.943769 [ 3 ] {cb074774-37db-43b3-85f6-b2c7e139fcdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
10383 | 2024.09.24 04:38:14.943849 [ 3 ] {cb074774-37db-43b3-85f6-b2c7e139fcdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
10384 | 2024.09.24 04:38:14.944581 [ 3 ] {cb074774-37db-43b3-85f6-b2c7e139fcdd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10385 | 2024.09.24 04:38:14.945294 [ 3 ] {cb074774-37db-43b3-85f6-b2c7e139fcdd} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10386 | 2024.09.24 04:38:14.945343 [ 3 ] {cb074774-37db-43b3-85f6-b2c7e139fcdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10387 | 2024.09.24 04:38:14.946330 [ 3 ] {cb074774-37db-43b3-85f6-b2c7e139fcdd} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
10388 | 2024.09.24 04:38:14.947051 [ 3 ] {cb074774-37db-43b3-85f6-b2c7e139fcdd} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10389 | 2024.09.24 04:38:14.947313 [ 192 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16498 rows, containing 5 columns (5 merged, 0 gathered) in 0.009536562 sec., 1729973.5481193326 rows/sec., 116.64 MiB/sec. | ||
10390 | 2024.09.24 04:38:14.947522 [ 3 ] {cb074774-37db-43b3-85f6-b2c7e139fcdd} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.003991 sec., 5512.402906539714 rows/sec., 9.88 MiB/sec. | ||
10391 | 2024.09.24 04:38:14.947674 [ 192 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
10392 | 2024.09.24 04:38:14.948013 [ 3 ] {cb074774-37db-43b3-85f6-b2c7e139fcdd} <Debug> DynamicQueryHandler: Done processing query | ||
10393 | 2024.09.24 04:38:14.948084 [ 3 ] {cb074774-37db-43b3-85f6-b2c7e139fcdd} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
10394 | 2024.09.24 04:38:14.948175 [ 3 ] {} <Debug> HTTP-Session: 48c83833-bccf-4310-b3f0-6ea6900463b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10395 | 2024.09.24 04:38:14.948353 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 12152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10396 | 2024.09.24 04:38:14.948439 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10397 | 2024.09.24 04:38:14.948480 [ 3 ] {} <Debug> HTTP-Session: 34c903e8-2317-4889-b9ca-b7c265603bf3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
10398 | 2024.09.24 04:38:14.948524 [ 3 ] {} <Debug> HTTP-Session: 34c903e8-2317-4889-b9ca-b7c265603bf3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10399 | 2024.09.24 04:38:14.948530 [ 192 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10400 | 2024.09.24 04:38:14.948550 [ 3 ] {} <Debug> HTTP-Session: 34c903e8-2317-4889-b9ca-b7c265603bf3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10401 | 2024.09.24 04:38:14.948636 [ 3 ] {} <Trace> HTTP-Session: 34c903e8-2317-4889-b9ca-b7c265603bf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10402 | 2024.09.24 04:38:14.948698 [ 192 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
10403 | 2024.09.24 04:38:14.948856 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.44 MiB. | ||
10404 | 2024.09.24 04:38:14.948879 [ 3 ] {849bb990-31cc-4676-9dc6-949a9d893a43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10405 | 2024.09.24 04:38:14.948939 [ 3 ] {849bb990-31cc-4676-9dc6-949a9d893a43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10406 | 2024.09.24 04:38:14.949094 [ 3 ] {849bb990-31cc-4676-9dc6-949a9d893a43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10407 | 2024.09.24 04:38:14.949446 [ 3 ] {849bb990-31cc-4676-9dc6-949a9d893a43} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10408 | 2024.09.24 04:38:14.949483 [ 3 ] {849bb990-31cc-4676-9dc6-949a9d893a43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10409 | 2024.09.24 04:38:14.949867 [ 3 ] {849bb990-31cc-4676-9dc6-949a9d893a43} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
10410 | 2024.09.24 04:38:14.950218 [ 3 ] {849bb990-31cc-4676-9dc6-949a9d893a43} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10411 | 2024.09.24 04:38:14.950388 [ 3 ] {849bb990-31cc-4676-9dc6-949a9d893a43} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001619 sec., 50648.548486720196 rows/sec., 3.22 MiB/sec. | ||
10412 | 2024.09.24 04:38:14.950561 [ 3 ] {849bb990-31cc-4676-9dc6-949a9d893a43} <Debug> DynamicQueryHandler: Done processing query | ||
10413 | 2024.09.24 04:38:14.950587 [ 3 ] {849bb990-31cc-4676-9dc6-949a9d893a43} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10414 | 2024.09.24 04:38:14.950603 [ 3 ] {} <Debug> HTTP-Session: 34c903e8-2317-4889-b9ca-b7c265603bf3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10415 | 2024.09.24 04:38:17.655775 [ 138 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10416 | 2024.09.24 04:38:17.655840 [ 138 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10417 | 2024.09.24 04:38:19.916138 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 13137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10418 | 2024.09.24 04:38:19.916267 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10419 | 2024.09.24 04:38:19.916294 [ 3 ] {} <Debug> HTTP-Session: 7e972ae4-ea96-45f5-a7ba-710635327dd8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
10420 | 2024.09.24 04:38:19.916322 [ 3 ] {} <Debug> HTTP-Session: 7e972ae4-ea96-45f5-a7ba-710635327dd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10421 | 2024.09.24 04:38:19.916340 [ 3 ] {} <Debug> HTTP-Session: 7e972ae4-ea96-45f5-a7ba-710635327dd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10422 | 2024.09.24 04:38:19.916397 [ 3 ] {} <Trace> HTTP-Session: 7e972ae4-ea96-45f5-a7ba-710635327dd8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10423 | 2024.09.24 04:38:19.916635 [ 3 ] {9b788747-312f-4176-9ab2-f265ecd3dc81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10424 | 2024.09.24 04:38:19.916702 [ 3 ] {9b788747-312f-4176-9ab2-f265ecd3dc81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10425 | 2024.09.24 04:38:19.917043 [ 3 ] {9b788747-312f-4176-9ab2-f265ecd3dc81} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10426 | 2024.09.24 04:38:19.917559 [ 3 ] {9b788747-312f-4176-9ab2-f265ecd3dc81} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10427 | 2024.09.24 04:38:19.917600 [ 3 ] {9b788747-312f-4176-9ab2-f265ecd3dc81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10428 | 2024.09.24 04:38:19.918029 [ 3 ] {9b788747-312f-4176-9ab2-f265ecd3dc81} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
10429 | 2024.09.24 04:38:19.918427 [ 3 ] {9b788747-312f-4176-9ab2-f265ecd3dc81} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10430 | 2024.09.24 04:38:19.918574 [ 3 ] {9b788747-312f-4176-9ab2-f265ecd3dc81} <Debug> executeQuery: Read 90 rows, 7.65 KiB in 0.002021 sec., 44532.40969816923 rows/sec., 3.70 MiB/sec. | ||
10431 | 2024.09.24 04:38:19.918803 [ 3 ] {9b788747-312f-4176-9ab2-f265ecd3dc81} <Debug> DynamicQueryHandler: Done processing query | ||
10432 | 2024.09.24 04:38:19.918843 [ 3 ] {9b788747-312f-4176-9ab2-f265ecd3dc81} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
10433 | 2024.09.24 04:38:19.918871 [ 3 ] {} <Debug> HTTP-Session: 7e972ae4-ea96-45f5-a7ba-710635327dd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10434 | 2024.09.24 04:38:19.919045 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 2487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10435 | 2024.09.24 04:38:19.919094 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10436 | 2024.09.24 04:38:19.919113 [ 3 ] {} <Debug> HTTP-Session: 334642b7-73af-4bfa-9451-f6b5312f0286 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
10437 | 2024.09.24 04:38:19.919128 [ 3 ] {} <Debug> HTTP-Session: 334642b7-73af-4bfa-9451-f6b5312f0286 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10438 | 2024.09.24 04:38:19.919142 [ 3 ] {} <Debug> HTTP-Session: 334642b7-73af-4bfa-9451-f6b5312f0286 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10439 | 2024.09.24 04:38:19.919174 [ 3 ] {} <Trace> HTTP-Session: 334642b7-73af-4bfa-9451-f6b5312f0286 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10440 | 2024.09.24 04:38:19.919279 [ 3 ] {3963bc34-feb2-40e7-b0f7-7f602c464996} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10441 | 2024.09.24 04:38:19.919321 [ 3 ] {3963bc34-feb2-40e7-b0f7-7f602c464996} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10442 | 2024.09.24 04:38:19.919546 [ 3 ] {3963bc34-feb2-40e7-b0f7-7f602c464996} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10443 | 2024.09.24 04:38:19.919898 [ 3 ] {3963bc34-feb2-40e7-b0f7-7f602c464996} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10444 | 2024.09.24 04:38:19.919934 [ 3 ] {3963bc34-feb2-40e7-b0f7-7f602c464996} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10445 | 2024.09.24 04:38:19.920287 [ 3 ] {3963bc34-feb2-40e7-b0f7-7f602c464996} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
10446 | 2024.09.24 04:38:19.920653 [ 3 ] {3963bc34-feb2-40e7-b0f7-7f602c464996} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10447 | 2024.09.24 04:38:19.920782 [ 3 ] {3963bc34-feb2-40e7-b0f7-7f602c464996} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001532 sec., 11096.605744125327 rows/sec., 834.41 KiB/sec. | ||
10448 | 2024.09.24 04:38:19.921062 [ 3 ] {3963bc34-feb2-40e7-b0f7-7f602c464996} <Debug> DynamicQueryHandler: Done processing query | ||
10449 | 2024.09.24 04:38:19.921122 [ 3 ] {3963bc34-feb2-40e7-b0f7-7f602c464996} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10450 | 2024.09.24 04:38:19.921188 [ 3 ] {} <Debug> HTTP-Session: 334642b7-73af-4bfa-9451-f6b5312f0286 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10451 | 2024.09.24 04:38:19.921383 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 13756, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10452 | 2024.09.24 04:38:19.921435 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10453 | 2024.09.24 04:38:19.921454 [ 3 ] {} <Debug> HTTP-Session: 51f31fdb-30ea-43b5-bc67-ba60143b048b Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
10454 | 2024.09.24 04:38:19.921471 [ 3 ] {} <Debug> HTTP-Session: 51f31fdb-30ea-43b5-bc67-ba60143b048b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10455 | 2024.09.24 04:38:19.921484 [ 3 ] {} <Debug> HTTP-Session: 51f31fdb-30ea-43b5-bc67-ba60143b048b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10456 | 2024.09.24 04:38:19.921516 [ 3 ] {} <Trace> HTTP-Session: 51f31fdb-30ea-43b5-bc67-ba60143b048b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10457 | 2024.09.24 04:38:19.921640 [ 3 ] {fedf4358-5a14-4e40-90be-7fec265ecc6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10458 | 2024.09.24 04:38:19.921684 [ 3 ] {fedf4358-5a14-4e40-90be-7fec265ecc6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10459 | 2024.09.24 04:38:19.921926 [ 3 ] {fedf4358-5a14-4e40-90be-7fec265ecc6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10460 | 2024.09.24 04:38:19.922337 [ 3 ] {fedf4358-5a14-4e40-90be-7fec265ecc6e} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10461 | 2024.09.24 04:38:19.922373 [ 3 ] {fedf4358-5a14-4e40-90be-7fec265ecc6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10462 | 2024.09.24 04:38:19.922745 [ 3 ] {fedf4358-5a14-4e40-90be-7fec265ecc6e} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
10463 | 2024.09.24 04:38:19.923115 [ 3 ] {fedf4358-5a14-4e40-90be-7fec265ecc6e} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10464 | 2024.09.24 04:38:19.923243 [ 3 ] {fedf4358-5a14-4e40-90be-7fec265ecc6e} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.001646 sec., 49210.20656136088 rows/sec., 3.84 MiB/sec. | ||
10465 | 2024.09.24 04:38:19.923411 [ 3 ] {fedf4358-5a14-4e40-90be-7fec265ecc6e} <Debug> DynamicQueryHandler: Done processing query | ||
10466 | 2024.09.24 04:38:19.923435 [ 3 ] {fedf4358-5a14-4e40-90be-7fec265ecc6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
10467 | 2024.09.24 04:38:19.923450 [ 3 ] {} <Debug> HTTP-Session: 51f31fdb-30ea-43b5-bc67-ba60143b048b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10468 | 2024.09.24 04:38:19.923616 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10469 | 2024.09.24 04:38:19.923667 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10470 | 2024.09.24 04:38:19.923685 [ 3 ] {} <Debug> HTTP-Session: 46cb9524-8713-402a-9b2a-f9e0c8d25e0e Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
10471 | 2024.09.24 04:38:19.923701 [ 3 ] {} <Debug> HTTP-Session: 46cb9524-8713-402a-9b2a-f9e0c8d25e0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10472 | 2024.09.24 04:38:19.923714 [ 3 ] {} <Debug> HTTP-Session: 46cb9524-8713-402a-9b2a-f9e0c8d25e0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10473 | 2024.09.24 04:38:19.923745 [ 3 ] {} <Trace> HTTP-Session: 46cb9524-8713-402a-9b2a-f9e0c8d25e0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10474 | 2024.09.24 04:38:19.923893 [ 3 ] {61bca874-013f-482b-9cb7-529ab64f6d95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10475 | 2024.09.24 04:38:19.923941 [ 3 ] {61bca874-013f-482b-9cb7-529ab64f6d95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10476 | 2024.09.24 04:38:19.924085 [ 3 ] {61bca874-013f-482b-9cb7-529ab64f6d95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10477 | 2024.09.24 04:38:19.924488 [ 3 ] {61bca874-013f-482b-9cb7-529ab64f6d95} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10478 | 2024.09.24 04:38:19.924523 [ 3 ] {61bca874-013f-482b-9cb7-529ab64f6d95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10479 | 2024.09.24 04:38:19.924918 [ 3 ] {61bca874-013f-482b-9cb7-529ab64f6d95} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
10480 | 2024.09.24 04:38:19.925258 [ 3 ] {61bca874-013f-482b-9cb7-529ab64f6d95} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10481 | 2024.09.24 04:38:19.925384 [ 3 ] {61bca874-013f-482b-9cb7-529ab64f6d95} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001559 sec., 102629.89095574086 rows/sec., 7.15 MiB/sec. | ||
10482 | 2024.09.24 04:38:19.925577 [ 3 ] {61bca874-013f-482b-9cb7-529ab64f6d95} <Debug> DynamicQueryHandler: Done processing query | ||
10483 | 2024.09.24 04:38:19.925605 [ 3 ] {61bca874-013f-482b-9cb7-529ab64f6d95} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10484 | 2024.09.24 04:38:19.925620 [ 3 ] {} <Debug> HTTP-Session: 46cb9524-8713-402a-9b2a-f9e0c8d25e0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10485 | 2024.09.24 04:38:19.925768 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 29047, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10486 | 2024.09.24 04:38:19.925816 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10487 | 2024.09.24 04:38:19.925835 [ 3 ] {} <Debug> HTTP-Session: 71eeda77-3db3-4db1-a553-b08e3fa06924 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
10488 | 2024.09.24 04:38:19.925852 [ 3 ] {} <Debug> HTTP-Session: 71eeda77-3db3-4db1-a553-b08e3fa06924 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10489 | 2024.09.24 04:38:19.925865 [ 3 ] {} <Debug> HTTP-Session: 71eeda77-3db3-4db1-a553-b08e3fa06924 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10490 | 2024.09.24 04:38:19.925896 [ 3 ] {} <Trace> HTTP-Session: 71eeda77-3db3-4db1-a553-b08e3fa06924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10491 | 2024.09.24 04:38:19.926128 [ 3 ] {c77d2d32-d72e-4644-ad28-908359c1d414} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
10492 | 2024.09.24 04:38:19.926193 [ 3 ] {c77d2d32-d72e-4644-ad28-908359c1d414} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
10493 | 2024.09.24 04:38:19.926597 [ 3 ] {c77d2d32-d72e-4644-ad28-908359c1d414} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10494 | 2024.09.24 04:38:19.927219 [ 3 ] {c77d2d32-d72e-4644-ad28-908359c1d414} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10495 | 2024.09.24 04:38:19.927254 [ 3 ] {c77d2d32-d72e-4644-ad28-908359c1d414} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10496 | 2024.09.24 04:38:19.927881 [ 3 ] {c77d2d32-d72e-4644-ad28-908359c1d414} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
10497 | 2024.09.24 04:38:19.928302 [ 3 ] {c77d2d32-d72e-4644-ad28-908359c1d414} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10498 | 2024.09.24 04:38:19.928449 [ 3 ] {c77d2d32-d72e-4644-ad28-908359c1d414} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002474 sec., 6871.463217461601 rows/sec., 12.31 MiB/sec. | ||
10499 | 2024.09.24 04:38:19.928662 [ 3 ] {c77d2d32-d72e-4644-ad28-908359c1d414} <Debug> DynamicQueryHandler: Done processing query | ||
10500 | 2024.09.24 04:38:19.928686 [ 3 ] {c77d2d32-d72e-4644-ad28-908359c1d414} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
10501 | 2024.09.24 04:38:19.928703 [ 3 ] {} <Debug> HTTP-Session: 71eeda77-3db3-4db1-a553-b08e3fa06924 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10502 | 2024.09.24 04:38:19.928820 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10503 | 2024.09.24 04:38:19.928869 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10504 | 2024.09.24 04:38:19.928888 [ 3 ] {} <Debug> HTTP-Session: 2c7fdea3-7e9e-490d-90cf-7076fb10163f Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
10505 | 2024.09.24 04:38:19.928905 [ 3 ] {} <Debug> HTTP-Session: 2c7fdea3-7e9e-490d-90cf-7076fb10163f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10506 | 2024.09.24 04:38:19.928918 [ 3 ] {} <Debug> HTTP-Session: 2c7fdea3-7e9e-490d-90cf-7076fb10163f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10507 | 2024.09.24 04:38:19.928949 [ 3 ] {} <Trace> HTTP-Session: 2c7fdea3-7e9e-490d-90cf-7076fb10163f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10508 | 2024.09.24 04:38:19.929062 [ 3 ] {e5d3527b-296a-4ba5-8714-880087697ac9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10509 | 2024.09.24 04:38:19.929107 [ 3 ] {e5d3527b-296a-4ba5-8714-880087697ac9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10510 | 2024.09.24 04:38:19.929234 [ 3 ] {e5d3527b-296a-4ba5-8714-880087697ac9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10511 | 2024.09.24 04:38:19.929535 [ 3 ] {e5d3527b-296a-4ba5-8714-880087697ac9} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10512 | 2024.09.24 04:38:19.929570 [ 3 ] {e5d3527b-296a-4ba5-8714-880087697ac9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10513 | 2024.09.24 04:38:19.929942 [ 3 ] {e5d3527b-296a-4ba5-8714-880087697ac9} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
10514 | 2024.09.24 04:38:19.930281 [ 3 ] {e5d3527b-296a-4ba5-8714-880087697ac9} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10515 | 2024.09.24 04:38:19.930404 [ 136 ] {} <Debug> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
10516 | 2024.09.24 04:38:19.930409 [ 3 ] {e5d3527b-296a-4ba5-8714-880087697ac9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001383 sec., 43383.94793926248 rows/sec., 2.92 MiB/sec. | ||
10517 | 2024.09.24 04:38:19.930444 [ 136 ] {} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10518 | 2024.09.24 04:38:19.930479 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10519 | 2024.09.24 04:38:19.930660 [ 3 ] {e5d3527b-296a-4ba5-8714-880087697ac9} <Debug> DynamicQueryHandler: Done processing query | ||
10520 | 2024.09.24 04:38:19.930742 [ 3 ] {e5d3527b-296a-4ba5-8714-880087697ac9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10521 | 2024.09.24 04:38:19.930819 [ 3 ] {} <Debug> HTTP-Session: 2c7fdea3-7e9e-490d-90cf-7076fb10163f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10522 | 2024.09.24 04:38:19.930927 [ 192 ] {f478628c-c6e4-42cc-be87-88262b5420f7::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 | ||
10523 | 2024.09.24 04:38:19.931234 [ 192 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10524 | 2024.09.24 04:38:19.931279 [ 192 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2826 rows starting from the beginning of the part | ||
10525 | 2024.09.24 04:38:19.931367 [ 192 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part | ||
10526 | 2024.09.24 04:38:19.931548 [ 192 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 82 rows starting from the beginning of the part | ||
10527 | 2024.09.24 04:38:19.931765 [ 192 ] {f478628c-c6e4-42cc-be87-88262b5420f7::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 | ||
10528 | 2024.09.24 04:38:19.931980 [ 192 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 82 rows starting from the beginning of the part | ||
10529 | 2024.09.24 04:38:19.932199 [ 192 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part | ||
10530 | 2024.09.24 04:38:19.933850 [ 195 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3170 rows, containing 4 columns (4 merged, 0 gathered) in 0.003247679 sec., 976081.6878761725 rows/sec., 63.55 MiB/sec. | ||
10531 | 2024.09.24 04:38:19.934195 [ 187 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
10532 | 2024.09.24 04:38:19.934669 [ 187 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_46_9} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10533 | 2024.09.24 04:38:19.934759 [ 187 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_46_9} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
10534 | 2024.09.24 04:38:19.934861 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. | ||
10535 | 2024.09.24 04:38:20.943002 [ 135 ] {} <Debug> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469) (MergerMutator): Selected 5 parts from all_1_16_3 to all_20_20_0 | ||
10536 | 2024.09.24 04:38:20.943082 [ 135 ] {} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10537 | 2024.09.24 04:38:20.943105 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10538 | 2024.09.24 04:38:20.943287 [ 186 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_16_3 to all_20_20_0 into Compact with storage Full | ||
10539 | 2024.09.24 04:38:20.943495 [ 186 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10540 | 2024.09.24 04:38:20.943537 [ 186 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 18 rows starting from the beginning of the part | ||
10541 | 2024.09.24 04:38:20.943621 [ 186 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
10542 | 2024.09.24 04:38:20.943831 [ 186 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part | ||
10543 | 2024.09.24 04:38:20.944112 [ 186 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part | ||
10544 | 2024.09.24 04:38:20.944311 [ 186 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part | ||
10545 | 2024.09.24 04:38:20.945422 [ 187 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.002235537 sec., 13419.5944866938 rows/sec., 1.12 MiB/sec. | ||
10546 | 2024.09.24 04:38:20.945604 [ 187 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
10547 | 2024.09.24 04:38:20.946081 [ 187 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_20_4} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10548 | 2024.09.24 04:38:20.946173 [ 187 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_20_4} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469) (MergerMutator): Merged 5 parts: [all_1_16_3, all_20_20_0] -> all_1_20_4 | ||
10549 | 2024.09.24 04:38:20.946280 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
10550 | 2024.09.24 04:38:24.920627 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10551 | 2024.09.24 04:38:24.920749 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10552 | 2024.09.24 04:38:24.920774 [ 3 ] {} <Debug> HTTP-Session: 8b823f7f-5f4a-4229-b60e-b6f93ce2a8e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
10553 | 2024.09.24 04:38:24.920799 [ 3 ] {} <Debug> HTTP-Session: 8b823f7f-5f4a-4229-b60e-b6f93ce2a8e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10554 | 2024.09.24 04:38:24.920814 [ 3 ] {} <Debug> HTTP-Session: 8b823f7f-5f4a-4229-b60e-b6f93ce2a8e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10555 | 2024.09.24 04:38:24.920864 [ 3 ] {} <Trace> HTTP-Session: 8b823f7f-5f4a-4229-b60e-b6f93ce2a8e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10556 | 2024.09.24 04:38:24.921050 [ 3 ] {453e5f4e-ec03-4872-b5a8-7bfc2218d0c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10557 | 2024.09.24 04:38:24.921122 [ 3 ] {453e5f4e-ec03-4872-b5a8-7bfc2218d0c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10558 | 2024.09.24 04:38:24.921467 [ 3 ] {453e5f4e-ec03-4872-b5a8-7bfc2218d0c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10559 | 2024.09.24 04:38:24.921896 [ 3 ] {453e5f4e-ec03-4872-b5a8-7bfc2218d0c6} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10560 | 2024.09.24 04:38:24.921946 [ 3 ] {453e5f4e-ec03-4872-b5a8-7bfc2218d0c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10561 | 2024.09.24 04:38:24.922367 [ 3 ] {453e5f4e-ec03-4872-b5a8-7bfc2218d0c6} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
10562 | 2024.09.24 04:38:24.922776 [ 3 ] {453e5f4e-ec03-4872-b5a8-7bfc2218d0c6} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10563 | 2024.09.24 04:38:24.922959 [ 3 ] {453e5f4e-ec03-4872-b5a8-7bfc2218d0c6} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001954 sec., 1023.5414534288639 rows/sec., 83.46 KiB/sec. | ||
10564 | 2024.09.24 04:38:24.923185 [ 3 ] {453e5f4e-ec03-4872-b5a8-7bfc2218d0c6} <Debug> DynamicQueryHandler: Done processing query | ||
10565 | 2024.09.24 04:38:24.923214 [ 3 ] {453e5f4e-ec03-4872-b5a8-7bfc2218d0c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10566 | 2024.09.24 04:38:24.923231 [ 3 ] {} <Debug> HTTP-Session: 8b823f7f-5f4a-4229-b60e-b6f93ce2a8e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10567 | 2024.09.24 04:38:24.923452 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 35282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10568 | 2024.09.24 04:38:24.923507 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10569 | 2024.09.24 04:38:24.923527 [ 3 ] {} <Debug> HTTP-Session: 628d28a4-e3cb-4fce-9c59-710811b0c9fc Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
10570 | 2024.09.24 04:38:24.923546 [ 3 ] {} <Debug> HTTP-Session: 628d28a4-e3cb-4fce-9c59-710811b0c9fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10571 | 2024.09.24 04:38:24.923560 [ 3 ] {} <Debug> HTTP-Session: 628d28a4-e3cb-4fce-9c59-710811b0c9fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10572 | 2024.09.24 04:38:24.923596 [ 3 ] {} <Trace> HTTP-Session: 628d28a4-e3cb-4fce-9c59-710811b0c9fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10573 | 2024.09.24 04:38:24.923770 [ 3 ] {140feb24-7acc-4584-a167-4043ce289feb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10574 | 2024.09.24 04:38:24.923819 [ 3 ] {140feb24-7acc-4584-a167-4043ce289feb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10575 | 2024.09.24 04:38:24.924063 [ 3 ] {140feb24-7acc-4584-a167-4043ce289feb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10576 | 2024.09.24 04:38:24.924598 [ 3 ] {140feb24-7acc-4584-a167-4043ce289feb} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10577 | 2024.09.24 04:38:24.924637 [ 3 ] {140feb24-7acc-4584-a167-4043ce289feb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10578 | 2024.09.24 04:38:24.925023 [ 3 ] {140feb24-7acc-4584-a167-4043ce289feb} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10579 | 2024.09.24 04:38:24.925398 [ 3 ] {140feb24-7acc-4584-a167-4043ce289feb} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10580 | 2024.09.24 04:38:24.925573 [ 3 ] {140feb24-7acc-4584-a167-4043ce289feb} <Debug> executeQuery: Read 234 rows, 21.06 KiB in 0.001877 sec., 124667.02184336708 rows/sec., 10.96 MiB/sec. | ||
10581 | 2024.09.24 04:38:24.925767 [ 3 ] {140feb24-7acc-4584-a167-4043ce289feb} <Debug> DynamicQueryHandler: Done processing query | ||
10582 | 2024.09.24 04:38:24.925792 [ 3 ] {140feb24-7acc-4584-a167-4043ce289feb} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
10583 | 2024.09.24 04:38:24.925809 [ 3 ] {} <Debug> HTTP-Session: 628d28a4-e3cb-4fce-9c59-710811b0c9fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10584 | 2024.09.24 04:38:24.925948 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10585 | 2024.09.24 04:38:24.926001 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10586 | 2024.09.24 04:38:24.926026 [ 3 ] {} <Debug> HTTP-Session: 2ffd440b-d0ee-40c8-8d69-912050d3c7c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
10587 | 2024.09.24 04:38:24.926044 [ 3 ] {} <Debug> HTTP-Session: 2ffd440b-d0ee-40c8-8d69-912050d3c7c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10588 | 2024.09.24 04:38:24.926058 [ 3 ] {} <Debug> HTTP-Session: 2ffd440b-d0ee-40c8-8d69-912050d3c7c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10589 | 2024.09.24 04:38:24.926093 [ 3 ] {} <Trace> HTTP-Session: 2ffd440b-d0ee-40c8-8d69-912050d3c7c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10590 | 2024.09.24 04:38:24.926215 [ 3 ] {5fe67ae3-c440-4fd2-bf17-43377e62c6a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10591 | 2024.09.24 04:38:24.926276 [ 3 ] {5fe67ae3-c440-4fd2-bf17-43377e62c6a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10592 | 2024.09.24 04:38:24.926522 [ 3 ] {5fe67ae3-c440-4fd2-bf17-43377e62c6a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10593 | 2024.09.24 04:38:24.926862 [ 3 ] {5fe67ae3-c440-4fd2-bf17-43377e62c6a0} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10594 | 2024.09.24 04:38:24.926899 [ 3 ] {5fe67ae3-c440-4fd2-bf17-43377e62c6a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10595 | 2024.09.24 04:38:24.927271 [ 3 ] {5fe67ae3-c440-4fd2-bf17-43377e62c6a0} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
10596 | 2024.09.24 04:38:24.927634 [ 3 ] {5fe67ae3-c440-4fd2-bf17-43377e62c6a0} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10597 | 2024.09.24 04:38:24.927764 [ 3 ] {5fe67ae3-c440-4fd2-bf17-43377e62c6a0} <Debug> executeQuery: Read 24 rows, 1.79 KiB in 0.00159 sec., 15094.33962264151 rows/sec., 1.10 MiB/sec. | ||
10598 | 2024.09.24 04:38:24.928039 [ 3 ] {5fe67ae3-c440-4fd2-bf17-43377e62c6a0} <Debug> DynamicQueryHandler: Done processing query | ||
10599 | 2024.09.24 04:38:24.928093 [ 3 ] {5fe67ae3-c440-4fd2-bf17-43377e62c6a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10600 | 2024.09.24 04:38:24.928153 [ 3 ] {} <Debug> HTTP-Session: 2ffd440b-d0ee-40c8-8d69-912050d3c7c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10601 | 2024.09.24 04:38:24.928337 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10602 | 2024.09.24 04:38:24.928394 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10603 | 2024.09.24 04:38:24.928414 [ 3 ] {} <Debug> HTTP-Session: f49161d6-702f-4516-afb5-00364820a7b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
10604 | 2024.09.24 04:38:24.928432 [ 3 ] {} <Debug> HTTP-Session: f49161d6-702f-4516-afb5-00364820a7b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10605 | 2024.09.24 04:38:24.928447 [ 3 ] {} <Debug> HTTP-Session: f49161d6-702f-4516-afb5-00364820a7b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10606 | 2024.09.24 04:38:24.928480 [ 3 ] {} <Trace> HTTP-Session: f49161d6-702f-4516-afb5-00364820a7b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10607 | 2024.09.24 04:38:24.928592 [ 3 ] {c3a660b9-c2e3-4608-8b9a-8a41fa84bf4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
10608 | 2024.09.24 04:38:24.928640 [ 3 ] {c3a660b9-c2e3-4608-8b9a-8a41fa84bf4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10609 | 2024.09.24 04:38:24.928892 [ 3 ] {c3a660b9-c2e3-4608-8b9a-8a41fa84bf4d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10610 | 2024.09.24 04:38:24.929217 [ 3 ] {c3a660b9-c2e3-4608-8b9a-8a41fa84bf4d} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10611 | 2024.09.24 04:38:24.929255 [ 3 ] {c3a660b9-c2e3-4608-8b9a-8a41fa84bf4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10612 | 2024.09.24 04:38:24.929624 [ 3 ] {c3a660b9-c2e3-4608-8b9a-8a41fa84bf4d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
10613 | 2024.09.24 04:38:24.929989 [ 3 ] {c3a660b9-c2e3-4608-8b9a-8a41fa84bf4d} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10614 | 2024.09.24 04:38:24.930117 [ 3 ] {c3a660b9-c2e3-4608-8b9a-8a41fa84bf4d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001557 sec., 8991.65061014772 rows/sec., 629.72 KiB/sec. | ||
10615 | 2024.09.24 04:38:24.930295 [ 3 ] {c3a660b9-c2e3-4608-8b9a-8a41fa84bf4d} <Debug> DynamicQueryHandler: Done processing query | ||
10616 | 2024.09.24 04:38:24.930322 [ 3 ] {c3a660b9-c2e3-4608-8b9a-8a41fa84bf4d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10617 | 2024.09.24 04:38:24.930338 [ 3 ] {} <Debug> HTTP-Session: f49161d6-702f-4516-afb5-00364820a7b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10618 | 2024.09.24 04:38:24.930456 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10619 | 2024.09.24 04:38:24.930507 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10620 | 2024.09.24 04:38:24.930526 [ 3 ] {} <Debug> HTTP-Session: 0edf8c08-e629-4ffd-a838-18d16aa60afb Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
10621 | 2024.09.24 04:38:24.930543 [ 3 ] {} <Debug> HTTP-Session: 0edf8c08-e629-4ffd-a838-18d16aa60afb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10622 | 2024.09.24 04:38:24.930557 [ 3 ] {} <Debug> HTTP-Session: 0edf8c08-e629-4ffd-a838-18d16aa60afb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10623 | 2024.09.24 04:38:24.930589 [ 3 ] {} <Trace> HTTP-Session: 0edf8c08-e629-4ffd-a838-18d16aa60afb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10624 | 2024.09.24 04:38:24.930691 [ 3 ] {0665ca19-b88b-4cdf-92db-fefb5f297206} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
10625 | 2024.09.24 04:38:24.930736 [ 3 ] {0665ca19-b88b-4cdf-92db-fefb5f297206} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
10626 | 2024.09.24 04:38:24.930960 [ 3 ] {0665ca19-b88b-4cdf-92db-fefb5f297206} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10627 | 2024.09.24 04:38:24.931279 [ 3 ] {0665ca19-b88b-4cdf-92db-fefb5f297206} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10628 | 2024.09.24 04:38:24.931315 [ 3 ] {0665ca19-b88b-4cdf-92db-fefb5f297206} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10629 | 2024.09.24 04:38:24.931662 [ 3 ] {0665ca19-b88b-4cdf-92db-fefb5f297206} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
10630 | 2024.09.24 04:38:24.932023 [ 3 ] {0665ca19-b88b-4cdf-92db-fefb5f297206} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10631 | 2024.09.24 04:38:24.932157 [ 3 ] {0665ca19-b88b-4cdf-92db-fefb5f297206} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001492 sec., 4021.4477211796243 rows/sec., 237.60 KiB/sec. | ||
10632 | 2024.09.24 04:38:24.932473 [ 3 ] {0665ca19-b88b-4cdf-92db-fefb5f297206} <Debug> DynamicQueryHandler: Done processing query | ||
10633 | 2024.09.24 04:38:24.932498 [ 3 ] {0665ca19-b88b-4cdf-92db-fefb5f297206} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10634 | 2024.09.24 04:38:24.932514 [ 3 ] {} <Debug> HTTP-Session: 0edf8c08-e629-4ffd-a838-18d16aa60afb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10635 | 2024.09.24 04:38:24.932710 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 65841, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10636 | 2024.09.24 04:38:24.932760 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10637 | 2024.09.24 04:38:24.932780 [ 3 ] {} <Debug> HTTP-Session: edd4a76a-56a3-49e3-ae4a-5850a2a70000 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
10638 | 2024.09.24 04:38:24.932796 [ 3 ] {} <Debug> HTTP-Session: edd4a76a-56a3-49e3-ae4a-5850a2a70000 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10639 | 2024.09.24 04:38:24.932811 [ 3 ] {} <Debug> HTTP-Session: edd4a76a-56a3-49e3-ae4a-5850a2a70000 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10640 | 2024.09.24 04:38:24.932842 [ 3 ] {} <Trace> HTTP-Session: edd4a76a-56a3-49e3-ae4a-5850a2a70000 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10641 | 2024.09.24 04:38:24.933066 [ 3 ] {f403b35c-1f15-4bd5-83c8-3d54798b30cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10642 | 2024.09.24 04:38:24.933110 [ 3 ] {f403b35c-1f15-4bd5-83c8-3d54798b30cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10643 | 2024.09.24 04:38:24.933356 [ 3 ] {f403b35c-1f15-4bd5-83c8-3d54798b30cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10644 | 2024.09.24 04:38:24.933930 [ 3 ] {f403b35c-1f15-4bd5-83c8-3d54798b30cb} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10645 | 2024.09.24 04:38:24.933966 [ 3 ] {f403b35c-1f15-4bd5-83c8-3d54798b30cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10646 | 2024.09.24 04:38:24.934340 [ 3 ] {f403b35c-1f15-4bd5-83c8-3d54798b30cb} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10647 | 2024.09.24 04:38:24.934720 [ 3 ] {f403b35c-1f15-4bd5-83c8-3d54798b30cb} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10648 | 2024.09.24 04:38:24.934845 [ 3 ] {f403b35c-1f15-4bd5-83c8-3d54798b30cb} <Debug> executeQuery: Read 406 rows, 29.61 KiB in 0.001897 sec., 214022.14022140222 rows/sec., 15.24 MiB/sec. | ||
10649 | 2024.09.24 04:38:24.935014 [ 3 ] {f403b35c-1f15-4bd5-83c8-3d54798b30cb} <Debug> DynamicQueryHandler: Done processing query | ||
10650 | 2024.09.24 04:38:24.935039 [ 3 ] {f403b35c-1f15-4bd5-83c8-3d54798b30cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
10651 | 2024.09.24 04:38:24.935055 [ 3 ] {} <Debug> HTTP-Session: edd4a76a-56a3-49e3-ae4a-5850a2a70000 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10652 | 2024.09.24 04:38:24.935183 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10653 | 2024.09.24 04:38:24.935233 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10654 | 2024.09.24 04:38:24.935251 [ 3 ] {} <Debug> HTTP-Session: 02e1064b-f1bc-477c-ad33-bbc196b401ae Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
10655 | 2024.09.24 04:38:24.935268 [ 3 ] {} <Debug> HTTP-Session: 02e1064b-f1bc-477c-ad33-bbc196b401ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10656 | 2024.09.24 04:38:24.935283 [ 3 ] {} <Debug> HTTP-Session: 02e1064b-f1bc-477c-ad33-bbc196b401ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10657 | 2024.09.24 04:38:24.935314 [ 3 ] {} <Trace> HTTP-Session: 02e1064b-f1bc-477c-ad33-bbc196b401ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10658 | 2024.09.24 04:38:24.935439 [ 3 ] {cb3006c4-a81e-4bf7-b883-6e7fa68feedf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
10659 | 2024.09.24 04:38:24.935483 [ 3 ] {cb3006c4-a81e-4bf7-b883-6e7fa68feedf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10660 | 2024.09.24 04:38:24.935610 [ 3 ] {cb3006c4-a81e-4bf7-b883-6e7fa68feedf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10661 | 2024.09.24 04:38:24.935880 [ 3 ] {cb3006c4-a81e-4bf7-b883-6e7fa68feedf} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10662 | 2024.09.24 04:38:24.935916 [ 3 ] {cb3006c4-a81e-4bf7-b883-6e7fa68feedf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10663 | 2024.09.24 04:38:24.936274 [ 3 ] {cb3006c4-a81e-4bf7-b883-6e7fa68feedf} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
10664 | 2024.09.24 04:38:24.936601 [ 3 ] {cb3006c4-a81e-4bf7-b883-6e7fa68feedf} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10665 | 2024.09.24 04:38:24.936731 [ 3 ] {cb3006c4-a81e-4bf7-b883-6e7fa68feedf} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001317 sec., 4555.808656036446 rows/sec., 238.02 KiB/sec. | ||
10666 | 2024.09.24 04:38:24.936892 [ 3 ] {cb3006c4-a81e-4bf7-b883-6e7fa68feedf} <Debug> DynamicQueryHandler: Done processing query | ||
10667 | 2024.09.24 04:38:24.936915 [ 3 ] {cb3006c4-a81e-4bf7-b883-6e7fa68feedf} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10668 | 2024.09.24 04:38:24.936955 [ 3 ] {} <Debug> HTTP-Session: 02e1064b-f1bc-477c-ad33-bbc196b401ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10669 | 2024.09.24 04:38:24.937124 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 44803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10670 | 2024.09.24 04:38:24.937173 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10671 | 2024.09.24 04:38:24.937192 [ 3 ] {} <Debug> HTTP-Session: 0695e9cf-5d5c-4caa-9e7e-974dddd51c2b Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
10672 | 2024.09.24 04:38:24.937208 [ 3 ] {} <Debug> HTTP-Session: 0695e9cf-5d5c-4caa-9e7e-974dddd51c2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10673 | 2024.09.24 04:38:24.937222 [ 3 ] {} <Debug> HTTP-Session: 0695e9cf-5d5c-4caa-9e7e-974dddd51c2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10674 | 2024.09.24 04:38:24.937252 [ 3 ] {} <Trace> HTTP-Session: 0695e9cf-5d5c-4caa-9e7e-974dddd51c2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10675 | 2024.09.24 04:38:24.937446 [ 3 ] {cf4b38f4-6ef3-48bb-81b9-6293ec1a6b98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10676 | 2024.09.24 04:38:24.937493 [ 3 ] {cf4b38f4-6ef3-48bb-81b9-6293ec1a6b98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10677 | 2024.09.24 04:38:24.937634 [ 3 ] {cf4b38f4-6ef3-48bb-81b9-6293ec1a6b98} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10678 | 2024.09.24 04:38:24.938089 [ 3 ] {cf4b38f4-6ef3-48bb-81b9-6293ec1a6b98} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10679 | 2024.09.24 04:38:24.938124 [ 3 ] {cf4b38f4-6ef3-48bb-81b9-6293ec1a6b98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10680 | 2024.09.24 04:38:24.938507 [ 3 ] {cf4b38f4-6ef3-48bb-81b9-6293ec1a6b98} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
10681 | 2024.09.24 04:38:24.938842 [ 3 ] {cf4b38f4-6ef3-48bb-81b9-6293ec1a6b98} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10682 | 2024.09.24 04:38:24.938969 [ 3 ] {cf4b38f4-6ef3-48bb-81b9-6293ec1a6b98} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001634 sec., 145654.8347613219 rows/sec., 9.76 MiB/sec. | ||
10683 | 2024.09.24 04:38:24.939240 [ 3 ] {cf4b38f4-6ef3-48bb-81b9-6293ec1a6b98} <Debug> DynamicQueryHandler: Done processing query | ||
10684 | 2024.09.24 04:38:24.939289 [ 3 ] {cf4b38f4-6ef3-48bb-81b9-6293ec1a6b98} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
10685 | 2024.09.24 04:38:24.939325 [ 3 ] {} <Debug> HTTP-Session: 0695e9cf-5d5c-4caa-9e7e-974dddd51c2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10686 | 2024.09.24 04:38:24.939452 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10687 | 2024.09.24 04:38:24.939500 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10688 | 2024.09.24 04:38:24.939519 [ 3 ] {} <Debug> HTTP-Session: d2e99de1-d449-4467-b0bc-44563488a199 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
10689 | 2024.09.24 04:38:24.939535 [ 3 ] {} <Debug> HTTP-Session: d2e99de1-d449-4467-b0bc-44563488a199 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10690 | 2024.09.24 04:38:24.939549 [ 3 ] {} <Debug> HTTP-Session: d2e99de1-d449-4467-b0bc-44563488a199 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10691 | 2024.09.24 04:38:24.939580 [ 3 ] {} <Trace> HTTP-Session: d2e99de1-d449-4467-b0bc-44563488a199 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10692 | 2024.09.24 04:38:24.939675 [ 3 ] {f8343268-9958-4d62-9b4d-c6c95091322d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
10693 | 2024.09.24 04:38:24.939722 [ 3 ] {f8343268-9958-4d62-9b4d-c6c95091322d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
10694 | 2024.09.24 04:38:24.939869 [ 3 ] {f8343268-9958-4d62-9b4d-c6c95091322d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10695 | 2024.09.24 04:38:24.940148 [ 3 ] {f8343268-9958-4d62-9b4d-c6c95091322d} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10696 | 2024.09.24 04:38:24.940183 [ 3 ] {f8343268-9958-4d62-9b4d-c6c95091322d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10697 | 2024.09.24 04:38:24.940594 [ 3 ] {f8343268-9958-4d62-9b4d-c6c95091322d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
10698 | 2024.09.24 04:38:24.940934 [ 3 ] {f8343268-9958-4d62-9b4d-c6c95091322d} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10699 | 2024.09.24 04:38:24.941071 [ 3 ] {f8343268-9958-4d62-9b4d-c6c95091322d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001419 sec., 704.7216349541932 rows/sec., 47.49 KiB/sec. | ||
10700 | 2024.09.24 04:38:24.941241 [ 3 ] {f8343268-9958-4d62-9b4d-c6c95091322d} <Debug> DynamicQueryHandler: Done processing query | ||
10701 | 2024.09.24 04:38:24.941267 [ 3 ] {f8343268-9958-4d62-9b4d-c6c95091322d} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
10702 | 2024.09.24 04:38:24.941284 [ 3 ] {} <Debug> HTTP-Session: d2e99de1-d449-4467-b0bc-44563488a199 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10703 | 2024.09.24 04:38:24.941459 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 36143, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10704 | 2024.09.24 04:38:24.941517 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10705 | 2024.09.24 04:38:24.941538 [ 3 ] {} <Debug> HTTP-Session: be5de067-68a0-4b25-be79-6a0e5b0adb03 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
10706 | 2024.09.24 04:38:24.941555 [ 3 ] {} <Debug> HTTP-Session: be5de067-68a0-4b25-be79-6a0e5b0adb03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10707 | 2024.09.24 04:38:24.941569 [ 3 ] {} <Debug> HTTP-Session: be5de067-68a0-4b25-be79-6a0e5b0adb03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10708 | 2024.09.24 04:38:24.941601 [ 3 ] {} <Trace> HTTP-Session: be5de067-68a0-4b25-be79-6a0e5b0adb03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10709 | 2024.09.24 04:38:24.941885 [ 3 ] {454643b3-43a9-4cba-95af-58f17838db23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
10710 | 2024.09.24 04:38:24.941953 [ 3 ] {454643b3-43a9-4cba-95af-58f17838db23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
10711 | 2024.09.24 04:38:24.942369 [ 3 ] {454643b3-43a9-4cba-95af-58f17838db23} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10712 | 2024.09.24 04:38:24.942994 [ 3 ] {454643b3-43a9-4cba-95af-58f17838db23} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10713 | 2024.09.24 04:38:24.943032 [ 3 ] {454643b3-43a9-4cba-95af-58f17838db23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10714 | 2024.09.24 04:38:24.943643 [ 3 ] {454643b3-43a9-4cba-95af-58f17838db23} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
10715 | 2024.09.24 04:38:24.944054 [ 3 ] {454643b3-43a9-4cba-95af-58f17838db23} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10716 | 2024.09.24 04:38:24.944204 [ 3 ] {454643b3-43a9-4cba-95af-58f17838db23} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002509 sec., 8768.43363889996 rows/sec., 15.71 MiB/sec. | ||
10717 | 2024.09.24 04:38:24.944430 [ 3 ] {454643b3-43a9-4cba-95af-58f17838db23} <Debug> DynamicQueryHandler: Done processing query | ||
10718 | 2024.09.24 04:38:24.944454 [ 3 ] {454643b3-43a9-4cba-95af-58f17838db23} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
10719 | 2024.09.24 04:38:24.944470 [ 3 ] {} <Debug> HTTP-Session: be5de067-68a0-4b25-be79-6a0e5b0adb03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10720 | 2024.09.24 04:38:24.944600 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 12152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10721 | 2024.09.24 04:38:24.944651 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10722 | 2024.09.24 04:38:24.944670 [ 3 ] {} <Debug> HTTP-Session: 2500197b-64f2-4e06-9f40-703c214d05e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
10723 | 2024.09.24 04:38:24.944687 [ 3 ] {} <Debug> HTTP-Session: 2500197b-64f2-4e06-9f40-703c214d05e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10724 | 2024.09.24 04:38:24.944701 [ 3 ] {} <Debug> HTTP-Session: 2500197b-64f2-4e06-9f40-703c214d05e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10725 | 2024.09.24 04:38:24.944732 [ 3 ] {} <Trace> HTTP-Session: 2500197b-64f2-4e06-9f40-703c214d05e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10726 | 2024.09.24 04:38:24.944849 [ 3 ] {aa4780a6-b0b9-4ab7-9b7f-842ab79d8303} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10727 | 2024.09.24 04:38:24.944894 [ 3 ] {aa4780a6-b0b9-4ab7-9b7f-842ab79d8303} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10728 | 2024.09.24 04:38:24.945023 [ 3 ] {aa4780a6-b0b9-4ab7-9b7f-842ab79d8303} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10729 | 2024.09.24 04:38:24.945330 [ 3 ] {aa4780a6-b0b9-4ab7-9b7f-842ab79d8303} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10730 | 2024.09.24 04:38:24.945365 [ 3 ] {aa4780a6-b0b9-4ab7-9b7f-842ab79d8303} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10731 | 2024.09.24 04:38:24.945720 [ 3 ] {aa4780a6-b0b9-4ab7-9b7f-842ab79d8303} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
10732 | 2024.09.24 04:38:24.946040 [ 3 ] {aa4780a6-b0b9-4ab7-9b7f-842ab79d8303} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10733 | 2024.09.24 04:38:24.946167 [ 3 ] {aa4780a6-b0b9-4ab7-9b7f-842ab79d8303} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00136 sec., 60294.11764705882 rows/sec., 3.83 MiB/sec. | ||
10734 | 2024.09.24 04:38:24.946315 [ 3 ] {aa4780a6-b0b9-4ab7-9b7f-842ab79d8303} <Debug> DynamicQueryHandler: Done processing query | ||
10735 | 2024.09.24 04:38:24.946339 [ 3 ] {aa4780a6-b0b9-4ab7-9b7f-842ab79d8303} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10736 | 2024.09.24 04:38:24.946354 [ 3 ] {} <Debug> HTTP-Session: 2500197b-64f2-4e06-9f40-703c214d05e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10737 | 2024.09.24 04:38:29.915599 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10738 | 2024.09.24 04:38:29.915725 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10739 | 2024.09.24 04:38:29.915751 [ 3 ] {} <Debug> HTTP-Session: 79af4ed1-4625-4aba-a694-0dcafa5bdab1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
10740 | 2024.09.24 04:38:29.915776 [ 3 ] {} <Debug> HTTP-Session: 79af4ed1-4625-4aba-a694-0dcafa5bdab1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10741 | 2024.09.24 04:38:29.915791 [ 3 ] {} <Debug> HTTP-Session: 79af4ed1-4625-4aba-a694-0dcafa5bdab1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10742 | 2024.09.24 04:38:29.915839 [ 3 ] {} <Trace> HTTP-Session: 79af4ed1-4625-4aba-a694-0dcafa5bdab1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10743 | 2024.09.24 04:38:29.916023 [ 3 ] {efd94d1a-458c-4f20-915b-9a8f9443cc69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10744 | 2024.09.24 04:38:29.916089 [ 3 ] {efd94d1a-458c-4f20-915b-9a8f9443cc69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10745 | 2024.09.24 04:38:29.916430 [ 3 ] {efd94d1a-458c-4f20-915b-9a8f9443cc69} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10746 | 2024.09.24 04:38:29.916866 [ 3 ] {efd94d1a-458c-4f20-915b-9a8f9443cc69} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10747 | 2024.09.24 04:38:29.916911 [ 3 ] {efd94d1a-458c-4f20-915b-9a8f9443cc69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10748 | 2024.09.24 04:38:29.917326 [ 3 ] {efd94d1a-458c-4f20-915b-9a8f9443cc69} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
10749 | 2024.09.24 04:38:29.917716 [ 3 ] {efd94d1a-458c-4f20-915b-9a8f9443cc69} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10750 | 2024.09.24 04:38:29.917864 [ 3 ] {efd94d1a-458c-4f20-915b-9a8f9443cc69} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001899 sec., 2106.37177461822 rows/sec., 171.76 KiB/sec. | ||
10751 | 2024.09.24 04:38:29.918121 [ 3 ] {efd94d1a-458c-4f20-915b-9a8f9443cc69} <Debug> DynamicQueryHandler: Done processing query | ||
10752 | 2024.09.24 04:38:29.918148 [ 3 ] {efd94d1a-458c-4f20-915b-9a8f9443cc69} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10753 | 2024.09.24 04:38:29.918164 [ 3 ] {} <Debug> HTTP-Session: 79af4ed1-4625-4aba-a694-0dcafa5bdab1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10754 | 2024.09.24 04:38:29.918355 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 13403, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10755 | 2024.09.24 04:38:29.918409 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10756 | 2024.09.24 04:38:29.918429 [ 3 ] {} <Debug> HTTP-Session: ebce23b2-4d9c-4932-87af-5b4121c8efd2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
10757 | 2024.09.24 04:38:29.918448 [ 3 ] {} <Debug> HTTP-Session: ebce23b2-4d9c-4932-87af-5b4121c8efd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10758 | 2024.09.24 04:38:29.918462 [ 3 ] {} <Debug> HTTP-Session: ebce23b2-4d9c-4932-87af-5b4121c8efd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10759 | 2024.09.24 04:38:29.918497 [ 3 ] {} <Trace> HTTP-Session: ebce23b2-4d9c-4932-87af-5b4121c8efd2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10760 | 2024.09.24 04:38:29.918628 [ 3 ] {11e02e7f-d392-43e3-a5e6-9553f2a6e7d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10761 | 2024.09.24 04:38:29.918675 [ 3 ] {11e02e7f-d392-43e3-a5e6-9553f2a6e7d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10762 | 2024.09.24 04:38:29.918905 [ 3 ] {11e02e7f-d392-43e3-a5e6-9553f2a6e7d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10763 | 2024.09.24 04:38:29.919282 [ 3 ] {11e02e7f-d392-43e3-a5e6-9553f2a6e7d2} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10764 | 2024.09.24 04:38:29.919318 [ 3 ] {11e02e7f-d392-43e3-a5e6-9553f2a6e7d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10765 | 2024.09.24 04:38:29.919675 [ 3 ] {11e02e7f-d392-43e3-a5e6-9553f2a6e7d2} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10766 | 2024.09.24 04:38:29.920021 [ 3 ] {11e02e7f-d392-43e3-a5e6-9553f2a6e7d2} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10767 | 2024.09.24 04:38:29.920153 [ 3 ] {11e02e7f-d392-43e3-a5e6-9553f2a6e7d2} <Debug> executeQuery: Read 92 rows, 7.80 KiB in 0.001577 sec., 58338.61762840837 rows/sec., 4.83 MiB/sec. | ||
10768 | 2024.09.24 04:38:29.920152 [ 128 ] {} <Debug> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10769 | 2024.09.24 04:38:29.920221 [ 128 ] {} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10770 | 2024.09.24 04:38:29.920257 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10771 | 2024.09.24 04:38:29.920370 [ 3 ] {11e02e7f-d392-43e3-a5e6-9553f2a6e7d2} <Debug> DynamicQueryHandler: Done processing query | ||
10772 | 2024.09.24 04:38:29.920404 [ 3 ] {11e02e7f-d392-43e3-a5e6-9553f2a6e7d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
10773 | 2024.09.24 04:38:29.920429 [ 186 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
10774 | 2024.09.24 04:38:29.920451 [ 3 ] {} <Debug> HTTP-Session: ebce23b2-4d9c-4932-87af-5b4121c8efd2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10775 | 2024.09.24 04:38:29.920684 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10776 | 2024.09.24 04:38:29.920869 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10777 | 2024.09.24 04:38:29.920960 [ 3 ] {} <Debug> HTTP-Session: 35647f7a-4314-4ab4-9632-945a15d0c914 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
10778 | 2024.09.24 04:38:29.921047 [ 3 ] {} <Debug> HTTP-Session: 35647f7a-4314-4ab4-9632-945a15d0c914 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10779 | 2024.09.24 04:38:29.921056 [ 186 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10780 | 2024.09.24 04:38:29.921124 [ 3 ] {} <Debug> HTTP-Session: 35647f7a-4314-4ab4-9632-945a15d0c914 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10781 | 2024.09.24 04:38:29.921208 [ 186 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1418 rows starting from the beginning of the part | ||
10782 | 2024.09.24 04:38:29.921280 [ 3 ] {} <Trace> HTTP-Session: 35647f7a-4314-4ab4-9632-945a15d0c914 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10783 | 2024.09.24 04:38:29.921603 [ 186 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1232 rows starting from the beginning of the part | ||
10784 | 2024.09.24 04:38:29.921638 [ 3 ] {f3e3e193-e7aa-40a1-beba-b65948b7bf25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10785 | 2024.09.24 04:38:29.921850 [ 3 ] {f3e3e193-e7aa-40a1-beba-b65948b7bf25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10786 | 2024.09.24 04:38:29.922078 [ 186 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 233 rows starting from the beginning of the part | ||
10787 | 2024.09.24 04:38:29.922679 [ 186 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 90 rows starting from the beginning of the part | ||
10788 | 2024.09.24 04:38:29.923087 [ 186 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 234 rows starting from the beginning of the part | ||
10789 | 2024.09.24 04:38:29.923470 [ 186 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 92 rows starting from the beginning of the part | ||
10790 | 2024.09.24 04:38:29.923956 [ 3 ] {f3e3e193-e7aa-40a1-beba-b65948b7bf25} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10791 | 2024.09.24 04:38:29.924413 [ 3 ] {f3e3e193-e7aa-40a1-beba-b65948b7bf25} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10792 | 2024.09.24 04:38:29.924450 [ 3 ] {f3e3e193-e7aa-40a1-beba-b65948b7bf25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10793 | 2024.09.24 04:38:29.924988 [ 3 ] {f3e3e193-e7aa-40a1-beba-b65948b7bf25} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10794 | 2024.09.24 04:38:29.925405 [ 3 ] {f3e3e193-e7aa-40a1-beba-b65948b7bf25} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10795 | 2024.09.24 04:38:29.925550 [ 3 ] {f3e3e193-e7aa-40a1-beba-b65948b7bf25} <Debug> executeQuery: Read 21 rows, 1.56 KiB in 0.004058 sec., 5174.963035978314 rows/sec., 383.84 KiB/sec. | ||
10796 | 2024.09.24 04:38:29.925781 [ 3 ] {f3e3e193-e7aa-40a1-beba-b65948b7bf25} <Debug> DynamicQueryHandler: Done processing query | ||
10797 | 2024.09.24 04:38:29.925815 [ 3 ] {f3e3e193-e7aa-40a1-beba-b65948b7bf25} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10798 | 2024.09.24 04:38:29.925843 [ 3 ] {} <Debug> HTTP-Session: 35647f7a-4314-4ab4-9632-945a15d0c914 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10799 | 2024.09.24 04:38:29.925855 [ 187 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3299 rows, containing 5 columns (5 merged, 0 gathered) in 0.005536648 sec., 595847.8848574084 rows/sec., 52.12 MiB/sec. | ||
10800 | 2024.09.24 04:38:29.925994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 14438, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10801 | 2024.09.24 04:38:29.926060 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10802 | 2024.09.24 04:38:29.926083 [ 3 ] {} <Debug> HTTP-Session: 2cb26bfb-ffa4-4a9c-9723-0098d9b34bc7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
10803 | 2024.09.24 04:38:29.926104 [ 3 ] {} <Debug> HTTP-Session: 2cb26bfb-ffa4-4a9c-9723-0098d9b34bc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10804 | 2024.09.24 04:38:29.926119 [ 3 ] {} <Debug> HTTP-Session: 2cb26bfb-ffa4-4a9c-9723-0098d9b34bc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10805 | 2024.09.24 04:38:29.926123 [ 194 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10806 | 2024.09.24 04:38:29.926161 [ 3 ] {} <Trace> HTTP-Session: 2cb26bfb-ffa4-4a9c-9723-0098d9b34bc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10807 | 2024.09.24 04:38:29.926324 [ 3 ] {4fa03799-f6da-41fb-943c-b814fb641f72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10808 | 2024.09.24 04:38:29.926398 [ 3 ] {4fa03799-f6da-41fb-943c-b814fb641f72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10809 | 2024.09.24 04:38:29.926742 [ 194 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_56_11} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10810 | 2024.09.24 04:38:29.926781 [ 3 ] {4fa03799-f6da-41fb-943c-b814fb641f72} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10811 | 2024.09.24 04:38:29.926847 [ 194 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_56_11} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10812 | 2024.09.24 04:38:29.926950 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
10813 | 2024.09.24 04:38:29.927187 [ 3 ] {4fa03799-f6da-41fb-943c-b814fb641f72} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10814 | 2024.09.24 04:38:29.927224 [ 3 ] {4fa03799-f6da-41fb-943c-b814fb641f72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10815 | 2024.09.24 04:38:29.927584 [ 3 ] {4fa03799-f6da-41fb-943c-b814fb641f72} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10816 | 2024.09.24 04:38:29.927948 [ 3 ] {4fa03799-f6da-41fb-943c-b814fb641f72} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10817 | 2024.09.24 04:38:29.928100 [ 3 ] {4fa03799-f6da-41fb-943c-b814fb641f72} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.00182 sec., 46703.296703296706 rows/sec., 3.65 MiB/sec. | ||
10818 | 2024.09.24 04:38:29.928152 [ 127 ] {} <Debug> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10819 | 2024.09.24 04:38:29.928266 [ 127 ] {} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10820 | 2024.09.24 04:38:29.928304 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10821 | 2024.09.24 04:38:29.928387 [ 3 ] {4fa03799-f6da-41fb-943c-b814fb641f72} <Debug> DynamicQueryHandler: Done processing query | ||
10822 | 2024.09.24 04:38:29.928433 [ 3 ] {4fa03799-f6da-41fb-943c-b814fb641f72} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
10823 | 2024.09.24 04:38:29.928457 [ 3 ] {} <Debug> HTTP-Session: 2cb26bfb-ffa4-4a9c-9723-0098d9b34bc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10824 | 2024.09.24 04:38:29.928465 [ 194 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
10825 | 2024.09.24 04:38:29.928579 [ 194 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10826 | 2024.09.24 04:38:29.928611 [ 194 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 913 rows starting from the beginning of the part | ||
10827 | 2024.09.24 04:38:29.928623 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 30987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10828 | 2024.09.24 04:38:29.928709 [ 194 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 541 rows starting from the beginning of the part | ||
10829 | 2024.09.24 04:38:29.928739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10830 | 2024.09.24 04:38:29.928827 [ 3 ] {} <Debug> HTTP-Session: 77bb89d7-0298-423c-9010-21b6e84a1433 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
10831 | 2024.09.24 04:38:29.928940 [ 3 ] {} <Debug> HTTP-Session: 77bb89d7-0298-423c-9010-21b6e84a1433 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10832 | 2024.09.24 04:38:29.929057 [ 3 ] {} <Debug> HTTP-Session: 77bb89d7-0298-423c-9010-21b6e84a1433 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10833 | 2024.09.24 04:38:29.929135 [ 194 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 404 rows starting from the beginning of the part | ||
10834 | 2024.09.24 04:38:29.929144 [ 3 ] {} <Trace> HTTP-Session: 77bb89d7-0298-423c-9010-21b6e84a1433 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10835 | 2024.09.24 04:38:29.929282 [ 194 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 81 rows starting from the beginning of the part | ||
10836 | 2024.09.24 04:38:29.929537 [ 3 ] {da7d0678-4c0b-4534-9be2-64b4fda14d1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10837 | 2024.09.24 04:38:29.929644 [ 194 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 406 rows starting from the beginning of the part | ||
10838 | 2024.09.24 04:38:29.929707 [ 3 ] {da7d0678-4c0b-4534-9be2-64b4fda14d1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10839 | 2024.09.24 04:38:29.930030 [ 194 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 85 rows starting from the beginning of the part | ||
10840 | 2024.09.24 04:38:29.930603 [ 3 ] {da7d0678-4c0b-4534-9be2-64b4fda14d1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10841 | 2024.09.24 04:38:29.931179 [ 3 ] {da7d0678-4c0b-4534-9be2-64b4fda14d1c} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10842 | 2024.09.24 04:38:29.931224 [ 3 ] {da7d0678-4c0b-4534-9be2-64b4fda14d1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10843 | 2024.09.24 04:38:29.931763 [ 3 ] {da7d0678-4c0b-4534-9be2-64b4fda14d1c} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
10844 | 2024.09.24 04:38:29.932198 [ 187 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2430 rows, containing 5 columns (5 merged, 0 gathered) in 0.00379398 sec., 640488.3526006989 rows/sec., 49.14 MiB/sec. | ||
10845 | 2024.09.24 04:38:29.932395 [ 3 ] {da7d0678-4c0b-4534-9be2-64b4fda14d1c} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10846 | 2024.09.24 04:38:29.932522 [ 187 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10847 | 2024.09.24 04:38:29.932670 [ 3 ] {da7d0678-4c0b-4534-9be2-64b4fda14d1c} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.003339 sec., 48517.52021563343 rows/sec., 3.38 MiB/sec. | ||
10848 | 2024.09.24 04:38:29.933357 [ 3 ] {da7d0678-4c0b-4534-9be2-64b4fda14d1c} <Debug> DynamicQueryHandler: Done processing query | ||
10849 | 2024.09.24 04:38:29.933437 [ 3 ] {da7d0678-4c0b-4534-9be2-64b4fda14d1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10850 | 2024.09.24 04:38:29.933507 [ 3 ] {} <Debug> HTTP-Session: 77bb89d7-0298-423c-9010-21b6e84a1433 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10851 | 2024.09.24 04:38:29.933814 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 29061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10852 | 2024.09.24 04:38:29.933871 [ 187 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_56_11} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10853 | 2024.09.24 04:38:29.933903 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10854 | 2024.09.24 04:38:29.933962 [ 3 ] {} <Debug> HTTP-Session: 9aa110db-998f-4e9e-84ec-322f2ca1049f Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
10855 | 2024.09.24 04:38:29.934005 [ 3 ] {} <Debug> HTTP-Session: 9aa110db-998f-4e9e-84ec-322f2ca1049f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10856 | 2024.09.24 04:38:29.934023 [ 3 ] {} <Debug> HTTP-Session: 9aa110db-998f-4e9e-84ec-322f2ca1049f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10857 | 2024.09.24 04:38:29.934049 [ 187 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_56_11} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10858 | 2024.09.24 04:38:29.934078 [ 3 ] {} <Trace> HTTP-Session: 9aa110db-998f-4e9e-84ec-322f2ca1049f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10859 | 2024.09.24 04:38:29.934226 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
10860 | 2024.09.24 04:38:29.934402 [ 3 ] {c9247867-f335-4aa1-adaf-3489b9fcc7dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
10861 | 2024.09.24 04:38:29.934480 [ 3 ] {c9247867-f335-4aa1-adaf-3489b9fcc7dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
10862 | 2024.09.24 04:38:29.934929 [ 3 ] {c9247867-f335-4aa1-adaf-3489b9fcc7dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10863 | 2024.09.24 04:38:29.935459 [ 3 ] {c9247867-f335-4aa1-adaf-3489b9fcc7dd} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10864 | 2024.09.24 04:38:29.935495 [ 3 ] {c9247867-f335-4aa1-adaf-3489b9fcc7dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10865 | 2024.09.24 04:38:29.936113 [ 3 ] {c9247867-f335-4aa1-adaf-3489b9fcc7dd} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10866 | 2024.09.24 04:38:29.936534 [ 3 ] {c9247867-f335-4aa1-adaf-3489b9fcc7dd} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10867 | 2024.09.24 04:38:29.936733 [ 3 ] {c9247867-f335-4aa1-adaf-3489b9fcc7dd} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.00251 sec., 6772.908366533864 rows/sec., 12.14 MiB/sec. | ||
10868 | 2024.09.24 04:38:29.936962 [ 3 ] {c9247867-f335-4aa1-adaf-3489b9fcc7dd} <Debug> DynamicQueryHandler: Done processing query | ||
10869 | 2024.09.24 04:38:29.936986 [ 3 ] {c9247867-f335-4aa1-adaf-3489b9fcc7dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
10870 | 2024.09.24 04:38:29.937002 [ 3 ] {} <Debug> HTTP-Session: 9aa110db-998f-4e9e-84ec-322f2ca1049f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10871 | 2024.09.24 04:38:29.937128 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10872 | 2024.09.24 04:38:29.937176 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10873 | 2024.09.24 04:38:29.937195 [ 3 ] {} <Debug> HTTP-Session: 73162f79-9a9d-4703-bb79-b503f518c539 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
10874 | 2024.09.24 04:38:29.937212 [ 3 ] {} <Debug> HTTP-Session: 73162f79-9a9d-4703-bb79-b503f518c539 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10875 | 2024.09.24 04:38:29.937226 [ 3 ] {} <Debug> HTTP-Session: 73162f79-9a9d-4703-bb79-b503f518c539 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10876 | 2024.09.24 04:38:29.937258 [ 3 ] {} <Trace> HTTP-Session: 73162f79-9a9d-4703-bb79-b503f518c539 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10877 | 2024.09.24 04:38:29.937372 [ 3 ] {9e91dd16-7179-413c-91da-05aacbdbf5f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10878 | 2024.09.24 04:38:29.937417 [ 3 ] {9e91dd16-7179-413c-91da-05aacbdbf5f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10879 | 2024.09.24 04:38:29.937546 [ 3 ] {9e91dd16-7179-413c-91da-05aacbdbf5f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10880 | 2024.09.24 04:38:29.937833 [ 3 ] {9e91dd16-7179-413c-91da-05aacbdbf5f9} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10881 | 2024.09.24 04:38:29.937870 [ 3 ] {9e91dd16-7179-413c-91da-05aacbdbf5f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10882 | 2024.09.24 04:38:29.938234 [ 3 ] {9e91dd16-7179-413c-91da-05aacbdbf5f9} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
10883 | 2024.09.24 04:38:29.938556 [ 3 ] {9e91dd16-7179-413c-91da-05aacbdbf5f9} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10884 | 2024.09.24 04:38:29.938712 [ 3 ] {9e91dd16-7179-413c-91da-05aacbdbf5f9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001371 sec., 43763.6761487965 rows/sec., 2.95 MiB/sec. | ||
10885 | 2024.09.24 04:38:29.938859 [ 3 ] {9e91dd16-7179-413c-91da-05aacbdbf5f9} <Debug> DynamicQueryHandler: Done processing query | ||
10886 | 2024.09.24 04:38:29.938882 [ 3 ] {9e91dd16-7179-413c-91da-05aacbdbf5f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10887 | 2024.09.24 04:38:29.938897 [ 3 ] {} <Debug> HTTP-Session: 73162f79-9a9d-4703-bb79-b503f518c539 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10888 | 2024.09.24 04:38:32.655892 [ 124 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10889 | 2024.09.24 04:38:32.655968 [ 124 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10890 | 2024.09.24 04:38:34.920245 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10891 | 2024.09.24 04:38:34.920373 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10892 | 2024.09.24 04:38:34.920402 [ 3 ] {} <Debug> HTTP-Session: b15ed6c4-1497-4056-ad3f-a8f0b8c64243 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
10893 | 2024.09.24 04:38:34.920431 [ 3 ] {} <Debug> HTTP-Session: b15ed6c4-1497-4056-ad3f-a8f0b8c64243 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10894 | 2024.09.24 04:38:34.920449 [ 3 ] {} <Debug> HTTP-Session: b15ed6c4-1497-4056-ad3f-a8f0b8c64243 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10895 | 2024.09.24 04:38:34.920505 [ 3 ] {} <Trace> HTTP-Session: b15ed6c4-1497-4056-ad3f-a8f0b8c64243 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10896 | 2024.09.24 04:38:34.920707 [ 3 ] {5574e2c5-9468-48bf-ab97-5bf61aba7040} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10897 | 2024.09.24 04:38:34.920784 [ 3 ] {5574e2c5-9468-48bf-ab97-5bf61aba7040} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10898 | 2024.09.24 04:38:34.921148 [ 3 ] {5574e2c5-9468-48bf-ab97-5bf61aba7040} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10899 | 2024.09.24 04:38:34.921529 [ 3 ] {5574e2c5-9468-48bf-ab97-5bf61aba7040} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10900 | 2024.09.24 04:38:34.921576 [ 3 ] {5574e2c5-9468-48bf-ab97-5bf61aba7040} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10901 | 2024.09.24 04:38:34.921990 [ 3 ] {5574e2c5-9468-48bf-ab97-5bf61aba7040} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
10902 | 2024.09.24 04:38:34.922381 [ 3 ] {5574e2c5-9468-48bf-ab97-5bf61aba7040} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10903 | 2024.09.24 04:38:34.922571 [ 3 ] {5574e2c5-9468-48bf-ab97-5bf61aba7040} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001918 sec., 1042.752867570386 rows/sec., 85.03 KiB/sec. | ||
10904 | 2024.09.24 04:38:34.922844 [ 3 ] {5574e2c5-9468-48bf-ab97-5bf61aba7040} <Debug> DynamicQueryHandler: Done processing query | ||
10905 | 2024.09.24 04:38:34.922878 [ 3 ] {5574e2c5-9468-48bf-ab97-5bf61aba7040} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10906 | 2024.09.24 04:38:34.922899 [ 3 ] {} <Debug> HTTP-Session: b15ed6c4-1497-4056-ad3f-a8f0b8c64243 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10907 | 2024.09.24 04:38:34.923159 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 35282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10908 | 2024.09.24 04:38:34.923216 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10909 | 2024.09.24 04:38:34.923237 [ 3 ] {} <Debug> HTTP-Session: ae7de9e2-8137-4e09-a200-36d9912075c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
10910 | 2024.09.24 04:38:34.923257 [ 3 ] {} <Debug> HTTP-Session: ae7de9e2-8137-4e09-a200-36d9912075c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10911 | 2024.09.24 04:38:34.923272 [ 3 ] {} <Debug> HTTP-Session: ae7de9e2-8137-4e09-a200-36d9912075c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10912 | 2024.09.24 04:38:34.923309 [ 3 ] {} <Trace> HTTP-Session: ae7de9e2-8137-4e09-a200-36d9912075c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10913 | 2024.09.24 04:38:34.923482 [ 3 ] {b530b5e5-4acd-48a9-b3bc-806160362423} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10914 | 2024.09.24 04:38:34.923531 [ 3 ] {b530b5e5-4acd-48a9-b3bc-806160362423} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10915 | 2024.09.24 04:38:34.923776 [ 3 ] {b530b5e5-4acd-48a9-b3bc-806160362423} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10916 | 2024.09.24 04:38:34.924217 [ 3 ] {b530b5e5-4acd-48a9-b3bc-806160362423} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10917 | 2024.09.24 04:38:34.924257 [ 3 ] {b530b5e5-4acd-48a9-b3bc-806160362423} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10918 | 2024.09.24 04:38:34.924652 [ 3 ] {b530b5e5-4acd-48a9-b3bc-806160362423} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10919 | 2024.09.24 04:38:34.925009 [ 3 ] {b530b5e5-4acd-48a9-b3bc-806160362423} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10920 | 2024.09.24 04:38:34.925162 [ 3 ] {b530b5e5-4acd-48a9-b3bc-806160362423} <Debug> executeQuery: Read 234 rows, 21.06 KiB in 0.001755 sec., 133333.33333333334 rows/sec., 11.72 MiB/sec. | ||
10921 | 2024.09.24 04:38:34.925334 [ 3 ] {b530b5e5-4acd-48a9-b3bc-806160362423} <Debug> DynamicQueryHandler: Done processing query | ||
10922 | 2024.09.24 04:38:34.925359 [ 3 ] {b530b5e5-4acd-48a9-b3bc-806160362423} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
10923 | 2024.09.24 04:38:34.925375 [ 3 ] {} <Debug> HTTP-Session: ae7de9e2-8137-4e09-a200-36d9912075c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10924 | 2024.09.24 04:38:34.925548 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10925 | 2024.09.24 04:38:34.925598 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10926 | 2024.09.24 04:38:34.925616 [ 3 ] {} <Debug> HTTP-Session: ae97c6b1-4e3c-48c8-bf10-d1220b813b9f Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
10927 | 2024.09.24 04:38:34.925634 [ 3 ] {} <Debug> HTTP-Session: ae97c6b1-4e3c-48c8-bf10-d1220b813b9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10928 | 2024.09.24 04:38:34.925648 [ 3 ] {} <Debug> HTTP-Session: ae97c6b1-4e3c-48c8-bf10-d1220b813b9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10929 | 2024.09.24 04:38:34.925681 [ 3 ] {} <Trace> HTTP-Session: ae97c6b1-4e3c-48c8-bf10-d1220b813b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10930 | 2024.09.24 04:38:34.925786 [ 3 ] {1ffaf1c8-7c63-4716-8cea-5d92e4bebcb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10931 | 2024.09.24 04:38:34.925831 [ 3 ] {1ffaf1c8-7c63-4716-8cea-5d92e4bebcb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10932 | 2024.09.24 04:38:34.926058 [ 3 ] {1ffaf1c8-7c63-4716-8cea-5d92e4bebcb2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10933 | 2024.09.24 04:38:34.926419 [ 3 ] {1ffaf1c8-7c63-4716-8cea-5d92e4bebcb2} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10934 | 2024.09.24 04:38:34.926457 [ 3 ] {1ffaf1c8-7c63-4716-8cea-5d92e4bebcb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10935 | 2024.09.24 04:38:34.926800 [ 3 ] {1ffaf1c8-7c63-4716-8cea-5d92e4bebcb2} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10936 | 2024.09.24 04:38:34.927149 [ 3 ] {1ffaf1c8-7c63-4716-8cea-5d92e4bebcb2} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10937 | 2024.09.24 04:38:34.927304 [ 3 ] {1ffaf1c8-7c63-4716-8cea-5d92e4bebcb2} <Debug> executeQuery: Read 24 rows, 1.79 KiB in 0.001546 sec., 15523.932729624838 rows/sec., 1.13 MiB/sec. | ||
10938 | 2024.09.24 04:38:34.927322 [ 123 ] {} <Debug> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10939 | 2024.09.24 04:38:34.927416 [ 123 ] {} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10940 | 2024.09.24 04:38:34.927461 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10941 | 2024.09.24 04:38:34.927574 [ 3 ] {1ffaf1c8-7c63-4716-8cea-5d92e4bebcb2} <Debug> DynamicQueryHandler: Done processing query | ||
10942 | 2024.09.24 04:38:34.927666 [ 3 ] {1ffaf1c8-7c63-4716-8cea-5d92e4bebcb2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10943 | 2024.09.24 04:38:34.927744 [ 3 ] {} <Debug> HTTP-Session: ae97c6b1-4e3c-48c8-bf10-d1220b813b9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10944 | 2024.09.24 04:38:34.927859 [ 200 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
10945 | 2024.09.24 04:38:34.927992 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10946 | 2024.09.24 04:38:34.928163 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10947 | 2024.09.24 04:38:34.928271 [ 3 ] {} <Debug> HTTP-Session: 75d8f551-a5e6-418f-aedc-2c366991514c Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
10948 | 2024.09.24 04:38:34.928354 [ 3 ] {} <Debug> HTTP-Session: 75d8f551-a5e6-418f-aedc-2c366991514c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10949 | 2024.09.24 04:38:34.928446 [ 3 ] {} <Debug> HTTP-Session: 75d8f551-a5e6-418f-aedc-2c366991514c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10950 | 2024.09.24 04:38:34.928591 [ 3 ] {} <Trace> HTTP-Session: 75d8f551-a5e6-418f-aedc-2c366991514c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10951 | 2024.09.24 04:38:34.928615 [ 200 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10952 | 2024.09.24 04:38:34.928671 [ 200 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 57 rows starting from the beginning of the part | ||
10953 | 2024.09.24 04:38:34.928807 [ 3 ] {5d1b4d30-b091-4422-9846-a5f763dc4f43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
10954 | 2024.09.24 04:38:34.928898 [ 200 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 22 rows starting from the beginning of the part | ||
10955 | 2024.09.24 04:38:34.928952 [ 3 ] {5d1b4d30-b091-4422-9846-a5f763dc4f43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10956 | 2024.09.24 04:38:34.929316 [ 200 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 17 rows starting from the beginning of the part | ||
10957 | 2024.09.24 04:38:34.929644 [ 200 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 24 rows starting from the beginning of the part | ||
10958 | 2024.09.24 04:38:34.929920 [ 200 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 21 rows starting from the beginning of the part | ||
10959 | 2024.09.24 04:38:34.930432 [ 200 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 24 rows starting from the beginning of the part | ||
10960 | 2024.09.24 04:38:34.930985 [ 3 ] {5d1b4d30-b091-4422-9846-a5f763dc4f43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10961 | 2024.09.24 04:38:34.931832 [ 3 ] {5d1b4d30-b091-4422-9846-a5f763dc4f43} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10962 | 2024.09.24 04:38:34.931908 [ 3 ] {5d1b4d30-b091-4422-9846-a5f763dc4f43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10963 | 2024.09.24 04:38:34.932974 [ 3 ] {5d1b4d30-b091-4422-9846-a5f763dc4f43} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
10964 | 2024.09.24 04:38:34.933398 [ 200 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 165 rows, containing 5 columns (5 merged, 0 gathered) in 0.005831694 sec., 28293.665614142305 rows/sec., 2.16 MiB/sec. | ||
10965 | 2024.09.24 04:38:34.933688 [ 200 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10966 | 2024.09.24 04:38:34.933925 [ 3 ] {5d1b4d30-b091-4422-9846-a5f763dc4f43} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10967 | 2024.09.24 04:38:34.934379 [ 3 ] {5d1b4d30-b091-4422-9846-a5f763dc4f43} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005662 sec., 2472.6245143058986 rows/sec., 173.17 KiB/sec. | ||
10968 | 2024.09.24 04:38:34.934750 [ 3 ] {5d1b4d30-b091-4422-9846-a5f763dc4f43} <Debug> DynamicQueryHandler: Done processing query | ||
10969 | 2024.09.24 04:38:34.934793 [ 3 ] {5d1b4d30-b091-4422-9846-a5f763dc4f43} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10970 | 2024.09.24 04:38:34.934798 [ 190 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_56_11} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10971 | 2024.09.24 04:38:34.934813 [ 3 ] {} <Debug> HTTP-Session: 75d8f551-a5e6-418f-aedc-2c366991514c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10972 | 2024.09.24 04:38:34.934912 [ 190 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_56_11} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10973 | 2024.09.24 04:38:34.934947 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10974 | 2024.09.24 04:38:34.935018 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10975 | 2024.09.24 04:38:34.935034 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
10976 | 2024.09.24 04:38:34.935042 [ 3 ] {} <Debug> HTTP-Session: 23f974a0-e0ba-4100-89c4-8281b4cd2dc1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
10977 | 2024.09.24 04:38:34.935071 [ 3 ] {} <Debug> HTTP-Session: 23f974a0-e0ba-4100-89c4-8281b4cd2dc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10978 | 2024.09.24 04:38:34.935086 [ 3 ] {} <Debug> HTTP-Session: 23f974a0-e0ba-4100-89c4-8281b4cd2dc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10979 | 2024.09.24 04:38:34.935117 [ 3 ] {} <Trace> HTTP-Session: 23f974a0-e0ba-4100-89c4-8281b4cd2dc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10980 | 2024.09.24 04:38:34.935226 [ 3 ] {ec5bbb58-31e6-460d-895a-914d39466af1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
10981 | 2024.09.24 04:38:34.935270 [ 3 ] {ec5bbb58-31e6-460d-895a-914d39466af1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
10982 | 2024.09.24 04:38:34.935512 [ 3 ] {ec5bbb58-31e6-460d-895a-914d39466af1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10983 | 2024.09.24 04:38:34.935831 [ 3 ] {ec5bbb58-31e6-460d-895a-914d39466af1} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10984 | 2024.09.24 04:38:34.935866 [ 3 ] {ec5bbb58-31e6-460d-895a-914d39466af1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10985 | 2024.09.24 04:38:34.936217 [ 3 ] {ec5bbb58-31e6-460d-895a-914d39466af1} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
10986 | 2024.09.24 04:38:34.936582 [ 3 ] {ec5bbb58-31e6-460d-895a-914d39466af1} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10987 | 2024.09.24 04:38:34.936744 [ 123 ] {} <Debug> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
10988 | 2024.09.24 04:38:34.936750 [ 3 ] {ec5bbb58-31e6-460d-895a-914d39466af1} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001535 sec., 3908.7947882736157 rows/sec., 230.94 KiB/sec. | ||
10989 | 2024.09.24 04:38:34.936813 [ 123 ] {} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10990 | 2024.09.24 04:38:34.936889 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
10991 | 2024.09.24 04:38:34.937247 [ 3 ] {ec5bbb58-31e6-460d-895a-914d39466af1} <Debug> DynamicQueryHandler: Done processing query | ||
10992 | 2024.09.24 04:38:34.937334 [ 3 ] {ec5bbb58-31e6-460d-895a-914d39466af1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10993 | 2024.09.24 04:38:34.937389 [ 191 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full | ||
10994 | 2024.09.24 04:38:34.937428 [ 3 ] {} <Debug> HTTP-Session: 23f974a0-e0ba-4100-89c4-8281b4cd2dc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10995 | 2024.09.24 04:38:34.937780 [ 191 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10996 | 2024.09.24 04:38:34.937804 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 65841, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10997 | 2024.09.24 04:38:34.937882 [ 191 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 6 rows starting from the beginning of the part | ||
10998 | 2024.09.24 04:38:34.937919 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10999 | 2024.09.24 04:38:34.937975 [ 3 ] {} <Debug> HTTP-Session: 70d1b83e-1d90-434e-9631-15a8108a4933 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
11000 | 2024.09.24 04:38:34.938045 [ 3 ] {} <Debug> HTTP-Session: 70d1b83e-1d90-434e-9631-15a8108a4933 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11001 | 2024.09.24 04:38:34.938119 [ 3 ] {} <Debug> HTTP-Session: 70d1b83e-1d90-434e-9631-15a8108a4933 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11002 | 2024.09.24 04:38:34.938208 [ 191 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
11003 | 2024.09.24 04:38:34.938241 [ 3 ] {} <Trace> HTTP-Session: 70d1b83e-1d90-434e-9631-15a8108a4933 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11004 | 2024.09.24 04:38:34.938505 [ 191 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
11005 | 2024.09.24 04:38:34.938727 [ 3 ] {a0cbf485-fea1-4af9-881a-a30a53babc5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11006 | 2024.09.24 04:38:34.938777 [ 191 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
11007 | 2024.09.24 04:38:34.938855 [ 3 ] {a0cbf485-fea1-4af9-881a-a30a53babc5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11008 | 2024.09.24 04:38:34.939119 [ 191 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
11009 | 2024.09.24 04:38:34.940018 [ 3 ] {a0cbf485-fea1-4af9-881a-a30a53babc5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11010 | 2024.09.24 04:38:34.941346 [ 3 ] {a0cbf485-fea1-4af9-881a-a30a53babc5a} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11011 | 2024.09.24 04:38:34.941431 [ 3 ] {a0cbf485-fea1-4af9-881a-a30a53babc5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
11012 | 2024.09.24 04:38:34.941618 [ 191 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004571898 sec., 6561.8261824738875 rows/sec., 416.52 KiB/sec. | ||
11013 | 2024.09.24 04:38:34.941854 [ 193 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
11014 | 2024.09.24 04:38:34.942254 [ 3 ] {a0cbf485-fea1-4af9-881a-a30a53babc5a} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
11015 | 2024.09.24 04:38:34.943012 [ 193 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_25_6} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11016 | 2024.09.24 04:38:34.943191 [ 3 ] {a0cbf485-fea1-4af9-881a-a30a53babc5a} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11017 | 2024.09.24 04:38:34.943195 [ 193 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_25_6} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
11018 | 2024.09.24 04:38:34.943391 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
11019 | 2024.09.24 04:38:34.943497 [ 3 ] {a0cbf485-fea1-4af9-881a-a30a53babc5a} <Debug> executeQuery: Read 406 rows, 29.61 KiB in 0.005026 sec., 80779.9442896936 rows/sec., 5.75 MiB/sec. | ||
11020 | 2024.09.24 04:38:34.943687 [ 3 ] {a0cbf485-fea1-4af9-881a-a30a53babc5a} <Debug> DynamicQueryHandler: Done processing query | ||
11021 | 2024.09.24 04:38:34.943711 [ 3 ] {a0cbf485-fea1-4af9-881a-a30a53babc5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
11022 | 2024.09.24 04:38:34.943728 [ 3 ] {} <Debug> HTTP-Session: 70d1b83e-1d90-434e-9631-15a8108a4933 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11023 | 2024.09.24 04:38:34.943852 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11024 | 2024.09.24 04:38:34.943899 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11025 | 2024.09.24 04:38:34.943917 [ 3 ] {} <Debug> HTTP-Session: 2cb7ff0e-1c3f-4692-a97f-af367a377dfb Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
11026 | 2024.09.24 04:38:34.943934 [ 3 ] {} <Debug> HTTP-Session: 2cb7ff0e-1c3f-4692-a97f-af367a377dfb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11027 | 2024.09.24 04:38:34.943949 [ 3 ] {} <Debug> HTTP-Session: 2cb7ff0e-1c3f-4692-a97f-af367a377dfb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11028 | 2024.09.24 04:38:34.943981 [ 3 ] {} <Trace> HTTP-Session: 2cb7ff0e-1c3f-4692-a97f-af367a377dfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11029 | 2024.09.24 04:38:34.944078 [ 3 ] {5395113a-101d-48ed-92e5-43ba832d15eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11030 | 2024.09.24 04:38:34.944125 [ 3 ] {5395113a-101d-48ed-92e5-43ba832d15eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11031 | 2024.09.24 04:38:34.944260 [ 3 ] {5395113a-101d-48ed-92e5-43ba832d15eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11032 | 2024.09.24 04:38:34.944538 [ 3 ] {5395113a-101d-48ed-92e5-43ba832d15eb} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11033 | 2024.09.24 04:38:34.944574 [ 3 ] {5395113a-101d-48ed-92e5-43ba832d15eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
11034 | 2024.09.24 04:38:34.944930 [ 3 ] {5395113a-101d-48ed-92e5-43ba832d15eb} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
11035 | 2024.09.24 04:38:34.945253 [ 3 ] {5395113a-101d-48ed-92e5-43ba832d15eb} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11036 | 2024.09.24 04:38:34.945411 [ 3 ] {5395113a-101d-48ed-92e5-43ba832d15eb} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001353 sec., 4434.589800443458 rows/sec., 231.69 KiB/sec. | ||
11037 | 2024.09.24 04:38:34.945436 [ 122 ] {} <Debug> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
11038 | 2024.09.24 04:38:34.945527 [ 122 ] {} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11039 | 2024.09.24 04:38:34.945579 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
11040 | 2024.09.24 04:38:34.945664 [ 3 ] {5395113a-101d-48ed-92e5-43ba832d15eb} <Debug> DynamicQueryHandler: Done processing query | ||
11041 | 2024.09.24 04:38:34.945724 [ 3 ] {5395113a-101d-48ed-92e5-43ba832d15eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11042 | 2024.09.24 04:38:34.945777 [ 3 ] {} <Debug> HTTP-Session: 2cb7ff0e-1c3f-4692-a97f-af367a377dfb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11043 | 2024.09.24 04:38:34.945830 [ 197 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full | ||
11044 | 2024.09.24 04:38:34.945967 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 44803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11045 | 2024.09.24 04:38:34.946084 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11046 | 2024.09.24 04:38:34.946120 [ 197 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11047 | 2024.09.24 04:38:34.946132 [ 3 ] {} <Debug> HTTP-Session: 11f3cdcb-0198-411e-80cc-02f4d998f03b Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
11048 | 2024.09.24 04:38:34.946191 [ 3 ] {} <Debug> HTTP-Session: 11f3cdcb-0198-411e-80cc-02f4d998f03b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11049 | 2024.09.24 04:38:34.946195 [ 197 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 120 rows starting from the beginning of the part | ||
11050 | 2024.09.24 04:38:34.946211 [ 3 ] {} <Debug> HTTP-Session: 11f3cdcb-0198-411e-80cc-02f4d998f03b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11051 | 2024.09.24 04:38:34.946283 [ 3 ] {} <Trace> HTTP-Session: 11f3cdcb-0198-411e-80cc-02f4d998f03b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11052 | 2024.09.24 04:38:34.946438 [ 197 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
11053 | 2024.09.24 04:38:34.946693 [ 197 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
11054 | 2024.09.24 04:38:34.946734 [ 3 ] {935462b4-fafe-4fb2-817a-3364d220f06d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11055 | 2024.09.24 04:38:34.946927 [ 3 ] {935462b4-fafe-4fb2-817a-3364d220f06d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11056 | 2024.09.24 04:38:34.946989 [ 197 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
11057 | 2024.09.24 04:38:34.947443 [ 197 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
11058 | 2024.09.24 04:38:34.947834 [ 197 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
11059 | 2024.09.24 04:38:34.948313 [ 3 ] {935462b4-fafe-4fb2-817a-3364d220f06d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11060 | 2024.09.24 04:38:34.949263 [ 3 ] {935462b4-fafe-4fb2-817a-3364d220f06d} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11061 | 2024.09.24 04:38:34.949329 [ 3 ] {935462b4-fafe-4fb2-817a-3364d220f06d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
11062 | 2024.09.24 04:38:34.950399 [ 197 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 4 columns (4 merged, 0 gathered) in 0.00472901 sec., 31719.112456941308 rows/sec., 1.62 MiB/sec. | ||
11063 | 2024.09.24 04:38:34.950495 [ 3 ] {935462b4-fafe-4fb2-817a-3364d220f06d} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
11064 | 2024.09.24 04:38:34.950576 [ 197 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
11065 | 2024.09.24 04:38:34.951331 [ 3 ] {935462b4-fafe-4fb2-817a-3364d220f06d} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11066 | 2024.09.24 04:38:34.951417 [ 197 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_25_5} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11067 | 2024.09.24 04:38:34.951662 [ 197 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_25_5} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
11068 | 2024.09.24 04:38:34.951674 [ 3 ] {935462b4-fafe-4fb2-817a-3364d220f06d} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.005159 sec., 46132.97150610583 rows/sec., 3.09 MiB/sec. | ||
11069 | 2024.09.24 04:38:34.951911 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
11070 | 2024.09.24 04:38:34.952090 [ 3 ] {935462b4-fafe-4fb2-817a-3364d220f06d} <Debug> DynamicQueryHandler: Done processing query | ||
11071 | 2024.09.24 04:38:34.952119 [ 3 ] {935462b4-fafe-4fb2-817a-3364d220f06d} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
11072 | 2024.09.24 04:38:34.952136 [ 3 ] {} <Debug> HTTP-Session: 11f3cdcb-0198-411e-80cc-02f4d998f03b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11073 | 2024.09.24 04:38:34.952254 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11074 | 2024.09.24 04:38:34.952323 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11075 | 2024.09.24 04:38:34.952346 [ 3 ] {} <Debug> HTTP-Session: 90998758-94e3-4f9e-94e5-c147f42dd69b Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
11076 | 2024.09.24 04:38:34.952366 [ 3 ] {} <Debug> HTTP-Session: 90998758-94e3-4f9e-94e5-c147f42dd69b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11077 | 2024.09.24 04:38:34.952383 [ 3 ] {} <Debug> HTTP-Session: 90998758-94e3-4f9e-94e5-c147f42dd69b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11078 | 2024.09.24 04:38:34.952422 [ 3 ] {} <Trace> HTTP-Session: 90998758-94e3-4f9e-94e5-c147f42dd69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11079 | 2024.09.24 04:38:34.952542 [ 3 ] {70c829ee-f2de-4d5d-91fb-8308286fed13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
11080 | 2024.09.24 04:38:34.952596 [ 3 ] {70c829ee-f2de-4d5d-91fb-8308286fed13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
11081 | 2024.09.24 04:38:34.952778 [ 3 ] {70c829ee-f2de-4d5d-91fb-8308286fed13} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11082 | 2024.09.24 04:38:34.953066 [ 3 ] {70c829ee-f2de-4d5d-91fb-8308286fed13} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11083 | 2024.09.24 04:38:34.953103 [ 3 ] {70c829ee-f2de-4d5d-91fb-8308286fed13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
11084 | 2024.09.24 04:38:34.953452 [ 3 ] {70c829ee-f2de-4d5d-91fb-8308286fed13} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
11085 | 2024.09.24 04:38:34.953779 [ 3 ] {70c829ee-f2de-4d5d-91fb-8308286fed13} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11086 | 2024.09.24 04:38:34.953931 [ 122 ] {} <Debug> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
11087 | 2024.09.24 04:38:34.953937 [ 3 ] {70c829ee-f2de-4d5d-91fb-8308286fed13} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001417 sec., 705.7163020465772 rows/sec., 47.55 KiB/sec. | ||
11088 | 2024.09.24 04:38:34.953983 [ 122 ] {} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11089 | 2024.09.24 04:38:34.954048 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
11090 | 2024.09.24 04:38:34.954223 [ 202 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::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 | ||
11091 | 2024.09.24 04:38:34.954227 [ 3 ] {70c829ee-f2de-4d5d-91fb-8308286fed13} <Debug> DynamicQueryHandler: Done processing query | ||
11092 | 2024.09.24 04:38:34.954277 [ 3 ] {70c829ee-f2de-4d5d-91fb-8308286fed13} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
11093 | 2024.09.24 04:38:34.954305 [ 3 ] {} <Debug> HTTP-Session: 90998758-94e3-4f9e-94e5-c147f42dd69b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11094 | 2024.09.24 04:38:34.954394 [ 202 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11095 | 2024.09.24 04:38:34.954432 [ 202 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 21 rows starting from the beginning of the part | ||
11096 | 2024.09.24 04:38:34.954462 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 36152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11097 | 2024.09.24 04:38:34.954521 [ 202 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
11098 | 2024.09.24 04:38:34.954590 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11099 | 2024.09.24 04:38:34.954690 [ 3 ] {} <Debug> HTTP-Session: 54172553-e43c-4ded-a7b8-94519000e1f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
11100 | 2024.09.24 04:38:34.954782 [ 3 ] {} <Debug> HTTP-Session: 54172553-e43c-4ded-a7b8-94519000e1f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11101 | 2024.09.24 04:38:34.954867 [ 3 ] {} <Debug> HTTP-Session: 54172553-e43c-4ded-a7b8-94519000e1f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11102 | 2024.09.24 04:38:34.954972 [ 202 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
11103 | 2024.09.24 04:38:34.955024 [ 3 ] {} <Trace> HTTP-Session: 54172553-e43c-4ded-a7b8-94519000e1f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11104 | 2024.09.24 04:38:34.955320 [ 202 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
11105 | 2024.09.24 04:38:34.955534 [ 202 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
11106 | 2024.09.24 04:38:34.955623 [ 3 ] {3d2d44e8-dd5b-4227-9405-0f49e81572c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
11107 | 2024.09.24 04:38:34.955876 [ 202 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part | ||
11108 | 2024.09.24 04:38:34.955964 [ 3 ] {3d2d44e8-dd5b-4227-9405-0f49e81572c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
11109 | 2024.09.24 04:38:34.957207 [ 3 ] {3d2d44e8-dd5b-4227-9405-0f49e81572c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11110 | 2024.09.24 04:38:34.958332 [ 196 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.004173608 sec., 6229.621948204049 rows/sec., 418.83 KiB/sec. | ||
11111 | 2024.09.24 04:38:34.958547 [ 3 ] {3d2d44e8-dd5b-4227-9405-0f49e81572c3} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11112 | 2024.09.24 04:38:34.958584 [ 196 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
11113 | 2024.09.24 04:38:34.958607 [ 3 ] {3d2d44e8-dd5b-4227-9405-0f49e81572c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
11114 | 2024.09.24 04:38:34.959526 [ 196 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_26_5} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11115 | 2024.09.24 04:38:34.959750 [ 196 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_26_5} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
11116 | 2024.09.24 04:38:34.959936 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
11117 | 2024.09.24 04:38:34.960149 [ 3 ] {3d2d44e8-dd5b-4227-9405-0f49e81572c3} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
11118 | 2024.09.24 04:38:34.960575 [ 3 ] {3d2d44e8-dd5b-4227-9405-0f49e81572c3} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11119 | 2024.09.24 04:38:34.960762 [ 122 ] {} <Debug> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
11120 | 2024.09.24 04:38:34.960771 [ 3 ] {3d2d44e8-dd5b-4227-9405-0f49e81572c3} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.005489 sec., 4008.0160320641285 rows/sec., 7.18 MiB/sec. | ||
11121 | 2024.09.24 04:38:34.960809 [ 122 ] {} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11122 | 2024.09.24 04:38:34.960892 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
11123 | 2024.09.24 04:38:34.961275 [ 198 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
11124 | 2024.09.24 04:38:34.961378 [ 3 ] {3d2d44e8-dd5b-4227-9405-0f49e81572c3} <Debug> DynamicQueryHandler: Done processing query | ||
11125 | 2024.09.24 04:38:34.961404 [ 3 ] {3d2d44e8-dd5b-4227-9405-0f49e81572c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
11126 | 2024.09.24 04:38:34.961432 [ 3 ] {} <Debug> HTTP-Session: 54172553-e43c-4ded-a7b8-94519000e1f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11127 | 2024.09.24 04:38:34.961584 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 12152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11128 | 2024.09.24 04:38:34.961656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11129 | 2024.09.24 04:38:34.961691 [ 3 ] {} <Debug> HTTP-Session: 71496aa2-7a01-4c3a-8b59-9eb4d14545a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
11130 | 2024.09.24 04:38:34.961721 [ 3 ] {} <Debug> HTTP-Session: 71496aa2-7a01-4c3a-8b59-9eb4d14545a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11131 | 2024.09.24 04:38:34.961743 [ 198 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11132 | 2024.09.24 04:38:34.961745 [ 3 ] {} <Debug> HTTP-Session: 71496aa2-7a01-4c3a-8b59-9eb4d14545a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11133 | 2024.09.24 04:38:34.961812 [ 3 ] {} <Trace> HTTP-Session: 71496aa2-7a01-4c3a-8b59-9eb4d14545a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11134 | 2024.09.24 04:38:34.961847 [ 198 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 984 rows starting from the beginning of the part | ||
11135 | 2024.09.24 04:38:34.962077 [ 3 ] {d14862e6-d25f-4357-bde2-44b99083b977} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11136 | 2024.09.24 04:38:34.962234 [ 3 ] {d14862e6-d25f-4357-bde2-44b99083b977} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11137 | 2024.09.24 04:38:34.962391 [ 198 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 22 rows starting from the beginning of the part | ||
11138 | 2024.09.24 04:38:34.962845 [ 3 ] {d14862e6-d25f-4357-bde2-44b99083b977} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11139 | 2024.09.24 04:38:34.963032 [ 198 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 17 rows starting from the beginning of the part | ||
11140 | 2024.09.24 04:38:34.963642 [ 198 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 22 rows starting from the beginning of the part | ||
11141 | 2024.09.24 04:38:34.963698 [ 3 ] {d14862e6-d25f-4357-bde2-44b99083b977} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11142 | 2024.09.24 04:38:34.963749 [ 3 ] {d14862e6-d25f-4357-bde2-44b99083b977} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
11143 | 2024.09.24 04:38:34.964170 [ 198 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 17 rows starting from the beginning of the part | ||
11144 | 2024.09.24 04:38:34.964673 [ 198 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 22 rows starting from the beginning of the part | ||
11145 | 2024.09.24 04:38:34.964848 [ 3 ] {d14862e6-d25f-4357-bde2-44b99083b977} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
11146 | 2024.09.24 04:38:34.965500 [ 3 ] {d14862e6-d25f-4357-bde2-44b99083b977} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11147 | 2024.09.24 04:38:34.965760 [ 3 ] {d14862e6-d25f-4357-bde2-44b99083b977} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003837 sec., 21370.86265311441 rows/sec., 1.36 MiB/sec. | ||
11148 | 2024.09.24 04:38:34.966152 [ 3 ] {d14862e6-d25f-4357-bde2-44b99083b977} <Debug> DynamicQueryHandler: Done processing query | ||
11149 | 2024.09.24 04:38:34.966216 [ 3 ] {d14862e6-d25f-4357-bde2-44b99083b977} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11150 | 2024.09.24 04:38:34.966272 [ 3 ] {} <Debug> HTTP-Session: 71496aa2-7a01-4c3a-8b59-9eb4d14545a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11151 | 2024.09.24 04:38:34.970291 [ 188 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1084 rows, containing 19 columns (19 merged, 0 gathered) in 0.009232327 sec., 117413.51882358587 rows/sec., 210.40 MiB/sec. | ||
11152 | 2024.09.24 04:38:34.971953 [ 188 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
11153 | 2024.09.24 04:38:34.972560 [ 188 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11154 | 2024.09.24 04:38:34.972645 [ 188 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
11155 | 2024.09.24 04:38:34.972794 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.32 MiB. | ||
11156 | 2024.09.24 04:38:39.946964 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11157 | 2024.09.24 04:38:39.947113 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11158 | 2024.09.24 04:38:39.947143 [ 3 ] {} <Debug> HTTP-Session: 00ab3b77-dfc0-4bb8-8db3-036c747fac39 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
11159 | 2024.09.24 04:38:39.947172 [ 3 ] {} <Debug> HTTP-Session: 00ab3b77-dfc0-4bb8-8db3-036c747fac39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11160 | 2024.09.24 04:38:39.947190 [ 3 ] {} <Debug> HTTP-Session: 00ab3b77-dfc0-4bb8-8db3-036c747fac39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11161 | 2024.09.24 04:38:39.947249 [ 3 ] {} <Trace> HTTP-Session: 00ab3b77-dfc0-4bb8-8db3-036c747fac39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11162 | 2024.09.24 04:38:39.947464 [ 3 ] {c4f279bd-fb53-45ee-8f85-b58434463603} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11163 | 2024.09.24 04:38:39.947542 [ 3 ] {c4f279bd-fb53-45ee-8f85-b58434463603} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11164 | 2024.09.24 04:38:39.947938 [ 3 ] {c4f279bd-fb53-45ee-8f85-b58434463603} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11165 | 2024.09.24 04:38:39.948419 [ 3 ] {c4f279bd-fb53-45ee-8f85-b58434463603} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11166 | 2024.09.24 04:38:39.948469 [ 3 ] {c4f279bd-fb53-45ee-8f85-b58434463603} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
11167 | 2024.09.24 04:38:39.948898 [ 3 ] {c4f279bd-fb53-45ee-8f85-b58434463603} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
11168 | 2024.09.24 04:38:39.949302 [ 3 ] {c4f279bd-fb53-45ee-8f85-b58434463603} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11169 | 2024.09.24 04:38:39.949479 [ 3 ] {c4f279bd-fb53-45ee-8f85-b58434463603} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002071 sec., 1931.4340898116852 rows/sec., 157.49 KiB/sec. | ||
11170 | 2024.09.24 04:38:39.949884 [ 3 ] {c4f279bd-fb53-45ee-8f85-b58434463603} <Debug> DynamicQueryHandler: Done processing query | ||
11171 | 2024.09.24 04:38:39.949913 [ 3 ] {c4f279bd-fb53-45ee-8f85-b58434463603} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11172 | 2024.09.24 04:38:39.949929 [ 3 ] {} <Debug> HTTP-Session: 00ab3b77-dfc0-4bb8-8db3-036c747fac39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11173 | 2024.09.24 04:38:39.950216 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 178459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11174 | 2024.09.24 04:38:39.950278 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11175 | 2024.09.24 04:38:39.950297 [ 3 ] {} <Debug> HTTP-Session: e53e0c01-a690-4461-a306-f2f36ff8ff38 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
11176 | 2024.09.24 04:38:39.950315 [ 3 ] {} <Debug> HTTP-Session: e53e0c01-a690-4461-a306-f2f36ff8ff38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11177 | 2024.09.24 04:38:39.950329 [ 3 ] {} <Debug> HTTP-Session: e53e0c01-a690-4461-a306-f2f36ff8ff38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11178 | 2024.09.24 04:38:39.950367 [ 3 ] {} <Trace> HTTP-Session: e53e0c01-a690-4461-a306-f2f36ff8ff38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11179 | 2024.09.24 04:38:39.950821 [ 3 ] {4938cc8a-de7c-4772-bcac-07d7f1833a3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11180 | 2024.09.24 04:38:39.950870 [ 3 ] {4938cc8a-de7c-4772-bcac-07d7f1833a3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11181 | 2024.09.24 04:38:39.951135 [ 3 ] {4938cc8a-de7c-4772-bcac-07d7f1833a3c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11182 | 2024.09.24 04:38:39.952309 [ 3 ] {4938cc8a-de7c-4772-bcac-07d7f1833a3c} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11183 | 2024.09.24 04:38:39.952349 [ 3 ] {4938cc8a-de7c-4772-bcac-07d7f1833a3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
11184 | 2024.09.24 04:38:39.952802 [ 3 ] {4938cc8a-de7c-4772-bcac-07d7f1833a3c} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
11185 | 2024.09.24 04:38:39.953177 [ 3 ] {4938cc8a-de7c-4772-bcac-07d7f1833a3c} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11186 | 2024.09.24 04:38:39.953354 [ 3 ] {4938cc8a-de7c-4772-bcac-07d7f1833a3c} <Debug> executeQuery: Read 1232 rows, 103.92 KiB in 0.002841 sec., 433650.1231960577 rows/sec., 35.72 MiB/sec. | ||
11187 | 2024.09.24 04:38:39.953705 [ 3 ] {4938cc8a-de7c-4772-bcac-07d7f1833a3c} <Debug> DynamicQueryHandler: Done processing query | ||
11188 | 2024.09.24 04:38:39.953761 [ 3 ] {4938cc8a-de7c-4772-bcac-07d7f1833a3c} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
11189 | 2024.09.24 04:38:39.953807 [ 3 ] {} <Debug> HTTP-Session: e53e0c01-a690-4461-a306-f2f36ff8ff38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11190 | 2024.09.24 04:38:39.954039 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3047, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11191 | 2024.09.24 04:38:39.954097 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11192 | 2024.09.24 04:38:39.954116 [ 3 ] {} <Debug> HTTP-Session: 36fcc668-d808-4ab1-9ae5-a9430535e263 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
11193 | 2024.09.24 04:38:39.954135 [ 3 ] {} <Debug> HTTP-Session: 36fcc668-d808-4ab1-9ae5-a9430535e263 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11194 | 2024.09.24 04:38:39.954149 [ 3 ] {} <Debug> HTTP-Session: 36fcc668-d808-4ab1-9ae5-a9430535e263 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11195 | 2024.09.24 04:38:39.954185 [ 3 ] {} <Trace> HTTP-Session: 36fcc668-d808-4ab1-9ae5-a9430535e263 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11196 | 2024.09.24 04:38:39.954298 [ 3 ] {6004f1ce-0c30-4382-9564-cbaecbec12ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11197 | 2024.09.24 04:38:39.954345 [ 3 ] {6004f1ce-0c30-4382-9564-cbaecbec12ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11198 | 2024.09.24 04:38:39.954595 [ 3 ] {6004f1ce-0c30-4382-9564-cbaecbec12ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11199 | 2024.09.24 04:38:39.954928 [ 3 ] {6004f1ce-0c30-4382-9564-cbaecbec12ff} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11200 | 2024.09.24 04:38:39.954963 [ 3 ] {6004f1ce-0c30-4382-9564-cbaecbec12ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
11201 | 2024.09.24 04:38:39.955333 [ 3 ] {6004f1ce-0c30-4382-9564-cbaecbec12ff} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
11202 | 2024.09.24 04:38:39.955694 [ 3 ] {6004f1ce-0c30-4382-9564-cbaecbec12ff} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11203 | 2024.09.24 04:38:39.955834 [ 3 ] {6004f1ce-0c30-4382-9564-cbaecbec12ff} <Debug> executeQuery: Read 21 rows, 1.56 KiB in 0.001572 sec., 13358.778625954197 rows/sec., 990.85 KiB/sec. | ||
11204 | 2024.09.24 04:38:39.956120 [ 3 ] {6004f1ce-0c30-4382-9564-cbaecbec12ff} <Debug> DynamicQueryHandler: Done processing query | ||
11205 | 2024.09.24 04:38:39.956178 [ 3 ] {6004f1ce-0c30-4382-9564-cbaecbec12ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11206 | 2024.09.24 04:38:39.956229 [ 3 ] {} <Debug> HTTP-Session: 36fcc668-d808-4ab1-9ae5-a9430535e263 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11207 | 2024.09.24 04:38:39.956432 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 30477, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11208 | 2024.09.24 04:38:39.956482 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11209 | 2024.09.24 04:38:39.956501 [ 3 ] {} <Debug> HTTP-Session: 83b62b17-c748-4ad4-826f-aed065601f91 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
11210 | 2024.09.24 04:38:39.956518 [ 3 ] {} <Debug> HTTP-Session: 83b62b17-c748-4ad4-826f-aed065601f91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11211 | 2024.09.24 04:38:39.956531 [ 3 ] {} <Debug> HTTP-Session: 83b62b17-c748-4ad4-826f-aed065601f91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11212 | 2024.09.24 04:38:39.956564 [ 3 ] {} <Trace> HTTP-Session: 83b62b17-c748-4ad4-826f-aed065601f91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11213 | 2024.09.24 04:38:39.956766 [ 3 ] {17389597-824a-4af4-a007-045084cfc961} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
11214 | 2024.09.24 04:38:39.956810 [ 3 ] {17389597-824a-4af4-a007-045084cfc961} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11215 | 2024.09.24 04:38:39.957052 [ 3 ] {17389597-824a-4af4-a007-045084cfc961} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11216 | 2024.09.24 04:38:39.957496 [ 3 ] {17389597-824a-4af4-a007-045084cfc961} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11217 | 2024.09.24 04:38:39.957532 [ 3 ] {17389597-824a-4af4-a007-045084cfc961} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
11218 | 2024.09.24 04:38:39.957891 [ 3 ] {17389597-824a-4af4-a007-045084cfc961} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
11219 | 2024.09.24 04:38:39.958242 [ 3 ] {17389597-824a-4af4-a007-045084cfc961} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11220 | 2024.09.24 04:38:39.958402 [ 3 ] {17389597-824a-4af4-a007-045084cfc961} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00175 sec., 130285.71428571429 rows/sec., 8.82 MiB/sec. | ||
11221 | 2024.09.24 04:38:39.958759 [ 3 ] {17389597-824a-4af4-a007-045084cfc961} <Debug> DynamicQueryHandler: Done processing query | ||
11222 | 2024.09.24 04:38:39.958790 [ 3 ] {17389597-824a-4af4-a007-045084cfc961} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
11223 | 2024.09.24 04:38:39.958806 [ 3 ] {} <Debug> HTTP-Session: 83b62b17-c748-4ad4-826f-aed065601f91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11224 | 2024.09.24 04:38:39.959023 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 89430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11225 | 2024.09.24 04:38:39.959072 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11226 | 2024.09.24 04:38:39.959091 [ 3 ] {} <Debug> HTTP-Session: 4ebf4aa9-2e02-4fbd-9661-2b151a3f82e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
11227 | 2024.09.24 04:38:39.959106 [ 3 ] {} <Debug> HTTP-Session: 4ebf4aa9-2e02-4fbd-9661-2b151a3f82e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11228 | 2024.09.24 04:38:39.959120 [ 3 ] {} <Debug> HTTP-Session: 4ebf4aa9-2e02-4fbd-9661-2b151a3f82e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11229 | 2024.09.24 04:38:39.959151 [ 3 ] {} <Trace> HTTP-Session: 4ebf4aa9-2e02-4fbd-9661-2b151a3f82e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11230 | 2024.09.24 04:38:39.959502 [ 3 ] {f4473e7e-bd2a-4efe-8dcd-d14791d7c311} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11231 | 2024.09.24 04:38:39.959545 [ 3 ] {f4473e7e-bd2a-4efe-8dcd-d14791d7c311} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11232 | 2024.09.24 04:38:39.959790 [ 3 ] {f4473e7e-bd2a-4efe-8dcd-d14791d7c311} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11233 | 2024.09.24 04:38:39.960476 [ 3 ] {f4473e7e-bd2a-4efe-8dcd-d14791d7c311} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11234 | 2024.09.24 04:38:39.960512 [ 3 ] {f4473e7e-bd2a-4efe-8dcd-d14791d7c311} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
11235 | 2024.09.24 04:38:39.960881 [ 3 ] {f4473e7e-bd2a-4efe-8dcd-d14791d7c311} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
11236 | 2024.09.24 04:38:39.961277 [ 3 ] {f4473e7e-bd2a-4efe-8dcd-d14791d7c311} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11237 | 2024.09.24 04:38:39.961442 [ 3 ] {f4473e7e-bd2a-4efe-8dcd-d14791d7c311} <Debug> executeQuery: Read 541 rows, 41.09 KiB in 0.002181 sec., 248051.35259055477 rows/sec., 18.40 MiB/sec. | ||
11238 | 2024.09.24 04:38:39.961727 [ 3 ] {f4473e7e-bd2a-4efe-8dcd-d14791d7c311} <Debug> DynamicQueryHandler: Done processing query | ||
11239 | 2024.09.24 04:38:39.961792 [ 3 ] {f4473e7e-bd2a-4efe-8dcd-d14791d7c311} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
11240 | 2024.09.24 04:38:39.961847 [ 3 ] {} <Debug> HTTP-Session: 4ebf4aa9-2e02-4fbd-9661-2b151a3f82e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11241 | 2024.09.24 04:38:39.962250 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 167606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11242 | 2024.09.24 04:38:39.962312 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11243 | 2024.09.24 04:38:39.962333 [ 3 ] {} <Debug> HTTP-Session: ea2e2fe8-5302-41d0-ba90-c9309f5f523b Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
11244 | 2024.09.24 04:38:39.962351 [ 3 ] {} <Debug> HTTP-Session: ea2e2fe8-5302-41d0-ba90-c9309f5f523b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11245 | 2024.09.24 04:38:39.962373 [ 3 ] {} <Debug> HTTP-Session: ea2e2fe8-5302-41d0-ba90-c9309f5f523b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11246 | 2024.09.24 04:38:39.962409 [ 3 ] {} <Trace> HTTP-Session: ea2e2fe8-5302-41d0-ba90-c9309f5f523b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11247 | 2024.09.24 04:38:39.962849 [ 3 ] {c34f9b01-b906-4487-9953-016b19ca848c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11248 | 2024.09.24 04:38:39.962901 [ 3 ] {c34f9b01-b906-4487-9953-016b19ca848c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11249 | 2024.09.24 04:38:39.963066 [ 3 ] {c34f9b01-b906-4487-9953-016b19ca848c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11250 | 2024.09.24 04:38:39.963887 [ 3 ] {c34f9b01-b906-4487-9953-016b19ca848c} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11251 | 2024.09.24 04:38:39.963923 [ 3 ] {c34f9b01-b906-4487-9953-016b19ca848c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
11252 | 2024.09.24 04:38:39.964368 [ 3 ] {c34f9b01-b906-4487-9953-016b19ca848c} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
11253 | 2024.09.24 04:38:39.964710 [ 3 ] {c34f9b01-b906-4487-9953-016b19ca848c} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11254 | 2024.09.24 04:38:39.964871 [ 3 ] {c34f9b01-b906-4487-9953-016b19ca848c} <Debug> executeQuery: Read 882 rows, 60.77 KiB in 0.002284 sec., 386164.6234676007 rows/sec., 25.98 MiB/sec. | ||
11255 | 2024.09.24 04:38:39.964869 [ 118 ] {} <Debug> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
11256 | 2024.09.24 04:38:39.964984 [ 118 ] {} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11257 | 2024.09.24 04:38:39.965031 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
11258 | 2024.09.24 04:38:39.965125 [ 3 ] {c34f9b01-b906-4487-9953-016b19ca848c} <Debug> DynamicQueryHandler: Done processing query | ||
11259 | 2024.09.24 04:38:39.965179 [ 3 ] {c34f9b01-b906-4487-9953-016b19ca848c} <Debug> MemoryTracker: Peak memory usage (for query): 4.67 MiB. | ||
11260 | 2024.09.24 04:38:39.965202 [ 192 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::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 | ||
11261 | 2024.09.24 04:38:39.965212 [ 3 ] {} <Debug> HTTP-Session: ea2e2fe8-5302-41d0-ba90-c9309f5f523b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11262 | 2024.09.24 04:38:39.965390 [ 192 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11263 | 2024.09.24 04:38:39.965435 [ 192 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 16498 rows starting from the beginning of the part | ||
11264 | 2024.09.24 04:38:39.965485 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 29068, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11265 | 2024.09.24 04:38:39.965632 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11266 | 2024.09.24 04:38:39.965688 [ 192 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 160 rows starting from the beginning of the part | ||
11267 | 2024.09.24 04:38:39.965727 [ 3 ] {} <Debug> HTTP-Session: 54951465-2723-4219-8e35-698d5ee6ae5c Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
11268 | 2024.09.24 04:38:39.965808 [ 3 ] {} <Debug> HTTP-Session: 54951465-2723-4219-8e35-698d5ee6ae5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11269 | 2024.09.24 04:38:39.965884 [ 3 ] {} <Debug> HTTP-Session: 54951465-2723-4219-8e35-698d5ee6ae5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11270 | 2024.09.24 04:38:39.966040 [ 3 ] {} <Trace> HTTP-Session: 54951465-2723-4219-8e35-698d5ee6ae5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11271 | 2024.09.24 04:38:39.966077 [ 192 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 238 rows starting from the beginning of the part | ||
11272 | 2024.09.24 04:38:39.966298 [ 192 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 162 rows starting from the beginning of the part | ||
11273 | 2024.09.24 04:38:39.966578 [ 3 ] {6b89bf13-d055-4bdb-8903-c8fdfaedc2d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
11274 | 2024.09.24 04:38:39.966581 [ 192 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 238 rows starting from the beginning of the part | ||
11275 | 2024.09.24 04:38:39.966863 [ 192 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 882 rows starting from the beginning of the part | ||
11276 | 2024.09.24 04:38:39.966903 [ 3 ] {6b89bf13-d055-4bdb-8903-c8fdfaedc2d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
11277 | 2024.09.24 04:38:39.968546 [ 3 ] {6b89bf13-d055-4bdb-8903-c8fdfaedc2d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11278 | 2024.09.24 04:38:39.969361 [ 3 ] {6b89bf13-d055-4bdb-8903-c8fdfaedc2d2} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11279 | 2024.09.24 04:38:39.969400 [ 3 ] {6b89bf13-d055-4bdb-8903-c8fdfaedc2d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
11280 | 2024.09.24 04:38:39.971269 [ 3 ] {6b89bf13-d055-4bdb-8903-c8fdfaedc2d2} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
11281 | 2024.09.24 04:38:39.971770 [ 3 ] {6b89bf13-d055-4bdb-8903-c8fdfaedc2d2} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11282 | 2024.09.24 04:38:39.972030 [ 3 ] {6b89bf13-d055-4bdb-8903-c8fdfaedc2d2} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.005811 sec., 2925.486146962657 rows/sec., 5.24 MiB/sec. | ||
11283 | 2024.09.24 04:38:39.972477 [ 3 ] {6b89bf13-d055-4bdb-8903-c8fdfaedc2d2} <Debug> DynamicQueryHandler: Done processing query | ||
11284 | 2024.09.24 04:38:39.972502 [ 3 ] {6b89bf13-d055-4bdb-8903-c8fdfaedc2d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
11285 | 2024.09.24 04:38:39.972518 [ 3 ] {} <Debug> HTTP-Session: 54951465-2723-4219-8e35-698d5ee6ae5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11286 | 2024.09.24 04:38:39.972655 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11287 | 2024.09.24 04:38:39.972703 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11288 | 2024.09.24 04:38:39.972722 [ 3 ] {} <Debug> HTTP-Session: d7c1d94c-9200-4d3a-aa67-74381169945a Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
11289 | 2024.09.24 04:38:39.972738 [ 3 ] {} <Debug> HTTP-Session: d7c1d94c-9200-4d3a-aa67-74381169945a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11290 | 2024.09.24 04:38:39.972753 [ 3 ] {} <Debug> HTTP-Session: d7c1d94c-9200-4d3a-aa67-74381169945a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11291 | 2024.09.24 04:38:39.972786 [ 3 ] {} <Trace> HTTP-Session: d7c1d94c-9200-4d3a-aa67-74381169945a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11292 | 2024.09.24 04:38:39.972934 [ 3 ] {73837ec2-9f32-435e-a432-3ecdfe56df8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11293 | 2024.09.24 04:38:39.972980 [ 3 ] {73837ec2-9f32-435e-a432-3ecdfe56df8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11294 | 2024.09.24 04:38:39.973164 [ 3 ] {73837ec2-9f32-435e-a432-3ecdfe56df8b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11295 | 2024.09.24 04:38:39.973538 [ 3 ] {73837ec2-9f32-435e-a432-3ecdfe56df8b} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11296 | 2024.09.24 04:38:39.973573 [ 3 ] {73837ec2-9f32-435e-a432-3ecdfe56df8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
11297 | 2024.09.24 04:38:39.974140 [ 3 ] {73837ec2-9f32-435e-a432-3ecdfe56df8b} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
11298 | 2024.09.24 04:38:39.974751 [ 3 ] {73837ec2-9f32-435e-a432-3ecdfe56df8b} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11299 | 2024.09.24 04:38:39.975056 [ 199 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18178 rows, containing 5 columns (5 merged, 0 gathered) in 0.00992201 sec., 1832088.4578830297 rows/sec., 123.56 MiB/sec. | ||
11300 | 2024.09.24 04:38:39.975141 [ 3 ] {73837ec2-9f32-435e-a432-3ecdfe56df8b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002237 sec., 26821.63611980331 rows/sec., 1.81 MiB/sec. | ||
11301 | 2024.09.24 04:38:39.975604 [ 3 ] {73837ec2-9f32-435e-a432-3ecdfe56df8b} <Debug> DynamicQueryHandler: Done processing query | ||
11302 | 2024.09.24 04:38:39.975620 [ 199 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
11303 | 2024.09.24 04:38:39.975675 [ 3 ] {73837ec2-9f32-435e-a432-3ecdfe56df8b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11304 | 2024.09.24 04:38:39.975760 [ 3 ] {} <Debug> HTTP-Session: d7c1d94c-9200-4d3a-aa67-74381169945a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11305 | 2024.09.24 04:38:39.976431 [ 199 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11306 | 2024.09.24 04:38:39.976537 [ 199 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
11307 | 2024.09.24 04:38:39.976648 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.14 MiB. | ||
11308 | 2024.09.24 04:38:44.921076 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11309 | 2024.09.24 04:38:44.921219 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11310 | 2024.09.24 04:38:44.921248 [ 3 ] {} <Debug> HTTP-Session: 11dbfd93-f6fe-4e2f-94cf-6d085f7ca33e Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
11311 | 2024.09.24 04:38:44.921273 [ 3 ] {} <Debug> HTTP-Session: 11dbfd93-f6fe-4e2f-94cf-6d085f7ca33e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11312 | 2024.09.24 04:38:44.921289 [ 3 ] {} <Debug> HTTP-Session: 11dbfd93-f6fe-4e2f-94cf-6d085f7ca33e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11313 | 2024.09.24 04:38:44.921339 [ 3 ] {} <Trace> HTTP-Session: 11dbfd93-f6fe-4e2f-94cf-6d085f7ca33e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11314 | 2024.09.24 04:38:44.921532 [ 3 ] {e1c712d9-9827-4ec2-b4aa-66f8e5e89e24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11315 | 2024.09.24 04:38:44.921603 [ 3 ] {e1c712d9-9827-4ec2-b4aa-66f8e5e89e24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11316 | 2024.09.24 04:38:44.921945 [ 3 ] {e1c712d9-9827-4ec2-b4aa-66f8e5e89e24} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11317 | 2024.09.24 04:38:44.922363 [ 3 ] {e1c712d9-9827-4ec2-b4aa-66f8e5e89e24} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11318 | 2024.09.24 04:38:44.922412 [ 3 ] {e1c712d9-9827-4ec2-b4aa-66f8e5e89e24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
11319 | 2024.09.24 04:38:44.922823 [ 3 ] {e1c712d9-9827-4ec2-b4aa-66f8e5e89e24} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
11320 | 2024.09.24 04:38:44.923211 [ 3 ] {e1c712d9-9827-4ec2-b4aa-66f8e5e89e24} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11321 | 2024.09.24 04:38:44.923407 [ 3 ] {e1c712d9-9827-4ec2-b4aa-66f8e5e89e24} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00192 sec., 1041.6666666666667 rows/sec., 84.94 KiB/sec. | ||
11322 | 2024.09.24 04:38:44.923404 [ 115 ] {} <Debug> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
11323 | 2024.09.24 04:38:44.923516 [ 115 ] {} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11324 | 2024.09.24 04:38:44.923574 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
11325 | 2024.09.24 04:38:44.923738 [ 3 ] {e1c712d9-9827-4ec2-b4aa-66f8e5e89e24} <Debug> DynamicQueryHandler: Done processing query | ||
11326 | 2024.09.24 04:38:44.923835 [ 195 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full | ||
11327 | 2024.09.24 04:38:44.923830 [ 3 ] {e1c712d9-9827-4ec2-b4aa-66f8e5e89e24} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11328 | 2024.09.24 04:38:44.923969 [ 3 ] {} <Debug> HTTP-Session: 11dbfd93-f6fe-4e2f-94cf-6d085f7ca33e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11329 | 2024.09.24 04:38:44.924108 [ 195 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11330 | 2024.09.24 04:38:44.924157 [ 195 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 18 rows starting from the beginning of the part | ||
11331 | 2024.09.24 04:38:44.924218 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 35281, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11332 | 2024.09.24 04:38:44.924349 [ 195 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part | ||
11333 | 2024.09.24 04:38:44.924388 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11334 | 2024.09.24 04:38:44.924478 [ 3 ] {} <Debug> HTTP-Session: 19fb9b01-5ac4-4b68-be8d-31a0c73f0817 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
11335 | 2024.09.24 04:38:44.924553 [ 3 ] {} <Debug> HTTP-Session: 19fb9b01-5ac4-4b68-be8d-31a0c73f0817 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11336 | 2024.09.24 04:38:44.924615 [ 3 ] {} <Debug> HTTP-Session: 19fb9b01-5ac4-4b68-be8d-31a0c73f0817 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11337 | 2024.09.24 04:38:44.924759 [ 3 ] {} <Trace> HTTP-Session: 19fb9b01-5ac4-4b68-be8d-31a0c73f0817 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11338 | 2024.09.24 04:38:44.924809 [ 195 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 4 rows starting from the beginning of the part | ||
11339 | 2024.09.24 04:38:44.925067 [ 195 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part | ||
11340 | 2024.09.24 04:38:44.925207 [ 3 ] {c628a9a4-d835-45c6-977d-ff7e7777e21e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11341 | 2024.09.24 04:38:44.925384 [ 195 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part | ||
11342 | 2024.09.24 04:38:44.925384 [ 3 ] {c628a9a4-d835-45c6-977d-ff7e7777e21e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11343 | 2024.09.24 04:38:44.925771 [ 195 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 2 rows starting from the beginning of the part | ||
11344 | 2024.09.24 04:38:44.926618 [ 3 ] {c628a9a4-d835-45c6-977d-ff7e7777e21e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11345 | 2024.09.24 04:38:44.927819 [ 3 ] {c628a9a4-d835-45c6-977d-ff7e7777e21e} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11346 | 2024.09.24 04:38:44.927887 [ 3 ] {c628a9a4-d835-45c6-977d-ff7e7777e21e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
11347 | 2024.09.24 04:38:44.928647 [ 195 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 5 columns (5 merged, 0 gathered) in 0.004976235 sec., 6430.564472939884 rows/sec., 549.49 KiB/sec. | ||
11348 | 2024.09.24 04:38:44.928902 [ 189 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
11349 | 2024.09.24 04:38:44.928918 [ 3 ] {c628a9a4-d835-45c6-977d-ff7e7777e21e} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
11350 | 2024.09.24 04:38:44.929985 [ 3 ] {c628a9a4-d835-45c6-977d-ff7e7777e21e} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11351 | 2024.09.24 04:38:44.930107 [ 189 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_25_5} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11352 | 2024.09.24 04:38:44.930297 [ 3 ] {c628a9a4-d835-45c6-977d-ff7e7777e21e} <Debug> executeQuery: Read 234 rows, 21.06 KiB in 0.005296 sec., 44184.29003021148 rows/sec., 3.88 MiB/sec. | ||
11353 | 2024.09.24 04:38:44.930333 [ 189 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_25_5} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
11354 | 2024.09.24 04:38:44.930605 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
11355 | 2024.09.24 04:38:44.930685 [ 3 ] {c628a9a4-d835-45c6-977d-ff7e7777e21e} <Debug> DynamicQueryHandler: Done processing query | ||
11356 | 2024.09.24 04:38:44.930715 [ 3 ] {c628a9a4-d835-45c6-977d-ff7e7777e21e} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
11357 | 2024.09.24 04:38:44.930731 [ 3 ] {} <Debug> HTTP-Session: 19fb9b01-5ac4-4b68-be8d-31a0c73f0817 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11358 | 2024.09.24 04:38:44.930911 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11359 | 2024.09.24 04:38:44.930964 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11360 | 2024.09.24 04:38:44.930986 [ 3 ] {} <Debug> HTTP-Session: cff12aca-f018-49cb-9fcb-f47e3329c810 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
11361 | 2024.09.24 04:38:44.931006 [ 3 ] {} <Debug> HTTP-Session: cff12aca-f018-49cb-9fcb-f47e3329c810 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11362 | 2024.09.24 04:38:44.931020 [ 3 ] {} <Debug> HTTP-Session: cff12aca-f018-49cb-9fcb-f47e3329c810 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11363 | 2024.09.24 04:38:44.931055 [ 3 ] {} <Trace> HTTP-Session: cff12aca-f018-49cb-9fcb-f47e3329c810 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11364 | 2024.09.24 04:38:44.931170 [ 3 ] {593a4dfd-a4ad-4b5f-b971-68fac7991092} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11365 | 2024.09.24 04:38:44.931239 [ 3 ] {593a4dfd-a4ad-4b5f-b971-68fac7991092} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11366 | 2024.09.24 04:38:44.931487 [ 3 ] {593a4dfd-a4ad-4b5f-b971-68fac7991092} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11367 | 2024.09.24 04:38:44.931816 [ 3 ] {593a4dfd-a4ad-4b5f-b971-68fac7991092} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11368 | 2024.09.24 04:38:44.931854 [ 3 ] {593a4dfd-a4ad-4b5f-b971-68fac7991092} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
11369 | 2024.09.24 04:38:44.932220 [ 3 ] {593a4dfd-a4ad-4b5f-b971-68fac7991092} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
11370 | 2024.09.24 04:38:44.932600 [ 3 ] {593a4dfd-a4ad-4b5f-b971-68fac7991092} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11371 | 2024.09.24 04:38:44.932762 [ 3 ] {593a4dfd-a4ad-4b5f-b971-68fac7991092} <Debug> executeQuery: Read 24 rows, 1.79 KiB in 0.001617 sec., 14842.300556586271 rows/sec., 1.08 MiB/sec. | ||
11372 | 2024.09.24 04:38:44.932923 [ 3 ] {593a4dfd-a4ad-4b5f-b971-68fac7991092} <Debug> DynamicQueryHandler: Done processing query | ||
11373 | 2024.09.24 04:38:44.932948 [ 3 ] {593a4dfd-a4ad-4b5f-b971-68fac7991092} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11374 | 2024.09.24 04:38:44.932964 [ 3 ] {} <Debug> HTTP-Session: cff12aca-f018-49cb-9fcb-f47e3329c810 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11375 | 2024.09.24 04:38:44.933125 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11376 | 2024.09.24 04:38:44.933176 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11377 | 2024.09.24 04:38:44.933195 [ 3 ] {} <Debug> HTTP-Session: d188aa0a-f966-4195-8818-0cfb11ffc1ac Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
11378 | 2024.09.24 04:38:44.933212 [ 3 ] {} <Debug> HTTP-Session: d188aa0a-f966-4195-8818-0cfb11ffc1ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11379 | 2024.09.24 04:38:44.933226 [ 3 ] {} <Debug> HTTP-Session: d188aa0a-f966-4195-8818-0cfb11ffc1ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11380 | 2024.09.24 04:38:44.933257 [ 3 ] {} <Trace> HTTP-Session: d188aa0a-f966-4195-8818-0cfb11ffc1ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11381 | 2024.09.24 04:38:44.933358 [ 3 ] {bece5504-32c5-40eb-af5b-087ef90b69ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
11382 | 2024.09.24 04:38:44.933401 [ 3 ] {bece5504-32c5-40eb-af5b-087ef90b69ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11383 | 2024.09.24 04:38:44.933627 [ 3 ] {bece5504-32c5-40eb-af5b-087ef90b69ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11384 | 2024.09.24 04:38:44.933936 [ 3 ] {bece5504-32c5-40eb-af5b-087ef90b69ec} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11385 | 2024.09.24 04:38:44.933973 [ 3 ] {bece5504-32c5-40eb-af5b-087ef90b69ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
11386 | 2024.09.24 04:38:44.934334 [ 3 ] {bece5504-32c5-40eb-af5b-087ef90b69ec} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
11387 | 2024.09.24 04:38:44.934702 [ 3 ] {bece5504-32c5-40eb-af5b-087ef90b69ec} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11388 | 2024.09.24 04:38:44.934862 [ 115 ] {} <Debug> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
11389 | 2024.09.24 04:38:44.934869 [ 3 ] {bece5504-32c5-40eb-af5b-087ef90b69ec} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001528 sec., 9162.303664921466 rows/sec., 641.67 KiB/sec. | ||
11390 | 2024.09.24 04:38:44.934916 [ 115 ] {} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11391 | 2024.09.24 04:38:44.934979 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
11392 | 2024.09.24 04:38:44.935250 [ 3 ] {bece5504-32c5-40eb-af5b-087ef90b69ec} <Debug> DynamicQueryHandler: Done processing query | ||
11393 | 2024.09.24 04:38:44.935264 [ 194 ] {80399c63-440f-4294-b79d-4996168f9902::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 | ||
11394 | 2024.09.24 04:38:44.935288 [ 3 ] {bece5504-32c5-40eb-af5b-087ef90b69ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11395 | 2024.09.24 04:38:44.935374 [ 3 ] {} <Debug> HTTP-Session: d188aa0a-f966-4195-8818-0cfb11ffc1ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11396 | 2024.09.24 04:38:44.935673 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11397 | 2024.09.24 04:38:44.935864 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11398 | 2024.09.24 04:38:44.935972 [ 3 ] {} <Debug> HTTP-Session: c00c66be-89d6-40b9-b246-3689c1566273 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
11399 | 2024.09.24 04:38:44.936048 [ 3 ] {} <Debug> HTTP-Session: c00c66be-89d6-40b9-b246-3689c1566273 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11400 | 2024.09.24 04:38:44.936128 [ 3 ] {} <Debug> HTTP-Session: c00c66be-89d6-40b9-b246-3689c1566273 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11401 | 2024.09.24 04:38:44.936161 [ 194 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11402 | 2024.09.24 04:38:44.936257 [ 3 ] {} <Trace> HTTP-Session: c00c66be-89d6-40b9-b246-3689c1566273 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11403 | 2024.09.24 04:38:44.936277 [ 194 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 243 rows starting from the beginning of the part | ||
11404 | 2024.09.24 04:38:44.936488 [ 194 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part | ||
11405 | 2024.09.24 04:38:44.936531 [ 3 ] {da5e4264-babe-40b8-86a4-cbb581d54ae6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
11406 | 2024.09.24 04:38:44.936687 [ 3 ] {da5e4264-babe-40b8-86a4-cbb581d54ae6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
11407 | 2024.09.24 04:38:44.936873 [ 194 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part | ||
11408 | 2024.09.24 04:38:44.937300 [ 194 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part | ||
11409 | 2024.09.24 04:38:44.937650 [ 194 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 228 rows starting from the beginning of the part | ||
11410 | 2024.09.24 04:38:44.937983 [ 194 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part | ||
11411 | 2024.09.24 04:38:44.938479 [ 3 ] {da5e4264-babe-40b8-86a4-cbb581d54ae6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11412 | 2024.09.24 04:38:44.939034 [ 3 ] {da5e4264-babe-40b8-86a4-cbb581d54ae6} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11413 | 2024.09.24 04:38:44.939084 [ 3 ] {da5e4264-babe-40b8-86a4-cbb581d54ae6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
11414 | 2024.09.24 04:38:44.939632 [ 3 ] {da5e4264-babe-40b8-86a4-cbb581d54ae6} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
11415 | 2024.09.24 04:38:44.939860 [ 194 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.004784391 sec., 110149.86024344583 rows/sec., 7.48 MiB/sec. | ||
11416 | 2024.09.24 04:38:44.940022 [ 194 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
11417 | 2024.09.24 04:38:44.940185 [ 3 ] {da5e4264-babe-40b8-86a4-cbb581d54ae6} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11418 | 2024.09.24 04:38:44.940562 [ 3 ] {da5e4264-babe-40b8-86a4-cbb581d54ae6} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.004124 sec., 1454.898157129001 rows/sec., 85.96 KiB/sec. | ||
11419 | 2024.09.24 04:38:44.941217 [ 3 ] {da5e4264-babe-40b8-86a4-cbb581d54ae6} <Debug> DynamicQueryHandler: Done processing query | ||
11420 | 2024.09.24 04:38:44.941239 [ 194 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_36_7} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11421 | 2024.09.24 04:38:44.941329 [ 3 ] {da5e4264-babe-40b8-86a4-cbb581d54ae6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11422 | 2024.09.24 04:38:44.941423 [ 3 ] {} <Debug> HTTP-Session: c00c66be-89d6-40b9-b246-3689c1566273 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11423 | 2024.09.24 04:38:44.941614 [ 194 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_36_7} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
11424 | 2024.09.24 04:38:44.941706 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
11425 | 2024.09.24 04:38:44.941735 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 65839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11426 | 2024.09.24 04:38:44.941787 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11427 | 2024.09.24 04:38:44.941807 [ 3 ] {} <Debug> HTTP-Session: 7b1e3ba1-46b6-421a-a87a-66d3dcab04b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
11428 | 2024.09.24 04:38:44.941824 [ 3 ] {} <Debug> HTTP-Session: 7b1e3ba1-46b6-421a-a87a-66d3dcab04b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11429 | 2024.09.24 04:38:44.941838 [ 3 ] {} <Debug> HTTP-Session: 7b1e3ba1-46b6-421a-a87a-66d3dcab04b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11430 | 2024.09.24 04:38:44.941869 [ 3 ] {} <Trace> HTTP-Session: 7b1e3ba1-46b6-421a-a87a-66d3dcab04b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11431 | 2024.09.24 04:38:44.942083 [ 3 ] {188724e5-efc0-489d-811a-5346f0648a75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11432 | 2024.09.24 04:38:44.942127 [ 3 ] {188724e5-efc0-489d-811a-5346f0648a75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11433 | 2024.09.24 04:38:44.942366 [ 3 ] {188724e5-efc0-489d-811a-5346f0648a75} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11434 | 2024.09.24 04:38:44.942986 [ 3 ] {188724e5-efc0-489d-811a-5346f0648a75} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11435 | 2024.09.24 04:38:44.943024 [ 3 ] {188724e5-efc0-489d-811a-5346f0648a75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
11436 | 2024.09.24 04:38:44.943409 [ 3 ] {188724e5-efc0-489d-811a-5346f0648a75} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
11437 | 2024.09.24 04:38:44.943779 [ 3 ] {188724e5-efc0-489d-811a-5346f0648a75} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11438 | 2024.09.24 04:38:44.943942 [ 3 ] {188724e5-efc0-489d-811a-5346f0648a75} <Debug> executeQuery: Read 406 rows, 29.61 KiB in 0.001974 sec., 205673.7588652482 rows/sec., 14.65 MiB/sec. | ||
11439 | 2024.09.24 04:38:44.944119 [ 3 ] {188724e5-efc0-489d-811a-5346f0648a75} <Debug> DynamicQueryHandler: Done processing query | ||
11440 | 2024.09.24 04:38:44.944143 [ 3 ] {188724e5-efc0-489d-811a-5346f0648a75} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
11441 | 2024.09.24 04:38:44.944159 [ 3 ] {} <Debug> HTTP-Session: 7b1e3ba1-46b6-421a-a87a-66d3dcab04b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11442 | 2024.09.24 04:38:44.944303 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11443 | 2024.09.24 04:38:44.944353 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11444 | 2024.09.24 04:38:44.944372 [ 3 ] {} <Debug> HTTP-Session: 859be52b-2b22-4cdd-b37a-dddf343f0766 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
11445 | 2024.09.24 04:38:44.944388 [ 3 ] {} <Debug> HTTP-Session: 859be52b-2b22-4cdd-b37a-dddf343f0766 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11446 | 2024.09.24 04:38:44.944402 [ 3 ] {} <Debug> HTTP-Session: 859be52b-2b22-4cdd-b37a-dddf343f0766 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11447 | 2024.09.24 04:38:44.944432 [ 3 ] {} <Trace> HTTP-Session: 859be52b-2b22-4cdd-b37a-dddf343f0766 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11448 | 2024.09.24 04:38:44.944533 [ 3 ] {edef30e7-a437-4588-a51c-fab1ce111f6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11449 | 2024.09.24 04:38:44.944579 [ 3 ] {edef30e7-a437-4588-a51c-fab1ce111f6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11450 | 2024.09.24 04:38:44.944708 [ 3 ] {edef30e7-a437-4588-a51c-fab1ce111f6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11451 | 2024.09.24 04:38:44.944980 [ 3 ] {edef30e7-a437-4588-a51c-fab1ce111f6e} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11452 | 2024.09.24 04:38:44.945017 [ 3 ] {edef30e7-a437-4588-a51c-fab1ce111f6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
11453 | 2024.09.24 04:38:44.945381 [ 3 ] {edef30e7-a437-4588-a51c-fab1ce111f6e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
11454 | 2024.09.24 04:38:44.945714 [ 3 ] {edef30e7-a437-4588-a51c-fab1ce111f6e} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11455 | 2024.09.24 04:38:44.945870 [ 3 ] {edef30e7-a437-4588-a51c-fab1ce111f6e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001358 sec., 4418.262150220913 rows/sec., 230.84 KiB/sec. | ||
11456 | 2024.09.24 04:38:44.946211 [ 3 ] {edef30e7-a437-4588-a51c-fab1ce111f6e} <Debug> DynamicQueryHandler: Done processing query | ||
11457 | 2024.09.24 04:38:44.946237 [ 3 ] {edef30e7-a437-4588-a51c-fab1ce111f6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11458 | 2024.09.24 04:38:44.946253 [ 3 ] {} <Debug> HTTP-Session: 859be52b-2b22-4cdd-b37a-dddf343f0766 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11459 | 2024.09.24 04:38:44.946414 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 44803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11460 | 2024.09.24 04:38:44.946465 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11461 | 2024.09.24 04:38:44.946485 [ 3 ] {} <Debug> HTTP-Session: 8a8e2224-1f61-4ee6-84cf-9dc7b51a285a Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
11462 | 2024.09.24 04:38:44.946502 [ 3 ] {} <Debug> HTTP-Session: 8a8e2224-1f61-4ee6-84cf-9dc7b51a285a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11463 | 2024.09.24 04:38:44.946516 [ 3 ] {} <Debug> HTTP-Session: 8a8e2224-1f61-4ee6-84cf-9dc7b51a285a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11464 | 2024.09.24 04:38:44.946547 [ 3 ] {} <Trace> HTTP-Session: 8a8e2224-1f61-4ee6-84cf-9dc7b51a285a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11465 | 2024.09.24 04:38:44.946771 [ 3 ] {ede8f246-a46f-483b-89b7-208dd5614e3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11466 | 2024.09.24 04:38:44.946820 [ 3 ] {ede8f246-a46f-483b-89b7-208dd5614e3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11467 | 2024.09.24 04:38:44.946985 [ 3 ] {ede8f246-a46f-483b-89b7-208dd5614e3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11468 | 2024.09.24 04:38:44.947447 [ 3 ] {ede8f246-a46f-483b-89b7-208dd5614e3b} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11469 | 2024.09.24 04:38:44.947484 [ 3 ] {ede8f246-a46f-483b-89b7-208dd5614e3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
11470 | 2024.09.24 04:38:44.947873 [ 3 ] {ede8f246-a46f-483b-89b7-208dd5614e3b} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
11471 | 2024.09.24 04:38:44.948215 [ 3 ] {ede8f246-a46f-483b-89b7-208dd5614e3b} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11472 | 2024.09.24 04:38:44.948366 [ 3 ] {ede8f246-a46f-483b-89b7-208dd5614e3b} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001727 sec., 137811.23335263462 rows/sec., 9.24 MiB/sec. | ||
11473 | 2024.09.24 04:38:44.948533 [ 3 ] {ede8f246-a46f-483b-89b7-208dd5614e3b} <Debug> DynamicQueryHandler: Done processing query | ||
11474 | 2024.09.24 04:38:44.948558 [ 3 ] {ede8f246-a46f-483b-89b7-208dd5614e3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
11475 | 2024.09.24 04:38:44.948574 [ 3 ] {} <Debug> HTTP-Session: 8a8e2224-1f61-4ee6-84cf-9dc7b51a285a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11476 | 2024.09.24 04:38:44.948698 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11477 | 2024.09.24 04:38:44.948746 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11478 | 2024.09.24 04:38:44.948764 [ 3 ] {} <Debug> HTTP-Session: cb3be379-19d0-4935-8647-5f27b3be934d Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
11479 | 2024.09.24 04:38:44.948781 [ 3 ] {} <Debug> HTTP-Session: cb3be379-19d0-4935-8647-5f27b3be934d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11480 | 2024.09.24 04:38:44.948795 [ 3 ] {} <Debug> HTTP-Session: cb3be379-19d0-4935-8647-5f27b3be934d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11481 | 2024.09.24 04:38:44.948825 [ 3 ] {} <Trace> HTTP-Session: cb3be379-19d0-4935-8647-5f27b3be934d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11482 | 2024.09.24 04:38:44.948926 [ 3 ] {e8ed79f3-02b4-4d68-a575-a8af4dbf733e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
11483 | 2024.09.24 04:38:44.948971 [ 3 ] {e8ed79f3-02b4-4d68-a575-a8af4dbf733e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
11484 | 2024.09.24 04:38:44.949100 [ 3 ] {e8ed79f3-02b4-4d68-a575-a8af4dbf733e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11485 | 2024.09.24 04:38:44.949364 [ 3 ] {e8ed79f3-02b4-4d68-a575-a8af4dbf733e} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11486 | 2024.09.24 04:38:44.949400 [ 3 ] {e8ed79f3-02b4-4d68-a575-a8af4dbf733e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
11487 | 2024.09.24 04:38:44.949753 [ 3 ] {e8ed79f3-02b4-4d68-a575-a8af4dbf733e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
11488 | 2024.09.24 04:38:44.950077 [ 3 ] {e8ed79f3-02b4-4d68-a575-a8af4dbf733e} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11489 | 2024.09.24 04:38:44.950223 [ 3 ] {e8ed79f3-02b4-4d68-a575-a8af4dbf733e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001312 sec., 762.1951219512194 rows/sec., 51.36 KiB/sec. | ||
11490 | 2024.09.24 04:38:44.950531 [ 3 ] {e8ed79f3-02b4-4d68-a575-a8af4dbf733e} <Debug> DynamicQueryHandler: Done processing query | ||
11491 | 2024.09.24 04:38:44.950556 [ 3 ] {e8ed79f3-02b4-4d68-a575-a8af4dbf733e} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
11492 | 2024.09.24 04:38:44.950573 [ 3 ] {} <Debug> HTTP-Session: cb3be379-19d0-4935-8647-5f27b3be934d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11493 | 2024.09.24 04:38:44.950716 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 36134, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11494 | 2024.09.24 04:38:44.950764 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11495 | 2024.09.24 04:38:44.950783 [ 3 ] {} <Debug> HTTP-Session: 2dfc1fda-8599-4065-8415-751e4f8b8260 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
11496 | 2024.09.24 04:38:44.950799 [ 3 ] {} <Debug> HTTP-Session: 2dfc1fda-8599-4065-8415-751e4f8b8260 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11497 | 2024.09.24 04:38:44.950813 [ 3 ] {} <Debug> HTTP-Session: 2dfc1fda-8599-4065-8415-751e4f8b8260 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11498 | 2024.09.24 04:38:44.950844 [ 3 ] {} <Trace> HTTP-Session: 2dfc1fda-8599-4065-8415-751e4f8b8260 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11499 | 2024.09.24 04:38:44.951109 [ 3 ] {1344c408-cd59-4108-970b-96b6b0cdf025} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
11500 | 2024.09.24 04:38:44.951180 [ 3 ] {1344c408-cd59-4108-970b-96b6b0cdf025} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
11501 | 2024.09.24 04:38:44.951592 [ 3 ] {1344c408-cd59-4108-970b-96b6b0cdf025} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11502 | 2024.09.24 04:38:44.952211 [ 3 ] {1344c408-cd59-4108-970b-96b6b0cdf025} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11503 | 2024.09.24 04:38:44.952247 [ 3 ] {1344c408-cd59-4108-970b-96b6b0cdf025} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
11504 | 2024.09.24 04:38:44.952865 [ 3 ] {1344c408-cd59-4108-970b-96b6b0cdf025} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
11505 | 2024.09.24 04:38:44.953273 [ 3 ] {1344c408-cd59-4108-970b-96b6b0cdf025} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11506 | 2024.09.24 04:38:44.953467 [ 3 ] {1344c408-cd59-4108-970b-96b6b0cdf025} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002535 sec., 8678.500986193294 rows/sec., 15.55 MiB/sec. | ||
11507 | 2024.09.24 04:38:44.953787 [ 3 ] {1344c408-cd59-4108-970b-96b6b0cdf025} <Debug> DynamicQueryHandler: Done processing query | ||
11508 | 2024.09.24 04:38:44.953818 [ 3 ] {1344c408-cd59-4108-970b-96b6b0cdf025} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
11509 | 2024.09.24 04:38:44.953838 [ 3 ] {} <Debug> HTTP-Session: 2dfc1fda-8599-4065-8415-751e4f8b8260 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11510 | 2024.09.24 04:38:44.953972 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 12152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11511 | 2024.09.24 04:38:44.954022 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11512 | 2024.09.24 04:38:44.954040 [ 3 ] {} <Debug> HTTP-Session: 1065840a-cba6-49d8-b230-2791efa35939 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
11513 | 2024.09.24 04:38:44.954057 [ 3 ] {} <Debug> HTTP-Session: 1065840a-cba6-49d8-b230-2791efa35939 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11514 | 2024.09.24 04:38:44.954071 [ 3 ] {} <Debug> HTTP-Session: 1065840a-cba6-49d8-b230-2791efa35939 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11515 | 2024.09.24 04:38:44.954102 [ 3 ] {} <Trace> HTTP-Session: 1065840a-cba6-49d8-b230-2791efa35939 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11516 | 2024.09.24 04:38:44.954234 [ 3 ] {c2345cbf-2953-405e-9ff0-f2da5c09649d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11517 | 2024.09.24 04:38:44.954279 [ 3 ] {c2345cbf-2953-405e-9ff0-f2da5c09649d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11518 | 2024.09.24 04:38:44.954405 [ 3 ] {c2345cbf-2953-405e-9ff0-f2da5c09649d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11519 | 2024.09.24 04:38:44.954714 [ 3 ] {c2345cbf-2953-405e-9ff0-f2da5c09649d} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11520 | 2024.09.24 04:38:44.954750 [ 3 ] {c2345cbf-2953-405e-9ff0-f2da5c09649d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
11521 | 2024.09.24 04:38:44.955112 [ 3 ] {c2345cbf-2953-405e-9ff0-f2da5c09649d} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
11522 | 2024.09.24 04:38:44.955444 [ 3 ] {c2345cbf-2953-405e-9ff0-f2da5c09649d} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11523 | 2024.09.24 04:38:44.955597 [ 115 ] {} <Debug> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
11524 | 2024.09.24 04:38:44.955605 [ 3 ] {c2345cbf-2953-405e-9ff0-f2da5c09649d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001416 sec., 57909.60451977402 rows/sec., 3.68 MiB/sec. | ||
11525 | 2024.09.24 04:38:44.955651 [ 115 ] {} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11526 | 2024.09.24 04:38:44.955713 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. | ||
11527 | 2024.09.24 04:38:44.955957 [ 187 ] {f478628c-c6e4-42cc-be87-88262b5420f7::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 | ||
11528 | 2024.09.24 04:38:44.955994 [ 3 ] {c2345cbf-2953-405e-9ff0-f2da5c09649d} <Debug> DynamicQueryHandler: Done processing query | ||
11529 | 2024.09.24 04:38:44.956093 [ 3 ] {c2345cbf-2953-405e-9ff0-f2da5c09649d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11530 | 2024.09.24 04:38:44.956219 [ 3 ] {} <Debug> HTTP-Session: 1065840a-cba6-49d8-b230-2791efa35939 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11531 | 2024.09.24 04:38:44.956477 [ 187 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11532 | 2024.09.24 04:38:44.956517 [ 187 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 3170 rows starting from the beginning of the part | ||
11533 | 2024.09.24 04:38:44.956581 [ 187 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 82 rows starting from the beginning of the part | ||
11534 | 2024.09.24 04:38:44.956814 [ 187 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part | ||
11535 | 2024.09.24 04:38:44.956996 [ 187 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 82 rows starting from the beginning of the part | ||
11536 | 2024.09.24 04:38:44.957169 [ 187 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part | ||
11537 | 2024.09.24 04:38:44.957387 [ 187 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 82 rows starting from the beginning of the part | ||
11538 | 2024.09.24 04:38:44.958961 [ 193 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3536 rows, containing 4 columns (4 merged, 0 gathered) in 0.003140946 sec., 1125775.482927755 rows/sec., 73.25 MiB/sec. | ||
11539 | 2024.09.24 04:38:44.959280 [ 196 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
11540 | 2024.09.24 04:38:44.959813 [ 196 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_51_10} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11541 | 2024.09.24 04:38:44.959927 [ 196 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_51_10} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
11542 | 2024.09.24 04:38:44.960047 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
11543 | 2024.09.24 04:38:47.656019 [ 105 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11544 | 2024.09.24 04:38:47.656121 [ 105 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11545 | 2024.09.24 04:38:49.916364 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 13137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11546 | 2024.09.24 04:38:49.916487 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11547 | 2024.09.24 04:38:49.916515 [ 3 ] {} <Debug> HTTP-Session: 8d1f073f-80ae-40a2-ac78-a16d51d6e289 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
11548 | 2024.09.24 04:38:49.916543 [ 3 ] {} <Debug> HTTP-Session: 8d1f073f-80ae-40a2-ac78-a16d51d6e289 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11549 | 2024.09.24 04:38:49.916560 [ 3 ] {} <Debug> HTTP-Session: 8d1f073f-80ae-40a2-ac78-a16d51d6e289 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11550 | 2024.09.24 04:38:49.916616 [ 3 ] {} <Trace> HTTP-Session: 8d1f073f-80ae-40a2-ac78-a16d51d6e289 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11551 | 2024.09.24 04:38:49.916852 [ 3 ] {72fbe1f8-cff0-48e9-b8a2-0591e7ada986} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11552 | 2024.09.24 04:38:49.916930 [ 3 ] {72fbe1f8-cff0-48e9-b8a2-0591e7ada986} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11553 | 2024.09.24 04:38:49.917320 [ 3 ] {72fbe1f8-cff0-48e9-b8a2-0591e7ada986} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11554 | 2024.09.24 04:38:49.917863 [ 3 ] {72fbe1f8-cff0-48e9-b8a2-0591e7ada986} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11555 | 2024.09.24 04:38:49.917910 [ 3 ] {72fbe1f8-cff0-48e9-b8a2-0591e7ada986} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
11556 | 2024.09.24 04:38:49.918348 [ 3 ] {72fbe1f8-cff0-48e9-b8a2-0591e7ada986} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
11557 | 2024.09.24 04:38:49.918732 [ 3 ] {72fbe1f8-cff0-48e9-b8a2-0591e7ada986} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11558 | 2024.09.24 04:38:49.918903 [ 3 ] {72fbe1f8-cff0-48e9-b8a2-0591e7ada986} <Debug> executeQuery: Read 90 rows, 7.65 KiB in 0.002136 sec., 42134.83146067416 rows/sec., 3.50 MiB/sec. | ||
11559 | 2024.09.24 04:38:49.919277 [ 3 ] {72fbe1f8-cff0-48e9-b8a2-0591e7ada986} <Debug> DynamicQueryHandler: Done processing query | ||
11560 | 2024.09.24 04:38:49.919322 [ 3 ] {72fbe1f8-cff0-48e9-b8a2-0591e7ada986} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
11561 | 2024.09.24 04:38:49.919340 [ 3 ] {} <Debug> HTTP-Session: 8d1f073f-80ae-40a2-ac78-a16d51d6e289 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11562 | 2024.09.24 04:38:49.919522 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 2487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11563 | 2024.09.24 04:38:49.919581 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11564 | 2024.09.24 04:38:49.919601 [ 3 ] {} <Debug> HTTP-Session: 6d25546b-17bd-4e7c-9b7a-9fbafa0df4df Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
11565 | 2024.09.24 04:38:49.919620 [ 3 ] {} <Debug> HTTP-Session: 6d25546b-17bd-4e7c-9b7a-9fbafa0df4df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11566 | 2024.09.24 04:38:49.919634 [ 3 ] {} <Debug> HTTP-Session: 6d25546b-17bd-4e7c-9b7a-9fbafa0df4df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11567 | 2024.09.24 04:38:49.919671 [ 3 ] {} <Trace> HTTP-Session: 6d25546b-17bd-4e7c-9b7a-9fbafa0df4df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11568 | 2024.09.24 04:38:49.919784 [ 3 ] {d58b1653-87fc-4992-89fa-85b4cdf83635} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11569 | 2024.09.24 04:38:49.919833 [ 3 ] {d58b1653-87fc-4992-89fa-85b4cdf83635} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11570 | 2024.09.24 04:38:49.920086 [ 3 ] {d58b1653-87fc-4992-89fa-85b4cdf83635} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11571 | 2024.09.24 04:38:49.920472 [ 3 ] {d58b1653-87fc-4992-89fa-85b4cdf83635} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11572 | 2024.09.24 04:38:49.920509 [ 3 ] {d58b1653-87fc-4992-89fa-85b4cdf83635} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
11573 | 2024.09.24 04:38:49.920867 [ 3 ] {d58b1653-87fc-4992-89fa-85b4cdf83635} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
11574 | 2024.09.24 04:38:49.921225 [ 3 ] {d58b1653-87fc-4992-89fa-85b4cdf83635} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11575 | 2024.09.24 04:38:49.921382 [ 3 ] {d58b1653-87fc-4992-89fa-85b4cdf83635} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001628 sec., 10442.260442260442 rows/sec., 785.21 KiB/sec. | ||
11576 | 2024.09.24 04:38:49.921565 [ 3 ] {d58b1653-87fc-4992-89fa-85b4cdf83635} <Debug> DynamicQueryHandler: Done processing query | ||
11577 | 2024.09.24 04:38:49.921590 [ 3 ] {d58b1653-87fc-4992-89fa-85b4cdf83635} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11578 | 2024.09.24 04:38:49.921605 [ 3 ] {} <Debug> HTTP-Session: 6d25546b-17bd-4e7c-9b7a-9fbafa0df4df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11579 | 2024.09.24 04:38:49.921739 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 13756, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11580 | 2024.09.24 04:38:49.921790 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11581 | 2024.09.24 04:38:49.921810 [ 3 ] {} <Debug> HTTP-Session: 4f71d78c-fcec-46ce-b750-4942c15c27fb Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
11582 | 2024.09.24 04:38:49.921826 [ 3 ] {} <Debug> HTTP-Session: 4f71d78c-fcec-46ce-b750-4942c15c27fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11583 | 2024.09.24 04:38:49.921840 [ 3 ] {} <Debug> HTTP-Session: 4f71d78c-fcec-46ce-b750-4942c15c27fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11584 | 2024.09.24 04:38:49.921872 [ 3 ] {} <Trace> HTTP-Session: 4f71d78c-fcec-46ce-b750-4942c15c27fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11585 | 2024.09.24 04:38:49.921994 [ 3 ] {6d9137b1-a99e-44bc-8e8a-615b17dc93bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11586 | 2024.09.24 04:38:49.922038 [ 3 ] {6d9137b1-a99e-44bc-8e8a-615b17dc93bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11587 | 2024.09.24 04:38:49.922265 [ 3 ] {6d9137b1-a99e-44bc-8e8a-615b17dc93bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11588 | 2024.09.24 04:38:49.922637 [ 3 ] {6d9137b1-a99e-44bc-8e8a-615b17dc93bb} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11589 | 2024.09.24 04:38:49.922673 [ 3 ] {6d9137b1-a99e-44bc-8e8a-615b17dc93bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
11590 | 2024.09.24 04:38:49.923039 [ 3 ] {6d9137b1-a99e-44bc-8e8a-615b17dc93bb} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
11591 | 2024.09.24 04:38:49.923395 [ 3 ] {6d9137b1-a99e-44bc-8e8a-615b17dc93bb} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11592 | 2024.09.24 04:38:49.923549 [ 3 ] {6d9137b1-a99e-44bc-8e8a-615b17dc93bb} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.001595 sec., 50783.69905956113 rows/sec., 3.97 MiB/sec. | ||
11593 | 2024.09.24 04:38:49.923727 [ 3 ] {6d9137b1-a99e-44bc-8e8a-615b17dc93bb} <Debug> DynamicQueryHandler: Done processing query | ||
11594 | 2024.09.24 04:38:49.923751 [ 3 ] {6d9137b1-a99e-44bc-8e8a-615b17dc93bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
11595 | 2024.09.24 04:38:49.923768 [ 3 ] {} <Debug> HTTP-Session: 4f71d78c-fcec-46ce-b750-4942c15c27fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11596 | 2024.09.24 04:38:49.923951 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11597 | 2024.09.24 04:38:49.924002 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11598 | 2024.09.24 04:38:49.924022 [ 3 ] {} <Debug> HTTP-Session: 78af28f6-40c7-44ad-8744-fd284b161716 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
11599 | 2024.09.24 04:38:49.924038 [ 3 ] {} <Debug> HTTP-Session: 78af28f6-40c7-44ad-8744-fd284b161716 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11600 | 2024.09.24 04:38:49.924051 [ 3 ] {} <Debug> HTTP-Session: 78af28f6-40c7-44ad-8744-fd284b161716 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11601 | 2024.09.24 04:38:49.924081 [ 3 ] {} <Trace> HTTP-Session: 78af28f6-40c7-44ad-8744-fd284b161716 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11602 | 2024.09.24 04:38:49.924235 [ 3 ] {bc9f5c90-d7de-4db2-bec4-940187f481d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11603 | 2024.09.24 04:38:49.924283 [ 3 ] {bc9f5c90-d7de-4db2-bec4-940187f481d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11604 | 2024.09.24 04:38:49.924429 [ 3 ] {bc9f5c90-d7de-4db2-bec4-940187f481d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11605 | 2024.09.24 04:38:49.924840 [ 3 ] {bc9f5c90-d7de-4db2-bec4-940187f481d6} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11606 | 2024.09.24 04:38:49.924876 [ 3 ] {bc9f5c90-d7de-4db2-bec4-940187f481d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
11607 | 2024.09.24 04:38:49.925267 [ 3 ] {bc9f5c90-d7de-4db2-bec4-940187f481d6} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
11608 | 2024.09.24 04:38:49.925609 [ 3 ] {bc9f5c90-d7de-4db2-bec4-940187f481d6} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11609 | 2024.09.24 04:38:49.925762 [ 3 ] {bc9f5c90-d7de-4db2-bec4-940187f481d6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001592 sec., 100502.51256281407 rows/sec., 7.00 MiB/sec. | ||
11610 | 2024.09.24 04:38:49.926047 [ 3 ] {bc9f5c90-d7de-4db2-bec4-940187f481d6} <Debug> DynamicQueryHandler: Done processing query | ||
11611 | 2024.09.24 04:38:49.926111 [ 3 ] {bc9f5c90-d7de-4db2-bec4-940187f481d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11612 | 2024.09.24 04:38:49.926170 [ 3 ] {} <Debug> HTTP-Session: 78af28f6-40c7-44ad-8744-fd284b161716 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11613 | 2024.09.24 04:38:49.926372 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 29088, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11614 | 2024.09.24 04:38:49.926426 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11615 | 2024.09.24 04:38:49.926445 [ 3 ] {} <Debug> HTTP-Session: 61a4b340-f19f-4fff-a826-6093f1ede127 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
11616 | 2024.09.24 04:38:49.926461 [ 3 ] {} <Debug> HTTP-Session: 61a4b340-f19f-4fff-a826-6093f1ede127 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11617 | 2024.09.24 04:38:49.926475 [ 3 ] {} <Debug> HTTP-Session: 61a4b340-f19f-4fff-a826-6093f1ede127 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11618 | 2024.09.24 04:38:49.926508 [ 3 ] {} <Trace> HTTP-Session: 61a4b340-f19f-4fff-a826-6093f1ede127 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11619 | 2024.09.24 04:38:49.926754 [ 3 ] {281ad02b-434e-4bc7-9d72-914592a51277} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
11620 | 2024.09.24 04:38:49.926827 [ 3 ] {281ad02b-434e-4bc7-9d72-914592a51277} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
11621 | 2024.09.24 04:38:49.927260 [ 3 ] {281ad02b-434e-4bc7-9d72-914592a51277} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11622 | 2024.09.24 04:38:49.927842 [ 3 ] {281ad02b-434e-4bc7-9d72-914592a51277} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11623 | 2024.09.24 04:38:49.927878 [ 3 ] {281ad02b-434e-4bc7-9d72-914592a51277} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
11624 | 2024.09.24 04:38:49.928502 [ 3 ] {281ad02b-434e-4bc7-9d72-914592a51277} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
11625 | 2024.09.24 04:38:49.928911 [ 3 ] {281ad02b-434e-4bc7-9d72-914592a51277} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11626 | 2024.09.24 04:38:49.929124 [ 3 ] {281ad02b-434e-4bc7-9d72-914592a51277} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002523 sec., 6738.0103051922315 rows/sec., 12.07 MiB/sec. | ||
11627 | 2024.09.24 04:38:49.929672 [ 3 ] {281ad02b-434e-4bc7-9d72-914592a51277} <Debug> DynamicQueryHandler: Done processing query | ||
11628 | 2024.09.24 04:38:49.929715 [ 3 ] {281ad02b-434e-4bc7-9d72-914592a51277} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
11629 | 2024.09.24 04:38:49.929732 [ 3 ] {} <Debug> HTTP-Session: 61a4b340-f19f-4fff-a826-6093f1ede127 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11630 | 2024.09.24 04:38:49.929864 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11631 | 2024.09.24 04:38:49.929915 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11632 | 2024.09.24 04:38:49.929934 [ 3 ] {} <Debug> HTTP-Session: b5be892f-318f-4aab-aa8a-999860231b6c Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
11633 | 2024.09.24 04:38:49.929950 [ 3 ] {} <Debug> HTTP-Session: b5be892f-318f-4aab-aa8a-999860231b6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11634 | 2024.09.24 04:38:49.929963 [ 3 ] {} <Debug> HTTP-Session: b5be892f-318f-4aab-aa8a-999860231b6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11635 | 2024.09.24 04:38:49.929994 [ 3 ] {} <Trace> HTTP-Session: b5be892f-318f-4aab-aa8a-999860231b6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11636 | 2024.09.24 04:38:49.930128 [ 3 ] {1202c9ac-a409-43d6-a0db-01f4e4e91011} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11637 | 2024.09.24 04:38:49.930176 [ 3 ] {1202c9ac-a409-43d6-a0db-01f4e4e91011} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11638 | 2024.09.24 04:38:49.930325 [ 3 ] {1202c9ac-a409-43d6-a0db-01f4e4e91011} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11639 | 2024.09.24 04:38:49.930640 [ 3 ] {1202c9ac-a409-43d6-a0db-01f4e4e91011} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11640 | 2024.09.24 04:38:49.930676 [ 3 ] {1202c9ac-a409-43d6-a0db-01f4e4e91011} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
11641 | 2024.09.24 04:38:49.931043 [ 3 ] {1202c9ac-a409-43d6-a0db-01f4e4e91011} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
11642 | 2024.09.24 04:38:49.931372 [ 3 ] {1202c9ac-a409-43d6-a0db-01f4e4e91011} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11643 | 2024.09.24 04:38:49.931530 [ 3 ] {1202c9ac-a409-43d6-a0db-01f4e4e91011} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00144 sec., 41666.666666666664 rows/sec., 2.81 MiB/sec. | ||
11644 | 2024.09.24 04:38:49.931781 [ 3 ] {1202c9ac-a409-43d6-a0db-01f4e4e91011} <Debug> DynamicQueryHandler: Done processing query | ||
11645 | 2024.09.24 04:38:49.931836 [ 3 ] {1202c9ac-a409-43d6-a0db-01f4e4e91011} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11646 | 2024.09.24 04:38:49.931872 [ 3 ] {} <Debug> HTTP-Session: b5be892f-318f-4aab-aa8a-999860231b6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11647 | 2024.09.24 04:38:54.921051 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 35148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11648 | 2024.09.24 04:38:54.921188 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11649 | 2024.09.24 04:38:54.921219 [ 3 ] {} <Debug> HTTP-Session: c6f276a7-c303-4da5-86cd-88ee26175690 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
11650 | 2024.09.24 04:38:54.921249 [ 3 ] {} <Debug> HTTP-Session: c6f276a7-c303-4da5-86cd-88ee26175690 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11651 | 2024.09.24 04:38:54.921268 [ 3 ] {} <Debug> HTTP-Session: c6f276a7-c303-4da5-86cd-88ee26175690 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11652 | 2024.09.24 04:38:54.921325 [ 3 ] {} <Trace> HTTP-Session: c6f276a7-c303-4da5-86cd-88ee26175690 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11653 | 2024.09.24 04:38:54.921602 [ 3 ] {168f04b7-0ffb-425a-ac95-45f8b60e5750} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11654 | 2024.09.24 04:38:54.921673 [ 3 ] {168f04b7-0ffb-425a-ac95-45f8b60e5750} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11655 | 2024.09.24 04:38:54.922016 [ 3 ] {168f04b7-0ffb-425a-ac95-45f8b60e5750} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11656 | 2024.09.24 04:38:54.922665 [ 3 ] {168f04b7-0ffb-425a-ac95-45f8b60e5750} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11657 | 2024.09.24 04:38:54.922715 [ 3 ] {168f04b7-0ffb-425a-ac95-45f8b60e5750} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
11658 | 2024.09.24 04:38:54.923174 [ 3 ] {168f04b7-0ffb-425a-ac95-45f8b60e5750} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11659 | 2024.09.24 04:38:54.923573 [ 3 ] {168f04b7-0ffb-425a-ac95-45f8b60e5750} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11660 | 2024.09.24 04:38:54.923751 [ 3 ] {168f04b7-0ffb-425a-ac95-45f8b60e5750} <Debug> executeQuery: Read 233 rows, 20.98 KiB in 0.002257 sec., 103234.38192290651 rows/sec., 9.08 MiB/sec. | ||
11661 | 2024.09.24 04:38:54.923776 [ 106 ] {} <Debug> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11662 | 2024.09.24 04:38:54.923883 [ 106 ] {} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11663 | 2024.09.24 04:38:54.923928 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
11664 | 2024.09.24 04:38:54.924055 [ 3 ] {168f04b7-0ffb-425a-ac95-45f8b60e5750} <Debug> DynamicQueryHandler: Done processing query | ||
11665 | 2024.09.24 04:38:54.924066 [ 198 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
11666 | 2024.09.24 04:38:54.924092 [ 3 ] {168f04b7-0ffb-425a-ac95-45f8b60e5750} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
11667 | 2024.09.24 04:38:54.924122 [ 3 ] {} <Debug> HTTP-Session: c6f276a7-c303-4da5-86cd-88ee26175690 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11668 | 2024.09.24 04:38:54.924220 [ 198 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11669 | 2024.09.24 04:38:54.924252 [ 198 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1418 rows starting from the beginning of the part | ||
11670 | 2024.09.24 04:38:54.924332 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11671 | 2024.09.24 04:38:54.924362 [ 198 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 234 rows starting from the beginning of the part | ||
11672 | 2024.09.24 04:38:54.924451 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11673 | 2024.09.24 04:38:54.924544 [ 3 ] {} <Debug> HTTP-Session: 8ccb14fc-2e86-4c48-bd3f-8e07b6c6459a Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
11674 | 2024.09.24 04:38:54.924611 [ 198 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 1232 rows starting from the beginning of the part | ||
11675 | 2024.09.24 04:38:54.924621 [ 3 ] {} <Debug> HTTP-Session: 8ccb14fc-2e86-4c48-bd3f-8e07b6c6459a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11676 | 2024.09.24 04:38:54.924682 [ 3 ] {} <Debug> HTTP-Session: 8ccb14fc-2e86-4c48-bd3f-8e07b6c6459a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11677 | 2024.09.24 04:38:54.924880 [ 3 ] {} <Trace> HTTP-Session: 8ccb14fc-2e86-4c48-bd3f-8e07b6c6459a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11678 | 2024.09.24 04:38:54.924951 [ 198 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 234 rows starting from the beginning of the part | ||
11679 | 2024.09.24 04:38:54.925101 [ 198 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 90 rows starting from the beginning of the part | ||
11680 | 2024.09.24 04:38:54.925153 [ 3 ] {32314924-b319-48e0-88fe-b1c2ffa697ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11681 | 2024.09.24 04:38:54.925190 [ 198 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 233 rows starting from the beginning of the part | ||
11682 | 2024.09.24 04:38:54.925237 [ 3 ] {32314924-b319-48e0-88fe-b1c2ffa697ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11683 | 2024.09.24 04:38:54.926058 [ 3 ] {32314924-b319-48e0-88fe-b1c2ffa697ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11684 | 2024.09.24 04:38:54.926659 [ 3 ] {32314924-b319-48e0-88fe-b1c2ffa697ce} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11685 | 2024.09.24 04:38:54.926703 [ 3 ] {32314924-b319-48e0-88fe-b1c2ffa697ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
11686 | 2024.09.24 04:38:54.927238 [ 3 ] {32314924-b319-48e0-88fe-b1c2ffa697ce} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
11687 | 2024.09.24 04:38:54.927695 [ 3 ] {32314924-b319-48e0-88fe-b1c2ffa697ce} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11688 | 2024.09.24 04:38:54.927849 [ 193 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3441 rows, containing 5 columns (5 merged, 0 gathered) in 0.003829471 sec., 898557.5292253159 rows/sec., 78.88 MiB/sec. | ||
11689 | 2024.09.24 04:38:54.927998 [ 3 ] {32314924-b319-48e0-88fe-b1c2ffa697ce} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.002928 sec., 7513.661202185792 rows/sec., 564.99 KiB/sec. | ||
11690 | 2024.09.24 04:38:54.928258 [ 193 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11691 | 2024.09.24 04:38:54.928298 [ 3 ] {32314924-b319-48e0-88fe-b1c2ffa697ce} <Debug> DynamicQueryHandler: Done processing query | ||
11692 | 2024.09.24 04:38:54.928355 [ 3 ] {32314924-b319-48e0-88fe-b1c2ffa697ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11693 | 2024.09.24 04:38:54.928399 [ 3 ] {} <Debug> HTTP-Session: 8ccb14fc-2e86-4c48-bd3f-8e07b6c6459a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11694 | 2024.09.24 04:38:54.928567 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11695 | 2024.09.24 04:38:54.928720 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11696 | 2024.09.24 04:38:54.928797 [ 3 ] {} <Debug> HTTP-Session: 15a9885f-a4b6-4497-89f2-d65eda78de1f Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
11697 | 2024.09.24 04:38:54.928837 [ 3 ] {} <Debug> HTTP-Session: 15a9885f-a4b6-4497-89f2-d65eda78de1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11698 | 2024.09.24 04:38:54.928883 [ 3 ] {} <Debug> HTTP-Session: 15a9885f-a4b6-4497-89f2-d65eda78de1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11699 | 2024.09.24 04:38:54.928940 [ 3 ] {} <Trace> HTTP-Session: 15a9885f-a4b6-4497-89f2-d65eda78de1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11700 | 2024.09.24 04:38:54.929137 [ 3 ] {7a8ff0e1-4930-402f-a2d2-a7628cdf01e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
11701 | 2024.09.24 04:38:54.929161 [ 193 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_61_12} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11702 | 2024.09.24 04:38:54.929205 [ 3 ] {7a8ff0e1-4930-402f-a2d2-a7628cdf01e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11703 | 2024.09.24 04:38:54.929358 [ 193 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_61_12} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11704 | 2024.09.24 04:38:54.929533 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
11705 | 2024.09.24 04:38:54.929697 [ 3 ] {7a8ff0e1-4930-402f-a2d2-a7628cdf01e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11706 | 2024.09.24 04:38:54.930049 [ 3 ] {7a8ff0e1-4930-402f-a2d2-a7628cdf01e1} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11707 | 2024.09.24 04:38:54.930090 [ 3 ] {7a8ff0e1-4930-402f-a2d2-a7628cdf01e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
11708 | 2024.09.24 04:38:54.930468 [ 3 ] {7a8ff0e1-4930-402f-a2d2-a7628cdf01e1} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
11709 | 2024.09.24 04:38:54.930854 [ 3 ] {7a8ff0e1-4930-402f-a2d2-a7628cdf01e1} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11710 | 2024.09.24 04:38:54.931005 [ 3 ] {7a8ff0e1-4930-402f-a2d2-a7628cdf01e1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001952 sec., 7172.131147540984 rows/sec., 502.29 KiB/sec. | ||
11711 | 2024.09.24 04:38:54.931191 [ 3 ] {7a8ff0e1-4930-402f-a2d2-a7628cdf01e1} <Debug> DynamicQueryHandler: Done processing query | ||
11712 | 2024.09.24 04:38:54.931217 [ 3 ] {7a8ff0e1-4930-402f-a2d2-a7628cdf01e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11713 | 2024.09.24 04:38:54.931234 [ 3 ] {} <Debug> HTTP-Session: 15a9885f-a4b6-4497-89f2-d65eda78de1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11714 | 2024.09.24 04:38:54.931357 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11715 | 2024.09.24 04:38:54.931409 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11716 | 2024.09.24 04:38:54.931429 [ 3 ] {} <Debug> HTTP-Session: ec6509c7-e832-49de-a988-f3369990d41a Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
11717 | 2024.09.24 04:38:54.931448 [ 3 ] {} <Debug> HTTP-Session: ec6509c7-e832-49de-a988-f3369990d41a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11718 | 2024.09.24 04:38:54.931462 [ 3 ] {} <Debug> HTTP-Session: ec6509c7-e832-49de-a988-f3369990d41a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11719 | 2024.09.24 04:38:54.931496 [ 3 ] {} <Trace> HTTP-Session: ec6509c7-e832-49de-a988-f3369990d41a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11720 | 2024.09.24 04:38:54.931597 [ 3 ] {b11a89f8-34db-487c-8db1-03a7e16afd23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
11721 | 2024.09.24 04:38:54.931644 [ 3 ] {b11a89f8-34db-487c-8db1-03a7e16afd23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
11722 | 2024.09.24 04:38:54.931874 [ 3 ] {b11a89f8-34db-487c-8db1-03a7e16afd23} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11723 | 2024.09.24 04:38:54.932201 [ 3 ] {b11a89f8-34db-487c-8db1-03a7e16afd23} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11724 | 2024.09.24 04:38:54.932240 [ 3 ] {b11a89f8-34db-487c-8db1-03a7e16afd23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
11725 | 2024.09.24 04:38:54.932597 [ 3 ] {b11a89f8-34db-487c-8db1-03a7e16afd23} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
11726 | 2024.09.24 04:38:54.932962 [ 3 ] {b11a89f8-34db-487c-8db1-03a7e16afd23} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11727 | 2024.09.24 04:38:54.933133 [ 3 ] {b11a89f8-34db-487c-8db1-03a7e16afd23} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001555 sec., 3858.5209003215436 rows/sec., 227.97 KiB/sec. | ||
11728 | 2024.09.24 04:38:54.933353 [ 3 ] {b11a89f8-34db-487c-8db1-03a7e16afd23} <Debug> DynamicQueryHandler: Done processing query | ||
11729 | 2024.09.24 04:38:54.933381 [ 3 ] {b11a89f8-34db-487c-8db1-03a7e16afd23} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11730 | 2024.09.24 04:38:54.933398 [ 3 ] {} <Debug> HTTP-Session: ec6509c7-e832-49de-a988-f3369990d41a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11731 | 2024.09.24 04:38:54.933578 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 65498, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11732 | 2024.09.24 04:38:54.933630 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11733 | 2024.09.24 04:38:54.933650 [ 3 ] {} <Debug> HTTP-Session: 5d23ea49-224c-4eb0-8bb8-158c2edc8f37 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
11734 | 2024.09.24 04:38:54.933667 [ 3 ] {} <Debug> HTTP-Session: 5d23ea49-224c-4eb0-8bb8-158c2edc8f37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11735 | 2024.09.24 04:38:54.933681 [ 3 ] {} <Debug> HTTP-Session: 5d23ea49-224c-4eb0-8bb8-158c2edc8f37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11736 | 2024.09.24 04:38:54.933714 [ 3 ] {} <Trace> HTTP-Session: 5d23ea49-224c-4eb0-8bb8-158c2edc8f37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11737 | 2024.09.24 04:38:54.933919 [ 3 ] {db07e0ef-324b-4538-8916-7dfc53c378c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11738 | 2024.09.24 04:38:54.933965 [ 3 ] {db07e0ef-324b-4538-8916-7dfc53c378c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11739 | 2024.09.24 04:38:54.934195 [ 3 ] {db07e0ef-324b-4538-8916-7dfc53c378c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11740 | 2024.09.24 04:38:54.934762 [ 3 ] {db07e0ef-324b-4538-8916-7dfc53c378c9} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11741 | 2024.09.24 04:38:54.934800 [ 3 ] {db07e0ef-324b-4538-8916-7dfc53c378c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
11742 | 2024.09.24 04:38:54.935199 [ 3 ] {db07e0ef-324b-4538-8916-7dfc53c378c9} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11743 | 2024.09.24 04:38:54.935569 [ 3 ] {db07e0ef-324b-4538-8916-7dfc53c378c9} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11744 | 2024.09.24 04:38:54.935732 [ 3 ] {db07e0ef-324b-4538-8916-7dfc53c378c9} <Debug> executeQuery: Read 404 rows, 29.44 KiB in 0.001911 sec., 211407.63997906857 rows/sec., 15.05 MiB/sec. | ||
11745 | 2024.09.24 04:38:54.935732 [ 106 ] {} <Debug> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11746 | 2024.09.24 04:38:54.935827 [ 106 ] {} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11747 | 2024.09.24 04:38:54.935875 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
11748 | 2024.09.24 04:38:54.936046 [ 3 ] {db07e0ef-324b-4538-8916-7dfc53c378c9} <Debug> DynamicQueryHandler: Done processing query | ||
11749 | 2024.09.24 04:38:54.936101 [ 202 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
11750 | 2024.09.24 04:38:54.936109 [ 3 ] {db07e0ef-324b-4538-8916-7dfc53c378c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
11751 | 2024.09.24 04:38:54.936167 [ 3 ] {} <Debug> HTTP-Session: 5d23ea49-224c-4eb0-8bb8-158c2edc8f37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11752 | 2024.09.24 04:38:54.936453 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11753 | 2024.09.24 04:38:54.936648 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11754 | 2024.09.24 04:38:54.936766 [ 3 ] {} <Debug> HTTP-Session: 71d1ddc4-842c-4a0d-ad82-56ec8d5fe12f Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
11755 | 2024.09.24 04:38:54.936865 [ 3 ] {} <Debug> HTTP-Session: 71d1ddc4-842c-4a0d-ad82-56ec8d5fe12f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11756 | 2024.09.24 04:38:54.936869 [ 202 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11757 | 2024.09.24 04:38:54.936947 [ 3 ] {} <Debug> HTTP-Session: 71d1ddc4-842c-4a0d-ad82-56ec8d5fe12f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11758 | 2024.09.24 04:38:54.937044 [ 202 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 913 rows starting from the beginning of the part | ||
11759 | 2024.09.24 04:38:54.937111 [ 3 ] {} <Trace> HTTP-Session: 71d1ddc4-842c-4a0d-ad82-56ec8d5fe12f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11760 | 2024.09.24 04:38:54.937647 [ 3 ] {516a8daf-e4bb-4078-bafb-0a504ad63eb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11761 | 2024.09.24 04:38:54.937679 [ 202 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 406 rows starting from the beginning of the part | ||
11762 | 2024.09.24 04:38:54.937818 [ 3 ] {516a8daf-e4bb-4078-bafb-0a504ad63eb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11763 | 2024.09.24 04:38:54.938042 [ 202 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 541 rows starting from the beginning of the part | ||
11764 | 2024.09.24 04:38:54.938358 [ 202 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 406 rows starting from the beginning of the part | ||
11765 | 2024.09.24 04:38:54.938591 [ 202 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 81 rows starting from the beginning of the part | ||
11766 | 2024.09.24 04:38:54.938722 [ 3 ] {516a8daf-e4bb-4078-bafb-0a504ad63eb7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11767 | 2024.09.24 04:38:54.938798 [ 202 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 404 rows starting from the beginning of the part | ||
11768 | 2024.09.24 04:38:54.939322 [ 3 ] {516a8daf-e4bb-4078-bafb-0a504ad63eb7} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11769 | 2024.09.24 04:38:54.939371 [ 3 ] {516a8daf-e4bb-4078-bafb-0a504ad63eb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
11770 | 2024.09.24 04:38:54.940102 [ 3 ] {516a8daf-e4bb-4078-bafb-0a504ad63eb7} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
11771 | 2024.09.24 04:38:54.940569 [ 190 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2751 rows, containing 5 columns (5 merged, 0 gathered) in 0.004601358 sec., 597866.9775314158 rows/sec., 45.63 MiB/sec. | ||
11772 | 2024.09.24 04:38:54.940730 [ 3 ] {516a8daf-e4bb-4078-bafb-0a504ad63eb7} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11773 | 2024.09.24 04:38:54.940734 [ 190 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11774 | 2024.09.24 04:38:54.941081 [ 3 ] {516a8daf-e4bb-4078-bafb-0a504ad63eb7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003662 sec., 1638.4489350081924 rows/sec., 85.60 KiB/sec. | ||
11775 | 2024.09.24 04:38:54.941734 [ 3 ] {516a8daf-e4bb-4078-bafb-0a504ad63eb7} <Debug> DynamicQueryHandler: Done processing query | ||
11776 | 2024.09.24 04:38:54.941780 [ 3 ] {516a8daf-e4bb-4078-bafb-0a504ad63eb7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11777 | 2024.09.24 04:38:54.941819 [ 3 ] {} <Debug> HTTP-Session: 71d1ddc4-842c-4a0d-ad82-56ec8d5fe12f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11778 | 2024.09.24 04:38:54.941885 [ 190 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_61_12} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11779 | 2024.09.24 04:38:54.941966 [ 190 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_61_12} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11780 | 2024.09.24 04:38:54.942042 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 44612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11781 | 2024.09.24 04:38:54.942053 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
11782 | 2024.09.24 04:38:54.942118 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11783 | 2024.09.24 04:38:54.942152 [ 3 ] {} <Debug> HTTP-Session: cae0f642-2009-4618-9d30-1dab8c85669d Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
11784 | 2024.09.24 04:38:54.942178 [ 3 ] {} <Debug> HTTP-Session: cae0f642-2009-4618-9d30-1dab8c85669d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11785 | 2024.09.24 04:38:54.942200 [ 3 ] {} <Debug> HTTP-Session: cae0f642-2009-4618-9d30-1dab8c85669d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11786 | 2024.09.24 04:38:54.942246 [ 3 ] {} <Trace> HTTP-Session: cae0f642-2009-4618-9d30-1dab8c85669d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11787 | 2024.09.24 04:38:54.942494 [ 3 ] {c3778059-2d52-4547-b12a-26c4ccd48fc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11788 | 2024.09.24 04:38:54.942560 [ 3 ] {c3778059-2d52-4547-b12a-26c4ccd48fc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11789 | 2024.09.24 04:38:54.942775 [ 3 ] {c3778059-2d52-4547-b12a-26c4ccd48fc0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11790 | 2024.09.24 04:38:54.943287 [ 3 ] {c3778059-2d52-4547-b12a-26c4ccd48fc0} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11791 | 2024.09.24 04:38:54.943336 [ 3 ] {c3778059-2d52-4547-b12a-26c4ccd48fc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
11792 | 2024.09.24 04:38:54.943736 [ 3 ] {c3778059-2d52-4547-b12a-26c4ccd48fc0} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
11793 | 2024.09.24 04:38:54.944090 [ 3 ] {c3778059-2d52-4547-b12a-26c4ccd48fc0} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11794 | 2024.09.24 04:38:54.944249 [ 3 ] {c3778059-2d52-4547-b12a-26c4ccd48fc0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001891 sec., 125330.51295610788 rows/sec., 8.40 MiB/sec. | ||
11795 | 2024.09.24 04:38:54.944429 [ 3 ] {c3778059-2d52-4547-b12a-26c4ccd48fc0} <Debug> DynamicQueryHandler: Done processing query | ||
11796 | 2024.09.24 04:38:54.944453 [ 3 ] {c3778059-2d52-4547-b12a-26c4ccd48fc0} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
11797 | 2024.09.24 04:38:54.944469 [ 3 ] {} <Debug> HTTP-Session: cae0f642-2009-4618-9d30-1dab8c85669d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11798 | 2024.09.24 04:38:54.944603 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11799 | 2024.09.24 04:38:54.944654 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11800 | 2024.09.24 04:38:54.944673 [ 3 ] {} <Debug> HTTP-Session: fb02bff7-aef8-4f60-89cb-9a9420c19a2d Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
11801 | 2024.09.24 04:38:54.944689 [ 3 ] {} <Debug> HTTP-Session: fb02bff7-aef8-4f60-89cb-9a9420c19a2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11802 | 2024.09.24 04:38:54.944703 [ 3 ] {} <Debug> HTTP-Session: fb02bff7-aef8-4f60-89cb-9a9420c19a2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11803 | 2024.09.24 04:38:54.944734 [ 3 ] {} <Trace> HTTP-Session: fb02bff7-aef8-4f60-89cb-9a9420c19a2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11804 | 2024.09.24 04:38:54.944828 [ 3 ] {7feba54b-f896-4fbd-be85-39d86264b7a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
11805 | 2024.09.24 04:38:54.944873 [ 3 ] {7feba54b-f896-4fbd-be85-39d86264b7a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
11806 | 2024.09.24 04:38:54.945004 [ 3 ] {7feba54b-f896-4fbd-be85-39d86264b7a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11807 | 2024.09.24 04:38:54.945256 [ 3 ] {7feba54b-f896-4fbd-be85-39d86264b7a5} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11808 | 2024.09.24 04:38:54.945293 [ 3 ] {7feba54b-f896-4fbd-be85-39d86264b7a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
11809 | 2024.09.24 04:38:54.945643 [ 3 ] {7feba54b-f896-4fbd-be85-39d86264b7a5} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
11810 | 2024.09.24 04:38:54.946003 [ 3 ] {7feba54b-f896-4fbd-be85-39d86264b7a5} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11811 | 2024.09.24 04:38:54.946162 [ 3 ] {7feba54b-f896-4fbd-be85-39d86264b7a5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001355 sec., 738.0073800738007 rows/sec., 49.73 KiB/sec. | ||
11812 | 2024.09.24 04:38:54.946443 [ 3 ] {7feba54b-f896-4fbd-be85-39d86264b7a5} <Debug> DynamicQueryHandler: Done processing query | ||
11813 | 2024.09.24 04:38:54.946491 [ 3 ] {7feba54b-f896-4fbd-be85-39d86264b7a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
11814 | 2024.09.24 04:38:54.946509 [ 3 ] {} <Debug> HTTP-Session: fb02bff7-aef8-4f60-89cb-9a9420c19a2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11815 | 2024.09.24 04:38:54.946655 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 36131, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11816 | 2024.09.24 04:38:54.946704 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11817 | 2024.09.24 04:38:54.946723 [ 3 ] {} <Debug> HTTP-Session: 5615337c-f6cc-4b9c-8f92-69bfc1e1d1a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
11818 | 2024.09.24 04:38:54.946739 [ 3 ] {} <Debug> HTTP-Session: 5615337c-f6cc-4b9c-8f92-69bfc1e1d1a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11819 | 2024.09.24 04:38:54.946753 [ 3 ] {} <Debug> HTTP-Session: 5615337c-f6cc-4b9c-8f92-69bfc1e1d1a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11820 | 2024.09.24 04:38:54.946783 [ 3 ] {} <Trace> HTTP-Session: 5615337c-f6cc-4b9c-8f92-69bfc1e1d1a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11821 | 2024.09.24 04:38:54.947067 [ 3 ] {702abf12-872d-4095-808a-59e839834d29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
11822 | 2024.09.24 04:38:54.947136 [ 3 ] {702abf12-872d-4095-808a-59e839834d29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
11823 | 2024.09.24 04:38:54.947549 [ 3 ] {702abf12-872d-4095-808a-59e839834d29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11824 | 2024.09.24 04:38:54.948055 [ 3 ] {702abf12-872d-4095-808a-59e839834d29} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11825 | 2024.09.24 04:38:54.948092 [ 3 ] {702abf12-872d-4095-808a-59e839834d29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
11826 | 2024.09.24 04:38:54.948684 [ 3 ] {702abf12-872d-4095-808a-59e839834d29} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
11827 | 2024.09.24 04:38:54.949087 [ 3 ] {702abf12-872d-4095-808a-59e839834d29} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11828 | 2024.09.24 04:38:54.949282 [ 3 ] {702abf12-872d-4095-808a-59e839834d29} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002413 sec., 9117.28139245752 rows/sec., 16.34 MiB/sec. | ||
11829 | 2024.09.24 04:38:54.949488 [ 3 ] {702abf12-872d-4095-808a-59e839834d29} <Debug> DynamicQueryHandler: Done processing query | ||
11830 | 2024.09.24 04:38:54.949513 [ 3 ] {702abf12-872d-4095-808a-59e839834d29} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
11831 | 2024.09.24 04:38:54.949528 [ 3 ] {} <Debug> HTTP-Session: 5615337c-f6cc-4b9c-8f92-69bfc1e1d1a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11832 | 2024.09.24 04:38:54.949657 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 12152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11833 | 2024.09.24 04:38:54.949705 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11834 | 2024.09.24 04:38:54.949723 [ 3 ] {} <Debug> HTTP-Session: 30e94147-fe2c-4dd3-b0ac-cb8114fb9e40 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
11835 | 2024.09.24 04:38:54.949740 [ 3 ] {} <Debug> HTTP-Session: 30e94147-fe2c-4dd3-b0ac-cb8114fb9e40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11836 | 2024.09.24 04:38:54.949753 [ 3 ] {} <Debug> HTTP-Session: 30e94147-fe2c-4dd3-b0ac-cb8114fb9e40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11837 | 2024.09.24 04:38:54.949783 [ 3 ] {} <Trace> HTTP-Session: 30e94147-fe2c-4dd3-b0ac-cb8114fb9e40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11838 | 2024.09.24 04:38:54.949901 [ 3 ] {f6512430-f1ed-45ef-9c87-8df32f471166} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11839 | 2024.09.24 04:38:54.949944 [ 3 ] {f6512430-f1ed-45ef-9c87-8df32f471166} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11840 | 2024.09.24 04:38:54.950077 [ 3 ] {f6512430-f1ed-45ef-9c87-8df32f471166} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11841 | 2024.09.24 04:38:54.950363 [ 3 ] {f6512430-f1ed-45ef-9c87-8df32f471166} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11842 | 2024.09.24 04:38:54.950399 [ 3 ] {f6512430-f1ed-45ef-9c87-8df32f471166} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
11843 | 2024.09.24 04:38:54.950763 [ 3 ] {f6512430-f1ed-45ef-9c87-8df32f471166} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
11844 | 2024.09.24 04:38:54.951086 [ 3 ] {f6512430-f1ed-45ef-9c87-8df32f471166} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11845 | 2024.09.24 04:38:54.951248 [ 3 ] {f6512430-f1ed-45ef-9c87-8df32f471166} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001381 sec., 59377.262853005064 rows/sec., 3.77 MiB/sec. | ||
11846 | 2024.09.24 04:38:54.951402 [ 3 ] {f6512430-f1ed-45ef-9c87-8df32f471166} <Debug> DynamicQueryHandler: Done processing query | ||
11847 | 2024.09.24 04:38:54.951426 [ 3 ] {f6512430-f1ed-45ef-9c87-8df32f471166} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11848 | 2024.09.24 04:38:54.951442 [ 3 ] {} <Debug> HTTP-Session: 30e94147-fe2c-4dd3-b0ac-cb8114fb9e40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11849 | 2024.09.24 04:38:59.916411 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 13137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11850 | 2024.09.24 04:38:59.916548 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11851 | 2024.09.24 04:38:59.916573 [ 3 ] {} <Debug> HTTP-Session: ef146a34-af39-4009-aedf-8135ee47f7c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
11852 | 2024.09.24 04:38:59.916599 [ 3 ] {} <Debug> HTTP-Session: ef146a34-af39-4009-aedf-8135ee47f7c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11853 | 2024.09.24 04:38:59.916615 [ 3 ] {} <Debug> HTTP-Session: ef146a34-af39-4009-aedf-8135ee47f7c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11854 | 2024.09.24 04:38:59.916666 [ 3 ] {} <Trace> HTTP-Session: ef146a34-af39-4009-aedf-8135ee47f7c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11855 | 2024.09.24 04:38:59.916886 [ 3 ] {e53e0257-0532-4615-89cf-406ef0b3fb1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11856 | 2024.09.24 04:38:59.916957 [ 3 ] {e53e0257-0532-4615-89cf-406ef0b3fb1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11857 | 2024.09.24 04:38:59.917299 [ 3 ] {e53e0257-0532-4615-89cf-406ef0b3fb1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11858 | 2024.09.24 04:38:59.917726 [ 3 ] {e53e0257-0532-4615-89cf-406ef0b3fb1a} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11859 | 2024.09.24 04:38:59.917770 [ 3 ] {e53e0257-0532-4615-89cf-406ef0b3fb1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
11860 | 2024.09.24 04:38:59.918205 [ 3 ] {e53e0257-0532-4615-89cf-406ef0b3fb1a} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11861 | 2024.09.24 04:38:59.918599 [ 3 ] {e53e0257-0532-4615-89cf-406ef0b3fb1a} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11862 | 2024.09.24 04:38:59.918782 [ 3 ] {e53e0257-0532-4615-89cf-406ef0b3fb1a} <Debug> executeQuery: Read 90 rows, 7.65 KiB in 0.00197 sec., 45685.27918781726 rows/sec., 3.79 MiB/sec. | ||
11863 | 2024.09.24 04:38:59.918982 [ 3 ] {e53e0257-0532-4615-89cf-406ef0b3fb1a} <Debug> DynamicQueryHandler: Done processing query | ||
11864 | 2024.09.24 04:38:59.919011 [ 3 ] {e53e0257-0532-4615-89cf-406ef0b3fb1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
11865 | 2024.09.24 04:38:59.919028 [ 3 ] {} <Debug> HTTP-Session: ef146a34-af39-4009-aedf-8135ee47f7c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11866 | 2024.09.24 04:38:59.919165 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 2487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11867 | 2024.09.24 04:38:59.919216 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11868 | 2024.09.24 04:38:59.919236 [ 3 ] {} <Debug> HTTP-Session: fe184230-0b74-4f3e-8dce-b49ff0330d43 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
11869 | 2024.09.24 04:38:59.919254 [ 3 ] {} <Debug> HTTP-Session: fe184230-0b74-4f3e-8dce-b49ff0330d43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11870 | 2024.09.24 04:38:59.919268 [ 3 ] {} <Debug> HTTP-Session: fe184230-0b74-4f3e-8dce-b49ff0330d43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11871 | 2024.09.24 04:38:59.919301 [ 3 ] {} <Trace> HTTP-Session: fe184230-0b74-4f3e-8dce-b49ff0330d43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11872 | 2024.09.24 04:38:59.919410 [ 3 ] {8e907008-af1e-481f-9207-e75af6d65597} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11873 | 2024.09.24 04:38:59.919456 [ 3 ] {8e907008-af1e-481f-9207-e75af6d65597} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11874 | 2024.09.24 04:38:59.919688 [ 3 ] {8e907008-af1e-481f-9207-e75af6d65597} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11875 | 2024.09.24 04:38:59.920055 [ 3 ] {8e907008-af1e-481f-9207-e75af6d65597} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11876 | 2024.09.24 04:38:59.920092 [ 3 ] {8e907008-af1e-481f-9207-e75af6d65597} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
11877 | 2024.09.24 04:38:59.920447 [ 3 ] {8e907008-af1e-481f-9207-e75af6d65597} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11878 | 2024.09.24 04:38:59.920818 [ 3 ] {8e907008-af1e-481f-9207-e75af6d65597} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11879 | 2024.09.24 04:38:59.920977 [ 3 ] {8e907008-af1e-481f-9207-e75af6d65597} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001589 sec., 10698.552548772814 rows/sec., 804.48 KiB/sec. | ||
11880 | 2024.09.24 04:38:59.921000 [ 101 ] {} <Debug> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11881 | 2024.09.24 04:38:59.921116 [ 101 ] {} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11882 | 2024.09.24 04:38:59.921150 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
11883 | 2024.09.24 04:38:59.921233 [ 3 ] {8e907008-af1e-481f-9207-e75af6d65597} <Debug> DynamicQueryHandler: Done processing query | ||
11884 | 2024.09.24 04:38:59.921274 [ 3 ] {8e907008-af1e-481f-9207-e75af6d65597} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11885 | 2024.09.24 04:38:59.921296 [ 3 ] {} <Debug> HTTP-Session: fe184230-0b74-4f3e-8dce-b49ff0330d43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11886 | 2024.09.24 04:38:59.921312 [ 202 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
11887 | 2024.09.24 04:38:59.921461 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 13756, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11888 | 2024.09.24 04:38:59.921472 [ 202 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11889 | 2024.09.24 04:38:59.921512 [ 202 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 57 rows starting from the beginning of the part | ||
11890 | 2024.09.24 04:38:59.921519 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11891 | 2024.09.24 04:38:59.921546 [ 3 ] {} <Debug> HTTP-Session: 60b65316-d5ed-4a02-94e4-12a4aa8d4174 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
11892 | 2024.09.24 04:38:59.921581 [ 3 ] {} <Debug> HTTP-Session: 60b65316-d5ed-4a02-94e4-12a4aa8d4174 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11893 | 2024.09.24 04:38:59.921607 [ 3 ] {} <Debug> HTTP-Session: 60b65316-d5ed-4a02-94e4-12a4aa8d4174 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11894 | 2024.09.24 04:38:59.921612 [ 202 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 21 rows starting from the beginning of the part | ||
11895 | 2024.09.24 04:38:59.921723 [ 3 ] {} <Trace> HTTP-Session: 60b65316-d5ed-4a02-94e4-12a4aa8d4174 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11896 | 2024.09.24 04:38:59.922034 [ 202 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 24 rows starting from the beginning of the part | ||
11897 | 2024.09.24 04:38:59.922140 [ 3 ] {893aef4f-b4e2-4310-b24f-b0ad11daf644} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11898 | 2024.09.24 04:38:59.922335 [ 3 ] {893aef4f-b4e2-4310-b24f-b0ad11daf644} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11899 | 2024.09.24 04:38:59.922406 [ 202 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 17 rows starting from the beginning of the part | ||
11900 | 2024.09.24 04:38:59.922816 [ 202 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 22 rows starting from the beginning of the part | ||
11901 | 2024.09.24 04:38:59.923176 [ 202 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 17 rows starting from the beginning of the part | ||
11902 | 2024.09.24 04:38:59.923794 [ 3 ] {893aef4f-b4e2-4310-b24f-b0ad11daf644} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11903 | 2024.09.24 04:38:59.924347 [ 3 ] {893aef4f-b4e2-4310-b24f-b0ad11daf644} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11904 | 2024.09.24 04:38:59.924392 [ 3 ] {893aef4f-b4e2-4310-b24f-b0ad11daf644} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
11905 | 2024.09.24 04:38:59.924971 [ 202 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 158 rows, containing 5 columns (5 merged, 0 gathered) in 0.003728729 sec., 42373.688192410875 rows/sec., 3.24 MiB/sec. | ||
11906 | 2024.09.24 04:38:59.925020 [ 3 ] {893aef4f-b4e2-4310-b24f-b0ad11daf644} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11907 | 2024.09.24 04:38:59.925087 [ 202 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11908 | 2024.09.24 04:38:59.925535 [ 3 ] {893aef4f-b4e2-4310-b24f-b0ad11daf644} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11909 | 2024.09.24 04:38:59.925635 [ 202 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_61_12} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11910 | 2024.09.24 04:38:59.925731 [ 3 ] {893aef4f-b4e2-4310-b24f-b0ad11daf644} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.003739 sec., 21663.546402781492 rows/sec., 1.69 MiB/sec. | ||
11911 | 2024.09.24 04:38:59.925789 [ 202 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_61_12} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11912 | 2024.09.24 04:38:59.925896 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
11913 | 2024.09.24 04:38:59.925966 [ 3 ] {893aef4f-b4e2-4310-b24f-b0ad11daf644} <Debug> DynamicQueryHandler: Done processing query | ||
11914 | 2024.09.24 04:38:59.925991 [ 3 ] {893aef4f-b4e2-4310-b24f-b0ad11daf644} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
11915 | 2024.09.24 04:38:59.926008 [ 3 ] {} <Debug> HTTP-Session: 60b65316-d5ed-4a02-94e4-12a4aa8d4174 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11916 | 2024.09.24 04:38:59.926176 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11917 | 2024.09.24 04:38:59.926226 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11918 | 2024.09.24 04:38:59.926245 [ 3 ] {} <Debug> HTTP-Session: 802187be-e380-479f-bb5d-8df7490cb2d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
11919 | 2024.09.24 04:38:59.926262 [ 3 ] {} <Debug> HTTP-Session: 802187be-e380-479f-bb5d-8df7490cb2d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11920 | 2024.09.24 04:38:59.926277 [ 3 ] {} <Debug> HTTP-Session: 802187be-e380-479f-bb5d-8df7490cb2d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11921 | 2024.09.24 04:38:59.926309 [ 3 ] {} <Trace> HTTP-Session: 802187be-e380-479f-bb5d-8df7490cb2d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11922 | 2024.09.24 04:38:59.926460 [ 3 ] {926fc454-2c32-4bd2-bf0d-6611ef273f3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11923 | 2024.09.24 04:38:59.926509 [ 3 ] {926fc454-2c32-4bd2-bf0d-6611ef273f3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11924 | 2024.09.24 04:38:59.926652 [ 3 ] {926fc454-2c32-4bd2-bf0d-6611ef273f3f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11925 | 2024.09.24 04:38:59.927059 [ 3 ] {926fc454-2c32-4bd2-bf0d-6611ef273f3f} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11926 | 2024.09.24 04:38:59.927095 [ 3 ] {926fc454-2c32-4bd2-bf0d-6611ef273f3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
11927 | 2024.09.24 04:38:59.927495 [ 3 ] {926fc454-2c32-4bd2-bf0d-6611ef273f3f} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
11928 | 2024.09.24 04:38:59.927843 [ 3 ] {926fc454-2c32-4bd2-bf0d-6611ef273f3f} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11929 | 2024.09.24 04:38:59.927978 [ 3 ] {926fc454-2c32-4bd2-bf0d-6611ef273f3f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001587 sec., 100819.15563957152 rows/sec., 7.02 MiB/sec. | ||
11930 | 2024.09.24 04:38:59.928223 [ 3 ] {926fc454-2c32-4bd2-bf0d-6611ef273f3f} <Debug> DynamicQueryHandler: Done processing query | ||
11931 | 2024.09.24 04:38:59.928283 [ 3 ] {926fc454-2c32-4bd2-bf0d-6611ef273f3f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11932 | 2024.09.24 04:38:59.928350 [ 3 ] {} <Debug> HTTP-Session: 802187be-e380-479f-bb5d-8df7490cb2d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11933 | 2024.09.24 04:38:59.928542 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 29112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11934 | 2024.09.24 04:38:59.928596 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11935 | 2024.09.24 04:38:59.928617 [ 3 ] {} <Debug> HTTP-Session: 71454737-f45d-4c11-add9-cb8806fb171a Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
11936 | 2024.09.24 04:38:59.928635 [ 3 ] {} <Debug> HTTP-Session: 71454737-f45d-4c11-add9-cb8806fb171a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11937 | 2024.09.24 04:38:59.928649 [ 3 ] {} <Debug> HTTP-Session: 71454737-f45d-4c11-add9-cb8806fb171a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11938 | 2024.09.24 04:38:59.928682 [ 3 ] {} <Trace> HTTP-Session: 71454737-f45d-4c11-add9-cb8806fb171a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11939 | 2024.09.24 04:38:59.928921 [ 3 ] {d85bcabd-fdc7-4460-a217-d7e44824968a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
11940 | 2024.09.24 04:38:59.929000 [ 3 ] {d85bcabd-fdc7-4460-a217-d7e44824968a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
11941 | 2024.09.24 04:38:59.929414 [ 3 ] {d85bcabd-fdc7-4460-a217-d7e44824968a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11942 | 2024.09.24 04:38:59.929993 [ 3 ] {d85bcabd-fdc7-4460-a217-d7e44824968a} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11943 | 2024.09.24 04:38:59.930029 [ 3 ] {d85bcabd-fdc7-4460-a217-d7e44824968a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
11944 | 2024.09.24 04:38:59.930627 [ 3 ] {d85bcabd-fdc7-4460-a217-d7e44824968a} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11945 | 2024.09.24 04:38:59.931047 [ 3 ] {d85bcabd-fdc7-4460-a217-d7e44824968a} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11946 | 2024.09.24 04:38:59.931183 [ 100 ] {} <Debug> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11947 | 2024.09.24 04:38:59.931197 [ 3 ] {d85bcabd-fdc7-4460-a217-d7e44824968a} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.00243 sec., 6995.884773662552 rows/sec., 12.54 MiB/sec. | ||
11948 | 2024.09.24 04:38:59.931228 [ 100 ] {} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11949 | 2024.09.24 04:38:59.931265 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
11950 | 2024.09.24 04:38:59.931775 [ 200 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
11951 | 2024.09.24 04:38:59.931899 [ 3 ] {d85bcabd-fdc7-4460-a217-d7e44824968a} <Debug> DynamicQueryHandler: Done processing query | ||
11952 | 2024.09.24 04:38:59.931974 [ 3 ] {d85bcabd-fdc7-4460-a217-d7e44824968a} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
11953 | 2024.09.24 04:38:59.932050 [ 3 ] {} <Debug> HTTP-Session: 71454737-f45d-4c11-add9-cb8806fb171a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11954 | 2024.09.24 04:38:59.932319 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11955 | 2024.09.24 04:38:59.932441 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11956 | 2024.09.24 04:38:59.932523 [ 3 ] {} <Debug> HTTP-Session: 98f0986b-e5a7-4c42-8971-5c69feb37c70 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
11957 | 2024.09.24 04:38:59.932580 [ 3 ] {} <Debug> HTTP-Session: 98f0986b-e5a7-4c42-8971-5c69feb37c70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11958 | 2024.09.24 04:38:59.932627 [ 3 ] {} <Debug> HTTP-Session: 98f0986b-e5a7-4c42-8971-5c69feb37c70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11959 | 2024.09.24 04:38:59.932725 [ 3 ] {} <Trace> HTTP-Session: 98f0986b-e5a7-4c42-8971-5c69feb37c70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11960 | 2024.09.24 04:38:59.933018 [ 200 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11961 | 2024.09.24 04:38:59.933026 [ 3 ] {45ef07b1-5a65-484e-9fc0-337b21f45c1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11962 | 2024.09.24 04:38:59.933180 [ 3 ] {45ef07b1-5a65-484e-9fc0-337b21f45c1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11963 | 2024.09.24 04:38:59.933192 [ 200 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1084 rows starting from the beginning of the part | ||
11964 | 2024.09.24 04:38:59.934135 [ 200 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 17 rows starting from the beginning of the part | ||
11965 | 2024.09.24 04:38:59.934140 [ 3 ] {45ef07b1-5a65-484e-9fc0-337b21f45c1e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11966 | 2024.09.24 04:38:59.934624 [ 200 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 22 rows starting from the beginning of the part | ||
11967 | 2024.09.24 04:38:59.935364 [ 200 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 17 rows starting from the beginning of the part | ||
11968 | 2024.09.24 04:38:59.935371 [ 3 ] {45ef07b1-5a65-484e-9fc0-337b21f45c1e} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11969 | 2024.09.24 04:38:59.935440 [ 3 ] {45ef07b1-5a65-484e-9fc0-337b21f45c1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
11970 | 2024.09.24 04:38:59.935910 [ 200 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 22 rows starting from the beginning of the part | ||
11971 | 2024.09.24 04:38:59.936580 [ 200 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 17 rows starting from the beginning of the part | ||
11972 | 2024.09.24 04:38:59.936818 [ 3 ] {45ef07b1-5a65-484e-9fc0-337b21f45c1e} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
11973 | 2024.09.24 04:38:59.937847 [ 3 ] {45ef07b1-5a65-484e-9fc0-337b21f45c1e} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11974 | 2024.09.24 04:38:59.938180 [ 3 ] {45ef07b1-5a65-484e-9fc0-337b21f45c1e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005269 sec., 11387.360030366293 rows/sec., 785.85 KiB/sec. | ||
11975 | 2024.09.24 04:38:59.938637 [ 3 ] {45ef07b1-5a65-484e-9fc0-337b21f45c1e} <Debug> DynamicQueryHandler: Done processing query | ||
11976 | 2024.09.24 04:38:59.938680 [ 3 ] {45ef07b1-5a65-484e-9fc0-337b21f45c1e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11977 | 2024.09.24 04:38:59.938712 [ 3 ] {} <Debug> HTTP-Session: 98f0986b-e5a7-4c42-8971-5c69feb37c70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11978 | 2024.09.24 04:38:59.944004 [ 191 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1179 rows, containing 19 columns (19 merged, 0 gathered) in 0.012616178 sec., 93451.43988932305 rows/sec., 167.46 MiB/sec. | ||
11979 | 2024.09.24 04:38:59.945117 [ 188 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11980 | 2024.09.24 04:38:59.945707 [ 188 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11981 | 2024.09.24 04:38:59.945797 [ 188 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11982 | 2024.09.24 04:38:59.945925 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.54 MiB. | ||
11983 | 2024.09.24 04:39:00.000152 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 201.21 MiB, peak 212.70 MiB, free memory in arenas 0.00 B, will set to 202.39 MiB (RSS), difference: 1.17 MiB | ||
11984 | 2024.09.24 04:39:02.656376 [ 98 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11985 | 2024.09.24 04:39:02.656446 [ 98 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11986 | 2024.09.24 04:39:04.920105 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 35148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11987 | 2024.09.24 04:39:04.920268 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11988 | 2024.09.24 04:39:04.920314 [ 3 ] {} <Debug> HTTP-Session: cf58864d-3823-4f8a-b485-1d7a650fee41 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
11989 | 2024.09.24 04:39:04.920356 [ 3 ] {} <Debug> HTTP-Session: cf58864d-3823-4f8a-b485-1d7a650fee41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11990 | 2024.09.24 04:39:04.920385 [ 3 ] {} <Debug> HTTP-Session: cf58864d-3823-4f8a-b485-1d7a650fee41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11991 | 2024.09.24 04:39:04.920465 [ 3 ] {} <Trace> HTTP-Session: cf58864d-3823-4f8a-b485-1d7a650fee41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11992 | 2024.09.24 04:39:04.920861 [ 3 ] {80ff3def-893d-4991-9025-9b29bdc874f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11993 | 2024.09.24 04:39:04.920935 [ 3 ] {80ff3def-893d-4991-9025-9b29bdc874f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11994 | 2024.09.24 04:39:04.921283 [ 3 ] {80ff3def-893d-4991-9025-9b29bdc874f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11995 | 2024.09.24 04:39:04.921860 [ 3 ] {80ff3def-893d-4991-9025-9b29bdc874f9} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11996 | 2024.09.24 04:39:04.921901 [ 3 ] {80ff3def-893d-4991-9025-9b29bdc874f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
11997 | 2024.09.24 04:39:04.922348 [ 3 ] {80ff3def-893d-4991-9025-9b29bdc874f9} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11998 | 2024.09.24 04:39:04.922739 [ 3 ] {80ff3def-893d-4991-9025-9b29bdc874f9} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11999 | 2024.09.24 04:39:04.922889 [ 3 ] {80ff3def-893d-4991-9025-9b29bdc874f9} <Debug> executeQuery: Read 233 rows, 20.98 KiB in 0.002212 sec., 105334.53887884268 rows/sec., 9.26 MiB/sec. | ||
12000 | 2024.09.24 04:39:04.923088 [ 3 ] {80ff3def-893d-4991-9025-9b29bdc874f9} <Debug> DynamicQueryHandler: Done processing query | ||
12001 | 2024.09.24 04:39:04.923114 [ 3 ] {80ff3def-893d-4991-9025-9b29bdc874f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
12002 | 2024.09.24 04:39:04.923130 [ 3 ] {} <Debug> HTTP-Session: cf58864d-3823-4f8a-b485-1d7a650fee41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12003 | 2024.09.24 04:39:04.923305 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12004 | 2024.09.24 04:39:04.923354 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12005 | 2024.09.24 04:39:04.923373 [ 3 ] {} <Debug> HTTP-Session: 0d0f0083-ebb8-462d-a527-b6e10f01e005 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
12006 | 2024.09.24 04:39:04.923389 [ 3 ] {} <Debug> HTTP-Session: 0d0f0083-ebb8-462d-a527-b6e10f01e005 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12007 | 2024.09.24 04:39:04.923403 [ 3 ] {} <Debug> HTTP-Session: 0d0f0083-ebb8-462d-a527-b6e10f01e005 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12008 | 2024.09.24 04:39:04.923437 [ 3 ] {} <Trace> HTTP-Session: 0d0f0083-ebb8-462d-a527-b6e10f01e005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12009 | 2024.09.24 04:39:04.923543 [ 3 ] {fdfb23b4-bc82-4498-856b-a6a27748254b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12010 | 2024.09.24 04:39:04.923587 [ 3 ] {fdfb23b4-bc82-4498-856b-a6a27748254b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12011 | 2024.09.24 04:39:04.923812 [ 3 ] {fdfb23b4-bc82-4498-856b-a6a27748254b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12012 | 2024.09.24 04:39:04.924128 [ 3 ] {fdfb23b4-bc82-4498-856b-a6a27748254b} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12013 | 2024.09.24 04:39:04.924165 [ 3 ] {fdfb23b4-bc82-4498-856b-a6a27748254b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
12014 | 2024.09.24 04:39:04.924522 [ 3 ] {fdfb23b4-bc82-4498-856b-a6a27748254b} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
12015 | 2024.09.24 04:39:04.924879 [ 3 ] {fdfb23b4-bc82-4498-856b-a6a27748254b} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12016 | 2024.09.24 04:39:04.925011 [ 3 ] {fdfb23b4-bc82-4498-856b-a6a27748254b} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.001495 sec., 14715.71906354515 rows/sec., 1.08 MiB/sec. | ||
12017 | 2024.09.24 04:39:04.925168 [ 3 ] {fdfb23b4-bc82-4498-856b-a6a27748254b} <Debug> DynamicQueryHandler: Done processing query | ||
12018 | 2024.09.24 04:39:04.925193 [ 3 ] {fdfb23b4-bc82-4498-856b-a6a27748254b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12019 | 2024.09.24 04:39:04.925209 [ 3 ] {} <Debug> HTTP-Session: 0d0f0083-ebb8-462d-a527-b6e10f01e005 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12020 | 2024.09.24 04:39:04.925365 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12021 | 2024.09.24 04:39:04.925412 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12022 | 2024.09.24 04:39:04.925432 [ 3 ] {} <Debug> HTTP-Session: d6c53e0d-f3c6-4120-8ff9-6182b1b0f39f Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
12023 | 2024.09.24 04:39:04.925448 [ 3 ] {} <Debug> HTTP-Session: d6c53e0d-f3c6-4120-8ff9-6182b1b0f39f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12024 | 2024.09.24 04:39:04.925462 [ 3 ] {} <Debug> HTTP-Session: d6c53e0d-f3c6-4120-8ff9-6182b1b0f39f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12025 | 2024.09.24 04:39:04.925492 [ 3 ] {} <Trace> HTTP-Session: d6c53e0d-f3c6-4120-8ff9-6182b1b0f39f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12026 | 2024.09.24 04:39:04.925594 [ 3 ] {81b4f347-de7d-48cb-a005-12ed1c23a823} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
12027 | 2024.09.24 04:39:04.925638 [ 3 ] {81b4f347-de7d-48cb-a005-12ed1c23a823} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
12028 | 2024.09.24 04:39:04.925858 [ 3 ] {81b4f347-de7d-48cb-a005-12ed1c23a823} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12029 | 2024.09.24 04:39:04.926186 [ 3 ] {81b4f347-de7d-48cb-a005-12ed1c23a823} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12030 | 2024.09.24 04:39:04.926222 [ 3 ] {81b4f347-de7d-48cb-a005-12ed1c23a823} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
12031 | 2024.09.24 04:39:04.926583 [ 3 ] {81b4f347-de7d-48cb-a005-12ed1c23a823} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
12032 | 2024.09.24 04:39:04.926946 [ 3 ] {81b4f347-de7d-48cb-a005-12ed1c23a823} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12033 | 2024.09.24 04:39:04.927079 [ 3 ] {81b4f347-de7d-48cb-a005-12ed1c23a823} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001512 sec., 9259.25925925926 rows/sec., 648.46 KiB/sec. | ||
12034 | 2024.09.24 04:39:04.927250 [ 3 ] {81b4f347-de7d-48cb-a005-12ed1c23a823} <Debug> DynamicQueryHandler: Done processing query | ||
12035 | 2024.09.24 04:39:04.927274 [ 3 ] {81b4f347-de7d-48cb-a005-12ed1c23a823} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12036 | 2024.09.24 04:39:04.927290 [ 3 ] {} <Debug> HTTP-Session: d6c53e0d-f3c6-4120-8ff9-6182b1b0f39f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12037 | 2024.09.24 04:39:04.927401 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12038 | 2024.09.24 04:39:04.927449 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12039 | 2024.09.24 04:39:04.927469 [ 3 ] {} <Debug> HTTP-Session: 95c5c199-ff10-4272-af05-000624f63e77 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
12040 | 2024.09.24 04:39:04.927485 [ 3 ] {} <Debug> HTTP-Session: 95c5c199-ff10-4272-af05-000624f63e77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12041 | 2024.09.24 04:39:04.927500 [ 3 ] {} <Debug> HTTP-Session: 95c5c199-ff10-4272-af05-000624f63e77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12042 | 2024.09.24 04:39:04.927531 [ 3 ] {} <Trace> HTTP-Session: 95c5c199-ff10-4272-af05-000624f63e77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12043 | 2024.09.24 04:39:04.927630 [ 3 ] {693aced9-d99a-45a6-9d9a-a13aee05d63c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
12044 | 2024.09.24 04:39:04.927674 [ 3 ] {693aced9-d99a-45a6-9d9a-a13aee05d63c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
12045 | 2024.09.24 04:39:04.927899 [ 3 ] {693aced9-d99a-45a6-9d9a-a13aee05d63c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12046 | 2024.09.24 04:39:04.928253 [ 3 ] {693aced9-d99a-45a6-9d9a-a13aee05d63c} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12047 | 2024.09.24 04:39:04.928290 [ 3 ] {693aced9-d99a-45a6-9d9a-a13aee05d63c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
12048 | 2024.09.24 04:39:04.928644 [ 3 ] {693aced9-d99a-45a6-9d9a-a13aee05d63c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
12049 | 2024.09.24 04:39:04.929013 [ 3 ] {693aced9-d99a-45a6-9d9a-a13aee05d63c} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12050 | 2024.09.24 04:39:04.929148 [ 3 ] {693aced9-d99a-45a6-9d9a-a13aee05d63c} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001542 sec., 3891.0505836575876 rows/sec., 229.89 KiB/sec. | ||
12051 | 2024.09.24 04:39:04.929430 [ 3 ] {693aced9-d99a-45a6-9d9a-a13aee05d63c} <Debug> DynamicQueryHandler: Done processing query | ||
12052 | 2024.09.24 04:39:04.929468 [ 3 ] {693aced9-d99a-45a6-9d9a-a13aee05d63c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12053 | 2024.09.24 04:39:04.929493 [ 3 ] {} <Debug> HTTP-Session: 95c5c199-ff10-4272-af05-000624f63e77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12054 | 2024.09.24 04:39:04.929658 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 65498, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12055 | 2024.09.24 04:39:04.929709 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12056 | 2024.09.24 04:39:04.929728 [ 3 ] {} <Debug> HTTP-Session: 7fbf281e-a94d-4e19-ac00-8d19bdcb004c Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
12057 | 2024.09.24 04:39:04.929745 [ 3 ] {} <Debug> HTTP-Session: 7fbf281e-a94d-4e19-ac00-8d19bdcb004c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12058 | 2024.09.24 04:39:04.929759 [ 3 ] {} <Debug> HTTP-Session: 7fbf281e-a94d-4e19-ac00-8d19bdcb004c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12059 | 2024.09.24 04:39:04.929790 [ 3 ] {} <Trace> HTTP-Session: 7fbf281e-a94d-4e19-ac00-8d19bdcb004c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12060 | 2024.09.24 04:39:04.930013 [ 3 ] {ae0643ec-1fc6-4d10-b13a-355cb6be6dd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12061 | 2024.09.24 04:39:04.930058 [ 3 ] {ae0643ec-1fc6-4d10-b13a-355cb6be6dd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12062 | 2024.09.24 04:39:04.930299 [ 3 ] {ae0643ec-1fc6-4d10-b13a-355cb6be6dd0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12063 | 2024.09.24 04:39:04.930892 [ 3 ] {ae0643ec-1fc6-4d10-b13a-355cb6be6dd0} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12064 | 2024.09.24 04:39:04.930930 [ 3 ] {ae0643ec-1fc6-4d10-b13a-355cb6be6dd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
12065 | 2024.09.24 04:39:04.931309 [ 3 ] {ae0643ec-1fc6-4d10-b13a-355cb6be6dd0} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
12066 | 2024.09.24 04:39:04.931675 [ 3 ] {ae0643ec-1fc6-4d10-b13a-355cb6be6dd0} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12067 | 2024.09.24 04:39:04.931803 [ 3 ] {ae0643ec-1fc6-4d10-b13a-355cb6be6dd0} <Debug> executeQuery: Read 404 rows, 29.44 KiB in 0.001921 sec., 210307.13170223843 rows/sec., 14.97 MiB/sec. | ||
12068 | 2024.09.24 04:39:04.931972 [ 3 ] {ae0643ec-1fc6-4d10-b13a-355cb6be6dd0} <Debug> DynamicQueryHandler: Done processing query | ||
12069 | 2024.09.24 04:39:04.931997 [ 3 ] {ae0643ec-1fc6-4d10-b13a-355cb6be6dd0} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
12070 | 2024.09.24 04:39:04.932012 [ 3 ] {} <Debug> HTTP-Session: 7fbf281e-a94d-4e19-ac00-8d19bdcb004c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12071 | 2024.09.24 04:39:04.932138 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12072 | 2024.09.24 04:39:04.932187 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12073 | 2024.09.24 04:39:04.932206 [ 3 ] {} <Debug> HTTP-Session: 56e1e695-2957-4fb7-bb8c-46d432149c5e Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
12074 | 2024.09.24 04:39:04.932222 [ 3 ] {} <Debug> HTTP-Session: 56e1e695-2957-4fb7-bb8c-46d432149c5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12075 | 2024.09.24 04:39:04.932236 [ 3 ] {} <Debug> HTTP-Session: 56e1e695-2957-4fb7-bb8c-46d432149c5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12076 | 2024.09.24 04:39:04.932267 [ 3 ] {} <Trace> HTTP-Session: 56e1e695-2957-4fb7-bb8c-46d432149c5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12077 | 2024.09.24 04:39:04.932365 [ 3 ] {01a362e9-faf2-4271-b7f8-84b753312ccf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
12078 | 2024.09.24 04:39:04.932411 [ 3 ] {01a362e9-faf2-4271-b7f8-84b753312ccf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12079 | 2024.09.24 04:39:04.932568 [ 3 ] {01a362e9-faf2-4271-b7f8-84b753312ccf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12080 | 2024.09.24 04:39:04.932838 [ 3 ] {01a362e9-faf2-4271-b7f8-84b753312ccf} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12081 | 2024.09.24 04:39:04.932873 [ 3 ] {01a362e9-faf2-4271-b7f8-84b753312ccf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
12082 | 2024.09.24 04:39:04.933241 [ 3 ] {01a362e9-faf2-4271-b7f8-84b753312ccf} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
12083 | 2024.09.24 04:39:04.933568 [ 3 ] {01a362e9-faf2-4271-b7f8-84b753312ccf} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12084 | 2024.09.24 04:39:04.933699 [ 3 ] {01a362e9-faf2-4271-b7f8-84b753312ccf} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001359 sec., 4415.0110375275935 rows/sec., 230.67 KiB/sec. | ||
12085 | 2024.09.24 04:39:04.933858 [ 3 ] {01a362e9-faf2-4271-b7f8-84b753312ccf} <Debug> DynamicQueryHandler: Done processing query | ||
12086 | 2024.09.24 04:39:04.933882 [ 3 ] {01a362e9-faf2-4271-b7f8-84b753312ccf} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12087 | 2024.09.24 04:39:04.933898 [ 3 ] {} <Debug> HTTP-Session: 56e1e695-2957-4fb7-bb8c-46d432149c5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12088 | 2024.09.24 04:39:04.934047 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 44612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12089 | 2024.09.24 04:39:04.934120 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12090 | 2024.09.24 04:39:04.934140 [ 3 ] {} <Debug> HTTP-Session: 958b0865-b6a9-47ac-a609-a733bc9208a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
12091 | 2024.09.24 04:39:04.934156 [ 3 ] {} <Debug> HTTP-Session: 958b0865-b6a9-47ac-a609-a733bc9208a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12092 | 2024.09.24 04:39:04.934170 [ 3 ] {} <Debug> HTTP-Session: 958b0865-b6a9-47ac-a609-a733bc9208a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12093 | 2024.09.24 04:39:04.934200 [ 3 ] {} <Trace> HTTP-Session: 958b0865-b6a9-47ac-a609-a733bc9208a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12094 | 2024.09.24 04:39:04.934385 [ 3 ] {ae132c4b-1433-4eae-ba44-13ad8a8155af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12095 | 2024.09.24 04:39:04.934431 [ 3 ] {ae132c4b-1433-4eae-ba44-13ad8a8155af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12096 | 2024.09.24 04:39:04.934574 [ 3 ] {ae132c4b-1433-4eae-ba44-13ad8a8155af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12097 | 2024.09.24 04:39:04.935011 [ 3 ] {ae132c4b-1433-4eae-ba44-13ad8a8155af} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12098 | 2024.09.24 04:39:04.935047 [ 3 ] {ae132c4b-1433-4eae-ba44-13ad8a8155af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
12099 | 2024.09.24 04:39:04.935433 [ 3 ] {ae132c4b-1433-4eae-ba44-13ad8a8155af} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
12100 | 2024.09.24 04:39:04.935788 [ 3 ] {ae132c4b-1433-4eae-ba44-13ad8a8155af} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12101 | 2024.09.24 04:39:04.935917 [ 96 ] {} <Debug> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
12102 | 2024.09.24 04:39:04.935921 [ 3 ] {ae132c4b-1433-4eae-ba44-13ad8a8155af} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001637 sec., 144777.03115455102 rows/sec., 9.70 MiB/sec. | ||
12103 | 2024.09.24 04:39:04.935967 [ 96 ] {} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12104 | 2024.09.24 04:39:04.936011 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
12105 | 2024.09.24 04:39:04.936229 [ 3 ] {ae132c4b-1433-4eae-ba44-13ad8a8155af} <Debug> DynamicQueryHandler: Done processing query | ||
12106 | 2024.09.24 04:39:04.936289 [ 3 ] {ae132c4b-1433-4eae-ba44-13ad8a8155af} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
12107 | 2024.09.24 04:39:04.936367 [ 3 ] {} <Debug> HTTP-Session: 958b0865-b6a9-47ac-a609-a733bc9208a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12108 | 2024.09.24 04:39:04.936390 [ 192 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
12109 | 2024.09.24 04:39:04.936605 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12110 | 2024.09.24 04:39:04.936779 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12111 | 2024.09.24 04:39:04.936888 [ 3 ] {} <Debug> HTTP-Session: 8e25d16b-6317-4cbf-ac10-cc29f6712bb8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
12112 | 2024.09.24 04:39:04.936990 [ 3 ] {} <Debug> HTTP-Session: 8e25d16b-6317-4cbf-ac10-cc29f6712bb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12113 | 2024.09.24 04:39:04.937080 [ 3 ] {} <Debug> HTTP-Session: 8e25d16b-6317-4cbf-ac10-cc29f6712bb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12114 | 2024.09.24 04:39:04.937224 [ 192 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12115 | 2024.09.24 04:39:04.937234 [ 3 ] {} <Trace> HTTP-Session: 8e25d16b-6317-4cbf-ac10-cc29f6712bb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12116 | 2024.09.24 04:39:04.937360 [ 192 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 18178 rows starting from the beginning of the part | ||
12117 | 2024.09.24 04:39:04.937520 [ 3 ] {73195c04-95a0-4d76-92e3-ed7df4a4f7f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
12118 | 2024.09.24 04:39:04.937649 [ 192 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 238 rows starting from the beginning of the part | ||
12119 | 2024.09.24 04:39:04.937674 [ 3 ] {73195c04-95a0-4d76-92e3-ed7df4a4f7f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
12120 | 2024.09.24 04:39:04.938058 [ 192 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 160 rows starting from the beginning of the part | ||
12121 | 2024.09.24 04:39:04.938487 [ 192 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 237 rows starting from the beginning of the part | ||
12122 | 2024.09.24 04:39:04.938829 [ 192 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part | ||
12123 | 2024.09.24 04:39:04.938891 [ 3 ] {73195c04-95a0-4d76-92e3-ed7df4a4f7f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12124 | 2024.09.24 04:39:04.939285 [ 192 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 237 rows starting from the beginning of the part | ||
12125 | 2024.09.24 04:39:04.939945 [ 3 ] {73195c04-95a0-4d76-92e3-ed7df4a4f7f4} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12126 | 2024.09.24 04:39:04.940005 [ 3 ] {73195c04-95a0-4d76-92e3-ed7df4a4f7f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
12127 | 2024.09.24 04:39:04.940725 [ 3 ] {73195c04-95a0-4d76-92e3-ed7df4a4f7f4} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
12128 | 2024.09.24 04:39:04.941327 [ 3 ] {73195c04-95a0-4d76-92e3-ed7df4a4f7f4} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12129 | 2024.09.24 04:39:04.941738 [ 3 ] {73195c04-95a0-4d76-92e3-ed7df4a4f7f4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004297 sec., 232.7205026762858 rows/sec., 15.68 KiB/sec. | ||
12130 | 2024.09.24 04:39:04.942313 [ 3 ] {73195c04-95a0-4d76-92e3-ed7df4a4f7f4} <Debug> DynamicQueryHandler: Done processing query | ||
12131 | 2024.09.24 04:39:04.942353 [ 3 ] {73195c04-95a0-4d76-92e3-ed7df4a4f7f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
12132 | 2024.09.24 04:39:04.942401 [ 3 ] {} <Debug> HTTP-Session: 8e25d16b-6317-4cbf-ac10-cc29f6712bb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12133 | 2024.09.24 04:39:04.942651 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 36151, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12134 | 2024.09.24 04:39:04.942754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12135 | 2024.09.24 04:39:04.942814 [ 3 ] {} <Debug> HTTP-Session: 2efb1bab-27ae-4684-af54-68bb20fe8e99 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
12136 | 2024.09.24 04:39:04.942867 [ 3 ] {} <Debug> HTTP-Session: 2efb1bab-27ae-4684-af54-68bb20fe8e99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12137 | 2024.09.24 04:39:04.942906 [ 3 ] {} <Debug> HTTP-Session: 2efb1bab-27ae-4684-af54-68bb20fe8e99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12138 | 2024.09.24 04:39:04.942947 [ 3 ] {} <Trace> HTTP-Session: 2efb1bab-27ae-4684-af54-68bb20fe8e99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12139 | 2024.09.24 04:39:04.943281 [ 3 ] {70f39427-6081-457d-8286-aedb3c0a7bf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
12140 | 2024.09.24 04:39:04.943364 [ 3 ] {70f39427-6081-457d-8286-aedb3c0a7bf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
12141 | 2024.09.24 04:39:04.944229 [ 3 ] {70f39427-6081-457d-8286-aedb3c0a7bf0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12142 | 2024.09.24 04:39:04.944944 [ 3 ] {70f39427-6081-457d-8286-aedb3c0a7bf0} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12143 | 2024.09.24 04:39:04.944979 [ 3 ] {70f39427-6081-457d-8286-aedb3c0a7bf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
12144 | 2024.09.24 04:39:04.946089 [ 3 ] {70f39427-6081-457d-8286-aedb3c0a7bf0} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
12145 | 2024.09.24 04:39:04.946661 [ 3 ] {70f39427-6081-457d-8286-aedb3c0a7bf0} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12146 | 2024.09.24 04:39:04.946859 [ 3 ] {70f39427-6081-457d-8286-aedb3c0a7bf0} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.003796 sec., 5795.5742887249735 rows/sec., 10.39 MiB/sec. | ||
12147 | 2024.09.24 04:39:04.947659 [ 192 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19210 rows, containing 5 columns (5 merged, 0 gathered) in 0.011553935 sec., 1662637.0150083068 rows/sec., 112.17 MiB/sec. | ||
12148 | 2024.09.24 04:39:04.947756 [ 3 ] {70f39427-6081-457d-8286-aedb3c0a7bf0} <Debug> DynamicQueryHandler: Done processing query | ||
12149 | 2024.09.24 04:39:04.947788 [ 3 ] {70f39427-6081-457d-8286-aedb3c0a7bf0} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
12150 | 2024.09.24 04:39:04.947804 [ 3 ] {} <Debug> HTTP-Session: 2efb1bab-27ae-4684-af54-68bb20fe8e99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12151 | 2024.09.24 04:39:04.947948 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 12152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12152 | 2024.09.24 04:39:04.947960 [ 192 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
12153 | 2024.09.24 04:39:04.948040 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12154 | 2024.09.24 04:39:04.948106 [ 3 ] {} <Debug> HTTP-Session: aa8d23bd-bd18-4bf5-8793-c66d4fc1013a Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
12155 | 2024.09.24 04:39:04.948135 [ 3 ] {} <Debug> HTTP-Session: aa8d23bd-bd18-4bf5-8793-c66d4fc1013a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12156 | 2024.09.24 04:39:04.948151 [ 3 ] {} <Debug> HTTP-Session: aa8d23bd-bd18-4bf5-8793-c66d4fc1013a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12157 | 2024.09.24 04:39:04.948217 [ 3 ] {} <Trace> HTTP-Session: aa8d23bd-bd18-4bf5-8793-c66d4fc1013a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12158 | 2024.09.24 04:39:04.948555 [ 3 ] {5b56b81e-15a3-41d3-a016-093a06fba339} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12159 | 2024.09.24 04:39:04.948640 [ 3 ] {5b56b81e-15a3-41d3-a016-093a06fba339} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12160 | 2024.09.24 04:39:04.948921 [ 192 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12161 | 2024.09.24 04:39:04.948992 [ 3 ] {5b56b81e-15a3-41d3-a016-093a06fba339} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12162 | 2024.09.24 04:39:04.949129 [ 192 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
12163 | 2024.09.24 04:39:04.949282 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.22 MiB. | ||
12164 | 2024.09.24 04:39:04.949466 [ 3 ] {5b56b81e-15a3-41d3-a016-093a06fba339} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12165 | 2024.09.24 04:39:04.949507 [ 3 ] {5b56b81e-15a3-41d3-a016-093a06fba339} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
12166 | 2024.09.24 04:39:04.949890 [ 3 ] {5b56b81e-15a3-41d3-a016-093a06fba339} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
12167 | 2024.09.24 04:39:04.950233 [ 3 ] {5b56b81e-15a3-41d3-a016-093a06fba339} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12168 | 2024.09.24 04:39:04.950360 [ 3 ] {5b56b81e-15a3-41d3-a016-093a06fba339} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001987 sec., 41268.24358329139 rows/sec., 2.62 MiB/sec. | ||
12169 | 2024.09.24 04:39:04.950530 [ 3 ] {5b56b81e-15a3-41d3-a016-093a06fba339} <Debug> DynamicQueryHandler: Done processing query | ||
12170 | 2024.09.24 04:39:04.950553 [ 3 ] {5b56b81e-15a3-41d3-a016-093a06fba339} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12171 | 2024.09.24 04:39:04.950569 [ 3 ] {} <Debug> HTTP-Session: aa8d23bd-bd18-4bf5-8793-c66d4fc1013a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12172 | 2024.09.24 04:39:09.945560 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12173 | 2024.09.24 04:39:09.945698 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12174 | 2024.09.24 04:39:09.945726 [ 3 ] {} <Debug> HTTP-Session: 2e1235a8-a0e1-45e5-a5a5-59cc31db3889 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
12175 | 2024.09.24 04:39:09.945754 [ 3 ] {} <Debug> HTTP-Session: 2e1235a8-a0e1-45e5-a5a5-59cc31db3889 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12176 | 2024.09.24 04:39:09.945772 [ 3 ] {} <Debug> HTTP-Session: 2e1235a8-a0e1-45e5-a5a5-59cc31db3889 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12177 | 2024.09.24 04:39:09.945828 [ 3 ] {} <Trace> HTTP-Session: 2e1235a8-a0e1-45e5-a5a5-59cc31db3889 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12178 | 2024.09.24 04:39:09.946023 [ 3 ] {1a6416e8-f65c-4f5b-816e-ab713a971c38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12179 | 2024.09.24 04:39:09.946090 [ 3 ] {1a6416e8-f65c-4f5b-816e-ab713a971c38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12180 | 2024.09.24 04:39:09.946427 [ 3 ] {1a6416e8-f65c-4f5b-816e-ab713a971c38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12181 | 2024.09.24 04:39:09.946887 [ 3 ] {1a6416e8-f65c-4f5b-816e-ab713a971c38} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12182 | 2024.09.24 04:39:09.946928 [ 3 ] {1a6416e8-f65c-4f5b-816e-ab713a971c38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
12183 | 2024.09.24 04:39:09.947358 [ 3 ] {1a6416e8-f65c-4f5b-816e-ab713a971c38} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
12184 | 2024.09.24 04:39:09.947756 [ 3 ] {1a6416e8-f65c-4f5b-816e-ab713a971c38} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12185 | 2024.09.24 04:39:09.947903 [ 3 ] {1a6416e8-f65c-4f5b-816e-ab713a971c38} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001938 sec., 2063.983488132095 rows/sec., 168.30 KiB/sec. | ||
12186 | 2024.09.24 04:39:09.948171 [ 3 ] {1a6416e8-f65c-4f5b-816e-ab713a971c38} <Debug> DynamicQueryHandler: Done processing query | ||
12187 | 2024.09.24 04:39:09.948199 [ 3 ] {1a6416e8-f65c-4f5b-816e-ab713a971c38} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12188 | 2024.09.24 04:39:09.948215 [ 3 ] {} <Debug> HTTP-Session: 2e1235a8-a0e1-45e5-a5a5-59cc31db3889 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12189 | 2024.09.24 04:39:09.948577 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 178458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12190 | 2024.09.24 04:39:09.948635 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12191 | 2024.09.24 04:39:09.948655 [ 3 ] {} <Debug> HTTP-Session: 1de3c3da-140c-4a47-8806-64e87f8cfcd0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
12192 | 2024.09.24 04:39:09.948673 [ 3 ] {} <Debug> HTTP-Session: 1de3c3da-140c-4a47-8806-64e87f8cfcd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12193 | 2024.09.24 04:39:09.948687 [ 3 ] {} <Debug> HTTP-Session: 1de3c3da-140c-4a47-8806-64e87f8cfcd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12194 | 2024.09.24 04:39:09.948722 [ 3 ] {} <Trace> HTTP-Session: 1de3c3da-140c-4a47-8806-64e87f8cfcd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12195 | 2024.09.24 04:39:09.949196 [ 3 ] {991aca0c-ff49-4161-93f4-3ad07593b593} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12196 | 2024.09.24 04:39:09.949243 [ 3 ] {991aca0c-ff49-4161-93f4-3ad07593b593} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12197 | 2024.09.24 04:39:09.949478 [ 3 ] {991aca0c-ff49-4161-93f4-3ad07593b593} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12198 | 2024.09.24 04:39:09.950729 [ 3 ] {991aca0c-ff49-4161-93f4-3ad07593b593} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12199 | 2024.09.24 04:39:09.950765 [ 3 ] {991aca0c-ff49-4161-93f4-3ad07593b593} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
12200 | 2024.09.24 04:39:09.951218 [ 3 ] {991aca0c-ff49-4161-93f4-3ad07593b593} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
12201 | 2024.09.24 04:39:09.951586 [ 3 ] {991aca0c-ff49-4161-93f4-3ad07593b593} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12202 | 2024.09.24 04:39:09.951718 [ 3 ] {991aca0c-ff49-4161-93f4-3ad07593b593} <Debug> executeQuery: Read 1232 rows, 103.92 KiB in 0.002842 sec., 433497.5369458128 rows/sec., 35.71 MiB/sec. | ||
12203 | 2024.09.24 04:39:09.951894 [ 3 ] {991aca0c-ff49-4161-93f4-3ad07593b593} <Debug> DynamicQueryHandler: Done processing query | ||
12204 | 2024.09.24 04:39:09.951918 [ 3 ] {991aca0c-ff49-4161-93f4-3ad07593b593} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
12205 | 2024.09.24 04:39:09.951934 [ 3 ] {} <Debug> HTTP-Session: 1de3c3da-140c-4a47-8806-64e87f8cfcd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12206 | 2024.09.24 04:39:09.952113 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3047, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12207 | 2024.09.24 04:39:09.952167 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12208 | 2024.09.24 04:39:09.952186 [ 3 ] {} <Debug> HTTP-Session: 4ec2791f-82ed-4e01-a0f1-a3838cd2a684 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
12209 | 2024.09.24 04:39:09.952204 [ 3 ] {} <Debug> HTTP-Session: 4ec2791f-82ed-4e01-a0f1-a3838cd2a684 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12210 | 2024.09.24 04:39:09.952218 [ 3 ] {} <Debug> HTTP-Session: 4ec2791f-82ed-4e01-a0f1-a3838cd2a684 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12211 | 2024.09.24 04:39:09.952252 [ 3 ] {} <Trace> HTTP-Session: 4ec2791f-82ed-4e01-a0f1-a3838cd2a684 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12212 | 2024.09.24 04:39:09.952359 [ 3 ] {08801c13-fcb6-4ba7-afca-87b4f446a2bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12213 | 2024.09.24 04:39:09.952403 [ 3 ] {08801c13-fcb6-4ba7-afca-87b4f446a2bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12214 | 2024.09.24 04:39:09.952630 [ 3 ] {08801c13-fcb6-4ba7-afca-87b4f446a2bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12215 | 2024.09.24 04:39:09.952959 [ 3 ] {08801c13-fcb6-4ba7-afca-87b4f446a2bd} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12216 | 2024.09.24 04:39:09.952995 [ 3 ] {08801c13-fcb6-4ba7-afca-87b4f446a2bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
12217 | 2024.09.24 04:39:09.953357 [ 3 ] {08801c13-fcb6-4ba7-afca-87b4f446a2bd} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
12218 | 2024.09.24 04:39:09.953717 [ 3 ] {08801c13-fcb6-4ba7-afca-87b4f446a2bd} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12219 | 2024.09.24 04:39:09.953844 [ 3 ] {08801c13-fcb6-4ba7-afca-87b4f446a2bd} <Debug> executeQuery: Read 21 rows, 1.56 KiB in 0.001516 sec., 13852.242744063326 rows/sec., 1.00 MiB/sec. | ||
12220 | 2024.09.24 04:39:09.954013 [ 3 ] {08801c13-fcb6-4ba7-afca-87b4f446a2bd} <Debug> DynamicQueryHandler: Done processing query | ||
12221 | 2024.09.24 04:39:09.954036 [ 3 ] {08801c13-fcb6-4ba7-afca-87b4f446a2bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12222 | 2024.09.24 04:39:09.954052 [ 3 ] {} <Debug> HTTP-Session: 4ec2791f-82ed-4e01-a0f1-a3838cd2a684 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12223 | 2024.09.24 04:39:09.954230 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 30477, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12224 | 2024.09.24 04:39:09.954280 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12225 | 2024.09.24 04:39:09.954299 [ 3 ] {} <Debug> HTTP-Session: a8a69daf-a44d-4e2e-8f02-e63d79f9b8e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
12226 | 2024.09.24 04:39:09.954315 [ 3 ] {} <Debug> HTTP-Session: a8a69daf-a44d-4e2e-8f02-e63d79f9b8e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12227 | 2024.09.24 04:39:09.954330 [ 3 ] {} <Debug> HTTP-Session: a8a69daf-a44d-4e2e-8f02-e63d79f9b8e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12228 | 2024.09.24 04:39:09.954362 [ 3 ] {} <Trace> HTTP-Session: a8a69daf-a44d-4e2e-8f02-e63d79f9b8e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12229 | 2024.09.24 04:39:09.954510 [ 3 ] {c4756339-d3f4-4ab3-a411-8c334d1558e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
12230 | 2024.09.24 04:39:09.954554 [ 3 ] {c4756339-d3f4-4ab3-a411-8c334d1558e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
12231 | 2024.09.24 04:39:09.954776 [ 3 ] {c4756339-d3f4-4ab3-a411-8c334d1558e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12232 | 2024.09.24 04:39:09.955215 [ 3 ] {c4756339-d3f4-4ab3-a411-8c334d1558e6} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12233 | 2024.09.24 04:39:09.955250 [ 3 ] {c4756339-d3f4-4ab3-a411-8c334d1558e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
12234 | 2024.09.24 04:39:09.955619 [ 3 ] {c4756339-d3f4-4ab3-a411-8c334d1558e6} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
12235 | 2024.09.24 04:39:09.955978 [ 3 ] {c4756339-d3f4-4ab3-a411-8c334d1558e6} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12236 | 2024.09.24 04:39:09.956108 [ 3 ] {c4756339-d3f4-4ab3-a411-8c334d1558e6} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00167 sec., 136526.94610778443 rows/sec., 9.24 MiB/sec. | ||
12237 | 2024.09.24 04:39:09.956274 [ 3 ] {c4756339-d3f4-4ab3-a411-8c334d1558e6} <Debug> DynamicQueryHandler: Done processing query | ||
12238 | 2024.09.24 04:39:09.956297 [ 3 ] {c4756339-d3f4-4ab3-a411-8c334d1558e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
12239 | 2024.09.24 04:39:09.956313 [ 3 ] {} <Debug> HTTP-Session: a8a69daf-a44d-4e2e-8f02-e63d79f9b8e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12240 | 2024.09.24 04:39:09.956509 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 89428, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12241 | 2024.09.24 04:39:09.956558 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12242 | 2024.09.24 04:39:09.956576 [ 3 ] {} <Debug> HTTP-Session: 91a9a25e-c860-4e27-b09f-7221c30fddba Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
12243 | 2024.09.24 04:39:09.956593 [ 3 ] {} <Debug> HTTP-Session: 91a9a25e-c860-4e27-b09f-7221c30fddba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12244 | 2024.09.24 04:39:09.956606 [ 3 ] {} <Debug> HTTP-Session: 91a9a25e-c860-4e27-b09f-7221c30fddba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12245 | 2024.09.24 04:39:09.956637 [ 3 ] {} <Trace> HTTP-Session: 91a9a25e-c860-4e27-b09f-7221c30fddba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12246 | 2024.09.24 04:39:09.956955 [ 3 ] {aae3cdc4-5fe3-40b5-a759-23b604c24902} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12247 | 2024.09.24 04:39:09.956998 [ 3 ] {aae3cdc4-5fe3-40b5-a759-23b604c24902} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12248 | 2024.09.24 04:39:09.957220 [ 3 ] {aae3cdc4-5fe3-40b5-a759-23b604c24902} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12249 | 2024.09.24 04:39:09.957864 [ 3 ] {aae3cdc4-5fe3-40b5-a759-23b604c24902} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12250 | 2024.09.24 04:39:09.957899 [ 3 ] {aae3cdc4-5fe3-40b5-a759-23b604c24902} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
12251 | 2024.09.24 04:39:09.958282 [ 3 ] {aae3cdc4-5fe3-40b5-a759-23b604c24902} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
12252 | 2024.09.24 04:39:09.958636 [ 3 ] {aae3cdc4-5fe3-40b5-a759-23b604c24902} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12253 | 2024.09.24 04:39:09.958762 [ 3 ] {aae3cdc4-5fe3-40b5-a759-23b604c24902} <Debug> executeQuery: Read 541 rows, 41.09 KiB in 0.002025 sec., 267160.4938271605 rows/sec., 19.82 MiB/sec. | ||
12254 | 2024.09.24 04:39:09.958930 [ 3 ] {aae3cdc4-5fe3-40b5-a759-23b604c24902} <Debug> DynamicQueryHandler: Done processing query | ||
12255 | 2024.09.24 04:39:09.958954 [ 3 ] {aae3cdc4-5fe3-40b5-a759-23b604c24902} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
12256 | 2024.09.24 04:39:09.958970 [ 3 ] {} <Debug> HTTP-Session: 91a9a25e-c860-4e27-b09f-7221c30fddba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12257 | 2024.09.24 04:39:09.959237 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 167613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12258 | 2024.09.24 04:39:09.959285 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12259 | 2024.09.24 04:39:09.959304 [ 3 ] {} <Debug> HTTP-Session: f9e966b9-1a5a-4d8d-8991-e23650212111 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
12260 | 2024.09.24 04:39:09.959320 [ 3 ] {} <Debug> HTTP-Session: f9e966b9-1a5a-4d8d-8991-e23650212111 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12261 | 2024.09.24 04:39:09.959334 [ 3 ] {} <Debug> HTTP-Session: f9e966b9-1a5a-4d8d-8991-e23650212111 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12262 | 2024.09.24 04:39:09.959365 [ 3 ] {} <Trace> HTTP-Session: f9e966b9-1a5a-4d8d-8991-e23650212111 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12263 | 2024.09.24 04:39:09.959876 [ 3 ] {ed74ab72-b069-49f3-952f-3eff0fbb8aa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12264 | 2024.09.24 04:39:09.959924 [ 3 ] {ed74ab72-b069-49f3-952f-3eff0fbb8aa2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12265 | 2024.09.24 04:39:09.960066 [ 3 ] {ed74ab72-b069-49f3-952f-3eff0fbb8aa2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12266 | 2024.09.24 04:39:09.960964 [ 3 ] {ed74ab72-b069-49f3-952f-3eff0fbb8aa2} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12267 | 2024.09.24 04:39:09.961006 [ 3 ] {ed74ab72-b069-49f3-952f-3eff0fbb8aa2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
12268 | 2024.09.24 04:39:09.961551 [ 3 ] {ed74ab72-b069-49f3-952f-3eff0fbb8aa2} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
12269 | 2024.09.24 04:39:09.961959 [ 3 ] {ed74ab72-b069-49f3-952f-3eff0fbb8aa2} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12270 | 2024.09.24 04:39:09.962090 [ 3 ] {ed74ab72-b069-49f3-952f-3eff0fbb8aa2} <Debug> executeQuery: Read 882 rows, 60.77 KiB in 0.002552 sec., 345611.28526645765 rows/sec., 23.25 MiB/sec. | ||
12271 | 2024.09.24 04:39:09.962263 [ 3 ] {ed74ab72-b069-49f3-952f-3eff0fbb8aa2} <Debug> DynamicQueryHandler: Done processing query | ||
12272 | 2024.09.24 04:39:09.962287 [ 3 ] {ed74ab72-b069-49f3-952f-3eff0fbb8aa2} <Debug> MemoryTracker: Peak memory usage (for query): 4.67 MiB. | ||
12273 | 2024.09.24 04:39:09.962303 [ 3 ] {} <Debug> HTTP-Session: f9e966b9-1a5a-4d8d-8991-e23650212111 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12274 | 2024.09.24 04:39:09.962478 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 29061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12275 | 2024.09.24 04:39:09.962527 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12276 | 2024.09.24 04:39:09.962546 [ 3 ] {} <Debug> HTTP-Session: fce85378-3066-428b-a59b-bb75e32e0bb3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
12277 | 2024.09.24 04:39:09.962563 [ 3 ] {} <Debug> HTTP-Session: fce85378-3066-428b-a59b-bb75e32e0bb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12278 | 2024.09.24 04:39:09.962577 [ 3 ] {} <Debug> HTTP-Session: fce85378-3066-428b-a59b-bb75e32e0bb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12279 | 2024.09.24 04:39:09.962608 [ 3 ] {} <Trace> HTTP-Session: fce85378-3066-428b-a59b-bb75e32e0bb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12280 | 2024.09.24 04:39:09.962905 [ 3 ] {7b24f79a-6525-473f-92db-39441dbf1d95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
12281 | 2024.09.24 04:39:09.962970 [ 3 ] {7b24f79a-6525-473f-92db-39441dbf1d95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
12282 | 2024.09.24 04:39:09.963378 [ 3 ] {7b24f79a-6525-473f-92db-39441dbf1d95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12283 | 2024.09.24 04:39:09.963967 [ 3 ] {7b24f79a-6525-473f-92db-39441dbf1d95} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12284 | 2024.09.24 04:39:09.964003 [ 3 ] {7b24f79a-6525-473f-92db-39441dbf1d95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
12285 | 2024.09.24 04:39:09.964628 [ 3 ] {7b24f79a-6525-473f-92db-39441dbf1d95} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
12286 | 2024.09.24 04:39:09.965057 [ 3 ] {7b24f79a-6525-473f-92db-39441dbf1d95} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12287 | 2024.09.24 04:39:09.965205 [ 3 ] {7b24f79a-6525-473f-92db-39441dbf1d95} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002521 sec., 6743.3558111860375 rows/sec., 12.08 MiB/sec. | ||
12288 | 2024.09.24 04:39:09.965541 [ 3 ] {7b24f79a-6525-473f-92db-39441dbf1d95} <Debug> DynamicQueryHandler: Done processing query | ||
12289 | 2024.09.24 04:39:09.965572 [ 3 ] {7b24f79a-6525-473f-92db-39441dbf1d95} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
12290 | 2024.09.24 04:39:09.965588 [ 3 ] {} <Debug> HTTP-Session: fce85378-3066-428b-a59b-bb75e32e0bb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12291 | 2024.09.24 04:39:09.965715 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12292 | 2024.09.24 04:39:09.965770 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12293 | 2024.09.24 04:39:09.965789 [ 3 ] {} <Debug> HTTP-Session: 39d1547e-5e7d-45d3-81a0-f0025f8dc6b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
12294 | 2024.09.24 04:39:09.965805 [ 3 ] {} <Debug> HTTP-Session: 39d1547e-5e7d-45d3-81a0-f0025f8dc6b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12295 | 2024.09.24 04:39:09.965819 [ 3 ] {} <Debug> HTTP-Session: 39d1547e-5e7d-45d3-81a0-f0025f8dc6b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12296 | 2024.09.24 04:39:09.965849 [ 3 ] {} <Trace> HTTP-Session: 39d1547e-5e7d-45d3-81a0-f0025f8dc6b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12297 | 2024.09.24 04:39:09.965974 [ 3 ] {4c9fca35-a286-42ea-a5c8-af863035bacd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12298 | 2024.09.24 04:39:09.966018 [ 3 ] {4c9fca35-a286-42ea-a5c8-af863035bacd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12299 | 2024.09.24 04:39:09.966146 [ 3 ] {4c9fca35-a286-42ea-a5c8-af863035bacd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12300 | 2024.09.24 04:39:09.966448 [ 3 ] {4c9fca35-a286-42ea-a5c8-af863035bacd} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12301 | 2024.09.24 04:39:09.966484 [ 3 ] {4c9fca35-a286-42ea-a5c8-af863035bacd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
12302 | 2024.09.24 04:39:09.966848 [ 3 ] {4c9fca35-a286-42ea-a5c8-af863035bacd} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
12303 | 2024.09.24 04:39:09.967171 [ 3 ] {4c9fca35-a286-42ea-a5c8-af863035bacd} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12304 | 2024.09.24 04:39:09.967293 [ 92 ] {} <Debug> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
12305 | 2024.09.24 04:39:09.967297 [ 3 ] {4c9fca35-a286-42ea-a5c8-af863035bacd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001371 sec., 43763.6761487965 rows/sec., 2.95 MiB/sec. | ||
12306 | 2024.09.24 04:39:09.967343 [ 92 ] {} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12307 | 2024.09.24 04:39:09.967385 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
12308 | 2024.09.24 04:39:09.967546 [ 3 ] {4c9fca35-a286-42ea-a5c8-af863035bacd} <Debug> DynamicQueryHandler: Done processing query | ||
12309 | 2024.09.24 04:39:09.967573 [ 199 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_56_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full | ||
12310 | 2024.09.24 04:39:09.967589 [ 3 ] {4c9fca35-a286-42ea-a5c8-af863035bacd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12311 | 2024.09.24 04:39:09.967661 [ 3 ] {} <Debug> HTTP-Session: 39d1547e-5e7d-45d3-81a0-f0025f8dc6b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12312 | 2024.09.24 04:39:09.967811 [ 199 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12313 | 2024.09.24 04:39:09.967859 [ 199 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3536 rows starting from the beginning of the part | ||
12314 | 2024.09.24 04:39:09.967937 [ 199 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part | ||
12315 | 2024.09.24 04:39:09.968031 [ 199 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 82 rows starting from the beginning of the part | ||
12316 | 2024.09.24 04:39:09.968258 [ 199 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part | ||
12317 | 2024.09.24 04:39:09.968383 [ 199 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 82 rows starting from the beginning of the part | ||
12318 | 2024.09.24 04:39:09.968464 [ 199 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part | ||
12319 | 2024.09.24 04:39:09.970143 [ 187 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3880 rows, containing 4 columns (4 merged, 0 gathered) in 0.002671677 sec., 1452271.3636416378 rows/sec., 94.56 MiB/sec. | ||
12320 | 2024.09.24 04:39:09.970433 [ 194 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
12321 | 2024.09.24 04:39:09.970825 [ 194 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_56_11} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12322 | 2024.09.24 04:39:09.970899 [ 194 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_56_11} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
12323 | 2024.09.24 04:39:09.970986 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
12324 | 2024.09.24 04:39:14.921040 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 35148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12325 | 2024.09.24 04:39:14.921233 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12326 | 2024.09.24 04:39:14.921267 [ 3 ] {} <Debug> HTTP-Session: a70d8110-437d-4b04-a6e2-4caf3a6fa4ee Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
12327 | 2024.09.24 04:39:14.921301 [ 3 ] {} <Debug> HTTP-Session: a70d8110-437d-4b04-a6e2-4caf3a6fa4ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12328 | 2024.09.24 04:39:14.921319 [ 3 ] {} <Debug> HTTP-Session: a70d8110-437d-4b04-a6e2-4caf3a6fa4ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12329 | 2024.09.24 04:39:14.921376 [ 3 ] {} <Trace> HTTP-Session: a70d8110-437d-4b04-a6e2-4caf3a6fa4ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12330 | 2024.09.24 04:39:14.921652 [ 3 ] {c01f9334-cfde-4847-a3f3-7494318a3cce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12331 | 2024.09.24 04:39:14.921730 [ 3 ] {c01f9334-cfde-4847-a3f3-7494318a3cce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12332 | 2024.09.24 04:39:14.922110 [ 3 ] {c01f9334-cfde-4847-a3f3-7494318a3cce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12333 | 2024.09.24 04:39:14.922765 [ 3 ] {c01f9334-cfde-4847-a3f3-7494318a3cce} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12334 | 2024.09.24 04:39:14.922836 [ 3 ] {c01f9334-cfde-4847-a3f3-7494318a3cce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
12335 | 2024.09.24 04:39:14.923313 [ 3 ] {c01f9334-cfde-4847-a3f3-7494318a3cce} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
12336 | 2024.09.24 04:39:14.923721 [ 3 ] {c01f9334-cfde-4847-a3f3-7494318a3cce} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12337 | 2024.09.24 04:39:14.923938 [ 3 ] {c01f9334-cfde-4847-a3f3-7494318a3cce} <Debug> executeQuery: Read 233 rows, 20.98 KiB in 0.002396 sec., 97245.40901502504 rows/sec., 8.55 MiB/sec. | ||
12338 | 2024.09.24 04:39:14.924337 [ 3 ] {c01f9334-cfde-4847-a3f3-7494318a3cce} <Debug> DynamicQueryHandler: Done processing query | ||
12339 | 2024.09.24 04:39:14.924373 [ 3 ] {c01f9334-cfde-4847-a3f3-7494318a3cce} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
12340 | 2024.09.24 04:39:14.924392 [ 3 ] {} <Debug> HTTP-Session: a70d8110-437d-4b04-a6e2-4caf3a6fa4ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12341 | 2024.09.24 04:39:14.924546 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12342 | 2024.09.24 04:39:14.924620 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12343 | 2024.09.24 04:39:14.924642 [ 3 ] {} <Debug> HTTP-Session: a57e8508-2adc-422f-8ae8-b8973b89dfaf Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
12344 | 2024.09.24 04:39:14.924665 [ 3 ] {} <Debug> HTTP-Session: a57e8508-2adc-422f-8ae8-b8973b89dfaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12345 | 2024.09.24 04:39:14.924679 [ 3 ] {} <Debug> HTTP-Session: a57e8508-2adc-422f-8ae8-b8973b89dfaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12346 | 2024.09.24 04:39:14.924726 [ 3 ] {} <Trace> HTTP-Session: a57e8508-2adc-422f-8ae8-b8973b89dfaf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12347 | 2024.09.24 04:39:14.924877 [ 3 ] {737e4f18-e631-4121-ac61-52f0c5b2efe4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12348 | 2024.09.24 04:39:14.924942 [ 3 ] {737e4f18-e631-4121-ac61-52f0c5b2efe4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12349 | 2024.09.24 04:39:14.925250 [ 3 ] {737e4f18-e631-4121-ac61-52f0c5b2efe4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12350 | 2024.09.24 04:39:14.925636 [ 3 ] {737e4f18-e631-4121-ac61-52f0c5b2efe4} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12351 | 2024.09.24 04:39:14.925676 [ 3 ] {737e4f18-e631-4121-ac61-52f0c5b2efe4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
12352 | 2024.09.24 04:39:14.926052 [ 3 ] {737e4f18-e631-4121-ac61-52f0c5b2efe4} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
12353 | 2024.09.24 04:39:14.926427 [ 3 ] {737e4f18-e631-4121-ac61-52f0c5b2efe4} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12354 | 2024.09.24 04:39:14.926588 [ 3 ] {737e4f18-e631-4121-ac61-52f0c5b2efe4} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.001761 sec., 12492.90176036343 rows/sec., 939.41 KiB/sec. | ||
12355 | 2024.09.24 04:39:14.926806 [ 3 ] {737e4f18-e631-4121-ac61-52f0c5b2efe4} <Debug> DynamicQueryHandler: Done processing query | ||
12356 | 2024.09.24 04:39:14.926843 [ 3 ] {737e4f18-e631-4121-ac61-52f0c5b2efe4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12357 | 2024.09.24 04:39:14.926875 [ 3 ] {} <Debug> HTTP-Session: a57e8508-2adc-422f-8ae8-b8973b89dfaf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12358 | 2024.09.24 04:39:14.927026 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12359 | 2024.09.24 04:39:14.927084 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12360 | 2024.09.24 04:39:14.927103 [ 3 ] {} <Debug> HTTP-Session: 786c9a35-5e71-4716-bf1a-9f6c7317e7cd Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
12361 | 2024.09.24 04:39:14.927122 [ 3 ] {} <Debug> HTTP-Session: 786c9a35-5e71-4716-bf1a-9f6c7317e7cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12362 | 2024.09.24 04:39:14.927137 [ 3 ] {} <Debug> HTTP-Session: 786c9a35-5e71-4716-bf1a-9f6c7317e7cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12363 | 2024.09.24 04:39:14.927173 [ 3 ] {} <Trace> HTTP-Session: 786c9a35-5e71-4716-bf1a-9f6c7317e7cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12364 | 2024.09.24 04:39:14.927286 [ 3 ] {df2ec9f0-c9f1-49d8-9b5c-dd06bb814bf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
12365 | 2024.09.24 04:39:14.927334 [ 3 ] {df2ec9f0-c9f1-49d8-9b5c-dd06bb814bf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
12366 | 2024.09.24 04:39:14.927577 [ 3 ] {df2ec9f0-c9f1-49d8-9b5c-dd06bb814bf8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12367 | 2024.09.24 04:39:14.927900 [ 3 ] {df2ec9f0-c9f1-49d8-9b5c-dd06bb814bf8} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12368 | 2024.09.24 04:39:14.927940 [ 3 ] {df2ec9f0-c9f1-49d8-9b5c-dd06bb814bf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
12369 | 2024.09.24 04:39:14.928300 [ 3 ] {df2ec9f0-c9f1-49d8-9b5c-dd06bb814bf8} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
12370 | 2024.09.24 04:39:14.928648 [ 3 ] {df2ec9f0-c9f1-49d8-9b5c-dd06bb814bf8} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12371 | 2024.09.24 04:39:14.928812 [ 3 ] {df2ec9f0-c9f1-49d8-9b5c-dd06bb814bf8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001548 sec., 9043.927648578812 rows/sec., 633.38 KiB/sec. | ||
12372 | 2024.09.24 04:39:14.928984 [ 3 ] {df2ec9f0-c9f1-49d8-9b5c-dd06bb814bf8} <Debug> DynamicQueryHandler: Done processing query | ||
12373 | 2024.09.24 04:39:14.929008 [ 3 ] {df2ec9f0-c9f1-49d8-9b5c-dd06bb814bf8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12374 | 2024.09.24 04:39:14.929025 [ 3 ] {} <Debug> HTTP-Session: 786c9a35-5e71-4716-bf1a-9f6c7317e7cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12375 | 2024.09.24 04:39:14.929125 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12376 | 2024.09.24 04:39:14.929176 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12377 | 2024.09.24 04:39:14.929196 [ 3 ] {} <Debug> HTTP-Session: 9f086d8e-9172-4d3d-a6ca-091c805fd149 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
12378 | 2024.09.24 04:39:14.929213 [ 3 ] {} <Debug> HTTP-Session: 9f086d8e-9172-4d3d-a6ca-091c805fd149 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12379 | 2024.09.24 04:39:14.929227 [ 3 ] {} <Debug> HTTP-Session: 9f086d8e-9172-4d3d-a6ca-091c805fd149 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12380 | 2024.09.24 04:39:14.929261 [ 3 ] {} <Trace> HTTP-Session: 9f086d8e-9172-4d3d-a6ca-091c805fd149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12381 | 2024.09.24 04:39:14.929363 [ 3 ] {113ea1a2-2ea5-49ff-bf15-9e6830b783fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
12382 | 2024.09.24 04:39:14.929409 [ 3 ] {113ea1a2-2ea5-49ff-bf15-9e6830b783fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
12383 | 2024.09.24 04:39:14.929638 [ 3 ] {113ea1a2-2ea5-49ff-bf15-9e6830b783fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12384 | 2024.09.24 04:39:14.929960 [ 3 ] {113ea1a2-2ea5-49ff-bf15-9e6830b783fd} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12385 | 2024.09.24 04:39:14.929996 [ 3 ] {113ea1a2-2ea5-49ff-bf15-9e6830b783fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
12386 | 2024.09.24 04:39:14.930381 [ 3 ] {113ea1a2-2ea5-49ff-bf15-9e6830b783fd} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
12387 | 2024.09.24 04:39:14.930888 [ 3 ] {113ea1a2-2ea5-49ff-bf15-9e6830b783fd} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12388 | 2024.09.24 04:39:14.931087 [ 3 ] {113ea1a2-2ea5-49ff-bf15-9e6830b783fd} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001744 sec., 3440.366972477064 rows/sec., 203.26 KiB/sec. | ||
12389 | 2024.09.24 04:39:14.931102 [ 86 ] {} <Debug> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
12390 | 2024.09.24 04:39:14.931193 [ 86 ] {} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12391 | 2024.09.24 04:39:14.931238 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
12392 | 2024.09.24 04:39:14.931420 [ 3 ] {113ea1a2-2ea5-49ff-bf15-9e6830b783fd} <Debug> DynamicQueryHandler: Done processing query | ||
12393 | 2024.09.24 04:39:14.931491 [ 3 ] {113ea1a2-2ea5-49ff-bf15-9e6830b783fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12394 | 2024.09.24 04:39:14.931561 [ 3 ] {} <Debug> HTTP-Session: 9f086d8e-9172-4d3d-a6ca-091c805fd149 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12395 | 2024.09.24 04:39:14.931576 [ 189 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_29_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full | ||
12396 | 2024.09.24 04:39:14.931867 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 65498, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12397 | 2024.09.24 04:39:14.932034 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12398 | 2024.09.24 04:39:14.932098 [ 3 ] {} <Debug> HTTP-Session: 85552654-728e-47c6-9035-37b1d9010692 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
12399 | 2024.09.24 04:39:14.932106 [ 189 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12400 | 2024.09.24 04:39:14.932136 [ 3 ] {} <Debug> HTTP-Session: 85552654-728e-47c6-9035-37b1d9010692 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12401 | 2024.09.24 04:39:14.932177 [ 3 ] {} <Debug> HTTP-Session: 85552654-728e-47c6-9035-37b1d9010692 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12402 | 2024.09.24 04:39:14.932184 [ 189 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 6 rows starting from the beginning of the part | ||
12403 | 2024.09.24 04:39:14.932244 [ 3 ] {} <Trace> HTTP-Session: 85552654-728e-47c6-9035-37b1d9010692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12404 | 2024.09.24 04:39:14.932383 [ 189 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
12405 | 2024.09.24 04:39:14.932548 [ 189 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
12406 | 2024.09.24 04:39:14.932804 [ 3 ] {25be10db-6d39-4fba-bd01-408f8550e070} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12407 | 2024.09.24 04:39:14.932933 [ 189 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
12408 | 2024.09.24 04:39:14.933046 [ 3 ] {25be10db-6d39-4fba-bd01-408f8550e070} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12409 | 2024.09.24 04:39:14.933184 [ 189 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
12410 | 2024.09.24 04:39:14.934246 [ 3 ] {25be10db-6d39-4fba-bd01-408f8550e070} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12411 | 2024.09.24 04:39:14.935646 [ 3 ] {25be10db-6d39-4fba-bd01-408f8550e070} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12412 | 2024.09.24 04:39:14.935702 [ 3 ] {25be10db-6d39-4fba-bd01-408f8550e070} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
12413 | 2024.09.24 04:39:14.935713 [ 194 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004384053 sec., 6842.982965762504 rows/sec., 434.37 KiB/sec. | ||
12414 | 2024.09.24 04:39:14.935967 [ 195 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
12415 | 2024.09.24 04:39:14.936586 [ 3 ] {25be10db-6d39-4fba-bd01-408f8550e070} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
12416 | 2024.09.24 04:39:14.937017 [ 195 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_29_7} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12417 | 2024.09.24 04:39:14.937193 [ 195 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_29_7} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
12418 | 2024.09.24 04:39:14.937397 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
12419 | 2024.09.24 04:39:14.937405 [ 3 ] {25be10db-6d39-4fba-bd01-408f8550e070} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12420 | 2024.09.24 04:39:14.937619 [ 3 ] {25be10db-6d39-4fba-bd01-408f8550e070} <Debug> executeQuery: Read 404 rows, 29.44 KiB in 0.00513 sec., 78752.43664717348 rows/sec., 5.60 MiB/sec. | ||
12421 | 2024.09.24 04:39:14.937985 [ 3 ] {25be10db-6d39-4fba-bd01-408f8550e070} <Debug> DynamicQueryHandler: Done processing query | ||
12422 | 2024.09.24 04:39:14.938030 [ 3 ] {25be10db-6d39-4fba-bd01-408f8550e070} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
12423 | 2024.09.24 04:39:14.938059 [ 3 ] {} <Debug> HTTP-Session: 85552654-728e-47c6-9035-37b1d9010692 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12424 | 2024.09.24 04:39:14.938188 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12425 | 2024.09.24 04:39:14.938242 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12426 | 2024.09.24 04:39:14.938261 [ 3 ] {} <Debug> HTTP-Session: 19db657e-85b5-454b-bcee-e7cab8b1dbe7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
12427 | 2024.09.24 04:39:14.938279 [ 3 ] {} <Debug> HTTP-Session: 19db657e-85b5-454b-bcee-e7cab8b1dbe7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12428 | 2024.09.24 04:39:14.938294 [ 3 ] {} <Debug> HTTP-Session: 19db657e-85b5-454b-bcee-e7cab8b1dbe7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12429 | 2024.09.24 04:39:14.938328 [ 3 ] {} <Trace> HTTP-Session: 19db657e-85b5-454b-bcee-e7cab8b1dbe7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12430 | 2024.09.24 04:39:14.938447 [ 3 ] {dd33d545-ed7d-452b-a7fa-dcfe360fc84b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
12431 | 2024.09.24 04:39:14.938496 [ 3 ] {dd33d545-ed7d-452b-a7fa-dcfe360fc84b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12432 | 2024.09.24 04:39:14.938652 [ 3 ] {dd33d545-ed7d-452b-a7fa-dcfe360fc84b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12433 | 2024.09.24 04:39:14.938950 [ 3 ] {dd33d545-ed7d-452b-a7fa-dcfe360fc84b} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12434 | 2024.09.24 04:39:14.938987 [ 3 ] {dd33d545-ed7d-452b-a7fa-dcfe360fc84b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
12435 | 2024.09.24 04:39:14.939361 [ 3 ] {dd33d545-ed7d-452b-a7fa-dcfe360fc84b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
12436 | 2024.09.24 04:39:14.939695 [ 3 ] {dd33d545-ed7d-452b-a7fa-dcfe360fc84b} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12437 | 2024.09.24 04:39:14.939853 [ 3 ] {dd33d545-ed7d-452b-a7fa-dcfe360fc84b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001431 sec., 4192.8721174004195 rows/sec., 219.06 KiB/sec. | ||
12438 | 2024.09.24 04:39:14.940190 [ 3 ] {dd33d545-ed7d-452b-a7fa-dcfe360fc84b} <Debug> DynamicQueryHandler: Done processing query | ||
12439 | 2024.09.24 04:39:14.940216 [ 3 ] {dd33d545-ed7d-452b-a7fa-dcfe360fc84b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12440 | 2024.09.24 04:39:14.940233 [ 3 ] {} <Debug> HTTP-Session: 19db657e-85b5-454b-bcee-e7cab8b1dbe7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12441 | 2024.09.24 04:39:14.940399 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 44612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12442 | 2024.09.24 04:39:14.940449 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12443 | 2024.09.24 04:39:14.940470 [ 3 ] {} <Debug> HTTP-Session: db842ed4-b24f-435b-b1ad-627bfaea2c4a Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
12444 | 2024.09.24 04:39:14.940486 [ 3 ] {} <Debug> HTTP-Session: db842ed4-b24f-435b-b1ad-627bfaea2c4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12445 | 2024.09.24 04:39:14.940500 [ 3 ] {} <Debug> HTTP-Session: db842ed4-b24f-435b-b1ad-627bfaea2c4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12446 | 2024.09.24 04:39:14.940533 [ 3 ] {} <Trace> HTTP-Session: db842ed4-b24f-435b-b1ad-627bfaea2c4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12447 | 2024.09.24 04:39:14.940734 [ 3 ] {2a60d002-f2db-4ff7-a69c-d8465366d99f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12448 | 2024.09.24 04:39:14.940784 [ 3 ] {2a60d002-f2db-4ff7-a69c-d8465366d99f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12449 | 2024.09.24 04:39:14.940956 [ 3 ] {2a60d002-f2db-4ff7-a69c-d8465366d99f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12450 | 2024.09.24 04:39:14.941396 [ 3 ] {2a60d002-f2db-4ff7-a69c-d8465366d99f} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12451 | 2024.09.24 04:39:14.941432 [ 3 ] {2a60d002-f2db-4ff7-a69c-d8465366d99f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
12452 | 2024.09.24 04:39:14.941814 [ 3 ] {2a60d002-f2db-4ff7-a69c-d8465366d99f} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
12453 | 2024.09.24 04:39:14.942155 [ 3 ] {2a60d002-f2db-4ff7-a69c-d8465366d99f} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12454 | 2024.09.24 04:39:14.942318 [ 3 ] {2a60d002-f2db-4ff7-a69c-d8465366d99f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001685 sec., 140652.8189910979 rows/sec., 9.43 MiB/sec. | ||
12455 | 2024.09.24 04:39:14.942639 [ 3 ] {2a60d002-f2db-4ff7-a69c-d8465366d99f} <Debug> DynamicQueryHandler: Done processing query | ||
12456 | 2024.09.24 04:39:14.942691 [ 3 ] {2a60d002-f2db-4ff7-a69c-d8465366d99f} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
12457 | 2024.09.24 04:39:14.942726 [ 3 ] {} <Debug> HTTP-Session: db842ed4-b24f-435b-b1ad-627bfaea2c4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12458 | 2024.09.24 04:39:14.942845 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12459 | 2024.09.24 04:39:14.942895 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12460 | 2024.09.24 04:39:14.942914 [ 3 ] {} <Debug> HTTP-Session: 6694e1f7-f50a-4051-8cf6-e8c1dda9ebfd Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
12461 | 2024.09.24 04:39:14.942934 [ 3 ] {} <Debug> HTTP-Session: 6694e1f7-f50a-4051-8cf6-e8c1dda9ebfd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12462 | 2024.09.24 04:39:14.942948 [ 3 ] {} <Debug> HTTP-Session: 6694e1f7-f50a-4051-8cf6-e8c1dda9ebfd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12463 | 2024.09.24 04:39:14.942980 [ 3 ] {} <Trace> HTTP-Session: 6694e1f7-f50a-4051-8cf6-e8c1dda9ebfd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12464 | 2024.09.24 04:39:14.943077 [ 3 ] {b15ff9aa-fc77-4821-bf39-ab013983e246} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
12465 | 2024.09.24 04:39:14.943126 [ 3 ] {b15ff9aa-fc77-4821-bf39-ab013983e246} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
12466 | 2024.09.24 04:39:14.943271 [ 3 ] {b15ff9aa-fc77-4821-bf39-ab013983e246} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12467 | 2024.09.24 04:39:14.943541 [ 3 ] {b15ff9aa-fc77-4821-bf39-ab013983e246} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12468 | 2024.09.24 04:39:14.943576 [ 3 ] {b15ff9aa-fc77-4821-bf39-ab013983e246} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
12469 | 2024.09.24 04:39:14.943920 [ 3 ] {b15ff9aa-fc77-4821-bf39-ab013983e246} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
12470 | 2024.09.24 04:39:14.944257 [ 3 ] {b15ff9aa-fc77-4821-bf39-ab013983e246} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12471 | 2024.09.24 04:39:14.944413 [ 3 ] {b15ff9aa-fc77-4821-bf39-ab013983e246} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001354 sec., 738.5524372230428 rows/sec., 49.77 KiB/sec. | ||
12472 | 2024.09.24 04:39:14.944577 [ 3 ] {b15ff9aa-fc77-4821-bf39-ab013983e246} <Debug> DynamicQueryHandler: Done processing query | ||
12473 | 2024.09.24 04:39:14.944601 [ 3 ] {b15ff9aa-fc77-4821-bf39-ab013983e246} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
12474 | 2024.09.24 04:39:14.944617 [ 3 ] {} <Debug> HTTP-Session: 6694e1f7-f50a-4051-8cf6-e8c1dda9ebfd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12475 | 2024.09.24 04:39:14.944747 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 36149, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12476 | 2024.09.24 04:39:14.944795 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12477 | 2024.09.24 04:39:14.944814 [ 3 ] {} <Debug> HTTP-Session: 0c32ebcc-fa3e-4c7a-8c8b-06d4554d2ffc Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
12478 | 2024.09.24 04:39:14.944830 [ 3 ] {} <Debug> HTTP-Session: 0c32ebcc-fa3e-4c7a-8c8b-06d4554d2ffc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12479 | 2024.09.24 04:39:14.944843 [ 3 ] {} <Debug> HTTP-Session: 0c32ebcc-fa3e-4c7a-8c8b-06d4554d2ffc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12480 | 2024.09.24 04:39:14.944875 [ 3 ] {} <Trace> HTTP-Session: 0c32ebcc-fa3e-4c7a-8c8b-06d4554d2ffc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12481 | 2024.09.24 04:39:14.945161 [ 3 ] {e8bfb8ec-a522-421b-a2a8-a05cafa2519c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
12482 | 2024.09.24 04:39:14.945239 [ 3 ] {e8bfb8ec-a522-421b-a2a8-a05cafa2519c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
12483 | 2024.09.24 04:39:14.945663 [ 3 ] {e8bfb8ec-a522-421b-a2a8-a05cafa2519c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12484 | 2024.09.24 04:39:14.946315 [ 3 ] {e8bfb8ec-a522-421b-a2a8-a05cafa2519c} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12485 | 2024.09.24 04:39:14.946351 [ 3 ] {e8bfb8ec-a522-421b-a2a8-a05cafa2519c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
12486 | 2024.09.24 04:39:14.946966 [ 3 ] {e8bfb8ec-a522-421b-a2a8-a05cafa2519c} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
12487 | 2024.09.24 04:39:14.947382 [ 3 ] {e8bfb8ec-a522-421b-a2a8-a05cafa2519c} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12488 | 2024.09.24 04:39:14.947577 [ 3 ] {e8bfb8ec-a522-421b-a2a8-a05cafa2519c} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002598 sec., 8468.052347959969 rows/sec., 15.17 MiB/sec. | ||
12489 | 2024.09.24 04:39:14.948047 [ 3 ] {e8bfb8ec-a522-421b-a2a8-a05cafa2519c} <Debug> DynamicQueryHandler: Done processing query | ||
12490 | 2024.09.24 04:39:14.948094 [ 3 ] {e8bfb8ec-a522-421b-a2a8-a05cafa2519c} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
12491 | 2024.09.24 04:39:14.948115 [ 3 ] {} <Debug> HTTP-Session: 0c32ebcc-fa3e-4c7a-8c8b-06d4554d2ffc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12492 | 2024.09.24 04:39:14.948231 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 12152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12493 | 2024.09.24 04:39:14.948281 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12494 | 2024.09.24 04:39:14.948301 [ 3 ] {} <Debug> HTTP-Session: ad757dfb-6222-437a-a3cf-f5a0e4550657 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
12495 | 2024.09.24 04:39:14.948318 [ 3 ] {} <Debug> HTTP-Session: ad757dfb-6222-437a-a3cf-f5a0e4550657 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12496 | 2024.09.24 04:39:14.948332 [ 3 ] {} <Debug> HTTP-Session: ad757dfb-6222-437a-a3cf-f5a0e4550657 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12497 | 2024.09.24 04:39:14.948364 [ 3 ] {} <Trace> HTTP-Session: ad757dfb-6222-437a-a3cf-f5a0e4550657 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12498 | 2024.09.24 04:39:14.948494 [ 3 ] {c4553e67-e7b4-4b09-a536-1c37fc4416a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12499 | 2024.09.24 04:39:14.948542 [ 3 ] {c4553e67-e7b4-4b09-a536-1c37fc4416a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12500 | 2024.09.24 04:39:14.948686 [ 3 ] {c4553e67-e7b4-4b09-a536-1c37fc4416a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12501 | 2024.09.24 04:39:14.949013 [ 3 ] {c4553e67-e7b4-4b09-a536-1c37fc4416a9} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12502 | 2024.09.24 04:39:14.949050 [ 3 ] {c4553e67-e7b4-4b09-a536-1c37fc4416a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. | ||
12503 | 2024.09.24 04:39:14.949413 [ 3 ] {c4553e67-e7b4-4b09-a536-1c37fc4416a9} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
12504 | 2024.09.24 04:39:14.949751 [ 3 ] {c4553e67-e7b4-4b09-a536-1c37fc4416a9} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12505 | 2024.09.24 04:39:14.949904 [ 3 ] {c4553e67-e7b4-4b09-a536-1c37fc4416a9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001461 sec., 56125.94113620807 rows/sec., 3.56 MiB/sec. | ||
12506 | 2024.09.24 04:39:14.950098 [ 3 ] {c4553e67-e7b4-4b09-a536-1c37fc4416a9} <Debug> DynamicQueryHandler: Done processing query | ||
12507 | 2024.09.24 04:39:14.950136 [ 3 ] {c4553e67-e7b4-4b09-a536-1c37fc4416a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12508 | 2024.09.24 04:39:14.950167 [ 3 ] {} <Debug> HTTP-Session: ad757dfb-6222-437a-a3cf-f5a0e4550657 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12509 | 2024.09.24 04:39:17.656656 [ 83 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12510 | 2024.09.24 04:39:17.656720 [ 83 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12511 | 2024.09.24 04:39:19.002295 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00189583 sec. | ||
12512 | 2024.09.24 04:39:19.916032 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 13137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12513 | 2024.09.24 04:39:19.916146 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12514 | 2024.09.24 04:39:19.916169 [ 3 ] {} <Debug> HTTP-Session: 69ec5f07-498f-45d7-b8c8-1889ed16fff0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
12515 | 2024.09.24 04:39:19.916195 [ 3 ] {} <Debug> HTTP-Session: 69ec5f07-498f-45d7-b8c8-1889ed16fff0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12516 | 2024.09.24 04:39:19.916209 [ 3 ] {} <Debug> HTTP-Session: 69ec5f07-498f-45d7-b8c8-1889ed16fff0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12517 | 2024.09.24 04:39:19.916262 [ 3 ] {} <Trace> HTTP-Session: 69ec5f07-498f-45d7-b8c8-1889ed16fff0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12518 | 2024.09.24 04:39:19.916496 [ 3 ] {d4d17130-521c-427c-ac18-63c3e449339e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12519 | 2024.09.24 04:39:19.916572 [ 3 ] {d4d17130-521c-427c-ac18-63c3e449339e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12520 | 2024.09.24 04:39:19.916957 [ 3 ] {d4d17130-521c-427c-ac18-63c3e449339e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12521 | 2024.09.24 04:39:19.917485 [ 3 ] {d4d17130-521c-427c-ac18-63c3e449339e} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12522 | 2024.09.24 04:39:19.917533 [ 3 ] {d4d17130-521c-427c-ac18-63c3e449339e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
12523 | 2024.09.24 04:39:19.917988 [ 3 ] {d4d17130-521c-427c-ac18-63c3e449339e} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
12524 | 2024.09.24 04:39:19.918388 [ 3 ] {d4d17130-521c-427c-ac18-63c3e449339e} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12525 | 2024.09.24 04:39:19.918573 [ 3 ] {d4d17130-521c-427c-ac18-63c3e449339e} <Debug> executeQuery: Read 90 rows, 7.65 KiB in 0.002156 sec., 41743.97031539889 rows/sec., 3.47 MiB/sec. | ||
12526 | 2024.09.24 04:39:19.918613 [ 81 ] {} <Debug> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
12527 | 2024.09.24 04:39:19.918765 [ 81 ] {} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12528 | 2024.09.24 04:39:19.918818 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
12529 | 2024.09.24 04:39:19.918915 [ 3 ] {d4d17130-521c-427c-ac18-63c3e449339e} <Debug> DynamicQueryHandler: Done processing query | ||
12530 | 2024.09.24 04:39:19.918974 [ 3 ] {d4d17130-521c-427c-ac18-63c3e449339e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
12531 | 2024.09.24 04:39:19.919032 [ 3 ] {} <Debug> HTTP-Session: 69ec5f07-498f-45d7-b8c8-1889ed16fff0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12532 | 2024.09.24 04:39:19.919094 [ 196 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
12533 | 2024.09.24 04:39:19.919206 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 2487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12534 | 2024.09.24 04:39:19.919339 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12535 | 2024.09.24 04:39:19.919402 [ 196 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12536 | 2024.09.24 04:39:19.919403 [ 3 ] {} <Debug> HTTP-Session: d21b91e2-a580-4b52-93fa-36d27c1c11d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
12537 | 2024.09.24 04:39:19.919465 [ 3 ] {} <Debug> HTTP-Session: d21b91e2-a580-4b52-93fa-36d27c1c11d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12538 | 2024.09.24 04:39:19.919470 [ 196 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1418 rows starting from the beginning of the part | ||
12539 | 2024.09.24 04:39:19.919484 [ 3 ] {} <Debug> HTTP-Session: d21b91e2-a580-4b52-93fa-36d27c1c11d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12540 | 2024.09.24 04:39:19.919572 [ 3 ] {} <Trace> HTTP-Session: d21b91e2-a580-4b52-93fa-36d27c1c11d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12541 | 2024.09.24 04:39:19.919692 [ 196 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 90 rows starting from the beginning of the part | ||
12542 | 2024.09.24 04:39:19.919960 [ 3 ] {2dfd729c-8c81-4d9b-bbde-26b7921ae0fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12543 | 2024.09.24 04:39:19.920135 [ 3 ] {2dfd729c-8c81-4d9b-bbde-26b7921ae0fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12544 | 2024.09.24 04:39:19.920126 [ 196 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 233 rows starting from the beginning of the part | ||
12545 | 2024.09.24 04:39:19.920559 [ 196 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 1232 rows starting from the beginning of the part | ||
12546 | 2024.09.24 04:39:19.920807 [ 196 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 233 rows starting from the beginning of the part | ||
12547 | 2024.09.24 04:39:19.921149 [ 196 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 90 rows starting from the beginning of the part | ||
12548 | 2024.09.24 04:39:19.921892 [ 3 ] {2dfd729c-8c81-4d9b-bbde-26b7921ae0fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12549 | 2024.09.24 04:39:19.922655 [ 3 ] {2dfd729c-8c81-4d9b-bbde-26b7921ae0fc} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12550 | 2024.09.24 04:39:19.922719 [ 3 ] {2dfd729c-8c81-4d9b-bbde-26b7921ae0fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
12551 | 2024.09.24 04:39:19.923726 [ 3 ] {2dfd729c-8c81-4d9b-bbde-26b7921ae0fc} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
12552 | 2024.09.24 04:39:19.924332 [ 3 ] {2dfd729c-8c81-4d9b-bbde-26b7921ae0fc} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12553 | 2024.09.24 04:39:19.924686 [ 195 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3296 rows, containing 5 columns (5 merged, 0 gathered) in 0.005732592 sec., 574958.0643450641 rows/sec., 50.30 MiB/sec. | ||
12554 | 2024.09.24 04:39:19.924773 [ 3 ] {2dfd729c-8c81-4d9b-bbde-26b7921ae0fc} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.004974 sec., 3417.772416566144 rows/sec., 257.00 KiB/sec. | ||
12555 | 2024.09.24 04:39:19.925058 [ 195 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
12556 | 2024.09.24 04:39:19.925090 [ 3 ] {2dfd729c-8c81-4d9b-bbde-26b7921ae0fc} <Debug> DynamicQueryHandler: Done processing query | ||
12557 | 2024.09.24 04:39:19.925151 [ 3 ] {2dfd729c-8c81-4d9b-bbde-26b7921ae0fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12558 | 2024.09.24 04:39:19.925199 [ 3 ] {} <Debug> HTTP-Session: d21b91e2-a580-4b52-93fa-36d27c1c11d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12559 | 2024.09.24 04:39:19.925391 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 13756, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12560 | 2024.09.24 04:39:19.925559 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12561 | 2024.09.24 04:39:19.925618 [ 3 ] {} <Debug> HTTP-Session: 1f957ef4-7d42-4c21-bac6-fa1a0ad57fd7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
12562 | 2024.09.24 04:39:19.925677 [ 3 ] {} <Debug> HTTP-Session: 1f957ef4-7d42-4c21-bac6-fa1a0ad57fd7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12563 | 2024.09.24 04:39:19.925720 [ 3 ] {} <Debug> HTTP-Session: 1f957ef4-7d42-4c21-bac6-fa1a0ad57fd7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12564 | 2024.09.24 04:39:19.925788 [ 3 ] {} <Trace> HTTP-Session: 1f957ef4-7d42-4c21-bac6-fa1a0ad57fd7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12565 | 2024.09.24 04:39:19.925957 [ 195 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_66_13} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12566 | 2024.09.24 04:39:19.926018 [ 3 ] {f308a08b-cb77-4f1a-a80e-5ce0b01e5cce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12567 | 2024.09.24 04:39:19.926097 [ 3 ] {f308a08b-cb77-4f1a-a80e-5ce0b01e5cce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12568 | 2024.09.24 04:39:19.926115 [ 195 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_66_13} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
12569 | 2024.09.24 04:39:19.926307 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
12570 | 2024.09.24 04:39:19.926498 [ 3 ] {f308a08b-cb77-4f1a-a80e-5ce0b01e5cce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12571 | 2024.09.24 04:39:19.926887 [ 3 ] {f308a08b-cb77-4f1a-a80e-5ce0b01e5cce} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12572 | 2024.09.24 04:39:19.926926 [ 3 ] {f308a08b-cb77-4f1a-a80e-5ce0b01e5cce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
12573 | 2024.09.24 04:39:19.927304 [ 3 ] {f308a08b-cb77-4f1a-a80e-5ce0b01e5cce} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
12574 | 2024.09.24 04:39:19.927698 [ 3 ] {f308a08b-cb77-4f1a-a80e-5ce0b01e5cce} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12575 | 2024.09.24 04:39:19.927854 [ 81 ] {} <Debug> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
12576 | 2024.09.24 04:39:19.927860 [ 3 ] {f308a08b-cb77-4f1a-a80e-5ce0b01e5cce} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.001932 sec., 41925.46583850932 rows/sec., 3.27 MiB/sec. | ||
12577 | 2024.09.24 04:39:19.927916 [ 81 ] {} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12578 | 2024.09.24 04:39:19.927986 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
12579 | 2024.09.24 04:39:19.928171 [ 194 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
12580 | 2024.09.24 04:39:19.928200 [ 3 ] {f308a08b-cb77-4f1a-a80e-5ce0b01e5cce} <Debug> DynamicQueryHandler: Done processing query | ||
12581 | 2024.09.24 04:39:19.928229 [ 3 ] {f308a08b-cb77-4f1a-a80e-5ce0b01e5cce} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
12582 | 2024.09.24 04:39:19.928252 [ 3 ] {} <Debug> HTTP-Session: 1f957ef4-7d42-4c21-bac6-fa1a0ad57fd7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12583 | 2024.09.24 04:39:19.928332 [ 194 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12584 | 2024.09.24 04:39:19.928370 [ 194 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 913 rows starting from the beginning of the part | ||
12585 | 2024.09.24 04:39:19.928415 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12586 | 2024.09.24 04:39:19.928564 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12587 | 2024.09.24 04:39:19.928577 [ 194 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 81 rows starting from the beginning of the part | ||
12588 | 2024.09.24 04:39:19.928648 [ 3 ] {} <Debug> HTTP-Session: 096c25e7-d9c0-4392-aad5-cf8d1f94e8fd Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
12589 | 2024.09.24 04:39:19.928720 [ 3 ] {} <Debug> HTTP-Session: 096c25e7-d9c0-4392-aad5-cf8d1f94e8fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12590 | 2024.09.24 04:39:19.928801 [ 3 ] {} <Debug> HTTP-Session: 096c25e7-d9c0-4392-aad5-cf8d1f94e8fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12591 | 2024.09.24 04:39:19.928877 [ 194 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 404 rows starting from the beginning of the part | ||
12592 | 2024.09.24 04:39:19.928883 [ 3 ] {} <Trace> HTTP-Session: 096c25e7-d9c0-4392-aad5-cf8d1f94e8fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12593 | 2024.09.24 04:39:19.929020 [ 194 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 541 rows starting from the beginning of the part | ||
12594 | 2024.09.24 04:39:19.929174 [ 194 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 404 rows starting from the beginning of the part | ||
12595 | 2024.09.24 04:39:19.929184 [ 3 ] {33ef6f12-905d-4be7-8661-d164e15a7143} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12596 | 2024.09.24 04:39:19.929295 [ 3 ] {33ef6f12-905d-4be7-8661-d164e15a7143} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12597 | 2024.09.24 04:39:19.929314 [ 194 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 81 rows starting from the beginning of the part | ||
12598 | 2024.09.24 04:39:19.929924 [ 3 ] {33ef6f12-905d-4be7-8661-d164e15a7143} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12599 | 2024.09.24 04:39:19.930477 [ 3 ] {33ef6f12-905d-4be7-8661-d164e15a7143} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12600 | 2024.09.24 04:39:19.930519 [ 3 ] {33ef6f12-905d-4be7-8661-d164e15a7143} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
12601 | 2024.09.24 04:39:19.931101 [ 3 ] {33ef6f12-905d-4be7-8661-d164e15a7143} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
12602 | 2024.09.24 04:39:19.931475 [ 194 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2424 rows, containing 5 columns (5 merged, 0 gathered) in 0.003381642 sec., 716811.5371171756 rows/sec., 54.99 MiB/sec. | ||
12603 | 2024.09.24 04:39:19.931586 [ 3 ] {33ef6f12-905d-4be7-8661-d164e15a7143} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12604 | 2024.09.24 04:39:19.931830 [ 197 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
12605 | 2024.09.24 04:39:19.931845 [ 3 ] {33ef6f12-905d-4be7-8661-d164e15a7143} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002798 sec., 57183.70264474624 rows/sec., 3.98 MiB/sec. | ||
12606 | 2024.09.24 04:39:19.932447 [ 3 ] {33ef6f12-905d-4be7-8661-d164e15a7143} <Debug> DynamicQueryHandler: Done processing query | ||
12607 | 2024.09.24 04:39:19.932523 [ 3 ] {33ef6f12-905d-4be7-8661-d164e15a7143} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12608 | 2024.09.24 04:39:19.932607 [ 3 ] {} <Debug> HTTP-Session: 096c25e7-d9c0-4392-aad5-cf8d1f94e8fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12609 | 2024.09.24 04:39:19.932977 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 29083, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12610 | 2024.09.24 04:39:19.933144 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12611 | 2024.09.24 04:39:19.933220 [ 3 ] {} <Debug> HTTP-Session: eff37ac5-916e-413f-a1f3-49971a68d2e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
12612 | 2024.09.24 04:39:19.933277 [ 3 ] {} <Debug> HTTP-Session: eff37ac5-916e-413f-a1f3-49971a68d2e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12613 | 2024.09.24 04:39:19.933301 [ 3 ] {} <Debug> HTTP-Session: eff37ac5-916e-413f-a1f3-49971a68d2e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12614 | 2024.09.24 04:39:19.933356 [ 3 ] {} <Trace> HTTP-Session: eff37ac5-916e-413f-a1f3-49971a68d2e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12615 | 2024.09.24 04:39:19.933533 [ 197 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_66_13} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12616 | 2024.09.24 04:39:19.933646 [ 197 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_66_13} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
12617 | 2024.09.24 04:39:19.933776 [ 3 ] {4c276c16-bda1-441b-ab7e-5e672593dcb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
12618 | 2024.09.24 04:39:19.933800 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
12619 | 2024.09.24 04:39:19.933883 [ 3 ] {4c276c16-bda1-441b-ab7e-5e672593dcb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
12620 | 2024.09.24 04:39:19.934321 [ 3 ] {4c276c16-bda1-441b-ab7e-5e672593dcb2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12621 | 2024.09.24 04:39:19.934933 [ 3 ] {4c276c16-bda1-441b-ab7e-5e672593dcb2} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12622 | 2024.09.24 04:39:19.934972 [ 3 ] {4c276c16-bda1-441b-ab7e-5e672593dcb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
12623 | 2024.09.24 04:39:19.935600 [ 3 ] {4c276c16-bda1-441b-ab7e-5e672593dcb2} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
12624 | 2024.09.24 04:39:19.936026 [ 3 ] {4c276c16-bda1-441b-ab7e-5e672593dcb2} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12625 | 2024.09.24 04:39:19.936239 [ 3 ] {4c276c16-bda1-441b-ab7e-5e672593dcb2} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002754 sec., 6172.83950617284 rows/sec., 11.06 MiB/sec. | ||
12626 | 2024.09.24 04:39:19.936588 [ 3 ] {4c276c16-bda1-441b-ab7e-5e672593dcb2} <Debug> DynamicQueryHandler: Done processing query | ||
12627 | 2024.09.24 04:39:19.936617 [ 3 ] {4c276c16-bda1-441b-ab7e-5e672593dcb2} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
12628 | 2024.09.24 04:39:19.936637 [ 3 ] {} <Debug> HTTP-Session: eff37ac5-916e-413f-a1f3-49971a68d2e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12629 | 2024.09.24 04:39:19.936762 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12630 | 2024.09.24 04:39:19.936811 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12631 | 2024.09.24 04:39:19.936832 [ 3 ] {} <Debug> HTTP-Session: a3587ea6-ec9a-44fc-9fb5-b796d1ee5c74 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
12632 | 2024.09.24 04:39:19.936848 [ 3 ] {} <Debug> HTTP-Session: a3587ea6-ec9a-44fc-9fb5-b796d1ee5c74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12633 | 2024.09.24 04:39:19.936864 [ 3 ] {} <Debug> HTTP-Session: a3587ea6-ec9a-44fc-9fb5-b796d1ee5c74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12634 | 2024.09.24 04:39:19.936896 [ 3 ] {} <Trace> HTTP-Session: a3587ea6-ec9a-44fc-9fb5-b796d1ee5c74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12635 | 2024.09.24 04:39:19.937021 [ 3 ] {076b70b3-dbaa-430d-be4a-8aa505ea907b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12636 | 2024.09.24 04:39:19.937069 [ 3 ] {076b70b3-dbaa-430d-be4a-8aa505ea907b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12637 | 2024.09.24 04:39:19.937202 [ 3 ] {076b70b3-dbaa-430d-be4a-8aa505ea907b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12638 | 2024.09.24 04:39:19.937564 [ 3 ] {076b70b3-dbaa-430d-be4a-8aa505ea907b} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12639 | 2024.09.24 04:39:19.937602 [ 3 ] {076b70b3-dbaa-430d-be4a-8aa505ea907b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
12640 | 2024.09.24 04:39:19.937976 [ 3 ] {076b70b3-dbaa-430d-be4a-8aa505ea907b} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
12641 | 2024.09.24 04:39:19.938331 [ 3 ] {076b70b3-dbaa-430d-be4a-8aa505ea907b} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12642 | 2024.09.24 04:39:19.938494 [ 3 ] {076b70b3-dbaa-430d-be4a-8aa505ea907b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001511 sec., 39708.80211780278 rows/sec., 2.68 MiB/sec. | ||
12643 | 2024.09.24 04:39:19.938695 [ 3 ] {076b70b3-dbaa-430d-be4a-8aa505ea907b} <Debug> DynamicQueryHandler: Done processing query | ||
12644 | 2024.09.24 04:39:19.938734 [ 3 ] {076b70b3-dbaa-430d-be4a-8aa505ea907b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12645 | 2024.09.24 04:39:19.938763 [ 3 ] {} <Debug> HTTP-Session: a3587ea6-ec9a-44fc-9fb5-b796d1ee5c74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12646 | 2024.09.24 04:39:24.920755 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12647 | 2024.09.24 04:39:24.920898 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12648 | 2024.09.24 04:39:24.920927 [ 3 ] {} <Debug> HTTP-Session: 73f8ccbf-4e05-4b76-8244-7bff4ef432e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
12649 | 2024.09.24 04:39:24.920957 [ 3 ] {} <Debug> HTTP-Session: 73f8ccbf-4e05-4b76-8244-7bff4ef432e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12650 | 2024.09.24 04:39:24.920975 [ 3 ] {} <Debug> HTTP-Session: 73f8ccbf-4e05-4b76-8244-7bff4ef432e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12651 | 2024.09.24 04:39:24.921031 [ 3 ] {} <Trace> HTTP-Session: 73f8ccbf-4e05-4b76-8244-7bff4ef432e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12652 | 2024.09.24 04:39:24.921240 [ 3 ] {c3785095-b5f8-468a-a2cf-989bc49ce0b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12653 | 2024.09.24 04:39:24.921318 [ 3 ] {c3785095-b5f8-468a-a2cf-989bc49ce0b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12654 | 2024.09.24 04:39:24.921670 [ 3 ] {c3785095-b5f8-468a-a2cf-989bc49ce0b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12655 | 2024.09.24 04:39:24.922102 [ 3 ] {c3785095-b5f8-468a-a2cf-989bc49ce0b2} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12656 | 2024.09.24 04:39:24.922145 [ 3 ] {c3785095-b5f8-468a-a2cf-989bc49ce0b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
12657 | 2024.09.24 04:39:24.922568 [ 3 ] {c3785095-b5f8-468a-a2cf-989bc49ce0b2} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
12658 | 2024.09.24 04:39:24.922969 [ 3 ] {c3785095-b5f8-468a-a2cf-989bc49ce0b2} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12659 | 2024.09.24 04:39:24.923135 [ 3 ] {c3785095-b5f8-468a-a2cf-989bc49ce0b2} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001958 sec., 1021.4504596527067 rows/sec., 83.29 KiB/sec. | ||
12660 | 2024.09.24 04:39:24.923466 [ 3 ] {c3785095-b5f8-468a-a2cf-989bc49ce0b2} <Debug> DynamicQueryHandler: Done processing query | ||
12661 | 2024.09.24 04:39:24.923517 [ 3 ] {c3785095-b5f8-468a-a2cf-989bc49ce0b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12662 | 2024.09.24 04:39:24.923547 [ 3 ] {} <Debug> HTTP-Session: 73f8ccbf-4e05-4b76-8244-7bff4ef432e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12663 | 2024.09.24 04:39:24.923728 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 35282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12664 | 2024.09.24 04:39:24.923779 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12665 | 2024.09.24 04:39:24.923799 [ 3 ] {} <Debug> HTTP-Session: bd7b8d3b-30b1-428c-a8fa-0e9ead9d3adc Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
12666 | 2024.09.24 04:39:24.923816 [ 3 ] {} <Debug> HTTP-Session: bd7b8d3b-30b1-428c-a8fa-0e9ead9d3adc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12667 | 2024.09.24 04:39:24.923830 [ 3 ] {} <Debug> HTTP-Session: bd7b8d3b-30b1-428c-a8fa-0e9ead9d3adc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12668 | 2024.09.24 04:39:24.923862 [ 3 ] {} <Trace> HTTP-Session: bd7b8d3b-30b1-428c-a8fa-0e9ead9d3adc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12669 | 2024.09.24 04:39:24.924034 [ 3 ] {ac0f9710-a226-4672-b799-a32bd016fea0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12670 | 2024.09.24 04:39:24.924081 [ 3 ] {ac0f9710-a226-4672-b799-a32bd016fea0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12671 | 2024.09.24 04:39:24.924335 [ 3 ] {ac0f9710-a226-4672-b799-a32bd016fea0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12672 | 2024.09.24 04:39:24.924823 [ 3 ] {ac0f9710-a226-4672-b799-a32bd016fea0} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12673 | 2024.09.24 04:39:24.924861 [ 3 ] {ac0f9710-a226-4672-b799-a32bd016fea0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
12674 | 2024.09.24 04:39:24.925246 [ 3 ] {ac0f9710-a226-4672-b799-a32bd016fea0} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12675 | 2024.09.24 04:39:24.925618 [ 3 ] {ac0f9710-a226-4672-b799-a32bd016fea0} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12676 | 2024.09.24 04:39:24.925776 [ 3 ] {ac0f9710-a226-4672-b799-a32bd016fea0} <Debug> executeQuery: Read 234 rows, 21.06 KiB in 0.001816 sec., 128854.6255506608 rows/sec., 11.32 MiB/sec. | ||
12677 | 2024.09.24 04:39:24.925980 [ 3 ] {ac0f9710-a226-4672-b799-a32bd016fea0} <Debug> DynamicQueryHandler: Done processing query | ||
12678 | 2024.09.24 04:39:24.926018 [ 3 ] {ac0f9710-a226-4672-b799-a32bd016fea0} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
12679 | 2024.09.24 04:39:24.926053 [ 3 ] {} <Debug> HTTP-Session: bd7b8d3b-30b1-428c-a8fa-0e9ead9d3adc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12680 | 2024.09.24 04:39:24.926197 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12681 | 2024.09.24 04:39:24.926246 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12682 | 2024.09.24 04:39:24.926265 [ 3 ] {} <Debug> HTTP-Session: d518bf8e-4b93-4e0b-b124-3c242f34f3fe Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
12683 | 2024.09.24 04:39:24.926282 [ 3 ] {} <Debug> HTTP-Session: d518bf8e-4b93-4e0b-b124-3c242f34f3fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12684 | 2024.09.24 04:39:24.926296 [ 3 ] {} <Debug> HTTP-Session: d518bf8e-4b93-4e0b-b124-3c242f34f3fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12685 | 2024.09.24 04:39:24.926327 [ 3 ] {} <Trace> HTTP-Session: d518bf8e-4b93-4e0b-b124-3c242f34f3fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12686 | 2024.09.24 04:39:24.926434 [ 3 ] {63a5d876-9427-40a5-9365-d8bed526c9e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12687 | 2024.09.24 04:39:24.926478 [ 3 ] {63a5d876-9427-40a5-9365-d8bed526c9e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12688 | 2024.09.24 04:39:24.926704 [ 3 ] {63a5d876-9427-40a5-9365-d8bed526c9e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12689 | 2024.09.24 04:39:24.926998 [ 3 ] {63a5d876-9427-40a5-9365-d8bed526c9e4} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12690 | 2024.09.24 04:39:24.927035 [ 3 ] {63a5d876-9427-40a5-9365-d8bed526c9e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
12691 | 2024.09.24 04:39:24.927417 [ 3 ] {63a5d876-9427-40a5-9365-d8bed526c9e4} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
12692 | 2024.09.24 04:39:24.927789 [ 3 ] {63a5d876-9427-40a5-9365-d8bed526c9e4} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12693 | 2024.09.24 04:39:24.927954 [ 3 ] {63a5d876-9427-40a5-9365-d8bed526c9e4} <Debug> executeQuery: Read 24 rows, 1.79 KiB in 0.001539 sec., 15594.541910331383 rows/sec., 1.14 MiB/sec. | ||
12694 | 2024.09.24 04:39:24.927956 [ 77 ] {} <Debug> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
12695 | 2024.09.24 04:39:24.928066 [ 77 ] {} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12696 | 2024.09.24 04:39:24.928118 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
12697 | 2024.09.24 04:39:24.928202 [ 3 ] {63a5d876-9427-40a5-9365-d8bed526c9e4} <Debug> DynamicQueryHandler: Done processing query | ||
12698 | 2024.09.24 04:39:24.928266 [ 3 ] {63a5d876-9427-40a5-9365-d8bed526c9e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12699 | 2024.09.24 04:39:24.928306 [ 3 ] {} <Debug> HTTP-Session: d518bf8e-4b93-4e0b-b124-3c242f34f3fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12700 | 2024.09.24 04:39:24.928338 [ 193 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
12701 | 2024.09.24 04:39:24.928470 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12702 | 2024.09.24 04:39:24.928587 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12703 | 2024.09.24 04:39:24.928637 [ 3 ] {} <Debug> HTTP-Session: dd29e3f2-80a1-4030-84d9-70690cd47156 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
12704 | 2024.09.24 04:39:24.928692 [ 3 ] {} <Debug> HTTP-Session: dd29e3f2-80a1-4030-84d9-70690cd47156 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12705 | 2024.09.24 04:39:24.928707 [ 193 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12706 | 2024.09.24 04:39:24.928725 [ 3 ] {} <Debug> HTTP-Session: dd29e3f2-80a1-4030-84d9-70690cd47156 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12707 | 2024.09.24 04:39:24.928780 [ 193 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 57 rows starting from the beginning of the part | ||
12708 | 2024.09.24 04:39:24.928797 [ 3 ] {} <Trace> HTTP-Session: dd29e3f2-80a1-4030-84d9-70690cd47156 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12709 | 2024.09.24 04:39:24.929025 [ 193 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 22 rows starting from the beginning of the part | ||
12710 | 2024.09.24 04:39:24.929117 [ 3 ] {b0504b95-a51e-4963-8db6-e7104a9b2c88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
12711 | 2024.09.24 04:39:24.929311 [ 3 ] {b0504b95-a51e-4963-8db6-e7104a9b2c88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
12712 | 2024.09.24 04:39:24.929515 [ 193 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 21 rows starting from the beginning of the part | ||
12713 | 2024.09.24 04:39:24.929817 [ 193 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 22 rows starting from the beginning of the part | ||
12714 | 2024.09.24 04:39:24.930125 [ 193 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 17 rows starting from the beginning of the part | ||
12715 | 2024.09.24 04:39:24.930489 [ 193 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 24 rows starting from the beginning of the part | ||
12716 | 2024.09.24 04:39:24.931060 [ 3 ] {b0504b95-a51e-4963-8db6-e7104a9b2c88} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12717 | 2024.09.24 04:39:24.931831 [ 3 ] {b0504b95-a51e-4963-8db6-e7104a9b2c88} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12718 | 2024.09.24 04:39:24.931889 [ 3 ] {b0504b95-a51e-4963-8db6-e7104a9b2c88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
12719 | 2024.09.24 04:39:24.932934 [ 3 ] {b0504b95-a51e-4963-8db6-e7104a9b2c88} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
12720 | 2024.09.24 04:39:24.933435 [ 198 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 163 rows, containing 5 columns (5 merged, 0 gathered) in 0.005227231 sec., 31182.85761620254 rows/sec., 2.38 MiB/sec. | ||
12721 | 2024.09.24 04:39:24.933631 [ 198 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
12722 | 2024.09.24 04:39:24.933718 [ 3 ] {b0504b95-a51e-4963-8db6-e7104a9b2c88} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12723 | 2024.09.24 04:39:24.933933 [ 77 ] {} <Debug> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
12724 | 2024.09.24 04:39:24.933977 [ 3 ] {b0504b95-a51e-4963-8db6-e7104a9b2c88} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005 sec., 2800 rows/sec., 196.09 KiB/sec. | ||
12725 | 2024.09.24 04:39:24.934058 [ 77 ] {} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12726 | 2024.09.24 04:39:24.934201 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
12727 | 2024.09.24 04:39:24.934730 [ 193 ] {80399c63-440f-4294-b79d-4996168f9902::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 | ||
12728 | 2024.09.24 04:39:24.934779 [ 3 ] {b0504b95-a51e-4963-8db6-e7104a9b2c88} <Debug> DynamicQueryHandler: Done processing query | ||
12729 | 2024.09.24 04:39:24.934860 [ 3 ] {b0504b95-a51e-4963-8db6-e7104a9b2c88} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12730 | 2024.09.24 04:39:24.934934 [ 3 ] {} <Debug> HTTP-Session: dd29e3f2-80a1-4030-84d9-70690cd47156 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12731 | 2024.09.24 04:39:24.935199 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12732 | 2024.09.24 04:39:24.935361 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12733 | 2024.09.24 04:39:24.935362 [ 193 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12734 | 2024.09.24 04:39:24.935412 [ 3 ] {} <Debug> HTTP-Session: edffd322-51d8-47fa-871b-e3befd116270 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
12735 | 2024.09.24 04:39:24.935493 [ 193 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 243 rows starting from the beginning of the part | ||
12736 | 2024.09.24 04:39:24.935496 [ 3 ] {} <Debug> HTTP-Session: edffd322-51d8-47fa-871b-e3befd116270 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12737 | 2024.09.24 04:39:24.935514 [ 198 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_66_13} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12738 | 2024.09.24 04:39:24.935576 [ 3 ] {} <Debug> HTTP-Session: edffd322-51d8-47fa-871b-e3befd116270 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12739 | 2024.09.24 04:39:24.935761 [ 3 ] {} <Trace> HTTP-Session: edffd322-51d8-47fa-871b-e3befd116270 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12740 | 2024.09.24 04:39:24.935930 [ 193 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part | ||
12741 | 2024.09.24 04:39:24.935961 [ 198 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_66_13} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
12742 | 2024.09.24 04:39:24.936300 [ 3 ] {e34f8f59-ca26-442b-98bd-d38f0e4d9538} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
12743 | 2024.09.24 04:39:24.936333 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
12744 | 2024.09.24 04:39:24.936333 [ 193 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part | ||
12745 | 2024.09.24 04:39:24.936501 [ 3 ] {e34f8f59-ca26-442b-98bd-d38f0e4d9538} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
12746 | 2024.09.24 04:39:24.936763 [ 193 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 228 rows starting from the beginning of the part | ||
12747 | 2024.09.24 04:39:24.937265 [ 193 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part | ||
12748 | 2024.09.24 04:39:24.937607 [ 193 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part | ||
12749 | 2024.09.24 04:39:24.938284 [ 3 ] {e34f8f59-ca26-442b-98bd-d38f0e4d9538} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12750 | 2024.09.24 04:39:24.939150 [ 3 ] {e34f8f59-ca26-442b-98bd-d38f0e4d9538} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12751 | 2024.09.24 04:39:24.939222 [ 3 ] {e34f8f59-ca26-442b-98bd-d38f0e4d9538} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
12752 | 2024.09.24 04:39:24.940262 [ 3 ] {e34f8f59-ca26-442b-98bd-d38f0e4d9538} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
12753 | 2024.09.24 04:39:24.940616 [ 193 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.006235672 sec., 84513.7460725965 rows/sec., 5.74 MiB/sec. | ||
12754 | 2024.09.24 04:39:24.940893 [ 193 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
12755 | 2024.09.24 04:39:24.941131 [ 3 ] {e34f8f59-ca26-442b-98bd-d38f0e4d9538} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12756 | 2024.09.24 04:39:24.941618 [ 3 ] {e34f8f59-ca26-442b-98bd-d38f0e4d9538} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.005537 sec., 1083.619288423334 rows/sec., 64.02 KiB/sec. | ||
12757 | 2024.09.24 04:39:24.941878 [ 193 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_41_8} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12758 | 2024.09.24 04:39:24.941970 [ 3 ] {e34f8f59-ca26-442b-98bd-d38f0e4d9538} <Debug> DynamicQueryHandler: Done processing query | ||
12759 | 2024.09.24 04:39:24.942013 [ 3 ] {e34f8f59-ca26-442b-98bd-d38f0e4d9538} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12760 | 2024.09.24 04:39:24.942027 [ 193 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_41_8} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
12761 | 2024.09.24 04:39:24.942044 [ 3 ] {} <Debug> HTTP-Session: edffd322-51d8-47fa-871b-e3befd116270 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12762 | 2024.09.24 04:39:24.942161 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
12763 | 2024.09.24 04:39:24.942260 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 65841, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12764 | 2024.09.24 04:39:24.942318 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12765 | 2024.09.24 04:39:24.942338 [ 3 ] {} <Debug> HTTP-Session: 7ad1404f-3705-4d88-a94d-e2cd8994faa7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
12766 | 2024.09.24 04:39:24.942356 [ 3 ] {} <Debug> HTTP-Session: 7ad1404f-3705-4d88-a94d-e2cd8994faa7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12767 | 2024.09.24 04:39:24.942371 [ 3 ] {} <Debug> HTTP-Session: 7ad1404f-3705-4d88-a94d-e2cd8994faa7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12768 | 2024.09.24 04:39:24.942404 [ 3 ] {} <Trace> HTTP-Session: 7ad1404f-3705-4d88-a94d-e2cd8994faa7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12769 | 2024.09.24 04:39:24.942634 [ 3 ] {b8f225e5-5621-47e5-9a02-a36fcc95a98f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12770 | 2024.09.24 04:39:24.942680 [ 3 ] {b8f225e5-5621-47e5-9a02-a36fcc95a98f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12771 | 2024.09.24 04:39:24.942933 [ 3 ] {b8f225e5-5621-47e5-9a02-a36fcc95a98f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12772 | 2024.09.24 04:39:24.943491 [ 3 ] {b8f225e5-5621-47e5-9a02-a36fcc95a98f} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12773 | 2024.09.24 04:39:24.943531 [ 3 ] {b8f225e5-5621-47e5-9a02-a36fcc95a98f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
12774 | 2024.09.24 04:39:24.943950 [ 3 ] {b8f225e5-5621-47e5-9a02-a36fcc95a98f} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12775 | 2024.09.24 04:39:24.944333 [ 3 ] {b8f225e5-5621-47e5-9a02-a36fcc95a98f} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12776 | 2024.09.24 04:39:24.944483 [ 3 ] {b8f225e5-5621-47e5-9a02-a36fcc95a98f} <Debug> executeQuery: Read 406 rows, 29.61 KiB in 0.001968 sec., 206300.81300813006 rows/sec., 14.69 MiB/sec. | ||
12777 | 2024.09.24 04:39:24.944658 [ 3 ] {b8f225e5-5621-47e5-9a02-a36fcc95a98f} <Debug> DynamicQueryHandler: Done processing query | ||
12778 | 2024.09.24 04:39:24.944681 [ 3 ] {b8f225e5-5621-47e5-9a02-a36fcc95a98f} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
12779 | 2024.09.24 04:39:24.944697 [ 3 ] {} <Debug> HTTP-Session: 7ad1404f-3705-4d88-a94d-e2cd8994faa7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12780 | 2024.09.24 04:39:24.944858 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12781 | 2024.09.24 04:39:24.944907 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12782 | 2024.09.24 04:39:24.944927 [ 3 ] {} <Debug> HTTP-Session: 4875b864-b813-4cc1-8dd4-aa6bd9e635b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
12783 | 2024.09.24 04:39:24.944943 [ 3 ] {} <Debug> HTTP-Session: 4875b864-b813-4cc1-8dd4-aa6bd9e635b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12784 | 2024.09.24 04:39:24.944956 [ 3 ] {} <Debug> HTTP-Session: 4875b864-b813-4cc1-8dd4-aa6bd9e635b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12785 | 2024.09.24 04:39:24.944987 [ 3 ] {} <Trace> HTTP-Session: 4875b864-b813-4cc1-8dd4-aa6bd9e635b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12786 | 2024.09.24 04:39:24.945083 [ 3 ] {04180459-aef8-4776-a4b9-f1a6310b435b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
12787 | 2024.09.24 04:39:24.945128 [ 3 ] {04180459-aef8-4776-a4b9-f1a6310b435b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12788 | 2024.09.24 04:39:24.945260 [ 3 ] {04180459-aef8-4776-a4b9-f1a6310b435b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12789 | 2024.09.24 04:39:24.945510 [ 3 ] {04180459-aef8-4776-a4b9-f1a6310b435b} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12790 | 2024.09.24 04:39:24.945655 [ 3 ] {04180459-aef8-4776-a4b9-f1a6310b435b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
12791 | 2024.09.24 04:39:24.946015 [ 3 ] {04180459-aef8-4776-a4b9-f1a6310b435b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
12792 | 2024.09.24 04:39:24.946342 [ 3 ] {04180459-aef8-4776-a4b9-f1a6310b435b} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12793 | 2024.09.24 04:39:24.946496 [ 77 ] {} <Debug> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
12794 | 2024.09.24 04:39:24.946504 [ 3 ] {04180459-aef8-4776-a4b9-f1a6310b435b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001434 sec., 4184.100418410042 rows/sec., 218.60 KiB/sec. | ||
12795 | 2024.09.24 04:39:24.946569 [ 77 ] {} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12796 | 2024.09.24 04:39:24.946638 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
12797 | 2024.09.24 04:39:24.946867 [ 3 ] {04180459-aef8-4776-a4b9-f1a6310b435b} <Debug> DynamicQueryHandler: Done processing query | ||
12798 | 2024.09.24 04:39:24.946939 [ 3 ] {04180459-aef8-4776-a4b9-f1a6310b435b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12799 | 2024.09.24 04:39:24.946945 [ 188 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full | ||
12800 | 2024.09.24 04:39:24.947001 [ 3 ] {} <Debug> HTTP-Session: 4875b864-b813-4cc1-8dd4-aa6bd9e635b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12801 | 2024.09.24 04:39:24.947274 [ 188 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12802 | 2024.09.24 04:39:24.947340 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 44803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12803 | 2024.09.24 04:39:24.947346 [ 188 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 150 rows starting from the beginning of the part | ||
12804 | 2024.09.24 04:39:24.947423 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12805 | 2024.09.24 04:39:24.947523 [ 3 ] {} <Debug> HTTP-Session: 9d0879c2-f1d1-4646-ab6e-423aad011e53 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
12806 | 2024.09.24 04:39:24.947599 [ 3 ] {} <Debug> HTTP-Session: 9d0879c2-f1d1-4646-ab6e-423aad011e53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12807 | 2024.09.24 04:39:24.947592 [ 188 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
12808 | 2024.09.24 04:39:24.947629 [ 3 ] {} <Debug> HTTP-Session: 9d0879c2-f1d1-4646-ab6e-423aad011e53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12809 | 2024.09.24 04:39:24.947778 [ 3 ] {} <Trace> HTTP-Session: 9d0879c2-f1d1-4646-ab6e-423aad011e53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12810 | 2024.09.24 04:39:24.947892 [ 188 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
12811 | 2024.09.24 04:39:24.948144 [ 188 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
12812 | 2024.09.24 04:39:24.948210 [ 3 ] {9753eda4-9c53-4e53-90d2-3ec67e981da0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12813 | 2024.09.24 04:39:24.948418 [ 3 ] {9753eda4-9c53-4e53-90d2-3ec67e981da0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12814 | 2024.09.24 04:39:24.948433 [ 188 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
12815 | 2024.09.24 04:39:24.948710 [ 188 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
12816 | 2024.09.24 04:39:24.949485 [ 3 ] {9753eda4-9c53-4e53-90d2-3ec67e981da0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12817 | 2024.09.24 04:39:24.950402 [ 3 ] {9753eda4-9c53-4e53-90d2-3ec67e981da0} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12818 | 2024.09.24 04:39:24.950468 [ 3 ] {9753eda4-9c53-4e53-90d2-3ec67e981da0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
12819 | 2024.09.24 04:39:24.951593 [ 200 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 4 columns (4 merged, 0 gathered) in 0.004842212 sec., 37173.09361919718 rows/sec., 1.90 MiB/sec. | ||
12820 | 2024.09.24 04:39:24.951645 [ 3 ] {9753eda4-9c53-4e53-90d2-3ec67e981da0} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
12821 | 2024.09.24 04:39:24.951802 [ 200 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
12822 | 2024.09.24 04:39:24.952527 [ 3 ] {9753eda4-9c53-4e53-90d2-3ec67e981da0} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12823 | 2024.09.24 04:39:24.952851 [ 200 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_30_6} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12824 | 2024.09.24 04:39:24.952888 [ 3 ] {9753eda4-9c53-4e53-90d2-3ec67e981da0} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.004879 sec., 48780.48780487805 rows/sec., 3.27 MiB/sec. | ||
12825 | 2024.09.24 04:39:24.953100 [ 200 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_30_6} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
12826 | 2024.09.24 04:39:24.953269 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
12827 | 2024.09.24 04:39:24.953280 [ 3 ] {9753eda4-9c53-4e53-90d2-3ec67e981da0} <Debug> DynamicQueryHandler: Done processing query | ||
12828 | 2024.09.24 04:39:24.953329 [ 3 ] {9753eda4-9c53-4e53-90d2-3ec67e981da0} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
12829 | 2024.09.24 04:39:24.953346 [ 3 ] {} <Debug> HTTP-Session: 9d0879c2-f1d1-4646-ab6e-423aad011e53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12830 | 2024.09.24 04:39:24.953495 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12831 | 2024.09.24 04:39:24.953542 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12832 | 2024.09.24 04:39:24.953561 [ 3 ] {} <Debug> HTTP-Session: 340aefed-4de9-4ae1-8c55-3881683f3cc4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
12833 | 2024.09.24 04:39:24.953577 [ 3 ] {} <Debug> HTTP-Session: 340aefed-4de9-4ae1-8c55-3881683f3cc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12834 | 2024.09.24 04:39:24.953591 [ 3 ] {} <Debug> HTTP-Session: 340aefed-4de9-4ae1-8c55-3881683f3cc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12835 | 2024.09.24 04:39:24.953621 [ 3 ] {} <Trace> HTTP-Session: 340aefed-4de9-4ae1-8c55-3881683f3cc4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12836 | 2024.09.24 04:39:24.953717 [ 3 ] {e893e77a-7c25-4cb7-84dc-5d8af9b40afe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
12837 | 2024.09.24 04:39:24.953765 [ 3 ] {e893e77a-7c25-4cb7-84dc-5d8af9b40afe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
12838 | 2024.09.24 04:39:24.953936 [ 3 ] {e893e77a-7c25-4cb7-84dc-5d8af9b40afe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12839 | 2024.09.24 04:39:24.954201 [ 3 ] {e893e77a-7c25-4cb7-84dc-5d8af9b40afe} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12840 | 2024.09.24 04:39:24.954235 [ 3 ] {e893e77a-7c25-4cb7-84dc-5d8af9b40afe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
12841 | 2024.09.24 04:39:24.954598 [ 3 ] {e893e77a-7c25-4cb7-84dc-5d8af9b40afe} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
12842 | 2024.09.24 04:39:24.954935 [ 3 ] {e893e77a-7c25-4cb7-84dc-5d8af9b40afe} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12843 | 2024.09.24 04:39:24.955100 [ 3 ] {e893e77a-7c25-4cb7-84dc-5d8af9b40afe} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001396 sec., 716.3323782234957 rows/sec., 48.27 KiB/sec. | ||
12844 | 2024.09.24 04:39:24.955103 [ 77 ] {} <Debug> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
12845 | 2024.09.24 04:39:24.955192 [ 77 ] {} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12846 | 2024.09.24 04:39:24.955242 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
12847 | 2024.09.24 04:39:24.955351 [ 3 ] {e893e77a-7c25-4cb7-84dc-5d8af9b40afe} <Debug> DynamicQueryHandler: Done processing query | ||
12848 | 2024.09.24 04:39:24.955384 [ 3 ] {e893e77a-7c25-4cb7-84dc-5d8af9b40afe} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
12849 | 2024.09.24 04:39:24.955395 [ 202 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::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 | ||
12850 | 2024.09.24 04:39:24.955402 [ 3 ] {} <Debug> HTTP-Session: 340aefed-4de9-4ae1-8c55-3881683f3cc4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12851 | 2024.09.24 04:39:24.955526 [ 202 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12852 | 2024.09.24 04:39:24.955562 [ 202 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 26 rows starting from the beginning of the part | ||
12853 | 2024.09.24 04:39:24.955589 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 36158, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12854 | 2024.09.24 04:39:24.955660 [ 202 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part | ||
12855 | 2024.09.24 04:39:24.955700 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12856 | 2024.09.24 04:39:24.955772 [ 3 ] {} <Debug> HTTP-Session: bf5ce3a4-eefc-4a36-be55-b7d3b7002fdd Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
12857 | 2024.09.24 04:39:24.955873 [ 3 ] {} <Debug> HTTP-Session: bf5ce3a4-eefc-4a36-be55-b7d3b7002fdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12858 | 2024.09.24 04:39:24.955900 [ 202 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part | ||
12859 | 2024.09.24 04:39:24.955931 [ 3 ] {} <Debug> HTTP-Session: bf5ce3a4-eefc-4a36-be55-b7d3b7002fdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12860 | 2024.09.24 04:39:24.956045 [ 3 ] {} <Trace> HTTP-Session: bf5ce3a4-eefc-4a36-be55-b7d3b7002fdd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12861 | 2024.09.24 04:39:24.956150 [ 202 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
12862 | 2024.09.24 04:39:24.956272 [ 202 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part | ||
12863 | 2024.09.24 04:39:24.956429 [ 3 ] {782e4c12-5414-4345-b953-3d692b493f5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
12864 | 2024.09.24 04:39:24.956428 [ 202 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part | ||
12865 | 2024.09.24 04:39:24.956623 [ 3 ] {782e4c12-5414-4345-b953-3d692b493f5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
12866 | 2024.09.24 04:39:24.957784 [ 3 ] {782e4c12-5414-4345-b953-3d692b493f5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12867 | 2024.09.24 04:39:24.958521 [ 202 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31 rows, containing 4 columns (4 merged, 0 gathered) in 0.003196088 sec., 9699.357464500352 rows/sec., 652.35 KiB/sec. | ||
12868 | 2024.09.24 04:39:24.958659 [ 202 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
12869 | 2024.09.24 04:39:24.958758 [ 3 ] {782e4c12-5414-4345-b953-3d692b493f5e} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12870 | 2024.09.24 04:39:24.958804 [ 3 ] {782e4c12-5414-4345-b953-3d692b493f5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
12871 | 2024.09.24 04:39:24.959311 [ 202 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_31_6} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12872 | 2024.09.24 04:39:24.959421 [ 202 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_31_6} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
12873 | 2024.09.24 04:39:24.959515 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
12874 | 2024.09.24 04:39:24.959764 [ 3 ] {782e4c12-5414-4345-b953-3d692b493f5e} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
12875 | 2024.09.24 04:39:24.960184 [ 3 ] {782e4c12-5414-4345-b953-3d692b493f5e} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12876 | 2024.09.24 04:39:24.960369 [ 77 ] {} <Debug> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
12877 | 2024.09.24 04:39:24.960373 [ 3 ] {782e4c12-5414-4345-b953-3d692b493f5e} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.004174 sec., 5270.723526593196 rows/sec., 9.44 MiB/sec. | ||
12878 | 2024.09.24 04:39:24.960434 [ 77 ] {} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12879 | 2024.09.24 04:39:24.960533 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
12880 | 2024.09.24 04:39:24.960885 [ 192 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
12881 | 2024.09.24 04:39:24.961002 [ 3 ] {782e4c12-5414-4345-b953-3d692b493f5e} <Debug> DynamicQueryHandler: Done processing query | ||
12882 | 2024.09.24 04:39:24.961048 [ 3 ] {782e4c12-5414-4345-b953-3d692b493f5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
12883 | 2024.09.24 04:39:24.961094 [ 3 ] {} <Debug> HTTP-Session: bf5ce3a4-eefc-4a36-be55-b7d3b7002fdd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12884 | 2024.09.24 04:39:24.961331 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 12152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12885 | 2024.09.24 04:39:24.961461 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12886 | 2024.09.24 04:39:24.961531 [ 3 ] {} <Debug> HTTP-Session: 8a1cef04-b1e0-4bfb-9028-a0a35af0883b Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
12887 | 2024.09.24 04:39:24.961543 [ 192 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12888 | 2024.09.24 04:39:24.961562 [ 3 ] {} <Debug> HTTP-Session: 8a1cef04-b1e0-4bfb-9028-a0a35af0883b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12889 | 2024.09.24 04:39:24.961614 [ 3 ] {} <Debug> HTTP-Session: 8a1cef04-b1e0-4bfb-9028-a0a35af0883b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12890 | 2024.09.24 04:39:24.961694 [ 192 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1179 rows starting from the beginning of the part | ||
12891 | 2024.09.24 04:39:24.961707 [ 3 ] {} <Trace> HTTP-Session: 8a1cef04-b1e0-4bfb-9028-a0a35af0883b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12892 | 2024.09.24 04:39:24.962091 [ 3 ] {ddd79622-7265-4ed6-8d74-86536a2c7a7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12893 | 2024.09.24 04:39:24.962259 [ 3 ] {ddd79622-7265-4ed6-8d74-86536a2c7a7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12894 | 2024.09.24 04:39:24.962304 [ 192 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 22 rows starting from the beginning of the part | ||
12895 | 2024.09.24 04:39:24.963161 [ 192 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 17 rows starting from the beginning of the part | ||
12896 | 2024.09.24 04:39:24.963185 [ 3 ] {ddd79622-7265-4ed6-8d74-86536a2c7a7b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12897 | 2024.09.24 04:39:24.963687 [ 192 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 22 rows starting from the beginning of the part | ||
12898 | 2024.09.24 04:39:24.964286 [ 192 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 17 rows starting from the beginning of the part | ||
12899 | 2024.09.24 04:39:24.964467 [ 3 ] {ddd79622-7265-4ed6-8d74-86536a2c7a7b} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12900 | 2024.09.24 04:39:24.964557 [ 3 ] {ddd79622-7265-4ed6-8d74-86536a2c7a7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
12901 | 2024.09.24 04:39:24.964920 [ 192 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 22 rows starting from the beginning of the part | ||
12902 | 2024.09.24 04:39:24.965956 [ 3 ] {ddd79622-7265-4ed6-8d74-86536a2c7a7b} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
12903 | 2024.09.24 04:39:24.966844 [ 3 ] {ddd79622-7265-4ed6-8d74-86536a2c7a7b} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12904 | 2024.09.24 04:39:24.967139 [ 3 ] {ddd79622-7265-4ed6-8d74-86536a2c7a7b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005272 sec., 15553.869499241275 rows/sec., 1011.57 KiB/sec. | ||
12905 | 2024.09.24 04:39:24.967365 [ 3 ] {ddd79622-7265-4ed6-8d74-86536a2c7a7b} <Debug> DynamicQueryHandler: Done processing query | ||
12906 | 2024.09.24 04:39:24.967402 [ 3 ] {ddd79622-7265-4ed6-8d74-86536a2c7a7b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12907 | 2024.09.24 04:39:24.967428 [ 3 ] {} <Debug> HTTP-Session: 8a1cef04-b1e0-4bfb-9028-a0a35af0883b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12908 | 2024.09.24 04:39:24.971497 [ 186 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1279 rows, containing 19 columns (19 merged, 0 gathered) in 0.01081324 sec., 118280.92227676441 rows/sec., 211.95 MiB/sec. | ||
12909 | 2024.09.24 04:39:24.973357 [ 199 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
12910 | 2024.09.24 04:39:24.974026 [ 199 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12911 | 2024.09.24 04:39:24.974122 [ 199 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
12912 | 2024.09.24 04:39:24.974286 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.57 MiB. | ||
12913 | 2024.09.24 04:39:29.915398 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12914 | 2024.09.24 04:39:29.915535 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12915 | 2024.09.24 04:39:29.915563 [ 3 ] {} <Debug> HTTP-Session: dc510f83-cf2d-486d-b69b-8e8d8ffcd530 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
12916 | 2024.09.24 04:39:29.915592 [ 3 ] {} <Debug> HTTP-Session: dc510f83-cf2d-486d-b69b-8e8d8ffcd530 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12917 | 2024.09.24 04:39:29.915612 [ 3 ] {} <Debug> HTTP-Session: dc510f83-cf2d-486d-b69b-8e8d8ffcd530 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12918 | 2024.09.24 04:39:29.915669 [ 3 ] {} <Trace> HTTP-Session: dc510f83-cf2d-486d-b69b-8e8d8ffcd530 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12919 | 2024.09.24 04:39:29.915872 [ 3 ] {af3a10ec-3a0b-40db-a875-b8b27da806de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12920 | 2024.09.24 04:39:29.915955 [ 3 ] {af3a10ec-3a0b-40db-a875-b8b27da806de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12921 | 2024.09.24 04:39:29.916338 [ 3 ] {af3a10ec-3a0b-40db-a875-b8b27da806de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12922 | 2024.09.24 04:39:29.916751 [ 3 ] {af3a10ec-3a0b-40db-a875-b8b27da806de} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12923 | 2024.09.24 04:39:29.916803 [ 3 ] {af3a10ec-3a0b-40db-a875-b8b27da806de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
12924 | 2024.09.24 04:39:29.917234 [ 3 ] {af3a10ec-3a0b-40db-a875-b8b27da806de} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
12925 | 2024.09.24 04:39:29.917636 [ 3 ] {af3a10ec-3a0b-40db-a875-b8b27da806de} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12926 | 2024.09.24 04:39:29.917804 [ 3 ] {af3a10ec-3a0b-40db-a875-b8b27da806de} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001992 sec., 2008.0321285140565 rows/sec., 163.74 KiB/sec. | ||
12927 | 2024.09.24 04:39:29.918062 [ 3 ] {af3a10ec-3a0b-40db-a875-b8b27da806de} <Debug> DynamicQueryHandler: Done processing query | ||
12928 | 2024.09.24 04:39:29.918089 [ 3 ] {af3a10ec-3a0b-40db-a875-b8b27da806de} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12929 | 2024.09.24 04:39:29.918106 [ 3 ] {} <Debug> HTTP-Session: dc510f83-cf2d-486d-b69b-8e8d8ffcd530 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12930 | 2024.09.24 04:39:29.918249 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 13403, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12931 | 2024.09.24 04:39:29.918304 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12932 | 2024.09.24 04:39:29.918323 [ 3 ] {} <Debug> HTTP-Session: 8649355b-5b64-442e-8513-46a722ddd069 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
12933 | 2024.09.24 04:39:29.918342 [ 3 ] {} <Debug> HTTP-Session: 8649355b-5b64-442e-8513-46a722ddd069 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12934 | 2024.09.24 04:39:29.918356 [ 3 ] {} <Debug> HTTP-Session: 8649355b-5b64-442e-8513-46a722ddd069 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12935 | 2024.09.24 04:39:29.918393 [ 3 ] {} <Trace> HTTP-Session: 8649355b-5b64-442e-8513-46a722ddd069 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12936 | 2024.09.24 04:39:29.918527 [ 3 ] {143e1d22-ffd8-45a0-b7c6-cb25c4e330d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12937 | 2024.09.24 04:39:29.918574 [ 3 ] {143e1d22-ffd8-45a0-b7c6-cb25c4e330d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12938 | 2024.09.24 04:39:29.918822 [ 3 ] {143e1d22-ffd8-45a0-b7c6-cb25c4e330d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12939 | 2024.09.24 04:39:29.919159 [ 3 ] {143e1d22-ffd8-45a0-b7c6-cb25c4e330d5} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12940 | 2024.09.24 04:39:29.919197 [ 3 ] {143e1d22-ffd8-45a0-b7c6-cb25c4e330d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
12941 | 2024.09.24 04:39:29.919576 [ 3 ] {143e1d22-ffd8-45a0-b7c6-cb25c4e330d5} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12942 | 2024.09.24 04:39:29.919948 [ 3 ] {143e1d22-ffd8-45a0-b7c6-cb25c4e330d5} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12943 | 2024.09.24 04:39:29.920111 [ 3 ] {143e1d22-ffd8-45a0-b7c6-cb25c4e330d5} <Debug> executeQuery: Read 92 rows, 7.80 KiB in 0.001631 sec., 56407.11220110361 rows/sec., 4.67 MiB/sec. | ||
12944 | 2024.09.24 04:39:29.920281 [ 3 ] {143e1d22-ffd8-45a0-b7c6-cb25c4e330d5} <Debug> DynamicQueryHandler: Done processing query | ||
12945 | 2024.09.24 04:39:29.920305 [ 3 ] {143e1d22-ffd8-45a0-b7c6-cb25c4e330d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
12946 | 2024.09.24 04:39:29.920320 [ 3 ] {} <Debug> HTTP-Session: 8649355b-5b64-442e-8513-46a722ddd069 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12947 | 2024.09.24 04:39:29.920446 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3045, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12948 | 2024.09.24 04:39:29.920495 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12949 | 2024.09.24 04:39:29.920514 [ 3 ] {} <Debug> HTTP-Session: a223f59d-1c60-4f94-9a18-8b2e59dba5ed Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
12950 | 2024.09.24 04:39:29.920531 [ 3 ] {} <Debug> HTTP-Session: a223f59d-1c60-4f94-9a18-8b2e59dba5ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12951 | 2024.09.24 04:39:29.920546 [ 3 ] {} <Debug> HTTP-Session: a223f59d-1c60-4f94-9a18-8b2e59dba5ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12952 | 2024.09.24 04:39:29.920578 [ 3 ] {} <Trace> HTTP-Session: a223f59d-1c60-4f94-9a18-8b2e59dba5ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12953 | 2024.09.24 04:39:29.920683 [ 3 ] {bb7370c7-b117-4c52-b9cb-cc61bb799ab3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12954 | 2024.09.24 04:39:29.920729 [ 3 ] {bb7370c7-b117-4c52-b9cb-cc61bb799ab3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12955 | 2024.09.24 04:39:29.920957 [ 3 ] {bb7370c7-b117-4c52-b9cb-cc61bb799ab3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12956 | 2024.09.24 04:39:29.921231 [ 3 ] {bb7370c7-b117-4c52-b9cb-cc61bb799ab3} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12957 | 2024.09.24 04:39:29.921268 [ 3 ] {bb7370c7-b117-4c52-b9cb-cc61bb799ab3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
12958 | 2024.09.24 04:39:29.921619 [ 3 ] {bb7370c7-b117-4c52-b9cb-cc61bb799ab3} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12959 | 2024.09.24 04:39:29.921983 [ 3 ] {bb7370c7-b117-4c52-b9cb-cc61bb799ab3} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12960 | 2024.09.24 04:39:29.922137 [ 3 ] {bb7370c7-b117-4c52-b9cb-cc61bb799ab3} <Debug> executeQuery: Read 21 rows, 1.56 KiB in 0.001476 sec., 14227.642276422763 rows/sec., 1.03 MiB/sec. | ||
12961 | 2024.09.24 04:39:29.922293 [ 3 ] {bb7370c7-b117-4c52-b9cb-cc61bb799ab3} <Debug> DynamicQueryHandler: Done processing query | ||
12962 | 2024.09.24 04:39:29.922316 [ 3 ] {bb7370c7-b117-4c52-b9cb-cc61bb799ab3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12963 | 2024.09.24 04:39:29.922331 [ 3 ] {} <Debug> HTTP-Session: a223f59d-1c60-4f94-9a18-8b2e59dba5ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12964 | 2024.09.24 04:39:29.922464 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 14438, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12965 | 2024.09.24 04:39:29.922511 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12966 | 2024.09.24 04:39:29.922529 [ 3 ] {} <Debug> HTTP-Session: f83b5a25-57cf-40c2-881c-81937a9256f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
12967 | 2024.09.24 04:39:29.922546 [ 3 ] {} <Debug> HTTP-Session: f83b5a25-57cf-40c2-881c-81937a9256f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12968 | 2024.09.24 04:39:29.922560 [ 3 ] {} <Debug> HTTP-Session: f83b5a25-57cf-40c2-881c-81937a9256f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12969 | 2024.09.24 04:39:29.922591 [ 3 ] {} <Trace> HTTP-Session: f83b5a25-57cf-40c2-881c-81937a9256f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12970 | 2024.09.24 04:39:29.922709 [ 3 ] {f137c2f0-e245-432a-b74a-ccc261b67144} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12971 | 2024.09.24 04:39:29.922753 [ 3 ] {f137c2f0-e245-432a-b74a-ccc261b67144} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12972 | 2024.09.24 04:39:29.922983 [ 3 ] {f137c2f0-e245-432a-b74a-ccc261b67144} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12973 | 2024.09.24 04:39:29.923306 [ 3 ] {f137c2f0-e245-432a-b74a-ccc261b67144} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12974 | 2024.09.24 04:39:29.923342 [ 3 ] {f137c2f0-e245-432a-b74a-ccc261b67144} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
12975 | 2024.09.24 04:39:29.923698 [ 3 ] {f137c2f0-e245-432a-b74a-ccc261b67144} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12976 | 2024.09.24 04:39:29.924054 [ 3 ] {f137c2f0-e245-432a-b74a-ccc261b67144} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12977 | 2024.09.24 04:39:29.924216 [ 3 ] {f137c2f0-e245-432a-b74a-ccc261b67144} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.001545 sec., 55016.181229773465 rows/sec., 4.30 MiB/sec. | ||
12978 | 2024.09.24 04:39:29.924402 [ 3 ] {f137c2f0-e245-432a-b74a-ccc261b67144} <Debug> DynamicQueryHandler: Done processing query | ||
12979 | 2024.09.24 04:39:29.924439 [ 3 ] {f137c2f0-e245-432a-b74a-ccc261b67144} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
12980 | 2024.09.24 04:39:29.924474 [ 3 ] {} <Debug> HTTP-Session: f83b5a25-57cf-40c2-881c-81937a9256f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12981 | 2024.09.24 04:39:29.924681 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 30987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12982 | 2024.09.24 04:39:29.924729 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12983 | 2024.09.24 04:39:29.924747 [ 3 ] {} <Debug> HTTP-Session: 0b2efca4-4730-40cc-8749-13b0d88c63bc Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
12984 | 2024.09.24 04:39:29.924764 [ 3 ] {} <Debug> HTTP-Session: 0b2efca4-4730-40cc-8749-13b0d88c63bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12985 | 2024.09.24 04:39:29.924778 [ 3 ] {} <Debug> HTTP-Session: 0b2efca4-4730-40cc-8749-13b0d88c63bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12986 | 2024.09.24 04:39:29.924808 [ 3 ] {} <Trace> HTTP-Session: 0b2efca4-4730-40cc-8749-13b0d88c63bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12987 | 2024.09.24 04:39:29.924962 [ 3 ] {5df06446-bcd3-4a52-a1c3-4b998e2aa4aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12988 | 2024.09.24 04:39:29.925010 [ 3 ] {5df06446-bcd3-4a52-a1c3-4b998e2aa4aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12989 | 2024.09.24 04:39:29.925154 [ 3 ] {5df06446-bcd3-4a52-a1c3-4b998e2aa4aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12990 | 2024.09.24 04:39:29.925488 [ 3 ] {5df06446-bcd3-4a52-a1c3-4b998e2aa4aa} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12991 | 2024.09.24 04:39:29.925523 [ 3 ] {5df06446-bcd3-4a52-a1c3-4b998e2aa4aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
12992 | 2024.09.24 04:39:29.925909 [ 3 ] {5df06446-bcd3-4a52-a1c3-4b998e2aa4aa} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
12993 | 2024.09.24 04:39:29.926244 [ 3 ] {5df06446-bcd3-4a52-a1c3-4b998e2aa4aa} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12994 | 2024.09.24 04:39:29.926404 [ 3 ] {5df06446-bcd3-4a52-a1c3-4b998e2aa4aa} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001502 sec., 107856.19174434087 rows/sec., 7.51 MiB/sec. | ||
12995 | 2024.09.24 04:39:29.926404 [ 70 ] {} <Debug> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
12996 | 2024.09.24 04:39:29.926514 [ 70 ] {} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12997 | 2024.09.24 04:39:29.926563 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
12998 | 2024.09.24 04:39:29.926662 [ 3 ] {5df06446-bcd3-4a52-a1c3-4b998e2aa4aa} <Debug> DynamicQueryHandler: Done processing query | ||
12999 | 2024.09.24 04:39:29.926740 [ 3 ] {5df06446-bcd3-4a52-a1c3-4b998e2aa4aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13000 | 2024.09.24 04:39:29.926822 [ 3 ] {} <Debug> HTTP-Session: 0b2efca4-4730-40cc-8749-13b0d88c63bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13001 | 2024.09.24 04:39:29.926908 [ 187 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
13002 | 2024.09.24 04:39:29.927087 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 29057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13003 | 2024.09.24 04:39:29.927258 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13004 | 2024.09.24 04:39:29.927358 [ 3 ] {} <Debug> HTTP-Session: 8c63823e-01f9-4bc2-b4e6-84e45b82904b Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13005 | 2024.09.24 04:39:29.927444 [ 3 ] {} <Debug> HTTP-Session: 8c63823e-01f9-4bc2-b4e6-84e45b82904b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13006 | 2024.09.24 04:39:29.927514 [ 3 ] {} <Debug> HTTP-Session: 8c63823e-01f9-4bc2-b4e6-84e45b82904b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13007 | 2024.09.24 04:39:29.927642 [ 3 ] {} <Trace> HTTP-Session: 8c63823e-01f9-4bc2-b4e6-84e45b82904b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13008 | 2024.09.24 04:39:29.927774 [ 187 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13009 | 2024.09.24 04:39:29.927842 [ 187 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 19210 rows starting from the beginning of the part | ||
13010 | 2024.09.24 04:39:29.927929 [ 187 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 882 rows starting from the beginning of the part | ||
13011 | 2024.09.24 04:39:29.928158 [ 3 ] {65d1bb70-f5c2-4f44-9bbb-07fe653de0ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
13012 | 2024.09.24 04:39:29.928292 [ 187 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 237 rows starting from the beginning of the part | ||
13013 | 2024.09.24 04:39:29.928653 [ 3 ] {65d1bb70-f5c2-4f44-9bbb-07fe653de0ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
13014 | 2024.09.24 04:39:29.928700 [ 187 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 160 rows starting from the beginning of the part | ||
13015 | 2024.09.24 04:39:29.929107 [ 187 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 238 rows starting from the beginning of the part | ||
13016 | 2024.09.24 04:39:29.929436 [ 187 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 162 rows starting from the beginning of the part | ||
13017 | 2024.09.24 04:39:29.931147 [ 3 ] {65d1bb70-f5c2-4f44-9bbb-07fe653de0ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13018 | 2024.09.24 04:39:29.931974 [ 3 ] {65d1bb70-f5c2-4f44-9bbb-07fe653de0ef} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13019 | 2024.09.24 04:39:29.932034 [ 3 ] {65d1bb70-f5c2-4f44-9bbb-07fe653de0ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
13020 | 2024.09.24 04:39:29.933716 [ 3 ] {65d1bb70-f5c2-4f44-9bbb-07fe653de0ef} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
13021 | 2024.09.24 04:39:29.934577 [ 3 ] {65d1bb70-f5c2-4f44-9bbb-07fe653de0ef} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13022 | 2024.09.24 04:39:29.934899 [ 3 ] {65d1bb70-f5c2-4f44-9bbb-07fe653de0ef} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.007091 sec., 2397.405161472289 rows/sec., 4.30 MiB/sec. | ||
13023 | 2024.09.24 04:39:29.935190 [ 3 ] {65d1bb70-f5c2-4f44-9bbb-07fe653de0ef} <Debug> DynamicQueryHandler: Done processing query | ||
13024 | 2024.09.24 04:39:29.935215 [ 3 ] {65d1bb70-f5c2-4f44-9bbb-07fe653de0ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
13025 | 2024.09.24 04:39:29.935232 [ 3 ] {} <Debug> HTTP-Session: 8c63823e-01f9-4bc2-b4e6-84e45b82904b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13026 | 2024.09.24 04:39:29.935376 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13027 | 2024.09.24 04:39:29.935426 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13028 | 2024.09.24 04:39:29.935446 [ 3 ] {} <Debug> HTTP-Session: 26bbf756-19d5-4b95-a91a-36b6c5f67aa0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13029 | 2024.09.24 04:39:29.935463 [ 3 ] {} <Debug> HTTP-Session: 26bbf756-19d5-4b95-a91a-36b6c5f67aa0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13030 | 2024.09.24 04:39:29.935478 [ 3 ] {} <Debug> HTTP-Session: 26bbf756-19d5-4b95-a91a-36b6c5f67aa0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13031 | 2024.09.24 04:39:29.935512 [ 3 ] {} <Trace> HTTP-Session: 26bbf756-19d5-4b95-a91a-36b6c5f67aa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13032 | 2024.09.24 04:39:29.935664 [ 3 ] {a559503c-219d-4542-929c-f6fd7fd80602} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13033 | 2024.09.24 04:39:29.935732 [ 3 ] {a559503c-219d-4542-929c-f6fd7fd80602} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13034 | 2024.09.24 04:39:29.935985 [ 3 ] {a559503c-219d-4542-929c-f6fd7fd80602} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13035 | 2024.09.24 04:39:29.936480 [ 3 ] {a559503c-219d-4542-929c-f6fd7fd80602} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13036 | 2024.09.24 04:39:29.936516 [ 3 ] {a559503c-219d-4542-929c-f6fd7fd80602} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
13037 | 2024.09.24 04:39:29.937085 [ 3 ] {a559503c-219d-4542-929c-f6fd7fd80602} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
13038 | 2024.09.24 04:39:29.937540 [ 3 ] {a559503c-219d-4542-929c-f6fd7fd80602} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13039 | 2024.09.24 04:39:29.937954 [ 3 ] {a559503c-219d-4542-929c-f6fd7fd80602} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002337 sec., 25673.940949935815 rows/sec., 1.73 MiB/sec. | ||
13040 | 2024.09.24 04:39:29.938523 [ 189 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20889 rows, containing 5 columns (5 merged, 0 gathered) in 0.011869782 sec., 1759846.9794980227 rows/sec., 118.76 MiB/sec. | ||
13041 | 2024.09.24 04:39:29.938611 [ 3 ] {a559503c-219d-4542-929c-f6fd7fd80602} <Debug> DynamicQueryHandler: Done processing query | ||
13042 | 2024.09.24 04:39:29.938690 [ 3 ] {a559503c-219d-4542-929c-f6fd7fd80602} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13043 | 2024.09.24 04:39:29.938722 [ 3 ] {} <Debug> HTTP-Session: 26bbf756-19d5-4b95-a91a-36b6c5f67aa0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13044 | 2024.09.24 04:39:29.939116 [ 189 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
13045 | 2024.09.24 04:39:29.939609 [ 189 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13046 | 2024.09.24 04:39:29.939698 [ 189 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
13047 | 2024.09.24 04:39:29.939807 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
13048 | 2024.09.24 04:39:32.656780 [ 69 ] {} <Debug> DNSResolver: Updating DNS cache | ||
13049 | 2024.09.24 04:39:32.656889 [ 69 ] {} <Debug> DNSResolver: Updated DNS cache | ||
13050 | 2024.09.24 04:39:34.920556 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13051 | 2024.09.24 04:39:34.920683 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13052 | 2024.09.24 04:39:34.920716 [ 3 ] {} <Debug> HTTP-Session: e3964410-7462-43a1-b52e-7bd430fb7724 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13053 | 2024.09.24 04:39:34.920748 [ 3 ] {} <Debug> HTTP-Session: e3964410-7462-43a1-b52e-7bd430fb7724 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13054 | 2024.09.24 04:39:34.920769 [ 3 ] {} <Debug> HTTP-Session: e3964410-7462-43a1-b52e-7bd430fb7724 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13055 | 2024.09.24 04:39:34.920832 [ 3 ] {} <Trace> HTTP-Session: e3964410-7462-43a1-b52e-7bd430fb7724 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13056 | 2024.09.24 04:39:34.921030 [ 3 ] {26a53418-99ad-4738-9746-40429ba45acc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
13057 | 2024.09.24 04:39:34.921099 [ 3 ] {26a53418-99ad-4738-9746-40429ba45acc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
13058 | 2024.09.24 04:39:34.921440 [ 3 ] {26a53418-99ad-4738-9746-40429ba45acc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13059 | 2024.09.24 04:39:34.921858 [ 3 ] {26a53418-99ad-4738-9746-40429ba45acc} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13060 | 2024.09.24 04:39:34.921908 [ 3 ] {26a53418-99ad-4738-9746-40429ba45acc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
13061 | 2024.09.24 04:39:34.922327 [ 3 ] {26a53418-99ad-4738-9746-40429ba45acc} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
13062 | 2024.09.24 04:39:34.922725 [ 3 ] {26a53418-99ad-4738-9746-40429ba45acc} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13063 | 2024.09.24 04:39:34.922911 [ 3 ] {26a53418-99ad-4738-9746-40429ba45acc} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001924 sec., 1039.5010395010395 rows/sec., 84.76 KiB/sec. | ||
13064 | 2024.09.24 04:39:34.923249 [ 3 ] {26a53418-99ad-4738-9746-40429ba45acc} <Debug> DynamicQueryHandler: Done processing query | ||
13065 | 2024.09.24 04:39:34.923288 [ 3 ] {26a53418-99ad-4738-9746-40429ba45acc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13066 | 2024.09.24 04:39:34.923306 [ 3 ] {} <Debug> HTTP-Session: e3964410-7462-43a1-b52e-7bd430fb7724 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13067 | 2024.09.24 04:39:34.923541 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 35282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13068 | 2024.09.24 04:39:34.923595 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13069 | 2024.09.24 04:39:34.923615 [ 3 ] {} <Debug> HTTP-Session: de8ea553-721d-49c5-9eaa-02f1e5b14185 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13070 | 2024.09.24 04:39:34.923635 [ 3 ] {} <Debug> HTTP-Session: de8ea553-721d-49c5-9eaa-02f1e5b14185 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13071 | 2024.09.24 04:39:34.923649 [ 3 ] {} <Debug> HTTP-Session: de8ea553-721d-49c5-9eaa-02f1e5b14185 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13072 | 2024.09.24 04:39:34.923685 [ 3 ] {} <Trace> HTTP-Session: de8ea553-721d-49c5-9eaa-02f1e5b14185 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13073 | 2024.09.24 04:39:34.923861 [ 3 ] {57e66655-e7a5-4a73-ba55-b4bf911984f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13074 | 2024.09.24 04:39:34.923911 [ 3 ] {57e66655-e7a5-4a73-ba55-b4bf911984f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13075 | 2024.09.24 04:39:34.924166 [ 3 ] {57e66655-e7a5-4a73-ba55-b4bf911984f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13076 | 2024.09.24 04:39:34.924670 [ 3 ] {57e66655-e7a5-4a73-ba55-b4bf911984f4} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13077 | 2024.09.24 04:39:34.924708 [ 3 ] {57e66655-e7a5-4a73-ba55-b4bf911984f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
13078 | 2024.09.24 04:39:34.925094 [ 3 ] {57e66655-e7a5-4a73-ba55-b4bf911984f4} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
13079 | 2024.09.24 04:39:34.925461 [ 3 ] {57e66655-e7a5-4a73-ba55-b4bf911984f4} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13080 | 2024.09.24 04:39:34.925624 [ 3 ] {57e66655-e7a5-4a73-ba55-b4bf911984f4} <Debug> executeQuery: Read 234 rows, 21.06 KiB in 0.001839 sec., 127243.0668841762 rows/sec., 11.18 MiB/sec. | ||
13081 | 2024.09.24 04:39:34.925831 [ 3 ] {57e66655-e7a5-4a73-ba55-b4bf911984f4} <Debug> DynamicQueryHandler: Done processing query | ||
13082 | 2024.09.24 04:39:34.925868 [ 3 ] {57e66655-e7a5-4a73-ba55-b4bf911984f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
13083 | 2024.09.24 04:39:34.925897 [ 3 ] {} <Debug> HTTP-Session: de8ea553-721d-49c5-9eaa-02f1e5b14185 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13084 | 2024.09.24 04:39:34.926051 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3489, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13085 | 2024.09.24 04:39:34.926100 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13086 | 2024.09.24 04:39:34.926119 [ 3 ] {} <Debug> HTTP-Session: 2c5c5078-03fc-4367-b2cb-860979c34a28 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13087 | 2024.09.24 04:39:34.926136 [ 3 ] {} <Debug> HTTP-Session: 2c5c5078-03fc-4367-b2cb-860979c34a28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13088 | 2024.09.24 04:39:34.926150 [ 3 ] {} <Debug> HTTP-Session: 2c5c5078-03fc-4367-b2cb-860979c34a28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13089 | 2024.09.24 04:39:34.926182 [ 3 ] {} <Trace> HTTP-Session: 2c5c5078-03fc-4367-b2cb-860979c34a28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13090 | 2024.09.24 04:39:34.926287 [ 3 ] {03a6841b-bb79-4eab-9003-700e8e7d8733} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13091 | 2024.09.24 04:39:34.926332 [ 3 ] {03a6841b-bb79-4eab-9003-700e8e7d8733} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13092 | 2024.09.24 04:39:34.926559 [ 3 ] {03a6841b-bb79-4eab-9003-700e8e7d8733} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13093 | 2024.09.24 04:39:34.926894 [ 3 ] {03a6841b-bb79-4eab-9003-700e8e7d8733} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13094 | 2024.09.24 04:39:34.926931 [ 3 ] {03a6841b-bb79-4eab-9003-700e8e7d8733} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
13095 | 2024.09.24 04:39:34.927291 [ 3 ] {03a6841b-bb79-4eab-9003-700e8e7d8733} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
13096 | 2024.09.24 04:39:34.927647 [ 3 ] {03a6841b-bb79-4eab-9003-700e8e7d8733} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13097 | 2024.09.24 04:39:34.927813 [ 3 ] {03a6841b-bb79-4eab-9003-700e8e7d8733} <Debug> executeQuery: Read 24 rows, 1.79 KiB in 0.001548 sec., 15503.87596899225 rows/sec., 1.13 MiB/sec. | ||
13098 | 2024.09.24 04:39:34.928076 [ 3 ] {03a6841b-bb79-4eab-9003-700e8e7d8733} <Debug> DynamicQueryHandler: Done processing query | ||
13099 | 2024.09.24 04:39:34.928133 [ 3 ] {03a6841b-bb79-4eab-9003-700e8e7d8733} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13100 | 2024.09.24 04:39:34.928195 [ 3 ] {} <Debug> HTTP-Session: 2c5c5078-03fc-4367-b2cb-860979c34a28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13101 | 2024.09.24 04:39:34.928354 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13102 | 2024.09.24 04:39:34.928406 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13103 | 2024.09.24 04:39:34.928424 [ 3 ] {} <Debug> HTTP-Session: b4475f87-8d06-4b04-b3e3-f16997b1a7bc Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13104 | 2024.09.24 04:39:34.928442 [ 3 ] {} <Debug> HTTP-Session: b4475f87-8d06-4b04-b3e3-f16997b1a7bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13105 | 2024.09.24 04:39:34.928455 [ 3 ] {} <Debug> HTTP-Session: b4475f87-8d06-4b04-b3e3-f16997b1a7bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13106 | 2024.09.24 04:39:34.928488 [ 3 ] {} <Trace> HTTP-Session: b4475f87-8d06-4b04-b3e3-f16997b1a7bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13107 | 2024.09.24 04:39:34.928594 [ 3 ] {3a8c4a71-6c94-49d6-9c20-0d1167aeb2c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
13108 | 2024.09.24 04:39:34.928639 [ 3 ] {3a8c4a71-6c94-49d6-9c20-0d1167aeb2c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
13109 | 2024.09.24 04:39:34.928875 [ 3 ] {3a8c4a71-6c94-49d6-9c20-0d1167aeb2c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13110 | 2024.09.24 04:39:34.929167 [ 3 ] {3a8c4a71-6c94-49d6-9c20-0d1167aeb2c6} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13111 | 2024.09.24 04:39:34.929203 [ 3 ] {3a8c4a71-6c94-49d6-9c20-0d1167aeb2c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
13112 | 2024.09.24 04:39:34.929556 [ 3 ] {3a8c4a71-6c94-49d6-9c20-0d1167aeb2c6} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
13113 | 2024.09.24 04:39:34.929911 [ 3 ] {3a8c4a71-6c94-49d6-9c20-0d1167aeb2c6} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13114 | 2024.09.24 04:39:34.930081 [ 3 ] {3a8c4a71-6c94-49d6-9c20-0d1167aeb2c6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001506 sec., 9296.148738379814 rows/sec., 651.04 KiB/sec. | ||
13115 | 2024.09.24 04:39:34.930261 [ 3 ] {3a8c4a71-6c94-49d6-9c20-0d1167aeb2c6} <Debug> DynamicQueryHandler: Done processing query | ||
13116 | 2024.09.24 04:39:34.930284 [ 3 ] {3a8c4a71-6c94-49d6-9c20-0d1167aeb2c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13117 | 2024.09.24 04:39:34.930300 [ 3 ] {} <Debug> HTTP-Session: b4475f87-8d06-4b04-b3e3-f16997b1a7bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13118 | 2024.09.24 04:39:34.930419 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13119 | 2024.09.24 04:39:34.930467 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13120 | 2024.09.24 04:39:34.930485 [ 3 ] {} <Debug> HTTP-Session: 731adeca-df6b-4d18-9125-14beb14b624b Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13121 | 2024.09.24 04:39:34.930501 [ 3 ] {} <Debug> HTTP-Session: 731adeca-df6b-4d18-9125-14beb14b624b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13122 | 2024.09.24 04:39:34.930515 [ 3 ] {} <Debug> HTTP-Session: 731adeca-df6b-4d18-9125-14beb14b624b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13123 | 2024.09.24 04:39:34.930546 [ 3 ] {} <Trace> HTTP-Session: 731adeca-df6b-4d18-9125-14beb14b624b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13124 | 2024.09.24 04:39:34.930640 [ 3 ] {a383e4b8-2e50-4531-b5e8-3b650c939221} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
13125 | 2024.09.24 04:39:34.930684 [ 3 ] {a383e4b8-2e50-4531-b5e8-3b650c939221} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
13126 | 2024.09.24 04:39:34.930906 [ 3 ] {a383e4b8-2e50-4531-b5e8-3b650c939221} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13127 | 2024.09.24 04:39:34.931193 [ 3 ] {a383e4b8-2e50-4531-b5e8-3b650c939221} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13128 | 2024.09.24 04:39:34.931229 [ 3 ] {a383e4b8-2e50-4531-b5e8-3b650c939221} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
13129 | 2024.09.24 04:39:34.931575 [ 3 ] {a383e4b8-2e50-4531-b5e8-3b650c939221} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
13130 | 2024.09.24 04:39:34.931929 [ 3 ] {a383e4b8-2e50-4531-b5e8-3b650c939221} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13131 | 2024.09.24 04:39:34.932094 [ 3 ] {a383e4b8-2e50-4531-b5e8-3b650c939221} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001476 sec., 4065.0406504065036 rows/sec., 240.17 KiB/sec. | ||
13132 | 2024.09.24 04:39:34.932296 [ 3 ] {a383e4b8-2e50-4531-b5e8-3b650c939221} <Debug> DynamicQueryHandler: Done processing query | ||
13133 | 2024.09.24 04:39:34.932323 [ 3 ] {a383e4b8-2e50-4531-b5e8-3b650c939221} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13134 | 2024.09.24 04:39:34.932338 [ 3 ] {} <Debug> HTTP-Session: 731adeca-df6b-4d18-9125-14beb14b624b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13135 | 2024.09.24 04:39:34.932515 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 65841, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13136 | 2024.09.24 04:39:34.932562 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13137 | 2024.09.24 04:39:34.932580 [ 3 ] {} <Debug> HTTP-Session: dd29819a-aec7-49a7-a252-6199854b8387 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13138 | 2024.09.24 04:39:34.932596 [ 3 ] {} <Debug> HTTP-Session: dd29819a-aec7-49a7-a252-6199854b8387 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13139 | 2024.09.24 04:39:34.932610 [ 3 ] {} <Debug> HTTP-Session: dd29819a-aec7-49a7-a252-6199854b8387 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13140 | 2024.09.24 04:39:34.932640 [ 3 ] {} <Trace> HTTP-Session: dd29819a-aec7-49a7-a252-6199854b8387 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13141 | 2024.09.24 04:39:34.932856 [ 3 ] {721ebd8f-f183-45f0-9003-2e84b93413f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13142 | 2024.09.24 04:39:34.932899 [ 3 ] {721ebd8f-f183-45f0-9003-2e84b93413f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13143 | 2024.09.24 04:39:34.933119 [ 3 ] {721ebd8f-f183-45f0-9003-2e84b93413f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13144 | 2024.09.24 04:39:34.933675 [ 3 ] {721ebd8f-f183-45f0-9003-2e84b93413f8} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13145 | 2024.09.24 04:39:34.933711 [ 3 ] {721ebd8f-f183-45f0-9003-2e84b93413f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
13146 | 2024.09.24 04:39:34.934078 [ 3 ] {721ebd8f-f183-45f0-9003-2e84b93413f8} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
13147 | 2024.09.24 04:39:34.934438 [ 3 ] {721ebd8f-f183-45f0-9003-2e84b93413f8} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13148 | 2024.09.24 04:39:34.934595 [ 3 ] {721ebd8f-f183-45f0-9003-2e84b93413f8} <Debug> executeQuery: Read 406 rows, 29.61 KiB in 0.001838 sec., 220892.27421109902 rows/sec., 15.73 MiB/sec. | ||
13149 | 2024.09.24 04:39:34.934762 [ 3 ] {721ebd8f-f183-45f0-9003-2e84b93413f8} <Debug> DynamicQueryHandler: Done processing query | ||
13150 | 2024.09.24 04:39:34.934785 [ 3 ] {721ebd8f-f183-45f0-9003-2e84b93413f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
13151 | 2024.09.24 04:39:34.934801 [ 3 ] {} <Debug> HTTP-Session: dd29819a-aec7-49a7-a252-6199854b8387 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13152 | 2024.09.24 04:39:34.934923 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13153 | 2024.09.24 04:39:34.934969 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13154 | 2024.09.24 04:39:34.934988 [ 3 ] {} <Debug> HTTP-Session: 40c3966e-8b13-4ffb-ab8e-2570870c4c7b Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13155 | 2024.09.24 04:39:34.935004 [ 3 ] {} <Debug> HTTP-Session: 40c3966e-8b13-4ffb-ab8e-2570870c4c7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13156 | 2024.09.24 04:39:34.935018 [ 3 ] {} <Debug> HTTP-Session: 40c3966e-8b13-4ffb-ab8e-2570870c4c7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13157 | 2024.09.24 04:39:34.935048 [ 3 ] {} <Trace> HTTP-Session: 40c3966e-8b13-4ffb-ab8e-2570870c4c7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13158 | 2024.09.24 04:39:34.935144 [ 3 ] {76a046ba-011c-488b-bb23-3ee0ed435705} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
13159 | 2024.09.24 04:39:34.935190 [ 3 ] {76a046ba-011c-488b-bb23-3ee0ed435705} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
13160 | 2024.09.24 04:39:34.935317 [ 3 ] {76a046ba-011c-488b-bb23-3ee0ed435705} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13161 | 2024.09.24 04:39:34.935569 [ 3 ] {76a046ba-011c-488b-bb23-3ee0ed435705} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13162 | 2024.09.24 04:39:34.935603 [ 3 ] {76a046ba-011c-488b-bb23-3ee0ed435705} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
13163 | 2024.09.24 04:39:34.935956 [ 3 ] {76a046ba-011c-488b-bb23-3ee0ed435705} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
13164 | 2024.09.24 04:39:34.936280 [ 3 ] {76a046ba-011c-488b-bb23-3ee0ed435705} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13165 | 2024.09.24 04:39:34.936433 [ 3 ] {76a046ba-011c-488b-bb23-3ee0ed435705} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001314 sec., 4566.2100456621 rows/sec., 238.57 KiB/sec. | ||
13166 | 2024.09.24 04:39:34.936582 [ 3 ] {76a046ba-011c-488b-bb23-3ee0ed435705} <Debug> DynamicQueryHandler: Done processing query | ||
13167 | 2024.09.24 04:39:34.936606 [ 3 ] {76a046ba-011c-488b-bb23-3ee0ed435705} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13168 | 2024.09.24 04:39:34.936622 [ 3 ] {} <Debug> HTTP-Session: 40c3966e-8b13-4ffb-ab8e-2570870c4c7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13169 | 2024.09.24 04:39:34.936771 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 44803, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13170 | 2024.09.24 04:39:34.936818 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13171 | 2024.09.24 04:39:34.936836 [ 3 ] {} <Debug> HTTP-Session: 37fbf478-d18e-4dec-8b9b-d8822eb8cefc Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13172 | 2024.09.24 04:39:34.936852 [ 3 ] {} <Debug> HTTP-Session: 37fbf478-d18e-4dec-8b9b-d8822eb8cefc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13173 | 2024.09.24 04:39:34.936866 [ 3 ] {} <Debug> HTTP-Session: 37fbf478-d18e-4dec-8b9b-d8822eb8cefc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13174 | 2024.09.24 04:39:34.936897 [ 3 ] {} <Trace> HTTP-Session: 37fbf478-d18e-4dec-8b9b-d8822eb8cefc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13175 | 2024.09.24 04:39:34.937081 [ 3 ] {aee316ec-99a5-4720-9cfb-538d20adce5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13176 | 2024.09.24 04:39:34.937128 [ 3 ] {aee316ec-99a5-4720-9cfb-538d20adce5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13177 | 2024.09.24 04:39:34.937269 [ 3 ] {aee316ec-99a5-4720-9cfb-538d20adce5f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13178 | 2024.09.24 04:39:34.937734 [ 3 ] {aee316ec-99a5-4720-9cfb-538d20adce5f} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13179 | 2024.09.24 04:39:34.937770 [ 3 ] {aee316ec-99a5-4720-9cfb-538d20adce5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
13180 | 2024.09.24 04:39:34.938159 [ 3 ] {aee316ec-99a5-4720-9cfb-538d20adce5f} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
13181 | 2024.09.24 04:39:34.938495 [ 3 ] {aee316ec-99a5-4720-9cfb-538d20adce5f} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13182 | 2024.09.24 04:39:34.938646 [ 3 ] {aee316ec-99a5-4720-9cfb-538d20adce5f} <Debug> executeQuery: Read 238 rows, 16.34 KiB in 0.001647 sec., 144505.16089860353 rows/sec., 9.69 MiB/sec. | ||
13183 | 2024.09.24 04:39:34.938810 [ 3 ] {aee316ec-99a5-4720-9cfb-538d20adce5f} <Debug> DynamicQueryHandler: Done processing query | ||
13184 | 2024.09.24 04:39:34.938833 [ 3 ] {aee316ec-99a5-4720-9cfb-538d20adce5f} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
13185 | 2024.09.24 04:39:34.938850 [ 3 ] {} <Debug> HTTP-Session: 37fbf478-d18e-4dec-8b9b-d8822eb8cefc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13186 | 2024.09.24 04:39:34.938958 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13187 | 2024.09.24 04:39:34.939005 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13188 | 2024.09.24 04:39:34.939023 [ 3 ] {} <Debug> HTTP-Session: 7860b84a-3a80-4df0-b267-f588fd167507 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13189 | 2024.09.24 04:39:34.939039 [ 3 ] {} <Debug> HTTP-Session: 7860b84a-3a80-4df0-b267-f588fd167507 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13190 | 2024.09.24 04:39:34.939053 [ 3 ] {} <Debug> HTTP-Session: 7860b84a-3a80-4df0-b267-f588fd167507 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13191 | 2024.09.24 04:39:34.939083 [ 3 ] {} <Trace> HTTP-Session: 7860b84a-3a80-4df0-b267-f588fd167507 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13192 | 2024.09.24 04:39:34.939177 [ 3 ] {2bd7ba3e-dfbf-42b0-9452-4e3f6adc2e98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
13193 | 2024.09.24 04:39:34.939222 [ 3 ] {2bd7ba3e-dfbf-42b0-9452-4e3f6adc2e98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
13194 | 2024.09.24 04:39:34.939348 [ 3 ] {2bd7ba3e-dfbf-42b0-9452-4e3f6adc2e98} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13195 | 2024.09.24 04:39:34.939603 [ 3 ] {2bd7ba3e-dfbf-42b0-9452-4e3f6adc2e98} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13196 | 2024.09.24 04:39:34.939638 [ 3 ] {2bd7ba3e-dfbf-42b0-9452-4e3f6adc2e98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
13197 | 2024.09.24 04:39:34.939985 [ 3 ] {2bd7ba3e-dfbf-42b0-9452-4e3f6adc2e98} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
13198 | 2024.09.24 04:39:34.940306 [ 3 ] {2bd7ba3e-dfbf-42b0-9452-4e3f6adc2e98} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13199 | 2024.09.24 04:39:34.940458 [ 3 ] {2bd7ba3e-dfbf-42b0-9452-4e3f6adc2e98} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.0013 sec., 769.2307692307693 rows/sec., 51.83 KiB/sec. | ||
13200 | 2024.09.24 04:39:34.940778 [ 3 ] {2bd7ba3e-dfbf-42b0-9452-4e3f6adc2e98} <Debug> DynamicQueryHandler: Done processing query | ||
13201 | 2024.09.24 04:39:34.940818 [ 3 ] {2bd7ba3e-dfbf-42b0-9452-4e3f6adc2e98} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
13202 | 2024.09.24 04:39:34.940836 [ 3 ] {} <Debug> HTTP-Session: 7860b84a-3a80-4df0-b267-f588fd167507 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13203 | 2024.09.24 04:39:34.940984 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 36163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13204 | 2024.09.24 04:39:34.941031 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13205 | 2024.09.24 04:39:34.941049 [ 3 ] {} <Debug> HTTP-Session: a5392544-d87f-4f6b-85b8-8ce098646d2d Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13206 | 2024.09.24 04:39:34.941066 [ 3 ] {} <Debug> HTTP-Session: a5392544-d87f-4f6b-85b8-8ce098646d2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13207 | 2024.09.24 04:39:34.941079 [ 3 ] {} <Debug> HTTP-Session: a5392544-d87f-4f6b-85b8-8ce098646d2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13208 | 2024.09.24 04:39:34.941109 [ 3 ] {} <Trace> HTTP-Session: a5392544-d87f-4f6b-85b8-8ce098646d2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13209 | 2024.09.24 04:39:34.941365 [ 3 ] {27a6d176-2150-4227-8e1f-be4115eb5324} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
13210 | 2024.09.24 04:39:34.941439 [ 3 ] {27a6d176-2150-4227-8e1f-be4115eb5324} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
13211 | 2024.09.24 04:39:34.941873 [ 3 ] {27a6d176-2150-4227-8e1f-be4115eb5324} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13212 | 2024.09.24 04:39:34.942513 [ 3 ] {27a6d176-2150-4227-8e1f-be4115eb5324} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13213 | 2024.09.24 04:39:34.942549 [ 3 ] {27a6d176-2150-4227-8e1f-be4115eb5324} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
13214 | 2024.09.24 04:39:34.943182 [ 3 ] {27a6d176-2150-4227-8e1f-be4115eb5324} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
13215 | 2024.09.24 04:39:34.943602 [ 3 ] {27a6d176-2150-4227-8e1f-be4115eb5324} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13216 | 2024.09.24 04:39:34.943785 [ 3 ] {27a6d176-2150-4227-8e1f-be4115eb5324} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002587 sec., 8504.058755315036 rows/sec., 15.24 MiB/sec. | ||
13217 | 2024.09.24 04:39:34.944018 [ 3 ] {27a6d176-2150-4227-8e1f-be4115eb5324} <Debug> DynamicQueryHandler: Done processing query | ||
13218 | 2024.09.24 04:39:34.944042 [ 3 ] {27a6d176-2150-4227-8e1f-be4115eb5324} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
13219 | 2024.09.24 04:39:34.944057 [ 3 ] {} <Debug> HTTP-Session: a5392544-d87f-4f6b-85b8-8ce098646d2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13220 | 2024.09.24 04:39:34.944191 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 12152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13221 | 2024.09.24 04:39:34.944239 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13222 | 2024.09.24 04:39:34.944258 [ 3 ] {} <Debug> HTTP-Session: 96854903-be61-4e17-90d8-cfabf5ac148f Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13223 | 2024.09.24 04:39:34.944274 [ 3 ] {} <Debug> HTTP-Session: 96854903-be61-4e17-90d8-cfabf5ac148f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13224 | 2024.09.24 04:39:34.944288 [ 3 ] {} <Debug> HTTP-Session: 96854903-be61-4e17-90d8-cfabf5ac148f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13225 | 2024.09.24 04:39:34.944319 [ 3 ] {} <Trace> HTTP-Session: 96854903-be61-4e17-90d8-cfabf5ac148f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13226 | 2024.09.24 04:39:34.944439 [ 3 ] {cbfef675-1b9c-4b6a-a341-0a63be9b319e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13227 | 2024.09.24 04:39:34.944483 [ 3 ] {cbfef675-1b9c-4b6a-a341-0a63be9b319e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13228 | 2024.09.24 04:39:34.944612 [ 3 ] {cbfef675-1b9c-4b6a-a341-0a63be9b319e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13229 | 2024.09.24 04:39:34.944931 [ 3 ] {cbfef675-1b9c-4b6a-a341-0a63be9b319e} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13230 | 2024.09.24 04:39:34.944967 [ 3 ] {cbfef675-1b9c-4b6a-a341-0a63be9b319e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
13231 | 2024.09.24 04:39:34.945336 [ 3 ] {cbfef675-1b9c-4b6a-a341-0a63be9b319e} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
13232 | 2024.09.24 04:39:34.945667 [ 3 ] {cbfef675-1b9c-4b6a-a341-0a63be9b319e} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13233 | 2024.09.24 04:39:34.945827 [ 3 ] {cbfef675-1b9c-4b6a-a341-0a63be9b319e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001425 sec., 57543.8596491228 rows/sec., 3.65 MiB/sec. | ||
13234 | 2024.09.24 04:39:34.945838 [ 66 ] {} <Debug> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
13235 | 2024.09.24 04:39:34.945965 [ 66 ] {} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13236 | 2024.09.24 04:39:34.946003 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
13237 | 2024.09.24 04:39:34.946087 [ 3 ] {cbfef675-1b9c-4b6a-a341-0a63be9b319e} <Debug> DynamicQueryHandler: Done processing query | ||
13238 | 2024.09.24 04:39:34.946158 [ 3 ] {cbfef675-1b9c-4b6a-a341-0a63be9b319e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13239 | 2024.09.24 04:39:34.946257 [ 3 ] {} <Debug> HTTP-Session: 96854903-be61-4e17-90d8-cfabf5ac148f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13240 | 2024.09.24 04:39:34.946366 [ 195 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
13241 | 2024.09.24 04:39:34.946814 [ 195 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13242 | 2024.09.24 04:39:34.946854 [ 195 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3880 rows starting from the beginning of the part | ||
13243 | 2024.09.24 04:39:34.946933 [ 195 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 82 rows starting from the beginning of the part | ||
13244 | 2024.09.24 04:39:34.947019 [ 195 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part | ||
13245 | 2024.09.24 04:39:34.947161 [ 195 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 82 rows starting from the beginning of the part | ||
13246 | 2024.09.24 04:39:34.947234 [ 195 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part | ||
13247 | 2024.09.24 04:39:34.947329 [ 195 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 82 rows starting from the beginning of the part | ||
13248 | 2024.09.24 04:39:34.949053 [ 189 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4246 rows, containing 4 columns (4 merged, 0 gathered) in 0.002955083 sec., 1436846.274707005 rows/sec., 93.51 MiB/sec. | ||
13249 | 2024.09.24 04:39:34.949395 [ 189 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
13250 | 2024.09.24 04:39:34.949848 [ 189 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_61_12} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13251 | 2024.09.24 04:39:34.949942 [ 189 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_61_12} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
13252 | 2024.09.24 04:39:34.950049 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
13253 | 2024.09.24 04:39:39.915567 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13254 | 2024.09.24 04:39:39.915702 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13255 | 2024.09.24 04:39:39.915730 [ 3 ] {} <Debug> HTTP-Session: f5051ab9-2f39-4f48-8476-6254b5153e80 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13256 | 2024.09.24 04:39:39.915759 [ 3 ] {} <Debug> HTTP-Session: f5051ab9-2f39-4f48-8476-6254b5153e80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13257 | 2024.09.24 04:39:39.915776 [ 3 ] {} <Debug> HTTP-Session: f5051ab9-2f39-4f48-8476-6254b5153e80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13258 | 2024.09.24 04:39:39.915834 [ 3 ] {} <Trace> HTTP-Session: f5051ab9-2f39-4f48-8476-6254b5153e80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13259 | 2024.09.24 04:39:39.916040 [ 3 ] {cfbe330b-177f-415b-ab8b-625150147a81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
13260 | 2024.09.24 04:39:39.916108 [ 3 ] {cfbe330b-177f-415b-ab8b-625150147a81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
13261 | 2024.09.24 04:39:39.916448 [ 3 ] {cfbe330b-177f-415b-ab8b-625150147a81} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13262 | 2024.09.24 04:39:39.916945 [ 3 ] {cfbe330b-177f-415b-ab8b-625150147a81} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13263 | 2024.09.24 04:39:39.916998 [ 3 ] {cfbe330b-177f-415b-ab8b-625150147a81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
13264 | 2024.09.24 04:39:39.917409 [ 3 ] {cfbe330b-177f-415b-ab8b-625150147a81} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
13265 | 2024.09.24 04:39:39.917792 [ 3 ] {cfbe330b-177f-415b-ab8b-625150147a81} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13266 | 2024.09.24 04:39:39.917967 [ 3 ] {cfbe330b-177f-415b-ab8b-625150147a81} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00198 sec., 2020.2020202020203 rows/sec., 164.73 KiB/sec. | ||
13267 | 2024.09.24 04:39:39.917980 [ 60 ] {} <Debug> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
13268 | 2024.09.24 04:39:39.918075 [ 60 ] {} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13269 | 2024.09.24 04:39:39.918126 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
13270 | 2024.09.24 04:39:39.918321 [ 3 ] {cfbe330b-177f-415b-ab8b-625150147a81} <Debug> DynamicQueryHandler: Done processing query | ||
13271 | 2024.09.24 04:39:39.918412 [ 3 ] {cfbe330b-177f-415b-ab8b-625150147a81} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13272 | 2024.09.24 04:39:39.918490 [ 3 ] {} <Debug> HTTP-Session: f5051ab9-2f39-4f48-8476-6254b5153e80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13273 | 2024.09.24 04:39:39.918509 [ 197 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full | ||
13274 | 2024.09.24 04:39:39.918730 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 13405, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13275 | 2024.09.24 04:39:39.918857 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13276 | 2024.09.24 04:39:39.918914 [ 3 ] {} <Debug> HTTP-Session: b757964d-6315-4768-950b-61e13e63e1c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13277 | 2024.09.24 04:39:39.918965 [ 3 ] {} <Debug> HTTP-Session: b757964d-6315-4768-950b-61e13e63e1c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13278 | 2024.09.24 04:39:39.918984 [ 197 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13279 | 2024.09.24 04:39:39.918996 [ 3 ] {} <Debug> HTTP-Session: b757964d-6315-4768-950b-61e13e63e1c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13280 | 2024.09.24 04:39:39.919045 [ 197 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 18 rows starting from the beginning of the part | ||
13281 | 2024.09.24 04:39:39.919069 [ 3 ] {} <Trace> HTTP-Session: b757964d-6315-4768-950b-61e13e63e1c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13282 | 2024.09.24 04:39:39.919244 [ 197 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 4 rows starting from the beginning of the part | ||
13283 | 2024.09.24 04:39:39.919414 [ 3 ] {94ee4f96-2f96-40fc-b108-7c1f4fea4ff1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13284 | 2024.09.24 04:39:39.919663 [ 197 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part | ||
13285 | 2024.09.24 04:39:39.919693 [ 3 ] {94ee4f96-2f96-40fc-b108-7c1f4fea4ff1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13286 | 2024.09.24 04:39:39.919956 [ 197 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 4 rows starting from the beginning of the part | ||
13287 | 2024.09.24 04:39:39.920290 [ 197 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 2 rows starting from the beginning of the part | ||
13288 | 2024.09.24 04:39:39.920674 [ 197 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 4 rows starting from the beginning of the part | ||
13289 | 2024.09.24 04:39:39.921409 [ 3 ] {94ee4f96-2f96-40fc-b108-7c1f4fea4ff1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13290 | 2024.09.24 04:39:39.922348 [ 3 ] {94ee4f96-2f96-40fc-b108-7c1f4fea4ff1} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13291 | 2024.09.24 04:39:39.922422 [ 3 ] {94ee4f96-2f96-40fc-b108-7c1f4fea4ff1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
13292 | 2024.09.24 04:39:39.923513 [ 189 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34 rows, containing 5 columns (5 merged, 0 gathered) in 0.005306933 sec., 6406.71363290247 rows/sec., 547.45 KiB/sec. | ||
13293 | 2024.09.24 04:39:39.923547 [ 3 ] {94ee4f96-2f96-40fc-b108-7c1f4fea4ff1} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
13294 | 2024.09.24 04:39:39.923689 [ 189 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
13295 | 2024.09.24 04:39:39.924457 [ 3 ] {94ee4f96-2f96-40fc-b108-7c1f4fea4ff1} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13296 | 2024.09.24 04:39:39.924662 [ 189 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_30_6} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13297 | 2024.09.24 04:39:39.924829 [ 3 ] {94ee4f96-2f96-40fc-b108-7c1f4fea4ff1} <Debug> executeQuery: Read 92 rows, 7.80 KiB in 0.005567 sec., 16525.95652954913 rows/sec., 1.37 MiB/sec. | ||
13298 | 2024.09.24 04:39:39.924928 [ 189 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_30_6} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
13299 | 2024.09.24 04:39:39.925208 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
13300 | 2024.09.24 04:39:39.925472 [ 3 ] {94ee4f96-2f96-40fc-b108-7c1f4fea4ff1} <Debug> DynamicQueryHandler: Done processing query | ||
13301 | 2024.09.24 04:39:39.925527 [ 3 ] {94ee4f96-2f96-40fc-b108-7c1f4fea4ff1} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
13302 | 2024.09.24 04:39:39.925564 [ 3 ] {} <Debug> HTTP-Session: b757964d-6315-4768-950b-61e13e63e1c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13303 | 2024.09.24 04:39:39.925698 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3047, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13304 | 2024.09.24 04:39:39.925749 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13305 | 2024.09.24 04:39:39.925769 [ 3 ] {} <Debug> HTTP-Session: 6b29bd53-ccdd-4b9e-bb20-ab7d8d1fc1d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13306 | 2024.09.24 04:39:39.925786 [ 3 ] {} <Debug> HTTP-Session: 6b29bd53-ccdd-4b9e-bb20-ab7d8d1fc1d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13307 | 2024.09.24 04:39:39.925800 [ 3 ] {} <Debug> HTTP-Session: 6b29bd53-ccdd-4b9e-bb20-ab7d8d1fc1d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13308 | 2024.09.24 04:39:39.925834 [ 3 ] {} <Trace> HTTP-Session: 6b29bd53-ccdd-4b9e-bb20-ab7d8d1fc1d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13309 | 2024.09.24 04:39:39.925962 [ 3 ] {9d2301c6-48e4-4f98-b95b-989e21bfaeed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13310 | 2024.09.24 04:39:39.926009 [ 3 ] {9d2301c6-48e4-4f98-b95b-989e21bfaeed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13311 | 2024.09.24 04:39:39.926274 [ 3 ] {9d2301c6-48e4-4f98-b95b-989e21bfaeed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13312 | 2024.09.24 04:39:39.926597 [ 3 ] {9d2301c6-48e4-4f98-b95b-989e21bfaeed} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13313 | 2024.09.24 04:39:39.926635 [ 3 ] {9d2301c6-48e4-4f98-b95b-989e21bfaeed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
13314 | 2024.09.24 04:39:39.926988 [ 3 ] {9d2301c6-48e4-4f98-b95b-989e21bfaeed} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
13315 | 2024.09.24 04:39:39.927346 [ 3 ] {9d2301c6-48e4-4f98-b95b-989e21bfaeed} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13316 | 2024.09.24 04:39:39.927504 [ 3 ] {9d2301c6-48e4-4f98-b95b-989e21bfaeed} <Debug> executeQuery: Read 21 rows, 1.56 KiB in 0.00157 sec., 13375.79617834395 rows/sec., 992.11 KiB/sec. | ||
13317 | 2024.09.24 04:39:39.927686 [ 3 ] {9d2301c6-48e4-4f98-b95b-989e21bfaeed} <Debug> DynamicQueryHandler: Done processing query | ||
13318 | 2024.09.24 04:39:39.927723 [ 3 ] {9d2301c6-48e4-4f98-b95b-989e21bfaeed} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13319 | 2024.09.24 04:39:39.927755 [ 3 ] {} <Debug> HTTP-Session: 6b29bd53-ccdd-4b9e-bb20-ab7d8d1fc1d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13320 | 2024.09.24 04:39:39.927880 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 14442, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13321 | 2024.09.24 04:39:39.927928 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13322 | 2024.09.24 04:39:39.927947 [ 3 ] {} <Debug> HTTP-Session: 594f9948-92e1-445e-ad00-3c3e74c11fee Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13323 | 2024.09.24 04:39:39.927964 [ 3 ] {} <Debug> HTTP-Session: 594f9948-92e1-445e-ad00-3c3e74c11fee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13324 | 2024.09.24 04:39:39.927977 [ 3 ] {} <Debug> HTTP-Session: 594f9948-92e1-445e-ad00-3c3e74c11fee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13325 | 2024.09.24 04:39:39.928009 [ 3 ] {} <Trace> HTTP-Session: 594f9948-92e1-445e-ad00-3c3e74c11fee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13326 | 2024.09.24 04:39:39.928130 [ 3 ] {026b52df-f7e7-4e2b-aa1e-291ab8f63830} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13327 | 2024.09.24 04:39:39.928172 [ 3 ] {026b52df-f7e7-4e2b-aa1e-291ab8f63830} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13328 | 2024.09.24 04:39:39.928398 [ 3 ] {026b52df-f7e7-4e2b-aa1e-291ab8f63830} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13329 | 2024.09.24 04:39:39.928745 [ 3 ] {026b52df-f7e7-4e2b-aa1e-291ab8f63830} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13330 | 2024.09.24 04:39:39.928781 [ 3 ] {026b52df-f7e7-4e2b-aa1e-291ab8f63830} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
13331 | 2024.09.24 04:39:39.929135 [ 3 ] {026b52df-f7e7-4e2b-aa1e-291ab8f63830} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
13332 | 2024.09.24 04:39:39.929486 [ 3 ] {026b52df-f7e7-4e2b-aa1e-291ab8f63830} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13333 | 2024.09.24 04:39:39.929624 [ 3 ] {026b52df-f7e7-4e2b-aa1e-291ab8f63830} <Debug> executeQuery: Read 85 rows, 6.80 KiB in 0.00154 sec., 55194.805194805194 rows/sec., 4.31 MiB/sec. | ||
13334 | 2024.09.24 04:39:39.929825 [ 3 ] {026b52df-f7e7-4e2b-aa1e-291ab8f63830} <Debug> DynamicQueryHandler: Done processing query | ||
13335 | 2024.09.24 04:39:39.929849 [ 3 ] {026b52df-f7e7-4e2b-aa1e-291ab8f63830} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
13336 | 2024.09.24 04:39:39.929865 [ 3 ] {} <Debug> HTTP-Session: 594f9948-92e1-445e-ad00-3c3e74c11fee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13337 | 2024.09.24 04:39:39.930020 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 30991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13338 | 2024.09.24 04:39:39.930068 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13339 | 2024.09.24 04:39:39.930086 [ 3 ] {} <Debug> HTTP-Session: 21618659-5b5d-41b7-9459-6cb5f2e7f3f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13340 | 2024.09.24 04:39:39.930104 [ 3 ] {} <Debug> HTTP-Session: 21618659-5b5d-41b7-9459-6cb5f2e7f3f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13341 | 2024.09.24 04:39:39.930118 [ 3 ] {} <Debug> HTTP-Session: 21618659-5b5d-41b7-9459-6cb5f2e7f3f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13342 | 2024.09.24 04:39:39.930149 [ 3 ] {} <Trace> HTTP-Session: 21618659-5b5d-41b7-9459-6cb5f2e7f3f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13343 | 2024.09.24 04:39:39.930303 [ 3 ] {233ffb87-f03e-4221-907f-a035d6b25a3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13344 | 2024.09.24 04:39:39.930352 [ 3 ] {233ffb87-f03e-4221-907f-a035d6b25a3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13345 | 2024.09.24 04:39:39.930508 [ 3 ] {233ffb87-f03e-4221-907f-a035d6b25a3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13346 | 2024.09.24 04:39:39.930941 [ 3 ] {233ffb87-f03e-4221-907f-a035d6b25a3b} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13347 | 2024.09.24 04:39:39.930976 [ 3 ] {233ffb87-f03e-4221-907f-a035d6b25a3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
13348 | 2024.09.24 04:39:39.931356 [ 3 ] {233ffb87-f03e-4221-907f-a035d6b25a3b} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
13349 | 2024.09.24 04:39:39.931697 [ 3 ] {233ffb87-f03e-4221-907f-a035d6b25a3b} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13350 | 2024.09.24 04:39:39.931852 [ 3 ] {233ffb87-f03e-4221-907f-a035d6b25a3b} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001624 sec., 99753.69458128078 rows/sec., 6.95 MiB/sec. | ||
13351 | 2024.09.24 04:39:39.932031 [ 3 ] {233ffb87-f03e-4221-907f-a035d6b25a3b} <Debug> DynamicQueryHandler: Done processing query | ||
13352 | 2024.09.24 04:39:39.932055 [ 3 ] {233ffb87-f03e-4221-907f-a035d6b25a3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13353 | 2024.09.24 04:39:39.932070 [ 3 ] {} <Debug> HTTP-Session: 21618659-5b5d-41b7-9459-6cb5f2e7f3f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13354 | 2024.09.24 04:39:39.932203 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 29171, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13355 | 2024.09.24 04:39:39.932250 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13356 | 2024.09.24 04:39:39.932268 [ 3 ] {} <Debug> HTTP-Session: 3a374337-ca39-4f90-9be0-d1dc77d51cc6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13357 | 2024.09.24 04:39:39.932285 [ 3 ] {} <Debug> HTTP-Session: 3a374337-ca39-4f90-9be0-d1dc77d51cc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13358 | 2024.09.24 04:39:39.932299 [ 3 ] {} <Debug> HTTP-Session: 3a374337-ca39-4f90-9be0-d1dc77d51cc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13359 | 2024.09.24 04:39:39.932329 [ 3 ] {} <Trace> HTTP-Session: 3a374337-ca39-4f90-9be0-d1dc77d51cc6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13360 | 2024.09.24 04:39:39.932571 [ 3 ] {2393d8f8-21a1-4400-b1ac-b389668a8898} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
13361 | 2024.09.24 04:39:39.932635 [ 3 ] {2393d8f8-21a1-4400-b1ac-b389668a8898} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
13362 | 2024.09.24 04:39:39.933063 [ 3 ] {2393d8f8-21a1-4400-b1ac-b389668a8898} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13363 | 2024.09.24 04:39:39.933589 [ 3 ] {2393d8f8-21a1-4400-b1ac-b389668a8898} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13364 | 2024.09.24 04:39:39.933624 [ 3 ] {2393d8f8-21a1-4400-b1ac-b389668a8898} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
13365 | 2024.09.24 04:39:39.934225 [ 3 ] {2393d8f8-21a1-4400-b1ac-b389668a8898} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
13366 | 2024.09.24 04:39:39.934626 [ 3 ] {2393d8f8-21a1-4400-b1ac-b389668a8898} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13367 | 2024.09.24 04:39:39.934814 [ 3 ] {2393d8f8-21a1-4400-b1ac-b389668a8898} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.002409 sec., 7056.870070568701 rows/sec., 12.65 MiB/sec. | ||
13368 | 2024.09.24 04:39:39.935018 [ 3 ] {2393d8f8-21a1-4400-b1ac-b389668a8898} <Debug> DynamicQueryHandler: Done processing query | ||
13369 | 2024.09.24 04:39:39.935041 [ 3 ] {2393d8f8-21a1-4400-b1ac-b389668a8898} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
13370 | 2024.09.24 04:39:39.935057 [ 3 ] {} <Debug> HTTP-Session: 3a374337-ca39-4f90-9be0-d1dc77d51cc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13371 | 2024.09.24 04:39:39.935167 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13372 | 2024.09.24 04:39:39.935213 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13373 | 2024.09.24 04:39:39.935232 [ 3 ] {} <Debug> HTTP-Session: 1f8bdda9-abd2-430c-b7ea-078b9a1d0b65 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13374 | 2024.09.24 04:39:39.935248 [ 3 ] {} <Debug> HTTP-Session: 1f8bdda9-abd2-430c-b7ea-078b9a1d0b65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13375 | 2024.09.24 04:39:39.935262 [ 3 ] {} <Debug> HTTP-Session: 1f8bdda9-abd2-430c-b7ea-078b9a1d0b65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13376 | 2024.09.24 04:39:39.935291 [ 3 ] {} <Trace> HTTP-Session: 1f8bdda9-abd2-430c-b7ea-078b9a1d0b65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13377 | 2024.09.24 04:39:39.935401 [ 3 ] {adbccaaa-ba11-4bfa-bd77-da6629b3e722} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13378 | 2024.09.24 04:39:39.935445 [ 3 ] {adbccaaa-ba11-4bfa-bd77-da6629b3e722} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13379 | 2024.09.24 04:39:39.935572 [ 3 ] {adbccaaa-ba11-4bfa-bd77-da6629b3e722} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13380 | 2024.09.24 04:39:39.935863 [ 3 ] {adbccaaa-ba11-4bfa-bd77-da6629b3e722} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13381 | 2024.09.24 04:39:39.935900 [ 3 ] {adbccaaa-ba11-4bfa-bd77-da6629b3e722} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
13382 | 2024.09.24 04:39:39.936253 [ 3 ] {adbccaaa-ba11-4bfa-bd77-da6629b3e722} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
13383 | 2024.09.24 04:39:39.936571 [ 3 ] {adbccaaa-ba11-4bfa-bd77-da6629b3e722} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13384 | 2024.09.24 04:39:39.936712 [ 3 ] {adbccaaa-ba11-4bfa-bd77-da6629b3e722} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001342 sec., 44709.38897168405 rows/sec., 3.01 MiB/sec. | ||
13385 | 2024.09.24 04:39:39.936871 [ 3 ] {adbccaaa-ba11-4bfa-bd77-da6629b3e722} <Debug> DynamicQueryHandler: Done processing query | ||
13386 | 2024.09.24 04:39:39.936899 [ 3 ] {adbccaaa-ba11-4bfa-bd77-da6629b3e722} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13387 | 2024.09.24 04:39:39.936915 [ 3 ] {} <Debug> HTTP-Session: 1f8bdda9-abd2-430c-b7ea-078b9a1d0b65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13388 | 2024.09.24 04:39:43.243925 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13389 | 2024.09.24 04:39:43.244054 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13390 | 2024.09.24 04:39:43.244079 [ 3 ] {} <Debug> HTTP-Session: bbf11509-e339-4f99-a6c2-c2c768722c96 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13391 | 2024.09.24 04:39:43.244104 [ 3 ] {} <Debug> HTTP-Session: bbf11509-e339-4f99-a6c2-c2c768722c96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13392 | 2024.09.24 04:39:43.244120 [ 3 ] {} <Debug> HTTP-Session: bbf11509-e339-4f99-a6c2-c2c768722c96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13393 | 2024.09.24 04:39:43.244168 [ 3 ] {} <Trace> HTTP-Session: bbf11509-e339-4f99-a6c2-c2c768722c96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13394 | 2024.09.24 04:39:43.244349 [ 3 ] {849e3cb2-936a-4e43-a3ba-dce5ca377b1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
13395 | 2024.09.24 04:39:43.244423 [ 3 ] {849e3cb2-936a-4e43-a3ba-dce5ca377b1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
13396 | 2024.09.24 04:39:43.244785 [ 3 ] {849e3cb2-936a-4e43-a3ba-dce5ca377b1f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13397 | 2024.09.24 04:39:43.245216 [ 3 ] {849e3cb2-936a-4e43-a3ba-dce5ca377b1f} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13398 | 2024.09.24 04:39:43.245266 [ 3 ] {849e3cb2-936a-4e43-a3ba-dce5ca377b1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
13399 | 2024.09.24 04:39:43.245718 [ 3 ] {849e3cb2-936a-4e43-a3ba-dce5ca377b1f} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
13400 | 2024.09.24 04:39:43.246106 [ 3 ] {849e3cb2-936a-4e43-a3ba-dce5ca377b1f} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13401 | 2024.09.24 04:39:43.246295 [ 3 ] {849e3cb2-936a-4e43-a3ba-dce5ca377b1f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001991 sec., 1004.520341536916 rows/sec., 81.91 KiB/sec. | ||
13402 | 2024.09.24 04:39:43.246508 [ 3 ] {849e3cb2-936a-4e43-a3ba-dce5ca377b1f} <Debug> DynamicQueryHandler: Done processing query | ||
13403 | 2024.09.24 04:39:43.246535 [ 3 ] {849e3cb2-936a-4e43-a3ba-dce5ca377b1f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13404 | 2024.09.24 04:39:43.246553 [ 3 ] {} <Debug> HTTP-Session: bbf11509-e339-4f99-a6c2-c2c768722c96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13405 | 2024.09.24 04:39:43.246867 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 200335, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13406 | 2024.09.24 04:39:43.246925 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13407 | 2024.09.24 04:39:43.246946 [ 3 ] {} <Debug> HTTP-Session: 185c3521-7ae1-4ee7-822e-ce0134da0757 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13408 | 2024.09.24 04:39:43.246966 [ 3 ] {} <Debug> HTTP-Session: 185c3521-7ae1-4ee7-822e-ce0134da0757 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13409 | 2024.09.24 04:39:43.246980 [ 3 ] {} <Debug> HTTP-Session: 185c3521-7ae1-4ee7-822e-ce0134da0757 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13410 | 2024.09.24 04:39:43.247018 [ 3 ] {} <Trace> HTTP-Session: 185c3521-7ae1-4ee7-822e-ce0134da0757 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13411 | 2024.09.24 04:39:43.247518 [ 3 ] {f46ad175-f47e-470a-ad47-e20d93a9ec86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13412 | 2024.09.24 04:39:43.247571 [ 3 ] {f46ad175-f47e-470a-ad47-e20d93a9ec86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13413 | 2024.09.24 04:39:43.247817 [ 3 ] {f46ad175-f47e-470a-ad47-e20d93a9ec86} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13414 | 2024.09.24 04:39:43.249059 [ 3 ] {f46ad175-f47e-470a-ad47-e20d93a9ec86} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13415 | 2024.09.24 04:39:43.249100 [ 3 ] {f46ad175-f47e-470a-ad47-e20d93a9ec86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
13416 | 2024.09.24 04:39:43.249575 [ 3 ] {f46ad175-f47e-470a-ad47-e20d93a9ec86} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
13417 | 2024.09.24 04:39:43.249944 [ 3 ] {f46ad175-f47e-470a-ad47-e20d93a9ec86} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13418 | 2024.09.24 04:39:43.250109 [ 3 ] {f46ad175-f47e-470a-ad47-e20d93a9ec86} <Debug> executeQuery: Read 1374 rows, 117.17 KiB in 0.002928 sec., 469262.2950819672 rows/sec., 39.08 MiB/sec. | ||
13419 | 2024.09.24 04:39:43.250152 [ 54 ] {} <Debug> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
13420 | 2024.09.24 04:39:43.250299 [ 54 ] {} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13421 | 2024.09.24 04:39:43.250357 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
13422 | 2024.09.24 04:39:43.250401 [ 3 ] {f46ad175-f47e-470a-ad47-e20d93a9ec86} <Debug> DynamicQueryHandler: Done processing query | ||
13423 | 2024.09.24 04:39:43.250464 [ 3 ] {f46ad175-f47e-470a-ad47-e20d93a9ec86} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB. | ||
13424 | 2024.09.24 04:39:43.250512 [ 3 ] {} <Debug> HTTP-Session: 185c3521-7ae1-4ee7-822e-ce0134da0757 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13425 | 2024.09.24 04:39:43.250638 [ 196 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
13426 | 2024.09.24 04:39:43.250832 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13427 | 2024.09.24 04:39:43.250956 [ 196 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13428 | 2024.09.24 04:39:43.250960 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13429 | 2024.09.24 04:39:43.251027 [ 3 ] {} <Debug> HTTP-Session: 8bd9a1b1-8714-4f21-ae55-574e3f9bcb47 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13430 | 2024.09.24 04:39:43.251032 [ 196 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1418 rows starting from the beginning of the part | ||
13431 | 2024.09.24 04:39:43.251058 [ 3 ] {} <Debug> HTTP-Session: 8bd9a1b1-8714-4f21-ae55-574e3f9bcb47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13432 | 2024.09.24 04:39:43.251093 [ 3 ] {} <Debug> HTTP-Session: 8bd9a1b1-8714-4f21-ae55-574e3f9bcb47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13433 | 2024.09.24 04:39:43.251205 [ 3 ] {} <Trace> HTTP-Session: 8bd9a1b1-8714-4f21-ae55-574e3f9bcb47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13434 | 2024.09.24 04:39:43.251243 [ 196 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 234 rows starting from the beginning of the part | ||
13435 | 2024.09.24 04:39:43.251580 [ 196 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 92 rows starting from the beginning of the part | ||
13436 | 2024.09.24 04:39:43.251593 [ 3 ] {aa6a1e4e-3af5-49df-92f7-f997344d4bca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13437 | 2024.09.24 04:39:43.251763 [ 3 ] {aa6a1e4e-3af5-49df-92f7-f997344d4bca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13438 | 2024.09.24 04:39:43.251961 [ 196 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 234 rows starting from the beginning of the part | ||
13439 | 2024.09.24 04:39:43.252399 [ 196 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 92 rows starting from the beginning of the part | ||
13440 | 2024.09.24 04:39:43.252782 [ 196 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 1374 rows starting from the beginning of the part | ||
13441 | 2024.09.24 04:39:43.253442 [ 3 ] {aa6a1e4e-3af5-49df-92f7-f997344d4bca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13442 | 2024.09.24 04:39:43.254158 [ 3 ] {aa6a1e4e-3af5-49df-92f7-f997344d4bca} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13443 | 2024.09.24 04:39:43.254210 [ 3 ] {aa6a1e4e-3af5-49df-92f7-f997344d4bca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
13444 | 2024.09.24 04:39:43.255787 [ 3 ] {aa6a1e4e-3af5-49df-92f7-f997344d4bca} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
13445 | 2024.09.24 04:39:43.256400 [ 3 ] {aa6a1e4e-3af5-49df-92f7-f997344d4bca} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13446 | 2024.09.24 04:39:43.256599 [ 3 ] {aa6a1e4e-3af5-49df-92f7-f997344d4bca} <Debug> executeQuery: Read 24 rows, 1.79 KiB in 0.005185 sec., 4628.736740597878 rows/sec., 345.99 KiB/sec. | ||
13447 | 2024.09.24 04:39:43.256935 [ 3 ] {aa6a1e4e-3af5-49df-92f7-f997344d4bca} <Debug> DynamicQueryHandler: Done processing query | ||
13448 | 2024.09.24 04:39:43.257016 [ 3 ] {aa6a1e4e-3af5-49df-92f7-f997344d4bca} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13449 | 2024.09.24 04:39:43.257100 [ 3 ] {} <Debug> HTTP-Session: 8bd9a1b1-8714-4f21-ae55-574e3f9bcb47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13450 | 2024.09.24 04:39:43.257210 [ 196 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3444 rows, containing 5 columns (5 merged, 0 gathered) in 0.006731863 sec., 511596.86404788686 rows/sec., 44.90 MiB/sec. | ||
13451 | 2024.09.24 04:39:43.257350 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 32357, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13452 | 2024.09.24 04:39:43.257410 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13453 | 2024.09.24 04:39:43.257433 [ 3 ] {} <Debug> HTTP-Session: c4abdc99-3ecf-4045-b674-d13fe2e72901 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13454 | 2024.09.24 04:39:43.257456 [ 3 ] {} <Debug> HTTP-Session: c4abdc99-3ecf-4045-b674-d13fe2e72901 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13455 | 2024.09.24 04:39:43.257472 [ 3 ] {} <Debug> HTTP-Session: c4abdc99-3ecf-4045-b674-d13fe2e72901 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13456 | 2024.09.24 04:39:43.257479 [ 190 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
13457 | 2024.09.24 04:39:43.257513 [ 3 ] {} <Trace> HTTP-Session: c4abdc99-3ecf-4045-b674-d13fe2e72901 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13458 | 2024.09.24 04:39:43.257800 [ 3 ] {d5e6041d-565d-4167-916c-2fbefb305285} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
13459 | 2024.09.24 04:39:43.257871 [ 3 ] {d5e6041d-565d-4167-916c-2fbefb305285} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
13460 | 2024.09.24 04:39:43.258135 [ 190 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_71_14} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13461 | 2024.09.24 04:39:43.258233 [ 3 ] {d5e6041d-565d-4167-916c-2fbefb305285} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13462 | 2024.09.24 04:39:43.258266 [ 190 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_71_14} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
13463 | 2024.09.24 04:39:43.258377 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
13464 | 2024.09.24 04:39:43.258716 [ 3 ] {d5e6041d-565d-4167-916c-2fbefb305285} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13465 | 2024.09.24 04:39:43.258753 [ 3 ] {d5e6041d-565d-4167-916c-2fbefb305285} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
13466 | 2024.09.24 04:39:43.259131 [ 3 ] {d5e6041d-565d-4167-916c-2fbefb305285} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
13467 | 2024.09.24 04:39:43.259492 [ 3 ] {d5e6041d-565d-4167-916c-2fbefb305285} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13468 | 2024.09.24 04:39:43.259653 [ 3 ] {d5e6041d-565d-4167-916c-2fbefb305285} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002017 sec., 119980.16856717897 rows/sec., 8.13 MiB/sec. | ||
13469 | 2024.09.24 04:39:43.259992 [ 3 ] {d5e6041d-565d-4167-916c-2fbefb305285} <Debug> DynamicQueryHandler: Done processing query | ||
13470 | 2024.09.24 04:39:43.260033 [ 3 ] {d5e6041d-565d-4167-916c-2fbefb305285} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
13471 | 2024.09.24 04:39:43.260056 [ 3 ] {} <Debug> HTTP-Session: c4abdc99-3ecf-4045-b674-d13fe2e72901 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13472 | 2024.09.24 04:39:43.260242 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13473 | 2024.09.24 04:39:43.260292 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13474 | 2024.09.24 04:39:43.260311 [ 3 ] {} <Debug> HTTP-Session: a8a47d19-e056-4210-84cb-7f9269a39994 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13475 | 2024.09.24 04:39:43.260328 [ 3 ] {} <Debug> HTTP-Session: a8a47d19-e056-4210-84cb-7f9269a39994 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13476 | 2024.09.24 04:39:43.260341 [ 3 ] {} <Debug> HTTP-Session: a8a47d19-e056-4210-84cb-7f9269a39994 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13477 | 2024.09.24 04:39:43.260374 [ 3 ] {} <Trace> HTTP-Session: a8a47d19-e056-4210-84cb-7f9269a39994 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13478 | 2024.09.24 04:39:43.260477 [ 3 ] {cc7f2dc8-d8bb-4543-af03-062a5a2f6e48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
13479 | 2024.09.24 04:39:43.260523 [ 3 ] {cc7f2dc8-d8bb-4543-af03-062a5a2f6e48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
13480 | 2024.09.24 04:39:43.260765 [ 3 ] {cc7f2dc8-d8bb-4543-af03-062a5a2f6e48} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13481 | 2024.09.24 04:39:43.261093 [ 3 ] {cc7f2dc8-d8bb-4543-af03-062a5a2f6e48} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13482 | 2024.09.24 04:39:43.261129 [ 3 ] {cc7f2dc8-d8bb-4543-af03-062a5a2f6e48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
13483 | 2024.09.24 04:39:43.261477 [ 3 ] {cc7f2dc8-d8bb-4543-af03-062a5a2f6e48} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
13484 | 2024.09.24 04:39:43.261831 [ 3 ] {cc7f2dc8-d8bb-4543-af03-062a5a2f6e48} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13485 | 2024.09.24 04:39:43.261997 [ 3 ] {cc7f2dc8-d8bb-4543-af03-062a5a2f6e48} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001546 sec., 3880.9831824062094 rows/sec., 229.30 KiB/sec. | ||
13486 | 2024.09.24 04:39:43.262153 [ 3 ] {cc7f2dc8-d8bb-4543-af03-062a5a2f6e48} <Debug> DynamicQueryHandler: Done processing query | ||
13487 | 2024.09.24 04:39:43.262176 [ 3 ] {cc7f2dc8-d8bb-4543-af03-062a5a2f6e48} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13488 | 2024.09.24 04:39:43.262192 [ 3 ] {} <Debug> HTTP-Session: a8a47d19-e056-4210-84cb-7f9269a39994 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13489 | 2024.09.24 04:39:43.262446 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 140827, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13490 | 2024.09.24 04:39:43.262493 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13491 | 2024.09.24 04:39:43.262512 [ 3 ] {} <Debug> HTTP-Session: 1b750423-836d-47da-ba87-216630cb9e5e Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13492 | 2024.09.24 04:39:43.262528 [ 3 ] {} <Debug> HTTP-Session: 1b750423-836d-47da-ba87-216630cb9e5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13493 | 2024.09.24 04:39:43.262541 [ 3 ] {} <Debug> HTTP-Session: 1b750423-836d-47da-ba87-216630cb9e5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13494 | 2024.09.24 04:39:43.262573 [ 3 ] {} <Trace> HTTP-Session: 1b750423-836d-47da-ba87-216630cb9e5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13495 | 2024.09.24 04:39:43.262957 [ 3 ] {ab119982-f3fd-4977-96ea-aa8e51e9a035} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13496 | 2024.09.24 04:39:43.263001 [ 3 ] {ab119982-f3fd-4977-96ea-aa8e51e9a035} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13497 | 2024.09.24 04:39:43.263223 [ 3 ] {ab119982-f3fd-4977-96ea-aa8e51e9a035} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13498 | 2024.09.24 04:39:43.264135 [ 3 ] {ab119982-f3fd-4977-96ea-aa8e51e9a035} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13499 | 2024.09.24 04:39:43.264171 [ 3 ] {ab119982-f3fd-4977-96ea-aa8e51e9a035} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
13500 | 2024.09.24 04:39:43.264563 [ 3 ] {ab119982-f3fd-4977-96ea-aa8e51e9a035} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
13501 | 2024.09.24 04:39:43.264952 [ 3 ] {ab119982-f3fd-4977-96ea-aa8e51e9a035} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13502 | 2024.09.24 04:39:43.265106 [ 3 ] {ab119982-f3fd-4977-96ea-aa8e51e9a035} <Debug> executeQuery: Read 862 rows, 63.90 KiB in 0.002389 sec., 360820.4269568857 rows/sec., 26.12 MiB/sec. | ||
13503 | 2024.09.24 04:39:43.265114 [ 54 ] {} <Debug> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
13504 | 2024.09.24 04:39:43.265202 [ 54 ] {} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13505 | 2024.09.24 04:39:43.265258 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
13506 | 2024.09.24 04:39:43.265399 [ 3 ] {ab119982-f3fd-4977-96ea-aa8e51e9a035} <Debug> DynamicQueryHandler: Done processing query | ||
13507 | 2024.09.24 04:39:43.265414 [ 190 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
13508 | 2024.09.24 04:39:43.265429 [ 3 ] {ab119982-f3fd-4977-96ea-aa8e51e9a035} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
13509 | 2024.09.24 04:39:43.265455 [ 3 ] {} <Debug> HTTP-Session: 1b750423-836d-47da-ba87-216630cb9e5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13510 | 2024.09.24 04:39:43.265565 [ 190 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13511 | 2024.09.24 04:39:43.265634 [ 190 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 913 rows starting from the beginning of the part | ||
13512 | 2024.09.24 04:39:43.265722 [ 190 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 406 rows starting from the beginning of the part | ||
13513 | 2024.09.24 04:39:43.265920 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13514 | 2024.09.24 04:39:43.266150 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13515 | 2024.09.24 04:39:43.266166 [ 190 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 85 rows starting from the beginning of the part | ||
13516 | 2024.09.24 04:39:43.266235 [ 3 ] {} <Debug> HTTP-Session: 55ab83e2-b660-4cd1-bff4-f3630ecfb9a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13517 | 2024.09.24 04:39:43.266316 [ 3 ] {} <Debug> HTTP-Session: 55ab83e2-b660-4cd1-bff4-f3630ecfb9a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13518 | 2024.09.24 04:39:43.266419 [ 3 ] {} <Debug> HTTP-Session: 55ab83e2-b660-4cd1-bff4-f3630ecfb9a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13519 | 2024.09.24 04:39:43.266536 [ 3 ] {} <Trace> HTTP-Session: 55ab83e2-b660-4cd1-bff4-f3630ecfb9a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13520 | 2024.09.24 04:39:43.266535 [ 190 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 406 rows starting from the beginning of the part | ||
13521 | 2024.09.24 04:39:43.266771 [ 190 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 85 rows starting from the beginning of the part | ||
13522 | 2024.09.24 04:39:43.266820 [ 3 ] {4a3d3834-6d69-4ea0-8594-4fb87ad43227} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
13523 | 2024.09.24 04:39:43.267042 [ 3 ] {4a3d3834-6d69-4ea0-8594-4fb87ad43227} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
13524 | 2024.09.24 04:39:43.267097 [ 190 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 862 rows starting from the beginning of the part | ||
13525 | 2024.09.24 04:39:43.267717 [ 3 ] {4a3d3834-6d69-4ea0-8594-4fb87ad43227} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13526 | 2024.09.24 04:39:43.268102 [ 3 ] {4a3d3834-6d69-4ea0-8594-4fb87ad43227} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13527 | 2024.09.24 04:39:43.268144 [ 3 ] {4a3d3834-6d69-4ea0-8594-4fb87ad43227} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
13528 | 2024.09.24 04:39:43.268673 [ 3 ] {4a3d3834-6d69-4ea0-8594-4fb87ad43227} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
13529 | 2024.09.24 04:39:43.269036 [ 3 ] {4a3d3834-6d69-4ea0-8594-4fb87ad43227} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13530 | 2024.09.24 04:39:43.269412 [ 3 ] {4a3d3834-6d69-4ea0-8594-4fb87ad43227} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002715 sec., 2209.9447513812156 rows/sec., 115.46 KiB/sec. | ||
13531 | 2024.09.24 04:39:43.269486 [ 190 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2757 rows, containing 5 columns (5 merged, 0 gathered) in 0.004132388 sec., 667168.7169743016 rows/sec., 50.92 MiB/sec. | ||
13532 | 2024.09.24 04:39:43.269621 [ 3 ] {4a3d3834-6d69-4ea0-8594-4fb87ad43227} <Debug> DynamicQueryHandler: Done processing query | ||
13533 | 2024.09.24 04:39:43.269646 [ 3 ] {4a3d3834-6d69-4ea0-8594-4fb87ad43227} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13534 | 2024.09.24 04:39:43.269650 [ 190 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
13535 | 2024.09.24 04:39:43.269667 [ 3 ] {} <Debug> HTTP-Session: 55ab83e2-b660-4cd1-bff4-f3630ecfb9a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13536 | 2024.09.24 04:39:43.270016 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 173040, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13537 | 2024.09.24 04:39:43.270074 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13538 | 2024.09.24 04:39:43.270075 [ 190 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_71_14} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13539 | 2024.09.24 04:39:43.270100 [ 3 ] {} <Debug> HTTP-Session: 747d4a3a-a5b9-4a34-b196-501bd9353380 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13540 | 2024.09.24 04:39:43.270124 [ 3 ] {} <Debug> HTTP-Session: 747d4a3a-a5b9-4a34-b196-501bd9353380 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13541 | 2024.09.24 04:39:43.270143 [ 3 ] {} <Debug> HTTP-Session: 747d4a3a-a5b9-4a34-b196-501bd9353380 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13542 | 2024.09.24 04:39:43.270179 [ 3 ] {} <Trace> HTTP-Session: 747d4a3a-a5b9-4a34-b196-501bd9353380 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13543 | 2024.09.24 04:39:43.270188 [ 190 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_71_14} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
13544 | 2024.09.24 04:39:43.270271 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
13545 | 2024.09.24 04:39:43.270645 [ 3 ] {9a0f3b55-3913-4ec7-be28-ccc47cb4778a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13546 | 2024.09.24 04:39:43.270694 [ 3 ] {9a0f3b55-3913-4ec7-be28-ccc47cb4778a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13547 | 2024.09.24 04:39:43.270835 [ 3 ] {9a0f3b55-3913-4ec7-be28-ccc47cb4778a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13548 | 2024.09.24 04:39:43.271720 [ 3 ] {9a0f3b55-3913-4ec7-be28-ccc47cb4778a} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13549 | 2024.09.24 04:39:43.271756 [ 3 ] {9a0f3b55-3913-4ec7-be28-ccc47cb4778a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
13550 | 2024.09.24 04:39:43.272185 [ 3 ] {9a0f3b55-3913-4ec7-be28-ccc47cb4778a} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
13551 | 2024.09.24 04:39:43.272524 [ 3 ] {9a0f3b55-3913-4ec7-be28-ccc47cb4778a} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13552 | 2024.09.24 04:39:43.272682 [ 3 ] {9a0f3b55-3913-4ec7-be28-ccc47cb4778a} <Debug> executeQuery: Read 914 rows, 62.41 KiB in 0.00231 sec., 395670.9956709957 rows/sec., 26.38 MiB/sec. | ||
13553 | 2024.09.24 04:39:43.272946 [ 3 ] {9a0f3b55-3913-4ec7-be28-ccc47cb4778a} <Debug> DynamicQueryHandler: Done processing query | ||
13554 | 2024.09.24 04:39:43.273012 [ 3 ] {9a0f3b55-3913-4ec7-be28-ccc47cb4778a} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
13555 | 2024.09.24 04:39:43.273071 [ 3 ] {} <Debug> HTTP-Session: 747d4a3a-a5b9-4a34-b196-501bd9353380 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13556 | 2024.09.24 04:39:43.273457 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13557 | 2024.09.24 04:39:43.273511 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13558 | 2024.09.24 04:39:43.273530 [ 3 ] {} <Debug> HTTP-Session: 520ce268-c033-4d4d-8853-fa91d74d5e29 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13559 | 2024.09.24 04:39:43.273546 [ 3 ] {} <Debug> HTTP-Session: 520ce268-c033-4d4d-8853-fa91d74d5e29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13560 | 2024.09.24 04:39:43.273560 [ 3 ] {} <Debug> HTTP-Session: 520ce268-c033-4d4d-8853-fa91d74d5e29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13561 | 2024.09.24 04:39:43.273592 [ 3 ] {} <Trace> HTTP-Session: 520ce268-c033-4d4d-8853-fa91d74d5e29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13562 | 2024.09.24 04:39:43.273690 [ 3 ] {0a4dc504-0212-412a-afd7-9b94688f1c37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
13563 | 2024.09.24 04:39:43.273737 [ 3 ] {0a4dc504-0212-412a-afd7-9b94688f1c37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
13564 | 2024.09.24 04:39:43.273881 [ 3 ] {0a4dc504-0212-412a-afd7-9b94688f1c37} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13565 | 2024.09.24 04:39:43.274131 [ 3 ] {0a4dc504-0212-412a-afd7-9b94688f1c37} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13566 | 2024.09.24 04:39:43.274166 [ 3 ] {0a4dc504-0212-412a-afd7-9b94688f1c37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
13567 | 2024.09.24 04:39:43.274522 [ 3 ] {0a4dc504-0212-412a-afd7-9b94688f1c37} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
13568 | 2024.09.24 04:39:43.274845 [ 3 ] {0a4dc504-0212-412a-afd7-9b94688f1c37} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13569 | 2024.09.24 04:39:43.274965 [ 3 ] {0a4dc504-0212-412a-afd7-9b94688f1c37} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.0013 sec., 769.2307692307693 rows/sec., 51.83 KiB/sec. | ||
13570 | 2024.09.24 04:39:43.275139 [ 3 ] {0a4dc504-0212-412a-afd7-9b94688f1c37} <Debug> DynamicQueryHandler: Done processing query | ||
13571 | 2024.09.24 04:39:43.275167 [ 3 ] {0a4dc504-0212-412a-afd7-9b94688f1c37} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
13572 | 2024.09.24 04:39:43.275184 [ 3 ] {} <Debug> HTTP-Session: 520ce268-c033-4d4d-8853-fa91d74d5e29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13573 | 2024.09.24 04:39:43.275383 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 36181, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13574 | 2024.09.24 04:39:43.275429 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13575 | 2024.09.24 04:39:43.275448 [ 3 ] {} <Debug> HTTP-Session: 7f336fc1-bf57-422c-899b-396799892c7b Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13576 | 2024.09.24 04:39:43.275463 [ 3 ] {} <Debug> HTTP-Session: 7f336fc1-bf57-422c-899b-396799892c7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13577 | 2024.09.24 04:39:43.275477 [ 3 ] {} <Debug> HTTP-Session: 7f336fc1-bf57-422c-899b-396799892c7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13578 | 2024.09.24 04:39:43.275508 [ 3 ] {} <Trace> HTTP-Session: 7f336fc1-bf57-422c-899b-396799892c7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13579 | 2024.09.24 04:39:43.275781 [ 3 ] {d682fb77-044f-4a13-8706-0a216a97d357} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
13580 | 2024.09.24 04:39:43.275845 [ 3 ] {d682fb77-044f-4a13-8706-0a216a97d357} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
13581 | 2024.09.24 04:39:43.276241 [ 3 ] {d682fb77-044f-4a13-8706-0a216a97d357} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13582 | 2024.09.24 04:39:43.277011 [ 3 ] {d682fb77-044f-4a13-8706-0a216a97d357} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13583 | 2024.09.24 04:39:43.277045 [ 3 ] {d682fb77-044f-4a13-8706-0a216a97d357} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
13584 | 2024.09.24 04:39:43.277652 [ 3 ] {d682fb77-044f-4a13-8706-0a216a97d357} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
13585 | 2024.09.24 04:39:43.278050 [ 3 ] {d682fb77-044f-4a13-8706-0a216a97d357} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13586 | 2024.09.24 04:39:43.278198 [ 3 ] {d682fb77-044f-4a13-8706-0a216a97d357} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002605 sec., 8445.297504798464 rows/sec., 15.13 MiB/sec. | ||
13587 | 2024.09.24 04:39:43.278411 [ 3 ] {d682fb77-044f-4a13-8706-0a216a97d357} <Debug> DynamicQueryHandler: Done processing query | ||
13588 | 2024.09.24 04:39:43.278435 [ 3 ] {d682fb77-044f-4a13-8706-0a216a97d357} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
13589 | 2024.09.24 04:39:43.278451 [ 3 ] {} <Debug> HTTP-Session: 7f336fc1-bf57-422c-899b-396799892c7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13590 | 2024.09.24 04:39:43.278575 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 9440, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13591 | 2024.09.24 04:39:43.278623 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13592 | 2024.09.24 04:39:43.278643 [ 3 ] {} <Debug> HTTP-Session: 97e09e9b-5d9f-4adc-87f8-195dc9270c4e Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13593 | 2024.09.24 04:39:43.278660 [ 3 ] {} <Debug> HTTP-Session: 97e09e9b-5d9f-4adc-87f8-195dc9270c4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13594 | 2024.09.24 04:39:43.278673 [ 3 ] {} <Debug> HTTP-Session: 97e09e9b-5d9f-4adc-87f8-195dc9270c4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13595 | 2024.09.24 04:39:43.278704 [ 3 ] {} <Trace> HTTP-Session: 97e09e9b-5d9f-4adc-87f8-195dc9270c4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13596 | 2024.09.24 04:39:43.278820 [ 3 ] {1e6c148a-acb5-47b6-9efc-58903b2b55b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13597 | 2024.09.24 04:39:43.278863 [ 3 ] {1e6c148a-acb5-47b6-9efc-58903b2b55b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13598 | 2024.09.24 04:39:43.278996 [ 3 ] {1e6c148a-acb5-47b6-9efc-58903b2b55b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13599 | 2024.09.24 04:39:43.279307 [ 3 ] {1e6c148a-acb5-47b6-9efc-58903b2b55b8} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13600 | 2024.09.24 04:39:43.279342 [ 3 ] {1e6c148a-acb5-47b6-9efc-58903b2b55b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
13601 | 2024.09.24 04:39:43.279763 [ 3 ] {1e6c148a-acb5-47b6-9efc-58903b2b55b8} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
13602 | 2024.09.24 04:39:43.280112 [ 3 ] {1e6c148a-acb5-47b6-9efc-58903b2b55b8} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13603 | 2024.09.24 04:39:43.280238 [ 3 ] {1e6c148a-acb5-47b6-9efc-58903b2b55b8} <Debug> executeQuery: Read 64 rows, 4.10 KiB in 0.001457 sec., 43925.87508579272 rows/sec., 2.75 MiB/sec. | ||
13604 | 2024.09.24 04:39:43.280398 [ 3 ] {1e6c148a-acb5-47b6-9efc-58903b2b55b8} <Debug> DynamicQueryHandler: Done processing query | ||
13605 | 2024.09.24 04:39:43.280426 [ 3 ] {1e6c148a-acb5-47b6-9efc-58903b2b55b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13606 | 2024.09.24 04:39:43.280444 [ 3 ] {} <Debug> HTTP-Session: 97e09e9b-5d9f-4adc-87f8-195dc9270c4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13607 | 2024.09.24 04:39:44.909759 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 7802, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13608 | 2024.09.24 04:39:44.909871 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13609 | 2024.09.24 04:39:44.909894 [ 3 ] {} <Debug> HTTP-Session: f859ce90-f50f-432b-afca-ff130c1672f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13610 | 2024.09.24 04:39:44.909919 [ 3 ] {} <Debug> HTTP-Session: f859ce90-f50f-432b-afca-ff130c1672f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13611 | 2024.09.24 04:39:44.909934 [ 3 ] {} <Debug> HTTP-Session: f859ce90-f50f-432b-afca-ff130c1672f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13612 | 2024.09.24 04:39:44.909983 [ 3 ] {} <Trace> HTTP-Session: f859ce90-f50f-432b-afca-ff130c1672f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13613 | 2024.09.24 04:39:44.910199 [ 3 ] {af8e7669-3216-4e39-9e27-9b030de5ff8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13614 | 2024.09.24 04:39:44.910275 [ 3 ] {af8e7669-3216-4e39-9e27-9b030de5ff8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13615 | 2024.09.24 04:39:44.910661 [ 3 ] {af8e7669-3216-4e39-9e27-9b030de5ff8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13616 | 2024.09.24 04:39:44.911142 [ 3 ] {af8e7669-3216-4e39-9e27-9b030de5ff8e} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13617 | 2024.09.24 04:39:44.911188 [ 3 ] {af8e7669-3216-4e39-9e27-9b030de5ff8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
13618 | 2024.09.24 04:39:44.911615 [ 3 ] {af8e7669-3216-4e39-9e27-9b030de5ff8e} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
13619 | 2024.09.24 04:39:44.912000 [ 3 ] {af8e7669-3216-4e39-9e27-9b030de5ff8e} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13620 | 2024.09.24 04:39:44.912180 [ 3 ] {af8e7669-3216-4e39-9e27-9b030de5ff8e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002053 sec., 27277.155382367266 rows/sec., 2.08 MiB/sec. | ||
13621 | 2024.09.24 04:39:44.912389 [ 3 ] {af8e7669-3216-4e39-9e27-9b030de5ff8e} <Debug> DynamicQueryHandler: Done processing query | ||
13622 | 2024.09.24 04:39:44.912416 [ 3 ] {af8e7669-3216-4e39-9e27-9b030de5ff8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
13623 | 2024.09.24 04:39:44.912433 [ 3 ] {} <Debug> HTTP-Session: f859ce90-f50f-432b-afca-ff130c1672f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13624 | 2024.09.24 04:39:44.912569 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 10878, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13625 | 2024.09.24 04:39:44.912623 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13626 | 2024.09.24 04:39:44.912642 [ 3 ] {} <Debug> HTTP-Session: 336e2297-1766-4912-8e66-e301b8a0c0de Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13627 | 2024.09.24 04:39:44.912661 [ 3 ] {} <Debug> HTTP-Session: 336e2297-1766-4912-8e66-e301b8a0c0de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13628 | 2024.09.24 04:39:44.912675 [ 3 ] {} <Debug> HTTP-Session: 336e2297-1766-4912-8e66-e301b8a0c0de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13629 | 2024.09.24 04:39:44.912713 [ 3 ] {} <Trace> HTTP-Session: 336e2297-1766-4912-8e66-e301b8a0c0de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13630 | 2024.09.24 04:39:44.912845 [ 3 ] {b843711c-0977-413b-b9d2-9e8aebd5659c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13631 | 2024.09.24 04:39:44.912893 [ 3 ] {b843711c-0977-413b-b9d2-9e8aebd5659c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13632 | 2024.09.24 04:39:44.913135 [ 3 ] {b843711c-0977-413b-b9d2-9e8aebd5659c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13633 | 2024.09.24 04:39:44.913506 [ 3 ] {b843711c-0977-413b-b9d2-9e8aebd5659c} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13634 | 2024.09.24 04:39:44.913543 [ 3 ] {b843711c-0977-413b-b9d2-9e8aebd5659c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
13635 | 2024.09.24 04:39:44.913900 [ 3 ] {b843711c-0977-413b-b9d2-9e8aebd5659c} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
13636 | 2024.09.24 04:39:44.914259 [ 3 ] {b843711c-0977-413b-b9d2-9e8aebd5659c} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13637 | 2024.09.24 04:39:44.914415 [ 3 ] {b843711c-0977-413b-b9d2-9e8aebd5659c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001616 sec., 39603.960396039605 rows/sec., 3.09 MiB/sec. | ||
13638 | 2024.09.24 04:39:44.914579 [ 3 ] {b843711c-0977-413b-b9d2-9e8aebd5659c} <Debug> DynamicQueryHandler: Done processing query | ||
13639 | 2024.09.24 04:39:44.914603 [ 3 ] {b843711c-0977-413b-b9d2-9e8aebd5659c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
13640 | 2024.09.24 04:39:44.914618 [ 3 ] {} <Debug> HTTP-Session: 336e2297-1766-4912-8e66-e301b8a0c0de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13641 | 2024.09.24 04:39:44.914747 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 8473, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13642 | 2024.09.24 04:39:44.914797 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13643 | 2024.09.24 04:39:44.914816 [ 3 ] {} <Debug> HTTP-Session: 3ba88b3a-f7bf-43ed-9d0a-4bf276d23459 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13644 | 2024.09.24 04:39:44.914833 [ 3 ] {} <Debug> HTTP-Session: 3ba88b3a-f7bf-43ed-9d0a-4bf276d23459 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13645 | 2024.09.24 04:39:44.914847 [ 3 ] {} <Debug> HTTP-Session: 3ba88b3a-f7bf-43ed-9d0a-4bf276d23459 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13646 | 2024.09.24 04:39:44.914880 [ 3 ] {} <Trace> HTTP-Session: 3ba88b3a-f7bf-43ed-9d0a-4bf276d23459 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13647 | 2024.09.24 04:39:44.914993 [ 3 ] {c14b3353-3a38-4f84-a7f2-91fb2a3e9b05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13648 | 2024.09.24 04:39:44.915042 [ 3 ] {c14b3353-3a38-4f84-a7f2-91fb2a3e9b05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13649 | 2024.09.24 04:39:44.915187 [ 3 ] {c14b3353-3a38-4f84-a7f2-91fb2a3e9b05} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13650 | 2024.09.24 04:39:44.915523 [ 3 ] {c14b3353-3a38-4f84-a7f2-91fb2a3e9b05} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13651 | 2024.09.24 04:39:44.915559 [ 3 ] {c14b3353-3a38-4f84-a7f2-91fb2a3e9b05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
13652 | 2024.09.24 04:39:44.915936 [ 3 ] {c14b3353-3a38-4f84-a7f2-91fb2a3e9b05} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
13653 | 2024.09.24 04:39:44.916286 [ 3 ] {c14b3353-3a38-4f84-a7f2-91fb2a3e9b05} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13654 | 2024.09.24 04:39:44.916451 [ 3 ] {c14b3353-3a38-4f84-a7f2-91fb2a3e9b05} <Debug> executeQuery: Read 44 rows, 3.14 KiB in 0.00149 sec., 29530.201342281878 rows/sec., 2.06 MiB/sec. | ||
13655 | 2024.09.24 04:39:44.916623 [ 3 ] {c14b3353-3a38-4f84-a7f2-91fb2a3e9b05} <Debug> DynamicQueryHandler: Done processing query | ||
13656 | 2024.09.24 04:39:44.916648 [ 3 ] {c14b3353-3a38-4f84-a7f2-91fb2a3e9b05} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13657 | 2024.09.24 04:39:44.916664 [ 3 ] {} <Debug> HTTP-Session: 3ba88b3a-f7bf-43ed-9d0a-4bf276d23459 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13658 | 2024.09.24 04:39:44.916811 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 2769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13659 | 2024.09.24 04:39:44.916859 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13660 | 2024.09.24 04:39:44.916879 [ 3 ] {} <Debug> HTTP-Session: c72f28f9-90ad-4cb3-add4-1c2e61c0b263 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13661 | 2024.09.24 04:39:44.916895 [ 3 ] {} <Debug> HTTP-Session: c72f28f9-90ad-4cb3-add4-1c2e61c0b263 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13662 | 2024.09.24 04:39:44.916909 [ 3 ] {} <Debug> HTTP-Session: c72f28f9-90ad-4cb3-add4-1c2e61c0b263 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13663 | 2024.09.24 04:39:44.916940 [ 3 ] {} <Trace> HTTP-Session: c72f28f9-90ad-4cb3-add4-1c2e61c0b263 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13664 | 2024.09.24 04:39:44.917043 [ 3 ] {df98bc61-d573-4bf9-a786-f0c6f7722a89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13665 | 2024.09.24 04:39:44.917088 [ 3 ] {df98bc61-d573-4bf9-a786-f0c6f7722a89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13666 | 2024.09.24 04:39:44.917215 [ 3 ] {df98bc61-d573-4bf9-a786-f0c6f7722a89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13667 | 2024.09.24 04:39:44.917485 [ 3 ] {df98bc61-d573-4bf9-a786-f0c6f7722a89} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13668 | 2024.09.24 04:39:44.917521 [ 3 ] {df98bc61-d573-4bf9-a786-f0c6f7722a89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
13669 | 2024.09.24 04:39:44.917875 [ 3 ] {df98bc61-d573-4bf9-a786-f0c6f7722a89} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
13670 | 2024.09.24 04:39:44.918199 [ 3 ] {df98bc61-d573-4bf9-a786-f0c6f7722a89} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13671 | 2024.09.24 04:39:44.918350 [ 3 ] {df98bc61-d573-4bf9-a786-f0c6f7722a89} <Debug> executeQuery: Read 18 rows, 1.24 KiB in 0.001328 sec., 13554.21686746988 rows/sec., 930.23 KiB/sec. | ||
13672 | 2024.09.24 04:39:44.918502 [ 3 ] {df98bc61-d573-4bf9-a786-f0c6f7722a89} <Debug> DynamicQueryHandler: Done processing query | ||
13673 | 2024.09.24 04:39:44.918526 [ 3 ] {df98bc61-d573-4bf9-a786-f0c6f7722a89} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13674 | 2024.09.24 04:39:44.918541 [ 3 ] {} <Debug> HTTP-Session: c72f28f9-90ad-4cb3-add4-1c2e61c0b263 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13675 | 2024.09.24 04:39:47.656950 [ 24 ] {} <Debug> DNSResolver: Updating DNS cache | ||
13676 | 2024.09.24 04:39:47.657017 [ 24 ] {} <Debug> DNSResolver: Updated DNS cache | ||
13677 | 2024.09.24 04:39:49.915457 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 13137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13678 | 2024.09.24 04:39:49.915577 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13679 | 2024.09.24 04:39:49.915605 [ 3 ] {} <Debug> HTTP-Session: 6fbbbfaf-048e-4195-922a-d31fd7753511 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13680 | 2024.09.24 04:39:49.915633 [ 3 ] {} <Debug> HTTP-Session: 6fbbbfaf-048e-4195-922a-d31fd7753511 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13681 | 2024.09.24 04:39:49.915651 [ 3 ] {} <Debug> HTTP-Session: 6fbbbfaf-048e-4195-922a-d31fd7753511 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13682 | 2024.09.24 04:39:49.915706 [ 3 ] {} <Trace> HTTP-Session: 6fbbbfaf-048e-4195-922a-d31fd7753511 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13683 | 2024.09.24 04:39:49.915936 [ 3 ] {e691c28b-0bb2-4d76-9009-a85d123ee217} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13684 | 2024.09.24 04:39:49.916010 [ 3 ] {e691c28b-0bb2-4d76-9009-a85d123ee217} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13685 | 2024.09.24 04:39:49.916362 [ 3 ] {e691c28b-0bb2-4d76-9009-a85d123ee217} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13686 | 2024.09.24 04:39:49.916870 [ 3 ] {e691c28b-0bb2-4d76-9009-a85d123ee217} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13687 | 2024.09.24 04:39:49.916913 [ 3 ] {e691c28b-0bb2-4d76-9009-a85d123ee217} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
13688 | 2024.09.24 04:39:49.917350 [ 3 ] {e691c28b-0bb2-4d76-9009-a85d123ee217} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
13689 | 2024.09.24 04:39:49.917735 [ 3 ] {e691c28b-0bb2-4d76-9009-a85d123ee217} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13690 | 2024.09.24 04:39:49.917882 [ 3 ] {e691c28b-0bb2-4d76-9009-a85d123ee217} <Debug> executeQuery: Read 90 rows, 7.65 KiB in 0.00203 sec., 44334.97536945812 rows/sec., 3.68 MiB/sec. | ||
13691 | 2024.09.24 04:39:49.918093 [ 3 ] {e691c28b-0bb2-4d76-9009-a85d123ee217} <Debug> DynamicQueryHandler: Done processing query | ||
13692 | 2024.09.24 04:39:49.918120 [ 3 ] {e691c28b-0bb2-4d76-9009-a85d123ee217} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
13693 | 2024.09.24 04:39:49.918136 [ 3 ] {} <Debug> HTTP-Session: 6fbbbfaf-048e-4195-922a-d31fd7753511 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13694 | 2024.09.24 04:39:49.918272 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 2487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13695 | 2024.09.24 04:39:49.918326 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13696 | 2024.09.24 04:39:49.918345 [ 3 ] {} <Debug> HTTP-Session: f716788e-ebd6-4086-866e-59e4555589e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13697 | 2024.09.24 04:39:49.918363 [ 3 ] {} <Debug> HTTP-Session: f716788e-ebd6-4086-866e-59e4555589e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13698 | 2024.09.24 04:39:49.918378 [ 3 ] {} <Debug> HTTP-Session: f716788e-ebd6-4086-866e-59e4555589e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13699 | 2024.09.24 04:39:49.918414 [ 3 ] {} <Trace> HTTP-Session: f716788e-ebd6-4086-866e-59e4555589e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13700 | 2024.09.24 04:39:49.918523 [ 3 ] {7d768946-65f2-4f24-94dd-e8c04649e81f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13701 | 2024.09.24 04:39:49.918569 [ 3 ] {7d768946-65f2-4f24-94dd-e8c04649e81f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13702 | 2024.09.24 04:39:49.918804 [ 3 ] {7d768946-65f2-4f24-94dd-e8c04649e81f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13703 | 2024.09.24 04:39:49.919126 [ 3 ] {7d768946-65f2-4f24-94dd-e8c04649e81f} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13704 | 2024.09.24 04:39:49.919161 [ 3 ] {7d768946-65f2-4f24-94dd-e8c04649e81f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
13705 | 2024.09.24 04:39:49.919523 [ 3 ] {7d768946-65f2-4f24-94dd-e8c04649e81f} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
13706 | 2024.09.24 04:39:49.919890 [ 3 ] {7d768946-65f2-4f24-94dd-e8c04649e81f} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13707 | 2024.09.24 04:39:49.920015 [ 29 ] {} <Debug> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
13708 | 2024.09.24 04:39:49.920020 [ 3 ] {7d768946-65f2-4f24-94dd-e8c04649e81f} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001528 sec., 11125.65445026178 rows/sec., 836.60 KiB/sec. | ||
13709 | 2024.09.24 04:39:49.920057 [ 29 ] {} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13710 | 2024.09.24 04:39:49.920094 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
13711 | 2024.09.24 04:39:49.920269 [ 3 ] {7d768946-65f2-4f24-94dd-e8c04649e81f} <Debug> DynamicQueryHandler: Done processing query | ||
13712 | 2024.09.24 04:39:49.920303 [ 3 ] {7d768946-65f2-4f24-94dd-e8c04649e81f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13713 | 2024.09.24 04:39:49.920297 [ 200 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
13714 | 2024.09.24 04:39:49.920329 [ 3 ] {} <Debug> HTTP-Session: f716788e-ebd6-4086-866e-59e4555589e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13715 | 2024.09.24 04:39:49.920539 [ 200 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13716 | 2024.09.24 04:39:49.920569 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 13756, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13717 | 2024.09.24 04:39:49.920610 [ 200 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 57 rows starting from the beginning of the part | ||
13718 | 2024.09.24 04:39:49.920668 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13719 | 2024.09.24 04:39:49.920726 [ 3 ] {} <Debug> HTTP-Session: 6d8470d0-35f1-418a-a99f-67bb065d1ee1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13720 | 2024.09.24 04:39:49.920804 [ 3 ] {} <Debug> HTTP-Session: 6d8470d0-35f1-418a-a99f-67bb065d1ee1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13721 | 2024.09.24 04:39:49.920885 [ 3 ] {} <Debug> HTTP-Session: 6d8470d0-35f1-418a-a99f-67bb065d1ee1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13722 | 2024.09.24 04:39:49.920893 [ 200 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 21 rows starting from the beginning of the part | ||
13723 | 2024.09.24 04:39:49.920987 [ 3 ] {} <Trace> HTTP-Session: 6d8470d0-35f1-418a-a99f-67bb065d1ee1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13724 | 2024.09.24 04:39:49.921213 [ 200 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 24 rows starting from the beginning of the part | ||
13725 | 2024.09.24 04:39:49.921430 [ 3 ] {19bfe8ae-5672-4d70-8e10-ad5c14e9e7e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13726 | 2024.09.24 04:39:49.921650 [ 3 ] {19bfe8ae-5672-4d70-8e10-ad5c14e9e7e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13727 | 2024.09.24 04:39:49.921668 [ 200 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 21 rows starting from the beginning of the part | ||
13728 | 2024.09.24 04:39:49.922007 [ 200 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 24 rows starting from the beginning of the part | ||
13729 | 2024.09.24 04:39:49.922455 [ 200 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 17 rows starting from the beginning of the part | ||
13730 | 2024.09.24 04:39:49.923220 [ 3 ] {19bfe8ae-5672-4d70-8e10-ad5c14e9e7e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13731 | 2024.09.24 04:39:49.924119 [ 3 ] {19bfe8ae-5672-4d70-8e10-ad5c14e9e7e5} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13732 | 2024.09.24 04:39:49.924188 [ 3 ] {19bfe8ae-5672-4d70-8e10-ad5c14e9e7e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
13733 | 2024.09.24 04:39:49.925331 [ 3 ] {19bfe8ae-5672-4d70-8e10-ad5c14e9e7e5} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
13734 | 2024.09.24 04:39:49.925419 [ 191 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 164 rows, containing 5 columns (5 merged, 0 gathered) in 0.005218341 sec., 31427.61272212759 rows/sec., 2.40 MiB/sec. | ||
13735 | 2024.09.24 04:39:49.925882 [ 191 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
13736 | 2024.09.24 04:39:49.926141 [ 3 ] {19bfe8ae-5672-4d70-8e10-ad5c14e9e7e5} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13737 | 2024.09.24 04:39:49.926449 [ 3 ] {19bfe8ae-5672-4d70-8e10-ad5c14e9e7e5} <Debug> executeQuery: Read 81 rows, 6.48 KiB in 0.0052 sec., 15576.923076923078 rows/sec., 1.22 MiB/sec. | ||
13738 | 2024.09.24 04:39:49.927025 [ 3 ] {19bfe8ae-5672-4d70-8e10-ad5c14e9e7e5} <Debug> DynamicQueryHandler: Done processing query | ||
13739 | 2024.09.24 04:39:49.927076 [ 3 ] {19bfe8ae-5672-4d70-8e10-ad5c14e9e7e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
13740 | 2024.09.24 04:39:49.927106 [ 3 ] {} <Debug> HTTP-Session: 6d8470d0-35f1-418a-a99f-67bb065d1ee1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13741 | 2024.09.24 04:39:49.927191 [ 191 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_71_14} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13742 | 2024.09.24 04:39:49.927299 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13743 | 2024.09.24 04:39:49.927347 [ 191 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_71_14} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
13744 | 2024.09.24 04:39:49.927380 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13745 | 2024.09.24 04:39:49.927409 [ 3 ] {} <Debug> HTTP-Session: 073c1e06-8e71-4f55-a0ba-3de17ecc4680 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13746 | 2024.09.24 04:39:49.927457 [ 3 ] {} <Debug> HTTP-Session: 073c1e06-8e71-4f55-a0ba-3de17ecc4680 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13747 | 2024.09.24 04:39:49.927500 [ 3 ] {} <Debug> HTTP-Session: 073c1e06-8e71-4f55-a0ba-3de17ecc4680 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13748 | 2024.09.24 04:39:49.927525 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
13749 | 2024.09.24 04:39:49.927559 [ 3 ] {} <Trace> HTTP-Session: 073c1e06-8e71-4f55-a0ba-3de17ecc4680 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13750 | 2024.09.24 04:39:49.927744 [ 3 ] {2b515500-de45-42bd-8f69-67de0f6d65c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13751 | 2024.09.24 04:39:49.927793 [ 3 ] {2b515500-de45-42bd-8f69-67de0f6d65c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13752 | 2024.09.24 04:39:49.927959 [ 3 ] {2b515500-de45-42bd-8f69-67de0f6d65c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13753 | 2024.09.24 04:39:49.928336 [ 3 ] {2b515500-de45-42bd-8f69-67de0f6d65c9} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13754 | 2024.09.24 04:39:49.928371 [ 3 ] {2b515500-de45-42bd-8f69-67de0f6d65c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
13755 | 2024.09.24 04:39:49.928768 [ 3 ] {2b515500-de45-42bd-8f69-67de0f6d65c9} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
13756 | 2024.09.24 04:39:49.929121 [ 3 ] {2b515500-de45-42bd-8f69-67de0f6d65c9} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13757 | 2024.09.24 04:39:49.929247 [ 29 ] {} <Debug> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
13758 | 2024.09.24 04:39:49.929248 [ 3 ] {2b515500-de45-42bd-8f69-67de0f6d65c9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001583 sec., 101073.9102969046 rows/sec., 7.04 MiB/sec. | ||
13759 | 2024.09.24 04:39:49.929285 [ 29 ] {} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13760 | 2024.09.24 04:39:49.929330 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
13761 | 2024.09.24 04:39:49.929494 [ 3 ] {2b515500-de45-42bd-8f69-67de0f6d65c9} <Debug> DynamicQueryHandler: Done processing query | ||
13762 | 2024.09.24 04:39:49.929530 [ 3 ] {2b515500-de45-42bd-8f69-67de0f6d65c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13763 | 2024.09.24 04:39:49.929550 [ 193 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
13764 | 2024.09.24 04:39:49.929557 [ 3 ] {} <Debug> HTTP-Session: 073c1e06-8e71-4f55-a0ba-3de17ecc4680 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13765 | 2024.09.24 04:39:49.929801 [ 193 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13766 | 2024.09.24 04:39:49.929832 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 29144, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13767 | 2024.09.24 04:39:49.929867 [ 193 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 20889 rows starting from the beginning of the part | ||
13768 | 2024.09.24 04:39:49.929931 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13769 | 2024.09.24 04:39:49.929984 [ 3 ] {} <Debug> HTTP-Session: eaf42021-76df-4b72-8bcd-cac89c5cce74 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13770 | 2024.09.24 04:39:49.930045 [ 3 ] {} <Debug> HTTP-Session: eaf42021-76df-4b72-8bcd-cac89c5cce74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13771 | 2024.09.24 04:39:49.930117 [ 3 ] {} <Debug> HTTP-Session: eaf42021-76df-4b72-8bcd-cac89c5cce74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13772 | 2024.09.24 04:39:49.930182 [ 193 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 238 rows starting from the beginning of the part | ||
13773 | 2024.09.24 04:39:49.930247 [ 3 ] {} <Trace> HTTP-Session: eaf42021-76df-4b72-8bcd-cac89c5cce74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13774 | 2024.09.24 04:39:49.930529 [ 193 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 162 rows starting from the beginning of the part | ||
13775 | 2024.09.24 04:39:49.930725 [ 193 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 914 rows starting from the beginning of the part | ||
13776 | 2024.09.24 04:39:49.930784 [ 3 ] {85819191-7379-4342-8c96-f0ef2e3f3352} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
13777 | 2024.09.24 04:39:49.931097 [ 193 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 44 rows starting from the beginning of the part | ||
13778 | 2024.09.24 04:39:49.931229 [ 3 ] {85819191-7379-4342-8c96-f0ef2e3f3352} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
13779 | 2024.09.24 04:39:49.931442 [ 193 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part | ||
13780 | 2024.09.24 04:39:49.933244 [ 3 ] {85819191-7379-4342-8c96-f0ef2e3f3352} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13781 | 2024.09.24 04:39:49.934451 [ 3 ] {85819191-7379-4342-8c96-f0ef2e3f3352} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13782 | 2024.09.24 04:39:49.934530 [ 3 ] {85819191-7379-4342-8c96-f0ef2e3f3352} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
13783 | 2024.09.24 04:39:49.935938 [ 3 ] {85819191-7379-4342-8c96-f0ef2e3f3352} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
13784 | 2024.09.24 04:39:49.936879 [ 3 ] {85819191-7379-4342-8c96-f0ef2e3f3352} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13785 | 2024.09.24 04:39:49.937026 [ 29 ] {} <Debug> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
13786 | 2024.09.24 04:39:49.937041 [ 3 ] {85819191-7379-4342-8c96-f0ef2e3f3352} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.006569 sec., 2587.9129243416046 rows/sec., 4.64 MiB/sec. | ||
13787 | 2024.09.24 04:39:49.937062 [ 29 ] {} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13788 | 2024.09.24 04:39:49.937114 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. | ||
13789 | 2024.09.24 04:39:49.937832 [ 3 ] {85819191-7379-4342-8c96-f0ef2e3f3352} <Debug> DynamicQueryHandler: Done processing query | ||
13790 | 2024.09.24 04:39:49.937910 [ 3 ] {85819191-7379-4342-8c96-f0ef2e3f3352} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
13791 | 2024.09.24 04:39:49.937892 [ 199 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
13792 | 2024.09.24 04:39:49.937977 [ 3 ] {} <Debug> HTTP-Session: eaf42021-76df-4b72-8bcd-cac89c5cce74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13793 | 2024.09.24 04:39:49.938276 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13794 | 2024.09.24 04:39:49.938450 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13795 | 2024.09.24 04:39:49.938527 [ 3 ] {} <Debug> HTTP-Session: 6a789480-0784-49cb-bf31-46be6570c49e Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13796 | 2024.09.24 04:39:49.938602 [ 3 ] {} <Debug> HTTP-Session: 6a789480-0784-49cb-bf31-46be6570c49e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13797 | 2024.09.24 04:39:49.938665 [ 3 ] {} <Debug> HTTP-Session: 6a789480-0784-49cb-bf31-46be6570c49e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13798 | 2024.09.24 04:39:49.938797 [ 3 ] {} <Trace> HTTP-Session: 6a789480-0784-49cb-bf31-46be6570c49e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13799 | 2024.09.24 04:39:49.939126 [ 3 ] {fd3c46dc-0613-4e4a-8575-0e243f4bb6df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13800 | 2024.09.24 04:39:49.939247 [ 3 ] {fd3c46dc-0613-4e4a-8575-0e243f4bb6df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13801 | 2024.09.24 04:39:49.939602 [ 199 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13802 | 2024.09.24 04:39:49.939847 [ 199 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1279 rows starting from the beginning of the part | ||
13803 | 2024.09.24 04:39:49.939973 [ 3 ] {fd3c46dc-0613-4e4a-8575-0e243f4bb6df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13804 | 2024.09.24 04:39:49.940900 [ 199 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 17 rows starting from the beginning of the part | ||
13805 | 2024.09.24 04:39:49.941379 [ 3 ] {fd3c46dc-0613-4e4a-8575-0e243f4bb6df} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13806 | 2024.09.24 04:39:49.941482 [ 3 ] {fd3c46dc-0613-4e4a-8575-0e243f4bb6df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
13807 | 2024.09.24 04:39:49.941911 [ 199 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 22 rows starting from the beginning of the part | ||
13808 | 2024.09.24 04:39:49.942986 [ 199 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 17 rows starting from the beginning of the part | ||
13809 | 2024.09.24 04:39:49.943144 [ 3 ] {fd3c46dc-0613-4e4a-8575-0e243f4bb6df} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
13810 | 2024.09.24 04:39:49.944345 [ 199 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 22 rows starting from the beginning of the part | ||
13811 | 2024.09.24 04:39:49.944511 [ 193 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22407 rows, containing 5 columns (5 merged, 0 gathered) in 0.01509102 sec., 1484790.2925050792 rows/sec., 100.19 MiB/sec. | ||
13812 | 2024.09.24 04:39:49.944720 [ 3 ] {fd3c46dc-0613-4e4a-8575-0e243f4bb6df} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13813 | 2024.09.24 04:39:49.945170 [ 193 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
13814 | 2024.09.24 04:39:49.945447 [ 3 ] {fd3c46dc-0613-4e4a-8575-0e243f4bb6df} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006422 sec., 9342.883836810963 rows/sec., 644.76 KiB/sec. | ||
13815 | 2024.09.24 04:39:49.945632 [ 199 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 17 rows starting from the beginning of the part | ||
13816 | 2024.09.24 04:39:49.946016 [ 3 ] {fd3c46dc-0613-4e4a-8575-0e243f4bb6df} <Debug> DynamicQueryHandler: Done processing query | ||
13817 | 2024.09.24 04:39:49.946090 [ 3 ] {fd3c46dc-0613-4e4a-8575-0e243f4bb6df} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13818 | 2024.09.24 04:39:49.946196 [ 3 ] {} <Debug> HTTP-Session: 6a789480-0784-49cb-bf31-46be6570c49e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13819 | 2024.09.24 04:39:49.946991 [ 193 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13820 | 2024.09.24 04:39:49.947251 [ 193 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
13821 | 2024.09.24 04:39:49.947423 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
13822 | 2024.09.24 04:39:49.953943 [ 192 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1374 rows, containing 19 columns (19 merged, 0 gathered) in 0.016657214 sec., 82486.78320396195 rows/sec., 147.81 MiB/sec. | ||
13823 | 2024.09.24 04:39:49.955321 [ 202 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
13824 | 2024.09.24 04:39:49.955936 [ 202 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13825 | 2024.09.24 04:39:49.956020 [ 202 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
13826 | 2024.09.24 04:39:49.956164 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.52 MiB. | ||
13827 | 2024.09.24 04:39:50.000149 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 206.09 MiB, peak 218.65 MiB, free memory in arenas 0.00 B, will set to 208.16 MiB (RSS), difference: 2.08 MiB | ||
13828 | 2024.09.24 04:39:54.920291 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 35148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13829 | 2024.09.24 04:39:54.920426 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13830 | 2024.09.24 04:39:54.920454 [ 3 ] {} <Debug> HTTP-Session: 92ee90b8-cf72-4753-a9c4-6e313ca0b21f Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13831 | 2024.09.24 04:39:54.920483 [ 3 ] {} <Debug> HTTP-Session: 92ee90b8-cf72-4753-a9c4-6e313ca0b21f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13832 | 2024.09.24 04:39:54.920501 [ 3 ] {} <Debug> HTTP-Session: 92ee90b8-cf72-4753-a9c4-6e313ca0b21f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13833 | 2024.09.24 04:39:54.920558 [ 3 ] {} <Trace> HTTP-Session: 92ee90b8-cf72-4753-a9c4-6e313ca0b21f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13834 | 2024.09.24 04:39:54.920835 [ 3 ] {ce960e88-401a-484f-b523-26c03a06e440} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13835 | 2024.09.24 04:39:54.920909 [ 3 ] {ce960e88-401a-484f-b523-26c03a06e440} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13836 | 2024.09.24 04:39:54.921292 [ 3 ] {ce960e88-401a-484f-b523-26c03a06e440} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13837 | 2024.09.24 04:39:54.921846 [ 3 ] {ce960e88-401a-484f-b523-26c03a06e440} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13838 | 2024.09.24 04:39:54.921888 [ 3 ] {ce960e88-401a-484f-b523-26c03a06e440} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
13839 | 2024.09.24 04:39:54.922334 [ 3 ] {ce960e88-401a-484f-b523-26c03a06e440} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
13840 | 2024.09.24 04:39:54.922729 [ 3 ] {ce960e88-401a-484f-b523-26c03a06e440} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13841 | 2024.09.24 04:39:54.922878 [ 3 ] {ce960e88-401a-484f-b523-26c03a06e440} <Debug> executeQuery: Read 233 rows, 20.98 KiB in 0.002168 sec., 107472.32472324725 rows/sec., 9.45 MiB/sec. | ||
13842 | 2024.09.24 04:39:54.923081 [ 3 ] {ce960e88-401a-484f-b523-26c03a06e440} <Debug> DynamicQueryHandler: Done processing query | ||
13843 | 2024.09.24 04:39:54.923107 [ 3 ] {ce960e88-401a-484f-b523-26c03a06e440} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
13844 | 2024.09.24 04:39:54.923124 [ 3 ] {} <Debug> HTTP-Session: 92ee90b8-cf72-4753-a9c4-6e313ca0b21f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13845 | 2024.09.24 04:39:54.923309 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13846 | 2024.09.24 04:39:54.923363 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13847 | 2024.09.24 04:39:54.923382 [ 3 ] {} <Debug> HTTP-Session: 5a06582f-c9f8-42bb-9fbf-974d4513bb50 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13848 | 2024.09.24 04:39:54.923402 [ 3 ] {} <Debug> HTTP-Session: 5a06582f-c9f8-42bb-9fbf-974d4513bb50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13849 | 2024.09.24 04:39:54.923416 [ 3 ] {} <Debug> HTTP-Session: 5a06582f-c9f8-42bb-9fbf-974d4513bb50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13850 | 2024.09.24 04:39:54.923451 [ 3 ] {} <Trace> HTTP-Session: 5a06582f-c9f8-42bb-9fbf-974d4513bb50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13851 | 2024.09.24 04:39:54.923563 [ 3 ] {411f2610-e73a-41a0-908b-5a2b1b347cf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13852 | 2024.09.24 04:39:54.923609 [ 3 ] {411f2610-e73a-41a0-908b-5a2b1b347cf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13853 | 2024.09.24 04:39:54.923842 [ 3 ] {411f2610-e73a-41a0-908b-5a2b1b347cf9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13854 | 2024.09.24 04:39:54.924132 [ 3 ] {411f2610-e73a-41a0-908b-5a2b1b347cf9} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13855 | 2024.09.24 04:39:54.924166 [ 3 ] {411f2610-e73a-41a0-908b-5a2b1b347cf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
13856 | 2024.09.24 04:39:54.924531 [ 3 ] {411f2610-e73a-41a0-908b-5a2b1b347cf9} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
13857 | 2024.09.24 04:39:54.924899 [ 3 ] {411f2610-e73a-41a0-908b-5a2b1b347cf9} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13858 | 2024.09.24 04:39:54.925027 [ 3 ] {411f2610-e73a-41a0-908b-5a2b1b347cf9} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.001498 sec., 14686.248331108145 rows/sec., 1.08 MiB/sec. | ||
13859 | 2024.09.24 04:39:54.925215 [ 3 ] {411f2610-e73a-41a0-908b-5a2b1b347cf9} <Debug> DynamicQueryHandler: Done processing query | ||
13860 | 2024.09.24 04:39:54.925250 [ 3 ] {411f2610-e73a-41a0-908b-5a2b1b347cf9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13861 | 2024.09.24 04:39:54.925281 [ 3 ] {} <Debug> HTTP-Session: 5a06582f-c9f8-42bb-9fbf-974d4513bb50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13862 | 2024.09.24 04:39:54.925493 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13863 | 2024.09.24 04:39:54.925542 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13864 | 2024.09.24 04:39:54.925561 [ 3 ] {} <Debug> HTTP-Session: 25278c8e-4156-4523-a9eb-ec6554e9fa32 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13865 | 2024.09.24 04:39:54.925578 [ 3 ] {} <Debug> HTTP-Session: 25278c8e-4156-4523-a9eb-ec6554e9fa32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13866 | 2024.09.24 04:39:54.925592 [ 3 ] {} <Debug> HTTP-Session: 25278c8e-4156-4523-a9eb-ec6554e9fa32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13867 | 2024.09.24 04:39:54.925624 [ 3 ] {} <Trace> HTTP-Session: 25278c8e-4156-4523-a9eb-ec6554e9fa32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13868 | 2024.09.24 04:39:54.925724 [ 3 ] {b7476feb-dee1-4707-a2bb-6a95789800ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
13869 | 2024.09.24 04:39:54.925767 [ 3 ] {b7476feb-dee1-4707-a2bb-6a95789800ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
13870 | 2024.09.24 04:39:54.925990 [ 3 ] {b7476feb-dee1-4707-a2bb-6a95789800ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13871 | 2024.09.24 04:39:54.926290 [ 3 ] {b7476feb-dee1-4707-a2bb-6a95789800ca} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13872 | 2024.09.24 04:39:54.926325 [ 3 ] {b7476feb-dee1-4707-a2bb-6a95789800ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
13873 | 2024.09.24 04:39:54.926673 [ 3 ] {b7476feb-dee1-4707-a2bb-6a95789800ca} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
13874 | 2024.09.24 04:39:54.927032 [ 3 ] {b7476feb-dee1-4707-a2bb-6a95789800ca} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13875 | 2024.09.24 04:39:54.927172 [ 3 ] {b7476feb-dee1-4707-a2bb-6a95789800ca} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001474 sec., 9497.96472184532 rows/sec., 665.18 KiB/sec. | ||
13876 | 2024.09.24 04:39:54.927469 [ 3 ] {b7476feb-dee1-4707-a2bb-6a95789800ca} <Debug> DynamicQueryHandler: Done processing query | ||
13877 | 2024.09.24 04:39:54.927532 [ 3 ] {b7476feb-dee1-4707-a2bb-6a95789800ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13878 | 2024.09.24 04:39:54.927590 [ 3 ] {} <Debug> HTTP-Session: 25278c8e-4156-4523-a9eb-ec6554e9fa32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13879 | 2024.09.24 04:39:54.927752 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13880 | 2024.09.24 04:39:54.927803 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13881 | 2024.09.24 04:39:54.927822 [ 3 ] {} <Debug> HTTP-Session: 63beab15-13ba-43a7-b52f-16e3c442616e Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13882 | 2024.09.24 04:39:54.927839 [ 3 ] {} <Debug> HTTP-Session: 63beab15-13ba-43a7-b52f-16e3c442616e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13883 | 2024.09.24 04:39:54.927854 [ 3 ] {} <Debug> HTTP-Session: 63beab15-13ba-43a7-b52f-16e3c442616e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13884 | 2024.09.24 04:39:54.927886 [ 3 ] {} <Trace> HTTP-Session: 63beab15-13ba-43a7-b52f-16e3c442616e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13885 | 2024.09.24 04:39:54.927989 [ 3 ] {65085dd4-626c-46c8-aae9-ae2050e1697e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
13886 | 2024.09.24 04:39:54.928034 [ 3 ] {65085dd4-626c-46c8-aae9-ae2050e1697e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
13887 | 2024.09.24 04:39:54.928286 [ 3 ] {65085dd4-626c-46c8-aae9-ae2050e1697e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13888 | 2024.09.24 04:39:54.928563 [ 3 ] {65085dd4-626c-46c8-aae9-ae2050e1697e} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13889 | 2024.09.24 04:39:54.928598 [ 3 ] {65085dd4-626c-46c8-aae9-ae2050e1697e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
13890 | 2024.09.24 04:39:54.928943 [ 3 ] {65085dd4-626c-46c8-aae9-ae2050e1697e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
13891 | 2024.09.24 04:39:54.929303 [ 3 ] {65085dd4-626c-46c8-aae9-ae2050e1697e} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13892 | 2024.09.24 04:39:54.929463 [ 3 ] {65085dd4-626c-46c8-aae9-ae2050e1697e} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001492 sec., 4021.4477211796243 rows/sec., 237.60 KiB/sec. | ||
13893 | 2024.09.24 04:39:54.929485 [ 48 ] {} <Debug> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
13894 | 2024.09.24 04:39:54.929615 [ 48 ] {} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13895 | 2024.09.24 04:39:54.929677 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
13896 | 2024.09.24 04:39:54.929690 [ 3 ] {65085dd4-626c-46c8-aae9-ae2050e1697e} <Debug> DynamicQueryHandler: Done processing query | ||
13897 | 2024.09.24 04:39:54.929741 [ 3 ] {65085dd4-626c-46c8-aae9-ae2050e1697e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13898 | 2024.09.24 04:39:54.929797 [ 3 ] {} <Debug> HTTP-Session: 63beab15-13ba-43a7-b52f-16e3c442616e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13899 | 2024.09.24 04:39:54.930021 [ 192 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
13900 | 2024.09.24 04:39:54.930172 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 65498, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13901 | 2024.09.24 04:39:54.930273 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13902 | 2024.09.24 04:39:54.930329 [ 3 ] {} <Debug> HTTP-Session: d60369fd-0e19-4e38-a1ff-c19e2a7d8d6f Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13903 | 2024.09.24 04:39:54.930377 [ 3 ] {} <Debug> HTTP-Session: d60369fd-0e19-4e38-a1ff-c19e2a7d8d6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13904 | 2024.09.24 04:39:54.930419 [ 192 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13905 | 2024.09.24 04:39:54.930423 [ 3 ] {} <Debug> HTTP-Session: d60369fd-0e19-4e38-a1ff-c19e2a7d8d6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13906 | 2024.09.24 04:39:54.930489 [ 192 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 6 rows starting from the beginning of the part | ||
13907 | 2024.09.24 04:39:54.930505 [ 3 ] {} <Trace> HTTP-Session: d60369fd-0e19-4e38-a1ff-c19e2a7d8d6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13908 | 2024.09.24 04:39:54.930669 [ 192 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
13909 | 2024.09.24 04:39:54.930904 [ 192 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
13910 | 2024.09.24 04:39:54.931044 [ 3 ] {71e84694-c93a-483b-9508-23fbcaf6c9e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13911 | 2024.09.24 04:39:54.931241 [ 192 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
13912 | 2024.09.24 04:39:54.931285 [ 3 ] {71e84694-c93a-483b-9508-23fbcaf6c9e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13913 | 2024.09.24 04:39:54.931584 [ 192 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
13914 | 2024.09.24 04:39:54.932456 [ 3 ] {71e84694-c93a-483b-9508-23fbcaf6c9e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13915 | 2024.09.24 04:39:54.933729 [ 3 ] {71e84694-c93a-483b-9508-23fbcaf6c9e5} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13916 | 2024.09.24 04:39:54.933807 [ 3 ] {71e84694-c93a-483b-9508-23fbcaf6c9e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
13917 | 2024.09.24 04:39:54.934050 [ 192 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.00422629 sec., 7098.424386400366 rows/sec., 450.58 KiB/sec. | ||
13918 | 2024.09.24 04:39:54.934235 [ 192 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
13919 | 2024.09.24 04:39:54.934755 [ 3 ] {71e84694-c93a-483b-9508-23fbcaf6c9e5} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
13920 | 2024.09.24 04:39:54.935150 [ 192 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_33_8} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13921 | 2024.09.24 04:39:54.935403 [ 192 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_33_8} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
13922 | 2024.09.24 04:39:54.935555 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
13923 | 2024.09.24 04:39:54.935673 [ 3 ] {71e84694-c93a-483b-9508-23fbcaf6c9e5} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13924 | 2024.09.24 04:39:54.935864 [ 3 ] {71e84694-c93a-483b-9508-23fbcaf6c9e5} <Debug> executeQuery: Read 404 rows, 29.44 KiB in 0.005131 sec., 78737.08828688365 rows/sec., 5.60 MiB/sec. | ||
13925 | 2024.09.24 04:39:54.936207 [ 3 ] {71e84694-c93a-483b-9508-23fbcaf6c9e5} <Debug> DynamicQueryHandler: Done processing query | ||
13926 | 2024.09.24 04:39:54.936265 [ 3 ] {71e84694-c93a-483b-9508-23fbcaf6c9e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
13927 | 2024.09.24 04:39:54.936328 [ 3 ] {} <Debug> HTTP-Session: d60369fd-0e19-4e38-a1ff-c19e2a7d8d6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13928 | 2024.09.24 04:39:54.936494 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13929 | 2024.09.24 04:39:54.936544 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13930 | 2024.09.24 04:39:54.936563 [ 3 ] {} <Debug> HTTP-Session: b3160a9a-5b7b-42f3-87a5-a037bc92a1bb Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13931 | 2024.09.24 04:39:54.936581 [ 3 ] {} <Debug> HTTP-Session: b3160a9a-5b7b-42f3-87a5-a037bc92a1bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13932 | 2024.09.24 04:39:54.936595 [ 3 ] {} <Debug> HTTP-Session: b3160a9a-5b7b-42f3-87a5-a037bc92a1bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13933 | 2024.09.24 04:39:54.936629 [ 3 ] {} <Trace> HTTP-Session: b3160a9a-5b7b-42f3-87a5-a037bc92a1bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13934 | 2024.09.24 04:39:54.936733 [ 3 ] {30ea3437-01ad-41a3-b197-ede0ef2ba672} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
13935 | 2024.09.24 04:39:54.936780 [ 3 ] {30ea3437-01ad-41a3-b197-ede0ef2ba672} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
13936 | 2024.09.24 04:39:54.936935 [ 3 ] {30ea3437-01ad-41a3-b197-ede0ef2ba672} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13937 | 2024.09.24 04:39:54.937197 [ 3 ] {30ea3437-01ad-41a3-b197-ede0ef2ba672} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13938 | 2024.09.24 04:39:54.937234 [ 3 ] {30ea3437-01ad-41a3-b197-ede0ef2ba672} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
13939 | 2024.09.24 04:39:54.937596 [ 3 ] {30ea3437-01ad-41a3-b197-ede0ef2ba672} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
13940 | 2024.09.24 04:39:54.937927 [ 3 ] {30ea3437-01ad-41a3-b197-ede0ef2ba672} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13941 | 2024.09.24 04:39:54.938082 [ 3 ] {30ea3437-01ad-41a3-b197-ede0ef2ba672} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001373 sec., 4369.992716678806 rows/sec., 228.32 KiB/sec. | ||
13942 | 2024.09.24 04:39:54.938237 [ 3 ] {30ea3437-01ad-41a3-b197-ede0ef2ba672} <Debug> DynamicQueryHandler: Done processing query | ||
13943 | 2024.09.24 04:39:54.938261 [ 3 ] {30ea3437-01ad-41a3-b197-ede0ef2ba672} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13944 | 2024.09.24 04:39:54.938277 [ 3 ] {} <Debug> HTTP-Session: b3160a9a-5b7b-42f3-87a5-a037bc92a1bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13945 | 2024.09.24 04:39:54.938458 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 44612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13946 | 2024.09.24 04:39:54.938505 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13947 | 2024.09.24 04:39:54.938524 [ 3 ] {} <Debug> HTTP-Session: 8bbf1705-7170-4e0e-bfbe-bef85a18c7ed Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13948 | 2024.09.24 04:39:54.938541 [ 3 ] {} <Debug> HTTP-Session: 8bbf1705-7170-4e0e-bfbe-bef85a18c7ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13949 | 2024.09.24 04:39:54.938555 [ 3 ] {} <Debug> HTTP-Session: 8bbf1705-7170-4e0e-bfbe-bef85a18c7ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13950 | 2024.09.24 04:39:54.938586 [ 3 ] {} <Trace> HTTP-Session: 8bbf1705-7170-4e0e-bfbe-bef85a18c7ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13951 | 2024.09.24 04:39:54.938752 [ 3 ] {53b0dc16-b45d-4656-8fe6-4442559607f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13952 | 2024.09.24 04:39:54.938799 [ 3 ] {53b0dc16-b45d-4656-8fe6-4442559607f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13953 | 2024.09.24 04:39:54.938943 [ 3 ] {53b0dc16-b45d-4656-8fe6-4442559607f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13954 | 2024.09.24 04:39:54.939316 [ 3 ] {53b0dc16-b45d-4656-8fe6-4442559607f9} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13955 | 2024.09.24 04:39:54.939351 [ 3 ] {53b0dc16-b45d-4656-8fe6-4442559607f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
13956 | 2024.09.24 04:39:54.939734 [ 3 ] {53b0dc16-b45d-4656-8fe6-4442559607f9} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
13957 | 2024.09.24 04:39:54.940076 [ 3 ] {53b0dc16-b45d-4656-8fe6-4442559607f9} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13958 | 2024.09.24 04:39:54.940230 [ 3 ] {53b0dc16-b45d-4656-8fe6-4442559607f9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001554 sec., 152509.65250965251 rows/sec., 10.22 MiB/sec. | ||
13959 | 2024.09.24 04:39:54.940414 [ 3 ] {53b0dc16-b45d-4656-8fe6-4442559607f9} <Debug> DynamicQueryHandler: Done processing query | ||
13960 | 2024.09.24 04:39:54.940438 [ 3 ] {53b0dc16-b45d-4656-8fe6-4442559607f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
13961 | 2024.09.24 04:39:54.940454 [ 3 ] {} <Debug> HTTP-Session: 8bbf1705-7170-4e0e-bfbe-bef85a18c7ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13962 | 2024.09.24 04:39:54.940606 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13963 | 2024.09.24 04:39:54.940652 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13964 | 2024.09.24 04:39:54.940671 [ 3 ] {} <Debug> HTTP-Session: a999a5c8-894f-43ba-bbd0-ff91b680b66f Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13965 | 2024.09.24 04:39:54.940688 [ 3 ] {} <Debug> HTTP-Session: a999a5c8-894f-43ba-bbd0-ff91b680b66f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13966 | 2024.09.24 04:39:54.940702 [ 3 ] {} <Debug> HTTP-Session: a999a5c8-894f-43ba-bbd0-ff91b680b66f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13967 | 2024.09.24 04:39:54.940733 [ 3 ] {} <Trace> HTTP-Session: a999a5c8-894f-43ba-bbd0-ff91b680b66f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13968 | 2024.09.24 04:39:54.940824 [ 3 ] {81fac926-b95d-4ddb-81cc-06b5cf24aabf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
13969 | 2024.09.24 04:39:54.940869 [ 3 ] {81fac926-b95d-4ddb-81cc-06b5cf24aabf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
13970 | 2024.09.24 04:39:54.940996 [ 3 ] {81fac926-b95d-4ddb-81cc-06b5cf24aabf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13971 | 2024.09.24 04:39:54.941213 [ 3 ] {81fac926-b95d-4ddb-81cc-06b5cf24aabf} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13972 | 2024.09.24 04:39:54.941248 [ 3 ] {81fac926-b95d-4ddb-81cc-06b5cf24aabf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
13973 | 2024.09.24 04:39:54.941636 [ 3 ] {81fac926-b95d-4ddb-81cc-06b5cf24aabf} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
13974 | 2024.09.24 04:39:54.941958 [ 3 ] {81fac926-b95d-4ddb-81cc-06b5cf24aabf} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13975 | 2024.09.24 04:39:54.942113 [ 3 ] {81fac926-b95d-4ddb-81cc-06b5cf24aabf} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001311 sec., 762.7765064836002 rows/sec., 51.40 KiB/sec. | ||
13976 | 2024.09.24 04:39:54.942263 [ 3 ] {81fac926-b95d-4ddb-81cc-06b5cf24aabf} <Debug> DynamicQueryHandler: Done processing query | ||
13977 | 2024.09.24 04:39:54.942286 [ 3 ] {81fac926-b95d-4ddb-81cc-06b5cf24aabf} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
13978 | 2024.09.24 04:39:54.942302 [ 3 ] {} <Debug> HTTP-Session: a999a5c8-894f-43ba-bbd0-ff91b680b66f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13979 | 2024.09.24 04:39:54.942470 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 36183, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13980 | 2024.09.24 04:39:54.942518 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13981 | 2024.09.24 04:39:54.942536 [ 3 ] {} <Debug> HTTP-Session: b307527b-ccfd-4fc9-9c53-a95ca074a150 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13982 | 2024.09.24 04:39:54.942551 [ 3 ] {} <Debug> HTTP-Session: b307527b-ccfd-4fc9-9c53-a95ca074a150 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13983 | 2024.09.24 04:39:54.942565 [ 3 ] {} <Debug> HTTP-Session: b307527b-ccfd-4fc9-9c53-a95ca074a150 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13984 | 2024.09.24 04:39:54.942595 [ 3 ] {} <Trace> HTTP-Session: b307527b-ccfd-4fc9-9c53-a95ca074a150 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13985 | 2024.09.24 04:39:54.942839 [ 3 ] {624f1667-6778-442a-987e-fd7c50d435e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
13986 | 2024.09.24 04:39:54.942910 [ 3 ] {624f1667-6778-442a-987e-fd7c50d435e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
13987 | 2024.09.24 04:39:54.943318 [ 3 ] {624f1667-6778-442a-987e-fd7c50d435e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13988 | 2024.09.24 04:39:54.943970 [ 3 ] {624f1667-6778-442a-987e-fd7c50d435e3} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13989 | 2024.09.24 04:39:54.944008 [ 3 ] {624f1667-6778-442a-987e-fd7c50d435e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
13990 | 2024.09.24 04:39:54.944629 [ 3 ] {624f1667-6778-442a-987e-fd7c50d435e3} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
13991 | 2024.09.24 04:39:54.945040 [ 3 ] {624f1667-6778-442a-987e-fd7c50d435e3} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13992 | 2024.09.24 04:39:54.945237 [ 3 ] {624f1667-6778-442a-987e-fd7c50d435e3} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002565 sec., 8576.998050682261 rows/sec., 15.37 MiB/sec. | ||
13993 | 2024.09.24 04:39:54.945538 [ 3 ] {624f1667-6778-442a-987e-fd7c50d435e3} <Debug> DynamicQueryHandler: Done processing query | ||
13994 | 2024.09.24 04:39:54.945565 [ 3 ] {624f1667-6778-442a-987e-fd7c50d435e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
13995 | 2024.09.24 04:39:54.945582 [ 3 ] {} <Debug> HTTP-Session: b307527b-ccfd-4fc9-9c53-a95ca074a150 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13996 | 2024.09.24 04:39:54.945698 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 12152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13997 | 2024.09.24 04:39:54.945746 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13998 | 2024.09.24 04:39:54.945765 [ 3 ] {} <Debug> HTTP-Session: 6a81d6da-dd69-4bb4-a2dd-9530b4e4c5ed Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
13999 | 2024.09.24 04:39:54.945781 [ 3 ] {} <Debug> HTTP-Session: 6a81d6da-dd69-4bb4-a2dd-9530b4e4c5ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14000 | 2024.09.24 04:39:54.945794 [ 3 ] {} <Debug> HTTP-Session: 6a81d6da-dd69-4bb4-a2dd-9530b4e4c5ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14001 | 2024.09.24 04:39:54.945826 [ 3 ] {} <Trace> HTTP-Session: 6a81d6da-dd69-4bb4-a2dd-9530b4e4c5ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14002 | 2024.09.24 04:39:54.945941 [ 3 ] {fc8519e9-5fe6-41b6-ab41-9c9ce9779260} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14003 | 2024.09.24 04:39:54.945985 [ 3 ] {fc8519e9-5fe6-41b6-ab41-9c9ce9779260} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14004 | 2024.09.24 04:39:54.946113 [ 3 ] {fc8519e9-5fe6-41b6-ab41-9c9ce9779260} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14005 | 2024.09.24 04:39:54.946409 [ 3 ] {fc8519e9-5fe6-41b6-ab41-9c9ce9779260} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14006 | 2024.09.24 04:39:54.946445 [ 3 ] {fc8519e9-5fe6-41b6-ab41-9c9ce9779260} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
14007 | 2024.09.24 04:39:54.946805 [ 3 ] {fc8519e9-5fe6-41b6-ab41-9c9ce9779260} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
14008 | 2024.09.24 04:39:54.947134 [ 3 ] {fc8519e9-5fe6-41b6-ab41-9c9ce9779260} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14009 | 2024.09.24 04:39:54.947290 [ 48 ] {} <Debug> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
14010 | 2024.09.24 04:39:54.947292 [ 3 ] {fc8519e9-5fe6-41b6-ab41-9c9ce9779260} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001383 sec., 59291.39551699205 rows/sec., 3.77 MiB/sec. | ||
14011 | 2024.09.24 04:39:54.947355 [ 48 ] {} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14012 | 2024.09.24 04:39:54.947422 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. | ||
14013 | 2024.09.24 04:39:54.947650 [ 3 ] {fc8519e9-5fe6-41b6-ab41-9c9ce9779260} <Debug> DynamicQueryHandler: Done processing query | ||
14014 | 2024.09.24 04:39:54.947705 [ 3 ] {fc8519e9-5fe6-41b6-ab41-9c9ce9779260} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14015 | 2024.09.24 04:39:54.947727 [ 3 ] {} <Debug> HTTP-Session: 6a81d6da-dd69-4bb4-a2dd-9530b4e4c5ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14016 | 2024.09.24 04:39:54.947727 [ 202 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
14017 | 2024.09.24 04:39:54.948334 [ 202 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14018 | 2024.09.24 04:39:54.948419 [ 202 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 4246 rows starting from the beginning of the part | ||
14019 | 2024.09.24 04:39:54.948554 [ 202 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part | ||
14020 | 2024.09.24 04:39:54.948756 [ 202 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 64 rows starting from the beginning of the part | ||
14021 | 2024.09.24 04:39:54.948942 [ 202 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 18 rows starting from the beginning of the part | ||
14022 | 2024.09.24 04:39:54.949072 [ 202 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part | ||
14023 | 2024.09.24 04:39:54.949278 [ 202 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 82 rows starting from the beginning of the part | ||
14024 | 2024.09.24 04:39:54.951005 [ 187 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4530 rows, containing 4 columns (4 merged, 0 gathered) in 0.003467924 sec., 1306256.999865049 rows/sec., 85.02 MiB/sec. | ||
14025 | 2024.09.24 04:39:54.951404 [ 187 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
14026 | 2024.09.24 04:39:54.951858 [ 187 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_66_13} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14027 | 2024.09.24 04:39:54.951954 [ 187 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_66_13} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
14028 | 2024.09.24 04:39:54.952059 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.06 MiB. | ||
14029 | 2024.09.24 04:39:59.915726 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 13456, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14030 | 2024.09.24 04:39:59.915849 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14031 | 2024.09.24 04:39:59.915875 [ 3 ] {} <Debug> HTTP-Session: d817a10f-b54a-4493-8d07-30de8709965b Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
14032 | 2024.09.24 04:39:59.915901 [ 3 ] {} <Debug> HTTP-Session: d817a10f-b54a-4493-8d07-30de8709965b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14033 | 2024.09.24 04:39:59.915916 [ 3 ] {} <Debug> HTTP-Session: d817a10f-b54a-4493-8d07-30de8709965b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14034 | 2024.09.24 04:39:59.915965 [ 3 ] {} <Trace> HTTP-Session: d817a10f-b54a-4493-8d07-30de8709965b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14035 | 2024.09.24 04:39:59.916196 [ 3 ] {fd67521b-34b5-4b26-9eb3-ae925ba3fc30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14036 | 2024.09.24 04:39:59.916266 [ 3 ] {fd67521b-34b5-4b26-9eb3-ae925ba3fc30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14037 | 2024.09.24 04:39:59.916604 [ 3 ] {fd67521b-34b5-4b26-9eb3-ae925ba3fc30} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14038 | 2024.09.24 04:39:59.917115 [ 3 ] {fd67521b-34b5-4b26-9eb3-ae925ba3fc30} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14039 | 2024.09.24 04:39:59.917160 [ 3 ] {fd67521b-34b5-4b26-9eb3-ae925ba3fc30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
14040 | 2024.09.24 04:39:59.917598 [ 3 ] {fd67521b-34b5-4b26-9eb3-ae925ba3fc30} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
14041 | 2024.09.24 04:39:59.917993 [ 3 ] {fd67521b-34b5-4b26-9eb3-ae925ba3fc30} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14042 | 2024.09.24 04:39:59.918146 [ 3 ] {fd67521b-34b5-4b26-9eb3-ae925ba3fc30} <Debug> executeQuery: Read 92 rows, 7.85 KiB in 0.002028 sec., 45364.89151873768 rows/sec., 3.78 MiB/sec. | ||
14043 | 2024.09.24 04:39:59.918362 [ 3 ] {fd67521b-34b5-4b26-9eb3-ae925ba3fc30} <Debug> DynamicQueryHandler: Done processing query | ||
14044 | 2024.09.24 04:39:59.918391 [ 3 ] {fd67521b-34b5-4b26-9eb3-ae925ba3fc30} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
14045 | 2024.09.24 04:39:59.918408 [ 3 ] {} <Debug> HTTP-Session: d817a10f-b54a-4493-8d07-30de8709965b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14046 | 2024.09.24 04:39:59.918547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 2630, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14047 | 2024.09.24 04:39:59.918602 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14048 | 2024.09.24 04:39:59.918621 [ 3 ] {} <Debug> HTTP-Session: d2c87bc3-6ef4-467e-a345-9c2810e60d00 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
14049 | 2024.09.24 04:39:59.918641 [ 3 ] {} <Debug> HTTP-Session: d2c87bc3-6ef4-467e-a345-9c2810e60d00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14050 | 2024.09.24 04:39:59.918655 [ 3 ] {} <Debug> HTTP-Session: d2c87bc3-6ef4-467e-a345-9c2810e60d00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14051 | 2024.09.24 04:39:59.918692 [ 3 ] {} <Trace> HTTP-Session: d2c87bc3-6ef4-467e-a345-9c2810e60d00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14052 | 2024.09.24 04:39:59.918806 [ 3 ] {d16b74df-cbf3-44b7-a024-be1b32fb6138} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14053 | 2024.09.24 04:39:59.918855 [ 3 ] {d16b74df-cbf3-44b7-a024-be1b32fb6138} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14054 | 2024.09.24 04:39:59.919104 [ 3 ] {d16b74df-cbf3-44b7-a024-be1b32fb6138} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14055 | 2024.09.24 04:39:59.919429 [ 3 ] {d16b74df-cbf3-44b7-a024-be1b32fb6138} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14056 | 2024.09.24 04:39:59.919466 [ 3 ] {d16b74df-cbf3-44b7-a024-be1b32fb6138} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
14057 | 2024.09.24 04:39:59.919825 [ 3 ] {d16b74df-cbf3-44b7-a024-be1b32fb6138} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
14058 | 2024.09.24 04:39:59.920189 [ 3 ] {d16b74df-cbf3-44b7-a024-be1b32fb6138} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14059 | 2024.09.24 04:39:59.920316 [ 3 ] {d16b74df-cbf3-44b7-a024-be1b32fb6138} <Debug> executeQuery: Read 18 rows, 1.35 KiB in 0.001545 sec., 11650.485436893205 rows/sec., 876.06 KiB/sec. | ||
14060 | 2024.09.24 04:39:59.920477 [ 3 ] {d16b74df-cbf3-44b7-a024-be1b32fb6138} <Debug> DynamicQueryHandler: Done processing query | ||
14061 | 2024.09.24 04:39:59.920502 [ 3 ] {d16b74df-cbf3-44b7-a024-be1b32fb6138} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14062 | 2024.09.24 04:39:59.920518 [ 3 ] {} <Debug> HTTP-Session: d2c87bc3-6ef4-467e-a345-9c2810e60d00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14063 | 2024.09.24 04:39:59.920647 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 13925, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14064 | 2024.09.24 04:39:59.920697 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14065 | 2024.09.24 04:39:59.920716 [ 3 ] {} <Debug> HTTP-Session: 00b225ed-f1b9-4c3f-b84a-7ea70fef89f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
14066 | 2024.09.24 04:39:59.920733 [ 3 ] {} <Debug> HTTP-Session: 00b225ed-f1b9-4c3f-b84a-7ea70fef89f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14067 | 2024.09.24 04:39:59.920747 [ 3 ] {} <Debug> HTTP-Session: 00b225ed-f1b9-4c3f-b84a-7ea70fef89f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14068 | 2024.09.24 04:39:59.920778 [ 3 ] {} <Trace> HTTP-Session: 00b225ed-f1b9-4c3f-b84a-7ea70fef89f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14069 | 2024.09.24 04:39:59.920904 [ 3 ] {52e3c6e1-4280-4fde-a9f4-f34e95114aec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14070 | 2024.09.24 04:39:59.920950 [ 3 ] {52e3c6e1-4280-4fde-a9f4-f34e95114aec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14071 | 2024.09.24 04:39:59.921175 [ 3 ] {52e3c6e1-4280-4fde-a9f4-f34e95114aec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14072 | 2024.09.24 04:39:59.921521 [ 3 ] {52e3c6e1-4280-4fde-a9f4-f34e95114aec} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14073 | 2024.09.24 04:39:59.921557 [ 3 ] {52e3c6e1-4280-4fde-a9f4-f34e95114aec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
14074 | 2024.09.24 04:39:59.921915 [ 3 ] {52e3c6e1-4280-4fde-a9f4-f34e95114aec} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
14075 | 2024.09.24 04:39:59.922307 [ 3 ] {52e3c6e1-4280-4fde-a9f4-f34e95114aec} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14076 | 2024.09.24 04:39:59.922435 [ 3 ] {52e3c6e1-4280-4fde-a9f4-f34e95114aec} <Debug> executeQuery: Read 82 rows, 6.56 KiB in 0.001579 sec., 51931.602279924 rows/sec., 4.06 MiB/sec. | ||
14077 | 2024.09.24 04:39:59.922718 [ 3 ] {52e3c6e1-4280-4fde-a9f4-f34e95114aec} <Debug> DynamicQueryHandler: Done processing query | ||
14078 | 2024.09.24 04:39:59.922779 [ 3 ] {52e3c6e1-4280-4fde-a9f4-f34e95114aec} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
14079 | 2024.09.24 04:39:59.922836 [ 3 ] {} <Debug> HTTP-Session: 00b225ed-f1b9-4c3f-b84a-7ea70fef89f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14080 | 2024.09.24 04:39:59.923097 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14081 | 2024.09.24 04:39:59.923152 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14082 | 2024.09.24 04:39:59.923171 [ 3 ] {} <Debug> HTTP-Session: 3e32c1de-451d-40f6-9a96-20befad72256 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
14083 | 2024.09.24 04:39:59.923188 [ 3 ] {} <Debug> HTTP-Session: 3e32c1de-451d-40f6-9a96-20befad72256 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14084 | 2024.09.24 04:39:59.923203 [ 3 ] {} <Debug> HTTP-Session: 3e32c1de-451d-40f6-9a96-20befad72256 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14085 | 2024.09.24 04:39:59.923236 [ 3 ] {} <Trace> HTTP-Session: 3e32c1de-451d-40f6-9a96-20befad72256 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14086 | 2024.09.24 04:39:59.923392 [ 3 ] {efa452e6-c6ad-40d9-9290-627bbd9194df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14087 | 2024.09.24 04:39:59.923445 [ 3 ] {efa452e6-c6ad-40d9-9290-627bbd9194df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14088 | 2024.09.24 04:39:59.923610 [ 3 ] {efa452e6-c6ad-40d9-9290-627bbd9194df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14089 | 2024.09.24 04:39:59.923981 [ 3 ] {efa452e6-c6ad-40d9-9290-627bbd9194df} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14090 | 2024.09.24 04:39:59.924017 [ 3 ] {efa452e6-c6ad-40d9-9290-627bbd9194df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
14091 | 2024.09.24 04:39:59.924403 [ 3 ] {efa452e6-c6ad-40d9-9290-627bbd9194df} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
14092 | 2024.09.24 04:39:59.924747 [ 3 ] {efa452e6-c6ad-40d9-9290-627bbd9194df} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14093 | 2024.09.24 04:39:59.924875 [ 3 ] {efa452e6-c6ad-40d9-9290-627bbd9194df} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001555 sec., 102893.89067524116 rows/sec., 7.17 MiB/sec. | ||
14094 | 2024.09.24 04:39:59.925033 [ 3 ] {efa452e6-c6ad-40d9-9290-627bbd9194df} <Debug> DynamicQueryHandler: Done processing query | ||
14095 | 2024.09.24 04:39:59.925057 [ 3 ] {efa452e6-c6ad-40d9-9290-627bbd9194df} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14096 | 2024.09.24 04:39:59.925072 [ 3 ] {} <Debug> HTTP-Session: 3e32c1de-451d-40f6-9a96-20befad72256 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14097 | 2024.09.24 04:39:59.925299 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 30795, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14098 | 2024.09.24 04:39:59.925348 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14099 | 2024.09.24 04:39:59.925367 [ 3 ] {} <Debug> HTTP-Session: 162411ac-c5c1-4315-9f3f-4f359bb70e58 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
14100 | 2024.09.24 04:39:59.925384 [ 3 ] {} <Debug> HTTP-Session: 162411ac-c5c1-4315-9f3f-4f359bb70e58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14101 | 2024.09.24 04:39:59.925398 [ 3 ] {} <Debug> HTTP-Session: 162411ac-c5c1-4315-9f3f-4f359bb70e58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14102 | 2024.09.24 04:39:59.925429 [ 3 ] {} <Trace> HTTP-Session: 162411ac-c5c1-4315-9f3f-4f359bb70e58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14103 | 2024.09.24 04:39:59.925666 [ 3 ] {8b200a45-defd-496b-a685-1edcd98129fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
14104 | 2024.09.24 04:39:59.925733 [ 3 ] {8b200a45-defd-496b-a685-1edcd98129fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
14105 | 2024.09.24 04:39:59.926143 [ 3 ] {8b200a45-defd-496b-a685-1edcd98129fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14106 | 2024.09.24 04:39:59.926748 [ 3 ] {8b200a45-defd-496b-a685-1edcd98129fa} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14107 | 2024.09.24 04:39:59.926783 [ 3 ] {8b200a45-defd-496b-a685-1edcd98129fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
14108 | 2024.09.24 04:39:59.927419 [ 3 ] {8b200a45-defd-496b-a685-1edcd98129fa} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
14109 | 2024.09.24 04:39:59.927843 [ 3 ] {8b200a45-defd-496b-a685-1edcd98129fa} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14110 | 2024.09.24 04:39:59.927991 [ 3 ] {8b200a45-defd-496b-a685-1edcd98129fa} <Debug> executeQuery: Read 18 rows, 33.03 KiB in 0.002483 sec., 7249.2952074103905 rows/sec., 12.99 MiB/sec. | ||
14111 | 2024.09.24 04:39:59.928479 [ 3 ] {8b200a45-defd-496b-a685-1edcd98129fa} <Debug> DynamicQueryHandler: Done processing query | ||
14112 | 2024.09.24 04:39:59.928532 [ 3 ] {8b200a45-defd-496b-a685-1edcd98129fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
14113 | 2024.09.24 04:39:59.928569 [ 3 ] {} <Debug> HTTP-Session: 162411ac-c5c1-4315-9f3f-4f359bb70e58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14114 | 2024.09.24 04:39:59.928713 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14115 | 2024.09.24 04:39:59.928762 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14116 | 2024.09.24 04:39:59.928783 [ 3 ] {} <Debug> HTTP-Session: c2479a7a-ddb2-498d-9df4-c8ccd29be389 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
14117 | 2024.09.24 04:39:59.928799 [ 3 ] {} <Debug> HTTP-Session: c2479a7a-ddb2-498d-9df4-c8ccd29be389 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14118 | 2024.09.24 04:39:59.928813 [ 3 ] {} <Debug> HTTP-Session: c2479a7a-ddb2-498d-9df4-c8ccd29be389 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14119 | 2024.09.24 04:39:59.928845 [ 3 ] {} <Trace> HTTP-Session: c2479a7a-ddb2-498d-9df4-c8ccd29be389 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14120 | 2024.09.24 04:39:59.928965 [ 3 ] {d0f3aa8a-8bfb-4c82-959a-4577b6009f42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14121 | 2024.09.24 04:39:59.929013 [ 3 ] {d0f3aa8a-8bfb-4c82-959a-4577b6009f42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14122 | 2024.09.24 04:39:59.929159 [ 3 ] {d0f3aa8a-8bfb-4c82-959a-4577b6009f42} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14123 | 2024.09.24 04:39:59.929450 [ 3 ] {d0f3aa8a-8bfb-4c82-959a-4577b6009f42} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14124 | 2024.09.24 04:39:59.929485 [ 3 ] {d0f3aa8a-8bfb-4c82-959a-4577b6009f42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
14125 | 2024.09.24 04:39:59.929882 [ 3 ] {d0f3aa8a-8bfb-4c82-959a-4577b6009f42} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
14126 | 2024.09.24 04:39:59.930217 [ 3 ] {d0f3aa8a-8bfb-4c82-959a-4577b6009f42} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14127 | 2024.09.24 04:39:59.930344 [ 3 ] {d0f3aa8a-8bfb-4c82-959a-4577b6009f42} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00142 sec., 42253.52112676056 rows/sec., 2.85 MiB/sec. | ||
14128 | 2024.09.24 04:39:59.930523 [ 3 ] {d0f3aa8a-8bfb-4c82-959a-4577b6009f42} <Debug> DynamicQueryHandler: Done processing query | ||
14129 | 2024.09.24 04:39:59.930563 [ 3 ] {d0f3aa8a-8bfb-4c82-959a-4577b6009f42} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14130 | 2024.09.24 04:39:59.930595 [ 3 ] {} <Debug> HTTP-Session: c2479a7a-ddb2-498d-9df4-c8ccd29be389 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14131 | 2024.09.24 04:40:02.657269 [ 41 ] {} <Debug> DNSResolver: Updating DNS cache | ||
14132 | 2024.09.24 04:40:02.657323 [ 41 ] {} <Debug> DNSResolver: Updated DNS cache | ||
14133 | 2024.09.24 04:40:04.920477 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 35148, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14134 | 2024.09.24 04:40:04.920610 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14135 | 2024.09.24 04:40:04.920635 [ 3 ] {} <Debug> HTTP-Session: 3b838e1f-8465-4216-8695-d20521c1ad58 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
14136 | 2024.09.24 04:40:04.920659 [ 3 ] {} <Debug> HTTP-Session: 3b838e1f-8465-4216-8695-d20521c1ad58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14137 | 2024.09.24 04:40:04.920674 [ 3 ] {} <Debug> HTTP-Session: 3b838e1f-8465-4216-8695-d20521c1ad58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14138 | 2024.09.24 04:40:04.920726 [ 3 ] {} <Trace> HTTP-Session: 3b838e1f-8465-4216-8695-d20521c1ad58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14139 | 2024.09.24 04:40:04.921009 [ 3 ] {69889b0b-594f-4627-b366-6e1a3fd334f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14140 | 2024.09.24 04:40:04.921089 [ 3 ] {69889b0b-594f-4627-b366-6e1a3fd334f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14141 | 2024.09.24 04:40:04.921434 [ 3 ] {69889b0b-594f-4627-b366-6e1a3fd334f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14142 | 2024.09.24 04:40:04.922030 [ 3 ] {69889b0b-594f-4627-b366-6e1a3fd334f6} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14143 | 2024.09.24 04:40:04.922079 [ 3 ] {69889b0b-594f-4627-b366-6e1a3fd334f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
14144 | 2024.09.24 04:40:04.922546 [ 3 ] {69889b0b-594f-4627-b366-6e1a3fd334f6} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
14145 | 2024.09.24 04:40:04.922937 [ 3 ] {69889b0b-594f-4627-b366-6e1a3fd334f6} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14146 | 2024.09.24 04:40:04.923121 [ 3 ] {69889b0b-594f-4627-b366-6e1a3fd334f6} <Debug> executeQuery: Read 233 rows, 20.98 KiB in 0.002225 sec., 104719.10112359551 rows/sec., 9.21 MiB/sec. | ||
14147 | 2024.09.24 04:40:04.923153 [ 40 ] {} <Debug> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
14148 | 2024.09.24 04:40:04.923257 [ 40 ] {} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14149 | 2024.09.24 04:40:04.923300 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
14150 | 2024.09.24 04:40:04.923449 [ 3 ] {69889b0b-594f-4627-b366-6e1a3fd334f6} <Debug> DynamicQueryHandler: Done processing query | ||
14151 | 2024.09.24 04:40:04.923474 [ 195 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
14152 | 2024.09.24 04:40:04.923493 [ 3 ] {69889b0b-594f-4627-b366-6e1a3fd334f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
14153 | 2024.09.24 04:40:04.923550 [ 3 ] {} <Debug> HTTP-Session: 3b838e1f-8465-4216-8695-d20521c1ad58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14154 | 2024.09.24 04:40:04.923750 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14155 | 2024.09.24 04:40:04.923777 [ 195 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14156 | 2024.09.24 04:40:04.923846 [ 195 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1418 rows starting from the beginning of the part | ||
14157 | 2024.09.24 04:40:04.923856 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14158 | 2024.09.24 04:40:04.923908 [ 3 ] {} <Debug> HTTP-Session: 135d1548-d271-43ce-8067-2ac677205064 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
14159 | 2024.09.24 04:40:04.923967 [ 3 ] {} <Debug> HTTP-Session: 135d1548-d271-43ce-8067-2ac677205064 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14160 | 2024.09.24 04:40:04.924041 [ 3 ] {} <Debug> HTTP-Session: 135d1548-d271-43ce-8067-2ac677205064 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14161 | 2024.09.24 04:40:04.924105 [ 195 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 56 rows starting from the beginning of the part | ||
14162 | 2024.09.24 04:40:04.924164 [ 3 ] {} <Trace> HTTP-Session: 135d1548-d271-43ce-8067-2ac677205064 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14163 | 2024.09.24 04:40:04.924314 [ 195 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 90 rows starting from the beginning of the part | ||
14164 | 2024.09.24 04:40:04.924638 [ 3 ] {25383fac-2d4c-4800-9cea-17e66dcd8f1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14165 | 2024.09.24 04:40:04.924729 [ 195 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 233 rows starting from the beginning of the part | ||
14166 | 2024.09.24 04:40:04.924790 [ 3 ] {25383fac-2d4c-4800-9cea-17e66dcd8f1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14167 | 2024.09.24 04:40:04.925144 [ 195 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 92 rows starting from the beginning of the part | ||
14168 | 2024.09.24 04:40:04.925464 [ 195 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 233 rows starting from the beginning of the part | ||
14169 | 2024.09.24 04:40:04.926228 [ 3 ] {25383fac-2d4c-4800-9cea-17e66dcd8f1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14170 | 2024.09.24 04:40:04.926991 [ 3 ] {25383fac-2d4c-4800-9cea-17e66dcd8f1c} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14171 | 2024.09.24 04:40:04.927061 [ 3 ] {25383fac-2d4c-4800-9cea-17e66dcd8f1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
14172 | 2024.09.24 04:40:04.928191 [ 3 ] {25383fac-2d4c-4800-9cea-17e66dcd8f1c} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
14173 | 2024.09.24 04:40:04.928972 [ 3 ] {25383fac-2d4c-4800-9cea-17e66dcd8f1c} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14174 | 2024.09.24 04:40:04.928978 [ 195 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2122 rows, containing 5 columns (5 merged, 0 gathered) in 0.005586389 sec., 379851.8148306536 rows/sec., 33.45 MiB/sec. | ||
14175 | 2024.09.24 04:40:04.929210 [ 3 ] {25383fac-2d4c-4800-9cea-17e66dcd8f1c} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.004808 sec., 4575.7071547420965 rows/sec., 344.07 KiB/sec. | ||
14176 | 2024.09.24 04:40:04.929346 [ 195 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
14177 | 2024.09.24 04:40:04.929557 [ 3 ] {25383fac-2d4c-4800-9cea-17e66dcd8f1c} <Debug> DynamicQueryHandler: Done processing query | ||
14178 | 2024.09.24 04:40:04.929605 [ 3 ] {25383fac-2d4c-4800-9cea-17e66dcd8f1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14179 | 2024.09.24 04:40:04.929634 [ 3 ] {} <Debug> HTTP-Session: 135d1548-d271-43ce-8067-2ac677205064 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14180 | 2024.09.24 04:40:04.929858 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14181 | 2024.09.24 04:40:04.929951 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14182 | 2024.09.24 04:40:04.929987 [ 3 ] {} <Debug> HTTP-Session: 48ce0708-dd68-47f9-83ec-208c78d92e1a Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
14183 | 2024.09.24 04:40:04.930036 [ 3 ] {} <Debug> HTTP-Session: 48ce0708-dd68-47f9-83ec-208c78d92e1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14184 | 2024.09.24 04:40:04.930054 [ 3 ] {} <Debug> HTTP-Session: 48ce0708-dd68-47f9-83ec-208c78d92e1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14185 | 2024.09.24 04:40:04.930124 [ 3 ] {} <Trace> HTTP-Session: 48ce0708-dd68-47f9-83ec-208c78d92e1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14186 | 2024.09.24 04:40:04.930183 [ 195 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_76_15} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14187 | 2024.09.24 04:40:04.930331 [ 3 ] {164fce44-8fc7-4ee5-91b1-ed4d20fa4e32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
14188 | 2024.09.24 04:40:04.930378 [ 195 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_76_15} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
14189 | 2024.09.24 04:40:04.930415 [ 3 ] {164fce44-8fc7-4ee5-91b1-ed4d20fa4e32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
14190 | 2024.09.24 04:40:04.930575 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
14191 | 2024.09.24 04:40:04.930828 [ 3 ] {164fce44-8fc7-4ee5-91b1-ed4d20fa4e32} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14192 | 2024.09.24 04:40:04.931174 [ 3 ] {164fce44-8fc7-4ee5-91b1-ed4d20fa4e32} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14193 | 2024.09.24 04:40:04.931214 [ 3 ] {164fce44-8fc7-4ee5-91b1-ed4d20fa4e32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
14194 | 2024.09.24 04:40:04.931576 [ 3 ] {164fce44-8fc7-4ee5-91b1-ed4d20fa4e32} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
14195 | 2024.09.24 04:40:04.931958 [ 3 ] {164fce44-8fc7-4ee5-91b1-ed4d20fa4e32} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14196 | 2024.09.24 04:40:04.932119 [ 3 ] {164fce44-8fc7-4ee5-91b1-ed4d20fa4e32} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001877 sec., 7458.710708577518 rows/sec., 522.36 KiB/sec. | ||
14197 | 2024.09.24 04:40:04.932398 [ 3 ] {164fce44-8fc7-4ee5-91b1-ed4d20fa4e32} <Debug> DynamicQueryHandler: Done processing query | ||
14198 | 2024.09.24 04:40:04.932459 [ 3 ] {164fce44-8fc7-4ee5-91b1-ed4d20fa4e32} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14199 | 2024.09.24 04:40:04.932514 [ 3 ] {} <Debug> HTTP-Session: 48ce0708-dd68-47f9-83ec-208c78d92e1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14200 | 2024.09.24 04:40:04.932674 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14201 | 2024.09.24 04:40:04.932728 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14202 | 2024.09.24 04:40:04.932748 [ 3 ] {} <Debug> HTTP-Session: 98217bfd-1465-4d6e-967e-0c3c59c33520 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
14203 | 2024.09.24 04:40:04.932765 [ 3 ] {} <Debug> HTTP-Session: 98217bfd-1465-4d6e-967e-0c3c59c33520 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14204 | 2024.09.24 04:40:04.932779 [ 3 ] {} <Debug> HTTP-Session: 98217bfd-1465-4d6e-967e-0c3c59c33520 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14205 | 2024.09.24 04:40:04.932812 [ 3 ] {} <Trace> HTTP-Session: 98217bfd-1465-4d6e-967e-0c3c59c33520 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14206 | 2024.09.24 04:40:04.932916 [ 3 ] {e88bbcd1-a243-4e8c-b8c0-59fa2a15fcde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
14207 | 2024.09.24 04:40:04.932963 [ 3 ] {e88bbcd1-a243-4e8c-b8c0-59fa2a15fcde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
14208 | 2024.09.24 04:40:04.933206 [ 3 ] {e88bbcd1-a243-4e8c-b8c0-59fa2a15fcde} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14209 | 2024.09.24 04:40:04.933516 [ 3 ] {e88bbcd1-a243-4e8c-b8c0-59fa2a15fcde} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14210 | 2024.09.24 04:40:04.933552 [ 3 ] {e88bbcd1-a243-4e8c-b8c0-59fa2a15fcde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
14211 | 2024.09.24 04:40:04.933903 [ 3 ] {e88bbcd1-a243-4e8c-b8c0-59fa2a15fcde} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
14212 | 2024.09.24 04:40:04.934314 [ 3 ] {e88bbcd1-a243-4e8c-b8c0-59fa2a15fcde} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14213 | 2024.09.24 04:40:04.934482 [ 3 ] {e88bbcd1-a243-4e8c-b8c0-59fa2a15fcde} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001591 sec., 3771.213073538655 rows/sec., 222.81 KiB/sec. | ||
14214 | 2024.09.24 04:40:04.934641 [ 3 ] {e88bbcd1-a243-4e8c-b8c0-59fa2a15fcde} <Debug> DynamicQueryHandler: Done processing query | ||
14215 | 2024.09.24 04:40:04.934665 [ 3 ] {e88bbcd1-a243-4e8c-b8c0-59fa2a15fcde} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14216 | 2024.09.24 04:40:04.934681 [ 3 ] {} <Debug> HTTP-Session: 98217bfd-1465-4d6e-967e-0c3c59c33520 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14217 | 2024.09.24 04:40:04.934898 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 65498, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14218 | 2024.09.24 04:40:04.934946 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14219 | 2024.09.24 04:40:04.934966 [ 3 ] {} <Debug> HTTP-Session: d722fbc9-e2a8-4cd5-9608-aed3d6e363fe Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
14220 | 2024.09.24 04:40:04.934983 [ 3 ] {} <Debug> HTTP-Session: d722fbc9-e2a8-4cd5-9608-aed3d6e363fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14221 | 2024.09.24 04:40:04.934996 [ 3 ] {} <Debug> HTTP-Session: d722fbc9-e2a8-4cd5-9608-aed3d6e363fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14222 | 2024.09.24 04:40:04.935053 [ 3 ] {} <Trace> HTTP-Session: d722fbc9-e2a8-4cd5-9608-aed3d6e363fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14223 | 2024.09.24 04:40:04.935337 [ 3 ] {cd64c2a9-6bbe-426c-98c2-e5276c7608b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14224 | 2024.09.24 04:40:04.935381 [ 3 ] {cd64c2a9-6bbe-426c-98c2-e5276c7608b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14225 | 2024.09.24 04:40:04.935607 [ 3 ] {cd64c2a9-6bbe-426c-98c2-e5276c7608b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14226 | 2024.09.24 04:40:04.936189 [ 3 ] {cd64c2a9-6bbe-426c-98c2-e5276c7608b8} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14227 | 2024.09.24 04:40:04.936226 [ 3 ] {cd64c2a9-6bbe-426c-98c2-e5276c7608b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
14228 | 2024.09.24 04:40:04.936614 [ 3 ] {cd64c2a9-6bbe-426c-98c2-e5276c7608b8} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
14229 | 2024.09.24 04:40:04.936969 [ 3 ] {cd64c2a9-6bbe-426c-98c2-e5276c7608b8} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14230 | 2024.09.24 04:40:04.937121 [ 3 ] {cd64c2a9-6bbe-426c-98c2-e5276c7608b8} <Debug> executeQuery: Read 404 rows, 29.44 KiB in 0.001974 sec., 204660.58763931104 rows/sec., 14.57 MiB/sec. | ||
14231 | 2024.09.24 04:40:04.937142 [ 40 ] {} <Debug> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
14232 | 2024.09.24 04:40:04.937232 [ 40 ] {} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14233 | 2024.09.24 04:40:04.937287 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
14234 | 2024.09.24 04:40:04.937389 [ 3 ] {cd64c2a9-6bbe-426c-98c2-e5276c7608b8} <Debug> DynamicQueryHandler: Done processing query | ||
14235 | 2024.09.24 04:40:04.937454 [ 3 ] {cd64c2a9-6bbe-426c-98c2-e5276c7608b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
14236 | 2024.09.24 04:40:04.937546 [ 3 ] {} <Debug> HTTP-Session: d722fbc9-e2a8-4cd5-9608-aed3d6e363fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14237 | 2024.09.24 04:40:04.937615 [ 189 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
14238 | 2024.09.24 04:40:04.937848 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14239 | 2024.09.24 04:40:04.937998 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14240 | 2024.09.24 04:40:04.938085 [ 3 ] {} <Debug> HTTP-Session: 083f9329-92be-491f-9905-8a515b495161 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
14241 | 2024.09.24 04:40:04.938163 [ 3 ] {} <Debug> HTTP-Session: 083f9329-92be-491f-9905-8a515b495161 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14242 | 2024.09.24 04:40:04.938235 [ 3 ] {} <Debug> HTTP-Session: 083f9329-92be-491f-9905-8a515b495161 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14243 | 2024.09.24 04:40:04.938287 [ 189 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14244 | 2024.09.24 04:40:04.938374 [ 3 ] {} <Trace> HTTP-Session: 083f9329-92be-491f-9905-8a515b495161 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14245 | 2024.09.24 04:40:04.938430 [ 189 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 913 rows starting from the beginning of the part | ||
14246 | 2024.09.24 04:40:04.938768 [ 3 ] {6456d108-e427-40d0-a983-9210378df661} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
14247 | 2024.09.24 04:40:04.938768 [ 189 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 64 rows starting from the beginning of the part | ||
14248 | 2024.09.24 04:40:04.938967 [ 3 ] {6456d108-e427-40d0-a983-9210378df661} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
14249 | 2024.09.24 04:40:04.939211 [ 189 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 81 rows starting from the beginning of the part | ||
14250 | 2024.09.24 04:40:04.939589 [ 189 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 404 rows starting from the beginning of the part | ||
14251 | 2024.09.24 04:40:04.939931 [ 189 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 82 rows starting from the beginning of the part | ||
14252 | 2024.09.24 04:40:04.940287 [ 189 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 404 rows starting from the beginning of the part | ||
14253 | 2024.09.24 04:40:04.940873 [ 3 ] {6456d108-e427-40d0-a983-9210378df661} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14254 | 2024.09.24 04:40:04.941649 [ 3 ] {6456d108-e427-40d0-a983-9210378df661} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14255 | 2024.09.24 04:40:04.941714 [ 3 ] {6456d108-e427-40d0-a983-9210378df661} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
14256 | 2024.09.24 04:40:04.942646 [ 3 ] {6456d108-e427-40d0-a983-9210378df661} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
14257 | 2024.09.24 04:40:04.943192 [ 3 ] {6456d108-e427-40d0-a983-9210378df661} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14258 | 2024.09.24 04:40:04.943674 [ 3 ] {6456d108-e427-40d0-a983-9210378df661} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005042 sec., 1190.0039666798891 rows/sec., 62.17 KiB/sec. | ||
14259 | 2024.09.24 04:40:04.943878 [ 189 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1948 rows, containing 5 columns (5 merged, 0 gathered) in 0.006495128 sec., 299917.107099352 rows/sec., 22.95 MiB/sec. | ||
14260 | 2024.09.24 04:40:04.944218 [ 3 ] {6456d108-e427-40d0-a983-9210378df661} <Debug> DynamicQueryHandler: Done processing query | ||
14261 | 2024.09.24 04:40:04.944282 [ 197 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
14262 | 2024.09.24 04:40:04.944296 [ 3 ] {6456d108-e427-40d0-a983-9210378df661} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14263 | 2024.09.24 04:40:04.944368 [ 3 ] {} <Debug> HTTP-Session: 083f9329-92be-491f-9905-8a515b495161 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14264 | 2024.09.24 04:40:04.944632 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 44612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14265 | 2024.09.24 04:40:04.944760 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14266 | 2024.09.24 04:40:04.944834 [ 3 ] {} <Debug> HTTP-Session: 5ddc51bf-1540-4901-81a8-f83fc6847d8d Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
14267 | 2024.09.24 04:40:04.944895 [ 3 ] {} <Debug> HTTP-Session: 5ddc51bf-1540-4901-81a8-f83fc6847d8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14268 | 2024.09.24 04:40:04.944933 [ 3 ] {} <Debug> HTTP-Session: 5ddc51bf-1540-4901-81a8-f83fc6847d8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14269 | 2024.09.24 04:40:04.945017 [ 3 ] {} <Trace> HTTP-Session: 5ddc51bf-1540-4901-81a8-f83fc6847d8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14270 | 2024.09.24 04:40:04.945262 [ 197 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_76_15} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14271 | 2024.09.24 04:40:04.945379 [ 3 ] {58126539-b93d-4e36-8d85-75e041148013} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14272 | 2024.09.24 04:40:04.945417 [ 197 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_76_15} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
14273 | 2024.09.24 04:40:04.945469 [ 3 ] {58126539-b93d-4e36-8d85-75e041148013} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14274 | 2024.09.24 04:40:04.945655 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
14275 | 2024.09.24 04:40:04.945806 [ 3 ] {58126539-b93d-4e36-8d85-75e041148013} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14276 | 2024.09.24 04:40:04.946260 [ 3 ] {58126539-b93d-4e36-8d85-75e041148013} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14277 | 2024.09.24 04:40:04.946297 [ 3 ] {58126539-b93d-4e36-8d85-75e041148013} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
14278 | 2024.09.24 04:40:04.946704 [ 3 ] {58126539-b93d-4e36-8d85-75e041148013} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
14279 | 2024.09.24 04:40:04.947067 [ 3 ] {58126539-b93d-4e36-8d85-75e041148013} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14280 | 2024.09.24 04:40:04.947227 [ 3 ] {58126539-b93d-4e36-8d85-75e041148013} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002061 sec., 114992.72197962155 rows/sec., 7.71 MiB/sec. | ||
14281 | 2024.09.24 04:40:04.947414 [ 3 ] {58126539-b93d-4e36-8d85-75e041148013} <Debug> DynamicQueryHandler: Done processing query | ||
14282 | 2024.09.24 04:40:04.947439 [ 3 ] {58126539-b93d-4e36-8d85-75e041148013} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
14283 | 2024.09.24 04:40:04.947455 [ 3 ] {} <Debug> HTTP-Session: 5ddc51bf-1540-4901-81a8-f83fc6847d8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14284 | 2024.09.24 04:40:04.947562 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14285 | 2024.09.24 04:40:04.947611 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14286 | 2024.09.24 04:40:04.947631 [ 3 ] {} <Debug> HTTP-Session: 9ba1e10b-4c0f-4cfd-af9e-e02c10d16644 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
14287 | 2024.09.24 04:40:04.947647 [ 3 ] {} <Debug> HTTP-Session: 9ba1e10b-4c0f-4cfd-af9e-e02c10d16644 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14288 | 2024.09.24 04:40:04.947660 [ 3 ] {} <Debug> HTTP-Session: 9ba1e10b-4c0f-4cfd-af9e-e02c10d16644 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14289 | 2024.09.24 04:40:04.947691 [ 3 ] {} <Trace> HTTP-Session: 9ba1e10b-4c0f-4cfd-af9e-e02c10d16644 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14290 | 2024.09.24 04:40:04.947785 [ 3 ] {1f0fc655-f528-4bad-a806-93330294e4f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
14291 | 2024.09.24 04:40:04.947831 [ 3 ] {1f0fc655-f528-4bad-a806-93330294e4f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
14292 | 2024.09.24 04:40:04.947960 [ 3 ] {1f0fc655-f528-4bad-a806-93330294e4f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14293 | 2024.09.24 04:40:04.948222 [ 3 ] {1f0fc655-f528-4bad-a806-93330294e4f5} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14294 | 2024.09.24 04:40:04.948257 [ 3 ] {1f0fc655-f528-4bad-a806-93330294e4f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
14295 | 2024.09.24 04:40:04.948610 [ 3 ] {1f0fc655-f528-4bad-a806-93330294e4f5} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
14296 | 2024.09.24 04:40:04.948941 [ 3 ] {1f0fc655-f528-4bad-a806-93330294e4f5} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14297 | 2024.09.24 04:40:04.949100 [ 3 ] {1f0fc655-f528-4bad-a806-93330294e4f5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001331 sec., 751.3148009015778 rows/sec., 50.63 KiB/sec. | ||
14298 | 2024.09.24 04:40:04.949355 [ 3 ] {1f0fc655-f528-4bad-a806-93330294e4f5} <Debug> DynamicQueryHandler: Done processing query | ||
14299 | 2024.09.24 04:40:04.949400 [ 3 ] {1f0fc655-f528-4bad-a806-93330294e4f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
14300 | 2024.09.24 04:40:04.949427 [ 3 ] {} <Debug> HTTP-Session: 9ba1e10b-4c0f-4cfd-af9e-e02c10d16644 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14301 | 2024.09.24 04:40:04.949557 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 36166, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14302 | 2024.09.24 04:40:04.949605 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14303 | 2024.09.24 04:40:04.949624 [ 3 ] {} <Debug> HTTP-Session: d9762062-c39b-45fa-a78d-6f8400ac594c Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
14304 | 2024.09.24 04:40:04.949640 [ 3 ] {} <Debug> HTTP-Session: d9762062-c39b-45fa-a78d-6f8400ac594c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14305 | 2024.09.24 04:40:04.949654 [ 3 ] {} <Debug> HTTP-Session: d9762062-c39b-45fa-a78d-6f8400ac594c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14306 | 2024.09.24 04:40:04.949685 [ 3 ] {} <Trace> HTTP-Session: d9762062-c39b-45fa-a78d-6f8400ac594c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14307 | 2024.09.24 04:40:04.950030 [ 3 ] {4b85dd30-870a-471e-b551-8738412708b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
14308 | 2024.09.24 04:40:04.950102 [ 3 ] {4b85dd30-870a-471e-b551-8738412708b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
14309 | 2024.09.24 04:40:04.950544 [ 3 ] {4b85dd30-870a-471e-b551-8738412708b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14310 | 2024.09.24 04:40:04.951175 [ 3 ] {4b85dd30-870a-471e-b551-8738412708b9} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14311 | 2024.09.24 04:40:04.951217 [ 3 ] {4b85dd30-870a-471e-b551-8738412708b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
14312 | 2024.09.24 04:40:04.951906 [ 3 ] {4b85dd30-870a-471e-b551-8738412708b9} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
14313 | 2024.09.24 04:40:04.952329 [ 3 ] {4b85dd30-870a-471e-b551-8738412708b9} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14314 | 2024.09.24 04:40:04.952519 [ 3 ] {4b85dd30-870a-471e-b551-8738412708b9} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002735 sec., 8043.875685557587 rows/sec., 14.41 MiB/sec. | ||
14315 | 2024.09.24 04:40:04.952750 [ 3 ] {4b85dd30-870a-471e-b551-8738412708b9} <Debug> DynamicQueryHandler: Done processing query | ||
14316 | 2024.09.24 04:40:04.952774 [ 3 ] {4b85dd30-870a-471e-b551-8738412708b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
14317 | 2024.09.24 04:40:04.952790 [ 3 ] {} <Debug> HTTP-Session: d9762062-c39b-45fa-a78d-6f8400ac594c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14318 | 2024.09.24 04:40:04.952912 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 12152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14319 | 2024.09.24 04:40:04.952961 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14320 | 2024.09.24 04:40:04.952980 [ 3 ] {} <Debug> HTTP-Session: 061b7fb5-a3b0-41b6-99d2-dc1ae12bd027 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
14321 | 2024.09.24 04:40:04.952996 [ 3 ] {} <Debug> HTTP-Session: 061b7fb5-a3b0-41b6-99d2-dc1ae12bd027 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14322 | 2024.09.24 04:40:04.953010 [ 3 ] {} <Debug> HTTP-Session: 061b7fb5-a3b0-41b6-99d2-dc1ae12bd027 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14323 | 2024.09.24 04:40:04.953041 [ 3 ] {} <Trace> HTTP-Session: 061b7fb5-a3b0-41b6-99d2-dc1ae12bd027 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14324 | 2024.09.24 04:40:04.953162 [ 3 ] {8a2ccd94-af80-44fb-a65b-f788dc3807d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14325 | 2024.09.24 04:40:04.953208 [ 3 ] {8a2ccd94-af80-44fb-a65b-f788dc3807d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14326 | 2024.09.24 04:40:04.953338 [ 3 ] {8a2ccd94-af80-44fb-a65b-f788dc3807d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14327 | 2024.09.24 04:40:04.953694 [ 3 ] {8a2ccd94-af80-44fb-a65b-f788dc3807d9} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14328 | 2024.09.24 04:40:04.953731 [ 3 ] {8a2ccd94-af80-44fb-a65b-f788dc3807d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
14329 | 2024.09.24 04:40:04.954104 [ 3 ] {8a2ccd94-af80-44fb-a65b-f788dc3807d9} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
14330 | 2024.09.24 04:40:04.954448 [ 3 ] {8a2ccd94-af80-44fb-a65b-f788dc3807d9} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14331 | 2024.09.24 04:40:04.954600 [ 3 ] {8a2ccd94-af80-44fb-a65b-f788dc3807d9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001481 sec., 55367.99459824443 rows/sec., 3.52 MiB/sec. | ||
14332 | 2024.09.24 04:40:04.954769 [ 3 ] {8a2ccd94-af80-44fb-a65b-f788dc3807d9} <Debug> DynamicQueryHandler: Done processing query | ||
14333 | 2024.09.24 04:40:04.954793 [ 3 ] {8a2ccd94-af80-44fb-a65b-f788dc3807d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14334 | 2024.09.24 04:40:04.954808 [ 3 ] {} <Debug> HTTP-Session: 061b7fb5-a3b0-41b6-99d2-dc1ae12bd027 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14335 | 2024.09.24 04:40:09.916280 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14336 | 2024.09.24 04:40:09.916409 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14337 | 2024.09.24 04:40:09.916437 [ 3 ] {} <Debug> HTTP-Session: b1a14ac3-5665-426f-af0a-0c06e73e0313 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
14338 | 2024.09.24 04:40:09.916466 [ 3 ] {} <Debug> HTTP-Session: b1a14ac3-5665-426f-af0a-0c06e73e0313 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14339 | 2024.09.24 04:40:09.916484 [ 3 ] {} <Debug> HTTP-Session: b1a14ac3-5665-426f-af0a-0c06e73e0313 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14340 | 2024.09.24 04:40:09.916540 [ 3 ] {} <Trace> HTTP-Session: b1a14ac3-5665-426f-af0a-0c06e73e0313 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14341 | 2024.09.24 04:40:09.916734 [ 3 ] {2fe01957-e42f-445d-beaf-a87e96fd3b3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
14342 | 2024.09.24 04:40:09.916800 [ 3 ] {2fe01957-e42f-445d-beaf-a87e96fd3b3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14343 | 2024.09.24 04:40:09.917164 [ 3 ] {2fe01957-e42f-445d-beaf-a87e96fd3b3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14344 | 2024.09.24 04:40:09.917575 [ 3 ] {2fe01957-e42f-445d-beaf-a87e96fd3b3b} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14345 | 2024.09.24 04:40:09.917617 [ 3 ] {2fe01957-e42f-445d-beaf-a87e96fd3b3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
14346 | 2024.09.24 04:40:09.918032 [ 3 ] {2fe01957-e42f-445d-beaf-a87e96fd3b3b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
14347 | 2024.09.24 04:40:09.918437 [ 3 ] {2fe01957-e42f-445d-beaf-a87e96fd3b3b} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14348 | 2024.09.24 04:40:09.918622 [ 3 ] {2fe01957-e42f-445d-beaf-a87e96fd3b3b} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001948 sec., 2053.388090349076 rows/sec., 167.44 KiB/sec. | ||
14349 | 2024.09.24 04:40:09.918832 [ 3 ] {2fe01957-e42f-445d-beaf-a87e96fd3b3b} <Debug> DynamicQueryHandler: Done processing query | ||
14350 | 2024.09.24 04:40:09.918858 [ 3 ] {2fe01957-e42f-445d-beaf-a87e96fd3b3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14351 | 2024.09.24 04:40:09.918874 [ 3 ] {} <Debug> HTTP-Session: b1a14ac3-5665-426f-af0a-0c06e73e0313 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14352 | 2024.09.24 04:40:09.919044 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 17121, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14353 | 2024.09.24 04:40:09.919096 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14354 | 2024.09.24 04:40:09.919116 [ 3 ] {} <Debug> HTTP-Session: 73ca396c-d539-4151-a777-5fc17d5824e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
14355 | 2024.09.24 04:40:09.919135 [ 3 ] {} <Debug> HTTP-Session: 73ca396c-d539-4151-a777-5fc17d5824e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14356 | 2024.09.24 04:40:09.919149 [ 3 ] {} <Debug> HTTP-Session: 73ca396c-d539-4151-a777-5fc17d5824e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14357 | 2024.09.24 04:40:09.919185 [ 3 ] {} <Trace> HTTP-Session: 73ca396c-d539-4151-a777-5fc17d5824e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14358 | 2024.09.24 04:40:09.919326 [ 3 ] {490430a6-740f-4594-b487-9fbcbc3758e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14359 | 2024.09.24 04:40:09.919374 [ 3 ] {490430a6-740f-4594-b487-9fbcbc3758e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14360 | 2024.09.24 04:40:09.919610 [ 3 ] {490430a6-740f-4594-b487-9fbcbc3758e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14361 | 2024.09.24 04:40:09.920029 [ 3 ] {490430a6-740f-4594-b487-9fbcbc3758e8} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14362 | 2024.09.24 04:40:09.920067 [ 3 ] {490430a6-740f-4594-b487-9fbcbc3758e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
14363 | 2024.09.24 04:40:09.920444 [ 3 ] {490430a6-740f-4594-b487-9fbcbc3758e8} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
14364 | 2024.09.24 04:40:09.920815 [ 3 ] {490430a6-740f-4594-b487-9fbcbc3758e8} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14365 | 2024.09.24 04:40:09.920984 [ 3 ] {490430a6-740f-4594-b487-9fbcbc3758e8} <Debug> executeQuery: Read 116 rows, 10.06 KiB in 0.001704 sec., 68075.11737089203 rows/sec., 5.77 MiB/sec. | ||
14366 | 2024.09.24 04:40:09.921249 [ 3 ] {490430a6-740f-4594-b487-9fbcbc3758e8} <Debug> DynamicQueryHandler: Done processing query | ||
14367 | 2024.09.24 04:40:09.921307 [ 3 ] {490430a6-740f-4594-b487-9fbcbc3758e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
14368 | 2024.09.24 04:40:09.921363 [ 3 ] {} <Debug> HTTP-Session: 73ca396c-d539-4151-a777-5fc17d5824e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14369 | 2024.09.24 04:40:09.921548 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 4768, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14370 | 2024.09.24 04:40:09.921602 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14371 | 2024.09.24 04:40:09.921620 [ 3 ] {} <Debug> HTTP-Session: 126d03a1-7b62-44bc-a331-78ecf4371c81 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
14372 | 2024.09.24 04:40:09.921637 [ 3 ] {} <Debug> HTTP-Session: 126d03a1-7b62-44bc-a331-78ecf4371c81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14373 | 2024.09.24 04:40:09.921650 [ 3 ] {} <Debug> HTTP-Session: 126d03a1-7b62-44bc-a331-78ecf4371c81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14374 | 2024.09.24 04:40:09.921685 [ 3 ] {} <Trace> HTTP-Session: 126d03a1-7b62-44bc-a331-78ecf4371c81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14375 | 2024.09.24 04:40:09.921802 [ 3 ] {41cd9794-c1da-4364-bdd4-f241a89c824f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14376 | 2024.09.24 04:40:09.921854 [ 3 ] {41cd9794-c1da-4364-bdd4-f241a89c824f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14377 | 2024.09.24 04:40:09.922130 [ 3 ] {41cd9794-c1da-4364-bdd4-f241a89c824f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14378 | 2024.09.24 04:40:09.922444 [ 3 ] {41cd9794-c1da-4364-bdd4-f241a89c824f} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14379 | 2024.09.24 04:40:09.922482 [ 3 ] {41cd9794-c1da-4364-bdd4-f241a89c824f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
14380 | 2024.09.24 04:40:09.922836 [ 3 ] {41cd9794-c1da-4364-bdd4-f241a89c824f} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
14381 | 2024.09.24 04:40:09.923197 [ 3 ] {41cd9794-c1da-4364-bdd4-f241a89c824f} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14382 | 2024.09.24 04:40:09.923389 [ 3 ] {41cd9794-c1da-4364-bdd4-f241a89c824f} <Debug> executeQuery: Read 33 rows, 2.46 KiB in 0.001601 sec., 20612.11742660837 rows/sec., 1.50 MiB/sec. | ||
14383 | 2024.09.24 04:40:09.923568 [ 3 ] {41cd9794-c1da-4364-bdd4-f241a89c824f} <Debug> DynamicQueryHandler: Done processing query | ||
14384 | 2024.09.24 04:40:09.923592 [ 3 ] {41cd9794-c1da-4364-bdd4-f241a89c824f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
14385 | 2024.09.24 04:40:09.923609 [ 3 ] {} <Debug> HTTP-Session: 126d03a1-7b62-44bc-a331-78ecf4371c81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14386 | 2024.09.24 04:40:09.923760 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 18182, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14387 | 2024.09.24 04:40:09.923808 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14388 | 2024.09.24 04:40:09.923829 [ 3 ] {} <Debug> HTTP-Session: cb668cb7-0733-42d2-9d61-e4687b64fc71 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
14389 | 2024.09.24 04:40:09.923846 [ 3 ] {} <Debug> HTTP-Session: cb668cb7-0733-42d2-9d61-e4687b64fc71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14390 | 2024.09.24 04:40:09.923860 [ 3 ] {} <Debug> HTTP-Session: cb668cb7-0733-42d2-9d61-e4687b64fc71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14391 | 2024.09.24 04:40:09.923891 [ 3 ] {} <Trace> HTTP-Session: cb668cb7-0733-42d2-9d61-e4687b64fc71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14392 | 2024.09.24 04:40:09.924019 [ 3 ] {f37b826c-34bc-43f1-9fe5-83efb75bbe60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14393 | 2024.09.24 04:40:09.924063 [ 3 ] {f37b826c-34bc-43f1-9fe5-83efb75bbe60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14394 | 2024.09.24 04:40:09.924283 [ 3 ] {f37b826c-34bc-43f1-9fe5-83efb75bbe60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14395 | 2024.09.24 04:40:09.924676 [ 3 ] {f37b826c-34bc-43f1-9fe5-83efb75bbe60} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14396 | 2024.09.24 04:40:09.924713 [ 3 ] {f37b826c-34bc-43f1-9fe5-83efb75bbe60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
14397 | 2024.09.24 04:40:09.925091 [ 3 ] {f37b826c-34bc-43f1-9fe5-83efb75bbe60} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
14398 | 2024.09.24 04:40:09.925456 [ 3 ] {f37b826c-34bc-43f1-9fe5-83efb75bbe60} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14399 | 2024.09.24 04:40:09.925617 [ 3 ] {f37b826c-34bc-43f1-9fe5-83efb75bbe60} <Debug> executeQuery: Read 107 rows, 8.58 KiB in 0.001638 sec., 65323.56532356533 rows/sec., 5.11 MiB/sec. | ||
14400 | 2024.09.24 04:40:09.925788 [ 3 ] {f37b826c-34bc-43f1-9fe5-83efb75bbe60} <Debug> DynamicQueryHandler: Done processing query | ||
14401 | 2024.09.24 04:40:09.925813 [ 3 ] {f37b826c-34bc-43f1-9fe5-83efb75bbe60} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
14402 | 2024.09.24 04:40:09.925829 [ 3 ] {} <Debug> HTTP-Session: cb668cb7-0733-42d2-9d61-e4687b64fc71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14403 | 2024.09.24 04:40:09.925994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 30988, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14404 | 2024.09.24 04:40:09.926044 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14405 | 2024.09.24 04:40:09.926062 [ 3 ] {} <Debug> HTTP-Session: 75cb5217-4ac9-4571-b445-f0081f897924 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
14406 | 2024.09.24 04:40:09.926079 [ 3 ] {} <Debug> HTTP-Session: 75cb5217-4ac9-4571-b445-f0081f897924 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14407 | 2024.09.24 04:40:09.926092 [ 3 ] {} <Debug> HTTP-Session: 75cb5217-4ac9-4571-b445-f0081f897924 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14408 | 2024.09.24 04:40:09.926123 [ 3 ] {} <Trace> HTTP-Session: 75cb5217-4ac9-4571-b445-f0081f897924 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14409 | 2024.09.24 04:40:09.926267 [ 3 ] {31edc0b5-8da2-4736-a3f3-05733fa90592} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14410 | 2024.09.24 04:40:09.926315 [ 3 ] {31edc0b5-8da2-4736-a3f3-05733fa90592} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14411 | 2024.09.24 04:40:09.926458 [ 3 ] {31edc0b5-8da2-4736-a3f3-05733fa90592} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14412 | 2024.09.24 04:40:09.926836 [ 3 ] {31edc0b5-8da2-4736-a3f3-05733fa90592} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14413 | 2024.09.24 04:40:09.926872 [ 3 ] {31edc0b5-8da2-4736-a3f3-05733fa90592} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
14414 | 2024.09.24 04:40:09.927255 [ 3 ] {31edc0b5-8da2-4736-a3f3-05733fa90592} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
14415 | 2024.09.24 04:40:09.927598 [ 3 ] {31edc0b5-8da2-4736-a3f3-05733fa90592} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14416 | 2024.09.24 04:40:09.927763 [ 3 ] {31edc0b5-8da2-4736-a3f3-05733fa90592} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.00155 sec., 104516.12903225808 rows/sec., 7.28 MiB/sec. | ||
14417 | 2024.09.24 04:40:09.927940 [ 3 ] {31edc0b5-8da2-4736-a3f3-05733fa90592} <Debug> DynamicQueryHandler: Done processing query | ||
14418 | 2024.09.24 04:40:09.927978 [ 3 ] {31edc0b5-8da2-4736-a3f3-05733fa90592} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14419 | 2024.09.24 04:40:09.928013 [ 3 ] {} <Debug> HTTP-Session: 75cb5217-4ac9-4571-b445-f0081f897924 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14420 | 2024.09.24 04:40:09.928187 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 48579, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14421 | 2024.09.24 04:40:09.928233 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14422 | 2024.09.24 04:40:09.928252 [ 3 ] {} <Debug> HTTP-Session: c22aa260-9bac-4150-b5d2-26a84e2e1bf5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
14423 | 2024.09.24 04:40:09.928269 [ 3 ] {} <Debug> HTTP-Session: c22aa260-9bac-4150-b5d2-26a84e2e1bf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14424 | 2024.09.24 04:40:09.928283 [ 3 ] {} <Debug> HTTP-Session: c22aa260-9bac-4150-b5d2-26a84e2e1bf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14425 | 2024.09.24 04:40:09.928314 [ 3 ] {} <Trace> HTTP-Session: c22aa260-9bac-4150-b5d2-26a84e2e1bf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14426 | 2024.09.24 04:40:09.928614 [ 3 ] {e3d64bcd-6288-4d16-bacd-4f85f05f86fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
14427 | 2024.09.24 04:40:09.928680 [ 3 ] {e3d64bcd-6288-4d16-bacd-4f85f05f86fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
14428 | 2024.09.24 04:40:09.929088 [ 3 ] {e3d64bcd-6288-4d16-bacd-4f85f05f86fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14429 | 2024.09.24 04:40:09.929753 [ 3 ] {e3d64bcd-6288-4d16-bacd-4f85f05f86fd} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14430 | 2024.09.24 04:40:09.929789 [ 3 ] {e3d64bcd-6288-4d16-bacd-4f85f05f86fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
14431 | 2024.09.24 04:40:09.930418 [ 3 ] {e3d64bcd-6288-4d16-bacd-4f85f05f86fd} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
14432 | 2024.09.24 04:40:09.931019 [ 3 ] {e3d64bcd-6288-4d16-bacd-4f85f05f86fd} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14433 | 2024.09.24 04:40:09.931349 [ 3 ] {e3d64bcd-6288-4d16-bacd-4f85f05f86fd} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002946 sec., 9843.856076035303 rows/sec., 17.64 MiB/sec. | ||
14434 | 2024.09.24 04:40:09.931614 [ 3 ] {e3d64bcd-6288-4d16-bacd-4f85f05f86fd} <Debug> DynamicQueryHandler: Done processing query | ||
14435 | 2024.09.24 04:40:09.931638 [ 3 ] {e3d64bcd-6288-4d16-bacd-4f85f05f86fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
14436 | 2024.09.24 04:40:09.931654 [ 3 ] {} <Debug> HTTP-Session: c22aa260-9bac-4150-b5d2-26a84e2e1bf5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14437 | 2024.09.24 04:40:09.931774 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 2460, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14438 | 2024.09.24 04:40:09.931823 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14439 | 2024.09.24 04:40:09.931841 [ 3 ] {} <Debug> HTTP-Session: 0f1b3d06-c0aa-46cf-8d92-b6ffb6f979d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
14440 | 2024.09.24 04:40:09.931858 [ 3 ] {} <Debug> HTTP-Session: 0f1b3d06-c0aa-46cf-8d92-b6ffb6f979d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14441 | 2024.09.24 04:40:09.931871 [ 3 ] {} <Debug> HTTP-Session: 0f1b3d06-c0aa-46cf-8d92-b6ffb6f979d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14442 | 2024.09.24 04:40:09.931902 [ 3 ] {} <Trace> HTTP-Session: 0f1b3d06-c0aa-46cf-8d92-b6ffb6f979d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14443 | 2024.09.24 04:40:09.932011 [ 3 ] {c19f4eea-2cc9-4b1d-94dd-09c2c6d7e5ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
14444 | 2024.09.24 04:40:09.932056 [ 3 ] {c19f4eea-2cc9-4b1d-94dd-09c2c6d7e5ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
14445 | 2024.09.24 04:40:09.932185 [ 3 ] {c19f4eea-2cc9-4b1d-94dd-09c2c6d7e5ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14446 | 2024.09.24 04:40:09.932471 [ 3 ] {c19f4eea-2cc9-4b1d-94dd-09c2c6d7e5ff} <Trace> oximeter.measurements_i64 (5a2eaf2b-16d2-4c64-83ea-32ef1aeb9655): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14447 | 2024.09.24 04:40:09.932507 [ 3 ] {c19f4eea-2cc9-4b1d-94dd-09c2c6d7e5ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
14448 | 2024.09.24 04:40:09.932956 [ 3 ] {c19f4eea-2cc9-4b1d-94dd-09c2c6d7e5ff} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
14449 | 2024.09.24 04:40:09.933300 [ 3 ] {c19f4eea-2cc9-4b1d-94dd-09c2c6d7e5ff} <Trace> oximeter.measurements_i64 (5a2eaf2b-16d2-4c64-83ea-32ef1aeb9655): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14450 | 2024.09.24 04:40:09.933466 [ 3 ] {c19f4eea-2cc9-4b1d-94dd-09c2c6d7e5ff} <Debug> executeQuery: Read 15 rows, 1.09 KiB in 0.001477 sec., 10155.72105619499 rows/sec., 736.55 KiB/sec. | ||
14451 | 2024.09.24 04:40:09.933685 [ 3 ] {c19f4eea-2cc9-4b1d-94dd-09c2c6d7e5ff} <Debug> DynamicQueryHandler: Done processing query | ||
14452 | 2024.09.24 04:40:09.933709 [ 3 ] {c19f4eea-2cc9-4b1d-94dd-09c2c6d7e5ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14453 | 2024.09.24 04:40:09.933726 [ 3 ] {} <Debug> HTTP-Session: 0f1b3d06-c0aa-46cf-8d92-b6ffb6f979d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14454 | 2024.09.24 04:40:09.933858 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14455 | 2024.09.24 04:40:09.933906 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14456 | 2024.09.24 04:40:09.933925 [ 3 ] {} <Debug> HTTP-Session: 4298e648-7ede-40bc-b28d-25fdc4fdb765 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
14457 | 2024.09.24 04:40:09.933941 [ 3 ] {} <Debug> HTTP-Session: 4298e648-7ede-40bc-b28d-25fdc4fdb765 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14458 | 2024.09.24 04:40:09.933955 [ 3 ] {} <Debug> HTTP-Session: 4298e648-7ede-40bc-b28d-25fdc4fdb765 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14459 | 2024.09.24 04:40:09.933985 [ 3 ] {} <Trace> HTTP-Session: 4298e648-7ede-40bc-b28d-25fdc4fdb765 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14460 | 2024.09.24 04:40:09.934099 [ 3 ] {f0a44153-01bd-4ef1-85c2-a62a6d37b916} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14461 | 2024.09.24 04:40:09.934145 [ 3 ] {f0a44153-01bd-4ef1-85c2-a62a6d37b916} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14462 | 2024.09.24 04:40:09.934272 [ 3 ] {f0a44153-01bd-4ef1-85c2-a62a6d37b916} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14463 | 2024.09.24 04:40:09.934580 [ 3 ] {f0a44153-01bd-4ef1-85c2-a62a6d37b916} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14464 | 2024.09.24 04:40:09.934615 [ 3 ] {f0a44153-01bd-4ef1-85c2-a62a6d37b916} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
14465 | 2024.09.24 04:40:09.934983 [ 3 ] {f0a44153-01bd-4ef1-85c2-a62a6d37b916} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
14466 | 2024.09.24 04:40:09.935334 [ 3 ] {f0a44153-01bd-4ef1-85c2-a62a6d37b916} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14467 | 2024.09.24 04:40:09.935480 [ 3 ] {f0a44153-01bd-4ef1-85c2-a62a6d37b916} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001416 sec., 42372.88135593221 rows/sec., 2.86 MiB/sec. | ||
14468 | 2024.09.24 04:40:09.935649 [ 3 ] {f0a44153-01bd-4ef1-85c2-a62a6d37b916} <Debug> DynamicQueryHandler: Done processing query | ||
14469 | 2024.09.24 04:40:09.935672 [ 3 ] {f0a44153-01bd-4ef1-85c2-a62a6d37b916} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14470 | 2024.09.24 04:40:09.935689 [ 3 ] {} <Debug> HTTP-Session: 4298e648-7ede-40bc-b28d-25fdc4fdb765 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14471 | 2024.09.24 04:40:13.245104 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 200202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14472 | 2024.09.24 04:40:13.245262 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14473 | 2024.09.24 04:40:13.245305 [ 3 ] {} <Debug> HTTP-Session: 7e2a4b2c-de17-4447-9c29-1c830f8077e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
14474 | 2024.09.24 04:40:13.245346 [ 3 ] {} <Debug> HTTP-Session: 7e2a4b2c-de17-4447-9c29-1c830f8077e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14475 | 2024.09.24 04:40:13.245374 [ 3 ] {} <Debug> HTTP-Session: 7e2a4b2c-de17-4447-9c29-1c830f8077e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14476 | 2024.09.24 04:40:13.245452 [ 3 ] {} <Trace> HTTP-Session: 7e2a4b2c-de17-4447-9c29-1c830f8077e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14477 | 2024.09.24 04:40:13.246162 [ 3 ] {8778b96c-292b-4e2c-996e-ccd981cd43f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14478 | 2024.09.24 04:40:13.246232 [ 3 ] {8778b96c-292b-4e2c-996e-ccd981cd43f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14479 | 2024.09.24 04:40:13.246571 [ 3 ] {8778b96c-292b-4e2c-996e-ccd981cd43f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14480 | 2024.09.24 04:40:13.248052 [ 3 ] {8778b96c-292b-4e2c-996e-ccd981cd43f8} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14481 | 2024.09.24 04:40:13.248094 [ 3 ] {8778b96c-292b-4e2c-996e-ccd981cd43f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
14482 | 2024.09.24 04:40:13.248609 [ 3 ] {8778b96c-292b-4e2c-996e-ccd981cd43f8} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
14483 | 2024.09.24 04:40:13.249015 [ 3 ] {8778b96c-292b-4e2c-996e-ccd981cd43f8} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14484 | 2024.09.24 04:40:13.249169 [ 3 ] {8778b96c-292b-4e2c-996e-ccd981cd43f8} <Debug> executeQuery: Read 1373 rows, 117.10 KiB in 0.003439 sec., 399243.9662692643 rows/sec., 33.25 MiB/sec. | ||
14485 | 2024.09.24 04:40:13.249389 [ 3 ] {8778b96c-292b-4e2c-996e-ccd981cd43f8} <Debug> DynamicQueryHandler: Done processing query | ||
14486 | 2024.09.24 04:40:13.249418 [ 3 ] {8778b96c-292b-4e2c-996e-ccd981cd43f8} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB. | ||
14487 | 2024.09.24 04:40:13.249437 [ 3 ] {} <Debug> HTTP-Session: 7e2a4b2c-de17-4447-9c29-1c830f8077e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14488 | 2024.09.24 04:40:13.249815 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14489 | 2024.09.24 04:40:13.249873 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14490 | 2024.09.24 04:40:13.249892 [ 3 ] {} <Debug> HTTP-Session: da745891-ffab-41ac-9d37-0c0db65da27c Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
14491 | 2024.09.24 04:40:13.249911 [ 3 ] {} <Debug> HTTP-Session: da745891-ffab-41ac-9d37-0c0db65da27c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14492 | 2024.09.24 04:40:13.249925 [ 3 ] {} <Debug> HTTP-Session: da745891-ffab-41ac-9d37-0c0db65da27c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14493 | 2024.09.24 04:40:13.249963 [ 3 ] {} <Trace> HTTP-Session: da745891-ffab-41ac-9d37-0c0db65da27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14494 | 2024.09.24 04:40:13.250081 [ 3 ] {ccbed6c0-4101-4fb0-bf12-84639d251102} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14495 | 2024.09.24 04:40:13.250127 [ 3 ] {ccbed6c0-4101-4fb0-bf12-84639d251102} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14496 | 2024.09.24 04:40:13.250365 [ 3 ] {ccbed6c0-4101-4fb0-bf12-84639d251102} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14497 | 2024.09.24 04:40:13.250684 [ 3 ] {ccbed6c0-4101-4fb0-bf12-84639d251102} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14498 | 2024.09.24 04:40:13.250721 [ 3 ] {ccbed6c0-4101-4fb0-bf12-84639d251102} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
14499 | 2024.09.24 04:40:13.251084 [ 3 ] {ccbed6c0-4101-4fb0-bf12-84639d251102} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
14500 | 2024.09.24 04:40:13.251451 [ 3 ] {ccbed6c0-4101-4fb0-bf12-84639d251102} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14501 | 2024.09.24 04:40:13.251578 [ 33 ] {} <Debug> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
14502 | 2024.09.24 04:40:13.251586 [ 3 ] {ccbed6c0-4101-4fb0-bf12-84639d251102} <Debug> executeQuery: Read 22 rows, 1.65 KiB in 0.00154 sec., 14285.714285714286 rows/sec., 1.05 MiB/sec. | ||
14503 | 2024.09.24 04:40:13.251617 [ 33 ] {} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14504 | 2024.09.24 04:40:13.251655 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
14505 | 2024.09.24 04:40:13.251777 [ 190 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
14506 | 2024.09.24 04:40:13.251813 [ 3 ] {ccbed6c0-4101-4fb0-bf12-84639d251102} <Debug> DynamicQueryHandler: Done processing query | ||
14507 | 2024.09.24 04:40:13.251843 [ 3 ] {ccbed6c0-4101-4fb0-bf12-84639d251102} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14508 | 2024.09.24 04:40:13.251867 [ 3 ] {} <Debug> HTTP-Session: da745891-ffab-41ac-9d37-0c0db65da27c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14509 | 2024.09.24 04:40:13.251941 [ 190 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14510 | 2024.09.24 04:40:13.251981 [ 190 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 57 rows starting from the beginning of the part | ||
14511 | 2024.09.24 04:40:13.252067 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 32357, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14512 | 2024.09.24 04:40:13.252114 [ 190 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 22 rows starting from the beginning of the part | ||
14513 | 2024.09.24 04:40:13.252188 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14514 | 2024.09.24 04:40:13.252322 [ 3 ] {} <Debug> HTTP-Session: 5087a6a3-857f-4f9c-bced-08ea66591018 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
14515 | 2024.09.24 04:40:13.252438 [ 3 ] {} <Debug> HTTP-Session: 5087a6a3-857f-4f9c-bced-08ea66591018 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14516 | 2024.09.24 04:40:13.252502 [ 3 ] {} <Debug> HTTP-Session: 5087a6a3-857f-4f9c-bced-08ea66591018 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14517 | 2024.09.24 04:40:13.252524 [ 190 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 18 rows starting from the beginning of the part | ||
14518 | 2024.09.24 04:40:13.252616 [ 3 ] {} <Trace> HTTP-Session: 5087a6a3-857f-4f9c-bced-08ea66591018 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14519 | 2024.09.24 04:40:13.252804 [ 190 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 22 rows starting from the beginning of the part | ||
14520 | 2024.09.24 04:40:13.253013 [ 3 ] {d9d99c36-5824-4436-bcd5-dd5c5a578cd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
14521 | 2024.09.24 04:40:13.253032 [ 190 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 33 rows starting from the beginning of the part | ||
14522 | 2024.09.24 04:40:13.253156 [ 3 ] {d9d99c36-5824-4436-bcd5-dd5c5a578cd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
14523 | 2024.09.24 04:40:13.253271 [ 190 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 22 rows starting from the beginning of the part | ||
14524 | 2024.09.24 04:40:13.254079 [ 3 ] {d9d99c36-5824-4436-bcd5-dd5c5a578cd8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14525 | 2024.09.24 04:40:13.254794 [ 3 ] {d9d99c36-5824-4436-bcd5-dd5c5a578cd8} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14526 | 2024.09.24 04:40:13.254839 [ 3 ] {d9d99c36-5824-4436-bcd5-dd5c5a578cd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
14527 | 2024.09.24 04:40:13.255209 [ 197 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 5 columns (5 merged, 0 gathered) in 0.003473474 sec., 50093.94053331046 rows/sec., 3.84 MiB/sec. | ||
14528 | 2024.09.24 04:40:13.255441 [ 3 ] {d9d99c36-5824-4436-bcd5-dd5c5a578cd8} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
14529 | 2024.09.24 04:40:13.255454 [ 197 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
14530 | 2024.09.24 04:40:13.256337 [ 3 ] {d9d99c36-5824-4436-bcd5-dd5c5a578cd8} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14531 | 2024.09.24 04:40:13.256548 [ 197 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_76_15} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14532 | 2024.09.24 04:40:13.256568 [ 33 ] {} <Debug> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
14533 | 2024.09.24 04:40:13.256616 [ 3 ] {d9d99c36-5824-4436-bcd5-dd5c5a578cd8} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.00382 sec., 63350.785340314134 rows/sec., 4.29 MiB/sec. | ||
14534 | 2024.09.24 04:40:13.256676 [ 33 ] {} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14535 | 2024.09.24 04:40:13.256804 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
14536 | 2024.09.24 04:40:13.256971 [ 197 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_76_15} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
14537 | 2024.09.24 04:40:13.257232 [ 3 ] {d9d99c36-5824-4436-bcd5-dd5c5a578cd8} <Debug> DynamicQueryHandler: Done processing query | ||
14538 | 2024.09.24 04:40:13.257291 [ 3 ] {d9d99c36-5824-4436-bcd5-dd5c5a578cd8} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
14539 | 2024.09.24 04:40:13.257313 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
14540 | 2024.09.24 04:40:13.257332 [ 3 ] {} <Debug> HTTP-Session: 5087a6a3-857f-4f9c-bced-08ea66591018 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14541 | 2024.09.24 04:40:13.257412 [ 196 ] {80399c63-440f-4294-b79d-4996168f9902::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 | ||
14542 | 2024.09.24 04:40:13.257517 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14543 | 2024.09.24 04:40:13.257642 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14544 | 2024.09.24 04:40:13.257700 [ 3 ] {} <Debug> HTTP-Session: 13bf5013-6558-4d54-af73-832f46b36ad6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
14545 | 2024.09.24 04:40:13.257750 [ 3 ] {} <Debug> HTTP-Session: 13bf5013-6558-4d54-af73-832f46b36ad6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14546 | 2024.09.24 04:40:13.257763 [ 196 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14547 | 2024.09.24 04:40:13.257779 [ 3 ] {} <Debug> HTTP-Session: 13bf5013-6558-4d54-af73-832f46b36ad6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14548 | 2024.09.24 04:40:13.257835 [ 196 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 243 rows starting from the beginning of the part | ||
14549 | 2024.09.24 04:40:13.257858 [ 3 ] {} <Trace> HTTP-Session: 13bf5013-6558-4d54-af73-832f46b36ad6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14550 | 2024.09.24 04:40:13.258019 [ 196 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 14 rows starting from the beginning of the part | ||
14551 | 2024.09.24 04:40:13.258140 [ 3 ] {08d9c76d-f2af-4b64-aa5f-429e237871ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
14552 | 2024.09.24 04:40:13.258333 [ 3 ] {08d9c76d-f2af-4b64-aa5f-429e237871ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
14553 | 2024.09.24 04:40:13.258440 [ 196 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 242 rows starting from the beginning of the part | ||
14554 | 2024.09.24 04:40:13.258816 [ 196 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part | ||
14555 | 2024.09.24 04:40:13.259178 [ 196 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 14 rows starting from the beginning of the part | ||
14556 | 2024.09.24 04:40:13.259534 [ 196 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 242 rows starting from the beginning of the part | ||
14557 | 2024.09.24 04:40:13.260232 [ 3 ] {08d9c76d-f2af-4b64-aa5f-429e237871ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14558 | 2024.09.24 04:40:13.260974 [ 3 ] {08d9c76d-f2af-4b64-aa5f-429e237871ea} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14559 | 2024.09.24 04:40:13.261040 [ 3 ] {08d9c76d-f2af-4b64-aa5f-429e237871ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
14560 | 2024.09.24 04:40:13.262128 [ 3 ] {08d9c76d-f2af-4b64-aa5f-429e237871ea} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
14561 | 2024.09.24 04:40:13.262816 [ 191 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 769 rows, containing 5 columns (5 merged, 0 gathered) in 0.005764542 sec., 133401.75160489767 rows/sec., 9.06 MiB/sec. | ||
14562 | 2024.09.24 04:40:13.263142 [ 191 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
14563 | 2024.09.24 04:40:13.263155 [ 3 ] {08d9c76d-f2af-4b64-aa5f-429e237871ea} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14564 | 2024.09.24 04:40:13.263482 [ 3 ] {08d9c76d-f2af-4b64-aa5f-429e237871ea} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00547 sec., 1096.892138939671 rows/sec., 64.81 KiB/sec. | ||
14565 | 2024.09.24 04:40:13.263982 [ 3 ] {08d9c76d-f2af-4b64-aa5f-429e237871ea} <Debug> DynamicQueryHandler: Done processing query | ||
14566 | 2024.09.24 04:40:13.264027 [ 3 ] {08d9c76d-f2af-4b64-aa5f-429e237871ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14567 | 2024.09.24 04:40:13.264058 [ 3 ] {} <Debug> HTTP-Session: 13bf5013-6558-4d54-af73-832f46b36ad6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14568 | 2024.09.24 04:40:13.264213 [ 191 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_46_9} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14569 | 2024.09.24 04:40:13.264313 [ 191 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_46_9} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
14570 | 2024.09.24 04:40:13.264351 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 140486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14571 | 2024.09.24 04:40:13.264468 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14572 | 2024.09.24 04:40:13.264490 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
14573 | 2024.09.24 04:40:13.264503 [ 3 ] {} <Debug> HTTP-Session: 6699e523-4fa0-44ae-921c-97960f82a869 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
14574 | 2024.09.24 04:40:13.264544 [ 3 ] {} <Debug> HTTP-Session: 6699e523-4fa0-44ae-921c-97960f82a869 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14575 | 2024.09.24 04:40:13.264559 [ 3 ] {} <Debug> HTTP-Session: 6699e523-4fa0-44ae-921c-97960f82a869 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14576 | 2024.09.24 04:40:13.264592 [ 3 ] {} <Trace> HTTP-Session: 6699e523-4fa0-44ae-921c-97960f82a869 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14577 | 2024.09.24 04:40:13.264960 [ 3 ] {9b43e7e1-9d41-4110-9845-5adc47a777e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14578 | 2024.09.24 04:40:13.265006 [ 3 ] {9b43e7e1-9d41-4110-9845-5adc47a777e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14579 | 2024.09.24 04:40:13.265263 [ 3 ] {9b43e7e1-9d41-4110-9845-5adc47a777e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14580 | 2024.09.24 04:40:13.266153 [ 3 ] {9b43e7e1-9d41-4110-9845-5adc47a777e8} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14581 | 2024.09.24 04:40:13.266190 [ 3 ] {9b43e7e1-9d41-4110-9845-5adc47a777e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
14582 | 2024.09.24 04:40:13.266610 [ 3 ] {9b43e7e1-9d41-4110-9845-5adc47a777e8} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
14583 | 2024.09.24 04:40:13.266993 [ 3 ] {9b43e7e1-9d41-4110-9845-5adc47a777e8} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14584 | 2024.09.24 04:40:13.267135 [ 3 ] {9b43e7e1-9d41-4110-9845-5adc47a777e8} <Debug> executeQuery: Read 860 rows, 63.73 KiB in 0.002379 sec., 361496.42707019753 rows/sec., 26.16 MiB/sec. | ||
14585 | 2024.09.24 04:40:13.267312 [ 3 ] {9b43e7e1-9d41-4110-9845-5adc47a777e8} <Debug> DynamicQueryHandler: Done processing query | ||
14586 | 2024.09.24 04:40:13.267338 [ 3 ] {9b43e7e1-9d41-4110-9845-5adc47a777e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
14587 | 2024.09.24 04:40:13.267353 [ 3 ] {} <Debug> HTTP-Session: 6699e523-4fa0-44ae-921c-97960f82a869 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14588 | 2024.09.24 04:40:13.267553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14589 | 2024.09.24 04:40:13.267602 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14590 | 2024.09.24 04:40:13.267621 [ 3 ] {} <Debug> HTTP-Session: 4415b502-c367-42f6-9f32-1468f9e7199c Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
14591 | 2024.09.24 04:40:13.267638 [ 3 ] {} <Debug> HTTP-Session: 4415b502-c367-42f6-9f32-1468f9e7199c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14592 | 2024.09.24 04:40:13.267652 [ 3 ] {} <Debug> HTTP-Session: 4415b502-c367-42f6-9f32-1468f9e7199c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14593 | 2024.09.24 04:40:13.267684 [ 3 ] {} <Trace> HTTP-Session: 4415b502-c367-42f6-9f32-1468f9e7199c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14594 | 2024.09.24 04:40:13.267780 [ 3 ] {f0fd0c7c-3f54-4855-84fd-92ab686916cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
14595 | 2024.09.24 04:40:13.267826 [ 3 ] {f0fd0c7c-3f54-4855-84fd-92ab686916cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
14596 | 2024.09.24 04:40:13.267958 [ 3 ] {f0fd0c7c-3f54-4855-84fd-92ab686916cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14597 | 2024.09.24 04:40:13.268223 [ 3 ] {f0fd0c7c-3f54-4855-84fd-92ab686916cc} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14598 | 2024.09.24 04:40:13.268259 [ 3 ] {f0fd0c7c-3f54-4855-84fd-92ab686916cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
14599 | 2024.09.24 04:40:13.268622 [ 3 ] {f0fd0c7c-3f54-4855-84fd-92ab686916cc} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
14600 | 2024.09.24 04:40:13.268963 [ 3 ] {f0fd0c7c-3f54-4855-84fd-92ab686916cc} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14601 | 2024.09.24 04:40:13.269094 [ 33 ] {} <Debug> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
14602 | 2024.09.24 04:40:13.269099 [ 3 ] {f0fd0c7c-3f54-4855-84fd-92ab686916cc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001341 sec., 4474.27293064877 rows/sec., 233.76 KiB/sec. | ||
14603 | 2024.09.24 04:40:13.269140 [ 33 ] {} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14604 | 2024.09.24 04:40:13.269180 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
14605 | 2024.09.24 04:40:13.269345 [ 3 ] {f0fd0c7c-3f54-4855-84fd-92ab686916cc} <Debug> DynamicQueryHandler: Done processing query | ||
14606 | 2024.09.24 04:40:13.269352 [ 196 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_35_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full | ||
14607 | 2024.09.24 04:40:13.269375 [ 3 ] {f0fd0c7c-3f54-4855-84fd-92ab686916cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14608 | 2024.09.24 04:40:13.269438 [ 3 ] {} <Debug> HTTP-Session: 4415b502-c367-42f6-9f32-1468f9e7199c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14609 | 2024.09.24 04:40:13.269569 [ 196 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14610 | 2024.09.24 04:40:13.269610 [ 196 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 180 rows starting from the beginning of the part | ||
14611 | 2024.09.24 04:40:13.269765 [ 196 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
14612 | 2024.09.24 04:40:13.269788 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 172857, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14613 | 2024.09.24 04:40:13.269955 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14614 | 2024.09.24 04:40:13.270023 [ 196 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
14615 | 2024.09.24 04:40:13.270039 [ 3 ] {} <Debug> HTTP-Session: 367bf8fa-c5a5-4c54-9399-6ef2ea3a9440 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
14616 | 2024.09.24 04:40:13.270106 [ 3 ] {} <Debug> HTTP-Session: 367bf8fa-c5a5-4c54-9399-6ef2ea3a9440 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14617 | 2024.09.24 04:40:13.270205 [ 3 ] {} <Debug> HTTP-Session: 367bf8fa-c5a5-4c54-9399-6ef2ea3a9440 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14618 | 2024.09.24 04:40:13.270407 [ 196 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
14619 | 2024.09.24 04:40:13.270424 [ 3 ] {} <Trace> HTTP-Session: 367bf8fa-c5a5-4c54-9399-6ef2ea3a9440 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14620 | 2024.09.24 04:40:13.270727 [ 196 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
14621 | 2024.09.24 04:40:13.270909 [ 196 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
14622 | 2024.09.24 04:40:13.271177 [ 3 ] {951b4b76-1daa-4faa-b83f-16200b265ecd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14623 | 2024.09.24 04:40:13.271349 [ 3 ] {951b4b76-1daa-4faa-b83f-16200b265ecd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14624 | 2024.09.24 04:40:13.271860 [ 3 ] {951b4b76-1daa-4faa-b83f-16200b265ecd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14625 | 2024.09.24 04:40:13.272828 [ 196 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 210 rows, containing 4 columns (4 merged, 0 gathered) in 0.003560696 sec., 58977.23366442965 rows/sec., 3.01 MiB/sec. | ||
14626 | 2024.09.24 04:40:13.273047 [ 196 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
14627 | 2024.09.24 04:40:13.273167 [ 3 ] {951b4b76-1daa-4faa-b83f-16200b265ecd} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14628 | 2024.09.24 04:40:13.273219 [ 3 ] {951b4b76-1daa-4faa-b83f-16200b265ecd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
14629 | 2024.09.24 04:40:13.273870 [ 196 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_35_7} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14630 | 2024.09.24 04:40:13.274068 [ 196 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_35_7} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
14631 | 2024.09.24 04:40:13.274198 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
14632 | 2024.09.24 04:40:13.274280 [ 3 ] {951b4b76-1daa-4faa-b83f-16200b265ecd} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
14633 | 2024.09.24 04:40:13.274639 [ 3 ] {951b4b76-1daa-4faa-b83f-16200b265ecd} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14634 | 2024.09.24 04:40:13.274779 [ 3 ] {951b4b76-1daa-4faa-b83f-16200b265ecd} <Debug> executeQuery: Read 913 rows, 62.34 KiB in 0.004051 sec., 225376.45025919526 rows/sec., 15.03 MiB/sec. | ||
14635 | 2024.09.24 04:40:13.274790 [ 33 ] {} <Debug> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
14636 | 2024.09.24 04:40:13.274854 [ 33 ] {} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14637 | 2024.09.24 04:40:13.274901 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
14638 | 2024.09.24 04:40:13.275063 [ 3 ] {951b4b76-1daa-4faa-b83f-16200b265ecd} <Debug> DynamicQueryHandler: Done processing query | ||
14639 | 2024.09.24 04:40:13.275134 [ 3 ] {951b4b76-1daa-4faa-b83f-16200b265ecd} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
14640 | 2024.09.24 04:40:13.275144 [ 199 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
14641 | 2024.09.24 04:40:13.275163 [ 3 ] {} <Debug> HTTP-Session: 367bf8fa-c5a5-4c54-9399-6ef2ea3a9440 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14642 | 2024.09.24 04:40:13.275532 [ 199 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14643 | 2024.09.24 04:40:13.275650 [ 199 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 22407 rows starting from the beginning of the part | ||
14644 | 2024.09.24 04:40:13.275643 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14645 | 2024.09.24 04:40:13.275934 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14646 | 2024.09.24 04:40:13.276100 [ 3 ] {} <Debug> HTTP-Session: 17364b24-8007-4f32-bd91-053e9f358990 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
14647 | 2024.09.24 04:40:13.276134 [ 199 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 237 rows starting from the beginning of the part | ||
14648 | 2024.09.24 04:40:13.276251 [ 3 ] {} <Debug> HTTP-Session: 17364b24-8007-4f32-bd91-053e9f358990 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14649 | 2024.09.24 04:40:13.276362 [ 3 ] {} <Debug> HTTP-Session: 17364b24-8007-4f32-bd91-053e9f358990 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14650 | 2024.09.24 04:40:13.276593 [ 199 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 160 rows starting from the beginning of the part | ||
14651 | 2024.09.24 04:40:13.276594 [ 3 ] {} <Trace> HTTP-Session: 17364b24-8007-4f32-bd91-053e9f358990 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14652 | 2024.09.24 04:40:13.276792 [ 199 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 237 rows starting from the beginning of the part | ||
14653 | 2024.09.24 04:40:13.277020 [ 3 ] {a3508b19-e26d-4784-b2a5-af892dc1fa83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
14654 | 2024.09.24 04:40:13.277082 [ 199 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 162 rows starting from the beginning of the part | ||
14655 | 2024.09.24 04:40:13.277217 [ 3 ] {a3508b19-e26d-4784-b2a5-af892dc1fa83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
14656 | 2024.09.24 04:40:13.277386 [ 199 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 913 rows starting from the beginning of the part | ||
14657 | 2024.09.24 04:40:13.278132 [ 3 ] {a3508b19-e26d-4784-b2a5-af892dc1fa83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14658 | 2024.09.24 04:40:13.278765 [ 3 ] {a3508b19-e26d-4784-b2a5-af892dc1fa83} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14659 | 2024.09.24 04:40:13.278802 [ 3 ] {a3508b19-e26d-4784-b2a5-af892dc1fa83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
14660 | 2024.09.24 04:40:13.279339 [ 3 ] {a3508b19-e26d-4784-b2a5-af892dc1fa83} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
14661 | 2024.09.24 04:40:13.279850 [ 3 ] {a3508b19-e26d-4784-b2a5-af892dc1fa83} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14662 | 2024.09.24 04:40:13.280160 [ 33 ] {} <Debug> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
14663 | 2024.09.24 04:40:13.280251 [ 33 ] {} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14664 | 2024.09.24 04:40:13.280312 [ 3 ] {a3508b19-e26d-4784-b2a5-af892dc1fa83} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003454 sec., 289.51939779965255 rows/sec., 19.51 KiB/sec. | ||
14665 | 2024.09.24 04:40:13.280329 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
14666 | 2024.09.24 04:40:13.280808 [ 193 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::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 | ||
14667 | 2024.09.24 04:40:13.280916 [ 3 ] {a3508b19-e26d-4784-b2a5-af892dc1fa83} <Debug> DynamicQueryHandler: Done processing query | ||
14668 | 2024.09.24 04:40:13.280995 [ 3 ] {a3508b19-e26d-4784-b2a5-af892dc1fa83} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
14669 | 2024.09.24 04:40:13.281066 [ 3 ] {} <Debug> HTTP-Session: 17364b24-8007-4f32-bd91-053e9f358990 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14670 | 2024.09.24 04:40:13.281370 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 36161, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14671 | 2024.09.24 04:40:13.281389 [ 193 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14672 | 2024.09.24 04:40:13.281483 [ 193 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 31 rows starting from the beginning of the part | ||
14673 | 2024.09.24 04:40:13.281508 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14674 | 2024.09.24 04:40:13.281598 [ 3 ] {} <Debug> HTTP-Session: ce38c725-c4c3-4fc4-8e4a-2a746a27d10c Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
14675 | 2024.09.24 04:40:13.281720 [ 3 ] {} <Debug> HTTP-Session: ce38c725-c4c3-4fc4-8e4a-2a746a27d10c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14676 | 2024.09.24 04:40:13.281818 [ 3 ] {} <Debug> HTTP-Session: ce38c725-c4c3-4fc4-8e4a-2a746a27d10c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14677 | 2024.09.24 04:40:13.281868 [ 193 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part | ||
14678 | 2024.09.24 04:40:13.281987 [ 3 ] {} <Trace> HTTP-Session: ce38c725-c4c3-4fc4-8e4a-2a746a27d10c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14679 | 2024.09.24 04:40:13.282235 [ 193 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part | ||
14680 | 2024.09.24 04:40:13.282548 [ 193 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part | ||
14681 | 2024.09.24 04:40:13.282636 [ 3 ] {fa1d370f-08e9-4a91-8923-e5718cc50076} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
14682 | 2024.09.24 04:40:13.282832 [ 193 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part | ||
14683 | 2024.09.24 04:40:13.283322 [ 3 ] {fa1d370f-08e9-4a91-8923-e5718cc50076} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
14684 | 2024.09.24 04:40:13.283437 [ 193 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part | ||
14685 | 2024.09.24 04:40:13.287055 [ 3 ] {fa1d370f-08e9-4a91-8923-e5718cc50076} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14686 | 2024.09.24 04:40:13.289652 [ 187 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.009138014 sec., 3939.5868730339 rows/sec., 265.03 KiB/sec. | ||
14687 | 2024.09.24 04:40:13.290058 [ 187 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
14688 | 2024.09.24 04:40:13.290148 [ 199 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24116 rows, containing 5 columns (5 merged, 0 gathered) in 0.015148622 sec., 1591959.9815745617 rows/sec., 107.41 MiB/sec. | ||
14689 | 2024.09.24 04:40:13.290474 [ 3 ] {fa1d370f-08e9-4a91-8923-e5718cc50076} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14690 | 2024.09.24 04:40:13.290567 [ 3 ] {fa1d370f-08e9-4a91-8923-e5718cc50076} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
14691 | 2024.09.24 04:40:13.290758 [ 199 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
14692 | 2024.09.24 04:40:13.291537 [ 186 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_36_7} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14693 | 2024.09.24 04:40:13.291992 [ 186 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_36_7} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
14694 | 2024.09.24 04:40:13.292277 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
14695 | 2024.09.24 04:40:13.292490 [ 199 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14696 | 2024.09.24 04:40:13.292690 [ 199 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
14697 | 2024.09.24 04:40:13.292870 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
14698 | 2024.09.24 04:40:13.293185 [ 3 ] {fa1d370f-08e9-4a91-8923-e5718cc50076} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
14699 | 2024.09.24 04:40:13.293653 [ 3 ] {fa1d370f-08e9-4a91-8923-e5718cc50076} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14700 | 2024.09.24 04:40:13.293806 [ 33 ] {} <Debug> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
14701 | 2024.09.24 04:40:13.293821 [ 3 ] {fa1d370f-08e9-4a91-8923-e5718cc50076} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.011552 sec., 1904.432132963989 rows/sec., 3.41 MiB/sec. | ||
14702 | 2024.09.24 04:40:13.293843 [ 33 ] {} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14703 | 2024.09.24 04:40:13.293886 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
14704 | 2024.09.24 04:40:13.294079 [ 202 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
14705 | 2024.09.24 04:40:13.294206 [ 3 ] {fa1d370f-08e9-4a91-8923-e5718cc50076} <Debug> DynamicQueryHandler: Done processing query | ||
14706 | 2024.09.24 04:40:13.294238 [ 3 ] {fa1d370f-08e9-4a91-8923-e5718cc50076} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
14707 | 2024.09.24 04:40:13.294270 [ 3 ] {} <Debug> HTTP-Session: ce38c725-c4c3-4fc4-8e4a-2a746a27d10c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14708 | 2024.09.24 04:40:13.294405 [ 202 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14709 | 2024.09.24 04:40:13.294451 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 9440, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14710 | 2024.09.24 04:40:13.294470 [ 202 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1374 rows starting from the beginning of the part | ||
14711 | 2024.09.24 04:40:13.294519 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14712 | 2024.09.24 04:40:13.294549 [ 3 ] {} <Debug> HTTP-Session: 0a42ac5a-15ac-4db8-ac43-b2f29561d413 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
14713 | 2024.09.24 04:40:13.294594 [ 3 ] {} <Debug> HTTP-Session: 0a42ac5a-15ac-4db8-ac43-b2f29561d413 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14714 | 2024.09.24 04:40:13.294668 [ 3 ] {} <Debug> HTTP-Session: 0a42ac5a-15ac-4db8-ac43-b2f29561d413 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14715 | 2024.09.24 04:40:13.294777 [ 3 ] {} <Trace> HTTP-Session: 0a42ac5a-15ac-4db8-ac43-b2f29561d413 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14716 | 2024.09.24 04:40:13.294998 [ 202 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 22 rows starting from the beginning of the part | ||
14717 | 2024.09.24 04:40:13.295044 [ 3 ] {2eaa4120-aed6-4fd0-a789-cf6485bf0a8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14718 | 2024.09.24 04:40:13.295127 [ 3 ] {2eaa4120-aed6-4fd0-a789-cf6485bf0a8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14719 | 2024.09.24 04:40:13.295588 [ 202 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 18 rows starting from the beginning of the part | ||
14720 | 2024.09.24 04:40:13.295745 [ 3 ] {2eaa4120-aed6-4fd0-a789-cf6485bf0a8d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14721 | 2024.09.24 04:40:13.296122 [ 202 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 22 rows starting from the beginning of the part | ||
14722 | 2024.09.24 04:40:13.296666 [ 202 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 29 rows starting from the beginning of the part | ||
14723 | 2024.09.24 04:40:13.296734 [ 3 ] {2eaa4120-aed6-4fd0-a789-cf6485bf0a8d} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14724 | 2024.09.24 04:40:13.296790 [ 3 ] {2eaa4120-aed6-4fd0-a789-cf6485bf0a8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
14725 | 2024.09.24 04:40:13.297277 [ 202 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 22 rows starting from the beginning of the part | ||
14726 | 2024.09.24 04:40:13.298061 [ 3 ] {2eaa4120-aed6-4fd0-a789-cf6485bf0a8d} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
14727 | 2024.09.24 04:40:13.298570 [ 3 ] {2eaa4120-aed6-4fd0-a789-cf6485bf0a8d} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14728 | 2024.09.24 04:40:13.298729 [ 3 ] {2eaa4120-aed6-4fd0-a789-cf6485bf0a8d} <Debug> executeQuery: Read 64 rows, 4.10 KiB in 0.003744 sec., 17094.017094017094 rows/sec., 1.07 MiB/sec. | ||
14729 | 2024.09.24 04:40:13.298887 [ 3 ] {2eaa4120-aed6-4fd0-a789-cf6485bf0a8d} <Debug> DynamicQueryHandler: Done processing query | ||
14730 | 2024.09.24 04:40:13.298912 [ 3 ] {2eaa4120-aed6-4fd0-a789-cf6485bf0a8d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14731 | 2024.09.24 04:40:13.298929 [ 3 ] {} <Debug> HTTP-Session: 0a42ac5a-15ac-4db8-ac43-b2f29561d413 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14732 | 2024.09.24 04:40:13.303167 [ 192 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1487 rows, containing 19 columns (19 merged, 0 gathered) in 0.009188636 sec., 161830.33042118547 rows/sec., 289.99 MiB/sec. | ||
14733 | 2024.09.24 04:40:13.304741 [ 194 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
14734 | 2024.09.24 04:40:13.305280 [ 194 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14735 | 2024.09.24 04:40:13.305354 [ 194 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
14736 | 2024.09.24 04:40:13.305449 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.63 MiB. | ||
14737 | 2024.09.24 04:40:14.909723 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 7802, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14738 | 2024.09.24 04:40:14.909914 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14739 | 2024.09.24 04:40:14.909952 [ 3 ] {} <Debug> HTTP-Session: a7a1cf94-473e-4ca1-8923-87c1608b6cf0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
14740 | 2024.09.24 04:40:14.909986 [ 3 ] {} <Debug> HTTP-Session: a7a1cf94-473e-4ca1-8923-87c1608b6cf0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14741 | 2024.09.24 04:40:14.910007 [ 3 ] {} <Debug> HTTP-Session: a7a1cf94-473e-4ca1-8923-87c1608b6cf0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14742 | 2024.09.24 04:40:14.910080 [ 3 ] {} <Trace> HTTP-Session: a7a1cf94-473e-4ca1-8923-87c1608b6cf0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14743 | 2024.09.24 04:40:14.910377 [ 3 ] {8dbec76a-a25b-45b1-bed7-e3eab0a78325} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14744 | 2024.09.24 04:40:14.910479 [ 3 ] {8dbec76a-a25b-45b1-bed7-e3eab0a78325} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14745 | 2024.09.24 04:40:14.910972 [ 3 ] {8dbec76a-a25b-45b1-bed7-e3eab0a78325} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14746 | 2024.09.24 04:40:14.911581 [ 3 ] {8dbec76a-a25b-45b1-bed7-e3eab0a78325} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14747 | 2024.09.24 04:40:14.911647 [ 3 ] {8dbec76a-a25b-45b1-bed7-e3eab0a78325} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
14748 | 2024.09.24 04:40:14.912285 [ 3 ] {8dbec76a-a25b-45b1-bed7-e3eab0a78325} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
14749 | 2024.09.24 04:40:14.912858 [ 3 ] {8dbec76a-a25b-45b1-bed7-e3eab0a78325} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14750 | 2024.09.24 04:40:14.913122 [ 3 ] {8dbec76a-a25b-45b1-bed7-e3eab0a78325} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002838 sec., 19732.20577871741 rows/sec., 1.51 MiB/sec. | ||
14751 | 2024.09.24 04:40:14.913402 [ 3 ] {8dbec76a-a25b-45b1-bed7-e3eab0a78325} <Debug> DynamicQueryHandler: Done processing query | ||
14752 | 2024.09.24 04:40:14.913439 [ 3 ] {8dbec76a-a25b-45b1-bed7-e3eab0a78325} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
14753 | 2024.09.24 04:40:14.913463 [ 3 ] {} <Debug> HTTP-Session: a7a1cf94-473e-4ca1-8923-87c1608b6cf0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14754 | 2024.09.24 04:40:14.913664 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 10878, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14755 | 2024.09.24 04:40:14.913739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14756 | 2024.09.24 04:40:14.913770 [ 3 ] {} <Debug> HTTP-Session: 67a0983a-20ce-4eb4-85cf-baf77e08799c Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
14757 | 2024.09.24 04:40:14.913797 [ 3 ] {} <Debug> HTTP-Session: 67a0983a-20ce-4eb4-85cf-baf77e08799c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14758 | 2024.09.24 04:40:14.913818 [ 3 ] {} <Debug> HTTP-Session: 67a0983a-20ce-4eb4-85cf-baf77e08799c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14759 | 2024.09.24 04:40:14.913866 [ 3 ] {} <Trace> HTTP-Session: 67a0983a-20ce-4eb4-85cf-baf77e08799c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14760 | 2024.09.24 04:40:14.914049 [ 3 ] {3aab920d-80c6-471c-a889-ddb61e9d38c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14761 | 2024.09.24 04:40:14.914116 [ 3 ] {3aab920d-80c6-471c-a889-ddb61e9d38c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14762 | 2024.09.24 04:40:14.914453 [ 3 ] {3aab920d-80c6-471c-a889-ddb61e9d38c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14763 | 2024.09.24 04:40:14.914899 [ 3 ] {3aab920d-80c6-471c-a889-ddb61e9d38c4} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14764 | 2024.09.24 04:40:14.914944 [ 3 ] {3aab920d-80c6-471c-a889-ddb61e9d38c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
14765 | 2024.09.24 04:40:14.915476 [ 3 ] {3aab920d-80c6-471c-a889-ddb61e9d38c4} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
14766 | 2024.09.24 04:40:14.916009 [ 3 ] {3aab920d-80c6-471c-a889-ddb61e9d38c4} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14767 | 2024.09.24 04:40:14.916229 [ 3 ] {3aab920d-80c6-471c-a889-ddb61e9d38c4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002241 sec., 28558.6791610888 rows/sec., 2.23 MiB/sec. | ||
14768 | 2024.09.24 04:40:14.916463 [ 3 ] {3aab920d-80c6-471c-a889-ddb61e9d38c4} <Debug> DynamicQueryHandler: Done processing query | ||
14769 | 2024.09.24 04:40:14.916497 [ 3 ] {3aab920d-80c6-471c-a889-ddb61e9d38c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
14770 | 2024.09.24 04:40:14.916516 [ 3 ] {} <Debug> HTTP-Session: 67a0983a-20ce-4eb4-85cf-baf77e08799c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14771 | 2024.09.24 04:40:14.916687 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 8473, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14772 | 2024.09.24 04:40:14.916756 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14773 | 2024.09.24 04:40:14.916783 [ 3 ] {} <Debug> HTTP-Session: 3b56cfc0-f104-4085-841a-5e2a94eb8d83 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
14774 | 2024.09.24 04:40:14.916809 [ 3 ] {} <Debug> HTTP-Session: 3b56cfc0-f104-4085-841a-5e2a94eb8d83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14775 | 2024.09.24 04:40:14.916829 [ 3 ] {} <Debug> HTTP-Session: 3b56cfc0-f104-4085-841a-5e2a94eb8d83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14776 | 2024.09.24 04:40:14.916875 [ 3 ] {} <Trace> HTTP-Session: 3b56cfc0-f104-4085-841a-5e2a94eb8d83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14777 | 2024.09.24 04:40:14.917038 [ 3 ] {96416ec1-0dae-499e-80b9-2373ab1e18ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14778 | 2024.09.24 04:40:14.917107 [ 3 ] {96416ec1-0dae-499e-80b9-2373ab1e18ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14779 | 2024.09.24 04:40:14.917319 [ 3 ] {96416ec1-0dae-499e-80b9-2373ab1e18ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14780 | 2024.09.24 04:40:14.917732 [ 3 ] {96416ec1-0dae-499e-80b9-2373ab1e18ea} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14781 | 2024.09.24 04:40:14.917783 [ 3 ] {96416ec1-0dae-499e-80b9-2373ab1e18ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
14782 | 2024.09.24 04:40:14.918326 [ 3 ] {96416ec1-0dae-499e-80b9-2373ab1e18ea} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
14783 | 2024.09.24 04:40:14.918824 [ 3 ] {96416ec1-0dae-499e-80b9-2373ab1e18ea} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14784 | 2024.09.24 04:40:14.919049 [ 3 ] {96416ec1-0dae-499e-80b9-2373ab1e18ea} <Debug> executeQuery: Read 44 rows, 3.14 KiB in 0.002055 sec., 21411.19221411192 rows/sec., 1.49 MiB/sec. | ||
14785 | 2024.09.24 04:40:14.919263 [ 3 ] {96416ec1-0dae-499e-80b9-2373ab1e18ea} <Debug> DynamicQueryHandler: Done processing query | ||
14786 | 2024.09.24 04:40:14.919297 [ 3 ] {96416ec1-0dae-499e-80b9-2373ab1e18ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14787 | 2024.09.24 04:40:14.919318 [ 3 ] {} <Debug> HTTP-Session: 3b56cfc0-f104-4085-841a-5e2a94eb8d83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14788 | 2024.09.24 04:40:14.919496 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 2769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14789 | 2024.09.24 04:40:14.919561 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14790 | 2024.09.24 04:40:14.919589 [ 3 ] {} <Debug> HTTP-Session: 2980b2f4-a2dd-4f48-b767-d6b740d915f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
14791 | 2024.09.24 04:40:14.919612 [ 3 ] {} <Debug> HTTP-Session: 2980b2f4-a2dd-4f48-b767-d6b740d915f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14792 | 2024.09.24 04:40:14.919631 [ 3 ] {} <Debug> HTTP-Session: 2980b2f4-a2dd-4f48-b767-d6b740d915f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14793 | 2024.09.24 04:40:14.919674 [ 3 ] {} <Trace> HTTP-Session: 2980b2f4-a2dd-4f48-b767-d6b740d915f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14794 | 2024.09.24 04:40:14.919819 [ 3 ] {d4b73ddf-59b8-44d0-b9ff-b59686944345} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14795 | 2024.09.24 04:40:14.919885 [ 3 ] {d4b73ddf-59b8-44d0-b9ff-b59686944345} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14796 | 2024.09.24 04:40:14.920064 [ 3 ] {d4b73ddf-59b8-44d0-b9ff-b59686944345} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14797 | 2024.09.24 04:40:14.920416 [ 3 ] {d4b73ddf-59b8-44d0-b9ff-b59686944345} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14798 | 2024.09.24 04:40:14.920465 [ 3 ] {d4b73ddf-59b8-44d0-b9ff-b59686944345} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
14799 | 2024.09.24 04:40:14.920983 [ 3 ] {d4b73ddf-59b8-44d0-b9ff-b59686944345} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
14800 | 2024.09.24 04:40:14.921440 [ 3 ] {d4b73ddf-59b8-44d0-b9ff-b59686944345} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14801 | 2024.09.24 04:40:14.921656 [ 27 ] {} <Debug> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
14802 | 2024.09.24 04:40:14.921659 [ 3 ] {d4b73ddf-59b8-44d0-b9ff-b59686944345} <Debug> executeQuery: Read 18 rows, 1.24 KiB in 0.001874 sec., 9605.122732123798 rows/sec., 659.21 KiB/sec. | ||
14803 | 2024.09.24 04:40:14.921758 [ 27 ] {} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14804 | 2024.09.24 04:40:14.921839 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
14805 | 2024.09.24 04:40:14.922070 [ 3 ] {d4b73ddf-59b8-44d0-b9ff-b59686944345} <Debug> DynamicQueryHandler: Done processing query | ||
14806 | 2024.09.24 04:40:14.922088 [ 186 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_71_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full | ||
14807 | 2024.09.24 04:40:14.922111 [ 3 ] {d4b73ddf-59b8-44d0-b9ff-b59686944345} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14808 | 2024.09.24 04:40:14.922164 [ 3 ] {} <Debug> HTTP-Session: 2980b2f4-a2dd-4f48-b767-d6b740d915f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14809 | 2024.09.24 04:40:14.922347 [ 186 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14810 | 2024.09.24 04:40:14.922416 [ 186 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 4530 rows starting from the beginning of the part | ||
14811 | 2024.09.24 04:40:14.922550 [ 186 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part | ||
14812 | 2024.09.24 04:40:14.922877 [ 186 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 82 rows starting from the beginning of the part | ||
14813 | 2024.09.24 04:40:14.923119 [ 186 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part | ||
14814 | 2024.09.24 04:40:14.923341 [ 186 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 64 rows starting from the beginning of the part | ||
14815 | 2024.09.24 04:40:14.923515 [ 186 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 18 rows starting from the beginning of the part | ||
14816 | 2024.09.24 04:40:14.927000 [ 186 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4814 rows, containing 4 columns (4 merged, 0 gathered) in 0.005025747 sec., 957867.5568029986 rows/sec., 62.35 MiB/sec. | ||
14817 | 2024.09.24 04:40:14.927522 [ 192 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
14818 | 2024.09.24 04:40:14.928154 [ 192 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_71_14} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14819 | 2024.09.24 04:40:14.928278 [ 192 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_71_14} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
14820 | 2024.09.24 04:40:14.928412 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. | ||
14821 | 2024.09.24 04:40:17.657384 [ 44 ] {} <Debug> DNSResolver: Updating DNS cache | ||
14822 | 2024.09.24 04:40:17.657441 [ 44 ] {} <Debug> DNSResolver: Updated DNS cache | ||
14823 | 2024.09.24 04:40:19.915912 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 17171, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14824 | 2024.09.24 04:40:19.916059 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14825 | 2024.09.24 04:40:19.916089 [ 3 ] {} <Debug> HTTP-Session: 3e1cf628-34cd-44e6-8404-fa637cfab1e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
14826 | 2024.09.24 04:40:19.916119 [ 3 ] {} <Debug> HTTP-Session: 3e1cf628-34cd-44e6-8404-fa637cfab1e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14827 | 2024.09.24 04:40:19.916138 [ 3 ] {} <Debug> HTTP-Session: 3e1cf628-34cd-44e6-8404-fa637cfab1e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14828 | 2024.09.24 04:40:19.916194 [ 3 ] {} <Trace> HTTP-Session: 3e1cf628-34cd-44e6-8404-fa637cfab1e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14829 | 2024.09.24 04:40:19.916452 [ 3 ] {763c29a5-2eaf-42e9-9af7-ad232671e1d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14830 | 2024.09.24 04:40:19.916530 [ 3 ] {763c29a5-2eaf-42e9-9af7-ad232671e1d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14831 | 2024.09.24 04:40:19.916913 [ 3 ] {763c29a5-2eaf-42e9-9af7-ad232671e1d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14832 | 2024.09.24 04:40:19.917443 [ 3 ] {763c29a5-2eaf-42e9-9af7-ad232671e1d9} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14833 | 2024.09.24 04:40:19.917486 [ 3 ] {763c29a5-2eaf-42e9-9af7-ad232671e1d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
14834 | 2024.09.24 04:40:19.917919 [ 3 ] {763c29a5-2eaf-42e9-9af7-ad232671e1d9} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
14835 | 2024.09.24 04:40:19.918311 [ 3 ] {763c29a5-2eaf-42e9-9af7-ad232671e1d9} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14836 | 2024.09.24 04:40:19.918499 [ 3 ] {763c29a5-2eaf-42e9-9af7-ad232671e1d9} <Debug> executeQuery: Read 116 rows, 10.11 KiB in 0.00213 sec., 54460.09389671362 rows/sec., 4.63 MiB/sec. | ||
14837 | 2024.09.24 04:40:19.918711 [ 3 ] {763c29a5-2eaf-42e9-9af7-ad232671e1d9} <Debug> DynamicQueryHandler: Done processing query | ||
14838 | 2024.09.24 04:40:19.918738 [ 3 ] {763c29a5-2eaf-42e9-9af7-ad232671e1d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
14839 | 2024.09.24 04:40:19.918755 [ 3 ] {} <Debug> HTTP-Session: 3e1cf628-34cd-44e6-8404-fa637cfab1e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14840 | 2024.09.24 04:40:19.918909 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 4352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14841 | 2024.09.24 04:40:19.918962 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14842 | 2024.09.24 04:40:19.918983 [ 3 ] {} <Debug> HTTP-Session: e9716bb9-4d6f-4ec2-bd16-4a2fabd0c92b Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
14843 | 2024.09.24 04:40:19.919001 [ 3 ] {} <Debug> HTTP-Session: e9716bb9-4d6f-4ec2-bd16-4a2fabd0c92b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14844 | 2024.09.24 04:40:19.919016 [ 3 ] {} <Debug> HTTP-Session: e9716bb9-4d6f-4ec2-bd16-4a2fabd0c92b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14845 | 2024.09.24 04:40:19.919047 [ 3 ] {} <Trace> HTTP-Session: e9716bb9-4d6f-4ec2-bd16-4a2fabd0c92b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14846 | 2024.09.24 04:40:19.919156 [ 3 ] {2d30b42d-d932-4e0a-a4a6-b2efc5060ff8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14847 | 2024.09.24 04:40:19.919200 [ 3 ] {2d30b42d-d932-4e0a-a4a6-b2efc5060ff8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14848 | 2024.09.24 04:40:19.919431 [ 3 ] {2d30b42d-d932-4e0a-a4a6-b2efc5060ff8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14849 | 2024.09.24 04:40:19.919769 [ 3 ] {2d30b42d-d932-4e0a-a4a6-b2efc5060ff8} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14850 | 2024.09.24 04:40:19.919807 [ 3 ] {2d30b42d-d932-4e0a-a4a6-b2efc5060ff8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
14851 | 2024.09.24 04:40:19.920159 [ 3 ] {2d30b42d-d932-4e0a-a4a6-b2efc5060ff8} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
14852 | 2024.09.24 04:40:19.920511 [ 3 ] {2d30b42d-d932-4e0a-a4a6-b2efc5060ff8} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14853 | 2024.09.24 04:40:19.920662 [ 3 ] {2d30b42d-d932-4e0a-a4a6-b2efc5060ff8} <Debug> executeQuery: Read 30 rows, 2.26 KiB in 0.001532 sec., 19582.245430809402 rows/sec., 1.44 MiB/sec. | ||
14854 | 2024.09.24 04:40:19.920826 [ 3 ] {2d30b42d-d932-4e0a-a4a6-b2efc5060ff8} <Debug> DynamicQueryHandler: Done processing query | ||
14855 | 2024.09.24 04:40:19.920850 [ 3 ] {2d30b42d-d932-4e0a-a4a6-b2efc5060ff8} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
14856 | 2024.09.24 04:40:19.920865 [ 3 ] {} <Debug> HTTP-Session: e9716bb9-4d6f-4ec2-bd16-4a2fabd0c92b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14857 | 2024.09.24 04:40:19.921014 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 15959, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14858 | 2024.09.24 04:40:19.921065 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14859 | 2024.09.24 04:40:19.921084 [ 3 ] {} <Debug> HTTP-Session: 19621f57-1e06-4a23-a774-b10a3917e099 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
14860 | 2024.09.24 04:40:19.921101 [ 3 ] {} <Debug> HTTP-Session: 19621f57-1e06-4a23-a774-b10a3917e099 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14861 | 2024.09.24 04:40:19.921114 [ 3 ] {} <Debug> HTTP-Session: 19621f57-1e06-4a23-a774-b10a3917e099 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14862 | 2024.09.24 04:40:19.921145 [ 3 ] {} <Trace> HTTP-Session: 19621f57-1e06-4a23-a774-b10a3917e099 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14863 | 2024.09.24 04:40:19.921266 [ 3 ] {63145701-d775-40f8-9d77-d06dda68cc0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14864 | 2024.09.24 04:40:19.921309 [ 3 ] {63145701-d775-40f8-9d77-d06dda68cc0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14865 | 2024.09.24 04:40:19.921531 [ 3 ] {63145701-d775-40f8-9d77-d06dda68cc0d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14866 | 2024.09.24 04:40:19.922382 [ 3 ] {63145701-d775-40f8-9d77-d06dda68cc0d} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14867 | 2024.09.24 04:40:19.922429 [ 3 ] {63145701-d775-40f8-9d77-d06dda68cc0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
14868 | 2024.09.24 04:40:19.922804 [ 3 ] {63145701-d775-40f8-9d77-d06dda68cc0d} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
14869 | 2024.09.24 04:40:19.923180 [ 3 ] {63145701-d775-40f8-9d77-d06dda68cc0d} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14870 | 2024.09.24 04:40:19.923341 [ 3 ] {63145701-d775-40f8-9d77-d06dda68cc0d} <Debug> executeQuery: Read 94 rows, 7.52 KiB in 0.00211 sec., 44549.76303317536 rows/sec., 3.48 MiB/sec. | ||
14871 | 2024.09.24 04:40:19.923510 [ 3 ] {63145701-d775-40f8-9d77-d06dda68cc0d} <Debug> DynamicQueryHandler: Done processing query | ||
14872 | 2024.09.24 04:40:19.923535 [ 3 ] {63145701-d775-40f8-9d77-d06dda68cc0d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
14873 | 2024.09.24 04:40:19.923551 [ 3 ] {} <Debug> HTTP-Session: 19621f57-1e06-4a23-a774-b10a3917e099 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14874 | 2024.09.24 04:40:19.923734 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14875 | 2024.09.24 04:40:19.923784 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14876 | 2024.09.24 04:40:19.923807 [ 3 ] {} <Debug> HTTP-Session: a4936cf5-eb31-456a-8c84-2276f4831264 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
14877 | 2024.09.24 04:40:19.923824 [ 3 ] {} <Debug> HTTP-Session: a4936cf5-eb31-456a-8c84-2276f4831264 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14878 | 2024.09.24 04:40:19.923837 [ 3 ] {} <Debug> HTTP-Session: a4936cf5-eb31-456a-8c84-2276f4831264 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14879 | 2024.09.24 04:40:19.923868 [ 3 ] {} <Trace> HTTP-Session: a4936cf5-eb31-456a-8c84-2276f4831264 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14880 | 2024.09.24 04:40:19.924011 [ 3 ] {3e74ed14-d32e-45eb-b8aa-851cb0527ae2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14881 | 2024.09.24 04:40:19.924059 [ 3 ] {3e74ed14-d32e-45eb-b8aa-851cb0527ae2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14882 | 2024.09.24 04:40:19.924209 [ 3 ] {3e74ed14-d32e-45eb-b8aa-851cb0527ae2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14883 | 2024.09.24 04:40:19.924575 [ 3 ] {3e74ed14-d32e-45eb-b8aa-851cb0527ae2} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14884 | 2024.09.24 04:40:19.924612 [ 3 ] {3e74ed14-d32e-45eb-b8aa-851cb0527ae2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
14885 | 2024.09.24 04:40:19.925008 [ 3 ] {3e74ed14-d32e-45eb-b8aa-851cb0527ae2} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
14886 | 2024.09.24 04:40:19.925346 [ 3 ] {3e74ed14-d32e-45eb-b8aa-851cb0527ae2} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14887 | 2024.09.24 04:40:19.925485 [ 3 ] {3e74ed14-d32e-45eb-b8aa-851cb0527ae2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001541 sec., 103828.68267358857 rows/sec., 7.23 MiB/sec. | ||
14888 | 2024.09.24 04:40:19.925669 [ 3 ] {3e74ed14-d32e-45eb-b8aa-851cb0527ae2} <Debug> DynamicQueryHandler: Done processing query | ||
14889 | 2024.09.24 04:40:19.925692 [ 3 ] {3e74ed14-d32e-45eb-b8aa-851cb0527ae2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14890 | 2024.09.24 04:40:19.925707 [ 3 ] {} <Debug> HTTP-Session: a4936cf5-eb31-456a-8c84-2276f4831264 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14891 | 2024.09.24 04:40:19.925871 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 50291, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14892 | 2024.09.24 04:40:19.925919 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14893 | 2024.09.24 04:40:19.925938 [ 3 ] {} <Debug> HTTP-Session: ba909418-0ba7-4994-99d4-87779f8e701b Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
14894 | 2024.09.24 04:40:19.925954 [ 3 ] {} <Debug> HTTP-Session: ba909418-0ba7-4994-99d4-87779f8e701b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14895 | 2024.09.24 04:40:19.925968 [ 3 ] {} <Debug> HTTP-Session: ba909418-0ba7-4994-99d4-87779f8e701b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14896 | 2024.09.24 04:40:19.925998 [ 3 ] {} <Trace> HTTP-Session: ba909418-0ba7-4994-99d4-87779f8e701b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14897 | 2024.09.24 04:40:19.926298 [ 3 ] {b86c8bf1-0fca-4aa6-a1ab-4ded1a9420a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
14898 | 2024.09.24 04:40:19.926365 [ 3 ] {b86c8bf1-0fca-4aa6-a1ab-4ded1a9420a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
14899 | 2024.09.24 04:40:19.926783 [ 3 ] {b86c8bf1-0fca-4aa6-a1ab-4ded1a9420a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14900 | 2024.09.24 04:40:19.927494 [ 3 ] {b86c8bf1-0fca-4aa6-a1ab-4ded1a9420a3} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14901 | 2024.09.24 04:40:19.927531 [ 3 ] {b86c8bf1-0fca-4aa6-a1ab-4ded1a9420a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
14902 | 2024.09.24 04:40:19.928186 [ 3 ] {b86c8bf1-0fca-4aa6-a1ab-4ded1a9420a3} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
14903 | 2024.09.24 04:40:19.928602 [ 3 ] {b86c8bf1-0fca-4aa6-a1ab-4ded1a9420a3} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14904 | 2024.09.24 04:40:19.928789 [ 3 ] {b86c8bf1-0fca-4aa6-a1ab-4ded1a9420a3} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002706 sec., 11086.474501108647 rows/sec., 19.87 MiB/sec. | ||
14905 | 2024.09.24 04:40:19.929024 [ 3 ] {b86c8bf1-0fca-4aa6-a1ab-4ded1a9420a3} <Debug> DynamicQueryHandler: Done processing query | ||
14906 | 2024.09.24 04:40:19.929048 [ 3 ] {b86c8bf1-0fca-4aa6-a1ab-4ded1a9420a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
14907 | 2024.09.24 04:40:19.929064 [ 3 ] {} <Debug> HTTP-Session: ba909418-0ba7-4994-99d4-87779f8e701b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14908 | 2024.09.24 04:40:19.929200 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14909 | 2024.09.24 04:40:19.929248 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14910 | 2024.09.24 04:40:19.929268 [ 3 ] {} <Debug> HTTP-Session: c1e4bb03-34e4-46a5-a3d5-12b6b19ef6db Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
14911 | 2024.09.24 04:40:19.929284 [ 3 ] {} <Debug> HTTP-Session: c1e4bb03-34e4-46a5-a3d5-12b6b19ef6db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14912 | 2024.09.24 04:40:19.929298 [ 3 ] {} <Debug> HTTP-Session: c1e4bb03-34e4-46a5-a3d5-12b6b19ef6db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14913 | 2024.09.24 04:40:19.929329 [ 3 ] {} <Trace> HTTP-Session: c1e4bb03-34e4-46a5-a3d5-12b6b19ef6db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14914 | 2024.09.24 04:40:19.929445 [ 3 ] {24bec4f9-cf00-4908-a57f-8d2996875624} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14915 | 2024.09.24 04:40:19.929490 [ 3 ] {24bec4f9-cf00-4908-a57f-8d2996875624} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14916 | 2024.09.24 04:40:19.929621 [ 3 ] {24bec4f9-cf00-4908-a57f-8d2996875624} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14917 | 2024.09.24 04:40:19.929917 [ 3 ] {24bec4f9-cf00-4908-a57f-8d2996875624} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14918 | 2024.09.24 04:40:19.929953 [ 3 ] {24bec4f9-cf00-4908-a57f-8d2996875624} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
14919 | 2024.09.24 04:40:19.930335 [ 3 ] {24bec4f9-cf00-4908-a57f-8d2996875624} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
14920 | 2024.09.24 04:40:19.930657 [ 3 ] {24bec4f9-cf00-4908-a57f-8d2996875624} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14921 | 2024.09.24 04:40:19.930873 [ 3 ] {24bec4f9-cf00-4908-a57f-8d2996875624} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001466 sec., 40927.69440654843 rows/sec., 2.76 MiB/sec. | ||
14922 | 2024.09.24 04:40:19.931117 [ 3 ] {24bec4f9-cf00-4908-a57f-8d2996875624} <Debug> DynamicQueryHandler: Done processing query | ||
14923 | 2024.09.24 04:40:19.931173 [ 3 ] {24bec4f9-cf00-4908-a57f-8d2996875624} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14924 | 2024.09.24 04:40:19.931232 [ 3 ] {} <Debug> HTTP-Session: c1e4bb03-34e4-46a5-a3d5-12b6b19ef6db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14925 | 2024.09.24 04:40:24.919484 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1554, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14926 | 2024.09.24 04:40:24.919621 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14927 | 2024.09.24 04:40:24.919650 [ 3 ] {} <Debug> HTTP-Session: 6ebcf09a-4a02-4b72-bacd-bc76ed5e79df Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
14928 | 2024.09.24 04:40:24.919680 [ 3 ] {} <Debug> HTTP-Session: 6ebcf09a-4a02-4b72-bacd-bc76ed5e79df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14929 | 2024.09.24 04:40:24.919698 [ 3 ] {} <Debug> HTTP-Session: 6ebcf09a-4a02-4b72-bacd-bc76ed5e79df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14930 | 2024.09.24 04:40:24.919754 [ 3 ] {} <Trace> HTTP-Session: 6ebcf09a-4a02-4b72-bacd-bc76ed5e79df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14931 | 2024.09.24 04:40:24.920136 [ 3 ] {76778109-8668-4aff-85d4-9a54229024fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
14932 | 2024.09.24 04:40:24.920568 [ 3 ] {76778109-8668-4aff-85d4-9a54229024fd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
14933 | 2024.09.24 04:40:24.920621 [ 3 ] {76778109-8668-4aff-85d4-9a54229024fd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
14934 | 2024.09.24 04:40:24.921008 [ 3 ] {76778109-8668-4aff-85d4-9a54229024fd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
14935 | 2024.09.24 04:40:24.921088 [ 3 ] {76778109-8668-4aff-85d4-9a54229024fd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
14936 | 2024.09.24 04:40:24.921262 [ 3 ] {76778109-8668-4aff-85d4-9a54229024fd} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 43-element set) | ||
14937 | 2024.09.24 04:40:24.921303 [ 3 ] {76778109-8668-4aff-85d4-9a54229024fd} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
14938 | 2024.09.24 04:40:24.921328 [ 3 ] {76778109-8668-4aff-85d4-9a54229024fd} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
14939 | 2024.09.24 04:40:24.921345 [ 3 ] {76778109-8668-4aff-85d4-9a54229024fd} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
14940 | 2024.09.24 04:40:24.921396 [ 3 ] {76778109-8668-4aff-85d4-9a54229024fd} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
14941 | 2024.09.24 04:40:24.921420 [ 3 ] {76778109-8668-4aff-85d4-9a54229024fd} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 43 rows starting from 0 | ||
14942 | 2024.09.24 04:40:24.922565 [ 3 ] {76778109-8668-4aff-85d4-9a54229024fd} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.002547 sec., 16882.606988614058 rows/sec., 643.76 KiB/sec. | ||
14943 | 2024.09.24 04:40:24.922831 [ 3 ] {76778109-8668-4aff-85d4-9a54229024fd} <Debug> DynamicQueryHandler: Done processing query | ||
14944 | 2024.09.24 04:40:24.922858 [ 3 ] {76778109-8668-4aff-85d4-9a54229024fd} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
14945 | 2024.09.24 04:40:24.922875 [ 3 ] {} <Debug> HTTP-Session: 6ebcf09a-4a02-4b72-bacd-bc76ed5e79df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14946 | 2024.09.24 04:40:24.923852 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1584, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14947 | 2024.09.24 04:40:24.923902 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14948 | 2024.09.24 04:40:24.923922 [ 3 ] {} <Debug> HTTP-Session: 058d5fe3-7d82-4431-9755-87e11d88093c Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
14949 | 2024.09.24 04:40:24.923939 [ 3 ] {} <Debug> HTTP-Session: 058d5fe3-7d82-4431-9755-87e11d88093c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14950 | 2024.09.24 04:40:24.923952 [ 3 ] {} <Debug> HTTP-Session: 058d5fe3-7d82-4431-9755-87e11d88093c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14951 | 2024.09.24 04:40:24.923984 [ 3 ] {} <Trace> HTTP-Session: 058d5fe3-7d82-4431-9755-87e11d88093c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14952 | 2024.09.24 04:40:24.924142 [ 3 ] {4a73e887-2eee-470c-8107-579f47242bcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
14953 | 2024.09.24 04:40:24.924447 [ 3 ] {4a73e887-2eee-470c-8107-579f47242bcb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
14954 | 2024.09.24 04:40:24.924498 [ 3 ] {4a73e887-2eee-470c-8107-579f47242bcb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
14955 | 2024.09.24 04:40:24.924835 [ 3 ] {4a73e887-2eee-470c-8107-579f47242bcb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
14956 | 2024.09.24 04:40:24.924900 [ 3 ] {4a73e887-2eee-470c-8107-579f47242bcb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
14957 | 2024.09.24 04:40:24.925043 [ 3 ] {4a73e887-2eee-470c-8107-579f47242bcb} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 44-element set) | ||
14958 | 2024.09.24 04:40:24.925075 [ 3 ] {4a73e887-2eee-470c-8107-579f47242bcb} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
14959 | 2024.09.24 04:40:24.925098 [ 3 ] {4a73e887-2eee-470c-8107-579f47242bcb} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
14960 | 2024.09.24 04:40:24.925115 [ 3 ] {4a73e887-2eee-470c-8107-579f47242bcb} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
14961 | 2024.09.24 04:40:24.925158 [ 3 ] {4a73e887-2eee-470c-8107-579f47242bcb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:vcpu_usage'))" | ||
14962 | 2024.09.24 04:40:24.925181 [ 3 ] {4a73e887-2eee-470c-8107-579f47242bcb} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 43 rows starting from 0 | ||
14963 | 2024.09.24 04:40:24.925972 [ 3 ] {4a73e887-2eee-470c-8107-579f47242bcb} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.001913 sec., 22477.78358599059 rows/sec., 857.11 KiB/sec. | ||
14964 | 2024.09.24 04:40:24.926185 [ 3 ] {4a73e887-2eee-470c-8107-579f47242bcb} <Debug> DynamicQueryHandler: Done processing query | ||
14965 | 2024.09.24 04:40:24.926208 [ 3 ] {4a73e887-2eee-470c-8107-579f47242bcb} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
14966 | 2024.09.24 04:40:24.926225 [ 3 ] {} <Debug> HTTP-Session: 058d5fe3-7d82-4431-9755-87e11d88093c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14967 | 2024.09.24 04:40:24.926427 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1626, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14968 | 2024.09.24 04:40:24.926474 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14969 | 2024.09.24 04:40:24.926493 [ 3 ] {} <Debug> HTTP-Session: 496f8c3e-0e1e-4984-bd28-f4ce07dc2e94 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
14970 | 2024.09.24 04:40:24.926510 [ 3 ] {} <Debug> HTTP-Session: 496f8c3e-0e1e-4984-bd28-f4ce07dc2e94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14971 | 2024.09.24 04:40:24.926523 [ 3 ] {} <Debug> HTTP-Session: 496f8c3e-0e1e-4984-bd28-f4ce07dc2e94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14972 | 2024.09.24 04:40:24.926553 [ 3 ] {} <Trace> HTTP-Session: 496f8c3e-0e1e-4984-bd28-f4ce07dc2e94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14973 | 2024.09.24 04:40:24.926709 [ 3 ] {eee46cb8-913c-4d29-8750-fd318f4d1e08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
14974 | 2024.09.24 04:40:24.927006 [ 3 ] {eee46cb8-913c-4d29-8750-fd318f4d1e08} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
14975 | 2024.09.24 04:40:24.927056 [ 3 ] {eee46cb8-913c-4d29-8750-fd318f4d1e08} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
14976 | 2024.09.24 04:40:24.927397 [ 3 ] {eee46cb8-913c-4d29-8750-fd318f4d1e08} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
14977 | 2024.09.24 04:40:24.927462 [ 3 ] {eee46cb8-913c-4d29-8750-fd318f4d1e08} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
14978 | 2024.09.24 04:40:24.927601 [ 3 ] {eee46cb8-913c-4d29-8750-fd318f4d1e08} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 45-element set) | ||
14979 | 2024.09.24 04:40:24.927634 [ 3 ] {eee46cb8-913c-4d29-8750-fd318f4d1e08} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
14980 | 2024.09.24 04:40:24.927657 [ 3 ] {eee46cb8-913c-4d29-8750-fd318f4d1e08} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
14981 | 2024.09.24 04:40:24.927673 [ 3 ] {eee46cb8-913c-4d29-8750-fd318f4d1e08} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
14982 | 2024.09.24 04:40:24.927715 [ 3 ] {eee46cb8-913c-4d29-8750-fd318f4d1e08} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:vcpu_usage'))" | ||
14983 | 2024.09.24 04:40:24.927737 [ 3 ] {eee46cb8-913c-4d29-8750-fd318f4d1e08} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 43 rows starting from 0 | ||
14984 | 2024.09.24 04:40:24.928690 [ 3 ] {eee46cb8-913c-4d29-8750-fd318f4d1e08} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.002061 sec., 20863.658418243573 rows/sec., 795.56 KiB/sec. | ||
14985 | 2024.09.24 04:40:24.928930 [ 3 ] {eee46cb8-913c-4d29-8750-fd318f4d1e08} <Debug> DynamicQueryHandler: Done processing query | ||
14986 | 2024.09.24 04:40:24.928953 [ 3 ] {eee46cb8-913c-4d29-8750-fd318f4d1e08} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
14987 | 2024.09.24 04:40:24.928971 [ 3 ] {} <Debug> HTTP-Session: 496f8c3e-0e1e-4984-bd28-f4ce07dc2e94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14988 | 2024.09.24 04:40:24.929211 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14989 | 2024.09.24 04:40:24.929268 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14990 | 2024.09.24 04:40:24.929290 [ 3 ] {} <Debug> HTTP-Session: 59223f21-f25a-4941-b411-0b33507087a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
14991 | 2024.09.24 04:40:24.929309 [ 3 ] {} <Debug> HTTP-Session: 59223f21-f25a-4941-b411-0b33507087a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14992 | 2024.09.24 04:40:24.929325 [ 3 ] {} <Debug> HTTP-Session: 59223f21-f25a-4941-b411-0b33507087a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14993 | 2024.09.24 04:40:24.929359 [ 3 ] {} <Trace> HTTP-Session: 59223f21-f25a-4941-b411-0b33507087a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14994 | 2024.09.24 04:40:24.929516 [ 3 ] {b06c976a-ec05-4aa2-a7b8-67b76348ee83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
14995 | 2024.09.24 04:40:24.929825 [ 3 ] {b06c976a-ec05-4aa2-a7b8-67b76348ee83} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
14996 | 2024.09.24 04:40:24.929877 [ 3 ] {b06c976a-ec05-4aa2-a7b8-67b76348ee83} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
14997 | 2024.09.24 04:40:24.930218 [ 3 ] {b06c976a-ec05-4aa2-a7b8-67b76348ee83} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
14998 | 2024.09.24 04:40:24.930283 [ 3 ] {b06c976a-ec05-4aa2-a7b8-67b76348ee83} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
14999 | 2024.09.24 04:40:24.930421 [ 3 ] {b06c976a-ec05-4aa2-a7b8-67b76348ee83} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 46-element set) | ||
15000 | 2024.09.24 04:40:24.930454 [ 3 ] {b06c976a-ec05-4aa2-a7b8-67b76348ee83} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
15001 | 2024.09.24 04:40:24.930477 [ 3 ] {b06c976a-ec05-4aa2-a7b8-67b76348ee83} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
15002 | 2024.09.24 04:40:24.930493 [ 3 ] {b06c976a-ec05-4aa2-a7b8-67b76348ee83} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
15003 | 2024.09.24 04:40:24.930535 [ 3 ] {b06c976a-ec05-4aa2-a7b8-67b76348ee83} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
15004 | 2024.09.24 04:40:24.930557 [ 3 ] {b06c976a-ec05-4aa2-a7b8-67b76348ee83} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 43 rows starting from 0 | ||
15005 | 2024.09.24 04:40:24.931385 [ 3 ] {b06c976a-ec05-4aa2-a7b8-67b76348ee83} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.00195 sec., 22051.28205128205 rows/sec., 840.85 KiB/sec. | ||
15006 | 2024.09.24 04:40:24.931619 [ 3 ] {b06c976a-ec05-4aa2-a7b8-67b76348ee83} <Debug> DynamicQueryHandler: Done processing query | ||
15007 | 2024.09.24 04:40:24.931642 [ 3 ] {b06c976a-ec05-4aa2-a7b8-67b76348ee83} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
15008 | 2024.09.24 04:40:24.931660 [ 3 ] {} <Debug> HTTP-Session: 59223f21-f25a-4941-b411-0b33507087a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15009 | 2024.09.24 04:40:24.931867 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1698, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15010 | 2024.09.24 04:40:24.931914 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15011 | 2024.09.24 04:40:24.931933 [ 3 ] {} <Debug> HTTP-Session: 39ff056e-022b-458d-b7cd-8b43519dd4c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
15012 | 2024.09.24 04:40:24.931949 [ 3 ] {} <Debug> HTTP-Session: 39ff056e-022b-458d-b7cd-8b43519dd4c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15013 | 2024.09.24 04:40:24.931963 [ 3 ] {} <Debug> HTTP-Session: 39ff056e-022b-458d-b7cd-8b43519dd4c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15014 | 2024.09.24 04:40:24.931994 [ 3 ] {} <Trace> HTTP-Session: 39ff056e-022b-458d-b7cd-8b43519dd4c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15015 | 2024.09.24 04:40:24.932151 [ 3 ] {d87e5088-6da7-4a5d-9ee2-02330701343a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
15016 | 2024.09.24 04:40:24.932455 [ 3 ] {d87e5088-6da7-4a5d-9ee2-02330701343a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
15017 | 2024.09.24 04:40:24.932507 [ 3 ] {d87e5088-6da7-4a5d-9ee2-02330701343a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
15018 | 2024.09.24 04:40:24.932849 [ 3 ] {d87e5088-6da7-4a5d-9ee2-02330701343a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
15019 | 2024.09.24 04:40:24.932914 [ 3 ] {d87e5088-6da7-4a5d-9ee2-02330701343a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
15020 | 2024.09.24 04:40:24.933052 [ 3 ] {d87e5088-6da7-4a5d-9ee2-02330701343a} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 47-element set) | ||
15021 | 2024.09.24 04:40:24.933085 [ 3 ] {d87e5088-6da7-4a5d-9ee2-02330701343a} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
15022 | 2024.09.24 04:40:24.933108 [ 3 ] {d87e5088-6da7-4a5d-9ee2-02330701343a} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
15023 | 2024.09.24 04:40:24.933125 [ 3 ] {d87e5088-6da7-4a5d-9ee2-02330701343a} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
15024 | 2024.09.24 04:40:24.933168 [ 3 ] {d87e5088-6da7-4a5d-9ee2-02330701343a} <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', 'crucible_upstairs:activated', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
15025 | 2024.09.24 04:40:24.933191 [ 3 ] {d87e5088-6da7-4a5d-9ee2-02330701343a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 43 rows starting from 0 | ||
15026 | 2024.09.24 04:40:24.933991 [ 3 ] {d87e5088-6da7-4a5d-9ee2-02330701343a} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.001922 sec., 22372.528616024974 rows/sec., 853.09 KiB/sec. | ||
15027 | 2024.09.24 04:40:24.934218 [ 3 ] {d87e5088-6da7-4a5d-9ee2-02330701343a} <Debug> DynamicQueryHandler: Done processing query | ||
15028 | 2024.09.24 04:40:24.934242 [ 3 ] {d87e5088-6da7-4a5d-9ee2-02330701343a} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
15029 | 2024.09.24 04:40:24.934258 [ 3 ] {} <Debug> HTTP-Session: 39ff056e-022b-458d-b7cd-8b43519dd4c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15030 | 2024.09.24 04:40:24.934448 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1725, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15031 | 2024.09.24 04:40:24.934495 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15032 | 2024.09.24 04:40:24.934513 [ 3 ] {} <Debug> HTTP-Session: 8e6584b5-4b7a-4fa3-8203-57f9ef1815e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
15033 | 2024.09.24 04:40:24.934530 [ 3 ] {} <Debug> HTTP-Session: 8e6584b5-4b7a-4fa3-8203-57f9ef1815e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15034 | 2024.09.24 04:40:24.934545 [ 3 ] {} <Debug> HTTP-Session: 8e6584b5-4b7a-4fa3-8203-57f9ef1815e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15035 | 2024.09.24 04:40:24.934575 [ 3 ] {} <Trace> HTTP-Session: 8e6584b5-4b7a-4fa3-8203-57f9ef1815e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15036 | 2024.09.24 04:40:24.934730 [ 3 ] {5af309f1-78c2-4ea9-a643-cac690eca4e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
15037 | 2024.09.24 04:40:24.935039 [ 3 ] {5af309f1-78c2-4ea9-a643-cac690eca4e3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
15038 | 2024.09.24 04:40:24.935090 [ 3 ] {5af309f1-78c2-4ea9-a643-cac690eca4e3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
15039 | 2024.09.24 04:40:24.935434 [ 3 ] {5af309f1-78c2-4ea9-a643-cac690eca4e3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
15040 | 2024.09.24 04:40:24.935499 [ 3 ] {5af309f1-78c2-4ea9-a643-cac690eca4e3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
15041 | 2024.09.24 04:40:24.935638 [ 3 ] {5af309f1-78c2-4ea9-a643-cac690eca4e3} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 48-element set) | ||
15042 | 2024.09.24 04:40:24.935671 [ 3 ] {5af309f1-78c2-4ea9-a643-cac690eca4e3} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
15043 | 2024.09.24 04:40:24.935694 [ 3 ] {5af309f1-78c2-4ea9-a643-cac690eca4e3} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
15044 | 2024.09.24 04:40:24.935711 [ 3 ] {5af309f1-78c2-4ea9-a643-cac690eca4e3} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
15045 | 2024.09.24 04:40:24.935755 [ 3 ] {5af309f1-78c2-4ea9-a643-cac690eca4e3} <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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
15046 | 2024.09.24 04:40:24.935777 [ 3 ] {5af309f1-78c2-4ea9-a643-cac690eca4e3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 43 rows starting from 0 | ||
15047 | 2024.09.24 04:40:24.936588 [ 3 ] {5af309f1-78c2-4ea9-a643-cac690eca4e3} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.00194 sec., 22164.948453608245 rows/sec., 845.18 KiB/sec. | ||
15048 | 2024.09.24 04:40:24.936809 [ 3 ] {5af309f1-78c2-4ea9-a643-cac690eca4e3} <Debug> DynamicQueryHandler: Done processing query | ||
15049 | 2024.09.24 04:40:24.936833 [ 3 ] {5af309f1-78c2-4ea9-a643-cac690eca4e3} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
15050 | 2024.09.24 04:40:24.936849 [ 3 ] {} <Debug> HTTP-Session: 8e6584b5-4b7a-4fa3-8203-57f9ef1815e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15051 | 2024.09.24 04:40:24.937044 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1752, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15052 | 2024.09.24 04:40:24.937092 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15053 | 2024.09.24 04:40:24.937110 [ 3 ] {} <Debug> HTTP-Session: af7bd8cd-aaef-4cd8-aeba-ce24d2267ac7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
15054 | 2024.09.24 04:40:24.937127 [ 3 ] {} <Debug> HTTP-Session: af7bd8cd-aaef-4cd8-aeba-ce24d2267ac7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15055 | 2024.09.24 04:40:24.937140 [ 3 ] {} <Debug> HTTP-Session: af7bd8cd-aaef-4cd8-aeba-ce24d2267ac7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15056 | 2024.09.24 04:40:24.937171 [ 3 ] {} <Trace> HTTP-Session: af7bd8cd-aaef-4cd8-aeba-ce24d2267ac7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15057 | 2024.09.24 04:40:24.937327 [ 3 ] {d095cc5d-33ab-49ed-8d26-bb02db3b1b31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
15058 | 2024.09.24 04:40:24.937628 [ 3 ] {d095cc5d-33ab-49ed-8d26-bb02db3b1b31} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
15059 | 2024.09.24 04:40:24.937680 [ 3 ] {d095cc5d-33ab-49ed-8d26-bb02db3b1b31} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
15060 | 2024.09.24 04:40:24.938030 [ 3 ] {d095cc5d-33ab-49ed-8d26-bb02db3b1b31} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
15061 | 2024.09.24 04:40:24.938094 [ 3 ] {d095cc5d-33ab-49ed-8d26-bb02db3b1b31} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
15062 | 2024.09.24 04:40:24.938232 [ 3 ] {d095cc5d-33ab-49ed-8d26-bb02db3b1b31} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 49-element set) | ||
15063 | 2024.09.24 04:40:24.938264 [ 3 ] {d095cc5d-33ab-49ed-8d26-bb02db3b1b31} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
15064 | 2024.09.24 04:40:24.938286 [ 3 ] {d095cc5d-33ab-49ed-8d26-bb02db3b1b31} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
15065 | 2024.09.24 04:40:24.938302 [ 3 ] {d095cc5d-33ab-49ed-8d26-bb02db3b1b31} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
15066 | 2024.09.24 04:40:24.938346 [ 3 ] {d095cc5d-33ab-49ed-8d26-bb02db3b1b31} <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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
15067 | 2024.09.24 04:40:24.938368 [ 3 ] {d095cc5d-33ab-49ed-8d26-bb02db3b1b31} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 43 rows starting from 0 | ||
15068 | 2024.09.24 04:40:24.939175 [ 3 ] {d095cc5d-33ab-49ed-8d26-bb02db3b1b31} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.001932 sec., 22256.72877846791 rows/sec., 848.68 KiB/sec. | ||
15069 | 2024.09.24 04:40:24.939397 [ 3 ] {d095cc5d-33ab-49ed-8d26-bb02db3b1b31} <Debug> DynamicQueryHandler: Done processing query | ||
15070 | 2024.09.24 04:40:24.939421 [ 3 ] {d095cc5d-33ab-49ed-8d26-bb02db3b1b31} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
15071 | 2024.09.24 04:40:24.939436 [ 3 ] {} <Debug> HTTP-Session: af7bd8cd-aaef-4cd8-aeba-ce24d2267ac7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15072 | 2024.09.24 04:40:24.939631 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1785, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15073 | 2024.09.24 04:40:24.939677 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15074 | 2024.09.24 04:40:24.939697 [ 3 ] {} <Debug> HTTP-Session: 216aace9-3c14-4897-8356-3411b078559a Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
15075 | 2024.09.24 04:40:24.939713 [ 3 ] {} <Debug> HTTP-Session: 216aace9-3c14-4897-8356-3411b078559a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15076 | 2024.09.24 04:40:24.939727 [ 3 ] {} <Debug> HTTP-Session: 216aace9-3c14-4897-8356-3411b078559a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15077 | 2024.09.24 04:40:24.939757 [ 3 ] {} <Trace> HTTP-Session: 216aace9-3c14-4897-8356-3411b078559a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15078 | 2024.09.24 04:40:24.939915 [ 3 ] {88567a79-72ef-4138-a08e-c11cb39a0b92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
15079 | 2024.09.24 04:40:24.940220 [ 3 ] {88567a79-72ef-4138-a08e-c11cb39a0b92} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
15080 | 2024.09.24 04:40:24.940271 [ 3 ] {88567a79-72ef-4138-a08e-c11cb39a0b92} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
15081 | 2024.09.24 04:40:24.940618 [ 3 ] {88567a79-72ef-4138-a08e-c11cb39a0b92} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
15082 | 2024.09.24 04:40:24.940683 [ 3 ] {88567a79-72ef-4138-a08e-c11cb39a0b92} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
15083 | 2024.09.24 04:40:24.940822 [ 3 ] {88567a79-72ef-4138-a08e-c11cb39a0b92} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 50-element set) | ||
15084 | 2024.09.24 04:40:24.940854 [ 3 ] {88567a79-72ef-4138-a08e-c11cb39a0b92} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
15085 | 2024.09.24 04:40:24.940876 [ 3 ] {88567a79-72ef-4138-a08e-c11cb39a0b92} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
15086 | 2024.09.24 04:40:24.940893 [ 3 ] {88567a79-72ef-4138-a08e-c11cb39a0b92} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
15087 | 2024.09.24 04:40:24.940936 [ 3 ] {88567a79-72ef-4138-a08e-c11cb39a0b92} <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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
15088 | 2024.09.24 04:40:24.940959 [ 3 ] {88567a79-72ef-4138-a08e-c11cb39a0b92} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 43 rows starting from 0 | ||
15089 | 2024.09.24 04:40:24.941734 [ 3 ] {88567a79-72ef-4138-a08e-c11cb39a0b92} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.001903 sec., 22595.901208617972 rows/sec., 861.61 KiB/sec. | ||
15090 | 2024.09.24 04:40:24.941960 [ 3 ] {88567a79-72ef-4138-a08e-c11cb39a0b92} <Debug> DynamicQueryHandler: Done processing query | ||
15091 | 2024.09.24 04:40:24.941984 [ 3 ] {88567a79-72ef-4138-a08e-c11cb39a0b92} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
15092 | 2024.09.24 04:40:24.942001 [ 3 ] {} <Debug> HTTP-Session: 216aace9-3c14-4897-8356-3411b078559a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15093 | 2024.09.24 04:40:24.942195 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1811, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15094 | 2024.09.24 04:40:24.942243 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15095 | 2024.09.24 04:40:24.942261 [ 3 ] {} <Debug> HTTP-Session: 3c4384f2-bf6e-47ce-99cd-b95d9ed5f99a Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
15096 | 2024.09.24 04:40:24.942277 [ 3 ] {} <Debug> HTTP-Session: 3c4384f2-bf6e-47ce-99cd-b95d9ed5f99a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15097 | 2024.09.24 04:40:24.942290 [ 3 ] {} <Debug> HTTP-Session: 3c4384f2-bf6e-47ce-99cd-b95d9ed5f99a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15098 | 2024.09.24 04:40:24.942320 [ 3 ] {} <Trace> HTTP-Session: 3c4384f2-bf6e-47ce-99cd-b95d9ed5f99a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15099 | 2024.09.24 04:40:24.942477 [ 3 ] {f2350990-71a9-4de1-b6c5-bd9d97ea0d9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
15100 | 2024.09.24 04:40:24.942791 [ 3 ] {f2350990-71a9-4de1-b6c5-bd9d97ea0d9d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
15101 | 2024.09.24 04:40:24.942844 [ 3 ] {f2350990-71a9-4de1-b6c5-bd9d97ea0d9d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
15102 | 2024.09.24 04:40:24.943196 [ 3 ] {f2350990-71a9-4de1-b6c5-bd9d97ea0d9d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
15103 | 2024.09.24 04:40:24.943259 [ 3 ] {f2350990-71a9-4de1-b6c5-bd9d97ea0d9d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
15104 | 2024.09.24 04:40:24.943398 [ 3 ] {f2350990-71a9-4de1-b6c5-bd9d97ea0d9d} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 51-element set) | ||
15105 | 2024.09.24 04:40:24.943430 [ 3 ] {f2350990-71a9-4de1-b6c5-bd9d97ea0d9d} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
15106 | 2024.09.24 04:40:24.943452 [ 3 ] {f2350990-71a9-4de1-b6c5-bd9d97ea0d9d} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
15107 | 2024.09.24 04:40:24.943469 [ 3 ] {f2350990-71a9-4de1-b6c5-bd9d97ea0d9d} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
15108 | 2024.09.24 04:40:24.943512 [ 3 ] {f2350990-71a9-4de1-b6c5-bd9d97ea0d9d} <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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
15109 | 2024.09.24 04:40:24.943534 [ 3 ] {f2350990-71a9-4de1-b6c5-bd9d97ea0d9d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 43 rows starting from 0 | ||
15110 | 2024.09.24 04:40:24.944298 [ 3 ] {f2350990-71a9-4de1-b6c5-bd9d97ea0d9d} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.001905 sec., 22572.17847769029 rows/sec., 860.71 KiB/sec. | ||
15111 | 2024.09.24 04:40:24.944533 [ 3 ] {f2350990-71a9-4de1-b6c5-bd9d97ea0d9d} <Debug> DynamicQueryHandler: Done processing query | ||
15112 | 2024.09.24 04:40:24.944557 [ 3 ] {f2350990-71a9-4de1-b6c5-bd9d97ea0d9d} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
15113 | 2024.09.24 04:40:24.944573 [ 3 ] {} <Debug> HTTP-Session: 3c4384f2-bf6e-47ce-99cd-b95d9ed5f99a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15114 | 2024.09.24 04:40:24.944778 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15115 | 2024.09.24 04:40:24.944849 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15116 | 2024.09.24 04:40:24.944873 [ 3 ] {} <Debug> HTTP-Session: b22c0c1c-ec52-4321-8aaf-3e148637df30 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
15117 | 2024.09.24 04:40:24.944893 [ 3 ] {} <Debug> HTTP-Session: b22c0c1c-ec52-4321-8aaf-3e148637df30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15118 | 2024.09.24 04:40:24.944910 [ 3 ] {} <Debug> HTTP-Session: b22c0c1c-ec52-4321-8aaf-3e148637df30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15119 | 2024.09.24 04:40:24.944950 [ 3 ] {} <Trace> HTTP-Session: b22c0c1c-ec52-4321-8aaf-3e148637df30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15120 | 2024.09.24 04:40:24.945155 [ 3 ] {68da835b-d450-46fa-be82-8472e7356fd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
15121 | 2024.09.24 04:40:24.945478 [ 3 ] {68da835b-d450-46fa-be82-8472e7356fd5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
15122 | 2024.09.24 04:40:24.945532 [ 3 ] {68da835b-d450-46fa-be82-8472e7356fd5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
15123 | 2024.09.24 04:40:24.945890 [ 3 ] {68da835b-d450-46fa-be82-8472e7356fd5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
15124 | 2024.09.24 04:40:24.945955 [ 3 ] {68da835b-d450-46fa-be82-8472e7356fd5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
15125 | 2024.09.24 04:40:24.946096 [ 3 ] {68da835b-d450-46fa-be82-8472e7356fd5} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 52-element set) | ||
15126 | 2024.09.24 04:40:24.946129 [ 3 ] {68da835b-d450-46fa-be82-8472e7356fd5} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
15127 | 2024.09.24 04:40:24.946152 [ 3 ] {68da835b-d450-46fa-be82-8472e7356fd5} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
15128 | 2024.09.24 04:40:24.946170 [ 3 ] {68da835b-d450-46fa-be82-8472e7356fd5} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
15129 | 2024.09.24 04:40:24.946213 [ 3 ] {68da835b-d450-46fa-be82-8472e7356fd5} <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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
15130 | 2024.09.24 04:40:24.946236 [ 3 ] {68da835b-d450-46fa-be82-8472e7356fd5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 43 rows starting from 0 | ||
15131 | 2024.09.24 04:40:24.947018 [ 3 ] {68da835b-d450-46fa-be82-8472e7356fd5} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.001975 sec., 21772.151898734173 rows/sec., 830.20 KiB/sec. | ||
15132 | 2024.09.24 04:40:24.947252 [ 3 ] {68da835b-d450-46fa-be82-8472e7356fd5} <Debug> DynamicQueryHandler: Done processing query | ||
15133 | 2024.09.24 04:40:24.947277 [ 3 ] {68da835b-d450-46fa-be82-8472e7356fd5} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
15134 | 2024.09.24 04:40:24.947294 [ 3 ] {} <Debug> HTTP-Session: b22c0c1c-ec52-4321-8aaf-3e148637df30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15135 | 2024.09.24 04:40:24.947485 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15136 | 2024.09.24 04:40:24.947533 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15137 | 2024.09.24 04:40:24.947551 [ 3 ] {} <Debug> HTTP-Session: 6ad87a7b-e65e-4cf6-bf82-04a3a198a486 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
15138 | 2024.09.24 04:40:24.947568 [ 3 ] {} <Debug> HTTP-Session: 6ad87a7b-e65e-4cf6-bf82-04a3a198a486 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15139 | 2024.09.24 04:40:24.947582 [ 3 ] {} <Debug> HTTP-Session: 6ad87a7b-e65e-4cf6-bf82-04a3a198a486 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15140 | 2024.09.24 04:40:24.947614 [ 3 ] {} <Trace> HTTP-Session: 6ad87a7b-e65e-4cf6-bf82-04a3a198a486 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15141 | 2024.09.24 04:40:24.947775 [ 3 ] {29a17825-b2de-455b-a0a1-a33f3df594a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
15142 | 2024.09.24 04:40:24.948091 [ 3 ] {29a17825-b2de-455b-a0a1-a33f3df594a4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
15143 | 2024.09.24 04:40:24.948145 [ 3 ] {29a17825-b2de-455b-a0a1-a33f3df594a4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
15144 | 2024.09.24 04:40:24.948505 [ 3 ] {29a17825-b2de-455b-a0a1-a33f3df594a4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
15145 | 2024.09.24 04:40:24.948570 [ 3 ] {29a17825-b2de-455b-a0a1-a33f3df594a4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
15146 | 2024.09.24 04:40:24.948709 [ 3 ] {29a17825-b2de-455b-a0a1-a33f3df594a4} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 53-element set) | ||
15147 | 2024.09.24 04:40:24.948742 [ 3 ] {29a17825-b2de-455b-a0a1-a33f3df594a4} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
15148 | 2024.09.24 04:40:24.948764 [ 3 ] {29a17825-b2de-455b-a0a1-a33f3df594a4} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
15149 | 2024.09.24 04:40:24.948781 [ 3 ] {29a17825-b2de-455b-a0a1-a33f3df594a4} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
15150 | 2024.09.24 04:40:24.948826 [ 3 ] {29a17825-b2de-455b-a0a1-a33f3df594a4} <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', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
15151 | 2024.09.24 04:40:24.948849 [ 3 ] {29a17825-b2de-455b-a0a1-a33f3df594a4} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 43 rows starting from 0 | ||
15152 | 2024.09.24 04:40:24.949774 [ 3 ] {29a17825-b2de-455b-a0a1-a33f3df594a4} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.002083 sec., 20643.302928468554 rows/sec., 787.16 KiB/sec. | ||
15153 | 2024.09.24 04:40:24.950020 [ 3 ] {29a17825-b2de-455b-a0a1-a33f3df594a4} <Debug> DynamicQueryHandler: Done processing query | ||
15154 | 2024.09.24 04:40:24.950043 [ 3 ] {29a17825-b2de-455b-a0a1-a33f3df594a4} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
15155 | 2024.09.24 04:40:24.950060 [ 3 ] {} <Debug> HTTP-Session: 6ad87a7b-e65e-4cf6-bf82-04a3a198a486 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15156 | 2024.09.24 04:40:24.950254 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1911, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15157 | 2024.09.24 04:40:24.950303 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15158 | 2024.09.24 04:40:24.950322 [ 3 ] {} <Debug> HTTP-Session: 08fe62f1-db21-4f83-9f07-a2cd49e8d378 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
15159 | 2024.09.24 04:40:24.950338 [ 3 ] {} <Debug> HTTP-Session: 08fe62f1-db21-4f83-9f07-a2cd49e8d378 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15160 | 2024.09.24 04:40:24.950352 [ 3 ] {} <Debug> HTTP-Session: 08fe62f1-db21-4f83-9f07-a2cd49e8d378 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15161 | 2024.09.24 04:40:24.950382 [ 3 ] {} <Trace> HTTP-Session: 08fe62f1-db21-4f83-9f07-a2cd49e8d378 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15162 | 2024.09.24 04:40:24.950544 [ 3 ] {60833864-c164-4af8-a25c-e9dc00ac8d76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
15163 | 2024.09.24 04:40:24.950865 [ 3 ] {60833864-c164-4af8-a25c-e9dc00ac8d76} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
15164 | 2024.09.24 04:40:24.950919 [ 3 ] {60833864-c164-4af8-a25c-e9dc00ac8d76} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
15165 | 2024.09.24 04:40:24.951280 [ 3 ] {60833864-c164-4af8-a25c-e9dc00ac8d76} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
15166 | 2024.09.24 04:40:24.951345 [ 3 ] {60833864-c164-4af8-a25c-e9dc00ac8d76} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
15167 | 2024.09.24 04:40:24.951485 [ 3 ] {60833864-c164-4af8-a25c-e9dc00ac8d76} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 54-element set) | ||
15168 | 2024.09.24 04:40:24.951518 [ 3 ] {60833864-c164-4af8-a25c-e9dc00ac8d76} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
15169 | 2024.09.24 04:40:24.951540 [ 3 ] {60833864-c164-4af8-a25c-e9dc00ac8d76} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
15170 | 2024.09.24 04:40:24.951558 [ 3 ] {60833864-c164-4af8-a25c-e9dc00ac8d76} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
15171 | 2024.09.24 04:40:24.951602 [ 3 ] {60833864-c164-4af8-a25c-e9dc00ac8d76} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
15172 | 2024.09.24 04:40:24.951624 [ 3 ] {60833864-c164-4af8-a25c-e9dc00ac8d76} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 43 rows starting from 0 | ||
15173 | 2024.09.24 04:40:24.952510 [ 3 ] {60833864-c164-4af8-a25c-e9dc00ac8d76} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.002046 sec., 21016.61779081134 rows/sec., 801.39 KiB/sec. | ||
15174 | 2024.09.24 04:40:24.952746 [ 3 ] {60833864-c164-4af8-a25c-e9dc00ac8d76} <Debug> DynamicQueryHandler: Done processing query | ||
15175 | 2024.09.24 04:40:24.952770 [ 3 ] {60833864-c164-4af8-a25c-e9dc00ac8d76} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
15176 | 2024.09.24 04:40:24.952787 [ 3 ] {} <Debug> HTTP-Session: 08fe62f1-db21-4f83-9f07-a2cd49e8d378 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15177 | 2024.09.24 04:40:24.952998 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1945, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15178 | 2024.09.24 04:40:24.953045 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15179 | 2024.09.24 04:40:24.953064 [ 3 ] {} <Debug> HTTP-Session: 093407ab-5d05-48f3-bb05-3ea21e248411 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
15180 | 2024.09.24 04:40:24.953080 [ 3 ] {} <Debug> HTTP-Session: 093407ab-5d05-48f3-bb05-3ea21e248411 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15181 | 2024.09.24 04:40:24.953094 [ 3 ] {} <Debug> HTTP-Session: 093407ab-5d05-48f3-bb05-3ea21e248411 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15182 | 2024.09.24 04:40:24.953124 [ 3 ] {} <Trace> HTTP-Session: 093407ab-5d05-48f3-bb05-3ea21e248411 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15183 | 2024.09.24 04:40:24.953288 [ 3 ] {030764bb-b14e-48ec-92eb-a0ea2a5bed48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
15184 | 2024.09.24 04:40:24.953611 [ 3 ] {030764bb-b14e-48ec-92eb-a0ea2a5bed48} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
15185 | 2024.09.24 04:40:24.953666 [ 3 ] {030764bb-b14e-48ec-92eb-a0ea2a5bed48} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
15186 | 2024.09.24 04:40:24.954032 [ 3 ] {030764bb-b14e-48ec-92eb-a0ea2a5bed48} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
15187 | 2024.09.24 04:40:24.954098 [ 3 ] {030764bb-b14e-48ec-92eb-a0ea2a5bed48} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
15188 | 2024.09.24 04:40:24.954237 [ 3 ] {030764bb-b14e-48ec-92eb-a0ea2a5bed48} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 55-element set) | ||
15189 | 2024.09.24 04:40:24.954270 [ 3 ] {030764bb-b14e-48ec-92eb-a0ea2a5bed48} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
15190 | 2024.09.24 04:40:24.954293 [ 3 ] {030764bb-b14e-48ec-92eb-a0ea2a5bed48} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
15191 | 2024.09.24 04:40:24.954310 [ 3 ] {030764bb-b14e-48ec-92eb-a0ea2a5bed48} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
15192 | 2024.09.24 04:40:24.954353 [ 3 ] {030764bb-b14e-48ec-92eb-a0ea2a5bed48} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
15193 | 2024.09.24 04:40:24.954376 [ 3 ] {030764bb-b14e-48ec-92eb-a0ea2a5bed48} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 43 rows starting from 0 | ||
15194 | 2024.09.24 04:40:24.955302 [ 3 ] {030764bb-b14e-48ec-92eb-a0ea2a5bed48} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.002087 sec., 20603.73742213704 rows/sec., 785.65 KiB/sec. | ||
15195 | 2024.09.24 04:40:24.955535 [ 3 ] {030764bb-b14e-48ec-92eb-a0ea2a5bed48} <Debug> DynamicQueryHandler: Done processing query | ||
15196 | 2024.09.24 04:40:24.955559 [ 3 ] {030764bb-b14e-48ec-92eb-a0ea2a5bed48} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
15197 | 2024.09.24 04:40:24.955576 [ 3 ] {} <Debug> HTTP-Session: 093407ab-5d05-48f3-bb05-3ea21e248411 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15198 | 2024.09.24 04:40:24.956223 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1980, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15199 | 2024.09.24 04:40:24.956271 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15200 | 2024.09.24 04:40:24.956290 [ 3 ] {} <Debug> HTTP-Session: 9a028e64-1f88-4af0-b4bc-858a1b4c1e09 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
15201 | 2024.09.24 04:40:24.956306 [ 3 ] {} <Debug> HTTP-Session: 9a028e64-1f88-4af0-b4bc-858a1b4c1e09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15202 | 2024.09.24 04:40:24.956319 [ 3 ] {} <Debug> HTTP-Session: 9a028e64-1f88-4af0-b4bc-858a1b4c1e09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15203 | 2024.09.24 04:40:24.956350 [ 3 ] {} <Trace> HTTP-Session: 9a028e64-1f88-4af0-b4bc-858a1b4c1e09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15204 | 2024.09.24 04:40:24.956512 [ 3 ] {4f81546e-06bc-4562-914b-3966a4a79d7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
15205 | 2024.09.24 04:40:24.956831 [ 3 ] {4f81546e-06bc-4562-914b-3966a4a79d7a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
15206 | 2024.09.24 04:40:24.956886 [ 3 ] {4f81546e-06bc-4562-914b-3966a4a79d7a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
15207 | 2024.09.24 04:40:24.957257 [ 3 ] {4f81546e-06bc-4562-914b-3966a4a79d7a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
15208 | 2024.09.24 04:40:24.957322 [ 3 ] {4f81546e-06bc-4562-914b-3966a4a79d7a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
15209 | 2024.09.24 04:40:24.957464 [ 3 ] {4f81546e-06bc-4562-914b-3966a4a79d7a} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 56-element set) | ||
15210 | 2024.09.24 04:40:24.957497 [ 3 ] {4f81546e-06bc-4562-914b-3966a4a79d7a} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
15211 | 2024.09.24 04:40:24.957520 [ 3 ] {4f81546e-06bc-4562-914b-3966a4a79d7a} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
15212 | 2024.09.24 04:40:24.957536 [ 3 ] {4f81546e-06bc-4562-914b-3966a4a79d7a} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
15213 | 2024.09.24 04:40:24.957579 [ 3 ] {4f81546e-06bc-4562-914b-3966a4a79d7a} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
15214 | 2024.09.24 04:40:24.957602 [ 3 ] {4f81546e-06bc-4562-914b-3966a4a79d7a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 43 rows starting from 0 | ||
15215 | 2024.09.24 04:40:24.958498 [ 3 ] {4f81546e-06bc-4562-914b-3966a4a79d7a} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.002073 sec., 20742.884708152433 rows/sec., 790.95 KiB/sec. | ||
15216 | 2024.09.24 04:40:24.958732 [ 3 ] {4f81546e-06bc-4562-914b-3966a4a79d7a} <Debug> DynamicQueryHandler: Done processing query | ||
15217 | 2024.09.24 04:40:24.958756 [ 3 ] {4f81546e-06bc-4562-914b-3966a4a79d7a} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
15218 | 2024.09.24 04:40:24.958772 [ 3 ] {} <Debug> HTTP-Session: 9a028e64-1f88-4af0-b4bc-858a1b4c1e09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15219 | 2024.09.24 04:40:24.958984 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 2002, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15220 | 2024.09.24 04:40:24.959031 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15221 | 2024.09.24 04:40:24.959050 [ 3 ] {} <Debug> HTTP-Session: 4f0f4631-e74a-43c1-b20e-6468ff53fde9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
15222 | 2024.09.24 04:40:24.959067 [ 3 ] {} <Debug> HTTP-Session: 4f0f4631-e74a-43c1-b20e-6468ff53fde9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15223 | 2024.09.24 04:40:24.959081 [ 3 ] {} <Debug> HTTP-Session: 4f0f4631-e74a-43c1-b20e-6468ff53fde9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15224 | 2024.09.24 04:40:24.959112 [ 3 ] {} <Trace> HTTP-Session: 4f0f4631-e74a-43c1-b20e-6468ff53fde9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15225 | 2024.09.24 04:40:24.959274 [ 3 ] {d9528274-bafb-408f-834e-06c7988357c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
15226 | 2024.09.24 04:40:24.959597 [ 3 ] {d9528274-bafb-408f-834e-06c7988357c2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
15227 | 2024.09.24 04:40:24.959651 [ 3 ] {d9528274-bafb-408f-834e-06c7988357c2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
15228 | 2024.09.24 04:40:24.960204 [ 3 ] {d9528274-bafb-408f-834e-06c7988357c2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
15229 | 2024.09.24 04:40:24.960272 [ 3 ] {d9528274-bafb-408f-834e-06c7988357c2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
15230 | 2024.09.24 04:40:24.960412 [ 3 ] {d9528274-bafb-408f-834e-06c7988357c2} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 57-element set) | ||
15231 | 2024.09.24 04:40:24.960445 [ 3 ] {d9528274-bafb-408f-834e-06c7988357c2} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
15232 | 2024.09.24 04:40:24.960469 [ 3 ] {d9528274-bafb-408f-834e-06c7988357c2} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
15233 | 2024.09.24 04:40:24.960486 [ 3 ] {d9528274-bafb-408f-834e-06c7988357c2} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
15234 | 2024.09.24 04:40:24.960529 [ 3 ] {d9528274-bafb-408f-834e-06c7988357c2} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
15235 | 2024.09.24 04:40:24.960553 [ 3 ] {d9528274-bafb-408f-834e-06c7988357c2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 43 rows starting from 0 | ||
15236 | 2024.09.24 04:40:24.961471 [ 3 ] {d9528274-bafb-408f-834e-06c7988357c2} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.00228 sec., 18859.64912280702 rows/sec., 719.14 KiB/sec. | ||
15237 | 2024.09.24 04:40:24.961707 [ 3 ] {d9528274-bafb-408f-834e-06c7988357c2} <Debug> DynamicQueryHandler: Done processing query | ||
15238 | 2024.09.24 04:40:24.961731 [ 3 ] {d9528274-bafb-408f-834e-06c7988357c2} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
15239 | 2024.09.24 04:40:24.961748 [ 3 ] {} <Debug> HTTP-Session: 4f0f4631-e74a-43c1-b20e-6468ff53fde9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15240 | 2024.09.24 04:40:24.961961 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 2029, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15241 | 2024.09.24 04:40:24.962009 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15242 | 2024.09.24 04:40:24.962027 [ 3 ] {} <Debug> HTTP-Session: 42f9dc14-ad90-4205-b826-d3e3633d2149 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
15243 | 2024.09.24 04:40:24.962044 [ 3 ] {} <Debug> HTTP-Session: 42f9dc14-ad90-4205-b826-d3e3633d2149 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15244 | 2024.09.24 04:40:24.962057 [ 3 ] {} <Debug> HTTP-Session: 42f9dc14-ad90-4205-b826-d3e3633d2149 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15245 | 2024.09.24 04:40:24.962088 [ 3 ] {} <Trace> HTTP-Session: 42f9dc14-ad90-4205-b826-d3e3633d2149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15246 | 2024.09.24 04:40:24.962250 [ 3 ] {14c3f649-7e52-4798-80eb-7e370c57dce0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
15247 | 2024.09.24 04:40:24.962572 [ 3 ] {14c3f649-7e52-4798-80eb-7e370c57dce0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
15248 | 2024.09.24 04:40:24.962627 [ 3 ] {14c3f649-7e52-4798-80eb-7e370c57dce0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
15249 | 2024.09.24 04:40:24.963000 [ 3 ] {14c3f649-7e52-4798-80eb-7e370c57dce0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
15250 | 2024.09.24 04:40:24.963065 [ 3 ] {14c3f649-7e52-4798-80eb-7e370c57dce0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
15251 | 2024.09.24 04:40:24.963203 [ 3 ] {14c3f649-7e52-4798-80eb-7e370c57dce0} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 58-element set) | ||
15252 | 2024.09.24 04:40:24.963236 [ 3 ] {14c3f649-7e52-4798-80eb-7e370c57dce0} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
15253 | 2024.09.24 04:40:24.963259 [ 3 ] {14c3f649-7e52-4798-80eb-7e370c57dce0} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
15254 | 2024.09.24 04:40:24.963276 [ 3 ] {14c3f649-7e52-4798-80eb-7e370c57dce0} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
15255 | 2024.09.24 04:40:24.963319 [ 3 ] {14c3f649-7e52-4798-80eb-7e370c57dce0} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
15256 | 2024.09.24 04:40:24.963341 [ 3 ] {14c3f649-7e52-4798-80eb-7e370c57dce0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 43 rows starting from 0 | ||
15257 | 2024.09.24 04:40:24.964252 [ 3 ] {14c3f649-7e52-4798-80eb-7e370c57dce0} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.002089 sec., 20584.011488750595 rows/sec., 784.90 KiB/sec. | ||
15258 | 2024.09.24 04:40:24.964477 [ 3 ] {14c3f649-7e52-4798-80eb-7e370c57dce0} <Debug> DynamicQueryHandler: Done processing query | ||
15259 | 2024.09.24 04:40:24.964501 [ 3 ] {14c3f649-7e52-4798-80eb-7e370c57dce0} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
15260 | 2024.09.24 04:40:24.964518 [ 3 ] {} <Debug> HTTP-Session: 42f9dc14-ad90-4205-b826-d3e3633d2149 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15261 | 2024.09.24 04:40:24.964870 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 2058, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15262 | 2024.09.24 04:40:24.964917 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15263 | 2024.09.24 04:40:24.964936 [ 3 ] {} <Debug> HTTP-Session: 76cfb82d-4f1d-4c74-b2e2-47a634695d64 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
15264 | 2024.09.24 04:40:24.964952 [ 3 ] {} <Debug> HTTP-Session: 76cfb82d-4f1d-4c74-b2e2-47a634695d64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15265 | 2024.09.24 04:40:24.964965 [ 3 ] {} <Debug> HTTP-Session: 76cfb82d-4f1d-4c74-b2e2-47a634695d64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15266 | 2024.09.24 04:40:24.964996 [ 3 ] {} <Trace> HTTP-Session: 76cfb82d-4f1d-4c74-b2e2-47a634695d64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15267 | 2024.09.24 04:40:24.965161 [ 3 ] {f986fa56-d9fd-4486-a0bf-98803edb65c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
15268 | 2024.09.24 04:40:24.965485 [ 3 ] {f986fa56-d9fd-4486-a0bf-98803edb65c5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
15269 | 2024.09.24 04:40:24.965540 [ 3 ] {f986fa56-d9fd-4486-a0bf-98803edb65c5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
15270 | 2024.09.24 04:40:24.965919 [ 3 ] {f986fa56-d9fd-4486-a0bf-98803edb65c5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
15271 | 2024.09.24 04:40:24.965984 [ 3 ] {f986fa56-d9fd-4486-a0bf-98803edb65c5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
15272 | 2024.09.24 04:40:24.966125 [ 3 ] {f986fa56-d9fd-4486-a0bf-98803edb65c5} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 59-element set) | ||
15273 | 2024.09.24 04:40:24.966158 [ 3 ] {f986fa56-d9fd-4486-a0bf-98803edb65c5} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
15274 | 2024.09.24 04:40:24.966180 [ 3 ] {f986fa56-d9fd-4486-a0bf-98803edb65c5} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
15275 | 2024.09.24 04:40:24.966197 [ 3 ] {f986fa56-d9fd-4486-a0bf-98803edb65c5} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
15276 | 2024.09.24 04:40:24.966240 [ 3 ] {f986fa56-d9fd-4486-a0bf-98803edb65c5} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
15277 | 2024.09.24 04:40:24.966264 [ 3 ] {f986fa56-d9fd-4486-a0bf-98803edb65c5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 43 rows starting from 0 | ||
15278 | 2024.09.24 04:40:24.967164 [ 3 ] {f986fa56-d9fd-4486-a0bf-98803edb65c5} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.002088 sec., 20593.869731800765 rows/sec., 785.27 KiB/sec. | ||
15279 | 2024.09.24 04:40:24.967440 [ 3 ] {f986fa56-d9fd-4486-a0bf-98803edb65c5} <Debug> DynamicQueryHandler: Done processing query | ||
15280 | 2024.09.24 04:40:24.967471 [ 3 ] {f986fa56-d9fd-4486-a0bf-98803edb65c5} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
15281 | 2024.09.24 04:40:24.967491 [ 3 ] {} <Debug> HTTP-Session: 76cfb82d-4f1d-4c74-b2e2-47a634695d64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15282 | 2024.09.24 04:40:24.967741 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 2081, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15283 | 2024.09.24 04:40:24.967801 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15284 | 2024.09.24 04:40:24.967825 [ 3 ] {} <Debug> HTTP-Session: 03ead14a-d070-4664-a42c-0cc8fde20747 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
15285 | 2024.09.24 04:40:24.967845 [ 3 ] {} <Debug> HTTP-Session: 03ead14a-d070-4664-a42c-0cc8fde20747 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15286 | 2024.09.24 04:40:24.967863 [ 3 ] {} <Debug> HTTP-Session: 03ead14a-d070-4664-a42c-0cc8fde20747 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15287 | 2024.09.24 04:40:24.967900 [ 3 ] {} <Trace> HTTP-Session: 03ead14a-d070-4664-a42c-0cc8fde20747 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15288 | 2024.09.24 04:40:24.968107 [ 3 ] {967a6481-8138-4b67-bbf7-da4b9ff5917c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
15289 | 2024.09.24 04:40:24.968448 [ 3 ] {967a6481-8138-4b67-bbf7-da4b9ff5917c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
15290 | 2024.09.24 04:40:24.968505 [ 3 ] {967a6481-8138-4b67-bbf7-da4b9ff5917c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
15291 | 2024.09.24 04:40:24.968890 [ 3 ] {967a6481-8138-4b67-bbf7-da4b9ff5917c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
15292 | 2024.09.24 04:40:24.968956 [ 3 ] {967a6481-8138-4b67-bbf7-da4b9ff5917c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
15293 | 2024.09.24 04:40:24.969098 [ 3 ] {967a6481-8138-4b67-bbf7-da4b9ff5917c} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 60-element set) | ||
15294 | 2024.09.24 04:40:24.969131 [ 3 ] {967a6481-8138-4b67-bbf7-da4b9ff5917c} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
15295 | 2024.09.24 04:40:24.969153 [ 3 ] {967a6481-8138-4b67-bbf7-da4b9ff5917c} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
15296 | 2024.09.24 04:40:24.969171 [ 3 ] {967a6481-8138-4b67-bbf7-da4b9ff5917c} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
15297 | 2024.09.24 04:40:24.969213 [ 3 ] {967a6481-8138-4b67-bbf7-da4b9ff5917c} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
15298 | 2024.09.24 04:40:24.969236 [ 3 ] {967a6481-8138-4b67-bbf7-da4b9ff5917c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 43 rows starting from 0 | ||
15299 | 2024.09.24 04:40:24.970147 [ 3 ] {967a6481-8138-4b67-bbf7-da4b9ff5917c} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.002141 sec., 20084.07286314806 rows/sec., 765.83 KiB/sec. | ||
15300 | 2024.09.24 04:40:24.970382 [ 3 ] {967a6481-8138-4b67-bbf7-da4b9ff5917c} <Debug> DynamicQueryHandler: Done processing query | ||
15301 | 2024.09.24 04:40:24.970406 [ 3 ] {967a6481-8138-4b67-bbf7-da4b9ff5917c} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
15302 | 2024.09.24 04:40:24.970422 [ 3 ] {} <Debug> HTTP-Session: 03ead14a-d070-4664-a42c-0cc8fde20747 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15303 | 2024.09.24 04:40:24.970603 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 2111, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15304 | 2024.09.24 04:40:24.970650 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15305 | 2024.09.24 04:40:24.970668 [ 3 ] {} <Debug> HTTP-Session: 6c29e422-5c5b-4189-b9db-9a2cd02d186b Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
15306 | 2024.09.24 04:40:24.970685 [ 3 ] {} <Debug> HTTP-Session: 6c29e422-5c5b-4189-b9db-9a2cd02d186b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15307 | 2024.09.24 04:40:24.970699 [ 3 ] {} <Debug> HTTP-Session: 6c29e422-5c5b-4189-b9db-9a2cd02d186b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15308 | 2024.09.24 04:40:24.970731 [ 3 ] {} <Trace> HTTP-Session: 6c29e422-5c5b-4189-b9db-9a2cd02d186b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15309 | 2024.09.24 04:40:24.970901 [ 3 ] {f668c4c9-6671-4265-b45a-c7ea7b639bc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
15310 | 2024.09.24 04:40:24.971229 [ 3 ] {f668c4c9-6671-4265-b45a-c7ea7b639bc7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
15311 | 2024.09.24 04:40:24.971286 [ 3 ] {f668c4c9-6671-4265-b45a-c7ea7b639bc7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
15312 | 2024.09.24 04:40:24.971670 [ 3 ] {f668c4c9-6671-4265-b45a-c7ea7b639bc7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
15313 | 2024.09.24 04:40:24.971735 [ 3 ] {f668c4c9-6671-4265-b45a-c7ea7b639bc7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
15314 | 2024.09.24 04:40:24.971881 [ 3 ] {f668c4c9-6671-4265-b45a-c7ea7b639bc7} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 61-element set) | ||
15315 | 2024.09.24 04:40:24.971914 [ 3 ] {f668c4c9-6671-4265-b45a-c7ea7b639bc7} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
15316 | 2024.09.24 04:40:24.971936 [ 3 ] {f668c4c9-6671-4265-b45a-c7ea7b639bc7} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
15317 | 2024.09.24 04:40:24.971952 [ 3 ] {f668c4c9-6671-4265-b45a-c7ea7b639bc7} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
15318 | 2024.09.24 04:40:24.971996 [ 3 ] {f668c4c9-6671-4265-b45a-c7ea7b639bc7} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
15319 | 2024.09.24 04:40:24.972019 [ 3 ] {f668c4c9-6671-4265-b45a-c7ea7b639bc7} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 43 rows starting from 0 | ||
15320 | 2024.09.24 04:40:24.972917 [ 3 ] {f668c4c9-6671-4265-b45a-c7ea7b639bc7} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.002106 sec., 20417.853751187085 rows/sec., 778.56 KiB/sec. | ||
15321 | 2024.09.24 04:40:24.973154 [ 3 ] {f668c4c9-6671-4265-b45a-c7ea7b639bc7} <Debug> DynamicQueryHandler: Done processing query | ||
15322 | 2024.09.24 04:40:24.973177 [ 3 ] {f668c4c9-6671-4265-b45a-c7ea7b639bc7} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
15323 | 2024.09.24 04:40:24.973193 [ 3 ] {} <Debug> HTTP-Session: 6c29e422-5c5b-4189-b9db-9a2cd02d186b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15324 | 2024.09.24 04:40:24.973502 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 2141, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15325 | 2024.09.24 04:40:24.973549 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15326 | 2024.09.24 04:40:24.973568 [ 3 ] {} <Debug> HTTP-Session: 78004780-3ef9-4c88-b102-e4c5781414fd Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
15327 | 2024.09.24 04:40:24.973585 [ 3 ] {} <Debug> HTTP-Session: 78004780-3ef9-4c88-b102-e4c5781414fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15328 | 2024.09.24 04:40:24.973598 [ 3 ] {} <Debug> HTTP-Session: 78004780-3ef9-4c88-b102-e4c5781414fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15329 | 2024.09.24 04:40:24.973629 [ 3 ] {} <Trace> HTTP-Session: 78004780-3ef9-4c88-b102-e4c5781414fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15330 | 2024.09.24 04:40:24.973797 [ 3 ] {e8439071-17f8-4425-b34d-9b94389433d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
15331 | 2024.09.24 04:40:24.974126 [ 3 ] {e8439071-17f8-4425-b34d-9b94389433d6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
15332 | 2024.09.24 04:40:24.974183 [ 3 ] {e8439071-17f8-4425-b34d-9b94389433d6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
15333 | 2024.09.24 04:40:24.974572 [ 3 ] {e8439071-17f8-4425-b34d-9b94389433d6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
15334 | 2024.09.24 04:40:24.974637 [ 3 ] {e8439071-17f8-4425-b34d-9b94389433d6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
15335 | 2024.09.24 04:40:24.974779 [ 3 ] {e8439071-17f8-4425-b34d-9b94389433d6} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 62-element set) | ||
15336 | 2024.09.24 04:40:24.974811 [ 3 ] {e8439071-17f8-4425-b34d-9b94389433d6} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
15337 | 2024.09.24 04:40:24.974834 [ 3 ] {e8439071-17f8-4425-b34d-9b94389433d6} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
15338 | 2024.09.24 04:40:24.974850 [ 3 ] {e8439071-17f8-4425-b34d-9b94389433d6} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
15339 | 2024.09.24 04:40:24.974894 [ 3 ] {e8439071-17f8-4425-b34d-9b94389433d6} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
15340 | 2024.09.24 04:40:24.974916 [ 3 ] {e8439071-17f8-4425-b34d-9b94389433d6} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 43 rows starting from 0 | ||
15341 | 2024.09.24 04:40:24.975769 [ 3 ] {e8439071-17f8-4425-b34d-9b94389433d6} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.002065 sec., 20823.244552058113 rows/sec., 794.02 KiB/sec. | ||
15342 | 2024.09.24 04:40:24.976004 [ 3 ] {e8439071-17f8-4425-b34d-9b94389433d6} <Debug> DynamicQueryHandler: Done processing query | ||
15343 | 2024.09.24 04:40:24.976027 [ 3 ] {e8439071-17f8-4425-b34d-9b94389433d6} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
15344 | 2024.09.24 04:40:24.976044 [ 3 ] {} <Debug> HTTP-Session: 78004780-3ef9-4c88-b102-e4c5781414fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15345 | 2024.09.24 04:40:24.976257 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 2165, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15346 | 2024.09.24 04:40:24.976304 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15347 | 2024.09.24 04:40:24.976323 [ 3 ] {} <Debug> HTTP-Session: 4cc62c0e-91b1-4d17-9beb-05d9620699dc Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
15348 | 2024.09.24 04:40:24.976340 [ 3 ] {} <Debug> HTTP-Session: 4cc62c0e-91b1-4d17-9beb-05d9620699dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15349 | 2024.09.24 04:40:24.976354 [ 3 ] {} <Debug> HTTP-Session: 4cc62c0e-91b1-4d17-9beb-05d9620699dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15350 | 2024.09.24 04:40:24.976384 [ 3 ] {} <Trace> HTTP-Session: 4cc62c0e-91b1-4d17-9beb-05d9620699dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15351 | 2024.09.24 04:40:24.976554 [ 3 ] {c9f59bb9-6cbf-4dc9-a6a7-2ae66077e1bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
15352 | 2024.09.24 04:40:24.976890 [ 3 ] {c9f59bb9-6cbf-4dc9-a6a7-2ae66077e1bf} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
15353 | 2024.09.24 04:40:24.976947 [ 3 ] {c9f59bb9-6cbf-4dc9-a6a7-2ae66077e1bf} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
15354 | 2024.09.24 04:40:24.977338 [ 3 ] {c9f59bb9-6cbf-4dc9-a6a7-2ae66077e1bf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
15355 | 2024.09.24 04:40:24.977402 [ 3 ] {c9f59bb9-6cbf-4dc9-a6a7-2ae66077e1bf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
15356 | 2024.09.24 04:40:24.977541 [ 3 ] {c9f59bb9-6cbf-4dc9-a6a7-2ae66077e1bf} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 63-element set) | ||
15357 | 2024.09.24 04:40:24.977573 [ 3 ] {c9f59bb9-6cbf-4dc9-a6a7-2ae66077e1bf} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
15358 | 2024.09.24 04:40:24.977595 [ 3 ] {c9f59bb9-6cbf-4dc9-a6a7-2ae66077e1bf} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
15359 | 2024.09.24 04:40:24.977612 [ 3 ] {c9f59bb9-6cbf-4dc9-a6a7-2ae66077e1bf} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
15360 | 2024.09.24 04:40:24.977655 [ 3 ] {c9f59bb9-6cbf-4dc9-a6a7-2ae66077e1bf} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
15361 | 2024.09.24 04:40:24.977678 [ 3 ] {c9f59bb9-6cbf-4dc9-a6a7-2ae66077e1bf} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 43 rows starting from 0 | ||
15362 | 2024.09.24 04:40:24.978524 [ 3 ] {c9f59bb9-6cbf-4dc9-a6a7-2ae66077e1bf} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.002061 sec., 20863.658418243573 rows/sec., 795.56 KiB/sec. | ||
15363 | 2024.09.24 04:40:24.978766 [ 3 ] {c9f59bb9-6cbf-4dc9-a6a7-2ae66077e1bf} <Debug> DynamicQueryHandler: Done processing query | ||
15364 | 2024.09.24 04:40:24.978792 [ 3 ] {c9f59bb9-6cbf-4dc9-a6a7-2ae66077e1bf} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
15365 | 2024.09.24 04:40:24.978808 [ 3 ] {} <Debug> HTTP-Session: 4cc62c0e-91b1-4d17-9beb-05d9620699dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15366 | 2024.09.24 04:40:24.979167 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 2196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15367 | 2024.09.24 04:40:24.979215 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15368 | 2024.09.24 04:40:24.979233 [ 3 ] {} <Debug> HTTP-Session: fe13b478-f080-4dc5-aac2-bde92b4f9044 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
15369 | 2024.09.24 04:40:24.979250 [ 3 ] {} <Debug> HTTP-Session: fe13b478-f080-4dc5-aac2-bde92b4f9044 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15370 | 2024.09.24 04:40:24.979263 [ 3 ] {} <Debug> HTTP-Session: fe13b478-f080-4dc5-aac2-bde92b4f9044 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15371 | 2024.09.24 04:40:24.979294 [ 3 ] {} <Trace> HTTP-Session: fe13b478-f080-4dc5-aac2-bde92b4f9044 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15372 | 2024.09.24 04:40:24.979460 [ 3 ] {bf5aa8f0-8735-434d-a7a8-27fa85679278} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
15373 | 2024.09.24 04:40:24.979792 [ 3 ] {bf5aa8f0-8735-434d-a7a8-27fa85679278} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
15374 | 2024.09.24 04:40:24.979850 [ 3 ] {bf5aa8f0-8735-434d-a7a8-27fa85679278} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
15375 | 2024.09.24 04:40:24.980246 [ 3 ] {bf5aa8f0-8735-434d-a7a8-27fa85679278} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
15376 | 2024.09.24 04:40:24.980311 [ 3 ] {bf5aa8f0-8735-434d-a7a8-27fa85679278} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
15377 | 2024.09.24 04:40:24.980450 [ 3 ] {bf5aa8f0-8735-434d-a7a8-27fa85679278} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 64-element set) | ||
15378 | 2024.09.24 04:40:24.980482 [ 3 ] {bf5aa8f0-8735-434d-a7a8-27fa85679278} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
15379 | 2024.09.24 04:40:24.980505 [ 3 ] {bf5aa8f0-8735-434d-a7a8-27fa85679278} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
15380 | 2024.09.24 04:40:24.980521 [ 3 ] {bf5aa8f0-8735-434d-a7a8-27fa85679278} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
15381 | 2024.09.24 04:40:24.980566 [ 3 ] {bf5aa8f0-8735-434d-a7a8-27fa85679278} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
15382 | 2024.09.24 04:40:24.980588 [ 3 ] {bf5aa8f0-8735-434d-a7a8-27fa85679278} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 43 rows starting from 0 | ||
15383 | 2024.09.24 04:40:24.981484 [ 3 ] {bf5aa8f0-8735-434d-a7a8-27fa85679278} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.002112 sec., 20359.848484848484 rows/sec., 776.35 KiB/sec. | ||
15384 | 2024.09.24 04:40:24.981712 [ 3 ] {bf5aa8f0-8735-434d-a7a8-27fa85679278} <Debug> DynamicQueryHandler: Done processing query | ||
15385 | 2024.09.24 04:40:24.981737 [ 3 ] {bf5aa8f0-8735-434d-a7a8-27fa85679278} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
15386 | 2024.09.24 04:40:24.981754 [ 3 ] {} <Debug> HTTP-Session: fe13b478-f080-4dc5-aac2-bde92b4f9044 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15387 | 2024.09.24 04:40:24.982065 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 2223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15388 | 2024.09.24 04:40:24.982112 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15389 | 2024.09.24 04:40:24.982131 [ 3 ] {} <Debug> HTTP-Session: b79e9e6c-c1e3-468f-8719-e0204b8cf41c Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
15390 | 2024.09.24 04:40:24.982147 [ 3 ] {} <Debug> HTTP-Session: b79e9e6c-c1e3-468f-8719-e0204b8cf41c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15391 | 2024.09.24 04:40:24.982161 [ 3 ] {} <Debug> HTTP-Session: b79e9e6c-c1e3-468f-8719-e0204b8cf41c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15392 | 2024.09.24 04:40:24.982192 [ 3 ] {} <Trace> HTTP-Session: b79e9e6c-c1e3-468f-8719-e0204b8cf41c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15393 | 2024.09.24 04:40:24.982361 [ 3 ] {516c02b4-be97-4e0e-81d9-1b127df5d6b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
15394 | 2024.09.24 04:40:24.982693 [ 3 ] {516c02b4-be97-4e0e-81d9-1b127df5d6b9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
15395 | 2024.09.24 04:40:24.982752 [ 3 ] {516c02b4-be97-4e0e-81d9-1b127df5d6b9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
15396 | 2024.09.24 04:40:24.983153 [ 3 ] {516c02b4-be97-4e0e-81d9-1b127df5d6b9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
15397 | 2024.09.24 04:40:24.983218 [ 3 ] {516c02b4-be97-4e0e-81d9-1b127df5d6b9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
15398 | 2024.09.24 04:40:24.983357 [ 3 ] {516c02b4-be97-4e0e-81d9-1b127df5d6b9} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 65-element set) | ||
15399 | 2024.09.24 04:40:24.983390 [ 3 ] {516c02b4-be97-4e0e-81d9-1b127df5d6b9} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
15400 | 2024.09.24 04:40:24.983412 [ 3 ] {516c02b4-be97-4e0e-81d9-1b127df5d6b9} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
15401 | 2024.09.24 04:40:24.983428 [ 3 ] {516c02b4-be97-4e0e-81d9-1b127df5d6b9} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
15402 | 2024.09.24 04:40:24.983471 [ 3 ] {516c02b4-be97-4e0e-81d9-1b127df5d6b9} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
15403 | 2024.09.24 04:40:24.983495 [ 3 ] {516c02b4-be97-4e0e-81d9-1b127df5d6b9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 43 rows starting from 0 | ||
15404 | 2024.09.24 04:40:24.984440 [ 3 ] {516c02b4-be97-4e0e-81d9-1b127df5d6b9} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.002174 sec., 19779.208831646734 rows/sec., 754.21 KiB/sec. | ||
15405 | 2024.09.24 04:40:24.984652 [ 3 ] {516c02b4-be97-4e0e-81d9-1b127df5d6b9} <Debug> DynamicQueryHandler: Done processing query | ||
15406 | 2024.09.24 04:40:24.984677 [ 3 ] {516c02b4-be97-4e0e-81d9-1b127df5d6b9} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
15407 | 2024.09.24 04:40:24.984693 [ 3 ] {} <Debug> HTTP-Session: b79e9e6c-c1e3-468f-8719-e0204b8cf41c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15408 | 2024.09.24 04:40:24.984986 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 2247, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15409 | 2024.09.24 04:40:24.985033 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15410 | 2024.09.24 04:40:24.985051 [ 3 ] {} <Debug> HTTP-Session: 72b31495-ab7a-4e7a-9d5f-0f948d2a9cdb Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
15411 | 2024.09.24 04:40:24.985068 [ 3 ] {} <Debug> HTTP-Session: 72b31495-ab7a-4e7a-9d5f-0f948d2a9cdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15412 | 2024.09.24 04:40:24.985081 [ 3 ] {} <Debug> HTTP-Session: 72b31495-ab7a-4e7a-9d5f-0f948d2a9cdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15413 | 2024.09.24 04:40:24.985111 [ 3 ] {} <Trace> HTTP-Session: 72b31495-ab7a-4e7a-9d5f-0f948d2a9cdb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15414 | 2024.09.24 04:40:24.985281 [ 3 ] {a8ccd567-ba7d-46dd-b34e-a042aa8eec15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
15415 | 2024.09.24 04:40:24.985613 [ 3 ] {a8ccd567-ba7d-46dd-b34e-a042aa8eec15} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
15416 | 2024.09.24 04:40:24.985671 [ 3 ] {a8ccd567-ba7d-46dd-b34e-a042aa8eec15} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
15417 | 2024.09.24 04:40:24.986071 [ 3 ] {a8ccd567-ba7d-46dd-b34e-a042aa8eec15} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
15418 | 2024.09.24 04:40:24.986137 [ 3 ] {a8ccd567-ba7d-46dd-b34e-a042aa8eec15} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
15419 | 2024.09.24 04:40:24.986275 [ 3 ] {a8ccd567-ba7d-46dd-b34e-a042aa8eec15} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 66-element set) | ||
15420 | 2024.09.24 04:40:24.986308 [ 3 ] {a8ccd567-ba7d-46dd-b34e-a042aa8eec15} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
15421 | 2024.09.24 04:40:24.986331 [ 3 ] {a8ccd567-ba7d-46dd-b34e-a042aa8eec15} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
15422 | 2024.09.24 04:40:24.986347 [ 3 ] {a8ccd567-ba7d-46dd-b34e-a042aa8eec15} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
15423 | 2024.09.24 04:40:24.986389 [ 3 ] {a8ccd567-ba7d-46dd-b34e-a042aa8eec15} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:vcpu_usage'))" | ||
15424 | 2024.09.24 04:40:24.986413 [ 3 ] {a8ccd567-ba7d-46dd-b34e-a042aa8eec15} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 43 rows starting from 0 | ||
15425 | 2024.09.24 04:40:24.987308 [ 3 ] {a8ccd567-ba7d-46dd-b34e-a042aa8eec15} <Debug> executeQuery: Read 43 rows, 1.64 KiB in 0.002123 sec., 20254.35704192181 rows/sec., 772.33 KiB/sec. | ||
15426 | 2024.09.24 04:40:24.987528 [ 3 ] {a8ccd567-ba7d-46dd-b34e-a042aa8eec15} <Debug> DynamicQueryHandler: Done processing query | ||
15427 | 2024.09.24 04:40:24.987551 [ 3 ] {a8ccd567-ba7d-46dd-b34e-a042aa8eec15} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
15428 | 2024.09.24 04:40:24.987567 [ 3 ] {} <Debug> HTTP-Session: 72b31495-ab7a-4e7a-9d5f-0f948d2a9cdb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15429 | 2024.09.24 04:40:24.988389 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 6966, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15430 | 2024.09.24 04:40:24.988438 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15431 | 2024.09.24 04:40:24.988457 [ 3 ] {} <Debug> HTTP-Session: f25cc0df-b5f0-4c55-8e95-c35b66bb79ae Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
15432 | 2024.09.24 04:40:24.988474 [ 3 ] {} <Debug> HTTP-Session: f25cc0df-b5f0-4c55-8e95-c35b66bb79ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15433 | 2024.09.24 04:40:24.988487 [ 3 ] {} <Debug> HTTP-Session: f25cc0df-b5f0-4c55-8e95-c35b66bb79ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15434 | 2024.09.24 04:40:24.988517 [ 3 ] {} <Trace> HTTP-Session: f25cc0df-b5f0-4c55-8e95-c35b66bb79ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15435 | 2024.09.24 04:40:24.988644 [ 3 ] {2d4d7a7a-19a8-4a8a-b22e-c6c4af64e79b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
15436 | 2024.09.24 04:40:24.988689 [ 3 ] {2d4d7a7a-19a8-4a8a-b22e-c6c4af64e79b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
15437 | 2024.09.24 04:40:24.988856 [ 3 ] {2d4d7a7a-19a8-4a8a-b22e-c6c4af64e79b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15438 | 2024.09.24 04:40:24.989163 [ 3 ] {2d4d7a7a-19a8-4a8a-b22e-c6c4af64e79b} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15439 | 2024.09.24 04:40:24.989202 [ 3 ] {2d4d7a7a-19a8-4a8a-b22e-c6c4af64e79b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
15440 | 2024.09.24 04:40:24.989682 [ 3 ] {2d4d7a7a-19a8-4a8a-b22e-c6c4af64e79b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
15441 | 2024.09.24 04:40:24.989994 [ 3 ] {2d4d7a7a-19a8-4a8a-b22e-c6c4af64e79b} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15442 | 2024.09.24 04:40:24.990164 [ 3 ] {2d4d7a7a-19a8-4a8a-b22e-c6c4af64e79b} <Debug> executeQuery: Read 24 rows, 3.60 KiB in 0.001565 sec., 15335.463258785943 rows/sec., 2.25 MiB/sec. | ||
15443 | 2024.09.24 04:40:24.990665 [ 3 ] {2d4d7a7a-19a8-4a8a-b22e-c6c4af64e79b} <Debug> DynamicQueryHandler: Done processing query | ||
15444 | 2024.09.24 04:40:24.990692 [ 3 ] {2d4d7a7a-19a8-4a8a-b22e-c6c4af64e79b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15445 | 2024.09.24 04:40:24.990708 [ 3 ] {} <Debug> HTTP-Session: f25cc0df-b5f0-4c55-8e95-c35b66bb79ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15446 | 2024.09.24 04:40:24.990816 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15447 | 2024.09.24 04:40:24.990863 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15448 | 2024.09.24 04:40:24.990882 [ 3 ] {} <Debug> HTTP-Session: a7b9b16f-7eec-459c-9721-2b4e7ec9164b Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
15449 | 2024.09.24 04:40:24.990898 [ 3 ] {} <Debug> HTTP-Session: a7b9b16f-7eec-459c-9721-2b4e7ec9164b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15450 | 2024.09.24 04:40:24.990911 [ 3 ] {} <Debug> HTTP-Session: a7b9b16f-7eec-459c-9721-2b4e7ec9164b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15451 | 2024.09.24 04:40:24.990942 [ 3 ] {} <Trace> HTTP-Session: a7b9b16f-7eec-459c-9721-2b4e7ec9164b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15452 | 2024.09.24 04:40:24.991042 [ 3 ] {08aee7f0-97d2-47d1-9795-2a45f419c11e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
15453 | 2024.09.24 04:40:24.991085 [ 3 ] {08aee7f0-97d2-47d1-9795-2a45f419c11e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
15454 | 2024.09.24 04:40:24.991339 [ 3 ] {08aee7f0-97d2-47d1-9795-2a45f419c11e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15455 | 2024.09.24 04:40:24.991648 [ 3 ] {08aee7f0-97d2-47d1-9795-2a45f419c11e} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15456 | 2024.09.24 04:40:24.991685 [ 3 ] {08aee7f0-97d2-47d1-9795-2a45f419c11e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
15457 | 2024.09.24 04:40:24.992026 [ 3 ] {08aee7f0-97d2-47d1-9795-2a45f419c11e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
15458 | 2024.09.24 04:40:24.992400 [ 3 ] {08aee7f0-97d2-47d1-9795-2a45f419c11e} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15459 | 2024.09.24 04:40:24.992570 [ 3 ] {08aee7f0-97d2-47d1-9795-2a45f419c11e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001547 sec., 1292.824822236587 rows/sec., 105.42 KiB/sec. | ||
15460 | 2024.09.24 04:40:24.992862 [ 3 ] {08aee7f0-97d2-47d1-9795-2a45f419c11e} <Debug> DynamicQueryHandler: Done processing query | ||
15461 | 2024.09.24 04:40:24.992903 [ 3 ] {08aee7f0-97d2-47d1-9795-2a45f419c11e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15462 | 2024.09.24 04:40:24.992930 [ 3 ] {} <Debug> HTTP-Session: a7b9b16f-7eec-459c-9721-2b4e7ec9164b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15463 | 2024.09.24 04:40:24.993090 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 41523, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15464 | 2024.09.24 04:40:24.993139 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15465 | 2024.09.24 04:40:24.993158 [ 3 ] {} <Debug> HTTP-Session: c1171898-6186-412d-948c-31344b077d60 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
15466 | 2024.09.24 04:40:24.993173 [ 3 ] {} <Debug> HTTP-Session: c1171898-6186-412d-948c-31344b077d60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15467 | 2024.09.24 04:40:24.993187 [ 3 ] {} <Debug> HTTP-Session: c1171898-6186-412d-948c-31344b077d60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15468 | 2024.09.24 04:40:24.993218 [ 3 ] {} <Trace> HTTP-Session: c1171898-6186-412d-948c-31344b077d60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15469 | 2024.09.24 04:40:24.993401 [ 3 ] {d09e94f7-976b-40c4-bf5a-cc929daf8e20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15470 | 2024.09.24 04:40:24.993446 [ 3 ] {d09e94f7-976b-40c4-bf5a-cc929daf8e20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15471 | 2024.09.24 04:40:24.993689 [ 3 ] {d09e94f7-976b-40c4-bf5a-cc929daf8e20} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15472 | 2024.09.24 04:40:24.994158 [ 3 ] {d09e94f7-976b-40c4-bf5a-cc929daf8e20} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15473 | 2024.09.24 04:40:24.994195 [ 3 ] {d09e94f7-976b-40c4-bf5a-cc929daf8e20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
15474 | 2024.09.24 04:40:24.994570 [ 3 ] {d09e94f7-976b-40c4-bf5a-cc929daf8e20} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
15475 | 2024.09.24 04:40:24.994920 [ 3 ] {d09e94f7-976b-40c4-bf5a-cc929daf8e20} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15476 | 2024.09.24 04:40:24.995076 [ 3 ] {d09e94f7-976b-40c4-bf5a-cc929daf8e20} <Debug> executeQuery: Read 280 rows, 24.54 KiB in 0.001766 sec., 158550.39637599094 rows/sec., 13.57 MiB/sec. | ||
15477 | 2024.09.24 04:40:24.995086 [ 129 ] {} <Debug> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
15478 | 2024.09.24 04:40:24.995219 [ 129 ] {} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15479 | 2024.09.24 04:40:24.995282 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
15480 | 2024.09.24 04:40:24.995315 [ 3 ] {d09e94f7-976b-40c4-bf5a-cc929daf8e20} <Debug> DynamicQueryHandler: Done processing query | ||
15481 | 2024.09.24 04:40:24.995373 [ 3 ] {d09e94f7-976b-40c4-bf5a-cc929daf8e20} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
15482 | 2024.09.24 04:40:24.995438 [ 3 ] {} <Debug> HTTP-Session: c1171898-6186-412d-948c-31344b077d60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15483 | 2024.09.24 04:40:24.995510 [ 198 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
15484 | 2024.09.24 04:40:24.995577 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3632, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15485 | 2024.09.24 04:40:24.995642 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15486 | 2024.09.24 04:40:24.995674 [ 3 ] {} <Debug> HTTP-Session: f92f0abf-35bb-4c2a-9e0d-0f0308fb2aee Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
15487 | 2024.09.24 04:40:24.995703 [ 3 ] {} <Debug> HTTP-Session: f92f0abf-35bb-4c2a-9e0d-0f0308fb2aee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15488 | 2024.09.24 04:40:24.995707 [ 198 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15489 | 2024.09.24 04:40:24.995719 [ 3 ] {} <Debug> HTTP-Session: f92f0abf-35bb-4c2a-9e0d-0f0308fb2aee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15490 | 2024.09.24 04:40:24.995752 [ 198 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1420 rows starting from the beginning of the part | ||
15491 | 2024.09.24 04:40:24.995761 [ 3 ] {} <Trace> HTTP-Session: f92f0abf-35bb-4c2a-9e0d-0f0308fb2aee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15492 | 2024.09.24 04:40:24.995898 [ 198 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 116 rows starting from the beginning of the part | ||
15493 | 2024.09.24 04:40:24.995996 [ 3 ] {620fb140-d96e-4385-a328-80fa1853aa20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15494 | 2024.09.24 04:40:24.996208 [ 3 ] {620fb140-d96e-4385-a328-80fa1853aa20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15495 | 2024.09.24 04:40:24.996371 [ 198 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 1373 rows starting from the beginning of the part | ||
15496 | 2024.09.24 04:40:24.996778 [ 198 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 56 rows starting from the beginning of the part | ||
15497 | 2024.09.24 04:40:24.997164 [ 198 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 116 rows starting from the beginning of the part | ||
15498 | 2024.09.24 04:40:24.997529 [ 198 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 280 rows starting from the beginning of the part | ||
15499 | 2024.09.24 04:40:24.998123 [ 3 ] {620fb140-d96e-4385-a328-80fa1853aa20} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15500 | 2024.09.24 04:40:24.998607 [ 3 ] {620fb140-d96e-4385-a328-80fa1853aa20} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15501 | 2024.09.24 04:40:24.998649 [ 3 ] {620fb140-d96e-4385-a328-80fa1853aa20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
15502 | 2024.09.24 04:40:24.999181 [ 3 ] {620fb140-d96e-4385-a328-80fa1853aa20} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
15503 | 2024.09.24 04:40:24.999582 [ 3 ] {620fb140-d96e-4385-a328-80fa1853aa20} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15504 | 2024.09.24 04:40:24.999889 [ 3 ] {620fb140-d96e-4385-a328-80fa1853aa20} <Debug> executeQuery: Read 25 rows, 1.87 KiB in 0.00401 sec., 6234.413965087282 rows/sec., 466.12 KiB/sec. | ||
15505 | 2024.09.24 04:40:25.000201 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 219.13 MiB, peak 220.63 MiB, free memory in arenas 0.00 B, will set to 208.86 MiB (RSS), difference: -10.27 MiB | ||
15506 | 2024.09.24 04:40:25.000445 [ 3 ] {620fb140-d96e-4385-a328-80fa1853aa20} <Debug> DynamicQueryHandler: Done processing query | ||
15507 | 2024.09.24 04:40:25.000597 [ 3 ] {620fb140-d96e-4385-a328-80fa1853aa20} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15508 | 2024.09.24 04:40:25.000783 [ 3 ] {} <Debug> HTTP-Session: f92f0abf-35bb-4c2a-9e0d-0f0308fb2aee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15509 | 2024.09.24 04:40:25.001037 [ 198 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3361 rows, containing 5 columns (5 merged, 0 gathered) in 0.00563926 sec., 596000.1844213603 rows/sec., 52.08 MiB/sec. | ||
15510 | 2024.09.24 04:40:25.001221 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 6817, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15511 | 2024.09.24 04:40:25.001408 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15512 | 2024.09.24 04:40:25.001576 [ 3 ] {} <Debug> HTTP-Session: 934d9d7b-4047-4972-b706-3db5f91bc60f Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
15513 | 2024.09.24 04:40:25.001610 [ 198 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
15514 | 2024.09.24 04:40:25.001726 [ 3 ] {} <Debug> HTTP-Session: 934d9d7b-4047-4972-b706-3db5f91bc60f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15515 | 2024.09.24 04:40:25.001849 [ 3 ] {} <Debug> HTTP-Session: 934d9d7b-4047-4972-b706-3db5f91bc60f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15516 | 2024.09.24 04:40:25.001999 [ 3 ] {} <Trace> HTTP-Session: 934d9d7b-4047-4972-b706-3db5f91bc60f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15517 | 2024.09.24 04:40:25.002201 [ 3 ] {482a9a2e-b7e2-4625-80c9-1b2c9fda6704} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
15518 | 2024.09.24 04:40:25.002273 [ 3 ] {482a9a2e-b7e2-4625-80c9-1b2c9fda6704} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
15519 | 2024.09.24 04:40:25.002586 [ 198 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_81_16} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15520 | 2024.09.24 04:40:25.002654 [ 3 ] {482a9a2e-b7e2-4625-80c9-1b2c9fda6704} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15521 | 2024.09.24 04:40:25.002701 [ 198 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_81_16} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
15522 | 2024.09.24 04:40:25.002802 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
15523 | 2024.09.24 04:40:25.003027 [ 3 ] {482a9a2e-b7e2-4625-80c9-1b2c9fda6704} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15524 | 2024.09.24 04:40:25.003064 [ 3 ] {482a9a2e-b7e2-4625-80c9-1b2c9fda6704} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
15525 | 2024.09.24 04:40:25.003435 [ 3 ] {482a9a2e-b7e2-4625-80c9-1b2c9fda6704} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
15526 | 2024.09.24 04:40:25.003787 [ 3 ] {482a9a2e-b7e2-4625-80c9-1b2c9fda6704} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15527 | 2024.09.24 04:40:25.003945 [ 3 ] {482a9a2e-b7e2-4625-80c9-1b2c9fda6704} <Debug> executeQuery: Read 52 rows, 3.41 KiB in 0.001808 sec., 28761.061946902657 rows/sec., 1.84 MiB/sec. | ||
15528 | 2024.09.24 04:40:25.004106 [ 3 ] {482a9a2e-b7e2-4625-80c9-1b2c9fda6704} <Debug> DynamicQueryHandler: Done processing query | ||
15529 | 2024.09.24 04:40:25.004130 [ 3 ] {482a9a2e-b7e2-4625-80c9-1b2c9fda6704} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
15530 | 2024.09.24 04:40:25.004146 [ 3 ] {} <Debug> HTTP-Session: 934d9d7b-4047-4972-b706-3db5f91bc60f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15531 | 2024.09.24 04:40:25.004252 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15532 | 2024.09.24 04:40:25.004299 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15533 | 2024.09.24 04:40:25.004317 [ 3 ] {} <Debug> HTTP-Session: f4b311d2-7474-45f1-b7a1-43e640d15288 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
15534 | 2024.09.24 04:40:25.004333 [ 3 ] {} <Debug> HTTP-Session: f4b311d2-7474-45f1-b7a1-43e640d15288 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15535 | 2024.09.24 04:40:25.004347 [ 3 ] {} <Debug> HTTP-Session: f4b311d2-7474-45f1-b7a1-43e640d15288 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15536 | 2024.09.24 04:40:25.004376 [ 3 ] {} <Trace> HTTP-Session: f4b311d2-7474-45f1-b7a1-43e640d15288 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15537 | 2024.09.24 04:40:25.004470 [ 3 ] {2377e6c4-4329-44e8-81dd-ce67215aacfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
15538 | 2024.09.24 04:40:25.004512 [ 3 ] {2377e6c4-4329-44e8-81dd-ce67215aacfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
15539 | 2024.09.24 04:40:25.004733 [ 3 ] {2377e6c4-4329-44e8-81dd-ce67215aacfd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15540 | 2024.09.24 04:40:25.005018 [ 3 ] {2377e6c4-4329-44e8-81dd-ce67215aacfd} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15541 | 2024.09.24 04:40:25.005053 [ 3 ] {2377e6c4-4329-44e8-81dd-ce67215aacfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
15542 | 2024.09.24 04:40:25.005395 [ 3 ] {2377e6c4-4329-44e8-81dd-ce67215aacfd} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
15543 | 2024.09.24 04:40:25.005739 [ 3 ] {2377e6c4-4329-44e8-81dd-ce67215aacfd} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15544 | 2024.09.24 04:40:25.005908 [ 3 ] {2377e6c4-4329-44e8-81dd-ce67215aacfd} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00146 sec., 4109.589041095891 rows/sec., 242.80 KiB/sec. | ||
15545 | 2024.09.24 04:40:25.006076 [ 3 ] {2377e6c4-4329-44e8-81dd-ce67215aacfd} <Debug> DynamicQueryHandler: Done processing query | ||
15546 | 2024.09.24 04:40:25.006099 [ 3 ] {2377e6c4-4329-44e8-81dd-ce67215aacfd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15547 | 2024.09.24 04:40:25.006115 [ 3 ] {} <Debug> HTTP-Session: f4b311d2-7474-45f1-b7a1-43e640d15288 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15548 | 2024.09.24 04:40:25.006294 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 89128, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15549 | 2024.09.24 04:40:25.006342 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15550 | 2024.09.24 04:40:25.006361 [ 3 ] {} <Debug> HTTP-Session: 1639197a-43d9-4650-af3b-a1d6d1caf63e Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
15551 | 2024.09.24 04:40:25.006377 [ 3 ] {} <Debug> HTTP-Session: 1639197a-43d9-4650-af3b-a1d6d1caf63e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15552 | 2024.09.24 04:40:25.006390 [ 3 ] {} <Debug> HTTP-Session: 1639197a-43d9-4650-af3b-a1d6d1caf63e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15553 | 2024.09.24 04:40:25.006421 [ 3 ] {} <Trace> HTTP-Session: 1639197a-43d9-4650-af3b-a1d6d1caf63e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15554 | 2024.09.24 04:40:25.006669 [ 3 ] {e6aa6f79-36ca-4e75-9bbb-d2290248b9eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15555 | 2024.09.24 04:40:25.006711 [ 3 ] {e6aa6f79-36ca-4e75-9bbb-d2290248b9eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15556 | 2024.09.24 04:40:25.006934 [ 3 ] {e6aa6f79-36ca-4e75-9bbb-d2290248b9eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15557 | 2024.09.24 04:40:25.007549 [ 3 ] {e6aa6f79-36ca-4e75-9bbb-d2290248b9eb} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15558 | 2024.09.24 04:40:25.007590 [ 3 ] {e6aa6f79-36ca-4e75-9bbb-d2290248b9eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
15559 | 2024.09.24 04:40:25.007973 [ 3 ] {e6aa6f79-36ca-4e75-9bbb-d2290248b9eb} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
15560 | 2024.09.24 04:40:25.008326 [ 3 ] {e6aa6f79-36ca-4e75-9bbb-d2290248b9eb} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15561 | 2024.09.24 04:40:25.008489 [ 129 ] {} <Debug> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
15562 | 2024.09.24 04:40:25.008490 [ 3 ] {e6aa6f79-36ca-4e75-9bbb-d2290248b9eb} <Debug> executeQuery: Read 547 rows, 40.35 KiB in 0.001954 sec., 279938.58751279424 rows/sec., 20.17 MiB/sec. | ||
15563 | 2024.09.24 04:40:25.008554 [ 129 ] {} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15564 | 2024.09.24 04:40:25.008631 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
15565 | 2024.09.24 04:40:25.008840 [ 3 ] {e6aa6f79-36ca-4e75-9bbb-d2290248b9eb} <Debug> DynamicQueryHandler: Done processing query | ||
15566 | 2024.09.24 04:40:25.008849 [ 189 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
15567 | 2024.09.24 04:40:25.008873 [ 3 ] {e6aa6f79-36ca-4e75-9bbb-d2290248b9eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
15568 | 2024.09.24 04:40:25.008924 [ 3 ] {} <Debug> HTTP-Session: 1639197a-43d9-4650-af3b-a1d6d1caf63e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15569 | 2024.09.24 04:40:25.009108 [ 189 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15570 | 2024.09.24 04:40:25.009124 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15571 | 2024.09.24 04:40:25.009176 [ 189 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 914 rows starting from the beginning of the part | ||
15572 | 2024.09.24 04:40:25.009217 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15573 | 2024.09.24 04:40:25.009314 [ 3 ] {} <Debug> HTTP-Session: a00c952b-f482-4e1a-8068-ac9a4d8160ac Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
15574 | 2024.09.24 04:40:25.009411 [ 3 ] {} <Debug> HTTP-Session: a00c952b-f482-4e1a-8068-ac9a4d8160ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15575 | 2024.09.24 04:40:25.009430 [ 189 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 107 rows starting from the beginning of the part | ||
15576 | 2024.09.24 04:40:25.009466 [ 3 ] {} <Debug> HTTP-Session: a00c952b-f482-4e1a-8068-ac9a4d8160ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15577 | 2024.09.24 04:40:25.009613 [ 3 ] {} <Trace> HTTP-Session: a00c952b-f482-4e1a-8068-ac9a4d8160ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15578 | 2024.09.24 04:40:25.009693 [ 189 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 860 rows starting from the beginning of the part | ||
15579 | 2024.09.24 04:40:25.009799 [ 189 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 64 rows starting from the beginning of the part | ||
15580 | 2024.09.24 04:40:25.010022 [ 3 ] {5a4146d8-fdf4-4f11-b2cf-288b89fae82f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
15581 | 2024.09.24 04:40:25.010175 [ 3 ] {5a4146d8-fdf4-4f11-b2cf-288b89fae82f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
15582 | 2024.09.24 04:40:25.010186 [ 189 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 94 rows starting from the beginning of the part | ||
15583 | 2024.09.24 04:40:25.010641 [ 189 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 547 rows starting from the beginning of the part | ||
15584 | 2024.09.24 04:40:25.011255 [ 3 ] {5a4146d8-fdf4-4f11-b2cf-288b89fae82f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15585 | 2024.09.24 04:40:25.011840 [ 3 ] {5a4146d8-fdf4-4f11-b2cf-288b89fae82f} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15586 | 2024.09.24 04:40:25.011894 [ 3 ] {5a4146d8-fdf4-4f11-b2cf-288b89fae82f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
15587 | 2024.09.24 04:40:25.012878 [ 3 ] {5a4146d8-fdf4-4f11-b2cf-288b89fae82f} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
15588 | 2024.09.24 04:40:25.013481 [ 3 ] {5a4146d8-fdf4-4f11-b2cf-288b89fae82f} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15589 | 2024.09.24 04:40:25.013790 [ 3 ] {5a4146d8-fdf4-4f11-b2cf-288b89fae82f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003905 sec., 1536.4916773367477 rows/sec., 80.28 KiB/sec. | ||
15590 | 2024.09.24 04:40:25.014578 [ 3 ] {5a4146d8-fdf4-4f11-b2cf-288b89fae82f} <Debug> DynamicQueryHandler: Done processing query | ||
15591 | 2024.09.24 04:40:25.014671 [ 3 ] {5a4146d8-fdf4-4f11-b2cf-288b89fae82f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15592 | 2024.09.24 04:40:25.014746 [ 189 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2586 rows, containing 5 columns (5 merged, 0 gathered) in 0.005981397 sec., 432340.4716322959 rows/sec., 33.22 MiB/sec. | ||
15593 | 2024.09.24 04:40:25.014775 [ 3 ] {} <Debug> HTTP-Session: a00c952b-f482-4e1a-8068-ac9a4d8160ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15594 | 2024.09.24 04:40:25.015123 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3834, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15595 | 2024.09.24 04:40:25.015363 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15596 | 2024.09.24 04:40:25.015495 [ 3 ] {} <Debug> HTTP-Session: 8a25aa81-536f-4930-aa0e-3b7cb034ac6d Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
15597 | 2024.09.24 04:40:25.015508 [ 200 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
15598 | 2024.09.24 04:40:25.015576 [ 3 ] {} <Debug> HTTP-Session: 8a25aa81-536f-4930-aa0e-3b7cb034ac6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15599 | 2024.09.24 04:40:25.015654 [ 3 ] {} <Debug> HTTP-Session: 8a25aa81-536f-4930-aa0e-3b7cb034ac6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15600 | 2024.09.24 04:40:25.015791 [ 3 ] {} <Trace> HTTP-Session: 8a25aa81-536f-4930-aa0e-3b7cb034ac6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15601 | 2024.09.24 04:40:25.016044 [ 3 ] {2300b968-3990-4668-b680-7a9d6916f856} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
15602 | 2024.09.24 04:40:25.016248 [ 3 ] {2300b968-3990-4668-b680-7a9d6916f856} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
15603 | 2024.09.24 04:40:25.016783 [ 3 ] {2300b968-3990-4668-b680-7a9d6916f856} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15604 | 2024.09.24 04:40:25.016924 [ 200 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_81_16} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15605 | 2024.09.24 04:40:25.017110 [ 200 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_81_16} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
15606 | 2024.09.24 04:40:25.017285 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
15607 | 2024.09.24 04:40:25.017377 [ 3 ] {2300b968-3990-4668-b680-7a9d6916f856} <Trace> oximeter.measurements_cumulativei64 (0604c7fe-be3d-4010-907c-6fb1e710d25e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15608 | 2024.09.24 04:40:25.017418 [ 3 ] {2300b968-3990-4668-b680-7a9d6916f856} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
15609 | 2024.09.24 04:40:25.017789 [ 3 ] {2300b968-3990-4668-b680-7a9d6916f856} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
15610 | 2024.09.24 04:40:25.018130 [ 3 ] {2300b968-3990-4668-b680-7a9d6916f856} <Trace> oximeter.measurements_cumulativei64 (0604c7fe-be3d-4010-907c-6fb1e710d25e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15611 | 2024.09.24 04:40:25.018296 [ 3 ] {2300b968-3990-4668-b680-7a9d6916f856} <Debug> executeQuery: Read 20 rows, 1.35 KiB in 0.002326 sec., 8598.452278589853 rows/sec., 581.91 KiB/sec. | ||
15612 | 2024.09.24 04:40:25.018552 [ 3 ] {2300b968-3990-4668-b680-7a9d6916f856} <Debug> DynamicQueryHandler: Done processing query | ||
15613 | 2024.09.24 04:40:25.018577 [ 3 ] {2300b968-3990-4668-b680-7a9d6916f856} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15614 | 2024.09.24 04:40:25.018593 [ 3 ] {} <Debug> HTTP-Session: 8a25aa81-536f-4930-aa0e-3b7cb034ac6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15615 | 2024.09.24 04:40:25.018751 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 51059, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15616 | 2024.09.24 04:40:25.018798 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15617 | 2024.09.24 04:40:25.018817 [ 3 ] {} <Debug> HTTP-Session: c33c784a-3e9c-47d1-9263-1138c67c4975 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
15618 | 2024.09.24 04:40:25.018833 [ 3 ] {} <Debug> HTTP-Session: c33c784a-3e9c-47d1-9263-1138c67c4975 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15619 | 2024.09.24 04:40:25.018847 [ 3 ] {} <Debug> HTTP-Session: c33c784a-3e9c-47d1-9263-1138c67c4975 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15620 | 2024.09.24 04:40:25.018877 [ 3 ] {} <Trace> HTTP-Session: c33c784a-3e9c-47d1-9263-1138c67c4975 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15621 | 2024.09.24 04:40:25.019110 [ 3 ] {f5e27083-bc4f-40c8-b651-d1f40317297a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15622 | 2024.09.24 04:40:25.019250 [ 3 ] {f5e27083-bc4f-40c8-b651-d1f40317297a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15623 | 2024.09.24 04:40:25.019395 [ 3 ] {f5e27083-bc4f-40c8-b651-d1f40317297a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15624 | 2024.09.24 04:40:25.019847 [ 3 ] {f5e27083-bc4f-40c8-b651-d1f40317297a} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15625 | 2024.09.24 04:40:25.019883 [ 3 ] {f5e27083-bc4f-40c8-b651-d1f40317297a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
15626 | 2024.09.24 04:40:25.020279 [ 3 ] {f5e27083-bc4f-40c8-b651-d1f40317297a} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
15627 | 2024.09.24 04:40:25.020636 [ 3 ] {f5e27083-bc4f-40c8-b651-d1f40317297a} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15628 | 2024.09.24 04:40:25.020796 [ 3 ] {f5e27083-bc4f-40c8-b651-d1f40317297a} <Debug> executeQuery: Read 271 rows, 18.52 KiB in 0.001825 sec., 148493.15068493152 rows/sec., 9.91 MiB/sec. | ||
15629 | 2024.09.24 04:40:25.020962 [ 3 ] {f5e27083-bc4f-40c8-b651-d1f40317297a} <Debug> DynamicQueryHandler: Done processing query | ||
15630 | 2024.09.24 04:40:25.020986 [ 3 ] {f5e27083-bc4f-40c8-b651-d1f40317297a} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
15631 | 2024.09.24 04:40:25.021002 [ 3 ] {} <Debug> HTTP-Session: c33c784a-3e9c-47d1-9263-1138c67c4975 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15632 | 2024.09.24 04:40:25.021110 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15633 | 2024.09.24 04:40:25.021157 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15634 | 2024.09.24 04:40:25.021176 [ 3 ] {} <Debug> HTTP-Session: ea1fffa8-1ddb-4f30-8302-f9b5d1c2e01b Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
15635 | 2024.09.24 04:40:25.021192 [ 3 ] {} <Debug> HTTP-Session: ea1fffa8-1ddb-4f30-8302-f9b5d1c2e01b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15636 | 2024.09.24 04:40:25.021205 [ 3 ] {} <Debug> HTTP-Session: ea1fffa8-1ddb-4f30-8302-f9b5d1c2e01b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15637 | 2024.09.24 04:40:25.021235 [ 3 ] {} <Trace> HTTP-Session: ea1fffa8-1ddb-4f30-8302-f9b5d1c2e01b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15638 | 2024.09.24 04:40:25.021327 [ 3 ] {e58b8158-8dd3-4d43-9437-432fc901e647} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
15639 | 2024.09.24 04:40:25.021371 [ 3 ] {e58b8158-8dd3-4d43-9437-432fc901e647} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
15640 | 2024.09.24 04:40:25.021498 [ 3 ] {e58b8158-8dd3-4d43-9437-432fc901e647} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15641 | 2024.09.24 04:40:25.021765 [ 3 ] {e58b8158-8dd3-4d43-9437-432fc901e647} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15642 | 2024.09.24 04:40:25.021801 [ 3 ] {e58b8158-8dd3-4d43-9437-432fc901e647} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
15643 | 2024.09.24 04:40:25.022140 [ 3 ] {e58b8158-8dd3-4d43-9437-432fc901e647} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
15644 | 2024.09.24 04:40:25.022450 [ 3 ] {e58b8158-8dd3-4d43-9437-432fc901e647} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15645 | 2024.09.24 04:40:25.022606 [ 3 ] {e58b8158-8dd3-4d43-9437-432fc901e647} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001295 sec., 772.2007722007722 rows/sec., 52.03 KiB/sec. | ||
15646 | 2024.09.24 04:40:25.022754 [ 3 ] {e58b8158-8dd3-4d43-9437-432fc901e647} <Debug> DynamicQueryHandler: Done processing query | ||
15647 | 2024.09.24 04:40:25.022777 [ 3 ] {e58b8158-8dd3-4d43-9437-432fc901e647} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
15648 | 2024.09.24 04:40:25.022797 [ 3 ] {} <Debug> HTTP-Session: ea1fffa8-1ddb-4f30-8302-f9b5d1c2e01b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15649 | 2024.09.24 04:40:25.022916 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 44740, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15650 | 2024.09.24 04:40:25.022963 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15651 | 2024.09.24 04:40:25.022981 [ 3 ] {} <Debug> HTTP-Session: da00a0c8-fdc7-425e-9980-3ae6442eba55 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
15652 | 2024.09.24 04:40:25.022997 [ 3 ] {} <Debug> HTTP-Session: da00a0c8-fdc7-425e-9980-3ae6442eba55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15653 | 2024.09.24 04:40:25.023010 [ 3 ] {} <Debug> HTTP-Session: da00a0c8-fdc7-425e-9980-3ae6442eba55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15654 | 2024.09.24 04:40:25.023040 [ 3 ] {} <Trace> HTTP-Session: da00a0c8-fdc7-425e-9980-3ae6442eba55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15655 | 2024.09.24 04:40:25.023314 [ 3 ] {f4000fa7-bac2-4a9d-b5b1-80ddf05d24fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
15656 | 2024.09.24 04:40:25.023378 [ 3 ] {f4000fa7-bac2-4a9d-b5b1-80ddf05d24fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
15657 | 2024.09.24 04:40:25.023784 [ 3 ] {f4000fa7-bac2-4a9d-b5b1-80ddf05d24fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15658 | 2024.09.24 04:40:25.024450 [ 3 ] {f4000fa7-bac2-4a9d-b5b1-80ddf05d24fd} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15659 | 2024.09.24 04:40:25.024486 [ 3 ] {f4000fa7-bac2-4a9d-b5b1-80ddf05d24fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
15660 | 2024.09.24 04:40:25.025129 [ 3 ] {f4000fa7-bac2-4a9d-b5b1-80ddf05d24fd} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
15661 | 2024.09.24 04:40:25.025536 [ 3 ] {f4000fa7-bac2-4a9d-b5b1-80ddf05d24fd} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15662 | 2024.09.24 04:40:25.025737 [ 3 ] {f4000fa7-bac2-4a9d-b5b1-80ddf05d24fd} <Debug> executeQuery: Read 28 rows, 48.58 KiB in 0.002615 sec., 10707.456978967495 rows/sec., 18.14 MiB/sec. | ||
15663 | 2024.09.24 04:40:25.025953 [ 3 ] {f4000fa7-bac2-4a9d-b5b1-80ddf05d24fd} <Debug> DynamicQueryHandler: Done processing query | ||
15664 | 2024.09.24 04:40:25.025976 [ 3 ] {f4000fa7-bac2-4a9d-b5b1-80ddf05d24fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
15665 | 2024.09.24 04:40:25.025991 [ 3 ] {} <Debug> HTTP-Session: da00a0c8-fdc7-425e-9980-3ae6442eba55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15666 | 2024.09.24 04:40:25.026106 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 12152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15667 | 2024.09.24 04:40:25.026153 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15668 | 2024.09.24 04:40:25.026172 [ 3 ] {} <Debug> HTTP-Session: 49a6289c-6bbc-444e-82b4-23b35f311293 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
15669 | 2024.09.24 04:40:25.026187 [ 3 ] {} <Debug> HTTP-Session: 49a6289c-6bbc-444e-82b4-23b35f311293 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15670 | 2024.09.24 04:40:25.026201 [ 3 ] {} <Debug> HTTP-Session: 49a6289c-6bbc-444e-82b4-23b35f311293 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15671 | 2024.09.24 04:40:25.026231 [ 3 ] {} <Trace> HTTP-Session: 49a6289c-6bbc-444e-82b4-23b35f311293 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15672 | 2024.09.24 04:40:25.026359 [ 3 ] {dc180c40-e59c-408b-a20a-3ed4f4e0e9b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15673 | 2024.09.24 04:40:25.026403 [ 3 ] {dc180c40-e59c-408b-a20a-3ed4f4e0e9b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15674 | 2024.09.24 04:40:25.026528 [ 3 ] {dc180c40-e59c-408b-a20a-3ed4f4e0e9b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15675 | 2024.09.24 04:40:25.026833 [ 3 ] {dc180c40-e59c-408b-a20a-3ed4f4e0e9b6} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15676 | 2024.09.24 04:40:25.026868 [ 3 ] {dc180c40-e59c-408b-a20a-3ed4f4e0e9b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
15677 | 2024.09.24 04:40:25.027248 [ 3 ] {dc180c40-e59c-408b-a20a-3ed4f4e0e9b6} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
15678 | 2024.09.24 04:40:25.027573 [ 3 ] {dc180c40-e59c-408b-a20a-3ed4f4e0e9b6} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15679 | 2024.09.24 04:40:25.027723 [ 3 ] {dc180c40-e59c-408b-a20a-3ed4f4e0e9b6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001412 sec., 58073.65439093484 rows/sec., 3.69 MiB/sec. | ||
15680 | 2024.09.24 04:40:25.027871 [ 3 ] {dc180c40-e59c-408b-a20a-3ed4f4e0e9b6} <Debug> DynamicQueryHandler: Done processing query | ||
15681 | 2024.09.24 04:40:25.027895 [ 3 ] {dc180c40-e59c-408b-a20a-3ed4f4e0e9b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15682 | 2024.09.24 04:40:25.027910 [ 3 ] {} <Debug> HTTP-Session: 49a6289c-6bbc-444e-82b4-23b35f311293 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15683 | 2024.09.24 04:40:26.000137 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 200.54 MiB, peak 220.63 MiB, free memory in arenas 0.00 B, will set to 208.86 MiB (RSS), difference: 8.32 MiB | ||
15684 | 2024.09.24 04:40:29.913390 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 2272, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15685 | 2024.09.24 04:40:29.913525 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15686 | 2024.09.24 04:40:29.913554 [ 3 ] {} <Debug> HTTP-Session: f5a3c07c-f35e-4e00-a346-a44f418e65c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
15687 | 2024.09.24 04:40:29.913583 [ 3 ] {} <Debug> HTTP-Session: f5a3c07c-f35e-4e00-a346-a44f418e65c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15688 | 2024.09.24 04:40:29.913601 [ 3 ] {} <Debug> HTTP-Session: f5a3c07c-f35e-4e00-a346-a44f418e65c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15689 | 2024.09.24 04:40:29.913654 [ 3 ] {} <Trace> HTTP-Session: f5a3c07c-f35e-4e00-a346-a44f418e65c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15690 | 2024.09.24 04:40:29.913960 [ 3 ] {9dfb1dc0-2146-47d1-95a0-76e50c1e4fe8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset', 'virtual_machine:vcpu_usage') FORMAT JSONEachRow; (stage: Complete) | ||
15691 | 2024.09.24 04:40:29.914471 [ 3 ] {9dfb1dc0-2146-47d1-95a0-76e50c1e4fe8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
15692 | 2024.09.24 04:40:29.914536 [ 3 ] {9dfb1dc0-2146-47d1-95a0-76e50c1e4fe8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset', 'virtual_machine:vcpu_usage')" moved to PREWHERE | ||
15693 | 2024.09.24 04:40:29.915008 [ 3 ] {9dfb1dc0-2146-47d1-95a0-76e50c1e4fe8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
15694 | 2024.09.24 04:40:29.915093 [ 3 ] {9dfb1dc0-2146-47d1-95a0-76e50c1e4fe8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
15695 | 2024.09.24 04:40:29.915266 [ 3 ] {9dfb1dc0-2146-47d1-95a0-76e50c1e4fe8} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Key condition: (column 0 notIn 67-element set) | ||
15696 | 2024.09.24 04:40:29.915358 [ 264 ] {9dfb1dc0-2146-47d1-95a0-76e50c1e4fe8} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
15697 | 2024.09.24 04:40:29.915402 [ 265 ] {9dfb1dc0-2146-47d1-95a0-76e50c1e4fe8} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps | ||
15698 | 2024.09.24 04:40:29.915518 [ 3 ] {9dfb1dc0-2146-47d1-95a0-76e50c1e4fe8} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (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 | ||
15699 | 2024.09.24 04:40:29.915548 [ 3 ] {9dfb1dc0-2146-47d1-95a0-76e50c1e4fe8} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
15700 | 2024.09.24 04:40:29.915644 [ 3 ] {9dfb1dc0-2146-47d1-95a0-76e50c1e4fe8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
15701 | 2024.09.24 04:40:29.915667 [ 3 ] {9dfb1dc0-2146-47d1-95a0-76e50c1e4fe8} <Debug> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd) (SelectExecutor): Reading approx. 67 rows with 2 streams | ||
15702 | 2024.09.24 04:40:29.915712 [ 3 ] {9dfb1dc0-2146-47d1-95a0-76e50c1e4fe8} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset', 'virtual_machine:vcpu_usage'))" | ||
15703 | 2024.09.24 04:40:29.915762 [ 3 ] {9dfb1dc0-2146-47d1-95a0-76e50c1e4fe8} <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', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset', 'virtual_machine:vcpu_usage'))" | ||
15704 | 2024.09.24 04:40:29.917153 [ 3 ] {9dfb1dc0-2146-47d1-95a0-76e50c1e4fe8} <Debug> executeQuery: Read 67 rows, 2.46 KiB in 0.003361 sec., 19934.543290687296 rows/sec., 731.33 KiB/sec. | ||
15705 | 2024.09.24 04:40:29.917473 [ 3 ] {9dfb1dc0-2146-47d1-95a0-76e50c1e4fe8} <Debug> DynamicQueryHandler: Done processing query | ||
15706 | 2024.09.24 04:40:29.917500 [ 3 ] {9dfb1dc0-2146-47d1-95a0-76e50c1e4fe8} <Debug> MemoryTracker: Peak memory usage (for query): 3.08 MiB. | ||
15707 | 2024.09.24 04:40:29.917517 [ 3 ] {} <Debug> HTTP-Session: f5a3c07c-f35e-4e00-a346-a44f418e65c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15708 | 2024.09.24 04:40:29.921065 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15709 | 2024.09.24 04:40:29.921128 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15710 | 2024.09.24 04:40:29.921153 [ 3 ] {} <Debug> HTTP-Session: 57e84c68-7a33-43a8-8198-582d81e4ac56 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
15711 | 2024.09.24 04:40:29.921176 [ 3 ] {} <Debug> HTTP-Session: 57e84c68-7a33-43a8-8198-582d81e4ac56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15712 | 2024.09.24 04:40:29.921193 [ 3 ] {} <Debug> HTTP-Session: 57e84c68-7a33-43a8-8198-582d81e4ac56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15713 | 2024.09.24 04:40:29.921237 [ 3 ] {} <Trace> HTTP-Session: 57e84c68-7a33-43a8-8198-582d81e4ac56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15714 | 2024.09.24 04:40:29.921376 [ 3 ] {3a7af6e8-bdfb-4da5-b377-e3c897470271} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
15715 | 2024.09.24 04:40:29.921435 [ 3 ] {3a7af6e8-bdfb-4da5-b377-e3c897470271} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
15716 | 2024.09.24 04:40:29.921641 [ 3 ] {3a7af6e8-bdfb-4da5-b377-e3c897470271} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15717 | 2024.09.24 04:40:29.922024 [ 3 ] {3a7af6e8-bdfb-4da5-b377-e3c897470271} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15718 | 2024.09.24 04:40:29.922068 [ 3 ] {3a7af6e8-bdfb-4da5-b377-e3c897470271} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
15719 | 2024.09.24 04:40:29.922605 [ 3 ] {3a7af6e8-bdfb-4da5-b377-e3c897470271} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
15720 | 2024.09.24 04:40:29.922930 [ 3 ] {3a7af6e8-bdfb-4da5-b377-e3c897470271} <Trace> oximeter.timeseries_schema (8b61a1b5-76f2-4bcb-9335-57b10febedfd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15721 | 2024.09.24 04:40:29.923069 [ 3 ] {3a7af6e8-bdfb-4da5-b377-e3c897470271} <Debug> executeQuery: Read 1 rows, 285.00 B in 0.001739 sec., 575.0431282346176 rows/sec., 160.05 KiB/sec. | ||
15722 | 2024.09.24 04:40:29.923278 [ 3 ] {3a7af6e8-bdfb-4da5-b377-e3c897470271} <Debug> DynamicQueryHandler: Done processing query | ||
15723 | 2024.09.24 04:40:29.923303 [ 3 ] {3a7af6e8-bdfb-4da5-b377-e3c897470271} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
15724 | 2024.09.24 04:40:29.923318 [ 3 ] {} <Debug> HTTP-Session: 57e84c68-7a33-43a8-8198-582d81e4ac56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15725 | 2024.09.24 04:40:29.923442 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 973, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15726 | 2024.09.24 04:40:29.923492 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15727 | 2024.09.24 04:40:29.923511 [ 3 ] {} <Debug> HTTP-Session: 3277e2a5-1d36-407f-b527-41b458c7da79 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
15728 | 2024.09.24 04:40:29.923528 [ 3 ] {} <Debug> HTTP-Session: 3277e2a5-1d36-407f-b527-41b458c7da79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15729 | 2024.09.24 04:40:29.923542 [ 3 ] {} <Debug> HTTP-Session: 3277e2a5-1d36-407f-b527-41b458c7da79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15730 | 2024.09.24 04:40:29.923573 [ 3 ] {} <Trace> HTTP-Session: 3277e2a5-1d36-407f-b527-41b458c7da79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15731 | 2024.09.24 04:40:29.923674 [ 3 ] {a1805a35-b567-41ca-b37d-f8797664d520} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
15732 | 2024.09.24 04:40:29.923720 [ 3 ] {a1805a35-b567-41ca-b37d-f8797664d520} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
15733 | 2024.09.24 04:40:29.923955 [ 3 ] {a1805a35-b567-41ca-b37d-f8797664d520} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15734 | 2024.09.24 04:40:29.924270 [ 3 ] {a1805a35-b567-41ca-b37d-f8797664d520} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15735 | 2024.09.24 04:40:29.924306 [ 3 ] {a1805a35-b567-41ca-b37d-f8797664d520} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
15736 | 2024.09.24 04:40:29.924658 [ 3 ] {a1805a35-b567-41ca-b37d-f8797664d520} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
15737 | 2024.09.24 04:40:29.925019 [ 3 ] {a1805a35-b567-41ca-b37d-f8797664d520} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15738 | 2024.09.24 04:40:29.925146 [ 3 ] {a1805a35-b567-41ca-b37d-f8797664d520} <Debug> executeQuery: Read 6 rows, 486.00 B in 0.001498 sec., 4005.3404539385847 rows/sec., 316.83 KiB/sec. | ||
15739 | 2024.09.24 04:40:29.925426 [ 3 ] {a1805a35-b567-41ca-b37d-f8797664d520} <Debug> DynamicQueryHandler: Done processing query | ||
15740 | 2024.09.24 04:40:29.925473 [ 3 ] {a1805a35-b567-41ca-b37d-f8797664d520} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15741 | 2024.09.24 04:40:29.925503 [ 3 ] {} <Debug> HTTP-Session: 3277e2a5-1d36-407f-b527-41b458c7da79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15742 | 2024.09.24 04:40:29.925639 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 17945, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15743 | 2024.09.24 04:40:29.925689 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15744 | 2024.09.24 04:40:29.925708 [ 3 ] {} <Debug> HTTP-Session: d999230c-9536-445a-9323-71f2c5a159d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
15745 | 2024.09.24 04:40:29.925724 [ 3 ] {} <Debug> HTTP-Session: d999230c-9536-445a-9323-71f2c5a159d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15746 | 2024.09.24 04:40:29.925738 [ 3 ] {} <Debug> HTTP-Session: d999230c-9536-445a-9323-71f2c5a159d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15747 | 2024.09.24 04:40:29.925769 [ 3 ] {} <Trace> HTTP-Session: d999230c-9536-445a-9323-71f2c5a159d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15748 | 2024.09.24 04:40:29.925933 [ 3 ] {f8b90a11-0b73-4b8f-897a-863b0e78b331} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15749 | 2024.09.24 04:40:29.925978 [ 3 ] {f8b90a11-0b73-4b8f-897a-863b0e78b331} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15750 | 2024.09.24 04:40:29.926224 [ 3 ] {f8b90a11-0b73-4b8f-897a-863b0e78b331} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15751 | 2024.09.24 04:40:29.926606 [ 3 ] {f8b90a11-0b73-4b8f-897a-863b0e78b331} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15752 | 2024.09.24 04:40:29.926642 [ 3 ] {f8b90a11-0b73-4b8f-897a-863b0e78b331} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
15753 | 2024.09.24 04:40:29.927005 [ 3 ] {f8b90a11-0b73-4b8f-897a-863b0e78b331} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
15754 | 2024.09.24 04:40:29.927358 [ 3 ] {f8b90a11-0b73-4b8f-897a-863b0e78b331} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15755 | 2024.09.24 04:40:29.927482 [ 3 ] {f8b90a11-0b73-4b8f-897a-863b0e78b331} <Debug> executeQuery: Read 122 rows, 10.52 KiB in 0.001608 sec., 75870.64676616916 rows/sec., 6.39 MiB/sec. | ||
15756 | 2024.09.24 04:40:29.927649 [ 3 ] {f8b90a11-0b73-4b8f-897a-863b0e78b331} <Debug> DynamicQueryHandler: Done processing query | ||
15757 | 2024.09.24 04:40:29.927674 [ 3 ] {f8b90a11-0b73-4b8f-897a-863b0e78b331} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
15758 | 2024.09.24 04:40:29.927689 [ 3 ] {} <Debug> HTTP-Session: d999230c-9536-445a-9323-71f2c5a159d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15759 | 2024.09.24 04:40:29.927836 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 5175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15760 | 2024.09.24 04:40:29.927883 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15761 | 2024.09.24 04:40:29.927902 [ 3 ] {} <Debug> HTTP-Session: 7bd213dc-7775-475e-8b5d-465278adcc40 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
15762 | 2024.09.24 04:40:29.927919 [ 3 ] {} <Debug> HTTP-Session: 7bd213dc-7775-475e-8b5d-465278adcc40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15763 | 2024.09.24 04:40:29.927932 [ 3 ] {} <Debug> HTTP-Session: 7bd213dc-7775-475e-8b5d-465278adcc40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15764 | 2024.09.24 04:40:29.927962 [ 3 ] {} <Trace> HTTP-Session: 7bd213dc-7775-475e-8b5d-465278adcc40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15765 | 2024.09.24 04:40:29.928068 [ 3 ] {f9d3869b-18cc-4d81-baff-41138e88f862} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15766 | 2024.09.24 04:40:29.928110 [ 3 ] {f9d3869b-18cc-4d81-baff-41138e88f862} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15767 | 2024.09.24 04:40:29.928333 [ 3 ] {f9d3869b-18cc-4d81-baff-41138e88f862} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15768 | 2024.09.24 04:40:29.928637 [ 3 ] {f9d3869b-18cc-4d81-baff-41138e88f862} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15769 | 2024.09.24 04:40:29.928672 [ 3 ] {f9d3869b-18cc-4d81-baff-41138e88f862} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
15770 | 2024.09.24 04:40:29.929019 [ 3 ] {f9d3869b-18cc-4d81-baff-41138e88f862} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
15771 | 2024.09.24 04:40:29.929367 [ 3 ] {f9d3869b-18cc-4d81-baff-41138e88f862} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15772 | 2024.09.24 04:40:29.929492 [ 3 ] {f9d3869b-18cc-4d81-baff-41138e88f862} <Debug> executeQuery: Read 36 rows, 2.66 KiB in 0.001456 sec., 24725.274725274725 rows/sec., 1.78 MiB/sec. | ||
15773 | 2024.09.24 04:40:29.929644 [ 3 ] {f9d3869b-18cc-4d81-baff-41138e88f862} <Debug> DynamicQueryHandler: Done processing query | ||
15774 | 2024.09.24 04:40:29.929668 [ 3 ] {f9d3869b-18cc-4d81-baff-41138e88f862} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
15775 | 2024.09.24 04:40:29.929683 [ 3 ] {} <Debug> HTTP-Session: 7bd213dc-7775-475e-8b5d-465278adcc40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15776 | 2024.09.24 04:40:29.929812 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 18872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15777 | 2024.09.24 04:40:29.929859 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15778 | 2024.09.24 04:40:29.929878 [ 3 ] {} <Debug> HTTP-Session: 93e06217-9563-4c56-beb9-2e954fcfbfa6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
15779 | 2024.09.24 04:40:29.929894 [ 3 ] {} <Debug> HTTP-Session: 93e06217-9563-4c56-beb9-2e954fcfbfa6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15780 | 2024.09.24 04:40:29.929908 [ 3 ] {} <Debug> HTTP-Session: 93e06217-9563-4c56-beb9-2e954fcfbfa6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15781 | 2024.09.24 04:40:29.929938 [ 3 ] {} <Trace> HTTP-Session: 93e06217-9563-4c56-beb9-2e954fcfbfa6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15782 | 2024.09.24 04:40:29.930059 [ 3 ] {4497d794-c25a-49a3-b294-a4e6a224c148} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15783 | 2024.09.24 04:40:29.930101 [ 3 ] {4497d794-c25a-49a3-b294-a4e6a224c148} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15784 | 2024.09.24 04:40:29.930319 [ 3 ] {4497d794-c25a-49a3-b294-a4e6a224c148} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15785 | 2024.09.24 04:40:29.930675 [ 3 ] {4497d794-c25a-49a3-b294-a4e6a224c148} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15786 | 2024.09.24 04:40:29.930711 [ 3 ] {4497d794-c25a-49a3-b294-a4e6a224c148} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
15787 | 2024.09.24 04:40:29.931068 [ 3 ] {4497d794-c25a-49a3-b294-a4e6a224c148} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
15788 | 2024.09.24 04:40:29.931445 [ 3 ] {4497d794-c25a-49a3-b294-a4e6a224c148} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15789 | 2024.09.24 04:40:29.931578 [ 3 ] {4497d794-c25a-49a3-b294-a4e6a224c148} <Debug> executeQuery: Read 112 rows, 8.83 KiB in 0.001563 sec., 71657.06973768394 rows/sec., 5.51 MiB/sec. | ||
15790 | 2024.09.24 04:40:29.931760 [ 3 ] {4497d794-c25a-49a3-b294-a4e6a224c148} <Debug> DynamicQueryHandler: Done processing query | ||
15791 | 2024.09.24 04:40:29.931784 [ 3 ] {4497d794-c25a-49a3-b294-a4e6a224c148} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
15792 | 2024.09.24 04:40:29.931799 [ 3 ] {} <Debug> HTTP-Session: 93e06217-9563-4c56-beb9-2e954fcfbfa6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15793 | 2024.09.24 04:40:29.931973 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 31348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15794 | 2024.09.24 04:40:29.932020 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15795 | 2024.09.24 04:40:29.932039 [ 3 ] {} <Debug> HTTP-Session: 00290b6c-864d-4f22-8116-a043e64c2fc6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
15796 | 2024.09.24 04:40:29.932055 [ 3 ] {} <Debug> HTTP-Session: 00290b6c-864d-4f22-8116-a043e64c2fc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15797 | 2024.09.24 04:40:29.932068 [ 3 ] {} <Debug> HTTP-Session: 00290b6c-864d-4f22-8116-a043e64c2fc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15798 | 2024.09.24 04:40:29.932098 [ 3 ] {} <Trace> HTTP-Session: 00290b6c-864d-4f22-8116-a043e64c2fc6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15799 | 2024.09.24 04:40:29.932241 [ 3 ] {7288d6e5-d91f-4032-b015-f096c8ab8f51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15800 | 2024.09.24 04:40:29.932288 [ 3 ] {7288d6e5-d91f-4032-b015-f096c8ab8f51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15801 | 2024.09.24 04:40:29.932431 [ 3 ] {7288d6e5-d91f-4032-b015-f096c8ab8f51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15802 | 2024.09.24 04:40:29.932798 [ 3 ] {7288d6e5-d91f-4032-b015-f096c8ab8f51} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15803 | 2024.09.24 04:40:29.932833 [ 3 ] {7288d6e5-d91f-4032-b015-f096c8ab8f51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
15804 | 2024.09.24 04:40:29.933214 [ 3 ] {7288d6e5-d91f-4032-b015-f096c8ab8f51} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
15805 | 2024.09.24 04:40:29.933547 [ 3 ] {7288d6e5-d91f-4032-b015-f096c8ab8f51} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15806 | 2024.09.24 04:40:29.933699 [ 3 ] {7288d6e5-d91f-4032-b015-f096c8ab8f51} <Debug> executeQuery: Read 164 rows, 11.67 KiB in 0.001519 sec., 107965.76695194207 rows/sec., 7.51 MiB/sec. | ||
15807 | 2024.09.24 04:40:29.933858 [ 3 ] {7288d6e5-d91f-4032-b015-f096c8ab8f51} <Debug> DynamicQueryHandler: Done processing query | ||
15808 | 2024.09.24 04:40:29.933882 [ 3 ] {7288d6e5-d91f-4032-b015-f096c8ab8f51} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15809 | 2024.09.24 04:40:29.933897 [ 3 ] {} <Debug> HTTP-Session: 00290b6c-864d-4f22-8116-a043e64c2fc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15810 | 2024.09.24 04:40:29.934051 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 50314, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15811 | 2024.09.24 04:40:29.934098 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15812 | 2024.09.24 04:40:29.934116 [ 3 ] {} <Debug> HTTP-Session: a6eeadc0-6372-4037-98d3-76a532474e2b Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
15813 | 2024.09.24 04:40:29.934133 [ 3 ] {} <Debug> HTTP-Session: a6eeadc0-6372-4037-98d3-76a532474e2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15814 | 2024.09.24 04:40:29.934146 [ 3 ] {} <Debug> HTTP-Session: a6eeadc0-6372-4037-98d3-76a532474e2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15815 | 2024.09.24 04:40:29.934176 [ 3 ] {} <Trace> HTTP-Session: a6eeadc0-6372-4037-98d3-76a532474e2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15816 | 2024.09.24 04:40:29.934467 [ 3 ] {412f008c-27a3-48c8-95a9-d74f47b959c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
15817 | 2024.09.24 04:40:29.934532 [ 3 ] {412f008c-27a3-48c8-95a9-d74f47b959c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
15818 | 2024.09.24 04:40:29.934929 [ 3 ] {412f008c-27a3-48c8-95a9-d74f47b959c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15819 | 2024.09.24 04:40:29.935560 [ 3 ] {412f008c-27a3-48c8-95a9-d74f47b959c9} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15820 | 2024.09.24 04:40:29.935596 [ 3 ] {412f008c-27a3-48c8-95a9-d74f47b959c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
15821 | 2024.09.24 04:40:29.936231 [ 3 ] {412f008c-27a3-48c8-95a9-d74f47b959c9} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
15822 | 2024.09.24 04:40:29.936635 [ 3 ] {412f008c-27a3-48c8-95a9-d74f47b959c9} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15823 | 2024.09.24 04:40:29.936822 [ 3 ] {412f008c-27a3-48c8-95a9-d74f47b959c9} <Debug> executeQuery: Read 30 rows, 55.05 KiB in 0.002561 sec., 11714.174150722374 rows/sec., 20.99 MiB/sec. | ||
15824 | 2024.09.24 04:40:29.937042 [ 3 ] {412f008c-27a3-48c8-95a9-d74f47b959c9} <Debug> DynamicQueryHandler: Done processing query | ||
15825 | 2024.09.24 04:40:29.937066 [ 3 ] {412f008c-27a3-48c8-95a9-d74f47b959c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
15826 | 2024.09.24 04:40:29.937082 [ 3 ] {} <Debug> HTTP-Session: a6eeadc0-6372-4037-98d3-76a532474e2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15827 | 2024.09.24 04:40:29.937202 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15828 | 2024.09.24 04:40:29.937249 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15829 | 2024.09.24 04:40:29.937268 [ 3 ] {} <Debug> HTTP-Session: af27d5d9-ff2a-479b-9447-6e9338fabd78 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
15830 | 2024.09.24 04:40:29.937283 [ 3 ] {} <Debug> HTTP-Session: af27d5d9-ff2a-479b-9447-6e9338fabd78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15831 | 2024.09.24 04:40:29.937297 [ 3 ] {} <Debug> HTTP-Session: af27d5d9-ff2a-479b-9447-6e9338fabd78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15832 | 2024.09.24 04:40:29.937327 [ 3 ] {} <Trace> HTTP-Session: af27d5d9-ff2a-479b-9447-6e9338fabd78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15833 | 2024.09.24 04:40:29.937439 [ 3 ] {86eacb5b-7024-43de-a5f2-fb555d3b83b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15834 | 2024.09.24 04:40:29.937483 [ 3 ] {86eacb5b-7024-43de-a5f2-fb555d3b83b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15835 | 2024.09.24 04:40:29.937608 [ 3 ] {86eacb5b-7024-43de-a5f2-fb555d3b83b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15836 | 2024.09.24 04:40:29.937890 [ 3 ] {86eacb5b-7024-43de-a5f2-fb555d3b83b4} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15837 | 2024.09.24 04:40:29.937926 [ 3 ] {86eacb5b-7024-43de-a5f2-fb555d3b83b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
15838 | 2024.09.24 04:40:29.938303 [ 3 ] {86eacb5b-7024-43de-a5f2-fb555d3b83b4} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
15839 | 2024.09.24 04:40:29.938622 [ 3 ] {86eacb5b-7024-43de-a5f2-fb555d3b83b4} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15840 | 2024.09.24 04:40:29.938776 [ 3 ] {86eacb5b-7024-43de-a5f2-fb555d3b83b4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001373 sec., 43699.92716678805 rows/sec., 2.95 MiB/sec. | ||
15841 | 2024.09.24 04:40:29.938937 [ 3 ] {86eacb5b-7024-43de-a5f2-fb555d3b83b4} <Debug> DynamicQueryHandler: Done processing query | ||
15842 | 2024.09.24 04:40:29.938960 [ 3 ] {86eacb5b-7024-43de-a5f2-fb555d3b83b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15843 | 2024.09.24 04:40:29.938975 [ 3 ] {} <Debug> HTTP-Session: af27d5d9-ff2a-479b-9447-6e9338fabd78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15844 | 2024.09.24 04:40:32.657686 [ 74 ] {} <Debug> DNSResolver: Updating DNS cache | ||
15845 | 2024.09.24 04:40:32.657736 [ 74 ] {} <Debug> DNSResolver: Updated DNS cache | ||
15846 | 2024.09.24 04:40:34.920932 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 515, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15847 | 2024.09.24 04:40:34.921061 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15848 | 2024.09.24 04:40:34.921085 [ 3 ] {} <Debug> HTTP-Session: a6c69367-de20-4da2-8574-0d4282268376 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
15849 | 2024.09.24 04:40:34.921110 [ 3 ] {} <Debug> HTTP-Session: a6c69367-de20-4da2-8574-0d4282268376 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15850 | 2024.09.24 04:40:34.921125 [ 3 ] {} <Debug> HTTP-Session: a6c69367-de20-4da2-8574-0d4282268376 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15851 | 2024.09.24 04:40:34.921177 [ 3 ] {} <Trace> HTTP-Session: a6c69367-de20-4da2-8574-0d4282268376 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15852 | 2024.09.24 04:40:34.921371 [ 3 ] {8409b4bf-f8cd-4016-b3c0-3d0d091abdad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
15853 | 2024.09.24 04:40:34.921441 [ 3 ] {8409b4bf-f8cd-4016-b3c0-3d0d091abdad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
15854 | 2024.09.24 04:40:34.921784 [ 3 ] {8409b4bf-f8cd-4016-b3c0-3d0d091abdad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15855 | 2024.09.24 04:40:34.922193 [ 3 ] {8409b4bf-f8cd-4016-b3c0-3d0d091abdad} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15856 | 2024.09.24 04:40:34.922232 [ 3 ] {8409b4bf-f8cd-4016-b3c0-3d0d091abdad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
15857 | 2024.09.24 04:40:34.922653 [ 3 ] {8409b4bf-f8cd-4016-b3c0-3d0d091abdad} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
15858 | 2024.09.24 04:40:34.923050 [ 3 ] {8409b4bf-f8cd-4016-b3c0-3d0d091abdad} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15859 | 2024.09.24 04:40:34.923197 [ 3 ] {8409b4bf-f8cd-4016-b3c0-3d0d091abdad} <Debug> executeQuery: Read 3 rows, 243.00 B in 0.001883 sec., 1593.2023366967605 rows/sec., 126.02 KiB/sec. | ||
15860 | 2024.09.24 04:40:34.923198 [ 65 ] {} <Debug> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
15861 | 2024.09.24 04:40:34.923253 [ 65 ] {} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15862 | 2024.09.24 04:40:34.923281 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
15863 | 2024.09.24 04:40:34.923462 [ 3 ] {8409b4bf-f8cd-4016-b3c0-3d0d091abdad} <Debug> DynamicQueryHandler: Done processing query | ||
15864 | 2024.09.24 04:40:34.923487 [ 188 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_35_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full | ||
15865 | 2024.09.24 04:40:34.923527 [ 3 ] {8409b4bf-f8cd-4016-b3c0-3d0d091abdad} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15866 | 2024.09.24 04:40:34.923644 [ 3 ] {} <Debug> HTTP-Session: a6c69367-de20-4da2-8574-0d4282268376 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15867 | 2024.09.24 04:40:34.923891 [ 188 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15868 | 2024.09.24 04:40:34.923936 [ 188 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 18 rows starting from the beginning of the part | ||
15869 | 2024.09.24 04:40:34.923995 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 35846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15870 | 2024.09.24 04:40:34.924090 [ 188 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 2 rows starting from the beginning of the part | ||
15871 | 2024.09.24 04:40:34.924130 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15872 | 2024.09.24 04:40:34.924205 [ 3 ] {} <Debug> HTTP-Session: 4523c1a5-395d-4dab-983e-e345582bb375 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
15873 | 2024.09.24 04:40:34.924295 [ 3 ] {} <Debug> HTTP-Session: 4523c1a5-395d-4dab-983e-e345582bb375 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15874 | 2024.09.24 04:40:34.924402 [ 3 ] {} <Debug> HTTP-Session: 4523c1a5-395d-4dab-983e-e345582bb375 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15875 | 2024.09.24 04:40:34.924476 [ 188 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 4 rows starting from the beginning of the part | ||
15876 | 2024.09.24 04:40:34.924589 [ 3 ] {} <Trace> HTTP-Session: 4523c1a5-395d-4dab-983e-e345582bb375 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15877 | 2024.09.24 04:40:34.924862 [ 188 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 2 rows starting from the beginning of the part | ||
15878 | 2024.09.24 04:40:34.925052 [ 3 ] {989e5d39-e6f8-478f-bc1c-642bcc3a9be7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15879 | 2024.09.24 04:40:34.925144 [ 188 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
15880 | 2024.09.24 04:40:34.925217 [ 3 ] {989e5d39-e6f8-478f-bc1c-642bcc3a9be7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15881 | 2024.09.24 04:40:34.925458 [ 188 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 3 rows starting from the beginning of the part | ||
15882 | 2024.09.24 04:40:34.926408 [ 3 ] {989e5d39-e6f8-478f-bc1c-642bcc3a9be7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15883 | 2024.09.24 04:40:34.927676 [ 3 ] {989e5d39-e6f8-478f-bc1c-642bcc3a9be7} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15884 | 2024.09.24 04:40:34.927745 [ 3 ] {989e5d39-e6f8-478f-bc1c-642bcc3a9be7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
15885 | 2024.09.24 04:40:34.928232 [ 188 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35 rows, containing 5 columns (5 merged, 0 gathered) in 0.004868313 sec., 7189.34875387018 rows/sec., 609.81 KiB/sec. | ||
15886 | 2024.09.24 04:40:34.928502 [ 193 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
15887 | 2024.09.24 04:40:34.928622 [ 3 ] {989e5d39-e6f8-478f-bc1c-642bcc3a9be7} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
15888 | 2024.09.24 04:40:34.929897 [ 3 ] {989e5d39-e6f8-478f-bc1c-642bcc3a9be7} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15889 | 2024.09.24 04:40:34.929901 [ 193 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_35_7} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15890 | 2024.09.24 04:40:34.930146 [ 193 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_35_7} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
15891 | 2024.09.24 04:40:34.930226 [ 3 ] {989e5d39-e6f8-478f-bc1c-642bcc3a9be7} <Debug> executeQuery: Read 238 rows, 21.38 KiB in 0.005373 sec., 44295.55183324027 rows/sec., 3.89 MiB/sec. | ||
15892 | 2024.09.24 04:40:34.930444 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
15893 | 2024.09.24 04:40:34.930753 [ 3 ] {989e5d39-e6f8-478f-bc1c-642bcc3a9be7} <Debug> DynamicQueryHandler: Done processing query | ||
15894 | 2024.09.24 04:40:34.930826 [ 3 ] {989e5d39-e6f8-478f-bc1c-642bcc3a9be7} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
15895 | 2024.09.24 04:40:34.930881 [ 3 ] {} <Debug> HTTP-Session: 4523c1a5-395d-4dab-983e-e345582bb375 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15896 | 2024.09.24 04:40:34.931055 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3764, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15897 | 2024.09.24 04:40:34.931108 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15898 | 2024.09.24 04:40:34.931135 [ 3 ] {} <Debug> HTTP-Session: 993c63bc-5b06-4aaa-b106-859f135c4753 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
15899 | 2024.09.24 04:40:34.931156 [ 3 ] {} <Debug> HTTP-Session: 993c63bc-5b06-4aaa-b106-859f135c4753 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15900 | 2024.09.24 04:40:34.931170 [ 3 ] {} <Debug> HTTP-Session: 993c63bc-5b06-4aaa-b106-859f135c4753 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15901 | 2024.09.24 04:40:34.931204 [ 3 ] {} <Trace> HTTP-Session: 993c63bc-5b06-4aaa-b106-859f135c4753 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15902 | 2024.09.24 04:40:34.931323 [ 3 ] {be5a5879-03aa-4f87-a7dc-e2a0452ec8b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15903 | 2024.09.24 04:40:34.931368 [ 3 ] {be5a5879-03aa-4f87-a7dc-e2a0452ec8b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15904 | 2024.09.24 04:40:34.931620 [ 3 ] {be5a5879-03aa-4f87-a7dc-e2a0452ec8b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15905 | 2024.09.24 04:40:34.931979 [ 3 ] {be5a5879-03aa-4f87-a7dc-e2a0452ec8b1} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15906 | 2024.09.24 04:40:34.932016 [ 3 ] {be5a5879-03aa-4f87-a7dc-e2a0452ec8b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
15907 | 2024.09.24 04:40:34.932373 [ 3 ] {be5a5879-03aa-4f87-a7dc-e2a0452ec8b1} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
15908 | 2024.09.24 04:40:34.932734 [ 3 ] {be5a5879-03aa-4f87-a7dc-e2a0452ec8b1} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15909 | 2024.09.24 04:40:34.932867 [ 3 ] {be5a5879-03aa-4f87-a7dc-e2a0452ec8b1} <Debug> executeQuery: Read 26 rows, 1.93 KiB in 0.00158 sec., 16455.696202531646 rows/sec., 1.19 MiB/sec. | ||
15910 | 2024.09.24 04:40:34.933035 [ 3 ] {be5a5879-03aa-4f87-a7dc-e2a0452ec8b1} <Debug> DynamicQueryHandler: Done processing query | ||
15911 | 2024.09.24 04:40:34.933059 [ 3 ] {be5a5879-03aa-4f87-a7dc-e2a0452ec8b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15912 | 2024.09.24 04:40:34.933075 [ 3 ] {} <Debug> HTTP-Session: 993c63bc-5b06-4aaa-b106-859f135c4753 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15913 | 2024.09.24 04:40:34.933202 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15914 | 2024.09.24 04:40:34.933252 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15915 | 2024.09.24 04:40:34.933271 [ 3 ] {} <Debug> HTTP-Session: c238d8c4-4bc8-4488-92d8-78e6e6ee7142 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
15916 | 2024.09.24 04:40:34.933287 [ 3 ] {} <Debug> HTTP-Session: c238d8c4-4bc8-4488-92d8-78e6e6ee7142 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15917 | 2024.09.24 04:40:34.933301 [ 3 ] {} <Debug> HTTP-Session: c238d8c4-4bc8-4488-92d8-78e6e6ee7142 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15918 | 2024.09.24 04:40:34.933332 [ 3 ] {} <Trace> HTTP-Session: c238d8c4-4bc8-4488-92d8-78e6e6ee7142 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15919 | 2024.09.24 04:40:34.933432 [ 3 ] {9d6d1368-9ebe-448d-b1d2-1719e2747f39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
15920 | 2024.09.24 04:40:34.933476 [ 3 ] {9d6d1368-9ebe-448d-b1d2-1719e2747f39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
15921 | 2024.09.24 04:40:34.933700 [ 3 ] {9d6d1368-9ebe-448d-b1d2-1719e2747f39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15922 | 2024.09.24 04:40:34.934018 [ 3 ] {9d6d1368-9ebe-448d-b1d2-1719e2747f39} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15923 | 2024.09.24 04:40:34.934054 [ 3 ] {9d6d1368-9ebe-448d-b1d2-1719e2747f39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
15924 | 2024.09.24 04:40:34.934410 [ 3 ] {9d6d1368-9ebe-448d-b1d2-1719e2747f39} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
15925 | 2024.09.24 04:40:34.934779 [ 3 ] {9d6d1368-9ebe-448d-b1d2-1719e2747f39} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15926 | 2024.09.24 04:40:34.934915 [ 3 ] {9d6d1368-9ebe-448d-b1d2-1719e2747f39} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001509 sec., 9277.667329357191 rows/sec., 649.75 KiB/sec. | ||
15927 | 2024.09.24 04:40:34.935249 [ 3 ] {9d6d1368-9ebe-448d-b1d2-1719e2747f39} <Debug> DynamicQueryHandler: Done processing query | ||
15928 | 2024.09.24 04:40:34.935318 [ 3 ] {9d6d1368-9ebe-448d-b1d2-1719e2747f39} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15929 | 2024.09.24 04:40:34.935381 [ 3 ] {} <Debug> HTTP-Session: c238d8c4-4bc8-4488-92d8-78e6e6ee7142 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15930 | 2024.09.24 04:40:34.935547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15931 | 2024.09.24 04:40:34.935600 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15932 | 2024.09.24 04:40:34.935619 [ 3 ] {} <Debug> HTTP-Session: 697da961-cef6-4db9-b811-16bca054854d Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
15933 | 2024.09.24 04:40:34.935635 [ 3 ] {} <Debug> HTTP-Session: 697da961-cef6-4db9-b811-16bca054854d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15934 | 2024.09.24 04:40:34.935652 [ 3 ] {} <Debug> HTTP-Session: 697da961-cef6-4db9-b811-16bca054854d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15935 | 2024.09.24 04:40:34.935685 [ 3 ] {} <Trace> HTTP-Session: 697da961-cef6-4db9-b811-16bca054854d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15936 | 2024.09.24 04:40:34.935788 [ 3 ] {4838fceb-a153-4a14-bbb6-852a92aeb5ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
15937 | 2024.09.24 04:40:34.935834 [ 3 ] {4838fceb-a153-4a14-bbb6-852a92aeb5ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
15938 | 2024.09.24 04:40:34.936080 [ 3 ] {4838fceb-a153-4a14-bbb6-852a92aeb5ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15939 | 2024.09.24 04:40:34.936400 [ 3 ] {4838fceb-a153-4a14-bbb6-852a92aeb5ed} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15940 | 2024.09.24 04:40:34.936436 [ 3 ] {4838fceb-a153-4a14-bbb6-852a92aeb5ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
15941 | 2024.09.24 04:40:34.936784 [ 3 ] {4838fceb-a153-4a14-bbb6-852a92aeb5ed} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
15942 | 2024.09.24 04:40:34.937147 [ 3 ] {4838fceb-a153-4a14-bbb6-852a92aeb5ed} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15943 | 2024.09.24 04:40:34.937286 [ 3 ] {4838fceb-a153-4a14-bbb6-852a92aeb5ed} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001522 sec., 3942.181340341656 rows/sec., 232.91 KiB/sec. | ||
15944 | 2024.09.24 04:40:34.937286 [ 65 ] {} <Debug> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
15945 | 2024.09.24 04:40:34.937342 [ 65 ] {} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15946 | 2024.09.24 04:40:34.937372 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
15947 | 2024.09.24 04:40:34.937518 [ 3 ] {4838fceb-a153-4a14-bbb6-852a92aeb5ed} <Debug> DynamicQueryHandler: Done processing query | ||
15948 | 2024.09.24 04:40:34.937555 [ 3 ] {4838fceb-a153-4a14-bbb6-852a92aeb5ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15949 | 2024.09.24 04:40:34.937567 [ 187 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_37_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_8 to all_37_37_0 into Compact with storage Full | ||
15950 | 2024.09.24 04:40:34.937580 [ 3 ] {} <Debug> HTTP-Session: 697da961-cef6-4db9-b811-16bca054854d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15951 | 2024.09.24 04:40:34.937797 [ 187 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15952 | 2024.09.24 04:40:34.937866 [ 187 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 6 rows starting from the beginning of the part | ||
15953 | 2024.09.24 04:40:34.937899 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 67122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15954 | 2024.09.24 04:40:34.938045 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15955 | 2024.09.24 04:40:34.938135 [ 3 ] {} <Debug> HTTP-Session: 06896989-bb5e-433b-baa7-f2ca9a16e46b Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
15956 | 2024.09.24 04:40:34.938169 [ 187 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
15957 | 2024.09.24 04:40:34.938195 [ 3 ] {} <Debug> HTTP-Session: 06896989-bb5e-433b-baa7-f2ca9a16e46b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15958 | 2024.09.24 04:40:34.938260 [ 3 ] {} <Debug> HTTP-Session: 06896989-bb5e-433b-baa7-f2ca9a16e46b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15959 | 2024.09.24 04:40:34.938401 [ 3 ] {} <Trace> HTTP-Session: 06896989-bb5e-433b-baa7-f2ca9a16e46b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15960 | 2024.09.24 04:40:34.938507 [ 187 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
15961 | 2024.09.24 04:40:34.938841 [ 187 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
15962 | 2024.09.24 04:40:34.938890 [ 3 ] {95eaa35d-a2c2-49e4-b427-e1f4f8fd47ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15963 | 2024.09.24 04:40:34.939046 [ 3 ] {95eaa35d-a2c2-49e4-b427-e1f4f8fd47ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15964 | 2024.09.24 04:40:34.939158 [ 187 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
15965 | 2024.09.24 04:40:34.940087 [ 3 ] {95eaa35d-a2c2-49e4-b427-e1f4f8fd47ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15966 | 2024.09.24 04:40:34.941403 [ 3 ] {95eaa35d-a2c2-49e4-b427-e1f4f8fd47ca} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15967 | 2024.09.24 04:40:34.941482 [ 3 ] {95eaa35d-a2c2-49e4-b427-e1f4f8fd47ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
15968 | 2024.09.24 04:40:34.941876 [ 193 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004418304 sec., 6789.935685729185 rows/sec., 431.00 KiB/sec. | ||
15969 | 2024.09.24 04:40:34.942092 [ 193 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
15970 | 2024.09.24 04:40:34.942399 [ 3 ] {95eaa35d-a2c2-49e4-b427-e1f4f8fd47ca} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
15971 | 2024.09.24 04:40:34.943116 [ 193 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_37_9} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15972 | 2024.09.24 04:40:34.943279 [ 193 ] {4b999c3d-7d4d-4062-a760-d66ed3afbfff::all_1_37_9} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
15973 | 2024.09.24 04:40:34.943362 [ 3 ] {95eaa35d-a2c2-49e4-b427-e1f4f8fd47ca} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15974 | 2024.09.24 04:40:34.943451 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
15975 | 2024.09.24 04:40:34.943593 [ 3 ] {95eaa35d-a2c2-49e4-b427-e1f4f8fd47ca} <Debug> executeQuery: Read 414 rows, 30.18 KiB in 0.004946 sec., 83704.00323493732 rows/sec., 5.96 MiB/sec. | ||
15976 | 2024.09.24 04:40:34.943910 [ 3 ] {95eaa35d-a2c2-49e4-b427-e1f4f8fd47ca} <Debug> DynamicQueryHandler: Done processing query | ||
15977 | 2024.09.24 04:40:34.943972 [ 3 ] {95eaa35d-a2c2-49e4-b427-e1f4f8fd47ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
15978 | 2024.09.24 04:40:34.944031 [ 3 ] {} <Debug> HTTP-Session: 06896989-bb5e-433b-baa7-f2ca9a16e46b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15979 | 2024.09.24 04:40:34.944221 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15980 | 2024.09.24 04:40:34.944273 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15981 | 2024.09.24 04:40:34.944292 [ 3 ] {} <Debug> HTTP-Session: b664457e-f7a9-48e9-8f40-d7795b3fdd13 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
15982 | 2024.09.24 04:40:34.944308 [ 3 ] {} <Debug> HTTP-Session: b664457e-f7a9-48e9-8f40-d7795b3fdd13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15983 | 2024.09.24 04:40:34.944322 [ 3 ] {} <Debug> HTTP-Session: b664457e-f7a9-48e9-8f40-d7795b3fdd13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15984 | 2024.09.24 04:40:34.944355 [ 3 ] {} <Trace> HTTP-Session: b664457e-f7a9-48e9-8f40-d7795b3fdd13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15985 | 2024.09.24 04:40:34.944458 [ 3 ] {60ddfc5f-fd4d-42b4-8e6e-d82c26d68ead} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
15986 | 2024.09.24 04:40:34.944505 [ 3 ] {60ddfc5f-fd4d-42b4-8e6e-d82c26d68ead} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
15987 | 2024.09.24 04:40:34.944657 [ 3 ] {60ddfc5f-fd4d-42b4-8e6e-d82c26d68ead} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15988 | 2024.09.24 04:40:34.944933 [ 3 ] {60ddfc5f-fd4d-42b4-8e6e-d82c26d68ead} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15989 | 2024.09.24 04:40:34.944968 [ 3 ] {60ddfc5f-fd4d-42b4-8e6e-d82c26d68ead} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
15990 | 2024.09.24 04:40:34.945343 [ 3 ] {60ddfc5f-fd4d-42b4-8e6e-d82c26d68ead} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
15991 | 2024.09.24 04:40:34.945685 [ 3 ] {60ddfc5f-fd4d-42b4-8e6e-d82c26d68ead} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15992 | 2024.09.24 04:40:34.945817 [ 3 ] {60ddfc5f-fd4d-42b4-8e6e-d82c26d68ead} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001387 sec., 4325.883201153569 rows/sec., 226.01 KiB/sec. | ||
15993 | 2024.09.24 04:40:34.946087 [ 3 ] {60ddfc5f-fd4d-42b4-8e6e-d82c26d68ead} <Debug> DynamicQueryHandler: Done processing query | ||
15994 | 2024.09.24 04:40:34.946132 [ 3 ] {60ddfc5f-fd4d-42b4-8e6e-d82c26d68ead} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15995 | 2024.09.24 04:40:34.946154 [ 3 ] {} <Debug> HTTP-Session: b664457e-f7a9-48e9-8f40-d7795b3fdd13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15996 | 2024.09.24 04:40:34.946340 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 44983, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15997 | 2024.09.24 04:40:34.946391 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15998 | 2024.09.24 04:40:34.946410 [ 3 ] {} <Debug> HTTP-Session: b822b12c-065e-4915-b6e5-2893e9ad0683 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
15999 | 2024.09.24 04:40:34.946426 [ 3 ] {} <Debug> HTTP-Session: b822b12c-065e-4915-b6e5-2893e9ad0683 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16000 | 2024.09.24 04:40:34.946440 [ 3 ] {} <Debug> HTTP-Session: b822b12c-065e-4915-b6e5-2893e9ad0683 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16001 | 2024.09.24 04:40:34.946472 [ 3 ] {} <Trace> HTTP-Session: b822b12c-065e-4915-b6e5-2893e9ad0683 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16002 | 2024.09.24 04:40:34.946649 [ 3 ] {2fa69a05-c07d-4616-82d8-c94d7f90e140} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16003 | 2024.09.24 04:40:34.946699 [ 3 ] {2fa69a05-c07d-4616-82d8-c94d7f90e140} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16004 | 2024.09.24 04:40:34.946858 [ 3 ] {2fa69a05-c07d-4616-82d8-c94d7f90e140} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16005 | 2024.09.24 04:40:34.947288 [ 3 ] {2fa69a05-c07d-4616-82d8-c94d7f90e140} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16006 | 2024.09.24 04:40:34.947323 [ 3 ] {2fa69a05-c07d-4616-82d8-c94d7f90e140} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
16007 | 2024.09.24 04:40:34.947715 [ 3 ] {2fa69a05-c07d-4616-82d8-c94d7f90e140} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
16008 | 2024.09.24 04:40:34.948056 [ 3 ] {2fa69a05-c07d-4616-82d8-c94d7f90e140} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16009 | 2024.09.24 04:40:34.948193 [ 3 ] {2fa69a05-c07d-4616-82d8-c94d7f90e140} <Debug> executeQuery: Read 239 rows, 16.40 KiB in 0.001641 sec., 145642.90067032297 rows/sec., 9.76 MiB/sec. | ||
16010 | 2024.09.24 04:40:34.948204 [ 57 ] {} <Debug> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
16011 | 2024.09.24 04:40:34.948257 [ 57 ] {} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16012 | 2024.09.24 04:40:34.948290 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
16013 | 2024.09.24 04:40:34.948382 [ 3 ] {2fa69a05-c07d-4616-82d8-c94d7f90e140} <Debug> DynamicQueryHandler: Done processing query | ||
16014 | 2024.09.24 04:40:34.948408 [ 3 ] {2fa69a05-c07d-4616-82d8-c94d7f90e140} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
16015 | 2024.09.24 04:40:34.948409 [ 202 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
16016 | 2024.09.24 04:40:34.948425 [ 3 ] {} <Debug> HTTP-Session: b822b12c-065e-4915-b6e5-2893e9ad0683 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16017 | 2024.09.24 04:40:34.948574 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16018 | 2024.09.24 04:40:34.948577 [ 202 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16019 | 2024.09.24 04:40:34.948631 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16020 | 2024.09.24 04:40:34.948635 [ 202 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 24116 rows starting from the beginning of the part | ||
16021 | 2024.09.24 04:40:34.948655 [ 3 ] {} <Debug> HTTP-Session: 965a9656-d55e-4007-a30f-10d2f75c1f2c Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16022 | 2024.09.24 04:40:34.948676 [ 3 ] {} <Debug> HTTP-Session: 965a9656-d55e-4007-a30f-10d2f75c1f2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16023 | 2024.09.24 04:40:34.948695 [ 3 ] {} <Debug> HTTP-Session: 965a9656-d55e-4007-a30f-10d2f75c1f2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16024 | 2024.09.24 04:40:34.948800 [ 3 ] {} <Trace> HTTP-Session: 965a9656-d55e-4007-a30f-10d2f75c1f2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16025 | 2024.09.24 04:40:34.948835 [ 202 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 44 rows starting from the beginning of the part | ||
16026 | 2024.09.24 04:40:34.949141 [ 3 ] {7801f61b-4fce-4b57-9182-445bd37c258b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
16027 | 2024.09.24 04:40:34.949248 [ 202 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 160 rows starting from the beginning of the part | ||
16028 | 2024.09.24 04:40:34.949295 [ 3 ] {7801f61b-4fce-4b57-9182-445bd37c258b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
16029 | 2024.09.24 04:40:34.949541 [ 202 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 271 rows starting from the beginning of the part | ||
16030 | 2024.09.24 04:40:34.949850 [ 202 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 164 rows starting from the beginning of the part | ||
16031 | 2024.09.24 04:40:34.950124 [ 202 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 239 rows starting from the beginning of the part | ||
16032 | 2024.09.24 04:40:34.950222 [ 3 ] {7801f61b-4fce-4b57-9182-445bd37c258b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16033 | 2024.09.24 04:40:34.950788 [ 3 ] {7801f61b-4fce-4b57-9182-445bd37c258b} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16034 | 2024.09.24 04:40:34.950842 [ 3 ] {7801f61b-4fce-4b57-9182-445bd37c258b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
16035 | 2024.09.24 04:40:34.951314 [ 3 ] {7801f61b-4fce-4b57-9182-445bd37c258b} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
16036 | 2024.09.24 04:40:34.951722 [ 3 ] {7801f61b-4fce-4b57-9182-445bd37c258b} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16037 | 2024.09.24 04:40:34.951941 [ 3 ] {7801f61b-4fce-4b57-9182-445bd37c258b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002977 sec., 335.9086328518643 rows/sec., 22.63 KiB/sec. | ||
16038 | 2024.09.24 04:40:34.952155 [ 3 ] {7801f61b-4fce-4b57-9182-445bd37c258b} <Debug> DynamicQueryHandler: Done processing query | ||
16039 | 2024.09.24 04:40:34.952189 [ 3 ] {7801f61b-4fce-4b57-9182-445bd37c258b} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
16040 | 2024.09.24 04:40:34.952207 [ 3 ] {} <Debug> HTTP-Session: 965a9656-d55e-4007-a30f-10d2f75c1f2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16041 | 2024.09.24 04:40:34.952383 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 37802, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16042 | 2024.09.24 04:40:34.952434 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16043 | 2024.09.24 04:40:34.952454 [ 3 ] {} <Debug> HTTP-Session: 314c238c-9586-4946-90ae-af9357414a3f Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16044 | 2024.09.24 04:40:34.952493 [ 3 ] {} <Debug> HTTP-Session: 314c238c-9586-4946-90ae-af9357414a3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16045 | 2024.09.24 04:40:34.952508 [ 3 ] {} <Debug> HTTP-Session: 314c238c-9586-4946-90ae-af9357414a3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16046 | 2024.09.24 04:40:34.952539 [ 3 ] {} <Trace> HTTP-Session: 314c238c-9586-4946-90ae-af9357414a3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16047 | 2024.09.24 04:40:34.952844 [ 3 ] {c21c07fc-869e-46bc-ac02-6297348f1366} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
16048 | 2024.09.24 04:40:34.952918 [ 3 ] {c21c07fc-869e-46bc-ac02-6297348f1366} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
16049 | 2024.09.24 04:40:34.953441 [ 3 ] {c21c07fc-869e-46bc-ac02-6297348f1366} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16050 | 2024.09.24 04:40:34.954207 [ 3 ] {c21c07fc-869e-46bc-ac02-6297348f1366} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16051 | 2024.09.24 04:40:34.954244 [ 3 ] {c21c07fc-869e-46bc-ac02-6297348f1366} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
16052 | 2024.09.24 04:40:34.955135 [ 3 ] {c21c07fc-869e-46bc-ac02-6297348f1366} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
16053 | 2024.09.24 04:40:34.955595 [ 3 ] {c21c07fc-869e-46bc-ac02-6297348f1366} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16054 | 2024.09.24 04:40:34.955767 [ 3 ] {c21c07fc-869e-46bc-ac02-6297348f1366} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.00314 sec., 7324.84076433121 rows/sec., 13.13 MiB/sec. | ||
16055 | 2024.09.24 04:40:34.956822 [ 202 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24994 rows, containing 5 columns (5 merged, 0 gathered) in 0.008468079 sec., 2951554.8922016434 rows/sec., 199.20 MiB/sec. | ||
16056 | 2024.09.24 04:40:34.957223 [ 3 ] {c21c07fc-869e-46bc-ac02-6297348f1366} <Debug> DynamicQueryHandler: Done processing query | ||
16057 | 2024.09.24 04:40:34.957264 [ 3 ] {c21c07fc-869e-46bc-ac02-6297348f1366} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
16058 | 2024.09.24 04:40:34.957293 [ 3 ] {} <Debug> HTTP-Session: 314c238c-9586-4946-90ae-af9357414a3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16059 | 2024.09.24 04:40:34.957353 [ 202 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
16060 | 2024.09.24 04:40:34.957426 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 12152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16061 | 2024.09.24 04:40:34.957477 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16062 | 2024.09.24 04:40:34.957502 [ 3 ] {} <Debug> HTTP-Session: a530d1ad-2415-4145-816a-9fceba35e89e Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16063 | 2024.09.24 04:40:34.957527 [ 3 ] {} <Debug> HTTP-Session: a530d1ad-2415-4145-816a-9fceba35e89e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16064 | 2024.09.24 04:40:34.957556 [ 3 ] {} <Debug> HTTP-Session: a530d1ad-2415-4145-816a-9fceba35e89e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16065 | 2024.09.24 04:40:34.957624 [ 3 ] {} <Trace> HTTP-Session: a530d1ad-2415-4145-816a-9fceba35e89e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16066 | 2024.09.24 04:40:34.957773 [ 3 ] {317fef76-a4a3-49f8-ac1c-5624d2098628} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16067 | 2024.09.24 04:40:34.957825 [ 3 ] {317fef76-a4a3-49f8-ac1c-5624d2098628} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16068 | 2024.09.24 04:40:34.957850 [ 202 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16069 | 2024.09.24 04:40:34.957968 [ 202 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
16070 | 2024.09.24 04:40:34.958072 [ 3 ] {317fef76-a4a3-49f8-ac1c-5624d2098628} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16071 | 2024.09.24 04:40:34.958075 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
16072 | 2024.09.24 04:40:34.958405 [ 3 ] {317fef76-a4a3-49f8-ac1c-5624d2098628} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16073 | 2024.09.24 04:40:34.958441 [ 3 ] {317fef76-a4a3-49f8-ac1c-5624d2098628} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
16074 | 2024.09.24 04:40:34.958811 [ 3 ] {317fef76-a4a3-49f8-ac1c-5624d2098628} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
16075 | 2024.09.24 04:40:34.959142 [ 3 ] {317fef76-a4a3-49f8-ac1c-5624d2098628} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16076 | 2024.09.24 04:40:34.959272 [ 3 ] {317fef76-a4a3-49f8-ac1c-5624d2098628} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001552 sec., 52835.051546391755 rows/sec., 3.36 MiB/sec. | ||
16077 | 2024.09.24 04:40:34.959437 [ 3 ] {317fef76-a4a3-49f8-ac1c-5624d2098628} <Debug> DynamicQueryHandler: Done processing query | ||
16078 | 2024.09.24 04:40:34.959462 [ 3 ] {317fef76-a4a3-49f8-ac1c-5624d2098628} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16079 | 2024.09.24 04:40:34.959478 [ 3 ] {} <Debug> HTTP-Session: a530d1ad-2415-4145-816a-9fceba35e89e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16080 | 2024.09.24 04:40:39.917257 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 977, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16081 | 2024.09.24 04:40:39.917400 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16082 | 2024.09.24 04:40:39.917428 [ 3 ] {} <Debug> HTTP-Session: 2ebdd32b-664f-417b-afe7-1cecbe0670ba Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16083 | 2024.09.24 04:40:39.917457 [ 3 ] {} <Debug> HTTP-Session: 2ebdd32b-664f-417b-afe7-1cecbe0670ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16084 | 2024.09.24 04:40:39.917475 [ 3 ] {} <Debug> HTTP-Session: 2ebdd32b-664f-417b-afe7-1cecbe0670ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16085 | 2024.09.24 04:40:39.917532 [ 3 ] {} <Trace> HTTP-Session: 2ebdd32b-664f-417b-afe7-1cecbe0670ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16086 | 2024.09.24 04:40:39.917759 [ 3 ] {57a8cbbf-1207-4f59-967c-bb3770f93693} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
16087 | 2024.09.24 04:40:39.917831 [ 3 ] {57a8cbbf-1207-4f59-967c-bb3770f93693} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16088 | 2024.09.24 04:40:39.918180 [ 3 ] {57a8cbbf-1207-4f59-967c-bb3770f93693} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16089 | 2024.09.24 04:40:39.918627 [ 3 ] {57a8cbbf-1207-4f59-967c-bb3770f93693} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16090 | 2024.09.24 04:40:39.918673 [ 3 ] {57a8cbbf-1207-4f59-967c-bb3770f93693} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16091 | 2024.09.24 04:40:39.919098 [ 3 ] {57a8cbbf-1207-4f59-967c-bb3770f93693} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
16092 | 2024.09.24 04:40:39.919486 [ 3 ] {57a8cbbf-1207-4f59-967c-bb3770f93693} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16093 | 2024.09.24 04:40:39.919657 [ 3 ] {57a8cbbf-1207-4f59-967c-bb3770f93693} <Debug> executeQuery: Read 6 rows, 486.00 B in 0.001968 sec., 3048.780487804878 rows/sec., 241.16 KiB/sec. | ||
16094 | 2024.09.24 04:40:39.919998 [ 3 ] {57a8cbbf-1207-4f59-967c-bb3770f93693} <Debug> DynamicQueryHandler: Done processing query | ||
16095 | 2024.09.24 04:40:39.920040 [ 3 ] {57a8cbbf-1207-4f59-967c-bb3770f93693} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16096 | 2024.09.24 04:40:39.920061 [ 3 ] {} <Debug> HTTP-Session: 2ebdd32b-664f-417b-afe7-1cecbe0670ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16097 | 2024.09.24 04:40:39.920261 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 20096, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16098 | 2024.09.24 04:40:39.920317 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16099 | 2024.09.24 04:40:39.920336 [ 3 ] {} <Debug> HTTP-Session: 7b132bb0-2e36-4969-abe4-be947b1081ef Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16100 | 2024.09.24 04:40:39.920355 [ 3 ] {} <Debug> HTTP-Session: 7b132bb0-2e36-4969-abe4-be947b1081ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16101 | 2024.09.24 04:40:39.920370 [ 3 ] {} <Debug> HTTP-Session: 7b132bb0-2e36-4969-abe4-be947b1081ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16102 | 2024.09.24 04:40:39.920404 [ 3 ] {} <Trace> HTTP-Session: 7b132bb0-2e36-4969-abe4-be947b1081ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16103 | 2024.09.24 04:40:39.920554 [ 3 ] {4a74a71b-eeac-4069-a55c-74e1bdfbf9c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16104 | 2024.09.24 04:40:39.920602 [ 3 ] {4a74a71b-eeac-4069-a55c-74e1bdfbf9c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16105 | 2024.09.24 04:40:39.920859 [ 3 ] {4a74a71b-eeac-4069-a55c-74e1bdfbf9c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16106 | 2024.09.24 04:40:39.921270 [ 3 ] {4a74a71b-eeac-4069-a55c-74e1bdfbf9c2} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16107 | 2024.09.24 04:40:39.921307 [ 3 ] {4a74a71b-eeac-4069-a55c-74e1bdfbf9c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16108 | 2024.09.24 04:40:39.921673 [ 3 ] {4a74a71b-eeac-4069-a55c-74e1bdfbf9c2} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
16109 | 2024.09.24 04:40:39.922049 [ 3 ] {4a74a71b-eeac-4069-a55c-74e1bdfbf9c2} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16110 | 2024.09.24 04:40:39.922227 [ 3 ] {4a74a71b-eeac-4069-a55c-74e1bdfbf9c2} <Debug> executeQuery: Read 136 rows, 11.82 KiB in 0.001735 sec., 78386.16714697407 rows/sec., 6.65 MiB/sec. | ||
16111 | 2024.09.24 04:40:39.922418 [ 3 ] {4a74a71b-eeac-4069-a55c-74e1bdfbf9c2} <Debug> DynamicQueryHandler: Done processing query | ||
16112 | 2024.09.24 04:40:39.922443 [ 3 ] {4a74a71b-eeac-4069-a55c-74e1bdfbf9c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
16113 | 2024.09.24 04:40:39.922458 [ 3 ] {} <Debug> HTTP-Session: 7b132bb0-2e36-4969-abe4-be947b1081ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16114 | 2024.09.24 04:40:39.922577 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 6183, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16115 | 2024.09.24 04:40:39.922629 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16116 | 2024.09.24 04:40:39.922648 [ 3 ] {} <Debug> HTTP-Session: 1e4025c2-bbec-4173-b3f3-7ef89453de27 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16117 | 2024.09.24 04:40:39.922665 [ 3 ] {} <Debug> HTTP-Session: 1e4025c2-bbec-4173-b3f3-7ef89453de27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16118 | 2024.09.24 04:40:39.922679 [ 3 ] {} <Debug> HTTP-Session: 1e4025c2-bbec-4173-b3f3-7ef89453de27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16119 | 2024.09.24 04:40:39.922710 [ 3 ] {} <Trace> HTTP-Session: 1e4025c2-bbec-4173-b3f3-7ef89453de27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16120 | 2024.09.24 04:40:39.922828 [ 3 ] {599f11ab-c2d9-41f1-9e71-2fa2d4a7f17c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16121 | 2024.09.24 04:40:39.922871 [ 3 ] {599f11ab-c2d9-41f1-9e71-2fa2d4a7f17c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16122 | 2024.09.24 04:40:39.923098 [ 3 ] {599f11ab-c2d9-41f1-9e71-2fa2d4a7f17c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16123 | 2024.09.24 04:40:39.923481 [ 3 ] {599f11ab-c2d9-41f1-9e71-2fa2d4a7f17c} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16124 | 2024.09.24 04:40:39.923518 [ 3 ] {599f11ab-c2d9-41f1-9e71-2fa2d4a7f17c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16125 | 2024.09.24 04:40:39.923868 [ 3 ] {599f11ab-c2d9-41f1-9e71-2fa2d4a7f17c} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
16126 | 2024.09.24 04:40:39.924217 [ 3 ] {599f11ab-c2d9-41f1-9e71-2fa2d4a7f17c} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16127 | 2024.09.24 04:40:39.924373 [ 3 ] {599f11ab-c2d9-41f1-9e71-2fa2d4a7f17c} <Debug> executeQuery: Read 43 rows, 3.19 KiB in 0.001583 sec., 27163.613392293115 rows/sec., 1.97 MiB/sec. | ||
16128 | 2024.09.24 04:40:39.924382 [ 149 ] {} <Debug> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
16129 | 2024.09.24 04:40:39.924495 [ 149 ] {} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16130 | 2024.09.24 04:40:39.924548 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16131 | 2024.09.24 04:40:39.924646 [ 3 ] {599f11ab-c2d9-41f1-9e71-2fa2d4a7f17c} <Debug> DynamicQueryHandler: Done processing query | ||
16132 | 2024.09.24 04:40:39.924727 [ 3 ] {599f11ab-c2d9-41f1-9e71-2fa2d4a7f17c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
16133 | 2024.09.24 04:40:39.924804 [ 3 ] {} <Debug> HTTP-Session: 1e4025c2-bbec-4173-b3f3-7ef89453de27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16134 | 2024.09.24 04:40:39.924930 [ 196 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
16135 | 2024.09.24 04:40:39.925104 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 20603, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16136 | 2024.09.24 04:40:39.925299 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16137 | 2024.09.24 04:40:39.925396 [ 3 ] {} <Debug> HTTP-Session: 936d137b-8249-4dcf-9f89-ef31624fd6cb Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16138 | 2024.09.24 04:40:39.925471 [ 3 ] {} <Debug> HTTP-Session: 936d137b-8249-4dcf-9f89-ef31624fd6cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16139 | 2024.09.24 04:40:39.925534 [ 3 ] {} <Debug> HTTP-Session: 936d137b-8249-4dcf-9f89-ef31624fd6cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16140 | 2024.09.24 04:40:39.925680 [ 3 ] {} <Trace> HTTP-Session: 936d137b-8249-4dcf-9f89-ef31624fd6cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16141 | 2024.09.24 04:40:39.926096 [ 3 ] {bc96fb70-afef-4cde-8315-2022122fdb5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16142 | 2024.09.24 04:40:39.926132 [ 196 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16143 | 2024.09.24 04:40:39.926185 [ 3 ] {bc96fb70-afef-4cde-8315-2022122fdb5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16144 | 2024.09.24 04:40:39.926213 [ 196 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 69 rows starting from the beginning of the part | ||
16145 | 2024.09.24 04:40:39.926564 [ 196 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 30 rows starting from the beginning of the part | ||
16146 | 2024.09.24 04:40:39.926948 [ 196 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 25 rows starting from the beginning of the part | ||
16147 | 2024.09.24 04:40:39.927276 [ 196 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 36 rows starting from the beginning of the part | ||
16148 | 2024.09.24 04:40:39.927643 [ 196 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 26 rows starting from the beginning of the part | ||
16149 | 2024.09.24 04:40:39.927958 [ 3 ] {bc96fb70-afef-4cde-8315-2022122fdb5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16150 | 2024.09.24 04:40:39.928061 [ 196 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 43 rows starting from the beginning of the part | ||
16151 | 2024.09.24 04:40:39.929276 [ 3 ] {bc96fb70-afef-4cde-8315-2022122fdb5d} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16152 | 2024.09.24 04:40:39.929341 [ 3 ] {bc96fb70-afef-4cde-8315-2022122fdb5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16153 | 2024.09.24 04:40:39.930424 [ 3 ] {bc96fb70-afef-4cde-8315-2022122fdb5d} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
16154 | 2024.09.24 04:40:39.931157 [ 197 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 229 rows, containing 5 columns (5 merged, 0 gathered) in 0.006497487 sec., 35244.395256196745 rows/sec., 2.69 MiB/sec. | ||
16155 | 2024.09.24 04:40:39.931413 [ 197 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
16156 | 2024.09.24 04:40:39.931446 [ 3 ] {bc96fb70-afef-4cde-8315-2022122fdb5d} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16157 | 2024.09.24 04:40:39.931807 [ 3 ] {bc96fb70-afef-4cde-8315-2022122fdb5d} <Debug> executeQuery: Read 122 rows, 9.66 KiB in 0.005903 sec., 20667.45722513976 rows/sec., 1.60 MiB/sec. | ||
16158 | 2024.09.24 04:40:39.932332 [ 3 ] {bc96fb70-afef-4cde-8315-2022122fdb5d} <Debug> DynamicQueryHandler: Done processing query | ||
16159 | 2024.09.24 04:40:39.932371 [ 3 ] {bc96fb70-afef-4cde-8315-2022122fdb5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
16160 | 2024.09.24 04:40:39.932401 [ 3 ] {} <Debug> HTTP-Session: 936d137b-8249-4dcf-9f89-ef31624fd6cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16161 | 2024.09.24 04:40:39.932572 [ 197 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_81_16} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16162 | 2024.09.24 04:40:39.932592 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 31352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16163 | 2024.09.24 04:40:39.932687 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16164 | 2024.09.24 04:40:39.932710 [ 3 ] {} <Debug> HTTP-Session: 1ea673e3-bff2-4914-bd1a-093ce27401fa Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16165 | 2024.09.24 04:40:39.932727 [ 197 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_81_16} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
16166 | 2024.09.24 04:40:39.932737 [ 3 ] {} <Debug> HTTP-Session: 1ea673e3-bff2-4914-bd1a-093ce27401fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16167 | 2024.09.24 04:40:39.932773 [ 3 ] {} <Debug> HTTP-Session: 1ea673e3-bff2-4914-bd1a-093ce27401fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16168 | 2024.09.24 04:40:39.932839 [ 3 ] {} <Trace> HTTP-Session: 1ea673e3-bff2-4914-bd1a-093ce27401fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16169 | 2024.09.24 04:40:39.932892 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
16170 | 2024.09.24 04:40:39.933052 [ 3 ] {aa207fc3-d6cd-41ef-b7cf-b02b37f17558} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16171 | 2024.09.24 04:40:39.933106 [ 3 ] {aa207fc3-d6cd-41ef-b7cf-b02b37f17558} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16172 | 2024.09.24 04:40:39.933276 [ 3 ] {aa207fc3-d6cd-41ef-b7cf-b02b37f17558} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16173 | 2024.09.24 04:40:39.933664 [ 3 ] {aa207fc3-d6cd-41ef-b7cf-b02b37f17558} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16174 | 2024.09.24 04:40:39.933700 [ 3 ] {aa207fc3-d6cd-41ef-b7cf-b02b37f17558} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16175 | 2024.09.24 04:40:39.934104 [ 3 ] {aa207fc3-d6cd-41ef-b7cf-b02b37f17558} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
16176 | 2024.09.24 04:40:39.934443 [ 3 ] {aa207fc3-d6cd-41ef-b7cf-b02b37f17558} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16177 | 2024.09.24 04:40:39.934595 [ 3 ] {aa207fc3-d6cd-41ef-b7cf-b02b37f17558} <Debug> executeQuery: Read 164 rows, 11.67 KiB in 0.001612 sec., 101736.97270471464 rows/sec., 7.07 MiB/sec. | ||
16178 | 2024.09.24 04:40:39.934763 [ 3 ] {aa207fc3-d6cd-41ef-b7cf-b02b37f17558} <Debug> DynamicQueryHandler: Done processing query | ||
16179 | 2024.09.24 04:40:39.934787 [ 3 ] {aa207fc3-d6cd-41ef-b7cf-b02b37f17558} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
16180 | 2024.09.24 04:40:39.934803 [ 3 ] {} <Debug> HTTP-Session: 1ea673e3-bff2-4914-bd1a-093ce27401fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16181 | 2024.09.24 04:40:39.934996 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 61814, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16182 | 2024.09.24 04:40:39.935046 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16183 | 2024.09.24 04:40:39.935065 [ 3 ] {} <Debug> HTTP-Session: 97b54467-6085-4c24-80a5-db4fb4ce0f3b Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16184 | 2024.09.24 04:40:39.935081 [ 3 ] {} <Debug> HTTP-Session: 97b54467-6085-4c24-80a5-db4fb4ce0f3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16185 | 2024.09.24 04:40:39.935094 [ 3 ] {} <Debug> HTTP-Session: 97b54467-6085-4c24-80a5-db4fb4ce0f3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16186 | 2024.09.24 04:40:39.935125 [ 3 ] {} <Trace> HTTP-Session: 97b54467-6085-4c24-80a5-db4fb4ce0f3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16187 | 2024.09.24 04:40:39.935510 [ 3 ] {eaf235d8-0d68-4fe0-aa7b-ab1485a9dc67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
16188 | 2024.09.24 04:40:39.935575 [ 3 ] {eaf235d8-0d68-4fe0-aa7b-ab1485a9dc67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
16189 | 2024.09.24 04:40:39.935993 [ 3 ] {eaf235d8-0d68-4fe0-aa7b-ab1485a9dc67} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16190 | 2024.09.24 04:40:39.936703 [ 3 ] {eaf235d8-0d68-4fe0-aa7b-ab1485a9dc67} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16191 | 2024.09.24 04:40:39.936741 [ 3 ] {eaf235d8-0d68-4fe0-aa7b-ab1485a9dc67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16192 | 2024.09.24 04:40:39.937395 [ 3 ] {eaf235d8-0d68-4fe0-aa7b-ab1485a9dc67} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
16193 | 2024.09.24 04:40:39.937807 [ 3 ] {eaf235d8-0d68-4fe0-aa7b-ab1485a9dc67} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16194 | 2024.09.24 04:40:39.937983 [ 149 ] {} <Debug> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
16195 | 2024.09.24 04:40:39.938008 [ 3 ] {eaf235d8-0d68-4fe0-aa7b-ab1485a9dc67} <Debug> executeQuery: Read 37 rows, 67.89 KiB in 0.002787 sec., 13275.923932543954 rows/sec., 23.79 MiB/sec. | ||
16196 | 2024.09.24 04:40:39.938050 [ 149 ] {} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16197 | 2024.09.24 04:40:39.938126 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16198 | 2024.09.24 04:40:39.938373 [ 190 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
16199 | 2024.09.24 04:40:39.938465 [ 3 ] {eaf235d8-0d68-4fe0-aa7b-ab1485a9dc67} <Debug> DynamicQueryHandler: Done processing query | ||
16200 | 2024.09.24 04:40:39.938492 [ 3 ] {eaf235d8-0d68-4fe0-aa7b-ab1485a9dc67} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB. | ||
16201 | 2024.09.24 04:40:39.938520 [ 3 ] {} <Debug> HTTP-Session: 97b54467-6085-4c24-80a5-db4fb4ce0f3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16202 | 2024.09.24 04:40:39.938669 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 563, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16203 | 2024.09.24 04:40:39.938747 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16204 | 2024.09.24 04:40:39.938764 [ 190 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16205 | 2024.09.24 04:40:39.938773 [ 3 ] {} <Debug> HTTP-Session: a6eead40-c67a-4081-a0a3-12f178c9ca43 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16206 | 2024.09.24 04:40:39.938801 [ 3 ] {} <Debug> HTTP-Session: a6eead40-c67a-4081-a0a3-12f178c9ca43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16207 | 2024.09.24 04:40:39.938826 [ 3 ] {} <Debug> HTTP-Session: a6eead40-c67a-4081-a0a3-12f178c9ca43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16208 | 2024.09.24 04:40:39.938840 [ 190 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1487 rows starting from the beginning of the part | ||
16209 | 2024.09.24 04:40:39.938865 [ 3 ] {} <Trace> HTTP-Session: a6eead40-c67a-4081-a0a3-12f178c9ca43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16210 | 2024.09.24 04:40:39.939121 [ 3 ] {f6142cde-9d30-4f4b-95ee-5260cfc4ce30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
16211 | 2024.09.24 04:40:39.939289 [ 3 ] {f6142cde-9d30-4f4b-95ee-5260cfc4ce30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
16212 | 2024.09.24 04:40:39.939423 [ 190 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 30 rows starting from the beginning of the part | ||
16213 | 2024.09.24 04:40:39.939937 [ 3 ] {f6142cde-9d30-4f4b-95ee-5260cfc4ce30} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16214 | 2024.09.24 04:40:39.940008 [ 190 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 28 rows starting from the beginning of the part | ||
16215 | 2024.09.24 04:40:39.940445 [ 190 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 30 rows starting from the beginning of the part | ||
16216 | 2024.09.24 04:40:39.940789 [ 3 ] {f6142cde-9d30-4f4b-95ee-5260cfc4ce30} <Trace> oximeter.measurements_i64 (5a2eaf2b-16d2-4c64-83ea-32ef1aeb9655): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16217 | 2024.09.24 04:40:39.940887 [ 3 ] {f6142cde-9d30-4f4b-95ee-5260cfc4ce30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16218 | 2024.09.24 04:40:39.940934 [ 190 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 23 rows starting from the beginning of the part | ||
16219 | 2024.09.24 04:40:39.941341 [ 190 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 37 rows starting from the beginning of the part | ||
16220 | 2024.09.24 04:40:39.941939 [ 3 ] {f6142cde-9d30-4f4b-95ee-5260cfc4ce30} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
16221 | 2024.09.24 04:40:39.942465 [ 3 ] {f6142cde-9d30-4f4b-95ee-5260cfc4ce30} <Trace> oximeter.measurements_i64 (5a2eaf2b-16d2-4c64-83ea-32ef1aeb9655): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16222 | 2024.09.24 04:40:39.942801 [ 3 ] {f6142cde-9d30-4f4b-95ee-5260cfc4ce30} <Debug> executeQuery: Read 3 rows, 246.00 B in 0.003821 sec., 785.1347814708191 rows/sec., 62.87 KiB/sec. | ||
16223 | 2024.09.24 04:40:39.943081 [ 3 ] {f6142cde-9d30-4f4b-95ee-5260cfc4ce30} <Debug> DynamicQueryHandler: Done processing query | ||
16224 | 2024.09.24 04:40:39.943105 [ 3 ] {f6142cde-9d30-4f4b-95ee-5260cfc4ce30} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16225 | 2024.09.24 04:40:39.943121 [ 3 ] {} <Debug> HTTP-Session: a6eead40-c67a-4081-a0a3-12f178c9ca43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16226 | 2024.09.24 04:40:39.943248 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16227 | 2024.09.24 04:40:39.943300 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16228 | 2024.09.24 04:40:39.943319 [ 3 ] {} <Debug> HTTP-Session: 2be55dcf-7ddb-4469-aa29-7e8f85647b25 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16229 | 2024.09.24 04:40:39.943335 [ 3 ] {} <Debug> HTTP-Session: 2be55dcf-7ddb-4469-aa29-7e8f85647b25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16230 | 2024.09.24 04:40:39.943349 [ 3 ] {} <Debug> HTTP-Session: 2be55dcf-7ddb-4469-aa29-7e8f85647b25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16231 | 2024.09.24 04:40:39.943385 [ 3 ] {} <Trace> HTTP-Session: 2be55dcf-7ddb-4469-aa29-7e8f85647b25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16232 | 2024.09.24 04:40:39.943504 [ 3 ] {9aa6071f-2cd3-442d-9107-11f77b2e2a68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16233 | 2024.09.24 04:40:39.943551 [ 3 ] {9aa6071f-2cd3-442d-9107-11f77b2e2a68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16234 | 2024.09.24 04:40:39.943707 [ 3 ] {9aa6071f-2cd3-442d-9107-11f77b2e2a68} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16235 | 2024.09.24 04:40:39.944266 [ 3 ] {9aa6071f-2cd3-442d-9107-11f77b2e2a68} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16236 | 2024.09.24 04:40:39.944316 [ 3 ] {9aa6071f-2cd3-442d-9107-11f77b2e2a68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16237 | 2024.09.24 04:40:39.945006 [ 3 ] {9aa6071f-2cd3-442d-9107-11f77b2e2a68} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
16238 | 2024.09.24 04:40:39.945540 [ 3 ] {9aa6071f-2cd3-442d-9107-11f77b2e2a68} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16239 | 2024.09.24 04:40:39.945868 [ 149 ] {} <Debug> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
16240 | 2024.09.24 04:40:39.945886 [ 3 ] {9aa6071f-2cd3-442d-9107-11f77b2e2a68} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002397 sec., 25031.28911138924 rows/sec., 1.69 MiB/sec. | ||
16241 | 2024.09.24 04:40:39.946011 [ 149 ] {} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16242 | 2024.09.24 04:40:39.946154 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16243 | 2024.09.24 04:40:39.946419 [ 3 ] {9aa6071f-2cd3-442d-9107-11f77b2e2a68} <Debug> DynamicQueryHandler: Done processing query | ||
16244 | 2024.09.24 04:40:39.946467 [ 3 ] {9aa6071f-2cd3-442d-9107-11f77b2e2a68} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16245 | 2024.09.24 04:40:39.946468 [ 197 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
16246 | 2024.09.24 04:40:39.946491 [ 3 ] {} <Debug> HTTP-Session: 2be55dcf-7ddb-4469-aa29-7e8f85647b25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16247 | 2024.09.24 04:40:39.946754 [ 197 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16248 | 2024.09.24 04:40:39.946815 [ 197 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4814 rows starting from the beginning of the part | ||
16249 | 2024.09.24 04:40:39.946888 [ 197 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part | ||
16250 | 2024.09.24 04:40:39.947080 [ 197 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 82 rows starting from the beginning of the part | ||
16251 | 2024.09.24 04:40:39.947301 [ 197 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part | ||
16252 | 2024.09.24 04:40:39.947409 [ 197 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 82 rows starting from the beginning of the part | ||
16253 | 2024.09.24 04:40:39.947688 [ 197 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part | ||
16254 | 2024.09.24 04:40:39.950485 [ 186 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1635 rows, containing 19 columns (19 merged, 0 gathered) in 0.012227059 sec., 133719.80948157687 rows/sec., 239.40 MiB/sec. | ||
16255 | 2024.09.24 04:40:39.950945 [ 199 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5158 rows, containing 4 columns (4 merged, 0 gathered) in 0.004630988 sec., 1113801.2018169772 rows/sec., 72.53 MiB/sec. | ||
16256 | 2024.09.24 04:40:39.951562 [ 199 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
16257 | 2024.09.24 04:40:39.952001 [ 199 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_76_15} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16258 | 2024.09.24 04:40:39.952102 [ 199 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_76_15} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
16259 | 2024.09.24 04:40:39.952250 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. | ||
16260 | 2024.09.24 04:40:39.952710 [ 186 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
16261 | 2024.09.24 04:40:39.953277 [ 186 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16262 | 2024.09.24 04:40:39.953357 [ 186 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
16263 | 2024.09.24 04:40:39.953470 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.67 MiB. | ||
16264 | 2024.09.24 04:40:40.000154 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 209.71 MiB, peak 224.53 MiB, free memory in arenas 0.00 B, will set to 212.44 MiB (RSS), difference: 2.73 MiB | ||
16265 | 2024.09.24 04:40:43.243681 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 513, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16266 | 2024.09.24 04:40:43.243795 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16267 | 2024.09.24 04:40:43.243819 [ 3 ] {} <Debug> HTTP-Session: e61ef23a-c652-4f75-a909-dae82f828bb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16268 | 2024.09.24 04:40:43.243845 [ 3 ] {} <Debug> HTTP-Session: e61ef23a-c652-4f75-a909-dae82f828bb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16269 | 2024.09.24 04:40:43.243859 [ 3 ] {} <Debug> HTTP-Session: e61ef23a-c652-4f75-a909-dae82f828bb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16270 | 2024.09.24 04:40:43.243909 [ 3 ] {} <Trace> HTTP-Session: e61ef23a-c652-4f75-a909-dae82f828bb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16271 | 2024.09.24 04:40:43.244082 [ 3 ] {23b209b9-88c2-4632-a1f2-d8a9019d5a89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
16272 | 2024.09.24 04:40:43.244150 [ 3 ] {23b209b9-88c2-4632-a1f2-d8a9019d5a89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16273 | 2024.09.24 04:40:43.244491 [ 3 ] {23b209b9-88c2-4632-a1f2-d8a9019d5a89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16274 | 2024.09.24 04:40:43.244927 [ 3 ] {23b209b9-88c2-4632-a1f2-d8a9019d5a89} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16275 | 2024.09.24 04:40:43.244999 [ 3 ] {23b209b9-88c2-4632-a1f2-d8a9019d5a89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16276 | 2024.09.24 04:40:43.245420 [ 3 ] {23b209b9-88c2-4632-a1f2-d8a9019d5a89} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
16277 | 2024.09.24 04:40:43.245810 [ 3 ] {23b209b9-88c2-4632-a1f2-d8a9019d5a89} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16278 | 2024.09.24 04:40:43.245985 [ 3 ] {23b209b9-88c2-4632-a1f2-d8a9019d5a89} <Debug> executeQuery: Read 3 rows, 243.00 B in 0.001949 sec., 1539.2508978963572 rows/sec., 121.76 KiB/sec. | ||
16279 | 2024.09.24 04:40:43.246206 [ 3 ] {23b209b9-88c2-4632-a1f2-d8a9019d5a89} <Debug> DynamicQueryHandler: Done processing query | ||
16280 | 2024.09.24 04:40:43.246235 [ 3 ] {23b209b9-88c2-4632-a1f2-d8a9019d5a89} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16281 | 2024.09.24 04:40:43.246251 [ 3 ] {} <Debug> HTTP-Session: e61ef23a-c652-4f75-a909-dae82f828bb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16282 | 2024.09.24 04:40:43.246528 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 200899, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16283 | 2024.09.24 04:40:43.246586 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16284 | 2024.09.24 04:40:43.246606 [ 3 ] {} <Debug> HTTP-Session: 63e011ac-49c5-4b79-be52-c842ac4ee2b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16285 | 2024.09.24 04:40:43.246647 [ 3 ] {} <Debug> HTTP-Session: 63e011ac-49c5-4b79-be52-c842ac4ee2b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16286 | 2024.09.24 04:40:43.246661 [ 3 ] {} <Debug> HTTP-Session: 63e011ac-49c5-4b79-be52-c842ac4ee2b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16287 | 2024.09.24 04:40:43.246698 [ 3 ] {} <Trace> HTTP-Session: 63e011ac-49c5-4b79-be52-c842ac4ee2b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16288 | 2024.09.24 04:40:43.247188 [ 3 ] {23ec6b85-c160-4e2a-bc23-4e91fd15a534} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16289 | 2024.09.24 04:40:43.247238 [ 3 ] {23ec6b85-c160-4e2a-bc23-4e91fd15a534} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16290 | 2024.09.24 04:40:43.247481 [ 3 ] {23ec6b85-c160-4e2a-bc23-4e91fd15a534} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16291 | 2024.09.24 04:40:43.248848 [ 3 ] {23ec6b85-c160-4e2a-bc23-4e91fd15a534} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16292 | 2024.09.24 04:40:43.248886 [ 3 ] {23ec6b85-c160-4e2a-bc23-4e91fd15a534} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16293 | 2024.09.24 04:40:43.249341 [ 3 ] {23ec6b85-c160-4e2a-bc23-4e91fd15a534} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
16294 | 2024.09.24 04:40:43.249705 [ 3 ] {23ec6b85-c160-4e2a-bc23-4e91fd15a534} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16295 | 2024.09.24 04:40:43.249870 [ 3 ] {23ec6b85-c160-4e2a-bc23-4e91fd15a534} <Debug> executeQuery: Read 1378 rows, 117.50 KiB in 0.003014 sec., 457199.7345719973 rows/sec., 38.07 MiB/sec. | ||
16296 | 2024.09.24 04:40:43.250187 [ 3 ] {23ec6b85-c160-4e2a-bc23-4e91fd15a534} <Debug> DynamicQueryHandler: Done processing query | ||
16297 | 2024.09.24 04:40:43.250251 [ 3 ] {23ec6b85-c160-4e2a-bc23-4e91fd15a534} <Debug> MemoryTracker: Peak memory usage (for query): 5.00 MiB. | ||
16298 | 2024.09.24 04:40:43.250307 [ 3 ] {} <Debug> HTTP-Session: 63e011ac-49c5-4b79-be52-c842ac4ee2b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16299 | 2024.09.24 04:40:43.250557 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3761, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16300 | 2024.09.24 04:40:43.250616 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16301 | 2024.09.24 04:40:43.250635 [ 3 ] {} <Debug> HTTP-Session: fbbe784b-1cca-4486-8d16-ed23eeb887cd Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16302 | 2024.09.24 04:40:43.250653 [ 3 ] {} <Debug> HTTP-Session: fbbe784b-1cca-4486-8d16-ed23eeb887cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16303 | 2024.09.24 04:40:43.250667 [ 3 ] {} <Debug> HTTP-Session: fbbe784b-1cca-4486-8d16-ed23eeb887cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16304 | 2024.09.24 04:40:43.250702 [ 3 ] {} <Trace> HTTP-Session: fbbe784b-1cca-4486-8d16-ed23eeb887cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16305 | 2024.09.24 04:40:43.250832 [ 3 ] {df8e64c8-1bf9-40dc-adde-fe6e024fe079} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16306 | 2024.09.24 04:40:43.250882 [ 3 ] {df8e64c8-1bf9-40dc-adde-fe6e024fe079} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16307 | 2024.09.24 04:40:43.251133 [ 3 ] {df8e64c8-1bf9-40dc-adde-fe6e024fe079} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16308 | 2024.09.24 04:40:43.251457 [ 3 ] {df8e64c8-1bf9-40dc-adde-fe6e024fe079} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16309 | 2024.09.24 04:40:43.251494 [ 3 ] {df8e64c8-1bf9-40dc-adde-fe6e024fe079} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16310 | 2024.09.24 04:40:43.251851 [ 3 ] {df8e64c8-1bf9-40dc-adde-fe6e024fe079} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
16311 | 2024.09.24 04:40:43.252200 [ 3 ] {df8e64c8-1bf9-40dc-adde-fe6e024fe079} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16312 | 2024.09.24 04:40:43.252354 [ 3 ] {df8e64c8-1bf9-40dc-adde-fe6e024fe079} <Debug> executeQuery: Read 26 rows, 1.93 KiB in 0.001551 sec., 16763.378465506124 rows/sec., 1.22 MiB/sec. | ||
16313 | 2024.09.24 04:40:43.252534 [ 3 ] {df8e64c8-1bf9-40dc-adde-fe6e024fe079} <Debug> DynamicQueryHandler: Done processing query | ||
16314 | 2024.09.24 04:40:43.252558 [ 3 ] {df8e64c8-1bf9-40dc-adde-fe6e024fe079} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16315 | 2024.09.24 04:40:43.252573 [ 3 ] {} <Debug> HTTP-Session: fbbe784b-1cca-4486-8d16-ed23eeb887cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16316 | 2024.09.24 04:40:43.252795 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 32357, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16317 | 2024.09.24 04:40:43.252844 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16318 | 2024.09.24 04:40:43.252863 [ 3 ] {} <Debug> HTTP-Session: d103c7dd-629c-497c-abf1-5f2d89cea8b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16319 | 2024.09.24 04:40:43.252879 [ 3 ] {} <Debug> HTTP-Session: d103c7dd-629c-497c-abf1-5f2d89cea8b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16320 | 2024.09.24 04:40:43.252893 [ 3 ] {} <Debug> HTTP-Session: d103c7dd-629c-497c-abf1-5f2d89cea8b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16321 | 2024.09.24 04:40:43.252925 [ 3 ] {} <Trace> HTTP-Session: d103c7dd-629c-497c-abf1-5f2d89cea8b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16322 | 2024.09.24 04:40:43.253102 [ 3 ] {1bf1c1b0-c239-4a70-9c36-0daadc77fa97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
16323 | 2024.09.24 04:40:43.253146 [ 3 ] {1bf1c1b0-c239-4a70-9c36-0daadc77fa97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
16324 | 2024.09.24 04:40:43.253369 [ 3 ] {1bf1c1b0-c239-4a70-9c36-0daadc77fa97} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16325 | 2024.09.24 04:40:43.253831 [ 3 ] {1bf1c1b0-c239-4a70-9c36-0daadc77fa97} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16326 | 2024.09.24 04:40:43.253867 [ 3 ] {1bf1c1b0-c239-4a70-9c36-0daadc77fa97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16327 | 2024.09.24 04:40:43.254232 [ 3 ] {1bf1c1b0-c239-4a70-9c36-0daadc77fa97} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
16328 | 2024.09.24 04:40:43.254584 [ 3 ] {1bf1c1b0-c239-4a70-9c36-0daadc77fa97} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16329 | 2024.09.24 04:40:43.254739 [ 3 ] {1bf1c1b0-c239-4a70-9c36-0daadc77fa97} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.00173 sec., 139884.39306358382 rows/sec., 9.48 MiB/sec. | ||
16330 | 2024.09.24 04:40:43.254921 [ 3 ] {1bf1c1b0-c239-4a70-9c36-0daadc77fa97} <Debug> DynamicQueryHandler: Done processing query | ||
16331 | 2024.09.24 04:40:43.254945 [ 3 ] {1bf1c1b0-c239-4a70-9c36-0daadc77fa97} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
16332 | 2024.09.24 04:40:43.254961 [ 3 ] {} <Debug> HTTP-Session: d103c7dd-629c-497c-abf1-5f2d89cea8b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16333 | 2024.09.24 04:40:43.255085 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16334 | 2024.09.24 04:40:43.255133 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16335 | 2024.09.24 04:40:43.255152 [ 3 ] {} <Debug> HTTP-Session: d4df995e-b1ef-4f4e-8b22-8e87275ac601 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16336 | 2024.09.24 04:40:43.255168 [ 3 ] {} <Debug> HTTP-Session: d4df995e-b1ef-4f4e-8b22-8e87275ac601 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16337 | 2024.09.24 04:40:43.255181 [ 3 ] {} <Debug> HTTP-Session: d4df995e-b1ef-4f4e-8b22-8e87275ac601 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16338 | 2024.09.24 04:40:43.255213 [ 3 ] {} <Trace> HTTP-Session: d4df995e-b1ef-4f4e-8b22-8e87275ac601 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16339 | 2024.09.24 04:40:43.255307 [ 3 ] {f87e6f3b-1715-42be-81c0-8675b50aa9d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
16340 | 2024.09.24 04:40:43.255350 [ 3 ] {f87e6f3b-1715-42be-81c0-8675b50aa9d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
16341 | 2024.09.24 04:40:43.255574 [ 3 ] {f87e6f3b-1715-42be-81c0-8675b50aa9d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16342 | 2024.09.24 04:40:43.255871 [ 3 ] {f87e6f3b-1715-42be-81c0-8675b50aa9d6} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16343 | 2024.09.24 04:40:43.255907 [ 3 ] {f87e6f3b-1715-42be-81c0-8675b50aa9d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16344 | 2024.09.24 04:40:43.256244 [ 3 ] {f87e6f3b-1715-42be-81c0-8675b50aa9d6} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
16345 | 2024.09.24 04:40:43.256597 [ 3 ] {f87e6f3b-1715-42be-81c0-8675b50aa9d6} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16346 | 2024.09.24 04:40:43.256762 [ 3 ] {f87e6f3b-1715-42be-81c0-8675b50aa9d6} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001474 sec., 4070.5563093622795 rows/sec., 240.50 KiB/sec. | ||
16347 | 2024.09.24 04:40:43.257052 [ 3 ] {f87e6f3b-1715-42be-81c0-8675b50aa9d6} <Debug> DynamicQueryHandler: Done processing query | ||
16348 | 2024.09.24 04:40:43.257103 [ 3 ] {f87e6f3b-1715-42be-81c0-8675b50aa9d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16349 | 2024.09.24 04:40:43.257128 [ 3 ] {} <Debug> HTTP-Session: d4df995e-b1ef-4f4e-8b22-8e87275ac601 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16350 | 2024.09.24 04:40:43.257427 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 143098, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16351 | 2024.09.24 04:40:43.257475 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16352 | 2024.09.24 04:40:43.257493 [ 3 ] {} <Debug> HTTP-Session: ee7cfcfa-067b-4c07-a082-d5e7c5840dcc Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16353 | 2024.09.24 04:40:43.257510 [ 3 ] {} <Debug> HTTP-Session: ee7cfcfa-067b-4c07-a082-d5e7c5840dcc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16354 | 2024.09.24 04:40:43.257523 [ 3 ] {} <Debug> HTTP-Session: ee7cfcfa-067b-4c07-a082-d5e7c5840dcc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16355 | 2024.09.24 04:40:43.257554 [ 3 ] {} <Trace> HTTP-Session: ee7cfcfa-067b-4c07-a082-d5e7c5840dcc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16356 | 2024.09.24 04:40:43.257983 [ 3 ] {05d8ade3-4276-40e4-9e9d-54621a38cd32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16357 | 2024.09.24 04:40:43.258027 [ 3 ] {05d8ade3-4276-40e4-9e9d-54621a38cd32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16358 | 2024.09.24 04:40:43.258266 [ 3 ] {05d8ade3-4276-40e4-9e9d-54621a38cd32} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16359 | 2024.09.24 04:40:43.259127 [ 3 ] {05d8ade3-4276-40e4-9e9d-54621a38cd32} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16360 | 2024.09.24 04:40:43.259163 [ 3 ] {05d8ade3-4276-40e4-9e9d-54621a38cd32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16361 | 2024.09.24 04:40:43.259552 [ 3 ] {05d8ade3-4276-40e4-9e9d-54621a38cd32} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
16362 | 2024.09.24 04:40:43.259909 [ 3 ] {05d8ade3-4276-40e4-9e9d-54621a38cd32} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16363 | 2024.09.24 04:40:43.260070 [ 3 ] {05d8ade3-4276-40e4-9e9d-54621a38cd32} <Debug> executeQuery: Read 876 rows, 64.92 KiB in 0.002349 sec., 372924.64878671773 rows/sec., 26.99 MiB/sec. | ||
16364 | 2024.09.24 04:40:43.260254 [ 3 ] {05d8ade3-4276-40e4-9e9d-54621a38cd32} <Debug> DynamicQueryHandler: Done processing query | ||
16365 | 2024.09.24 04:40:43.260278 [ 3 ] {05d8ade3-4276-40e4-9e9d-54621a38cd32} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
16366 | 2024.09.24 04:40:43.260294 [ 3 ] {} <Debug> HTTP-Session: ee7cfcfa-067b-4c07-a082-d5e7c5840dcc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16367 | 2024.09.24 04:40:43.260442 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16368 | 2024.09.24 04:40:43.260492 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16369 | 2024.09.24 04:40:43.260511 [ 3 ] {} <Debug> HTTP-Session: 81a1c61c-0480-48e5-abf0-60f05473a20e Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16370 | 2024.09.24 04:40:43.260527 [ 3 ] {} <Debug> HTTP-Session: 81a1c61c-0480-48e5-abf0-60f05473a20e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16371 | 2024.09.24 04:40:43.260541 [ 3 ] {} <Debug> HTTP-Session: 81a1c61c-0480-48e5-abf0-60f05473a20e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16372 | 2024.09.24 04:40:43.260573 [ 3 ] {} <Trace> HTTP-Session: 81a1c61c-0480-48e5-abf0-60f05473a20e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16373 | 2024.09.24 04:40:43.260668 [ 3 ] {8b4e90bb-3c89-43c5-a31a-1431c0d9b0f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
16374 | 2024.09.24 04:40:43.260714 [ 3 ] {8b4e90bb-3c89-43c5-a31a-1431c0d9b0f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
16375 | 2024.09.24 04:40:43.260845 [ 3 ] {8b4e90bb-3c89-43c5-a31a-1431c0d9b0f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16376 | 2024.09.24 04:40:43.261125 [ 3 ] {8b4e90bb-3c89-43c5-a31a-1431c0d9b0f1} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16377 | 2024.09.24 04:40:43.261163 [ 3 ] {8b4e90bb-3c89-43c5-a31a-1431c0d9b0f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16378 | 2024.09.24 04:40:43.261527 [ 3 ] {8b4e90bb-3c89-43c5-a31a-1431c0d9b0f1} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
16379 | 2024.09.24 04:40:43.261849 [ 3 ] {8b4e90bb-3c89-43c5-a31a-1431c0d9b0f1} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16380 | 2024.09.24 04:40:43.262007 [ 3 ] {8b4e90bb-3c89-43c5-a31a-1431c0d9b0f1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001361 sec., 4408.52314474651 rows/sec., 230.33 KiB/sec. | ||
16381 | 2024.09.24 04:40:43.262275 [ 3 ] {8b4e90bb-3c89-43c5-a31a-1431c0d9b0f1} <Debug> DynamicQueryHandler: Done processing query | ||
16382 | 2024.09.24 04:40:43.262310 [ 3 ] {8b4e90bb-3c89-43c5-a31a-1431c0d9b0f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16383 | 2024.09.24 04:40:43.262327 [ 3 ] {} <Debug> HTTP-Session: 81a1c61c-0480-48e5-abf0-60f05473a20e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16384 | 2024.09.24 04:40:43.262590 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 173301, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16385 | 2024.09.24 04:40:43.262638 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16386 | 2024.09.24 04:40:43.262657 [ 3 ] {} <Debug> HTTP-Session: fbc18d4c-9c6b-48db-8d04-4fa74897011c Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16387 | 2024.09.24 04:40:43.262673 [ 3 ] {} <Debug> HTTP-Session: fbc18d4c-9c6b-48db-8d04-4fa74897011c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16388 | 2024.09.24 04:40:43.262688 [ 3 ] {} <Debug> HTTP-Session: fbc18d4c-9c6b-48db-8d04-4fa74897011c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16389 | 2024.09.24 04:40:43.262718 [ 3 ] {} <Trace> HTTP-Session: fbc18d4c-9c6b-48db-8d04-4fa74897011c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16390 | 2024.09.24 04:40:43.263157 [ 3 ] {5ad22610-b6f2-4929-b060-d3f7da036d67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16391 | 2024.09.24 04:40:43.263207 [ 3 ] {5ad22610-b6f2-4929-b060-d3f7da036d67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16392 | 2024.09.24 04:40:43.263368 [ 3 ] {5ad22610-b6f2-4929-b060-d3f7da036d67} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16393 | 2024.09.24 04:40:43.264213 [ 3 ] {5ad22610-b6f2-4929-b060-d3f7da036d67} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16394 | 2024.09.24 04:40:43.264249 [ 3 ] {5ad22610-b6f2-4929-b060-d3f7da036d67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16395 | 2024.09.24 04:40:43.264670 [ 3 ] {5ad22610-b6f2-4929-b060-d3f7da036d67} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
16396 | 2024.09.24 04:40:43.265008 [ 3 ] {5ad22610-b6f2-4929-b060-d3f7da036d67} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16397 | 2024.09.24 04:40:43.265165 [ 3 ] {5ad22610-b6f2-4929-b060-d3f7da036d67} <Debug> executeQuery: Read 915 rows, 62.47 KiB in 0.00226 sec., 404867.2566371682 rows/sec., 26.99 MiB/sec. | ||
16398 | 2024.09.24 04:40:43.265423 [ 3 ] {5ad22610-b6f2-4929-b060-d3f7da036d67} <Debug> DynamicQueryHandler: Done processing query | ||
16399 | 2024.09.24 04:40:43.265482 [ 3 ] {5ad22610-b6f2-4929-b060-d3f7da036d67} <Debug> MemoryTracker: Peak memory usage (for query): 4.68 MiB. | ||
16400 | 2024.09.24 04:40:43.265545 [ 3 ] {} <Debug> HTTP-Session: fbc18d4c-9c6b-48db-8d04-4fa74897011c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16401 | 2024.09.24 04:40:43.265744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16402 | 2024.09.24 04:40:43.265798 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16403 | 2024.09.24 04:40:43.265817 [ 3 ] {} <Debug> HTTP-Session: 4074a01e-ef67-4541-b4af-b4c6ea983d15 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16404 | 2024.09.24 04:40:43.265833 [ 3 ] {} <Debug> HTTP-Session: 4074a01e-ef67-4541-b4af-b4c6ea983d15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16405 | 2024.09.24 04:40:43.265847 [ 3 ] {} <Debug> HTTP-Session: 4074a01e-ef67-4541-b4af-b4c6ea983d15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16406 | 2024.09.24 04:40:43.265878 [ 3 ] {} <Trace> HTTP-Session: 4074a01e-ef67-4541-b4af-b4c6ea983d15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16407 | 2024.09.24 04:40:43.265976 [ 3 ] {5f5185eb-6e69-428d-8b03-d9a84121ca2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
16408 | 2024.09.24 04:40:43.266023 [ 3 ] {5f5185eb-6e69-428d-8b03-d9a84121ca2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
16409 | 2024.09.24 04:40:43.266165 [ 3 ] {5f5185eb-6e69-428d-8b03-d9a84121ca2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16410 | 2024.09.24 04:40:43.266423 [ 3 ] {5f5185eb-6e69-428d-8b03-d9a84121ca2d} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16411 | 2024.09.24 04:40:43.266458 [ 3 ] {5f5185eb-6e69-428d-8b03-d9a84121ca2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16412 | 2024.09.24 04:40:43.266814 [ 3 ] {5f5185eb-6e69-428d-8b03-d9a84121ca2d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
16413 | 2024.09.24 04:40:43.267133 [ 3 ] {5f5185eb-6e69-428d-8b03-d9a84121ca2d} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16414 | 2024.09.24 04:40:43.267288 [ 3 ] {5f5185eb-6e69-428d-8b03-d9a84121ca2d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001329 sec., 752.4454477050414 rows/sec., 50.70 KiB/sec. | ||
16415 | 2024.09.24 04:40:43.267549 [ 3 ] {5f5185eb-6e69-428d-8b03-d9a84121ca2d} <Debug> DynamicQueryHandler: Done processing query | ||
16416 | 2024.09.24 04:40:43.267587 [ 3 ] {5f5185eb-6e69-428d-8b03-d9a84121ca2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
16417 | 2024.09.24 04:40:43.267603 [ 3 ] {} <Debug> HTTP-Session: 4074a01e-ef67-4541-b4af-b4c6ea983d15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16418 | 2024.09.24 04:40:43.267745 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 37980, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16419 | 2024.09.24 04:40:43.267793 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16420 | 2024.09.24 04:40:43.267811 [ 3 ] {} <Debug> HTTP-Session: fb892709-b8a0-4a86-a853-f9565b3d1756 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16421 | 2024.09.24 04:40:43.267828 [ 3 ] {} <Debug> HTTP-Session: fb892709-b8a0-4a86-a853-f9565b3d1756 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16422 | 2024.09.24 04:40:43.267842 [ 3 ] {} <Debug> HTTP-Session: fb892709-b8a0-4a86-a853-f9565b3d1756 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16423 | 2024.09.24 04:40:43.267873 [ 3 ] {} <Trace> HTTP-Session: fb892709-b8a0-4a86-a853-f9565b3d1756 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16424 | 2024.09.24 04:40:43.268204 [ 3 ] {39db3456-7ba6-4edf-81b8-02b024e17824} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
16425 | 2024.09.24 04:40:43.268273 [ 3 ] {39db3456-7ba6-4edf-81b8-02b024e17824} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
16426 | 2024.09.24 04:40:43.268691 [ 3 ] {39db3456-7ba6-4edf-81b8-02b024e17824} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16427 | 2024.09.24 04:40:43.269297 [ 3 ] {39db3456-7ba6-4edf-81b8-02b024e17824} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16428 | 2024.09.24 04:40:43.269333 [ 3 ] {39db3456-7ba6-4edf-81b8-02b024e17824} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16429 | 2024.09.24 04:40:43.269941 [ 3 ] {39db3456-7ba6-4edf-81b8-02b024e17824} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
16430 | 2024.09.24 04:40:43.270352 [ 3 ] {39db3456-7ba6-4edf-81b8-02b024e17824} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16431 | 2024.09.24 04:40:43.270531 [ 3 ] {39db3456-7ba6-4edf-81b8-02b024e17824} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.00258 sec., 8914.728682170544 rows/sec., 15.97 MiB/sec. | ||
16432 | 2024.09.24 04:40:43.270753 [ 3 ] {39db3456-7ba6-4edf-81b8-02b024e17824} <Debug> DynamicQueryHandler: Done processing query | ||
16433 | 2024.09.24 04:40:43.270777 [ 3 ] {39db3456-7ba6-4edf-81b8-02b024e17824} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
16434 | 2024.09.24 04:40:43.270793 [ 3 ] {} <Debug> HTTP-Session: fb892709-b8a0-4a86-a853-f9565b3d1756 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16435 | 2024.09.24 04:40:43.270906 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 945, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16436 | 2024.09.24 04:40:43.270954 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16437 | 2024.09.24 04:40:43.270973 [ 3 ] {} <Debug> HTTP-Session: cd563973-7226-4ea8-8a6c-e1d6c8ebb314 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16438 | 2024.09.24 04:40:43.270989 [ 3 ] {} <Debug> HTTP-Session: cd563973-7226-4ea8-8a6c-e1d6c8ebb314 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16439 | 2024.09.24 04:40:43.271003 [ 3 ] {} <Debug> HTTP-Session: cd563973-7226-4ea8-8a6c-e1d6c8ebb314 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16440 | 2024.09.24 04:40:43.271034 [ 3 ] {} <Trace> HTTP-Session: cd563973-7226-4ea8-8a6c-e1d6c8ebb314 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16441 | 2024.09.24 04:40:43.271129 [ 3 ] {6510aa32-6167-4d66-83c4-f45bbd57bc87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
16442 | 2024.09.24 04:40:43.271174 [ 3 ] {6510aa32-6167-4d66-83c4-f45bbd57bc87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
16443 | 2024.09.24 04:40:43.271301 [ 3 ] {6510aa32-6167-4d66-83c4-f45bbd57bc87} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16444 | 2024.09.24 04:40:43.271582 [ 3 ] {6510aa32-6167-4d66-83c4-f45bbd57bc87} <Trace> oximeter.measurements_i64 (5a2eaf2b-16d2-4c64-83ea-32ef1aeb9655): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16445 | 2024.09.24 04:40:43.271617 [ 3 ] {6510aa32-6167-4d66-83c4-f45bbd57bc87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16446 | 2024.09.24 04:40:43.271954 [ 3 ] {6510aa32-6167-4d66-83c4-f45bbd57bc87} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
16447 | 2024.09.24 04:40:43.272280 [ 3 ] {6510aa32-6167-4d66-83c4-f45bbd57bc87} <Trace> oximeter.measurements_i64 (5a2eaf2b-16d2-4c64-83ea-32ef1aeb9655): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16448 | 2024.09.24 04:40:43.272436 [ 3 ] {6510aa32-6167-4d66-83c4-f45bbd57bc87} <Debug> executeQuery: Read 6 rows, 405.00 B in 0.001328 sec., 4518.0722891566265 rows/sec., 297.82 KiB/sec. | ||
16449 | 2024.09.24 04:40:43.272725 [ 3 ] {6510aa32-6167-4d66-83c4-f45bbd57bc87} <Debug> DynamicQueryHandler: Done processing query | ||
16450 | 2024.09.24 04:40:43.272750 [ 3 ] {6510aa32-6167-4d66-83c4-f45bbd57bc87} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16451 | 2024.09.24 04:40:43.272767 [ 3 ] {} <Debug> HTTP-Session: cd563973-7226-4ea8-8a6c-e1d6c8ebb314 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16452 | 2024.09.24 04:40:43.272893 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 9440, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16453 | 2024.09.24 04:40:43.272941 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16454 | 2024.09.24 04:40:43.272960 [ 3 ] {} <Debug> HTTP-Session: 8c986341-0430-48b0-84d0-d0dbc1561c9f Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16455 | 2024.09.24 04:40:43.272976 [ 3 ] {} <Debug> HTTP-Session: 8c986341-0430-48b0-84d0-d0dbc1561c9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16456 | 2024.09.24 04:40:43.272990 [ 3 ] {} <Debug> HTTP-Session: 8c986341-0430-48b0-84d0-d0dbc1561c9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16457 | 2024.09.24 04:40:43.273021 [ 3 ] {} <Trace> HTTP-Session: 8c986341-0430-48b0-84d0-d0dbc1561c9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16458 | 2024.09.24 04:40:43.273136 [ 3 ] {45c31d8a-5b9c-4c97-b796-b51677f19320} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16459 | 2024.09.24 04:40:43.273180 [ 3 ] {45c31d8a-5b9c-4c97-b796-b51677f19320} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16460 | 2024.09.24 04:40:43.273330 [ 3 ] {45c31d8a-5b9c-4c97-b796-b51677f19320} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16461 | 2024.09.24 04:40:43.273610 [ 3 ] {45c31d8a-5b9c-4c97-b796-b51677f19320} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16462 | 2024.09.24 04:40:43.273645 [ 3 ] {45c31d8a-5b9c-4c97-b796-b51677f19320} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16463 | 2024.09.24 04:40:43.273997 [ 3 ] {45c31d8a-5b9c-4c97-b796-b51677f19320} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
16464 | 2024.09.24 04:40:43.274313 [ 3 ] {45c31d8a-5b9c-4c97-b796-b51677f19320} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16465 | 2024.09.24 04:40:43.274460 [ 3 ] {45c31d8a-5b9c-4c97-b796-b51677f19320} <Debug> executeQuery: Read 64 rows, 4.10 KiB in 0.001358 sec., 47128.12960235641 rows/sec., 2.95 MiB/sec. | ||
16466 | 2024.09.24 04:40:43.274627 [ 3 ] {45c31d8a-5b9c-4c97-b796-b51677f19320} <Debug> DynamicQueryHandler: Done processing query | ||
16467 | 2024.09.24 04:40:43.274651 [ 3 ] {45c31d8a-5b9c-4c97-b796-b51677f19320} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16468 | 2024.09.24 04:40:43.274667 [ 3 ] {} <Debug> HTTP-Session: 8c986341-0430-48b0-84d0-d0dbc1561c9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16469 | 2024.09.24 04:40:44.909736 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 7802, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16470 | 2024.09.24 04:40:44.909855 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16471 | 2024.09.24 04:40:44.909879 [ 3 ] {} <Debug> HTTP-Session: 4191aee4-03da-4e0b-b1d4-ee9adf986660 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16472 | 2024.09.24 04:40:44.909904 [ 3 ] {} <Debug> HTTP-Session: 4191aee4-03da-4e0b-b1d4-ee9adf986660 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16473 | 2024.09.24 04:40:44.909919 [ 3 ] {} <Debug> HTTP-Session: 4191aee4-03da-4e0b-b1d4-ee9adf986660 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16474 | 2024.09.24 04:40:44.909968 [ 3 ] {} <Trace> HTTP-Session: 4191aee4-03da-4e0b-b1d4-ee9adf986660 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16475 | 2024.09.24 04:40:44.910168 [ 3 ] {d067fde2-3b51-438d-bfa1-25b7cf70f2a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16476 | 2024.09.24 04:40:44.910233 [ 3 ] {d067fde2-3b51-438d-bfa1-25b7cf70f2a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16477 | 2024.09.24 04:40:44.910563 [ 3 ] {d067fde2-3b51-438d-bfa1-25b7cf70f2a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16478 | 2024.09.24 04:40:44.911008 [ 3 ] {d067fde2-3b51-438d-bfa1-25b7cf70f2a1} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16479 | 2024.09.24 04:40:44.911046 [ 3 ] {d067fde2-3b51-438d-bfa1-25b7cf70f2a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16480 | 2024.09.24 04:40:44.911462 [ 3 ] {d067fde2-3b51-438d-bfa1-25b7cf70f2a1} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
16481 | 2024.09.24 04:40:44.911854 [ 3 ] {d067fde2-3b51-438d-bfa1-25b7cf70f2a1} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16482 | 2024.09.24 04:40:44.912032 [ 3 ] {d067fde2-3b51-438d-bfa1-25b7cf70f2a1} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00193 sec., 29015.544041450776 rows/sec., 2.22 MiB/sec. | ||
16483 | 2024.09.24 04:40:44.912033 [ 145 ] {} <Debug> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
16484 | 2024.09.24 04:40:44.912163 [ 145 ] {} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16485 | 2024.09.24 04:40:44.912198 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16486 | 2024.09.24 04:40:44.912310 [ 3 ] {d067fde2-3b51-438d-bfa1-25b7cf70f2a1} <Debug> DynamicQueryHandler: Done processing query | ||
16487 | 2024.09.24 04:40:44.912360 [ 3 ] {d067fde2-3b51-438d-bfa1-25b7cf70f2a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
16488 | 2024.09.24 04:40:44.912376 [ 199 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
16489 | 2024.09.24 04:40:44.912391 [ 3 ] {} <Debug> HTTP-Session: 4191aee4-03da-4e0b-b1d4-ee9adf986660 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16490 | 2024.09.24 04:40:44.912605 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 10878, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16491 | 2024.09.24 04:40:44.912665 [ 199 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16492 | 2024.09.24 04:40:44.912720 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16493 | 2024.09.24 04:40:44.912741 [ 199 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1490 rows starting from the beginning of the part | ||
16494 | 2024.09.24 04:40:44.912776 [ 3 ] {} <Debug> HTTP-Session: a9379da2-c56c-41e2-8268-fa071a96cbe9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16495 | 2024.09.24 04:40:44.912825 [ 3 ] {} <Debug> HTTP-Session: a9379da2-c56c-41e2-8268-fa071a96cbe9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16496 | 2024.09.24 04:40:44.912871 [ 3 ] {} <Debug> HTTP-Session: a9379da2-c56c-41e2-8268-fa071a96cbe9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16497 | 2024.09.24 04:40:44.913008 [ 3 ] {} <Trace> HTTP-Session: a9379da2-c56c-41e2-8268-fa071a96cbe9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16498 | 2024.09.24 04:40:44.913057 [ 199 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 122 rows starting from the beginning of the part | ||
16499 | 2024.09.24 04:40:44.913396 [ 3 ] {4dc031ea-cd6c-469f-9ff3-b6f2adb95651} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16500 | 2024.09.24 04:40:44.913452 [ 199 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 238 rows starting from the beginning of the part | ||
16501 | 2024.09.24 04:40:44.913546 [ 3 ] {4dc031ea-cd6c-469f-9ff3-b6f2adb95651} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16502 | 2024.09.24 04:40:44.913844 [ 199 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 136 rows starting from the beginning of the part | ||
16503 | 2024.09.24 04:40:44.914185 [ 199 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 1378 rows starting from the beginning of the part | ||
16504 | 2024.09.24 04:40:44.914629 [ 199 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 56 rows starting from the beginning of the part | ||
16505 | 2024.09.24 04:40:44.915058 [ 3 ] {4dc031ea-cd6c-469f-9ff3-b6f2adb95651} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16506 | 2024.09.24 04:40:44.916018 [ 3 ] {4dc031ea-cd6c-469f-9ff3-b6f2adb95651} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16507 | 2024.09.24 04:40:44.916073 [ 3 ] {4dc031ea-cd6c-469f-9ff3-b6f2adb95651} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16508 | 2024.09.24 04:40:44.917083 [ 3 ] {4dc031ea-cd6c-469f-9ff3-b6f2adb95651} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
16509 | 2024.09.24 04:40:44.917654 [ 3 ] {4dc031ea-cd6c-469f-9ff3-b6f2adb95651} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16510 | 2024.09.24 04:40:44.917867 [ 145 ] {} <Debug> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
16511 | 2024.09.24 04:40:44.917962 [ 145 ] {} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16512 | 2024.09.24 04:40:44.918021 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16513 | 2024.09.24 04:40:44.918036 [ 3 ] {4dc031ea-cd6c-469f-9ff3-b6f2adb95651} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004773 sec., 13408.757594804105 rows/sec., 1.05 MiB/sec. | ||
16514 | 2024.09.24 04:40:44.918668 [ 198 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
16515 | 2024.09.24 04:40:44.918798 [ 199 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3420 rows, containing 5 columns (5 merged, 0 gathered) in 0.006521288 sec., 524436.2770054013 rows/sec., 45.84 MiB/sec. | ||
16516 | 2024.09.24 04:40:44.918881 [ 3 ] {4dc031ea-cd6c-469f-9ff3-b6f2adb95651} <Debug> DynamicQueryHandler: Done processing query | ||
16517 | 2024.09.24 04:40:44.918939 [ 3 ] {4dc031ea-cd6c-469f-9ff3-b6f2adb95651} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
16518 | 2024.09.24 04:40:44.918975 [ 3 ] {} <Debug> HTTP-Session: a9379da2-c56c-41e2-8268-fa071a96cbe9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16519 | 2024.09.24 04:40:44.919010 [ 198 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16520 | 2024.09.24 04:40:44.919077 [ 198 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1070 rows starting from the beginning of the part | ||
16521 | 2024.09.24 04:40:44.919187 [ 199 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
16522 | 2024.09.24 04:40:44.919183 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 8473, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16523 | 2024.09.24 04:40:44.919432 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16524 | 2024.09.24 04:40:44.919438 [ 198 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 112 rows starting from the beginning of the part | ||
16525 | 2024.09.24 04:40:44.919573 [ 3 ] {} <Debug> HTTP-Session: e22de110-2943-47d8-8c5f-df6aff80c452 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16526 | 2024.09.24 04:40:44.919694 [ 3 ] {} <Debug> HTTP-Session: e22de110-2943-47d8-8c5f-df6aff80c452 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16527 | 2024.09.24 04:40:44.919858 [ 3 ] {} <Debug> HTTP-Session: e22de110-2943-47d8-8c5f-df6aff80c452 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16528 | 2024.09.24 04:40:44.920073 [ 3 ] {} <Trace> HTTP-Session: e22de110-2943-47d8-8c5f-df6aff80c452 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16529 | 2024.09.24 04:40:44.920081 [ 198 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 414 rows starting from the beginning of the part | ||
16530 | 2024.09.24 04:40:44.920435 [ 198 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 122 rows starting from the beginning of the part | ||
16531 | 2024.09.24 04:40:44.920472 [ 3 ] {d842435d-2377-4393-97d1-d1c2a0853fb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16532 | 2024.09.24 04:40:44.920787 [ 3 ] {d842435d-2377-4393-97d1-d1c2a0853fb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16533 | 2024.09.24 04:40:44.921217 [ 198 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 876 rows starting from the beginning of the part | ||
16534 | 2024.09.24 04:40:44.921945 [ 198 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 64 rows starting from the beginning of the part | ||
16535 | 2024.09.24 04:40:44.922662 [ 199 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_86_17} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16536 | 2024.09.24 04:40:44.923033 [ 199 ] {ff96277d-75d9-4fc8-a63f-d42f9c76b16d::all_1_86_17} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
16537 | 2024.09.24 04:40:44.923042 [ 3 ] {d842435d-2377-4393-97d1-d1c2a0853fb3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16538 | 2024.09.24 04:40:44.923333 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
16539 | 2024.09.24 04:40:44.923721 [ 3 ] {d842435d-2377-4393-97d1-d1c2a0853fb3} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16540 | 2024.09.24 04:40:44.923768 [ 3 ] {d842435d-2377-4393-97d1-d1c2a0853fb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16541 | 2024.09.24 04:40:44.924358 [ 3 ] {d842435d-2377-4393-97d1-d1c2a0853fb3} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
16542 | 2024.09.24 04:40:44.924783 [ 3 ] {d842435d-2377-4393-97d1-d1c2a0853fb3} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16543 | 2024.09.24 04:40:44.925084 [ 189 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2658 rows, containing 5 columns (5 merged, 0 gathered) in 0.006903337 sec., 385031.1812968134 rows/sec., 29.58 MiB/sec. | ||
16544 | 2024.09.24 04:40:44.925087 [ 3 ] {d842435d-2377-4393-97d1-d1c2a0853fb3} <Debug> executeQuery: Read 44 rows, 3.14 KiB in 0.004767 sec., 9230.1237675687 rows/sec., 659.65 KiB/sec. | ||
16545 | 2024.09.24 04:40:44.925406 [ 3 ] {d842435d-2377-4393-97d1-d1c2a0853fb3} <Debug> DynamicQueryHandler: Done processing query | ||
16546 | 2024.09.24 04:40:44.925433 [ 189 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
16547 | 2024.09.24 04:40:44.925444 [ 3 ] {d842435d-2377-4393-97d1-d1c2a0853fb3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16548 | 2024.09.24 04:40:44.925484 [ 3 ] {} <Debug> HTTP-Session: e22de110-2943-47d8-8c5f-df6aff80c452 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16549 | 2024.09.24 04:40:44.925731 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 2769, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16550 | 2024.09.24 04:40:44.925860 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16551 | 2024.09.24 04:40:44.925950 [ 3 ] {} <Debug> HTTP-Session: a3025733-1a7a-4f4e-ae29-17aaed628e71 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16552 | 2024.09.24 04:40:44.926016 [ 3 ] {} <Debug> HTTP-Session: a3025733-1a7a-4f4e-ae29-17aaed628e71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16553 | 2024.09.24 04:40:44.926047 [ 3 ] {} <Debug> HTTP-Session: a3025733-1a7a-4f4e-ae29-17aaed628e71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16554 | 2024.09.24 04:40:44.926143 [ 3 ] {} <Trace> HTTP-Session: a3025733-1a7a-4f4e-ae29-17aaed628e71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16555 | 2024.09.24 04:40:44.926343 [ 3 ] {158c9fcf-02d6-479c-85b4-219271ac3acd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16556 | 2024.09.24 04:40:44.926418 [ 189 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_86_17} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16557 | 2024.09.24 04:40:44.926426 [ 3 ] {158c9fcf-02d6-479c-85b4-219271ac3acd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16558 | 2024.09.24 04:40:44.926663 [ 189 ] {ea2221e6-9139-4c82-a9b9-2d49ec649c0a::all_1_86_17} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
16559 | 2024.09.24 04:40:44.926855 [ 3 ] {158c9fcf-02d6-479c-85b4-219271ac3acd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16560 | 2024.09.24 04:40:44.926870 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
16561 | 2024.09.24 04:40:44.927215 [ 3 ] {158c9fcf-02d6-479c-85b4-219271ac3acd} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16562 | 2024.09.24 04:40:44.927257 [ 3 ] {158c9fcf-02d6-479c-85b4-219271ac3acd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16563 | 2024.09.24 04:40:44.927633 [ 3 ] {158c9fcf-02d6-479c-85b4-219271ac3acd} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
16564 | 2024.09.24 04:40:44.928011 [ 3 ] {158c9fcf-02d6-479c-85b4-219271ac3acd} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16565 | 2024.09.24 04:40:44.928205 [ 3 ] {158c9fcf-02d6-479c-85b4-219271ac3acd} <Debug> executeQuery: Read 18 rows, 1.24 KiB in 0.001909 sec., 9429.020429544264 rows/sec., 647.12 KiB/sec. | ||
16566 | 2024.09.24 04:40:44.928387 [ 3 ] {158c9fcf-02d6-479c-85b4-219271ac3acd} <Debug> DynamicQueryHandler: Done processing query | ||
16567 | 2024.09.24 04:40:44.928412 [ 3 ] {158c9fcf-02d6-479c-85b4-219271ac3acd} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16568 | 2024.09.24 04:40:44.928428 [ 3 ] {} <Debug> HTTP-Session: a3025733-1a7a-4f4e-ae29-17aaed628e71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16569 | 2024.09.24 04:40:47.657779 [ 142 ] {} <Debug> DNSResolver: Updating DNS cache | ||
16570 | 2024.09.24 04:40:47.657846 [ 142 ] {} <Debug> DNSResolver: Updated DNS cache | ||
16571 | 2024.09.24 04:40:49.916419 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16572 | 2024.09.24 04:40:49.916543 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16573 | 2024.09.24 04:40:49.916566 [ 3 ] {} <Debug> HTTP-Session: 5f71c55a-854d-4fe5-a238-ad6ac14bd199 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16574 | 2024.09.24 04:40:49.916591 [ 3 ] {} <Debug> HTTP-Session: 5f71c55a-854d-4fe5-a238-ad6ac14bd199 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16575 | 2024.09.24 04:40:49.916606 [ 3 ] {} <Debug> HTTP-Session: 5f71c55a-854d-4fe5-a238-ad6ac14bd199 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16576 | 2024.09.24 04:40:49.916656 [ 3 ] {} <Trace> HTTP-Session: 5f71c55a-854d-4fe5-a238-ad6ac14bd199 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16577 | 2024.09.24 04:40:49.916835 [ 3 ] {e805a377-fbb0-4ea1-9579-40c0503b442f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
16578 | 2024.09.24 04:40:49.916903 [ 3 ] {e805a377-fbb0-4ea1-9579-40c0503b442f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16579 | 2024.09.24 04:40:49.917244 [ 3 ] {e805a377-fbb0-4ea1-9579-40c0503b442f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16580 | 2024.09.24 04:40:49.917641 [ 3 ] {e805a377-fbb0-4ea1-9579-40c0503b442f} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16581 | 2024.09.24 04:40:49.917683 [ 3 ] {e805a377-fbb0-4ea1-9579-40c0503b442f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16582 | 2024.09.24 04:40:49.918100 [ 3 ] {e805a377-fbb0-4ea1-9579-40c0503b442f} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
16583 | 2024.09.24 04:40:49.918489 [ 3 ] {e805a377-fbb0-4ea1-9579-40c0503b442f} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16584 | 2024.09.24 04:40:49.918658 [ 3 ] {e805a377-fbb0-4ea1-9579-40c0503b442f} <Debug> executeQuery: Read 2 rows, 152.00 B in 0.001873 sec., 1067.8056593699946 rows/sec., 79.25 KiB/sec. | ||
16585 | 2024.09.24 04:40:49.918981 [ 3 ] {e805a377-fbb0-4ea1-9579-40c0503b442f} <Debug> DynamicQueryHandler: Done processing query | ||
16586 | 2024.09.24 04:40:49.919024 [ 3 ] {e805a377-fbb0-4ea1-9579-40c0503b442f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16587 | 2024.09.24 04:40:49.919057 [ 3 ] {} <Debug> HTTP-Session: 5f71c55a-854d-4fe5-a238-ad6ac14bd199 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16588 | 2024.09.24 04:40:49.919227 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 19828, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16589 | 2024.09.24 04:40:49.919276 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16590 | 2024.09.24 04:40:49.919295 [ 3 ] {} <Debug> HTTP-Session: 9bc92d9a-0009-4563-bd25-75643d9fd5ad Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16591 | 2024.09.24 04:40:49.919312 [ 3 ] {} <Debug> HTTP-Session: 9bc92d9a-0009-4563-bd25-75643d9fd5ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16592 | 2024.09.24 04:40:49.919325 [ 3 ] {} <Debug> HTTP-Session: 9bc92d9a-0009-4563-bd25-75643d9fd5ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16593 | 2024.09.24 04:40:49.919357 [ 3 ] {} <Trace> HTTP-Session: 9bc92d9a-0009-4563-bd25-75643d9fd5ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16594 | 2024.09.24 04:40:49.919496 [ 3 ] {d5a43b9e-7df0-4119-8255-c299a1c14398} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16595 | 2024.09.24 04:40:49.919541 [ 3 ] {d5a43b9e-7df0-4119-8255-c299a1c14398} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16596 | 2024.09.24 04:40:49.919786 [ 3 ] {d5a43b9e-7df0-4119-8255-c299a1c14398} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16597 | 2024.09.24 04:40:49.920243 [ 3 ] {d5a43b9e-7df0-4119-8255-c299a1c14398} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16598 | 2024.09.24 04:40:49.920280 [ 3 ] {d5a43b9e-7df0-4119-8255-c299a1c14398} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16599 | 2024.09.24 04:40:49.920637 [ 3 ] {d5a43b9e-7df0-4119-8255-c299a1c14398} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
16600 | 2024.09.24 04:40:49.921077 [ 3 ] {d5a43b9e-7df0-4119-8255-c299a1c14398} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16601 | 2024.09.24 04:40:49.921274 [ 3 ] {d5a43b9e-7df0-4119-8255-c299a1c14398} <Debug> executeQuery: Read 134 rows, 11.67 KiB in 0.001835 sec., 73024.52316076294 rows/sec., 6.21 MiB/sec. | ||
16602 | 2024.09.24 04:40:49.921487 [ 3 ] {d5a43b9e-7df0-4119-8255-c299a1c14398} <Debug> DynamicQueryHandler: Done processing query | ||
16603 | 2024.09.24 04:40:49.921516 [ 3 ] {d5a43b9e-7df0-4119-8255-c299a1c14398} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
16604 | 2024.09.24 04:40:49.921536 [ 3 ] {} <Debug> HTTP-Session: 9bc92d9a-0009-4563-bd25-75643d9fd5ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16605 | 2024.09.24 04:40:49.921711 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 5623, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16606 | 2024.09.24 04:40:49.921771 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16607 | 2024.09.24 04:40:49.921794 [ 3 ] {} <Debug> HTTP-Session: 8dd66a72-a2cf-4ed1-a3d7-03dbfb0a524b Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16608 | 2024.09.24 04:40:49.921814 [ 3 ] {} <Debug> HTTP-Session: 8dd66a72-a2cf-4ed1-a3d7-03dbfb0a524b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16609 | 2024.09.24 04:40:49.921831 [ 3 ] {} <Debug> HTTP-Session: 8dd66a72-a2cf-4ed1-a3d7-03dbfb0a524b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16610 | 2024.09.24 04:40:49.921869 [ 3 ] {} <Trace> HTTP-Session: 8dd66a72-a2cf-4ed1-a3d7-03dbfb0a524b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16611 | 2024.09.24 04:40:49.921982 [ 3 ] {200f4c30-b9c9-4bb7-9cb5-7f101d6889b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16612 | 2024.09.24 04:40:49.922025 [ 3 ] {200f4c30-b9c9-4bb7-9cb5-7f101d6889b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16613 | 2024.09.24 04:40:49.922254 [ 3 ] {200f4c30-b9c9-4bb7-9cb5-7f101d6889b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16614 | 2024.09.24 04:40:49.922579 [ 3 ] {200f4c30-b9c9-4bb7-9cb5-7f101d6889b7} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16615 | 2024.09.24 04:40:49.922614 [ 3 ] {200f4c30-b9c9-4bb7-9cb5-7f101d6889b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16616 | 2024.09.24 04:40:49.922957 [ 3 ] {200f4c30-b9c9-4bb7-9cb5-7f101d6889b7} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
16617 | 2024.09.24 04:40:49.923301 [ 3 ] {200f4c30-b9c9-4bb7-9cb5-7f101d6889b7} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16618 | 2024.09.24 04:40:49.923464 [ 3 ] {200f4c30-b9c9-4bb7-9cb5-7f101d6889b7} <Debug> executeQuery: Read 39 rows, 2.91 KiB in 0.001513 sec., 25776.602775941836 rows/sec., 1.88 MiB/sec. | ||
16619 | 2024.09.24 04:40:49.923630 [ 3 ] {200f4c30-b9c9-4bb7-9cb5-7f101d6889b7} <Debug> DynamicQueryHandler: Done processing query | ||
16620 | 2024.09.24 04:40:49.923654 [ 3 ] {200f4c30-b9c9-4bb7-9cb5-7f101d6889b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
16621 | 2024.09.24 04:40:49.923669 [ 3 ] {} <Debug> HTTP-Session: 8dd66a72-a2cf-4ed1-a3d7-03dbfb0a524b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16622 | 2024.09.24 04:40:49.923796 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 19378, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16623 | 2024.09.24 04:40:49.923841 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16624 | 2024.09.24 04:40:49.923859 [ 3 ] {} <Debug> HTTP-Session: 5a58bb8d-2602-4997-bacf-ceee33193197 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16625 | 2024.09.24 04:40:49.923875 [ 3 ] {} <Debug> HTTP-Session: 5a58bb8d-2602-4997-bacf-ceee33193197 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16626 | 2024.09.24 04:40:49.923888 [ 3 ] {} <Debug> HTTP-Session: 5a58bb8d-2602-4997-bacf-ceee33193197 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16627 | 2024.09.24 04:40:49.923919 [ 3 ] {} <Trace> HTTP-Session: 5a58bb8d-2602-4997-bacf-ceee33193197 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16628 | 2024.09.24 04:40:49.924039 [ 3 ] {97ebcdf5-1999-4202-8629-7e890636149a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16629 | 2024.09.24 04:40:49.924081 [ 3 ] {97ebcdf5-1999-4202-8629-7e890636149a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16630 | 2024.09.24 04:40:49.924302 [ 3 ] {97ebcdf5-1999-4202-8629-7e890636149a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16631 | 2024.09.24 04:40:49.924750 [ 3 ] {97ebcdf5-1999-4202-8629-7e890636149a} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16632 | 2024.09.24 04:40:49.924787 [ 3 ] {97ebcdf5-1999-4202-8629-7e890636149a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16633 | 2024.09.24 04:40:49.925143 [ 3 ] {97ebcdf5-1999-4202-8629-7e890636149a} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
16634 | 2024.09.24 04:40:49.925485 [ 3 ] {97ebcdf5-1999-4202-8629-7e890636149a} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16635 | 2024.09.24 04:40:49.925646 [ 3 ] {97ebcdf5-1999-4202-8629-7e890636149a} <Debug> executeQuery: Read 115 rows, 9.06 KiB in 0.001646 sec., 69866.34264884569 rows/sec., 5.38 MiB/sec. | ||
16636 | 2024.09.24 04:40:49.925823 [ 3 ] {97ebcdf5-1999-4202-8629-7e890636149a} <Debug> DynamicQueryHandler: Done processing query | ||
16637 | 2024.09.24 04:40:49.925846 [ 3 ] {97ebcdf5-1999-4202-8629-7e890636149a} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
16638 | 2024.09.24 04:40:49.925861 [ 3 ] {} <Debug> HTTP-Session: 5a58bb8d-2602-4997-bacf-ceee33193197 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16639 | 2024.09.24 04:40:49.926056 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 30968, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16640 | 2024.09.24 04:40:49.926104 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16641 | 2024.09.24 04:40:49.926122 [ 3 ] {} <Debug> HTTP-Session: d16216d6-427e-48a4-9650-fb04e1842508 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16642 | 2024.09.24 04:40:49.926138 [ 3 ] {} <Debug> HTTP-Session: d16216d6-427e-48a4-9650-fb04e1842508 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16643 | 2024.09.24 04:40:49.926152 [ 3 ] {} <Debug> HTTP-Session: d16216d6-427e-48a4-9650-fb04e1842508 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16644 | 2024.09.24 04:40:49.926182 [ 3 ] {} <Trace> HTTP-Session: d16216d6-427e-48a4-9650-fb04e1842508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16645 | 2024.09.24 04:40:49.926322 [ 3 ] {a0fb391f-e60a-4986-be9c-1440e9df48b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16646 | 2024.09.24 04:40:49.926367 [ 3 ] {a0fb391f-e60a-4986-be9c-1440e9df48b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16647 | 2024.09.24 04:40:49.926509 [ 3 ] {a0fb391f-e60a-4986-be9c-1440e9df48b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16648 | 2024.09.24 04:40:49.926867 [ 3 ] {a0fb391f-e60a-4986-be9c-1440e9df48b6} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16649 | 2024.09.24 04:40:49.926903 [ 3 ] {a0fb391f-e60a-4986-be9c-1440e9df48b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16650 | 2024.09.24 04:40:49.927278 [ 3 ] {a0fb391f-e60a-4986-be9c-1440e9df48b6} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
16651 | 2024.09.24 04:40:49.927604 [ 3 ] {a0fb391f-e60a-4986-be9c-1440e9df48b6} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16652 | 2024.09.24 04:40:49.927768 [ 3 ] {a0fb391f-e60a-4986-be9c-1440e9df48b6} <Debug> executeQuery: Read 162 rows, 11.53 KiB in 0.0015 sec., 108000 rows/sec., 7.51 MiB/sec. | ||
16653 | 2024.09.24 04:40:49.928012 [ 3 ] {a0fb391f-e60a-4986-be9c-1440e9df48b6} <Debug> DynamicQueryHandler: Done processing query | ||
16654 | 2024.09.24 04:40:49.928072 [ 3 ] {a0fb391f-e60a-4986-be9c-1440e9df48b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
16655 | 2024.09.24 04:40:49.928128 [ 3 ] {} <Debug> HTTP-Session: d16216d6-427e-48a4-9650-fb04e1842508 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16656 | 2024.09.24 04:40:49.928351 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 61793, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16657 | 2024.09.24 04:40:49.928402 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16658 | 2024.09.24 04:40:49.928420 [ 3 ] {} <Debug> HTTP-Session: 490b292b-438c-40e9-9e83-8ec19d9204d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16659 | 2024.09.24 04:40:49.928437 [ 3 ] {} <Debug> HTTP-Session: 490b292b-438c-40e9-9e83-8ec19d9204d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16660 | 2024.09.24 04:40:49.928450 [ 3 ] {} <Debug> HTTP-Session: 490b292b-438c-40e9-9e83-8ec19d9204d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16661 | 2024.09.24 04:40:49.928483 [ 3 ] {} <Trace> HTTP-Session: 490b292b-438c-40e9-9e83-8ec19d9204d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16662 | 2024.09.24 04:40:49.928861 [ 3 ] {3e7f3f06-ddca-4f8f-a000-db404f9881b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
16663 | 2024.09.24 04:40:49.928935 [ 3 ] {3e7f3f06-ddca-4f8f-a000-db404f9881b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
16664 | 2024.09.24 04:40:49.929361 [ 3 ] {3e7f3f06-ddca-4f8f-a000-db404f9881b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16665 | 2024.09.24 04:40:49.930110 [ 3 ] {3e7f3f06-ddca-4f8f-a000-db404f9881b6} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16666 | 2024.09.24 04:40:49.930146 [ 3 ] {3e7f3f06-ddca-4f8f-a000-db404f9881b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16667 | 2024.09.24 04:40:49.930798 [ 3 ] {3e7f3f06-ddca-4f8f-a000-db404f9881b6} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
16668 | 2024.09.24 04:40:49.931208 [ 3 ] {3e7f3f06-ddca-4f8f-a000-db404f9881b6} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16669 | 2024.09.24 04:40:49.931420 [ 3 ] {3e7f3f06-ddca-4f8f-a000-db404f9881b6} <Debug> executeQuery: Read 37 rows, 67.89 KiB in 0.002843 sec., 13014.421385860007 rows/sec., 23.32 MiB/sec. | ||
16670 | 2024.09.24 04:40:49.931887 [ 3 ] {3e7f3f06-ddca-4f8f-a000-db404f9881b6} <Debug> DynamicQueryHandler: Done processing query | ||
16671 | 2024.09.24 04:40:49.931940 [ 3 ] {3e7f3f06-ddca-4f8f-a000-db404f9881b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB. | ||
16672 | 2024.09.24 04:40:49.931995 [ 3 ] {} <Debug> HTTP-Session: 490b292b-438c-40e9-9e83-8ec19d9204d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16673 | 2024.09.24 04:40:49.932154 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16674 | 2024.09.24 04:40:49.932204 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16675 | 2024.09.24 04:40:49.932222 [ 3 ] {} <Debug> HTTP-Session: a9af2e22-78f5-4c84-8389-16700e8ff41c Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16676 | 2024.09.24 04:40:49.932239 [ 3 ] {} <Debug> HTTP-Session: a9af2e22-78f5-4c84-8389-16700e8ff41c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16677 | 2024.09.24 04:40:49.932252 [ 3 ] {} <Debug> HTTP-Session: a9af2e22-78f5-4c84-8389-16700e8ff41c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16678 | 2024.09.24 04:40:49.932284 [ 3 ] {} <Trace> HTTP-Session: a9af2e22-78f5-4c84-8389-16700e8ff41c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16679 | 2024.09.24 04:40:49.932403 [ 3 ] {48169d3c-d6c1-465a-9b14-0129220e41a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16680 | 2024.09.24 04:40:49.932448 [ 3 ] {48169d3c-d6c1-465a-9b14-0129220e41a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16681 | 2024.09.24 04:40:49.932591 [ 3 ] {48169d3c-d6c1-465a-9b14-0129220e41a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16682 | 2024.09.24 04:40:49.932890 [ 3 ] {48169d3c-d6c1-465a-9b14-0129220e41a2} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16683 | 2024.09.24 04:40:49.932925 [ 3 ] {48169d3c-d6c1-465a-9b14-0129220e41a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16684 | 2024.09.24 04:40:49.933282 [ 3 ] {48169d3c-d6c1-465a-9b14-0129220e41a2} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
16685 | 2024.09.24 04:40:49.933599 [ 3 ] {48169d3c-d6c1-465a-9b14-0129220e41a2} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16686 | 2024.09.24 04:40:49.933749 [ 3 ] {48169d3c-d6c1-465a-9b14-0129220e41a2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001382 sec., 43415.34008683068 rows/sec., 2.93 MiB/sec. | ||
16687 | 2024.09.24 04:40:49.933902 [ 3 ] {48169d3c-d6c1-465a-9b14-0129220e41a2} <Debug> DynamicQueryHandler: Done processing query | ||
16688 | 2024.09.24 04:40:49.933926 [ 3 ] {48169d3c-d6c1-465a-9b14-0129220e41a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16689 | 2024.09.24 04:40:49.933941 [ 3 ] {} <Debug> HTTP-Session: a9af2e22-78f5-4c84-8389-16700e8ff41c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16690 | 2024.09.24 04:40:54.920708 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16691 | 2024.09.24 04:40:54.920835 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16692 | 2024.09.24 04:40:54.920861 [ 3 ] {} <Debug> HTTP-Session: fe29a06b-768d-445f-b33d-fd003fe14405 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16693 | 2024.09.24 04:40:54.920885 [ 3 ] {} <Debug> HTTP-Session: fe29a06b-768d-445f-b33d-fd003fe14405 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16694 | 2024.09.24 04:40:54.920899 [ 3 ] {} <Debug> HTTP-Session: fe29a06b-768d-445f-b33d-fd003fe14405 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16695 | 2024.09.24 04:40:54.920947 [ 3 ] {} <Trace> HTTP-Session: fe29a06b-768d-445f-b33d-fd003fe14405 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16696 | 2024.09.24 04:40:54.921122 [ 3 ] {0a5d4745-6f9e-4025-9c53-b8a0aacc612a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
16697 | 2024.09.24 04:40:54.921189 [ 3 ] {0a5d4745-6f9e-4025-9c53-b8a0aacc612a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16698 | 2024.09.24 04:40:54.921530 [ 3 ] {0a5d4745-6f9e-4025-9c53-b8a0aacc612a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16699 | 2024.09.24 04:40:54.921967 [ 3 ] {0a5d4745-6f9e-4025-9c53-b8a0aacc612a} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16700 | 2024.09.24 04:40:54.922009 [ 3 ] {0a5d4745-6f9e-4025-9c53-b8a0aacc612a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16701 | 2024.09.24 04:40:54.922420 [ 3 ] {0a5d4745-6f9e-4025-9c53-b8a0aacc612a} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
16702 | 2024.09.24 04:40:54.922801 [ 3 ] {0a5d4745-6f9e-4025-9c53-b8a0aacc612a} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16703 | 2024.09.24 04:40:54.922951 [ 3 ] {0a5d4745-6f9e-4025-9c53-b8a0aacc612a} <Debug> executeQuery: Read 1 rows, 76.00 B in 0.001879 sec., 532.197977647685 rows/sec., 39.50 KiB/sec. | ||
16704 | 2024.09.24 04:40:54.923166 [ 3 ] {0a5d4745-6f9e-4025-9c53-b8a0aacc612a} <Debug> DynamicQueryHandler: Done processing query | ||
16705 | 2024.09.24 04:40:54.923192 [ 3 ] {0a5d4745-6f9e-4025-9c53-b8a0aacc612a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16706 | 2024.09.24 04:40:54.923208 [ 3 ] {} <Debug> HTTP-Session: fe29a06b-768d-445f-b33d-fd003fe14405 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16707 | 2024.09.24 04:40:54.923418 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 35712, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16708 | 2024.09.24 04:40:54.923473 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16709 | 2024.09.24 04:40:54.923493 [ 3 ] {} <Debug> HTTP-Session: 70294b53-62f6-47b6-8a23-866fd357d561 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16710 | 2024.09.24 04:40:54.923511 [ 3 ] {} <Debug> HTTP-Session: 70294b53-62f6-47b6-8a23-866fd357d561 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16711 | 2024.09.24 04:40:54.923525 [ 3 ] {} <Debug> HTTP-Session: 70294b53-62f6-47b6-8a23-866fd357d561 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16712 | 2024.09.24 04:40:54.923561 [ 3 ] {} <Trace> HTTP-Session: 70294b53-62f6-47b6-8a23-866fd357d561 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16713 | 2024.09.24 04:40:54.923734 [ 3 ] {0a6f4818-3a1a-43c3-a319-8e13f972d2bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16714 | 2024.09.24 04:40:54.923782 [ 3 ] {0a6f4818-3a1a-43c3-a319-8e13f972d2bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16715 | 2024.09.24 04:40:54.924020 [ 3 ] {0a6f4818-3a1a-43c3-a319-8e13f972d2bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16716 | 2024.09.24 04:40:54.924488 [ 3 ] {0a6f4818-3a1a-43c3-a319-8e13f972d2bc} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16717 | 2024.09.24 04:40:54.924523 [ 3 ] {0a6f4818-3a1a-43c3-a319-8e13f972d2bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16718 | 2024.09.24 04:40:54.924891 [ 3 ] {0a6f4818-3a1a-43c3-a319-8e13f972d2bc} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
16719 | 2024.09.24 04:40:54.925254 [ 3 ] {0a6f4818-3a1a-43c3-a319-8e13f972d2bc} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16720 | 2024.09.24 04:40:54.925383 [ 3 ] {0a6f4818-3a1a-43c3-a319-8e13f972d2bc} <Debug> executeQuery: Read 237 rows, 21.31 KiB in 0.001734 sec., 136678.20069204152 rows/sec., 12.00 MiB/sec. | ||
16721 | 2024.09.24 04:40:54.925614 [ 3 ] {0a6f4818-3a1a-43c3-a319-8e13f972d2bc} <Debug> DynamicQueryHandler: Done processing query | ||
16722 | 2024.09.24 04:40:54.925639 [ 3 ] {0a6f4818-3a1a-43c3-a319-8e13f972d2bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
16723 | 2024.09.24 04:40:54.925656 [ 3 ] {} <Debug> HTTP-Session: 70294b53-62f6-47b6-8a23-866fd357d561 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16724 | 2024.09.24 04:40:54.925907 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3483, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16725 | 2024.09.24 04:40:54.926049 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16726 | 2024.09.24 04:40:54.926121 [ 3 ] {} <Debug> HTTP-Session: 553851cf-52f7-4c43-ad92-d36a7697e8ca Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16727 | 2024.09.24 04:40:54.926181 [ 3 ] {} <Debug> HTTP-Session: 553851cf-52f7-4c43-ad92-d36a7697e8ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16728 | 2024.09.24 04:40:54.926224 [ 3 ] {} <Debug> HTTP-Session: 553851cf-52f7-4c43-ad92-d36a7697e8ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16729 | 2024.09.24 04:40:54.926281 [ 3 ] {} <Trace> HTTP-Session: 553851cf-52f7-4c43-ad92-d36a7697e8ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16730 | 2024.09.24 04:40:54.926389 [ 3 ] {310cceec-edcc-48a1-bcea-7a8d2236901e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16731 | 2024.09.24 04:40:54.926433 [ 3 ] {310cceec-edcc-48a1-bcea-7a8d2236901e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16732 | 2024.09.24 04:40:54.926669 [ 3 ] {310cceec-edcc-48a1-bcea-7a8d2236901e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16733 | 2024.09.24 04:40:54.926981 [ 3 ] {310cceec-edcc-48a1-bcea-7a8d2236901e} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16734 | 2024.09.24 04:40:54.927016 [ 3 ] {310cceec-edcc-48a1-bcea-7a8d2236901e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16735 | 2024.09.24 04:40:54.927355 [ 3 ] {310cceec-edcc-48a1-bcea-7a8d2236901e} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
16736 | 2024.09.24 04:40:54.927700 [ 3 ] {310cceec-edcc-48a1-bcea-7a8d2236901e} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16737 | 2024.09.24 04:40:54.927825 [ 3 ] {310cceec-edcc-48a1-bcea-7a8d2236901e} <Debug> executeQuery: Read 24 rows, 1.79 KiB in 0.001468 sec., 16348.773841961854 rows/sec., 1.19 MiB/sec. | ||
16738 | 2024.09.24 04:40:54.928093 [ 3 ] {310cceec-edcc-48a1-bcea-7a8d2236901e} <Debug> DynamicQueryHandler: Done processing query | ||
16739 | 2024.09.24 04:40:54.928148 [ 3 ] {310cceec-edcc-48a1-bcea-7a8d2236901e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16740 | 2024.09.24 04:40:54.928211 [ 3 ] {} <Debug> HTTP-Session: 553851cf-52f7-4c43-ad92-d36a7697e8ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16741 | 2024.09.24 04:40:54.928400 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16742 | 2024.09.24 04:40:54.928453 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16743 | 2024.09.24 04:40:54.928473 [ 3 ] {} <Debug> HTTP-Session: 592228fa-b7a2-43ec-80e2-1865682282f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16744 | 2024.09.24 04:40:54.928490 [ 3 ] {} <Debug> HTTP-Session: 592228fa-b7a2-43ec-80e2-1865682282f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16745 | 2024.09.24 04:40:54.928503 [ 3 ] {} <Debug> HTTP-Session: 592228fa-b7a2-43ec-80e2-1865682282f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16746 | 2024.09.24 04:40:54.928536 [ 3 ] {} <Trace> HTTP-Session: 592228fa-b7a2-43ec-80e2-1865682282f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16747 | 2024.09.24 04:40:54.928640 [ 3 ] {d2c23ef5-4830-45b0-8369-f8299bf5fd69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
16748 | 2024.09.24 04:40:54.928684 [ 3 ] {d2c23ef5-4830-45b0-8369-f8299bf5fd69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
16749 | 2024.09.24 04:40:54.928921 [ 3 ] {d2c23ef5-4830-45b0-8369-f8299bf5fd69} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16750 | 2024.09.24 04:40:54.929214 [ 3 ] {d2c23ef5-4830-45b0-8369-f8299bf5fd69} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16751 | 2024.09.24 04:40:54.929249 [ 3 ] {d2c23ef5-4830-45b0-8369-f8299bf5fd69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16752 | 2024.09.24 04:40:54.929591 [ 3 ] {d2c23ef5-4830-45b0-8369-f8299bf5fd69} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
16753 | 2024.09.24 04:40:54.929943 [ 3 ] {d2c23ef5-4830-45b0-8369-f8299bf5fd69} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16754 | 2024.09.24 04:40:54.930069 [ 3 ] {d2c23ef5-4830-45b0-8369-f8299bf5fd69} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00146 sec., 9589.041095890412 rows/sec., 671.55 KiB/sec. | ||
16755 | 2024.09.24 04:40:54.930363 [ 3 ] {d2c23ef5-4830-45b0-8369-f8299bf5fd69} <Debug> DynamicQueryHandler: Done processing query | ||
16756 | 2024.09.24 04:40:54.930424 [ 3 ] {d2c23ef5-4830-45b0-8369-f8299bf5fd69} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16757 | 2024.09.24 04:40:54.930492 [ 3 ] {} <Debug> HTTP-Session: 592228fa-b7a2-43ec-80e2-1865682282f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16758 | 2024.09.24 04:40:54.930709 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16759 | 2024.09.24 04:40:54.930778 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16760 | 2024.09.24 04:40:54.930799 [ 3 ] {} <Debug> HTTP-Session: 315eebce-9b79-4e54-b51b-444255a4787e Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16761 | 2024.09.24 04:40:54.930816 [ 3 ] {} <Debug> HTTP-Session: 315eebce-9b79-4e54-b51b-444255a4787e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16762 | 2024.09.24 04:40:54.930830 [ 3 ] {} <Debug> HTTP-Session: 315eebce-9b79-4e54-b51b-444255a4787e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16763 | 2024.09.24 04:40:54.930862 [ 3 ] {} <Trace> HTTP-Session: 315eebce-9b79-4e54-b51b-444255a4787e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16764 | 2024.09.24 04:40:54.930962 [ 3 ] {8eb5fd6a-485c-4cb4-956b-f4e9f8998eb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
16765 | 2024.09.24 04:40:54.931008 [ 3 ] {8eb5fd6a-485c-4cb4-956b-f4e9f8998eb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
16766 | 2024.09.24 04:40:54.931256 [ 3 ] {8eb5fd6a-485c-4cb4-956b-f4e9f8998eb8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16767 | 2024.09.24 04:40:54.931546 [ 3 ] {8eb5fd6a-485c-4cb4-956b-f4e9f8998eb8} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16768 | 2024.09.24 04:40:54.931581 [ 3 ] {8eb5fd6a-485c-4cb4-956b-f4e9f8998eb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16769 | 2024.09.24 04:40:54.931928 [ 3 ] {8eb5fd6a-485c-4cb4-956b-f4e9f8998eb8} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
16770 | 2024.09.24 04:40:54.932274 [ 3 ] {8eb5fd6a-485c-4cb4-956b-f4e9f8998eb8} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16771 | 2024.09.24 04:40:54.932402 [ 3 ] {8eb5fd6a-485c-4cb4-956b-f4e9f8998eb8} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001466 sec., 4092.769440654843 rows/sec., 241.81 KiB/sec. | ||
16772 | 2024.09.24 04:40:54.932708 [ 3 ] {8eb5fd6a-485c-4cb4-956b-f4e9f8998eb8} <Debug> DynamicQueryHandler: Done processing query | ||
16773 | 2024.09.24 04:40:54.932749 [ 3 ] {8eb5fd6a-485c-4cb4-956b-f4e9f8998eb8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16774 | 2024.09.24 04:40:54.932767 [ 3 ] {} <Debug> HTTP-Session: 315eebce-9b79-4e54-b51b-444255a4787e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16775 | 2024.09.24 04:40:54.932986 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 66779, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16776 | 2024.09.24 04:40:54.933036 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16777 | 2024.09.24 04:40:54.933055 [ 3 ] {} <Debug> HTTP-Session: 9b11b5c8-3921-4de4-98d3-660c997b6f12 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16778 | 2024.09.24 04:40:54.933071 [ 3 ] {} <Debug> HTTP-Session: 9b11b5c8-3921-4de4-98d3-660c997b6f12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16779 | 2024.09.24 04:40:54.933085 [ 3 ] {} <Debug> HTTP-Session: 9b11b5c8-3921-4de4-98d3-660c997b6f12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16780 | 2024.09.24 04:40:54.933117 [ 3 ] {} <Trace> HTTP-Session: 9b11b5c8-3921-4de4-98d3-660c997b6f12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16781 | 2024.09.24 04:40:54.933333 [ 3 ] {f7ab6570-acd2-444a-9713-f0fe16539deb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16782 | 2024.09.24 04:40:54.933378 [ 3 ] {f7ab6570-acd2-444a-9713-f0fe16539deb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16783 | 2024.09.24 04:40:54.933615 [ 3 ] {f7ab6570-acd2-444a-9713-f0fe16539deb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16784 | 2024.09.24 04:40:54.934156 [ 3 ] {f7ab6570-acd2-444a-9713-f0fe16539deb} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16785 | 2024.09.24 04:40:54.934192 [ 3 ] {f7ab6570-acd2-444a-9713-f0fe16539deb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16786 | 2024.09.24 04:40:54.934623 [ 3 ] {f7ab6570-acd2-444a-9713-f0fe16539deb} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
16787 | 2024.09.24 04:40:54.935356 [ 3 ] {f7ab6570-acd2-444a-9713-f0fe16539deb} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16788 | 2024.09.24 04:40:54.935505 [ 3 ] {f7ab6570-acd2-444a-9713-f0fe16539deb} <Debug> executeQuery: Read 412 rows, 30.01 KiB in 0.002284 sec., 180385.28896672506 rows/sec., 12.83 MiB/sec. | ||
16789 | 2024.09.24 04:40:54.935734 [ 3 ] {f7ab6570-acd2-444a-9713-f0fe16539deb} <Debug> DynamicQueryHandler: Done processing query | ||
16790 | 2024.09.24 04:40:54.935783 [ 3 ] {f7ab6570-acd2-444a-9713-f0fe16539deb} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
16791 | 2024.09.24 04:40:54.935848 [ 3 ] {} <Debug> HTTP-Session: 9b11b5c8-3921-4de4-98d3-660c997b6f12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16792 | 2024.09.24 04:40:54.936079 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16793 | 2024.09.24 04:40:54.936151 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16794 | 2024.09.24 04:40:54.936170 [ 3 ] {} <Debug> HTTP-Session: 225e80fc-77d3-499d-9b05-a03b1cf8cf36 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16795 | 2024.09.24 04:40:54.936187 [ 3 ] {} <Debug> HTTP-Session: 225e80fc-77d3-499d-9b05-a03b1cf8cf36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16796 | 2024.09.24 04:40:54.936200 [ 3 ] {} <Debug> HTTP-Session: 225e80fc-77d3-499d-9b05-a03b1cf8cf36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16797 | 2024.09.24 04:40:54.936231 [ 3 ] {} <Trace> HTTP-Session: 225e80fc-77d3-499d-9b05-a03b1cf8cf36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16798 | 2024.09.24 04:40:54.936331 [ 3 ] {a0995631-00fa-4f60-9b7a-9c60b6011305} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
16799 | 2024.09.24 04:40:54.936377 [ 3 ] {a0995631-00fa-4f60-9b7a-9c60b6011305} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
16800 | 2024.09.24 04:40:54.936527 [ 3 ] {a0995631-00fa-4f60-9b7a-9c60b6011305} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16801 | 2024.09.24 04:40:54.936784 [ 3 ] {a0995631-00fa-4f60-9b7a-9c60b6011305} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16802 | 2024.09.24 04:40:54.936819 [ 3 ] {a0995631-00fa-4f60-9b7a-9c60b6011305} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16803 | 2024.09.24 04:40:54.937170 [ 3 ] {a0995631-00fa-4f60-9b7a-9c60b6011305} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
16804 | 2024.09.24 04:40:54.937494 [ 3 ] {a0995631-00fa-4f60-9b7a-9c60b6011305} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16805 | 2024.09.24 04:40:54.937652 [ 3 ] {a0995631-00fa-4f60-9b7a-9c60b6011305} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001343 sec., 4467.6098287416235 rows/sec., 233.42 KiB/sec. | ||
16806 | 2024.09.24 04:40:54.937917 [ 3 ] {a0995631-00fa-4f60-9b7a-9c60b6011305} <Debug> DynamicQueryHandler: Done processing query | ||
16807 | 2024.09.24 04:40:54.937961 [ 3 ] {a0995631-00fa-4f60-9b7a-9c60b6011305} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16808 | 2024.09.24 04:40:54.937990 [ 3 ] {} <Debug> HTTP-Session: 225e80fc-77d3-499d-9b05-a03b1cf8cf36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16809 | 2024.09.24 04:40:54.938131 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 44792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16810 | 2024.09.24 04:40:54.938180 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16811 | 2024.09.24 04:40:54.938199 [ 3 ] {} <Debug> HTTP-Session: 536e68d8-e321-4335-af34-eec9babf3ce1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16812 | 2024.09.24 04:40:54.938215 [ 3 ] {} <Debug> HTTP-Session: 536e68d8-e321-4335-af34-eec9babf3ce1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16813 | 2024.09.24 04:40:54.938229 [ 3 ] {} <Debug> HTTP-Session: 536e68d8-e321-4335-af34-eec9babf3ce1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16814 | 2024.09.24 04:40:54.938259 [ 3 ] {} <Trace> HTTP-Session: 536e68d8-e321-4335-af34-eec9babf3ce1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16815 | 2024.09.24 04:40:54.938437 [ 3 ] {ec29d487-5cd8-4377-9580-093d26c172f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16816 | 2024.09.24 04:40:54.938485 [ 3 ] {ec29d487-5cd8-4377-9580-093d26c172f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16817 | 2024.09.24 04:40:54.938647 [ 3 ] {ec29d487-5cd8-4377-9580-093d26c172f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16818 | 2024.09.24 04:40:54.939129 [ 3 ] {ec29d487-5cd8-4377-9580-093d26c172f0} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16819 | 2024.09.24 04:40:54.939164 [ 3 ] {ec29d487-5cd8-4377-9580-093d26c172f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16820 | 2024.09.24 04:40:54.939545 [ 3 ] {ec29d487-5cd8-4377-9580-093d26c172f0} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
16821 | 2024.09.24 04:40:54.939889 [ 3 ] {ec29d487-5cd8-4377-9580-093d26c172f0} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16822 | 2024.09.24 04:40:54.940049 [ 3 ] {ec29d487-5cd8-4377-9580-093d26c172f0} <Debug> executeQuery: Read 238 rows, 16.33 KiB in 0.001703 sec., 139753.37639459776 rows/sec., 9.36 MiB/sec. | ||
16823 | 2024.09.24 04:40:54.940067 [ 135 ] {} <Debug> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
16824 | 2024.09.24 04:40:54.940163 [ 135 ] {} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16825 | 2024.09.24 04:40:54.940210 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16826 | 2024.09.24 04:40:54.940303 [ 3 ] {ec29d487-5cd8-4377-9580-093d26c172f0} <Debug> DynamicQueryHandler: Done processing query | ||
16827 | 2024.09.24 04:40:54.940356 [ 3 ] {ec29d487-5cd8-4377-9580-093d26c172f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
16828 | 2024.09.24 04:40:54.940395 [ 3 ] {} <Debug> HTTP-Session: 536e68d8-e321-4335-af34-eec9babf3ce1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16829 | 2024.09.24 04:40:54.940426 [ 200 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
16830 | 2024.09.24 04:40:54.940565 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16831 | 2024.09.24 04:40:54.940680 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16832 | 2024.09.24 04:40:54.940727 [ 200 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16833 | 2024.09.24 04:40:54.940738 [ 3 ] {} <Debug> HTTP-Session: fef659d3-c50b-4cb7-9bc5-7355bd3bfb1e Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16834 | 2024.09.24 04:40:54.940797 [ 3 ] {} <Debug> HTTP-Session: fef659d3-c50b-4cb7-9bc5-7355bd3bfb1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16835 | 2024.09.24 04:40:54.940809 [ 200 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_76_15, total 24994 rows starting from the beginning of the part | ||
16836 | 2024.09.24 04:40:54.940822 [ 3 ] {} <Debug> HTTP-Session: fef659d3-c50b-4cb7-9bc5-7355bd3bfb1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16837 | 2024.09.24 04:40:54.940922 [ 3 ] {} <Trace> HTTP-Session: fef659d3-c50b-4cb7-9bc5-7355bd3bfb1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16838 | 2024.09.24 04:40:54.941068 [ 200 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 164 rows starting from the beginning of the part | ||
16839 | 2024.09.24 04:40:54.941230 [ 3 ] {2ebf9247-f4e8-4198-8cc6-d48c3df0e1fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
16840 | 2024.09.24 04:40:54.941420 [ 3 ] {2ebf9247-f4e8-4198-8cc6-d48c3df0e1fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
16841 | 2024.09.24 04:40:54.941422 [ 200 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 915 rows starting from the beginning of the part | ||
16842 | 2024.09.24 04:40:54.941824 [ 200 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 44 rows starting from the beginning of the part | ||
16843 | 2024.09.24 04:40:54.942193 [ 200 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 162 rows starting from the beginning of the part | ||
16844 | 2024.09.24 04:40:54.942589 [ 200 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 238 rows starting from the beginning of the part | ||
16845 | 2024.09.24 04:40:54.942649 [ 3 ] {2ebf9247-f4e8-4198-8cc6-d48c3df0e1fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16846 | 2024.09.24 04:40:54.943485 [ 3 ] {2ebf9247-f4e8-4198-8cc6-d48c3df0e1fa} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16847 | 2024.09.24 04:40:54.943550 [ 3 ] {2ebf9247-f4e8-4198-8cc6-d48c3df0e1fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16848 | 2024.09.24 04:40:54.944126 [ 3 ] {2ebf9247-f4e8-4198-8cc6-d48c3df0e1fa} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
16849 | 2024.09.24 04:40:54.944597 [ 3 ] {2ebf9247-f4e8-4198-8cc6-d48c3df0e1fa} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16850 | 2024.09.24 04:40:54.944877 [ 3 ] {2ebf9247-f4e8-4198-8cc6-d48c3df0e1fa} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003742 sec., 267.23677177979687 rows/sec., 18.01 KiB/sec. | ||
16851 | 2024.09.24 04:40:54.945228 [ 3 ] {2ebf9247-f4e8-4198-8cc6-d48c3df0e1fa} <Debug> DynamicQueryHandler: Done processing query | ||
16852 | 2024.09.24 04:40:54.945273 [ 3 ] {2ebf9247-f4e8-4198-8cc6-d48c3df0e1fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
16853 | 2024.09.24 04:40:54.945326 [ 3 ] {} <Debug> HTTP-Session: fef659d3-c50b-4cb7-9bc5-7355bd3bfb1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16854 | 2024.09.24 04:40:54.945566 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 37984, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16855 | 2024.09.24 04:40:54.945674 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16856 | 2024.09.24 04:40:54.945731 [ 3 ] {} <Debug> HTTP-Session: ed8f0ce9-a2ed-4720-8a0d-bb944bf2a3ef Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16857 | 2024.09.24 04:40:54.945784 [ 3 ] {} <Debug> HTTP-Session: ed8f0ce9-a2ed-4720-8a0d-bb944bf2a3ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16858 | 2024.09.24 04:40:54.945819 [ 3 ] {} <Debug> HTTP-Session: ed8f0ce9-a2ed-4720-8a0d-bb944bf2a3ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16859 | 2024.09.24 04:40:54.945866 [ 3 ] {} <Trace> HTTP-Session: ed8f0ce9-a2ed-4720-8a0d-bb944bf2a3ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16860 | 2024.09.24 04:40:54.946209 [ 3 ] {b22cea26-2430-411e-9dbd-8bf843e3824e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
16861 | 2024.09.24 04:40:54.946285 [ 3 ] {b22cea26-2430-411e-9dbd-8bf843e3824e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
16862 | 2024.09.24 04:40:54.947021 [ 3 ] {b22cea26-2430-411e-9dbd-8bf843e3824e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16863 | 2024.09.24 04:40:54.947999 [ 3 ] {b22cea26-2430-411e-9dbd-8bf843e3824e} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16864 | 2024.09.24 04:40:54.948033 [ 3 ] {b22cea26-2430-411e-9dbd-8bf843e3824e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16865 | 2024.09.24 04:40:54.948819 [ 3 ] {b22cea26-2430-411e-9dbd-8bf843e3824e} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
16866 | 2024.09.24 04:40:54.949310 [ 3 ] {b22cea26-2430-411e-9dbd-8bf843e3824e} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16867 | 2024.09.24 04:40:54.949672 [ 3 ] {b22cea26-2430-411e-9dbd-8bf843e3824e} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.003695 sec., 6224.627875507443 rows/sec., 11.15 MiB/sec. | ||
16868 | 2024.09.24 04:40:54.950487 [ 3 ] {b22cea26-2430-411e-9dbd-8bf843e3824e} <Debug> DynamicQueryHandler: Done processing query | ||
16869 | 2024.09.24 04:40:54.950528 [ 3 ] {b22cea26-2430-411e-9dbd-8bf843e3824e} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
16870 | 2024.09.24 04:40:54.950572 [ 3 ] {} <Debug> HTTP-Session: ed8f0ce9-a2ed-4720-8a0d-bb944bf2a3ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16871 | 2024.09.24 04:40:54.950721 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 12152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16872 | 2024.09.24 04:40:54.950775 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16873 | 2024.09.24 04:40:54.950793 [ 3 ] {} <Debug> HTTP-Session: 5ab28916-b98b-41cd-a05f-bb24c3cdc095 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16874 | 2024.09.24 04:40:54.950809 [ 3 ] {} <Debug> HTTP-Session: 5ab28916-b98b-41cd-a05f-bb24c3cdc095 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16875 | 2024.09.24 04:40:54.950823 [ 3 ] {} <Debug> HTTP-Session: 5ab28916-b98b-41cd-a05f-bb24c3cdc095 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16876 | 2024.09.24 04:40:54.950859 [ 3 ] {} <Trace> HTTP-Session: 5ab28916-b98b-41cd-a05f-bb24c3cdc095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16877 | 2024.09.24 04:40:54.951048 [ 3 ] {748d516a-7aa0-47b7-a1a9-48b9991341ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16878 | 2024.09.24 04:40:54.951092 [ 3 ] {748d516a-7aa0-47b7-a1a9-48b9991341ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16879 | 2024.09.24 04:40:54.951315 [ 3 ] {748d516a-7aa0-47b7-a1a9-48b9991341ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16880 | 2024.09.24 04:40:54.951682 [ 3 ] {748d516a-7aa0-47b7-a1a9-48b9991341ef} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16881 | 2024.09.24 04:40:54.951716 [ 3 ] {748d516a-7aa0-47b7-a1a9-48b9991341ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16882 | 2024.09.24 04:40:54.952408 [ 193 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26517 rows, containing 5 columns (5 merged, 0 gathered) in 0.012115548 sec., 2188675.246055729 rows/sec., 147.70 MiB/sec. | ||
16883 | 2024.09.24 04:40:54.952530 [ 3 ] {748d516a-7aa0-47b7-a1a9-48b9991341ef} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
16884 | 2024.09.24 04:40:54.952852 [ 193 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
16885 | 2024.09.24 04:40:54.952998 [ 3 ] {748d516a-7aa0-47b7-a1a9-48b9991341ef} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16886 | 2024.09.24 04:40:54.953273 [ 3 ] {748d516a-7aa0-47b7-a1a9-48b9991341ef} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002274 sec., 36059.80650835532 rows/sec., 2.29 MiB/sec. | ||
16887 | 2024.09.24 04:40:54.953732 [ 3 ] {748d516a-7aa0-47b7-a1a9-48b9991341ef} <Debug> DynamicQueryHandler: Done processing query | ||
16888 | 2024.09.24 04:40:54.953778 [ 3 ] {748d516a-7aa0-47b7-a1a9-48b9991341ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16889 | 2024.09.24 04:40:54.953812 [ 3 ] {} <Debug> HTTP-Session: 5ab28916-b98b-41cd-a05f-bb24c3cdc095 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16890 | 2024.09.24 04:40:54.953927 [ 193 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16891 | 2024.09.24 04:40:54.954026 [ 193 ] {d3ed06cd-0716-4b89-b5e6-6838ec895177::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
16892 | 2024.09.24 04:40:54.954130 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. | ||
16893 | 2024.09.24 04:40:54.997272 [ 135 ] {} <Debug> oximeter.measurements_i64 (5a2eaf2b-16d2-4c64-83ea-32ef1aeb9655) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
16894 | 2024.09.24 04:40:54.997342 [ 135 ] {} <Trace> oximeter.measurements_i64 (5a2eaf2b-16d2-4c64-83ea-32ef1aeb9655): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16895 | 2024.09.24 04:40:54.997383 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16896 | 2024.09.24 04:40:54.997725 [ 187 ] {5a2eaf2b-16d2-4c64-83ea-32ef1aeb9655::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 | ||
16897 | 2024.09.24 04:40:54.998010 [ 187 ] {5a2eaf2b-16d2-4c64-83ea-32ef1aeb9655::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16898 | 2024.09.24 04:40:54.998079 [ 187 ] {5a2eaf2b-16d2-4c64-83ea-32ef1aeb9655::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 15 rows starting from the beginning of the part | ||
16899 | 2024.09.24 04:40:54.998203 [ 187 ] {5a2eaf2b-16d2-4c64-83ea-32ef1aeb9655::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part | ||
16900 | 2024.09.24 04:40:54.998325 [ 187 ] {5a2eaf2b-16d2-4c64-83ea-32ef1aeb9655::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 15 rows starting from the beginning of the part | ||
16901 | 2024.09.24 04:40:54.998574 [ 187 ] {5a2eaf2b-16d2-4c64-83ea-32ef1aeb9655::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 3 rows starting from the beginning of the part | ||
16902 | 2024.09.24 04:40:54.998714 [ 187 ] {5a2eaf2b-16d2-4c64-83ea-32ef1aeb9655::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
16903 | 2024.09.24 04:40:55.000143 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 216.42 MiB, peak 225.87 MiB, free memory in arenas 0.00 B, will set to 213.87 MiB (RSS), difference: -2.55 MiB | ||
16904 | 2024.09.24 04:40:55.000873 [ 193 ] {5a2eaf2b-16d2-4c64-83ea-32ef1aeb9655::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.003381292 sec., 15082.991945090811 rows/sec., 1.07 MiB/sec. | ||
16905 | 2024.09.24 04:40:55.001014 [ 193 ] {5a2eaf2b-16d2-4c64-83ea-32ef1aeb9655::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
16906 | 2024.09.24 04:40:55.001396 [ 193 ] {5a2eaf2b-16d2-4c64-83ea-32ef1aeb9655::all_1_5_1} <Trace> oximeter.measurements_i64 (5a2eaf2b-16d2-4c64-83ea-32ef1aeb9655): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16907 | 2024.09.24 04:40:55.001470 [ 193 ] {5a2eaf2b-16d2-4c64-83ea-32ef1aeb9655::all_1_5_1} <Trace> oximeter.measurements_i64 (5a2eaf2b-16d2-4c64-83ea-32ef1aeb9655) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
16908 | 2024.09.24 04:40:55.001552 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
16909 | 2024.09.24 04:40:56.000146 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 210.66 MiB, peak 225.87 MiB, free memory in arenas 0.00 B, will set to 213.87 MiB (RSS), difference: 3.21 MiB | ||
16910 | 2024.09.24 04:40:59.916490 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 19320, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16911 | 2024.09.24 04:40:59.916625 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16912 | 2024.09.24 04:40:59.916653 [ 3 ] {} <Debug> HTTP-Session: d0423340-52cd-4dc4-948d-ef98911c0bc6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16913 | 2024.09.24 04:40:59.916682 [ 3 ] {} <Debug> HTTP-Session: d0423340-52cd-4dc4-948d-ef98911c0bc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16914 | 2024.09.24 04:40:59.916700 [ 3 ] {} <Debug> HTTP-Session: d0423340-52cd-4dc4-948d-ef98911c0bc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16915 | 2024.09.24 04:40:59.916756 [ 3 ] {} <Trace> HTTP-Session: d0423340-52cd-4dc4-948d-ef98911c0bc6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16916 | 2024.09.24 04:40:59.916999 [ 3 ] {e4077636-e7ff-46de-b118-d4dc1d0e4979} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16917 | 2024.09.24 04:40:59.917072 [ 3 ] {e4077636-e7ff-46de-b118-d4dc1d0e4979} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16918 | 2024.09.24 04:40:59.917421 [ 3 ] {e4077636-e7ff-46de-b118-d4dc1d0e4979} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16919 | 2024.09.24 04:40:59.917975 [ 3 ] {e4077636-e7ff-46de-b118-d4dc1d0e4979} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16920 | 2024.09.24 04:40:59.918018 [ 3 ] {e4077636-e7ff-46de-b118-d4dc1d0e4979} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16921 | 2024.09.24 04:40:59.918451 [ 3 ] {e4077636-e7ff-46de-b118-d4dc1d0e4979} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
16922 | 2024.09.24 04:40:59.918840 [ 3 ] {e4077636-e7ff-46de-b118-d4dc1d0e4979} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16923 | 2024.09.24 04:40:59.919026 [ 3 ] {e4077636-e7ff-46de-b118-d4dc1d0e4979} <Debug> executeQuery: Read 130 rows, 11.40 KiB in 0.00212 sec., 61320.75471698114 rows/sec., 5.25 MiB/sec. | ||
16924 | 2024.09.24 04:40:59.919339 [ 3 ] {e4077636-e7ff-46de-b118-d4dc1d0e4979} <Debug> DynamicQueryHandler: Done processing query | ||
16925 | 2024.09.24 04:40:59.919400 [ 3 ] {e4077636-e7ff-46de-b118-d4dc1d0e4979} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
16926 | 2024.09.24 04:40:59.919450 [ 3 ] {} <Debug> HTTP-Session: d0423340-52cd-4dc4-948d-ef98911c0bc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16927 | 2024.09.24 04:40:59.919633 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 5358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16928 | 2024.09.24 04:40:59.919693 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16929 | 2024.09.24 04:40:59.919713 [ 3 ] {} <Debug> HTTP-Session: c660b8f6-dc7a-4248-8d00-d09412c6232d Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16930 | 2024.09.24 04:40:59.919733 [ 3 ] {} <Debug> HTTP-Session: c660b8f6-dc7a-4248-8d00-d09412c6232d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16931 | 2024.09.24 04:40:59.919747 [ 3 ] {} <Debug> HTTP-Session: c660b8f6-dc7a-4248-8d00-d09412c6232d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16932 | 2024.09.24 04:40:59.919785 [ 3 ] {} <Trace> HTTP-Session: c660b8f6-dc7a-4248-8d00-d09412c6232d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16933 | 2024.09.24 04:40:59.919907 [ 3 ] {382fad91-6cdd-49c8-a3a8-06c42426a74a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16934 | 2024.09.24 04:40:59.919958 [ 3 ] {382fad91-6cdd-49c8-a3a8-06c42426a74a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16935 | 2024.09.24 04:40:59.920211 [ 3 ] {382fad91-6cdd-49c8-a3a8-06c42426a74a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16936 | 2024.09.24 04:40:59.920582 [ 3 ] {382fad91-6cdd-49c8-a3a8-06c42426a74a} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16937 | 2024.09.24 04:40:59.920619 [ 3 ] {382fad91-6cdd-49c8-a3a8-06c42426a74a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16938 | 2024.09.24 04:40:59.920989 [ 3 ] {382fad91-6cdd-49c8-a3a8-06c42426a74a} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
16939 | 2024.09.24 04:40:59.921379 [ 3 ] {382fad91-6cdd-49c8-a3a8-06c42426a74a} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16940 | 2024.09.24 04:40:59.921542 [ 3 ] {382fad91-6cdd-49c8-a3a8-06c42426a74a} <Debug> executeQuery: Read 37 rows, 2.78 KiB in 0.001668 sec., 22182.254196642687 rows/sec., 1.63 MiB/sec. | ||
16941 | 2024.09.24 04:40:59.921744 [ 3 ] {382fad91-6cdd-49c8-a3a8-06c42426a74a} <Debug> DynamicQueryHandler: Done processing query | ||
16942 | 2024.09.24 04:40:59.921780 [ 3 ] {382fad91-6cdd-49c8-a3a8-06c42426a74a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
16943 | 2024.09.24 04:40:59.921811 [ 3 ] {} <Debug> HTTP-Session: c660b8f6-dc7a-4248-8d00-d09412c6232d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16944 | 2024.09.24 04:40:59.921983 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 17147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16945 | 2024.09.24 04:40:59.922039 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16946 | 2024.09.24 04:40:59.922058 [ 3 ] {} <Debug> HTTP-Session: 045451cc-a250-44d1-b006-1ed81cf9cea6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16947 | 2024.09.24 04:40:59.922076 [ 3 ] {} <Debug> HTTP-Session: 045451cc-a250-44d1-b006-1ed81cf9cea6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16948 | 2024.09.24 04:40:59.922090 [ 3 ] {} <Debug> HTTP-Session: 045451cc-a250-44d1-b006-1ed81cf9cea6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16949 | 2024.09.24 04:40:59.922122 [ 3 ] {} <Trace> HTTP-Session: 045451cc-a250-44d1-b006-1ed81cf9cea6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16950 | 2024.09.24 04:40:59.922249 [ 3 ] {954dcc97-cc63-4b5c-a5f8-ecbb2aea98c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16951 | 2024.09.24 04:40:59.922293 [ 3 ] {954dcc97-cc63-4b5c-a5f8-ecbb2aea98c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16952 | 2024.09.24 04:40:59.922518 [ 3 ] {954dcc97-cc63-4b5c-a5f8-ecbb2aea98c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16953 | 2024.09.24 04:40:59.922902 [ 3 ] {954dcc97-cc63-4b5c-a5f8-ecbb2aea98c8} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16954 | 2024.09.24 04:40:59.922938 [ 3 ] {954dcc97-cc63-4b5c-a5f8-ecbb2aea98c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16955 | 2024.09.24 04:40:59.923293 [ 3 ] {954dcc97-cc63-4b5c-a5f8-ecbb2aea98c8} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
16956 | 2024.09.24 04:40:59.923645 [ 3 ] {954dcc97-cc63-4b5c-a5f8-ecbb2aea98c8} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16957 | 2024.09.24 04:40:59.923805 [ 3 ] {954dcc97-cc63-4b5c-a5f8-ecbb2aea98c8} <Debug> executeQuery: Read 101 rows, 8.08 KiB in 0.001595 sec., 63322.88401253918 rows/sec., 4.95 MiB/sec. | ||
16958 | 2024.09.24 04:40:59.923977 [ 3 ] {954dcc97-cc63-4b5c-a5f8-ecbb2aea98c8} <Debug> DynamicQueryHandler: Done processing query | ||
16959 | 2024.09.24 04:40:59.924001 [ 3 ] {954dcc97-cc63-4b5c-a5f8-ecbb2aea98c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
16960 | 2024.09.24 04:40:59.924016 [ 3 ] {} <Debug> HTTP-Session: 045451cc-a250-44d1-b006-1ed81cf9cea6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16961 | 2024.09.24 04:40:59.924161 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 30607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16962 | 2024.09.24 04:40:59.924211 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16963 | 2024.09.24 04:40:59.924230 [ 3 ] {} <Debug> HTTP-Session: 5335eba8-2c20-48e2-abed-c0a34429f082 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16964 | 2024.09.24 04:40:59.924247 [ 3 ] {} <Debug> HTTP-Session: 5335eba8-2c20-48e2-abed-c0a34429f082 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16965 | 2024.09.24 04:40:59.924261 [ 3 ] {} <Debug> HTTP-Session: 5335eba8-2c20-48e2-abed-c0a34429f082 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16966 | 2024.09.24 04:40:59.924292 [ 3 ] {} <Trace> HTTP-Session: 5335eba8-2c20-48e2-abed-c0a34429f082 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16967 | 2024.09.24 04:40:59.924438 [ 3 ] {619bf08d-e8e7-4686-9ff7-618d2f676a3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16968 | 2024.09.24 04:40:59.924486 [ 3 ] {619bf08d-e8e7-4686-9ff7-618d2f676a3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16969 | 2024.09.24 04:40:59.924632 [ 3 ] {619bf08d-e8e7-4686-9ff7-618d2f676a3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16970 | 2024.09.24 04:40:59.925025 [ 3 ] {619bf08d-e8e7-4686-9ff7-618d2f676a3b} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16971 | 2024.09.24 04:40:59.925060 [ 3 ] {619bf08d-e8e7-4686-9ff7-618d2f676a3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16972 | 2024.09.24 04:40:59.925446 [ 3 ] {619bf08d-e8e7-4686-9ff7-618d2f676a3b} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
16973 | 2024.09.24 04:40:59.925788 [ 3 ] {619bf08d-e8e7-4686-9ff7-618d2f676a3b} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16974 | 2024.09.24 04:40:59.925942 [ 3 ] {619bf08d-e8e7-4686-9ff7-618d2f676a3b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001565 sec., 102236.42172523962 rows/sec., 7.12 MiB/sec. | ||
16975 | 2024.09.24 04:40:59.926110 [ 3 ] {619bf08d-e8e7-4686-9ff7-618d2f676a3b} <Debug> DynamicQueryHandler: Done processing query | ||
16976 | 2024.09.24 04:40:59.926134 [ 3 ] {619bf08d-e8e7-4686-9ff7-618d2f676a3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
16977 | 2024.09.24 04:40:59.926150 [ 3 ] {} <Debug> HTTP-Session: 5335eba8-2c20-48e2-abed-c0a34429f082 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16978 | 2024.09.24 04:40:59.926310 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 61784, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16979 | 2024.09.24 04:40:59.926359 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16980 | 2024.09.24 04:40:59.926378 [ 3 ] {} <Debug> HTTP-Session: 15294fc2-acfa-4554-84f7-f94dbe88f540 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16981 | 2024.09.24 04:40:59.926394 [ 3 ] {} <Debug> HTTP-Session: 15294fc2-acfa-4554-84f7-f94dbe88f540 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16982 | 2024.09.24 04:40:59.926408 [ 3 ] {} <Debug> HTTP-Session: 15294fc2-acfa-4554-84f7-f94dbe88f540 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16983 | 2024.09.24 04:40:59.926439 [ 3 ] {} <Trace> HTTP-Session: 15294fc2-acfa-4554-84f7-f94dbe88f540 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16984 | 2024.09.24 04:40:59.926848 [ 3 ] {518221cb-622d-4892-a5d7-e8fa2aa95422} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
16985 | 2024.09.24 04:40:59.926916 [ 3 ] {518221cb-622d-4892-a5d7-e8fa2aa95422} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
16986 | 2024.09.24 04:40:59.927341 [ 3 ] {518221cb-622d-4892-a5d7-e8fa2aa95422} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16987 | 2024.09.24 04:40:59.928048 [ 3 ] {518221cb-622d-4892-a5d7-e8fa2aa95422} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16988 | 2024.09.24 04:40:59.928084 [ 3 ] {518221cb-622d-4892-a5d7-e8fa2aa95422} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
16989 | 2024.09.24 04:40:59.928732 [ 3 ] {518221cb-622d-4892-a5d7-e8fa2aa95422} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
16990 | 2024.09.24 04:40:59.929138 [ 3 ] {518221cb-622d-4892-a5d7-e8fa2aa95422} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16991 | 2024.09.24 04:40:59.929374 [ 3 ] {518221cb-622d-4892-a5d7-e8fa2aa95422} <Debug> executeQuery: Read 37 rows, 67.89 KiB in 0.002845 sec., 13005.272407732866 rows/sec., 23.30 MiB/sec. | ||
16992 | 2024.09.24 04:40:59.929607 [ 3 ] {518221cb-622d-4892-a5d7-e8fa2aa95422} <Debug> DynamicQueryHandler: Done processing query | ||
16993 | 2024.09.24 04:40:59.929631 [ 3 ] {518221cb-622d-4892-a5d7-e8fa2aa95422} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB. | ||
16994 | 2024.09.24 04:40:59.929647 [ 3 ] {} <Debug> HTTP-Session: 15294fc2-acfa-4554-84f7-f94dbe88f540 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16995 | 2024.09.24 04:40:59.929763 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 9127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16996 | 2024.09.24 04:40:59.929812 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16997 | 2024.09.24 04:40:59.929831 [ 3 ] {} <Debug> HTTP-Session: 56ff060a-b2a0-4383-b4a7-a74912923227 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
16998 | 2024.09.24 04:40:59.929847 [ 3 ] {} <Debug> HTTP-Session: 56ff060a-b2a0-4383-b4a7-a74912923227 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16999 | 2024.09.24 04:40:59.929861 [ 3 ] {} <Debug> HTTP-Session: 56ff060a-b2a0-4383-b4a7-a74912923227 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17000 | 2024.09.24 04:40:59.929892 [ 3 ] {} <Trace> HTTP-Session: 56ff060a-b2a0-4383-b4a7-a74912923227 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17001 | 2024.09.24 04:40:59.930104 [ 3 ] {9c239e42-627f-40e8-8371-dd37d3e32926} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
17002 | 2024.09.24 04:40:59.930150 [ 3 ] {9c239e42-627f-40e8-8371-dd37d3e32926} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17003 | 2024.09.24 04:40:59.930279 [ 3 ] {9c239e42-627f-40e8-8371-dd37d3e32926} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17004 | 2024.09.24 04:40:59.930574 [ 3 ] {9c239e42-627f-40e8-8371-dd37d3e32926} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17005 | 2024.09.24 04:40:59.930610 [ 3 ] {9c239e42-627f-40e8-8371-dd37d3e32926} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
17006 | 2024.09.24 04:40:59.930973 [ 3 ] {9c239e42-627f-40e8-8371-dd37d3e32926} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
17007 | 2024.09.24 04:40:59.931296 [ 3 ] {9c239e42-627f-40e8-8371-dd37d3e32926} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17008 | 2024.09.24 04:40:59.931457 [ 3 ] {9c239e42-627f-40e8-8371-dd37d3e32926} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001387 sec., 43258.83201153569 rows/sec., 2.92 MiB/sec. | ||
17009 | 2024.09.24 04:40:59.931467 [ 131 ] {} <Debug> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
17010 | 2024.09.24 04:40:59.931573 [ 131 ] {} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17011 | 2024.09.24 04:40:59.931616 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
17012 | 2024.09.24 04:40:59.931709 [ 3 ] {9c239e42-627f-40e8-8371-dd37d3e32926} <Debug> DynamicQueryHandler: Done processing query | ||
17013 | 2024.09.24 04:40:59.931778 [ 3 ] {9c239e42-627f-40e8-8371-dd37d3e32926} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17014 | 2024.09.24 04:40:59.931857 [ 3 ] {} <Debug> HTTP-Session: 56ff060a-b2a0-4383-b4a7-a74912923227 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17015 | 2024.09.24 04:40:59.931899 [ 191 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
17016 | 2024.09.24 04:40:59.932201 [ 191 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17017 | 2024.09.24 04:40:59.932248 [ 191 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 5158 rows starting from the beginning of the part | ||
17018 | 2024.09.24 04:40:59.932326 [ 191 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 64 rows starting from the beginning of the part | ||
17019 | 2024.09.24 04:40:59.932563 [ 191 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 18 rows starting from the beginning of the part | ||
17020 | 2024.09.24 04:40:59.932760 [ 191 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part | ||
17021 | 2024.09.24 04:40:59.932870 [ 191 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 82 rows starting from the beginning of the part | ||
17022 | 2024.09.24 04:40:59.933105 [ 191 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part | ||
17023 | 2024.09.24 04:40:59.935174 [ 202 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5442 rows, containing 4 columns (4 merged, 0 gathered) in 0.003472904 sec., 1566988.3187096447 rows/sec., 102.05 MiB/sec. | ||
17024 | 2024.09.24 04:40:59.935575 [ 202 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
17025 | 2024.09.24 04:40:59.936043 [ 202 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_81_16} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17026 | 2024.09.24 04:40:59.936137 [ 202 ] {f478628c-c6e4-42cc-be87-88262b5420f7::all_1_81_16} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
17027 | 2024.09.24 04:40:59.936230 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. | ||
17028 | 2024.09.24 04:41:02.657893 [ 128 ] {} <Debug> DNSResolver: Updating DNS cache | ||
17029 | 2024.09.24 04:41:02.657952 [ 128 ] {} <Debug> DNSResolver: Updated DNS cache | ||
17030 | 2024.09.24 04:41:04.920332 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 35459, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17031 | 2024.09.24 04:41:04.920491 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17032 | 2024.09.24 04:41:04.920522 [ 3 ] {} <Debug> HTTP-Session: a7ae82e4-da14-4546-a9f5-d6f6cbb23171 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
17033 | 2024.09.24 04:41:04.920551 [ 3 ] {} <Debug> HTTP-Session: a7ae82e4-da14-4546-a9f5-d6f6cbb23171 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17034 | 2024.09.24 04:41:04.920570 [ 3 ] {} <Debug> HTTP-Session: a7ae82e4-da14-4546-a9f5-d6f6cbb23171 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17035 | 2024.09.24 04:41:04.920626 [ 3 ] {} <Trace> HTTP-Session: a7ae82e4-da14-4546-a9f5-d6f6cbb23171 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17036 | 2024.09.24 04:41:04.920907 [ 3 ] {3701d645-edf2-4c7e-aa11-1bf37d798f12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
17037 | 2024.09.24 04:41:04.920981 [ 3 ] {3701d645-edf2-4c7e-aa11-1bf37d798f12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17038 | 2024.09.24 04:41:04.921368 [ 3 ] {3701d645-edf2-4c7e-aa11-1bf37d798f12} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17039 | 2024.09.24 04:41:04.921982 [ 3 ] {3701d645-edf2-4c7e-aa11-1bf37d798f12} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17040 | 2024.09.24 04:41:04.922025 [ 3 ] {3701d645-edf2-4c7e-aa11-1bf37d798f12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
17041 | 2024.09.24 04:41:04.922485 [ 3 ] {3701d645-edf2-4c7e-aa11-1bf37d798f12} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
17042 | 2024.09.24 04:41:04.922891 [ 3 ] {3701d645-edf2-4c7e-aa11-1bf37d798f12} <Trace> oximeter.fields_string (ff96277d-75d9-4fc8-a63f-d42f9c76b16d): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17043 | 2024.09.24 04:41:04.923064 [ 3 ] {3701d645-edf2-4c7e-aa11-1bf37d798f12} <Debug> executeQuery: Read 235 rows, 21.17 KiB in 0.002271 sec., 103478.64376926464 rows/sec., 9.11 MiB/sec. | ||
17044 | 2024.09.24 04:41:04.923301 [ 3 ] {3701d645-edf2-4c7e-aa11-1bf37d798f12} <Debug> DynamicQueryHandler: Done processing query | ||
17045 | 2024.09.24 04:41:04.923337 [ 3 ] {3701d645-edf2-4c7e-aa11-1bf37d798f12} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
17046 | 2024.09.24 04:41:04.923368 [ 3 ] {} <Debug> HTTP-Session: a7ae82e4-da14-4546-a9f5-d6f6cbb23171 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17047 | 2024.09.24 04:41:04.923551 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 3351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17048 | 2024.09.24 04:41:04.923622 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17049 | 2024.09.24 04:41:04.923642 [ 3 ] {} <Debug> HTTP-Session: 441a5719-10a7-4fa4-9061-18137562d25b Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
17050 | 2024.09.24 04:41:04.923660 [ 3 ] {} <Debug> HTTP-Session: 441a5719-10a7-4fa4-9061-18137562d25b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17051 | 2024.09.24 04:41:04.923674 [ 3 ] {} <Debug> HTTP-Session: 441a5719-10a7-4fa4-9061-18137562d25b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17052 | 2024.09.24 04:41:04.923711 [ 3 ] {} <Trace> HTTP-Session: 441a5719-10a7-4fa4-9061-18137562d25b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17053 | 2024.09.24 04:41:04.923822 [ 3 ] {ded8e29a-75b1-4cf4-b65b-683c63db8ca5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
17054 | 2024.09.24 04:41:04.923869 [ 3 ] {ded8e29a-75b1-4cf4-b65b-683c63db8ca5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
17055 | 2024.09.24 04:41:04.924106 [ 3 ] {ded8e29a-75b1-4cf4-b65b-683c63db8ca5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17056 | 2024.09.24 04:41:04.924500 [ 3 ] {ded8e29a-75b1-4cf4-b65b-683c63db8ca5} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17057 | 2024.09.24 04:41:04.924536 [ 3 ] {ded8e29a-75b1-4cf4-b65b-683c63db8ca5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
17058 | 2024.09.24 04:41:04.924888 [ 3 ] {ded8e29a-75b1-4cf4-b65b-683c63db8ca5} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
17059 | 2024.09.24 04:41:04.925239 [ 3 ] {ded8e29a-75b1-4cf4-b65b-683c63db8ca5} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17060 | 2024.09.24 04:41:04.925401 [ 3 ] {ded8e29a-75b1-4cf4-b65b-683c63db8ca5} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001613 sec., 14259.144451332919 rows/sec., 1.05 MiB/sec. | ||
17061 | 2024.09.24 04:41:04.925419 [ 126 ] {} <Debug> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
17062 | 2024.09.24 04:41:04.925521 [ 126 ] {} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17063 | 2024.09.24 04:41:04.925570 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
17064 | 2024.09.24 04:41:04.925667 [ 3 ] {ded8e29a-75b1-4cf4-b65b-683c63db8ca5} <Debug> DynamicQueryHandler: Done processing query | ||
17065 | 2024.09.24 04:41:04.925703 [ 3 ] {ded8e29a-75b1-4cf4-b65b-683c63db8ca5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
17066 | 2024.09.24 04:41:04.925725 [ 3 ] {} <Debug> HTTP-Session: 441a5719-10a7-4fa4-9061-18137562d25b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17067 | 2024.09.24 04:41:04.925725 [ 194 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
17068 | 2024.09.24 04:41:04.925850 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17069 | 2024.09.24 04:41:04.925897 [ 194 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17070 | 2024.09.24 04:41:04.925913 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17071 | 2024.09.24 04:41:04.925944 [ 3 ] {} <Debug> HTTP-Session: 886c183d-13e5-4624-a2a7-dbe9a13dc9bb Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
17072 | 2024.09.24 04:41:04.925948 [ 194 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 81 rows starting from the beginning of the part | ||
17073 | 2024.09.24 04:41:04.925967 [ 3 ] {} <Debug> HTTP-Session: 886c183d-13e5-4624-a2a7-dbe9a13dc9bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17074 | 2024.09.24 04:41:04.925988 [ 3 ] {} <Debug> HTTP-Session: 886c183d-13e5-4624-a2a7-dbe9a13dc9bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17075 | 2024.09.24 04:41:04.926039 [ 3 ] {} <Trace> HTTP-Session: 886c183d-13e5-4624-a2a7-dbe9a13dc9bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17076 | 2024.09.24 04:41:04.926119 [ 194 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 26 rows starting from the beginning of the part | ||
17077 | 2024.09.24 04:41:04.926304 [ 3 ] {870b45ba-2f8b-41af-8546-703628055c29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
17078 | 2024.09.24 04:41:04.926397 [ 194 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 39 rows starting from the beginning of the part | ||
17079 | 2024.09.24 04:41:04.926454 [ 3 ] {870b45ba-2f8b-41af-8546-703628055c29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
17080 | 2024.09.24 04:41:04.926748 [ 194 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 24 rows starting from the beginning of the part | ||
17081 | 2024.09.24 04:41:04.926954 [ 194 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 37 rows starting from the beginning of the part | ||
17082 | 2024.09.24 04:41:04.927246 [ 194 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 23 rows starting from the beginning of the part | ||
17083 | 2024.09.24 04:41:04.928109 [ 3 ] {870b45ba-2f8b-41af-8546-703628055c29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17084 | 2024.09.24 04:41:04.928721 [ 3 ] {870b45ba-2f8b-41af-8546-703628055c29} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17085 | 2024.09.24 04:41:04.928766 [ 3 ] {870b45ba-2f8b-41af-8546-703628055c29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
17086 | 2024.09.24 04:41:04.929344 [ 3 ] {870b45ba-2f8b-41af-8546-703628055c29} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
17087 | 2024.09.24 04:41:04.929401 [ 191 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 230 rows, containing 5 columns (5 merged, 0 gathered) in 0.003750079 sec., 61332.041271663875 rows/sec., 4.69 MiB/sec. | ||
17088 | 2024.09.24 04:41:04.929699 [ 191 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
17089 | 2024.09.24 04:41:04.930067 [ 3 ] {870b45ba-2f8b-41af-8546-703628055c29} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17090 | 2024.09.24 04:41:04.930556 [ 126 ] {} <Debug> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
17091 | 2024.09.24 04:41:04.930610 [ 3 ] {870b45ba-2f8b-41af-8546-703628055c29} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004406 sec., 3177.4852473899227 rows/sec., 222.53 KiB/sec. | ||
17092 | 2024.09.24 04:41:04.930626 [ 126 ] {} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17093 | 2024.09.24 04:41:04.930734 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
17094 | 2024.09.24 04:41:04.931063 [ 194 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_86_17} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17095 | 2024.09.24 04:41:04.931270 [ 3 ] {870b45ba-2f8b-41af-8546-703628055c29} <Debug> DynamicQueryHandler: Done processing query | ||
17096 | 2024.09.24 04:41:04.931380 [ 3 ] {870b45ba-2f8b-41af-8546-703628055c29} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
17097 | 2024.09.24 04:41:04.931454 [ 3 ] {} <Debug> HTTP-Session: 886c183d-13e5-4624-a2a7-dbe9a13dc9bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17098 | 2024.09.24 04:41:04.931482 [ 194 ] {0d0c29fb-5134-4e7b-86b2-b4782cde04d5::all_1_86_17} <Trace> oximeter.fields_u16 (0d0c29fb-5134-4e7b-86b2-b4782cde04d5) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
17099 | 2024.09.24 04:41:04.931484 [ 192 ] {80399c63-440f-4294-b79d-4996168f9902::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 | ||
17100 | 2024.09.24 04:41:04.931751 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 806, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17101 | 2024.09.24 04:41:04.931857 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
17102 | 2024.09.24 04:41:04.931989 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17103 | 2024.09.24 04:41:04.932064 [ 3 ] {} <Debug> HTTP-Session: 03058246-c9af-4d03-b484-4b2c66762a81 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
17104 | 2024.09.24 04:41:04.932141 [ 3 ] {} <Debug> HTTP-Session: 03058246-c9af-4d03-b484-4b2c66762a81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17105 | 2024.09.24 04:41:04.932209 [ 3 ] {} <Debug> HTTP-Session: 03058246-c9af-4d03-b484-4b2c66762a81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17106 | 2024.09.24 04:41:04.932347 [ 3 ] {} <Trace> HTTP-Session: 03058246-c9af-4d03-b484-4b2c66762a81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17107 | 2024.09.24 04:41:04.932482 [ 192 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17108 | 2024.09.24 04:41:04.932617 [ 192 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 243 rows starting from the beginning of the part | ||
17109 | 2024.09.24 04:41:04.932709 [ 3 ] {ea2d3220-1b03-4ddb-9b0a-b5a130f61962} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
17110 | 2024.09.24 04:41:04.932938 [ 3 ] {ea2d3220-1b03-4ddb-9b0a-b5a130f61962} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
17111 | 2024.09.24 04:41:04.933245 [ 192 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 52 rows starting from the beginning of the part | ||
17112 | 2024.09.24 04:41:04.933519 [ 192 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 14 rows starting from the beginning of the part | ||
17113 | 2024.09.24 04:41:04.933884 [ 192 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 242 rows starting from the beginning of the part | ||
17114 | 2024.09.24 04:41:04.934291 [ 192 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 14 rows starting from the beginning of the part | ||
17115 | 2024.09.24 04:41:04.934639 [ 192 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 14 rows starting from the beginning of the part | ||
17116 | 2024.09.24 04:41:04.934729 [ 3 ] {ea2d3220-1b03-4ddb-9b0a-b5a130f61962} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17117 | 2024.09.24 04:41:04.935903 [ 3 ] {ea2d3220-1b03-4ddb-9b0a-b5a130f61962} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17118 | 2024.09.24 04:41:04.935966 [ 3 ] {ea2d3220-1b03-4ddb-9b0a-b5a130f61962} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
17119 | 2024.09.24 04:41:04.937039 [ 3 ] {ea2d3220-1b03-4ddb-9b0a-b5a130f61962} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
17120 | 2024.09.24 04:41:04.937747 [ 192 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 579 rows, containing 5 columns (5 merged, 0 gathered) in 0.006848506 sec., 84543.98667388187 rows/sec., 5.74 MiB/sec. | ||
17121 | 2024.09.24 04:41:04.937960 [ 192 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
17122 | 2024.09.24 04:41:04.938138 [ 3 ] {ea2d3220-1b03-4ddb-9b0a-b5a130f61962} <Trace> oximeter.fields_u8 (4b999c3d-7d4d-4062-a760-d66ed3afbfff): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17123 | 2024.09.24 04:41:04.938493 [ 3 ] {ea2d3220-1b03-4ddb-9b0a-b5a130f61962} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.005904 sec., 1016.2601626016259 rows/sec., 60.04 KiB/sec. | ||
17124 | 2024.09.24 04:41:04.939002 [ 3 ] {ea2d3220-1b03-4ddb-9b0a-b5a130f61962} <Debug> DynamicQueryHandler: Done processing query | ||
17125 | 2024.09.24 04:41:04.939038 [ 3 ] {ea2d3220-1b03-4ddb-9b0a-b5a130f61962} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17126 | 2024.09.24 04:41:04.939078 [ 3 ] {} <Debug> HTTP-Session: 03058246-c9af-4d03-b484-4b2c66762a81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17127 | 2024.09.24 04:41:04.939120 [ 192 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_51_10} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17128 | 2024.09.24 04:41:04.939222 [ 192 ] {80399c63-440f-4294-b79d-4996168f9902::all_1_51_10} <Trace> oximeter.fields_u32 (80399c63-440f-4294-b79d-4996168f9902) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
17129 | 2024.09.24 04:41:04.939341 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 65667, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17130 | 2024.09.24 04:41:04.939356 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
17131 | 2024.09.24 04:41:04.939417 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17132 | 2024.09.24 04:41:04.939442 [ 3 ] {} <Debug> HTTP-Session: dbf64ea7-96cc-4879-8bf4-3fc9c70bf968 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
17133 | 2024.09.24 04:41:04.939459 [ 3 ] {} <Debug> HTTP-Session: dbf64ea7-96cc-4879-8bf4-3fc9c70bf968 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17134 | 2024.09.24 04:41:04.939473 [ 3 ] {} <Debug> HTTP-Session: dbf64ea7-96cc-4879-8bf4-3fc9c70bf968 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17135 | 2024.09.24 04:41:04.939506 [ 3 ] {} <Trace> HTTP-Session: dbf64ea7-96cc-4879-8bf4-3fc9c70bf968 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17136 | 2024.09.24 04:41:04.939731 [ 3 ] {1ddc55f9-9109-4444-8002-babffd13adc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
17137 | 2024.09.24 04:41:04.939775 [ 3 ] {1ddc55f9-9109-4444-8002-babffd13adc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17138 | 2024.09.24 04:41:04.940028 [ 3 ] {1ddc55f9-9109-4444-8002-babffd13adc4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17139 | 2024.09.24 04:41:04.940692 [ 3 ] {1ddc55f9-9109-4444-8002-babffd13adc4} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17140 | 2024.09.24 04:41:04.940728 [ 3 ] {1ddc55f9-9109-4444-8002-babffd13adc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
17141 | 2024.09.24 04:41:04.941121 [ 3 ] {1ddc55f9-9109-4444-8002-babffd13adc4} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
17142 | 2024.09.24 04:41:04.941493 [ 3 ] {1ddc55f9-9109-4444-8002-babffd13adc4} <Trace> oximeter.fields_uuid (ea2221e6-9139-4c82-a9b9-2d49ec649c0a): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17143 | 2024.09.24 04:41:04.941658 [ 3 ] {1ddc55f9-9109-4444-8002-babffd13adc4} <Debug> executeQuery: Read 405 rows, 29.52 KiB in 0.002039 sec., 198626.77783227072 rows/sec., 14.14 MiB/sec. | ||
17144 | 2024.09.24 04:41:04.941833 [ 3 ] {1ddc55f9-9109-4444-8002-babffd13adc4} <Debug> DynamicQueryHandler: Done processing query | ||
17145 | 2024.09.24 04:41:04.941857 [ 3 ] {1ddc55f9-9109-4444-8002-babffd13adc4} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
17146 | 2024.09.24 04:41:04.941872 [ 3 ] {} <Debug> HTTP-Session: dbf64ea7-96cc-4879-8bf4-3fc9c70bf968 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17147 | 2024.09.24 04:41:04.941984 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17148 | 2024.09.24 04:41:04.942032 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17149 | 2024.09.24 04:41:04.942050 [ 3 ] {} <Debug> HTTP-Session: 7371fbcc-3276-4e0e-9281-a8fb55b3bff0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
17150 | 2024.09.24 04:41:04.942066 [ 3 ] {} <Debug> HTTP-Session: 7371fbcc-3276-4e0e-9281-a8fb55b3bff0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17151 | 2024.09.24 04:41:04.942080 [ 3 ] {} <Debug> HTTP-Session: 7371fbcc-3276-4e0e-9281-a8fb55b3bff0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17152 | 2024.09.24 04:41:04.942111 [ 3 ] {} <Trace> HTTP-Session: 7371fbcc-3276-4e0e-9281-a8fb55b3bff0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17153 | 2024.09.24 04:41:04.942204 [ 3 ] {e2a055fb-0261-4922-a93e-d72773107b4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
17154 | 2024.09.24 04:41:04.942248 [ 3 ] {e2a055fb-0261-4922-a93e-d72773107b4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
17155 | 2024.09.24 04:41:04.942378 [ 3 ] {e2a055fb-0261-4922-a93e-d72773107b4e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17156 | 2024.09.24 04:41:04.942652 [ 3 ] {e2a055fb-0261-4922-a93e-d72773107b4e} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17157 | 2024.09.24 04:41:04.942687 [ 3 ] {e2a055fb-0261-4922-a93e-d72773107b4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
17158 | 2024.09.24 04:41:04.943046 [ 3 ] {e2a055fb-0261-4922-a93e-d72773107b4e} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
17159 | 2024.09.24 04:41:04.943392 [ 3 ] {e2a055fb-0261-4922-a93e-d72773107b4e} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17160 | 2024.09.24 04:41:04.943550 [ 126 ] {} <Debug> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
17161 | 2024.09.24 04:41:04.943557 [ 3 ] {e2a055fb-0261-4922-a93e-d72773107b4e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001369 sec., 4382.7611395178965 rows/sec., 228.98 KiB/sec. | ||
17162 | 2024.09.24 04:41:04.943602 [ 126 ] {} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17163 | 2024.09.24 04:41:04.943669 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
17164 | 2024.09.24 04:41:04.943841 [ 186 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full | ||
17165 | 2024.09.24 04:41:04.943848 [ 3 ] {e2a055fb-0261-4922-a93e-d72773107b4e} <Debug> DynamicQueryHandler: Done processing query | ||
17166 | 2024.09.24 04:41:04.943907 [ 3 ] {e2a055fb-0261-4922-a93e-d72773107b4e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
17167 | 2024.09.24 04:41:04.943930 [ 3 ] {} <Debug> HTTP-Session: 7371fbcc-3276-4e0e-9281-a8fb55b3bff0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17168 | 2024.09.24 04:41:04.944018 [ 186 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17169 | 2024.09.24 04:41:04.944054 [ 186 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 210 rows starting from the beginning of the part | ||
17170 | 2024.09.24 04:41:04.944102 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 44612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17171 | 2024.09.24 04:41:04.944182 [ 186 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
17172 | 2024.09.24 04:41:04.944242 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17173 | 2024.09.24 04:41:04.944328 [ 3 ] {} <Debug> HTTP-Session: a69433f2-6a4a-4b76-8be2-87c30d996723 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
17174 | 2024.09.24 04:41:04.944436 [ 3 ] {} <Debug> HTTP-Session: a69433f2-6a4a-4b76-8be2-87c30d996723 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17175 | 2024.09.24 04:41:04.944535 [ 3 ] {} <Debug> HTTP-Session: a69433f2-6a4a-4b76-8be2-87c30d996723 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17176 | 2024.09.24 04:41:04.944665 [ 186 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
17177 | 2024.09.24 04:41:04.944671 [ 3 ] {} <Trace> HTTP-Session: a69433f2-6a4a-4b76-8be2-87c30d996723 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17178 | 2024.09.24 04:41:04.944915 [ 186 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
17179 | 2024.09.24 04:41:04.945072 [ 186 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part | ||
17180 | 2024.09.24 04:41:04.945152 [ 3 ] {a10ab771-c8e5-46c7-ac8e-15bcf13ec2e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
17181 | 2024.09.24 04:41:04.945322 [ 3 ] {a10ab771-c8e5-46c7-ac8e-15bcf13ec2e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17182 | 2024.09.24 04:41:04.945339 [ 186 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part | ||
17183 | 2024.09.24 04:41:04.945961 [ 3 ] {a10ab771-c8e5-46c7-ac8e-15bcf13ec2e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17184 | 2024.09.24 04:41:04.946742 [ 3 ] {a10ab771-c8e5-46c7-ac8e-15bcf13ec2e1} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17185 | 2024.09.24 04:41:04.946786 [ 3 ] {a10ab771-c8e5-46c7-ac8e-15bcf13ec2e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
17186 | 2024.09.24 04:41:04.947124 [ 186 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 240 rows, containing 4 columns (4 merged, 0 gathered) in 0.003355531 sec., 71523.70220987378 rows/sec., 3.65 MiB/sec. | ||
17187 | 2024.09.24 04:41:04.947255 [ 186 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
17188 | 2024.09.24 04:41:04.947381 [ 3 ] {a10ab771-c8e5-46c7-ac8e-15bcf13ec2e1} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
17189 | 2024.09.24 04:41:04.947755 [ 186 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_40_8} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17190 | 2024.09.24 04:41:04.947859 [ 186 ] {75164000-ad71-4be5-8783-7d150d215fd2::all_1_40_8} <Trace> oximeter.measurements_bool (75164000-ad71-4be5-8783-7d150d215fd2) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
17191 | 2024.09.24 04:41:04.947876 [ 3 ] {a10ab771-c8e5-46c7-ac8e-15bcf13ec2e1} <Trace> oximeter.measurements_cumulativeu64 (d3ed06cd-0716-4b89-b5e6-6838ec895177): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17192 | 2024.09.24 04:41:04.947951 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
17193 | 2024.09.24 04:41:04.948074 [ 3 ] {a10ab771-c8e5-46c7-ac8e-15bcf13ec2e1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003189 sec., 74317.96801505174 rows/sec., 4.98 MiB/sec. | ||
17194 | 2024.09.24 04:41:04.948257 [ 3 ] {a10ab771-c8e5-46c7-ac8e-15bcf13ec2e1} <Debug> DynamicQueryHandler: Done processing query | ||
17195 | 2024.09.24 04:41:04.948281 [ 3 ] {a10ab771-c8e5-46c7-ac8e-15bcf13ec2e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
17196 | 2024.09.24 04:41:04.948298 [ 3 ] {} <Debug> HTTP-Session: a69433f2-6a4a-4b76-8be2-87c30d996723 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17197 | 2024.09.24 04:41:04.948426 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17198 | 2024.09.24 04:41:04.948473 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17199 | 2024.09.24 04:41:04.948491 [ 3 ] {} <Debug> HTTP-Session: b2b011e2-994d-4d9e-ad64-b3192da2a8dd Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
17200 | 2024.09.24 04:41:04.948508 [ 3 ] {} <Debug> HTTP-Session: b2b011e2-994d-4d9e-ad64-b3192da2a8dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17201 | 2024.09.24 04:41:04.948523 [ 3 ] {} <Debug> HTTP-Session: b2b011e2-994d-4d9e-ad64-b3192da2a8dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17202 | 2024.09.24 04:41:04.948553 [ 3 ] {} <Trace> HTTP-Session: b2b011e2-994d-4d9e-ad64-b3192da2a8dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17203 | 2024.09.24 04:41:04.948645 [ 3 ] {25a735bd-b59b-42d3-8747-b1b503ee6f85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
17204 | 2024.09.24 04:41:04.948691 [ 3 ] {25a735bd-b59b-42d3-8747-b1b503ee6f85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
17205 | 2024.09.24 04:41:04.948825 [ 3 ] {25a735bd-b59b-42d3-8747-b1b503ee6f85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17206 | 2024.09.24 04:41:04.949091 [ 3 ] {25a735bd-b59b-42d3-8747-b1b503ee6f85} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17207 | 2024.09.24 04:41:04.949125 [ 3 ] {25a735bd-b59b-42d3-8747-b1b503ee6f85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
17208 | 2024.09.24 04:41:04.949472 [ 3 ] {25a735bd-b59b-42d3-8747-b1b503ee6f85} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
17209 | 2024.09.24 04:41:04.949798 [ 3 ] {25a735bd-b59b-42d3-8747-b1b503ee6f85} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17210 | 2024.09.24 04:41:04.949946 [ 126 ] {} <Debug> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
17211 | 2024.09.24 04:41:04.949954 [ 3 ] {25a735bd-b59b-42d3-8747-b1b503ee6f85} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001322 sec., 756.4296520423601 rows/sec., 50.97 KiB/sec. | ||
17212 | 2024.09.24 04:41:04.949986 [ 126 ] {} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17213 | 2024.09.24 04:41:04.950047 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
17214 | 2024.09.24 04:41:04.950359 [ 3 ] {25a735bd-b59b-42d3-8747-b1b503ee6f85} <Debug> DynamicQueryHandler: Done processing query | ||
17215 | 2024.09.24 04:41:04.950359 [ 196 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::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 | ||
17216 | 2024.09.24 04:41:04.950425 [ 3 ] {25a735bd-b59b-42d3-8747-b1b503ee6f85} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
17217 | 2024.09.24 04:41:04.950502 [ 3 ] {} <Debug> HTTP-Session: b2b011e2-994d-4d9e-ad64-b3192da2a8dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17218 | 2024.09.24 04:41:04.950795 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 37987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17219 | 2024.09.24 04:41:04.950978 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17220 | 2024.09.24 04:41:04.951072 [ 3 ] {} <Debug> HTTP-Session: 2d017c49-fed8-4c10-933f-7ecee8c44e36 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
17221 | 2024.09.24 04:41:04.951151 [ 3 ] {} <Debug> HTTP-Session: 2d017c49-fed8-4c10-933f-7ecee8c44e36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17222 | 2024.09.24 04:41:04.951164 [ 196 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17223 | 2024.09.24 04:41:04.951193 [ 3 ] {} <Debug> HTTP-Session: 2d017c49-fed8-4c10-933f-7ecee8c44e36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17224 | 2024.09.24 04:41:04.951244 [ 196 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 36 rows starting from the beginning of the part | ||
17225 | 2024.09.24 04:41:04.951268 [ 3 ] {} <Trace> HTTP-Session: 2d017c49-fed8-4c10-933f-7ecee8c44e36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17226 | 2024.09.24 04:41:04.951458 [ 196 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part | ||
17227 | 2024.09.24 04:41:04.951685 [ 196 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part | ||
17228 | 2024.09.24 04:41:04.951806 [ 3 ] {aa85e2a4-0a96-4a0f-b746-fdea03a48ac7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
17229 | 2024.09.24 04:41:04.951981 [ 196 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part | ||
17230 | 2024.09.24 04:41:04.952135 [ 3 ] {aa85e2a4-0a96-4a0f-b746-fdea03a48ac7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
17231 | 2024.09.24 04:41:04.952340 [ 196 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part | ||
17232 | 2024.09.24 04:41:04.952732 [ 196 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part | ||
17233 | 2024.09.24 04:41:04.954751 [ 3 ] {aa85e2a4-0a96-4a0f-b746-fdea03a48ac7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17234 | 2024.09.24 04:41:04.955878 [ 196 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 4 columns (4 merged, 0 gathered) in 0.005745272 sec., 7136.302685059994 rows/sec., 480.18 KiB/sec. | ||
17235 | 2024.09.24 04:41:04.956111 [ 196 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
17236 | 2024.09.24 04:41:04.956438 [ 3 ] {aa85e2a4-0a96-4a0f-b746-fdea03a48ac7} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17237 | 2024.09.24 04:41:04.956515 [ 3 ] {aa85e2a4-0a96-4a0f-b746-fdea03a48ac7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
17238 | 2024.09.24 04:41:04.957056 [ 196 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_41_8} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17239 | 2024.09.24 04:41:04.957252 [ 196 ] {2069096c-91a8-4ffd-a074-da0b1a36bfac::all_1_41_8} <Trace> oximeter.measurements_f64 (2069096c-91a8-4ffd-a074-da0b1a36bfac) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
17240 | 2024.09.24 04:41:04.957396 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
17241 | 2024.09.24 04:41:04.957735 [ 3 ] {aa85e2a4-0a96-4a0f-b746-fdea03a48ac7} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
17242 | 2024.09.24 04:41:04.958193 [ 3 ] {aa85e2a4-0a96-4a0f-b746-fdea03a48ac7} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17243 | 2024.09.24 04:41:04.958371 [ 126 ] {} <Debug> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
17244 | 2024.09.24 04:41:04.958402 [ 3 ] {aa85e2a4-0a96-4a0f-b746-fdea03a48ac7} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.006949 sec., 3309.8287523384656 rows/sec., 5.93 MiB/sec. | ||
17245 | 2024.09.24 04:41:04.958427 [ 126 ] {} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17246 | 2024.09.24 04:41:04.958498 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
17247 | 2024.09.24 04:41:04.958995 [ 197 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_86_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full | ||
17248 | 2024.09.24 04:41:04.959210 [ 3 ] {aa85e2a4-0a96-4a0f-b746-fdea03a48ac7} <Debug> DynamicQueryHandler: Done processing query | ||
17249 | 2024.09.24 04:41:04.959288 [ 3 ] {aa85e2a4-0a96-4a0f-b746-fdea03a48ac7} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
17250 | 2024.09.24 04:41:04.959361 [ 3 ] {} <Debug> HTTP-Session: 2d017c49-fed8-4c10-933f-7ecee8c44e36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17251 | 2024.09.24 04:41:04.959622 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64576, User-Agent: (none), Length: 12152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17252 | 2024.09.24 04:41:04.959818 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17253 | 2024.09.24 04:41:04.959920 [ 3 ] {} <Debug> HTTP-Session: f090b2e7-cbd8-4317-b26a-efb00c41c5d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64576 | ||
17254 | 2024.09.24 04:41:04.960002 [ 3 ] {} <Debug> HTTP-Session: f090b2e7-cbd8-4317-b26a-efb00c41c5d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17255 | 2024.09.24 04:41:04.960058 [ 3 ] {} <Debug> HTTP-Session: f090b2e7-cbd8-4317-b26a-efb00c41c5d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17256 | 2024.09.24 04:41:04.960178 [ 3 ] {} <Trace> HTTP-Session: f090b2e7-cbd8-4317-b26a-efb00c41c5d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17257 | 2024.09.24 04:41:04.960597 [ 3 ] {4d0ab92c-1945-46d2-ab2c-a6061071af3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64576) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
17258 | 2024.09.24 04:41:04.960775 [ 3 ] {4d0ab92c-1945-46d2-ab2c-a6061071af3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17259 | 2024.09.24 04:41:04.961202 [ 197 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17260 | 2024.09.24 04:41:04.961594 [ 197 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1635 rows starting from the beginning of the part | ||
17261 | 2024.09.24 04:41:04.961835 [ 3 ] {4d0ab92c-1945-46d2-ab2c-a6061071af3d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17262 | 2024.09.24 04:41:04.962666 [ 197 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 23 rows starting from the beginning of the part | ||
17263 | 2024.09.24 04:41:04.963175 [ 3 ] {4d0ab92c-1945-46d2-ab2c-a6061071af3d} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17264 | 2024.09.24 04:41:04.963304 [ 3 ] {4d0ab92c-1945-46d2-ab2c-a6061071af3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
17265 | 2024.09.24 04:41:04.963454 [ 197 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 37 rows starting from the beginning of the part | ||
17266 | 2024.09.24 04:41:04.964123 [ 197 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 23 rows starting from the beginning of the part | ||
17267 | 2024.09.24 04:41:04.964613 [ 3 ] {4d0ab92c-1945-46d2-ab2c-a6061071af3d} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
17268 | 2024.09.24 04:41:04.964819 [ 197 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 37 rows starting from the beginning of the part | ||
17269 | 2024.09.24 04:41:04.965649 [ 197 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 23 rows starting from the beginning of the part | ||
17270 | 2024.09.24 04:41:04.965833 [ 3 ] {4d0ab92c-1945-46d2-ab2c-a6061071af3d} <Trace> oximeter.measurements_u64 (f478628c-c6e4-42cc-be87-88262b5420f7): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17271 | 2024.09.24 04:41:04.966411 [ 3 ] {4d0ab92c-1945-46d2-ab2c-a6061071af3d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005992 sec., 13684.913217623498 rows/sec., 890.02 KiB/sec. | ||
17272 | 2024.09.24 04:41:04.966854 [ 3 ] {4d0ab92c-1945-46d2-ab2c-a6061071af3d} <Debug> DynamicQueryHandler: Done processing query | ||
17273 | 2024.09.24 04:41:04.966895 [ 3 ] {4d0ab92c-1945-46d2-ab2c-a6061071af3d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
17274 | 2024.09.24 04:41:04.966945 [ 3 ] {} <Debug> HTTP-Session: f090b2e7-cbd8-4317-b26a-efb00c41c5d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17275 | 2024.09.24 04:41:04.974266 [ 190 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1778 rows, containing 19 columns (19 merged, 0 gathered) in 0.015618502 sec., 113839.34259508371 rows/sec., 203.82 MiB/sec. | ||
17276 | 2024.09.24 04:41:04.976298 [ 195 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
17277 | 2024.09.24 04:41:04.976948 [ 195 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17278 | 2024.09.24 04:41:04.977037 [ 195 ] {78b425ee-b011-4bf2-8b8a-df039adda0c0::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (78b425ee-b011-4bf2-8b8a-df039adda0c0) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
17279 | 2024.09.24 04:41:04.977219 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 16.60 MiB. | ||
17280 | 2024.09.24 04:41:05.000151 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 214.73 MiB, peak 231.28 MiB, free memory in arenas 0.00 B, will set to 216.11 MiB (RSS), difference: 1.39 MiB | ||
17281 | 2024.09.24 04:41:06.707348 [ 123 ] {} <Debug> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469) (MergerMutator): Selected 5 parts from all_1_35_7 to all_39_39_0 | ||
17282 | 2024.09.24 04:41:06.707409 [ 123 ] {} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17283 | 2024.09.24 04:41:06.707432 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
17284 | 2024.09.24 04:41:06.707634 [ 190 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_39_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_35_7 to all_39_39_0 into Compact with storage Full | ||
17285 | 2024.09.24 04:41:06.707936 [ 190 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_39_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17286 | 2024.09.24 04:41:06.707974 [ 190 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 21 rows starting from the beginning of the part | ||
17287 | 2024.09.24 04:41:06.708059 [ 190 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
17288 | 2024.09.24 04:41:06.708338 [ 190 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 3 rows starting from the beginning of the part | ||
17289 | 2024.09.24 04:41:06.708518 [ 190 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 2 rows starting from the beginning of the part | ||
17290 | 2024.09.24 04:41:06.708692 [ 190 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part | ||
17291 | 2024.09.24 04:41:06.709777 [ 199 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_39_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 33 rows, containing 5 columns (5 merged, 0 gathered) in 0.002269408 sec., 14541.237186085533 rows/sec., 1.19 MiB/sec. | ||
17292 | 2024.09.24 04:41:06.709984 [ 189 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_39_8} <Trace> MergedBlockOutputStream: filled checksums all_1_39_8 (state Temporary) | ||
17293 | 2024.09.24 04:41:06.710459 [ 189 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_39_8} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469): Renaming temporary part tmp_merge_all_1_39_8 to all_1_39_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17294 | 2024.09.24 04:41:06.710547 [ 189 ] {865d0319-0bc1-4b87-b7e0-215d317ec469::all_1_39_8} <Trace> oximeter.fields_ipaddr (865d0319-0bc1-4b87-b7e0-215d317ec469) (MergerMutator): Merged 5 parts: [all_1_35_7, all_39_39_0] -> all_1_39_8 | ||
17295 | 2024.09.24 04:41:06.710656 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. |